Opera: Entfernen Sie es dauerhaft Klonen?

1349
RCIX

Gibt es ein Widget für Opera, das eine ähnliche Funktion wie das permanente Entfernen von Firefox ausführt (es kann fast alle Elemente einer Seite, eines Bilds oder nicht entfernen)?

1

2 Antworten auf die Frage

2
Gnoupi

Opera hat einen "Blockinhalt", der mit der rechten Maustaste auf der Seite aufgerufen werden kann.

Weitere Informationen zur Opera-Hilfe .

Es funktioniert zwar für Bilder und aktive Inhalte, jedoch nicht beispielsweise für Text.


Bearbeiten Für genau die HTML - Elemente, ich weiß nicht wirklich, ich glaube nicht, dass es so etwas nicht . In anderen Dingen, die nützlich sein könnten, können Sie mit dem Opera- Menü „ Stil“ für eine Site auswählen und deren Erscheinungsbild ändern

Ich weiß davon, aber es ist eher ein Adblock plus ein Ersatz. Ich suche nach etwas, das jedes HTML-Element von einer Seite entfernen kann. RCIX vor 14 Jahren 0
2

Add this button: http://operawiki.info/PowerButtons#kill

It highlights in red elements of the page when you hover them. Clicking, pressing enter or pressing space removes the element and goes back into normal mode. Pressing escape goes back into normal mode.

Click it and Opera will ask if you want to add it and it will list its action. In this case this just uses the opera button "Go" action to execute some javascript (a bookmarklet). The button will then be available under "My Buttons" when you customise any toolbar. You can also just drag the button off the page onto any toolbar. However, if you do this, it won't go into "My Buttons". Thus, if you delete it accidentally later you won't be able to add it unless you go back to that wiki page.

The following pages have a lot of useful buttons. There are also several online button creators that allow you to make your own button with icons/actions/labels easily if you are not comfortable editing .ini files manually.

http://operawiki.info/CustomButtons http://operawiki.info/PowerButtons 

Alternatively you can add the same script directly as a bookmarklet. A bookmarklet is a bookmark that contains javascript instead of a url. Bookmarklets work in any browsers that can execute the script properly. In Opera, you can add bookmarkets to the Personal toolbar just like any bookmark, or click them from the Bookmark panel (Ctrl+B) directly. To add a bookmarklet to other toolbars you have to make them into opera buttons. However, the disadvantage of this is that if the script is too long it won't work as an opera button.

Bookmarklet:

javascript:var b=new Array();var c=1;var o=((document.onkeydown==null)||(o==2))?0:1;document.onkeydown=ck;z=document.getElementsByTagName('*');for(i=0;i<z.length;i++);z[i].onmouseover=function();void(z[i].onmouseout=function());}}function ck(e)}}}if(o==1) ck(1);