Benutzer-Werkzeuge

Webseiten-Werkzeuge


ublock_origin

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
ublock_origin [2025-09-08 13:56:59] davidublock_origin [2025-09-08 14:18:17] (aktuell) david
Zeile 1: Zeile 1:
 +====== uBlock Origin ======
 +
 +Für weitere Browser Erweiterungen und Download-Links siehe [[browser_erweiterungen_addons_extensions]]
 +
 +[[https://github.com/gorhill/uBlock|uBlock Origin]] ist ein open source [[https://github.com/gorhill/uBlock/wiki/Blocking-mode|Allzweck Content Blocker]], welcher unter anderem Werbung blockieren kann. Die Erweiterung ist ziemlich komplex, weshalb man sich die Dokumentation dazu anschauen sollte: 
 +  * [[https://github.com/gorhill/uBlock#documentation|Dokumentation]]
 +  * [[https://github.com/gorhill/uBlock/wiki|Wiki]]
 +
 +
 +===== Konfiguration =====
 +
 +{{:ublock-origin-settings.png?nolink|}}
 +
 +
 +==== statisches filtern ====
 +
 +  * statische filter werden unter "My filters" konfiguriert
 +  * [[https://github.com/gorhill/uBlock/wiki/Dashboard:-My-filters]]
 +
 +
 +=== Kurzerklärung ===
 +
 +  * Syntax: **domain/host** + ''##'' + { **html tag** and/or **css class** and/or **css id** } + [ **option** ]
 +  * Example 1: ''example.com##div.class#id''
 +  * Example 2: ''example.com##.class1.class2.class3:remove()''
 +  * Example 3: ''example.com###id:style(color: red !important;)''
 +  * Prefix css classes with a dot (''.'') and css ids with a hash (''#'')
 +  * You only need a html tag or a css class or a css id, but you can combine them
 +  * You can chain classes like this: ''.class1.class2.class3''
 +  * Comment with ''!''
 +  * '':remove()'' removes the selected element(s) from the page instead of just hiding
 +  * '':style(**css rule**)'' styles the selected element(s) (use **!important** rule to override the original css)
 +
 +
 +=== Beispiel ===
 +
 +<code txt>
 +! youtube: hide like / dislike button
 +youtube.com##.ytd-toggle-button-renderer
 +
 +! youtube: hide comment toolbar (like / dislike / reply button)
 +youtube.com##.ytd-comment-action-buttons-renderer
 +
 +! youtube: hide subscribe button
 +youtube.com###subscribe-button
 +
 +! quora: hide login/register banner
 +quora.com##.q-flex.qu-alignItems--center.qu-justifyContent--center.qu-overflow--hidden.qu-zIndex--alert
 +
 +! quora: hide overflow and blur
 +quora.com##div.q-box.qu-overflow--hidden:style(overflow: auto !important; filter: blur(0) !important;)
 +</code>
 +
 +
 +==== dynamisches filtern ====
 +
 +  * dynamische filter werden unter "My rules" konfiguriert
 +  * [[https://github.com/gorhill/uBlock/wiki/Dynamic-filtering:-rule-syntax]]
 +
 +
 +=== Beispiel ===
 +
 +<code txt>
 +no-csp-reports: * true
 +no-large-media: behind-the-scene false
 +* * 3p-frame block
 +* * 3p-script block
 +* ampproject.org * noop
 +* bootstrapcdn.com * noop
 +* cloudflare.com * noop
 +* cloudfront.net * noop
 +* googleapis.com * noop
 +* gstatic.com * noop
 +* jsdelivr.net * noop
 +* office.net * noop
 +* passmark.com * noop
 +* sstatic.net * noop
 +* unpkg.com * noop
 +* youtube.com * noop
 +amazon.com * 3p-frame noop
 +amazon.com * 3p-script noop
 +gaming.amazon.com * * noop
 +amazon.de * 3p-frame noop
 +amazon.de * 3p-script noop
 +bahn.de * 3p-script noop
 +behind-the-scene * * noop
 +behind-the-scene * 1p-script noop
 +behind-the-scene * 3p noop
 +behind-the-scene * 3p-frame noop
 +behind-the-scene * 3p-script noop
 +behind-the-scene * image noop
 +behind-the-scene * inline-script noop
 +berrybase.de berrybase.de * noop
 +binance.com * * noop
 +check24.de c24static.de * noop
 +check24.de check24.de * noop
 +chefkoch.de * 3p-script noop
 +citethisforme.com * 3p-script noop
 +dash.cloudflare.com * 3p-frame noop
 +dash.cloudflare.com * 3p-script noop
 +conrad.de conrad.com * noop
 +conrad.de conrad.de * noop
 +creativecommons.org * * noop
 +curve.com * 3p-script noop
 +der-pakt.com * 3p-frame noop
 +der-pakt.com * 3p-script noop
 +dhl.de * 3p-script noop
 +disneyplus.com * 3p-frame noop
 +disneyplus.com * 3p-script noop
 +dnschecker.org * 3p-frame noop
 +dnschecker.org * 3p-script noop
 +docker.com * 3p-frame noop
 +docker.com * 3p-script noop
 +easyengine.io * 3p-frame noop
 +easyengine.io * 3p-script noop
 +ebay-kleinanzeigen.de google.com * noop
 +ebsco.com * 3p-script noop
 +ebscohost.com * 3p-script noop
 +element.io * 3p-frame noop
 +element.io * 3p-script noop
 +epicgames.com * 3p-frame noop
 +epicgames.com * 3p-script noop
 +firefox.com mozilla.net * noop
 +freecodecamp.org * 3p-script noop
 +geizhals.de * 3p-script noop
 +geizhals.de geizhals.de * noop
 +genius.com * 3p-script noop
 +genius.com genius.com * noop
 +getbring.com * 3p-frame noop
 +getbring.com * 3p-script noop
 +github.com github.com * noop
 +github.com githubassets.com * noop
 +github.com githubusercontent.com * noop
 +gog.com * 3p-script noop
 +google.com google.com * noop
 +google.com remotedesktop.google.com * noop
 +hosteurope.de * 3p-frame noop
 +hosteurope.de * 3p-script noop
 +idealo.de idealo.com * noop
 +imdb.com amazon.com * noop
 +imdb.com imdb.com * noop
 +imdb.com media-amazon.com * noop
 +infogram.com * 3p-frame noop
 +infogram.com * 3p-script noop
 +itnext.io medium.com * noop
 +joyn.de * 3p-script noop
 +joyn.de p7s1.io * noop
 +languagetool.org * 3p-script noop
 +lenovo.com * 3p-script noop
 +letsencrypt.org * 3p-script noop
 +lieferando.de * 3p-script noop
 +lieferando.de maps.googleapis.com * noop
 +linkedin.com * 3p-frame noop
 +linkedin.com * 3p-script noop
 +live.com * 3p-frame noop
 +live.com * 3p-script noop
 +microsoft.com * 3p-script noop
 +microsoft.com live.com * noop
 +microsoft.com microsoft.com * noop
 +microsoft.com msecnd.net * noop
 +microsoft.com visualstudio.com * noop
 +microsoftonline.com * 3p-script noop
 +microsoftonline.com live.com * noop
 +minecraft.net * 3p-frame noop
 +minecraft.net * 3p-script noop
 +mozilla.org mozilla.net * noop
 +netflix.com * 3p-frame noop
 +netflix.com * 3p-script noop
 +notebooksbilliger.de * 3p-script noop
 +office.com * 3p-frame noop
 +office.com * 3p-script noop
 +opensubtitles.com * 3p-script noop
 +patreon.com * 3p-script noop
 +paypal.com * * noop
 +paypal.com * 3p-frame noop
 +paypal.com * 3p-script noop
 +pinterest.com * 3p-script noop
 +provadis-hochschule.de * 3p-script noop
 +provadis.de * 3p-script noop
 +quora.com quoracdn.net * noop
 +reddit.com redd.it * noop
 +reddit.com reddit.com * noop
 +reddit.com redditmedia.com * noop
 +reddit.com redditstatic.com * noop
 +replit.com * 3p-frame noop
 +replit.com * 3p-script noop
 +replit.com repl.it * noop
 +replit.com replit.com * noop
 +rhinoshield.de * 3p-script noop
 +riotgames.com * 3p-script noop
 +scribbr.de * 3p-script noop
 +seagate.com seagate.com * noop
 +skype.com * 3p-script noop
 +skype.com microsoft.com * allow
 +speedtest.net cdnst.net * noop
 +spotify.com * 3p-frame noop
 +spotify.com * 3p-script noop
 +ssllabs.com * 3p-script noop
 +stackexchange.com * 3p-script noop
 +tiktok.com * 3p-script noop
 +tunemymusic.com * 3p-script noop
 +twitch.tv twitchcdn.net * noop
 +twitter.com * 3p-script noop
 +ubisoft.com * 3p-script noop
 +userbenchmark.com * 3p-script noop
 +vimeo.com vimeo.com * noop
 +vimeo.com vimeocdn.com * noop
 +visualstudio.com microsoft.com * noop
 +w3.org * * noop
 +w3schools.com google.com * noop
 +wargaming.net * 3p-script noop
 +youronlinechoices.com youronlinechoices.com * noop
 +youtube.com google.com * noop
 +</code>
 +