0% found this document useful (0 votes)
1K views232 pages

Filter 666666

This document contains a filter list for removing German language ads on websites. It combines the EasyList Germany filter list with the AdGuard German filter. The filter is regularly updated and licensed under an open source license. It provides JavaScript functions for blocking and modifying page elements, cookies, and properties to disable advertising scripts.

Uploaded by

Mr Bin
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1K views232 pages

Filter 666666

This document contains a filter list for removing German language ads on websites. It combines the EasyList Germany filter list with the AdGuard German filter. The filter is regularly updated and licensed under an open source license. It provides JavaScript functions for blocking and modifying page elements, cookies, and properties to disable advertising scripts.

Uploaded by

Mr Bin
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 232

!

Checksum: rerxbEPz92aZz3rxK3yIJw
! Title: AdGuard German filter
! Description: EasyList Germany + AdGuard German filter. Filter list that
specifically removes ads on websites in German language.
! Version: 2.0.13.25
! TimeUpdated: 2020-10-21T00:31:46+03:00
! Expires: 4 days (update frequency)
! Homepage: https://github.com/AdguardTeam/AdGuardFilters
! License: https://github.com/AdguardTeam/AdguardFilters/blob/master/LICENSE
!
!---------------------------------------------------------------------------!
!-------------- General JS API ---------------------------------------------!
!---------------------------------------------------------------------------!
! JS API START
#%#var AG_onLoad=function(func){if(document.readyState==="complete"||
document.readyState==="interactive")func();else
if(document.addEventListener)document.addEventListener("DOMContentLoaded",func);els
e if(document.attachEvent)document.attachEvent("DOMContentLoaded",func)};
#%#var AG_removeElementById = function(id) { var element =
document.getElementById(id); if (element && element.parentNode)
{ element.parentNode.removeChild(element); }};
#%#var AG_removeElementBySelector = function(selector) { if (!
document.querySelectorAll) { return; } var nodes =
document.querySelectorAll(selector); if (nodes) { for (var i = 0; i < nodes.length;
i++) { if (nodes[i] && nodes[i].parentNode)
{ nodes[i].parentNode.removeChild(nodes[i]); } } } };
#%#var AG_each = function(selector, fn) { if (!document.querySelectorAll) return;
var elements = document.querySelectorAll(selector); for (var i = 0; i <
elements.length; i++) { fn(elements[i]); }; };
#%#var AG_removeParent = function(el, fn) { while (el && el.parentNode) { if
(fn(el)) { el.parentNode.removeChild(el); return; } el = el.parentNode; } };
!
! AG_removeCookie
! Examples: AG_removeCookie('/REGEX/') or AG_removeCookie('part of the cookie
name')
!
#%#var AG_removeCookie=function(a){var e=/./;/^\/.+\/$/.test(a)?e=new
RegExp(a.slice(1,-1)):""!==a&&(e=new RegExp(a.replace(/[.*+?^${}()|[\]\\]/g,"\\
$&")));a=function(){for(var a=document.cookie.split(";"),g=a.length;g--;)
{cookieStr=a[g];var d=cookieStr.indexOf("=");if(-1!
==d&&(d=cookieStr.slice(0,d).trim(),e.test(d)))for(var
h=document.location.hostname.split("."),f=0;f<h.length-1;f++){var
b=h.slice(f).join(".");if(b){var c=d+"=",k="; domain="+b;b=";
domain=."+b;document.cookie=c+"; expires=Thu, 01 Jan 1970 00:00:00
GMT";document.cookie=c+k+"; expires=Thu, 01 Jan 1970 00:00:00
GMT";document.cookie=c+b+"; expires=Thu, 01 Jan 1970 00:00:00
GMT";document.cookie=c+"; path=/; expires=Thu, 01 Jan 1970 00:00:00
GMT";document.cookie=c+k+"; path=/; expires=Thu, 01 Jan 1970 00:00:00
GMT";document.cookie=c+b+"; path=/; expires=Thu, 01 Jan 1970 00:00:00
GMT"}}}};a();window.addEventListener("beforeunload",a)};
!
! AG_defineProperty
! See https://github.com/AdguardTeam/deep-override
!
#%#var AG_defineProperty=function(){var
p,q=Object.defineProperty;if("function"==typeof WeakMap)p=WeakMap;else{var
r=0,t=function()
{this.a=(r+=Math.random()).toString()};t.prototype.set=function(a,b){var
d=a[this.a];d&&d[0]===a?d[1]=b:q(a,this.a,{value:[a,b],writable:!0});return
this};t.prototype.get=function(a){var b;return(b=a[this.a])&&b[0]===a?b[1]:void
0};t.prototype.has=function(a){var b=a[this.a];return b?b[0]===a:!1};p=t}function
u(a){this.b=a;this.h=Object.create(null)}function v(a,b,d,e)
{this.a=a;this.i=b;this.c=d;this.f=e}function
w(){this.g=/^([^\\\.]|\\.)*?\./;this.j=/\\(.)/g;this.a=new p}function x(a,b){var
d=b.f;if(d&&!("beforeGet"in d||"beforeSet"in d))return z(d);var e={get:function()
{var c=b.f;c&&c.beforeGet&&c.beforeGet.call(this,b.a.b);a:if(c=b.g)c=A(c)?
c.value:c.get?c.get.call(this):void 0;else{c=b.a.b;if(b.i in c&&(c=B(c),null!==c))
{var d=C.call(c,b.i);c=d?d.call(this):c[b.i];break a}c=void 0}(this===b.a.b||
D.call(b.a.b,this))&&E(a,c,b.c);return c},set:function(c){if(this===b.a.b||
D.call(b.a.b,this)){b.f&&b.f.beforeSet&&(c=b.f.beforeSet.call(this,c,this));var
d=b.g;d&&A(d)&&d.value===c?c=!0:
(d=F(b,c,this),G(c)&&(c=H(a,c),I(a,c,b.c)),c=d)}else c=F(b,c,this);return
c}};d&&J(d,e,K);return e}function I(a,b,d){for(var e in d.h){var
c=d.h[e];if(b.h[e]){var h=a,g=b.h[e],k=c;!k.f||g.f||"undefined"===typeof g.a.b||
g.g||(g.g=z(k.f));g.c&&k.c&&g.c!==k.c&&I(h,g.c,k.c)}else{g=h=void 0;k=a;var
f=b,l=c.i,m="undefined"!==typeof f.b,y=!1;m&&(g=L(f.b,l))&&!g.configurable&&(y=!
0,h=f.b[l]);var n=y?H(k,h):new u(c.c.b);I(k,n,c.c);n=new
v(f,l,n,c.f);f.h[l]=n;m&&(n.g=g,m=x(k,n),y?E(k,h,c.c):
(q(f.b,l,m),g&&A(g)&&(M(m,g.value,f.b),E(k,g.value,c.c))))}}}function E(a,b,d)
{G(b)&&(b=H(a,b),I(a,b,d))}function F(a,b,d){var e=a.g;if(!e){e=B(a.a.b);if(null!
==e&&(e=N.call(e,a.i)))return e.call(d,b);if(!O(a.a.b))return!
1;a.g={value:b,configurable:!0,writable:!0,enumerable:!0};return!0}return
M(e,b,d)}function H(a,b){var d=a.a.get(b);d||(d=new u(b),a.a.set(b,d));return
d}function A(a){return"undefined"!==typeof a.writable}function J(a,b,d){for(var
e=0,c=d.length;e<c;e++){var h=d[e];h in a&&(b[h]=a[h])}}function z(a){if(a){var
b={};J(a,b,P);return b}}function M(a,b,d){if(A(a))return a.writable?(a.value=b,!
0):!1;if(!a.set)return!1;a.set.call(d,b);return!0}var P="configurable enumerable
value get set writable".split("
"),K=P.slice(0,2),L=Object.getOwnPropertyDescriptor,O=Object.isExtensible,B=Object.
getPrototypeOf,D=Object.prototype.isPrototypeOf,C=Object.prototype.__lookupGetter__
||function(a){return(a=Q(this,a))&&a.get?a.get:void
0},N=Object.prototype.__lookupSetter__||function(a){return(a=Q(this,a))&&a.set?
a.set:void 0};function Q(a,b){if(b in a){for(;!
w.hasOwnProperty.call(a,b);)a=B(a);return L(a,b)}}function G(a){var b=typeof
a;return"function"===b||"object"===b&&null!==a?!0:!1}var R;return function(a,b,d)
{R||(R=new w);var e=R;d=d||window;var c=new u;a+=".";var h=c||new u;for(var
g=e.g,k=e.j,f,l,m;a;){f=g.exec(a);if(null===f)throw 1;f=f[0].length;l=a.slice(0,f-
1).replace(k,"$1");a=a.slice(f);(f=h.h[l])?m=f.c:(m=new u,f=new
v(h,l,m),h.h[l]=f);h=m}if(!f)throw 1;a=f;a.f=b;E(e,d,c)};}();
!
! AG_abortOnPropertyWrite(property, debug)
! Aborts execution of a script when it attempts to write the specified property.
! Based on AG_defineProperty (https://github.com/AdguardTeam/deep-override)
!
! Examples:
! AG_abortOnPropertyWrite('String.fromCharCode');
!
! @param property property or properties chain
! @param debug optional, if true - we will print warning when script is aborted.
!
#%#var AG_abortOnPropertyWrite=function(a,b){var
c=Math.random().toString(36).substr(2,8);AG_defineProperty(a,{beforeSet:function()
{b&&console.warn("AdGuard aborted property write: "+a);throw new
ReferenceError(c);}});var d=window.onerror;window.onerror=function(e)
{if("string"===typeof e&&-1!==e.indexOf(c))return b&&console.warn("AdGuard has
caught window.onerror: "+a),!0;if(d instanceof Function)return
d.apply(this,arguments)}};
!
! AG_abortOnPropertyRead(property, debug)
! Aborts execution of a script when it attempts to read the specified property.
! Based on AG_defineProperty (https://github.com/AdguardTeam/deep-override)
!
! Examples:
! AG_abortOnPropertyRead('String.fromCharCode');
!
! @param property property or properties chain
! @param debug optional, if true - we will print warning when script is aborted.
!
#%#var AG_abortOnPropertyRead=function(a,b){var
c=Math.random().toString(36).substr(2,8);AG_defineProperty(a,{beforeGet:function()
{b&&console.warn("AdGuard aborted property read: "+a);throw new
ReferenceError(c);}});var d=window.onerror;window.onerror=function(e)
{if("string"===typeof e&&-1!==e.indexOf(c))return b&&console.warn("AdGuard has
caught window.onerror: "+a),!0;if(d instanceof Function)return
d.apply(this,arguments)}};
!
! AG_abortInlineScript(regex, property, debug)
! Aborts execution of an inline script when it attempts to access the specified
property
! AND content of the <script> element matches specified regular expression.
! Based on AG_defineProperty (https://github.com/AdguardTeam/deep-override)
!
! Examples:
! AG_abortInlineScript(/zfgloadedpopup|zfgloadedpushopt/, 'String.fromCharCode');
!
! @param regex regular expression that the inline script contents must match
! @param property property or properties chain
! @param debug optional, if true - we will print warning when script is aborted.
!
#%#var AG_abortInlineScript=function(g,b,c){var d=function(){if("currentScript"in
document)return document.currentScript;var
a=document.getElementsByTagName("script");return a[a.length-
1]},e=Math.random().toString(36).substr(2,8),h=d();AG_defineProperty(b,
{beforeGet:function(){var a=d();if(a instanceof HTMLScriptElement&&a!
==h&&""===a.src&&g.test(a.textContent))throw c&&console.warn("AdGuard aborted
execution of an inline script"),new ReferenceError(e);}});var
f=window.onerror;window.onerror=function(a){if("string"===typeof a&&-1!
==a.indexOf(e))return c&&console.warn("AdGuard has caught window.onerror: "+b),!
0;if(f instanceof Function)return f.apply(this,arguments)}};
!
! AG_setConstant('property.chain', 'true') // defines boolean (true), same for
false;
! AG_setConstant('property.chain', '123') // defines Number 123;
! AG_setConstant('property.chain', 'noopFunc') // defines function(){};
! AG_setConstant('property.chain', 'trueFunc') // defines function(){return true};
! AG_setConstant('property.chain', 'falseFunc') // defines function(){return
false};
!
#%#var AG_setConstant=function(e,a){if("undefined"===a)a=void 0;else
if("false"===a)a=!1;else if("true"===a)a=!0;else if("noopFunc"===a)a=function()
{};else if("trueFunc"===a)a=function(){return!0};else
if("falseFunc"===a)a=function(){return!1};else if(/^\d+$/.test(a))
{if(a=parseFloat(a),isNaN(a)||32767<Math.abs(a))return}else return;var b=!
1;AG_defineProperty(e,{get:function(){return a},set:function(c){if(b)var d=!0;else
void 0!==c&&void 0!==a&&typeof c!==typeof a&&(b=!0),d=b;d&&(a=c)}})};
! JS API FINISH
!---------------------------------------------------------------------------!
!-------------- Advertising networks ---------------------------------------!
!---------------------------------------------------------------------------!
||kunner.wiesentbote.de^
||yieldlove-ad-serving.net^
||partner.shop.vorwerk.de^$third-party
||orbidder.otto.de^
||nur.gratis^$third-party
||dwphl6ujiij6es.xyz^
||dw5zm8unyuna.info^
||ikjnbvf.de^
||emmi-findet.de^
||sra.moresophy.net^
||app.bidhead.net^$third-party
||hasan-liebt.de^$third-party
||widgets.tracdelight.io^$third-party
||trbo.com^$third-party
||ofzrnqi.com^$third-party
||bueykqyv.com^$third-party
||ytvracu.com^$third-party
||adquality.ch^$third-party
||sv.sheego.de^$third-party
||azol.de^$third-party
||twiago.com^$third-party
||bauernative.com^$third-party
||chickensaladandads.com^$third-party
||adshot.de^$third-party
||content.acc-hd.de^$third-party
!---------------------------------------------------------------------------!
!-------------- Anti-adblock rules -----------------------------------------!
!---------------------------------------------------------------------------!
!
! These rules are against all kinds of ad blocking reinjection/circumvention
scripts
!
!--- Prevent AdFender detection ---
!+ NOT_OPTIMIZED
@@/\/ad[-_a-zA-Z0-9]{2,}\/[\s\S]*/$image,~third-party,domain=waz.de|futurezone.de|
wr.de|areamobile.de|wallstreet-online.de|sport.de|boersen.manager-magazin.de|
bildderfrau.de|vip.de|tvspielfilm.de|fitforfun.de|heise.de|morgenpost.de|
4fansites.de|kochbar.de|derwesten.de|abendblatt.de|wetter.de|baby-vornamen.de|
4players.de|9monate.de|abendzeitung-muenchen.de|ajaxshowtime.com|antenne.de|
arcor.de|areadvd.de|boerse.de|brigitte.de|buffed.de|caravaning.de|chefkoch.de|
computerhilfen.de|computerworld.nl|comunio.de|comunio.es|connect.de|dbna.de|
de.pons.com|donnerwetter.de|eatsmarter.de|f1maximaal.nl|fettspielen.de|fid-
gesundheitswissen.de|finanzen.at|finanzen.ch|finanzen.net|finanztreff.de|
formel1.de|gala.de|gamepro.de|gamesaktuell.de|gamestar.de|gamezone.de|general-
anzeiger-bonn.de|genialetricks.de|gipfelbuch.ch|gmuender-tagespost.de|golem.de|
gusto.at|hamburg.de|hardwareluxx.de|heftig.de|heiseautos.de|hoerzu.de|ingame.de|
inside-digital.de|jpgames.de|kamelle.de|knack.be|lablue.de|lampertheimer-
zeitung.de|landwirt.com|leckerschmecker.me|levif.be|lifeline.de|likemag.com|
lustaufsleben.at|lustich.de|macwelt.de|mehr-tanken.de|mein-wahres-ich.de|
menshealth.de|metalflirt.de|mopo.de|motor-talk.de|motorbasar.de|motorradonline.de|
motorsport-total.com|motortests.de|moviepilot.de|mtb-news.de|news.at|nnn.de|noz.de|
nwzonline.de|paradisi.de|pc-magazin.de|pcgames.de|pcgameshardware.de|pcwelt.de|
pietsmiet.de|pnn.de|prignitzer.de|profil.at|promipool.de|promobil.de|prosieben.de|
readmore.de|runnersworld.de|sat1.de|schwaebische-post.de|serienjunkies.de|shz.de|
sixx.ch|sportal.de|spox.com|stern.de|svz.de|tagesspiegel.de|testedich.de|
tierfreund.co|tiervermittlung.de|trend.at|tv-media.at|tvdigital.de|tvtoday.de|
videogameszone.de|webfail.com|webfail.de|webwereld.nl|welt.de|wetter.com|
wetteronline.de|wiesbadener-kurier.de|wiesbadener-tagblatt.de|wn.de|woman.at|
womenshealth.de|woxikon.de|yachtrevue.at
!+ NOT_OPTIMIZED
@@/img/incoming$domain=braunschweiger-zeitung.de|gifhorner-rundschau.de|
harzkurier.de|ikz-online.de|nrz.de|wp.de|waz.de|futurezone.de|bildderfrau.de|wr.de
!+ NOT_OPTIMIZED
@@/wp-content/uploads$domain=tele5.de|linux-magazin.de|linux-community.de|rennrad-
news.de|emtb-news.de
!+ NOT_OPTIMIZED
@@/bilder$~third-party,domain=giessener-allgemeine.de|da-imnetz.de|werra-
rundschau.de|fnp.de|merkur.de|fr.de|extratipp.com|wetterauer-zeitung.de|hallo-
muenchen.de|wlz-online.de|tz.de
!+ NOT_OPTIMIZED
@@||scr.wfcdn.de/$image,domain=winfuture.de
!+ NOT_OPTIMIZED
@@||tvtv.de/tippbild/
!+ NOT_OPTIMIZED
@@||tele5.de/assets/images/
!+ NOT_OPTIMIZED
@@||epochtimes.de/assets/uploads/
!+ NOT_OPTIMIZED
@@||images.boerse-online.de/images/
!+ NOT_OPTIMIZED
@@||salzgitter-zeitung.de/img/
!+ NOT_OPTIMIZED
@@||mag.dbna.com/images/imager/images/
!+ NOT_OPTIMIZED
@@||areadvd.de/images^
!+ NOT_OPTIMIZED
@@||bento.de/images^
!+ NOT_OPTIMIZED
@@||images.cgames.de/images^
!+ NOT_OPTIMIZED
@@/images/ad_box_$image,~third-party,domain=baby-vornamen.de
!+ NOT_OPTIMIZED
@@||b.t.kicker.de/image^
!+ NOT_OPTIMIZED
@@||news38.de/img^
!+ NOT_OPTIMIZED
@@||cinema.de/sites/default/files/styles^
!+ NOT_OPTIMIZED
@@||cuiron.de/img^$domain=webfail.com
!+ NOT_OPTIMIZED
@@||yagiay.com^
!+ NOT_OPTIMIZED
@@||isondled.net^
!+ NOT_OPTIMIZED
@@||uobsoe.com^
!+ NOT_OPTIMIZED
@@||ads.golem.de/sdcv.js
!+ NOT_OPTIMIZED
@@||static.radio.*/image
!+ NOT_OPTIMIZED
@@||static.radio.*/inc/v*/js/ads.js
!+ NOT_OPTIMIZED
@@||i.auto-bild.de/ir_img^
!+ NOT_OPTIMIZED
@@||bilder.n-tv.de/img^
!+ NOT_OPTIMIZED
@@||thueringen24.de/img^
!+ NOT_OPTIMIZED
@@||gearwom.de/mediacenter^
!+ NOT_OPTIMIZED
@@||serienjunkies.de/p
!+ NOT_OPTIMIZED
@@||4players.de/seremshots
!+ NOT_OPTIMIZED
@@||static.fore.4pcdn.de/sourcen/*/delivery/
!+ NOT_OPTIMIZED
@@||assets.dieblaue24.com/uploads/$image
!+ NOT_OPTIMIZED
@@||overlays.mtb-news.de/cache/news^
! spiegel.de https://github.com/AdguardTeam/AdguardFilters/issues/42200
!+ NOT_OPTIMIZED
@@||newsletter2go.com/
!+ NOT_OPTIMIZED
@@||feadrope.net^
!+ NOT_OPTIMIZED
||finanznachrichten.de/scripts/defend.js
!+ NOT_OPTIMIZED
@@||boersen.manager-magazin.de/mm
!+ NOT_OPTIMIZED
@@||akamaihd.net/masters^$domain=vip.de
!+ NOT_OPTIMIZED
@@||tvspielfilm.de/imedia
!+ NOT_OPTIMIZED
@@||tagesspiegel.de/images
!+ NOT_OPTIMIZED
@@||web.de/image
!+ NOT_OPTIMIZED
@@||pcgames.de/screenshots
!+ NOT_OPTIMIZED
@@||img.morgenpost.de/img
!+ NOT_OPTIMIZED
@@||hamburg.de/image
!+ NOT_OPTIMIZED
@@||connect.de/img/bilder
!+ NOT_OPTIMIZED
@@||reviersport.de/fotos/
!+ NOT_OPTIMIZED
@@||ruhr24.de/bilder
!+ NOT_OPTIMIZED
@@||ais.wetter.de/masters
!+ NOT_OPTIMIZED
@@||img*.motorradonline.de/media/
!+ NOT_OPTIMIZED
@@||assets.cdn.moviepilot.de/files
!+ NOT_OPTIMIZED
@@||der-betze-brennt.de/images/
!+ NOT_OPTIMIZED
@@||hanauer.de/bilder
!+ NOT_OPTIMIZED
@@||az-online.de/bilder
!+ NOT_OPTIMIZED
@@||hersfelder-zeitung.de/bilder
!+ NOT_OPTIMIZED
@@||aisvox-a.akamaihd.net/autoimg
!+ NOT_OPTIMIZED
@@||businessinsider.de/uploads/
!+ NOT_OPTIMIZED
@@||2images.cgames.de/images
!+ NOT_OPTIMIZED
@@||fuldaerzeitung.de/bilder
!+ NOT_OPTIMIZED
@@||adservice.google.com/adsid/integrator.js$domain=wetteronline.de
!+ NOT_OPTIMIZED
@@||i*.gmx.net/image^
!+ NOT_OPTIMIZED
@@||mathebibel.de/files^
!+ NOT_OPTIMIZED
@@||f.ix.de/autos/imgs
!+ NOT_OPTIMIZED
@@||minecraft-serverlist.net/images/
!+ NOT_OPTIMIZED
@@||quoka.de/img
!+ NOT_OPTIMIZED
@@||quoka.de/images
!+ NOT_OPTIMIZED
@@||kino.de/mages/
!+ NOT_OPTIMIZED
@@||blob.freent.de/image^
! JS rules
! #%#window.uabInject = function() {};
! #%#window.uabpInject = function() {};
! bento.de,spiegel.de,mein-
mmo.de,cinema.de,news38.de,waz.de,futurezone.de,wr.de,areamobile.de,wallstreet-
online.de,sport.de,boersen.manager-
magazin.de,bildderfrau.de,vip.de,tvspielfilm.de,fitforfun.de,heise.de,morgenpost.de
,4fansites.de,kochbar.de,derwesten.de,abendblatt.de,wetter.de,baby-
vornamen.de,4players.de,9monate.de,abendzeitung-
muenchen.de,ajaxshowtime.com,antenne.de,arcor.de,areadvd.de,boerse.de,brigitte.de,b
uffed.de,caravaning.de,chefkoch.de,computerhilfen.de,computerworld.nl,comunio.de,co
munio.es,connect.de,dbna.de,de.pons.com,donnerwetter.de,eatsmarter.de,f1maximaal.nl
,fettspielen.de,fid-
gesundheitswissen.de,finanzen.at,finanzen.ch,finanzen.net,finanztreff.de,formel1.de
,gala.de,gamepro.de,gamesaktuell.de,gamestar.de,gamezone.de,general-anzeiger-
bonn.de,genialetricks.de,gipfelbuch.ch,gmuender-
tagespost.de,golem.de,gusto.at,hamburg.de,hardwareluxx.de,heftig.de,heiseautos.de,h
oerzu.de,ingame.de,inside-
handy.de,jpgames.de,kamelle.de,knack.be,lablue.de,lampertheimer-
zeitung.de,landwirt.com,leckerschmecker.me,levif.be,lifeline.de,likemag.com,lustauf
sleben.at,lustich.de,macwelt.de,mehr-tanken.de,mein-wahres-
ich.de,menshealth.de,metalflirt.de,mopo.de,motor-
talk.de,motorbasar.de,motorradonline.de,motorsport-
total.com,motortests.de,moviepilot.de,mtb-
news.de,news.at,nnn.de,noz.de,nwzonline.de,paradisi.de,pc-
magazin.de,pcgames.de,pcgameshardware.de,pcwelt.de,pietsmiet.de,pnn.de,prignitzer.d
e,profil.at,promipool.de,promobil.de,prosieben.de,readmore.de,runnersworld.de,sat1.
de,schwaebische-
post.de,serienjunkies.de,shz.de,sixx.ch,sportal.de,spox.com,stern.de,svz.de,tagessp
iegel.de,testedich.de,tierfreund.co,tiervermittlung.de,trend.at,tv-
media.at,tvdigital.de,tvtoday.de,videogameszone.de,webfail.com,webfail.de,webwereld
.nl,welt.de,wetter.com,wetteronline.de,wiesbadener-kurier.de,wiesbadener-
tagblatt.de,wn.de,woman.at,womenshealth.de,woxikon.de,yachtrevue.at#
%#Object.defineProperty(window, 'UABPdd', { get: function() { throw null; }, set:
function() { throw null; } });
! bento.de,spiegel.de,mein-
mmo.de,cinema.de,news38.de,waz.de,futurezone.de,wr.de,areamobile.de,wallstreet-
online.de,sport.de,boersen.manager-
magazin.de,bildderfrau.de,vip.de,tvspielfilm.de,fitforfun.de,heise.de,morgenpost.de
,4fansites.de,kochbar.de,derwesten.de,abendblatt.de,wetter.de,baby-
vornamen.de,4players.de,9monate.de,abendzeitung-
muenchen.de,ajaxshowtime.com,antenne.de,arcor.de,areadvd.de,boerse.de,brigitte.de,b
uffed.de,caravaning.de,chefkoch.de,computerhilfen.de,computerworld.nl,comunio.de,co
munio.es,connect.de,dbna.de,de.pons.com,donnerwetter.de,eatsmarter.de,f1maximaal.nl
,fettspielen.de,fid-
gesundheitswissen.de,finanzen.at,finanzen.ch,finanzen.net,finanztreff.de,formel1.de
,gala.de,gamepro.de,gamesaktuell.de,gamestar.de,gamezone.de,general-anzeiger-
bonn.de,genialetricks.de,gipfelbuch.ch,gmuender-
tagespost.de,golem.de,gusto.at,hamburg.de,hardwareluxx.de,heftig.de,heiseautos.de,h
oerzu.de,ingame.de,inside-
handy.de,jpgames.de,kamelle.de,knack.be,lablue.de,lampertheimer-
zeitung.de,landwirt.com,leckerschmecker.me,levif.be,lifeline.de,likemag.com,lustauf
sleben.at,lustich.de,macwelt.de,mehr-tanken.de,mein-wahres-
ich.de,menshealth.de,metalflirt.de,mopo.de,motor-
talk.de,motorbasar.de,motorradonline.de,motorsport-
total.com,motortests.de,moviepilot.de,mtb-
news.de,news.at,nnn.de,noz.de,nwzonline.de,paradisi.de,pc-
magazin.de,pcgames.de,pcgameshardware.de,pcwelt.de,pietsmiet.de,pnn.de,prignitzer.d
e,profil.at,promipool.de,promobil.de,prosieben.de,readmore.de,runnersworld.de,sat1.
de,schwaebische-
post.de,serienjunkies.de,shz.de,sixx.ch,sportal.de,spox.com,stern.de,svz.de,tagessp
iegel.de,testedich.de,tierfreund.co,tiervermittlung.de,trend.at,tv-
media.at,tvdigital.de,tvtoday.de,videogameszone.de,webfail.com,webfail.de,webwereld
.nl,welt.de,wetter.com,wetteronline.de,wiesbadener-kurier.de,wiesbadener-
tagblatt.de,wn.de,woman.at,womenshealth.de,woxikon.de,yachtrevue.at#%#window.uabpdl
= window.uabInject = window.uabpDetect = true;
! moviepilot.de,wetteronline.de,gamona.de,gamepro.de,gta-5-
forum.de,prosieben.de,stern.de,webfail.com,focus.de,finanzen.net,prosiebenmaxx.de,s
ixx.de,kabeleins.de,sat1gold.de,tvtoday.de,tvspielfilm.de,wetter.com,gamestar.de#
%#window.UABPtracked = true;
!
moviepilot.de,news38.de,prosieben.de,stern.de,webfail.com,focus.de,finanzen.net,pro
siebenmaxx.de,sixx.de,kabeleins.de#%#AG_onLoad(function() { window.UABPTrack =
function() {}; });
!+ NOT_PLATFORM(windows, mac, android)
web.de,gmx.net,gmx.at,freenet.de,tichyseinblick.de,mathebibel.de,fuldaerzeitung.de,
vox.de,hersfelder-zeitung.de,az-online.de,hanauer.de,op-online.de,linux-
community.de,epochtimes.de,merkur.de,fr.de,extratipp.com,auto-motor-und-
sport.de,harzkurier.de,ikz-online.de,nrz.de,wp.de,boerse-online.de,salzgitter-
zeitung.de,mag.dbna.com,autobild.de,bento.de,spiegel.de,mein-
mmo.de,cinema.de,news38.de,waz.de,futurezone.de,wr.de,areamobile.de,sport.de,manage
r-
magazin.de,bildderfrau.de,vip.de,tvspielfilm.de,fitforfun.de,heise.de,morgenpost.de
,4fansites.de,kochbar.de,derwesten.de,abendblatt.de,wetter.de,baby-
vornamen.de,4players.de,9monate.de,abendzeitung-
muenchen.de,ajaxshowtime.com,antenne.de,arcor.de,areadvd.de,boerse.de,brigitte.de,b
uffed.de,caravaning.de,chefkoch.de,computerhilfen.de,computerworld.nl,comunio.de,co
munio.es,connect.de,dbna.de,de.pons.com,donnerwetter.de,eatsmarter.de,f1maximaal.nl
,fettspielen.de,fid-
gesundheitswissen.de,finanzen.at,finanzen.ch,finanzen.net,finanztreff.de,formel1.de
,gala.de,gamepro.de,gamesaktuell.de,gamestar.de,gamezone.de,general-anzeiger-
bonn.de,genialetricks.de,gipfelbuch.ch,gmuender-
tagespost.de,golem.de,gusto.at,hamburg.de,hardwareluxx.de,heftig.de,heiseautos.de,h
oerzu.de,ingame.de,inside-
handy.de,jpgames.de,kamelle.de,knack.be,lablue.de,lampertheimer-
zeitung.de,landwirt.com,leckerschmecker.me,levif.be,lifeline.de,likemag.com,lustauf
sleben.at,lustich.de,macwelt.de,mehr-tanken.de,mein-wahres-
ich.de,menshealth.de,metalflirt.de,mopo.de,motor-
talk.de,motorbasar.de,motorradonline.de,motorsport-
total.com,motortests.de,moviepilot.de,mtb-
news.de,news.at,nnn.de,noz.de,nwzonline.de,paradisi.de,pc-
magazin.de,pcgames.de,pcgameshardware.de,pcwelt.de,pietsmiet.de,pnn.de,prignitzer.d
e,profil.at,promipool.de,promobil.de,prosieben.de,readmore.de,runnersworld.de,sat1.
de,schwaebische-
post.de,serienjunkies.de,shz.de,sixx.ch,sportal.de,spox.com,stern.de,svz.de,tagessp
iegel.de,testedich.de,tierfreund.co,tiervermittlung.de,trend.at,tv-
media.at,tvdigital.de,tvtoday.de,videogameszone.de,webfail.com,webfail.de,webwereld
.nl,welt.de,wetter.com,wetteronline.de,wiesbadener-kurier.de,wiesbadener-
tagblatt.de,wn.de,woman.at,womenshealth.de,woxikon.de,yachtrevue.at#%#//
scriptlet("abort-on-property-read", "Flags.autoRecov")
computerbild.de,wieistmeineip.de,jappy.com,kino.de,quoka.de,minecraft-
serverlist.net,gesund-
vital.de,fuldaerzeitung.de,businessinsider.de,vox.de,hersfelder-zeitung.de,az-
online.de,hanauer.de,op-online.de,der-betze-
brennt.de,ruhr24.de,reviersport.de,meinestadt.de,web.de,braunschweiger-
zeitung.de,gifhorner-rundschau.de,giessener-
allgemeine.de,finanznachrichten.de,dieblaue24.com,wlz-online.de,da-imnetz.de,emtb-
news.de,rennrad-news.de,linux-magazin.de,winfuture.de,tvtv.de,hallo-
muenchen.de,thueringen24.de,werra-rundschau.de,wetterauer-
zeitung.de,tz.de,tele5.de,n-tv.de,fnp.de,linux-
community.de,epochtimes.de,merkur.de,radio.at,radio.de,fr.de,extratipp.com,auto-
motor-und-sport.de,harzkurier.de,ikz-online.de,nrz.de,wp.de,boerse-
online.de,salzgitter-zeitung.de,mag.dbna.com,autobild.de,bento.de,spiegel.de,mein-
mmo.de,cinema.de,news38.de,waz.de,futurezone.de,wr.de,areamobile.de,sport.de,manage
r-
magazin.de,bildderfrau.de,vip.de,tvspielfilm.de,fitforfun.de,heise.de,morgenpost.de
,4fansites.de,kochbar.de,derwesten.de,abendblatt.de,wetter.de,baby-
vornamen.de,4players.de,9monate.de,abendzeitung-
muenchen.de,ajaxshowtime.com,antenne.de,arcor.de,areadvd.de,boerse.de,brigitte.de,b
uffed.de,caravaning.de,chefkoch.de,computerhilfen.de,computerworld.nl,comunio.de,co
munio.es,connect.de,dbna.de,de.pons.com,donnerwetter.de,eatsmarter.de,f1maximaal.nl
,fettspielen.de,fid-
gesundheitswissen.de,finanzen.at,finanzen.ch,finanzen.net,finanztreff.de,formel1.de
,gala.de,gamepro.de,gamesaktuell.de,gamestar.de,gamezone.de,general-anzeiger-
bonn.de,genialetricks.de,gipfelbuch.ch,gmuender-
tagespost.de,golem.de,gusto.at,hamburg.de,hardwareluxx.de,heftig.de,heiseautos.de,h
oerzu.de,ingame.de,inside-
handy.de,jpgames.de,kamelle.de,knack.be,lablue.de,lampertheimer-
zeitung.de,landwirt.com,leckerschmecker.me,levif.be,lifeline.de,likemag.com,lustauf
sleben.at,lustich.de,macwelt.de,mehr-tanken.de,mein-wahres-
ich.de,menshealth.de,metalflirt.de,mopo.de,motor-
talk.de,motorbasar.de,motorradonline.de,motorsport-
total.com,motortests.de,moviepilot.de,mtb-
news.de,news.at,nnn.de,noz.de,nwzonline.de,paradisi.de,pc-
magazin.de,pcgames.de,pcgameshardware.de,pcwelt.de,pietsmiet.de,pnn.de,prignitzer.d
e,profil.at,promipool.de,promobil.de,prosieben.de,readmore.de,runnersworld.de,sat1.
de,schwaebische-
post.de,serienjunkies.de,shz.de,sixx.ch,sportal.de,spox.com,stern.de,svz.de,tagessp
iegel.de,testedich.de,tierfreund.co,tiervermittlung.de,trend.at,tv-
media.at,tvdigital.de,tvtoday.de,videogameszone.de,webfail.com,webfail.de,webwereld
.nl,welt.de,wetter.com,wetteronline.de,wiesbadener-kurier.de,wiesbadener-
tagblatt.de,wn.de,woman.at,womenshealth.de,woxikon.de,yachtrevue.at,rtv.de,wallstre
et-online.de#%#//scriptlet("abort-on-property-read", "Object.prototype.autoRecov")
!! elemhide exclusions (change daily)
!
!--- plistaWidget detection and first-party ads (always copy full domain list to
new rule) ---
! mz-web.de,wieistmeineip.de,smart-
wohnen.net,immobilienscout24.de,onlinekosten.de,quoka.de,tichyseinblick.de,aachener
-nachrichten.de,aachener-
zeitung.de,airliners.de,bikerszene.de,brieffreunde.de,digitalfernsehen.de,donnerwet
ter.de,e-hausaufgaben.de,epochtimes.de,fanfiktion.de,fid-
gesundheitswissen.de,formel1.de,fremdwort.de,frustfrei-
lernen.de,gamersglobal.de,gameswelt.de,gartendialog.de,gevestor.de,gut-
erklaert.de,hausgarten.net,iban-rechner.de,inside-
handy.de,kindergeld.org,laut.de,liga3-online.de,motorsport-
total.com,moviejones.de,netzwelt.de,news.de,nickles.de,nw.de,pferde.de,pixelio.de,p
layfront.de,prad.de,psychic.de,roemische-zahlen.net,rp-
online.de,skodacommunity.de,spielen.de,spielfilm.de,transfermarkt.de,truckscout24.a
t,truckscout24.de,unicum.de,virtualnights.com,weristdeinfreund.de,weser-
kurier.de,wetteronline.de,windows-7-forum.net,wintotal.de,wize.life#%#window.trckd
= true;
! gartenlexikon.de,rheinische-anzeigenblaetter.de,rundschau-online.de,ksta.de,t-
online.de,tvinfo.de,wallstreet-
online.de,meinestadt.de,wieistmeineip.ch,wieistmeineip.at,boersennews.de,express.de
,computerbild.de,berliner-zeitung.de,rimondo.com,play3.de,kicker.de,berliner-
kurier.de#%#window.trckd = true;
! fussballdaten.de,gartenlexikon.de,rheinische-anzeigenblaetter.de,rundschau-
online.de,ksta.de,mz-web.de,wieistmeineip.de,smart-
wohnen.net,immobilienscout24.de,onlinekosten.de,quoka.de,tichyseinblick.de,aachener
-nachrichten.de,aachener-
zeitung.de,airliners.de,bikerszene.de,brieffreunde.de,digitalfernsehen.de,donnerwet
ter.de,e-hausaufgaben.de,epochtimes.de,fanfiktion.de,fid-
gesundheitswissen.de,formel1.de,fremdwort.de,frustfrei-
lernen.de,gamersglobal.de,gameswelt.de,gartendialog.de,gevestor.de,gut-
erklaert.de,hausgarten.net,iban-rechner.de,inside-
handy.de,kindergeld.org,laut.de,liga3-online.de,motorsport-
total.com,moviejones.de,netzwelt.de,news.de,nickles.de,nw.de,pferde.de,pixelio.de,p
layfront.de,prad.de,psychic.de,roemische-zahlen.net,rp-
online.de,skodacommunity.de,spielen.de,spielfilm.de,transfermarkt.de,truckscout24.a
t,truckscout24.de,unicum.de,virtualnights.com,weristdeinfreund.de,weser-
kurier.de,wetteronline.de,windows-7-forum.net,wintotal.de,wize.life,t-
online.de,tvinfo.de,wallstreet-
online.de,meinestadt.de,wieistmeineip.ch,wieistmeineip.at,boersennews.de,express.de
,computerbild.de,berliner-zeitung.de,rimondo.com,play3.de,kicker.de,berliner-
kurier.de#%#AG_abortInlineScript(/.trckd/, 'document.addEventListener');
onlinemarketing.de,boersennews.de,nw.de,hifi.de,rundschau-online.de,rheinische-
anzeigenblaetter.de,fussballdaten.de,virtualnights.com,unicum.de,truckscout24.de,sp
ielen.de,pixelio.de,nickles.de,liga3-online.de,inside-digital.de,gut-
erklaert.de,frustfrei-lernen.de,fremdwort.de,e-hausaufgaben.de,mz-
web.de,airliners.de,tvinfo.de,wieistmeineip.de,nordbayern.de,news.de,meinestadt.de,
rimondo.com,clever-tanken.de,transfermarkt.com,berliner-
zeitung.de,fanfiktion.de,aachener-
zeitung.de,transfermarkt.at,digitalfernsehen.de,aachener-
nachrichten.de,tichyseinblick.de,weser-kurier.de,kino.de#%#AG_abortInlineScript(/
="h[\s\S]{0,5}[\s\S]*t[\s\S]*o[\s\S]*e[\s\S]*\/[\s\S]{0,5}co[\s\S]{0,10}",/,
'window.Math');
! `#%#//scriptlet("abort-on-property-read", "Object.prototype.mkStyleDyn")`
discounto.de,ecomento.de,lz.de,onlinemarketing.de,quoka.de,modhoster.de,gmx.net,fin
ya.de,boersennews.de,nw.de,hifi.de,rundschau-online.de,rheinische-
anzeigenblaetter.de,fussballdaten.de,virtualnights.com,unicum.de,truckscout24.de,sp
ielen.de,pixelio.de,nickles.de,liga3-online.de,inside-digital.de,gut-
erklaert.de,frustfrei-lernen.de,fremdwort.de,e-hausaufgaben.de,mz-
web.de,airliners.de,tvinfo.de,wieistmeineip.de,nordbayern.de,news.de,meinestadt.de,
rimondo.com,clever-tanken.de,transfermarkt.com,berliner-
kurier.de,moviejones.de,watson.de,bonedo.de,transfermarkt.de,ze.tt,duden.de,frag-
mutti.de,volksfreund.de,wetter.com,ksta.de,t-online.de,naumburger-
tageblatt.de,desired.de,spieletipps.de,freenet.de,giga.de,kicker.de,mt.de,pff.de,sa
arbruecker-zeitung.de#%#//scriptlet("abort-on-property-read",
"Object.prototype.mkStyleDyn")
!! site specific
!+ NOT_OPTIMIZED
@@||discounto.de/image^
!+ NOT_OPTIMIZED
||ecomento.de/wp-content/plugins/*/js/tsmi.js
!+ NOT_OPTIMIZED
@@||ecomento.de/image/
!+ NOT_OPTIMIZED
@@||lz.de/img1/
!+ NOT_OPTIMIZED
@@||onlinemarketing.de/image
!+ NOT_OPTIMIZED
@@||nw.de/imgs
!+ NOT_OPTIMIZED
@@||tvinfo.de/image
!+ NOT_OPTIMIZED
@@||wieistmeineip.de/image
!+ NOT_OPTIMIZED
||hifi-forum.de/resources/js/x4hBsoV.js
!+ NOT_OPTIMIZED
||hifi.de/js/x4hBsoV.js
!+ NOT_OPTIMIZED
@@||t.nordbayern.de/image/
!+ NOT_OPTIMIZED
@@||tichyseinblick.de/image^
!+ NOT_OPTIMIZED
@@||tichyseinblick.de/i-mages^
!+ NOT_OPTIMIZED
@@||ze.tt/image/
!+ NOT_OPTIMIZED
@@||wetter.com/image
!+ NOT_OPTIMIZED
@@||mt.de/img
!+ NOT_OPTIMIZED
@@||clever-tanken.de/i*age
!+ NOT_OPTIMIZED
@@||saarbruecker-zeitung.de/image/
!+ NOT_OPTIMIZED
@@||berliner-kurier.de/image^
!+ NOT_OPTIMIZED
@@||moviejones.de/img/
!+ NOT_OPTIMIZED
@@||hifi.de/timg/
!+ NOT_OPTIMIZED
@@||hifi-forum.de/timg/
!+ NOT_OPTIMIZED
@@||quoka.de/assets/js/vendor/prebid_*.js
!+ NOT_OPTIMIZED
@@||fanfiktion.de/pics^
!+ NOT_OPTIMIZED
@@||static-immobilienscout24.de/fro/image/Ads^
!+ NOT_OPTIMIZED
@@||wettercomassets.com/img/cms/chameleon/mediapool/thumbs^
!+ NOT_OPTIMIZED
@@||assets.wallstreet-online.de/frontend/img/ad.jpg
!+ NOT_OPTIMIZED
@@||aachener-zeitung.de/*/imags
!+ NOT_OPTIMIZED
@@||aachener-nachrichten.de/*/imges
!+ NOT_OPTIMIZED
@@||bikerszene.de/img^
!+ NOT_OPTIMIZED
@@||iban-4199.kxcdn.com/cdn/image^
!+ NOT_OPTIMIZED
@@||kino.de/imag
!+ NOT_OPTIMIZED
@@||spieletipps.de/imag
!+ NOT_OPTIMIZED
@@||digitalfernsehen.de/imag
!+ NOT_OPTIMIZED
@@||giga.de/imag
!+ NOT_OPTIMIZED
@@||chefkoch.de/ck.de^
!+ NOT_OPTIMIZED
@@||transfermarkt.*/image
!+ NOT_OPTIMIZED
@@||autoscout24.de/image
!+ NOT_OPTIMIZED
@@||cdn.interactivemedia.net/live/t-o-*/live/globalAdTag.min.js
!+ NOT_OPTIMIZED
@@||cdn-a.yieldlove.com/yieldlove-bidder-stroeer.js$domain=t-online.de
!+ NOT_OPTIMIZED
/quotenmeter.de\/[-_a-zA-Z0-9]{30,}\.js/$domain=quotenmeter.de
!+ NOT_OPTIMIZED
@@||tisoomi-services.com/cookie$domain=digitalfernsehen.de
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=digitalfernsehen.de
!+ NOT_OPTIMIZED
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=quoka.de
!+ NOT_OPTIMIZED
@@||securepubads.g.doubleclick.net/gampad/ads^$domain=quoka.de
!+ NOT_OPTIMIZED
@@||imagesrv.adition.com/js/adition.js$domain=finya.de|t-online.de|freenet.de|
spiegel.de|kicker.de|quoka.de|fanfiktion.de|meinestadt.de
!+ NOT_OPTIMIZED
@@||adfarm1.adition.com/js?wp_id=$domain=finya.de|t-online.de|freenet.de|
spiegel.de|kicker.de|quoka.de|fanfiktion.de|meinestadt.de
!+ NOT_OPTIMIZED
@@||adfarm1.adition.com/banner^$domain=finya.de|t-online.de|freenet.de|spiegel.de|
kicker.de|quoka.de|fanfiktion.de|meinestadt.de
!+ NOT_OPTIMIZED
@@||imagesrv.adition.com/banners^$domain=finya.de|t-online.de|freenet.de|
spiegel.de|kicker.de|quoka.de|fanfiktion.de|meinestadt.de
!+ NOT_OPTIMIZED
@@||imagesrv.adition.com/js/srp.js$domain=transfermarkt.de
!+ NOT_OPTIMIZED
@@||modhoster.de/image
!! generic url exclusions
!+ NOT_OPTIMIZED
@@/http(s?):[\s\S]*\.[a-z]{2,4}\/im[-_a-z]{1,15}\/?([-_.a-z])?([-_.a-z]{1,})\/[\s\
S]*[-_a-zA-Z0-9]{8,}\.[a-z]{3,4}/$~third-party,image,domain=giga.de|mz-web.de|
wieistmeineip.de|smart-wohnen.net|immobilienscout24.de|onlinekosten.de|quoka.de|
tichyseinblick.de|aachener-nachrichten.de|aachener-zeitung.de|airliners.de|
bikerszene.de|brieffreunde.de|digitalfernsehen.de|donnerwetter.de|e-
hausaufgaben.de|epochtimes.de|fanfiktion.de|fid-gesundheitswissen.de|formel1.de|
fremdwort.de|frustfrei-lernen.de|gamersglobal.de|gameswelt.de|gartendialog.de|
gevestor.de|gut-erklaert.de|hausgarten.net|iban-rechner.de|inside-handy.de|
kindergeld.org|laut.de|liga3-online.de|motorsport-total.com|moviejones.de|
netzwelt.de|news.de|nickles.de|nw.de|pferde.de|pixelio.de|playfront.de|prad.de|
psychic.de|roemische-zahlen.net|rp-online.de|skodacommunity.de|spielen.de|
spielfilm.de|transfermarkt.de|truckscout24.at|truckscout24.de|unicum.de|
virtualnights.com|weristdeinfreund.de|weser-kurier.de|wetteronline.de|windows-7-
forum.net|wintotal.de|wize.life|t-online.de|tvinfo.de|wallstreet-online.de|
meinestadt.de|wieistmeineip.ch|wieistmeineip.at|boersennews.de|express.de|
computerbild.de|berliner-zeitung.de|rimondo.com|play3.de|kicker.de|berliner-
kurier.de|ksta.de|rundschau-online.de|rheinische-anzeigenblaetter.de|
quotenmeter.de|gartenlexikon.de|fussballdaten.de
!+ NOT_OPTIMIZED
@@/http(s?):[\s\S]*\.[a-z]{2,4}\/im[-_a-z]{1,15}\/?([-_.a-z])?([-_.a-z]{1,})\/[\s\
S]*[-_a-zA-Z0-9]{8,}[\s\S]*.[a-z]{3,4}/$~third-party,image,domain=giga.de|mz-
web.de|wieistmeineip.de|smart-wohnen.net|immobilienscout24.de|onlinekosten.de|
quoka.de|tichyseinblick.de|aachener-nachrichten.de|aachener-zeitung.de|
airliners.de|bikerszene.de|brieffreunde.de|digitalfernsehen.de|donnerwetter.de|e-
hausaufgaben.de|epochtimes.de|fanfiktion.de|fid-gesundheitswissen.de|formel1.de|
fremdwort.de|frustfrei-lernen.de|gamersglobal.de|gameswelt.de|gartendialog.de|
gevestor.de|gut-erklaert.de|hausgarten.net|iban-rechner.de|inside-handy.de|
kindergeld.org|laut.de|liga3-online.de|motorsport-total.com|moviejones.de|
netzwelt.de|news.de|nickles.de|nw.de|pferde.de|pixelio.de|playfront.de|prad.de|
psychic.de|roemische-zahlen.net|rp-online.de|skodacommunity.de|spielen.de|
spielfilm.de|transfermarkt.de|truckscout24.at|truckscout24.de|unicum.de|
virtualnights.com|weristdeinfreund.de|weser-kurier.de|wetteronline.de|windows-7-
forum.net|wintotal.de|wize.life|t-online.de|tvinfo.de|wallstreet-online.de|
meinestadt.de|wieistmeineip.ch|wieistmeineip.at|boersennews.de|express.de|
computerbild.de|berliner-zeitung.de|rimondo.com|play3.de|kicker.de|berliner-
kurier.de|ksta.de|rundschau-online.de|rheinische-anzeigenblaetter.de|
quotenmeter.de|gartenlexikon.de|fussballdaten.de
!+ NOT_OPTIMIZED
@@/[\s\S]*.com\/[0-9]{6,20}\/[\s\S]*.bmp/$third-party,domain=giga.de|mz-web.de|
wieistmeineip.de|smart-wohnen.net|immobilienscout24.de|onlinekosten.de|quoka.de|
tichyseinblick.de|aachener-nachrichten.de|aachener-zeitung.de|airliners.de|
bikerszene.de|brieffreunde.de|digitalfernsehen.de|donnerwetter.de|e-
hausaufgaben.de|epochtimes.de|fanfiktion.de|fid-gesundheitswissen.de|formel1.de|
fremdwort.de|frustfrei-lernen.de|gamersglobal.de|gameswelt.de|gartendialog.de|
gevestor.de|gut-erklaert.de|hausgarten.net|iban-rechner.de|inside-handy.de|
kindergeld.org|laut.de|liga3-online.de|motorsport-total.com|moviejones.de|
netzwelt.de|news.de|nickles.de|nw.de|pferde.de|pixelio.de|playfront.de|prad.de|
psychic.de|roemische-zahlen.net|rp-online.de|skodacommunity.de|spielen.de|
spielfilm.de|transfermarkt.de|truckscout24.at|truckscout24.de|unicum.de|
virtualnights.com|weristdeinfreund.de|weser-kurier.de|wetteronline.de|windows-7-
forum.net|wintotal.de|wize.life|t-online.de|tvinfo.de|wallstreet-online.de|
meinestadt.de|wieistmeineip.ch|wieistmeineip.at|boersennews.de|express.de|
computerbild.de|berliner-zeitung.de|rimondo.com|play3.de|kicker.de|berliner-
kurier.de|ksta.de|rundschau-online.de|rheinische-anzeigenblaetter.de|
quotenmeter.de|gartenlexikon.de|fussballdaten.de
!+ NOT_OPTIMIZED
@@||hotdogsandads.com^$image
!+ NOT_OPTIMIZED
@@||dunkirkinception.com^$image
!+ NOT_OPTIMIZED
@@||thisisacoolthing.com^$image
!+ NOT_OPTIMIZED
@@||lasagneandands.com^$image
!+ NOT_OPTIMIZED
@@||meatballsandads.com^$image
!+ NOT_OPTIMIZED
@@||adswithsalt.com^$image
!+ NOT_OPTIMIZED
@@||pizzaandads.com^$image
!+ NOT_OPTIMIZED
@@||adsheart.de^$image
!+ NOT_OPTIMIZED
@@||thisdomainandnothingelse.com^$image
!! elemhide exclusions
!+ NOT_OPTIMIZED
freenet.de,spiegel.de,kicker.de,giga.de,mz-web.de,wieistmeineip.de,smart-
wohnen.net,immobilienscout24.de,onlinekosten.de,quoka.de,tichyseinblick.de,aachener
-nachrichten.de,aachener-
zeitung.de,airliners.de,bikerszene.de,brieffreunde.de,digitalfernsehen.de,donnerwet
ter.de,e-hausaufgaben.de,epochtimes.de,fanfiktion.de,fid-
gesundheitswissen.de,formel1.de,fremdwort.de,frustfrei-
lernen.de,gamersglobal.de,gameswelt.de,gartendialog.de,gevestor.de,gut-
erklaert.de,hausgarten.net,iban-rechner.de,inside-
handy.de,kindergeld.org,laut.de,liga3-online.de,motorsport-
total.com,moviejones.de,netzwelt.de,news.de,nickles.de,nw.de,pferde.de,pixelio.de,p
layfront.de,prad.de,psychic.de,roemische-zahlen.net,rp-
online.de,skodacommunity.de,spielen.de,spielfilm.de,transfermarkt.de,truckscout24.a
t,truckscout24.de,unicum.de,virtualnights.com,weristdeinfreund.de,weser-
kurier.de,wetteronline.de,windows-7-forum.net,wintotal.de,wize.life,t-
online.de,tvinfo.de,wallstreet-
online.de,meinestadt.de,wieistmeineip.ch,wieistmeineip.at,boersennews.de,express.de
,computerbild.de,berliner-zeitung.de,rimondo.com,play3.de,kicker.de,berliner-
kurier.de,ksta.de,rundschau-online.de,rheinische-
anzeigenblaetter.de,quotenmeter.de,gartenlexikon.de,fussballdaten.de#@#.banner-ad
!+ NOT_OPTIMIZED
wize.life#@#.afs_ads
!+ NOT_OPTIMIZED
wize.life#@#banneroben
!+ NOT_OPTIMIZED
wize.life#@#.orange
!+ NOT_OPTIMIZED
wize.life#@##bottomad
!+ NOT_OPTIMIZED
wize.life#@#.ADBox
!+ NOT_OPTIMIZED
wize.life#@#.AD_area
!+ NOT_OPTIMIZED
wize.life#@#.AdsRec
!+ NOT_OPTIMIZED
wize.life#@#.Ads_4
!+ NOT_OPTIMIZED
motorsport-total.com#@#.werbeblock
!+ NOT_OPTIMIZED
wallstreet-online.de#@#.ad
!+ NOT_OPTIMIZED
t-online.de#@#div[class^="Tsshopst"]
! Taboola - probably Plista
! t-online.de#%#AG_abortInlineScript(/DTLS\/SCTP/, 'setTimeout');
!
!--- Sourcepoint ---
stern.de,essen-und-trinken.de,urbia.de#%#!function(){function b(){}function a(a)
{return{get:function(){return a},set:b}}function c(a){a(!
1)}AG_defineProperty('_sp_.config.content_control_callback',a(b)),AG_defineProperty
('_sp_.config.spid_control_callback',a(b)),AG_defineProperty('_sp_.config.vid_contr
ol_callback',a(b)),AG_defineProperty('_sp_.config.disableBlockerStyleSheets',a(!
1)),AG_defineProperty('_sp_.checkState',a(c)),AG_defineProperty('_sp_.isAdBlocking'
,a(c)),AG_defineProperty('_sp_.isAdblocking',a(c)),AG_defineProperty('_sp_.isConten
tBlockerPresent',a(c)),AG_defineProperty('_sp_.getSafeUri',a(function(a){return
a})),AG_defineProperty('_sp_.pageChange',a(b)),AG_defineProperty('_sp_.setupSmartBe
acons',a(b)),AG_defineProperty('_sp_.msg.startMsg',a(b)),document.addEventListener(
'sp.blocking',function(a)
{a.stopImmediatePropagation(),a=document.createEvent('Event'),a.initEvent('sp.not_b
locking',!0,!1),this.dispatchEvent(a)})}();
!
!----------------------------------
!
! puls4.com - adblock detection on live-stream
@@||ad.71i.de/somtag/loader/loader.js$domain=puls4.com
! https://github.com/AdguardTeam/AdguardFilters/issues/62890
@@||t-rocforum.de/js/*/adleft.js
t-rocforum.de#%#//scriptlet("abort-current-inline-script", "$", "!
document.getElementById(btoa")
! https://github.com/AdguardTeam/AdguardFilters/issues/62688
! '#%#//scriptlet("abort-on-property-read", "Object.prototype.autoRecov")'
! https://github.com/AdguardTeam/AdguardFilters/issues/56965
wetteronline.at,wetteronline.de#%#//scriptlet("abort-on-property-write",
"googletag.defineSlot")
! https://github.com/AdguardTeam/AdguardFilters/issues/53825
@@||stats.t-online.de/js/ads/adex.js
t-online.de#%#//scriptlet("set-constant", "abp", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/49340
@@||teleboy.ch/assets/js/*werbung*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/48726
@@||hausbau-forum.de/js/siropu/am/ads.min.js
hausbau-forum.de#%#//scriptlet("set-constant", "adBlockDetected", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/48008
@@||cdn.zomap.de/*signature=$domain=player.glomex.com
! https://github.com/AdguardTeam/AdguardFilters/issues/46813
||assets.essen-und-trinken.de/js/eut_consent.js
||commsvc.essen-und-trinken.de^
! https://github.com/AdguardTeam/AdguardFilters/issues/46622
||commsvc.gala.de^
! https://github.com/AdguardTeam/AdguardFilters/issues/45601
@@||tatort.tube/ads-*x*.js
@@||googleads.g.doubleclick.net/favicon.ico?ads=$domain=tatort.tube
! https://github.com/AdguardTeam/AdguardFilters/issues/55549
! https://github.com/AdguardTeam/AdguardFilters/issues/44865
@@||photovoltaikforum.com/*/adsbygoogle.js
photovoltaikforum.com#%#//scriptlet("set-constant", "adblockDisabled", "true")
photovoltaikforum.com#%#//scriptlet("set-constant", "cwAdblockDisabled", "true")
photovoltaikforum.com#%#//scriptlet("set-constant", "cwAdblockDisabled2", "true")
photovoltaikforum.com#$#.adsbox.ads { display: block!important; height: 1px!
important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/43738
||blog.kwick.de/module/plugins/deblocker^
! https://github.com/AdguardTeam/AdguardFilters/issues/43165
averio.de#$#.pub_300x250.pub_300x250m.pub_728x90.text-
ad.textAd.text_ad.text_ads.text-ads { display:block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/42756
||computerwoche.de/messaging.js
! https://github.com/AdguardTeam/AdguardFilters/issues/42066
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=media.oadts.com
! spiegel.de - sourcepoint domain
||fsm2.spiegel.de^
! https://github.com/AdguardTeam/AdguardFilters/issues/40937
@@||wakanim.tv/*/video/adsunauth
! https://github.com/AdguardTeam/AdguardFilters/issues/40415
||jameda-elements.de/_scripts/ads^
! https://github.com/AdguardTeam/AdguardFilters/issues/38360
deutsche-vogelstimmen.de#%#(function(){var
b=window.setTimeout;window.setTimeout=function(a,c){if(!/\]\.bab\
(window/.test(a.toString()))return b(a,c)};})();
! https://github.com/AdguardTeam/AdguardFilters/issues/45416
@@||imagesrv.adition.com/1x1.gif$domain=joyn.de
@@||securepubads.g.doubleclick.net/pcs/view^$domain=joyn.de
@@||ad.71i.de/global_js/AppConfig^$domain=joyn.de
@@||static.*-vod-playout-prod.aws.route71.net/ad-source-fetcher/dist/ad-source-
fetcher.min.js$domain=joyn.de
@@||static.*-vod-playout-prod.aws.route71.net/ad-tracker/dist/ad-
tracker.min.js$domain=joyn.de
! https://github.com/AdguardTeam/AdguardFilters/issues/34788
!+ NOT_OPTIMIZED
@@||_.rocks/iqadcontroller.js
! https://github.com/AdguardTeam/AdguardFilters/issues/40840
! https://github.com/AdguardTeam/AdguardFilters/issues/39642
! https://github.com/AdguardTeam/AdguardFilters/issues/41853
@@||hl-live.de/*/adserversolutions/
! https://github.com/AdguardTeam/AdguardFilters/issues/34042
!+ NOT_PLATFORM(windows, mac, android)
@@||zwergenstadt.com^$generichide
!+ NOT_PLATFORM(windows, mac, android)
@@||zwergenstadt.com/*.png#
! https://github.com/AdguardTeam/AdguardFilters/issues/33724
! https://github.com/AdguardTeam/AdguardFilters/issues/33085
@@||bahnbonus-shopping.de/scripts/adIFrame.js
! https://github.com/AdguardTeam/AdguardFilters/issues/32507
@@||gutekueche.at/assets/js/app/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/31980
! https://github.com/AdguardTeam/AdguardFilters/issues/31614
startseite.to#@##banner_ad
! https://github.com/AdguardTeam/AdguardFilters/issues/31114
! https://github.com/AdguardTeam/AdguardFilters/issues/63828
sport1.de#%#AG_setConstant('s1AdDetection', 'true');
sport1.de#%#AG_setConstant('s1CmpDetection', 'true');
||asadcdn.com/adlib/pages/
sport1.js$script,redirect=noopjs,important,domain=sport1.de
! Enable when they change file name and remove previous rules
! !+ PLATFORM(ios, ext_android_cb, ext_safari)
!@@||asadcdn.com/adlib/pages/sport1*.js$domain=sport1.de
! https://github.com/AdguardTeam/AdguardFilters/issues/29306
! https://github.com/AdguardTeam/AdguardFilters/issues/24999
! ad reinjection
chefkoch.de#@#.responsive-ad
chefkoch.de#@#.AD-POST
! https://github.com/AdguardTeam/AdguardFilters/issues/28921
rtv.de#@#.AD300
! https://github.com/AdguardTeam/AdguardFilters/issues/28684
! https://github.com/AdguardTeam/AdguardFilters/issues/28679
@@||deine-tierwelt.de/static/js/advertisement.js
! golem.de - ad reinjection
@@||ads.golem.de/track.ads/gx-ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/28318
! t-online.de - ad reinject
@@||stats.t-online.de/js/ads.js
! t-online.de - glomex video player ad - backup domain if ads are blocked
! ||*.mp4$domain=player.glomex.com,mp4,important
! https://github.com/AdguardTeam/AdguardFilters/issues/24859
! gastroguide.de - elements are removed on detection
! https://github.com/AdguardTeam/AdguardFilters/issues/24484
! https://github.com/AdguardTeam/AdguardFilters/issues/24582
! https://github.com/AdguardTeam/AdguardFilters/issues/23861
hdfilme.tv#@#.afs_ads
! https://github.com/AdguardTeam/AdguardFilters/issues/23029
! https://forum.adguard.com/index.php?threads/gamestar-de.27384/
@@||gamestar.de/js/gamestar/_ad2.js
! somemaps.com - redirect to ad page if blocked
@@||streetviewbg.com/ads.js
@@||somemaps.com/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/22212
||omniscientspark.com^$third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/21845
! https://github.com/AdguardTeam/AdguardFilters/issues/20993
! https://github.com/AdguardTeam/AdguardFilters/issues/22298
wiwo.de#@#.adsbox
wiwo.de#@#.ad-placement
@@||amazonaws.com/prod.iqdcontroller.iqdigital/*/live/
iqadcontroller.js.gz$domain=wiwo.de
! https://github.com/AdguardTeam/AdguardFilters/issues/20521
@@||suedkurier.de/ads.js?
! https://github.com/AdguardTeam/AdguardFilters/issues/20593
! https://github.com/AdguardTeam/AdguardFilters/issues/20591
! https://github.com/AdguardTeam/AdguardFilters/issues/20465
dragonball-tube.com,onepiece-tube.com,naruto-tube.org,fairytail-
tube.org#$##kj28qzmc29w { height: 1px!important; }
dragonball-tube.com,onepiece-tube.com,naruto-tube.org,fairytail-
tube.org#$##kj28qzmc29y { height: 1px!important; }
dragonball-tube.com,onepiece-tube.com,naruto-tube.org,fairytail-
tube.org#$##skyscraper { height: 1px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/20220
shoop.de#@#.adbanner
! https://github.com/AdguardTeam/AdguardFilters/issues/19165
! https://github.com/AdguardTeam/AdguardFilters/issues/18062
blaulichtreport-saarland.de#@#.an-advert-banner
blaulichtreport-saarland.de#@##adsense
blaulichtreport-saarland.de#@#.an-sponsored
! https://github.com/AdguardTeam/AdguardFilters/issues/17467
@@||pagead2.googlesyndication.com/pagead/osd.js^$domain=heise.de
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=heise.de
@@||securepubads.g.doubleclick.net/gampad/ads^$domain=heise.de
@@||tpc.googlesyndication.com/safeframe/*/html/container.html$domain=heise.de
@@||tpc.googlesyndication.com/pagead/js/*/activeview/
osd_listener.js$domain=heise.de
@@||adservice.google.*/adsid/integrator.js$domain=heise.de
! game-dna.de
@@||game-dna.de/wp-content/themes/protein/static/ads.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/10716
! winfuture.de video not playing
@@||widget.spoods.io/loader.js$domain=winfuture.de
! https://github.com/AdguardTeam/AdguardFilters/issues/14547
@@||integralrechner.de/adguard/adblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/14548
@@||ableitungsrechner.net/adguard/adblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/12854
foxx.to#@#.an-advert-banner
foxx.to#@##adsense
foxx.to#@#.an-sponsored
! https://github.com/AdguardTeam/AdguardFilters/issues/12626
! https://github.com/AdguardTeam/AdguardFilters/issues/12627
! https://github.com/AdguardTeam/AdguardFilters/issues/12625
! https://github.com/AdguardTeam/AdguardFilters/issues/12603
! https://github.com/AdguardTeam/AdguardFilters/issues/12540
groovemonster.de#@##banner_ad
! https://github.com/AdguardTeam/AdguardFilters/issues/12444
suedkurier.de#@#.GoogleDfpAd
suedkurier.de#@#.googad
suedkurier.de#@#.affiliate-footer
suedkurier.de#@#.Ligatus
!suedkurier.de#@#.adforge
! https://github.com/AdguardTeam/AdguardFilters/issues/11553
||spiegel.de/*/messaging-*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/12324
! https://github.com/AdguardTeam/AdguardFilters/issues/11644
caravaning.de#%#AG_defineProperty('adblockActive', {value:false}, window);
! https://github.com/AdguardTeam/AdguardFilters/issues/11545
! https://github.com/AdguardTeam/AdguardFilters/issues/10923
||gesundheitsfrage.net/nmms/js
! https://github.com/AdguardTeam/AdguardFilters/issues/10466
||finanzfrage.net/nmms/js
! https://github.com/AdguardTeam/AdguardFilters/issues/15564
! https://github.com/AdguardTeam/AdguardFilters/issues/10664
@@||adition.com/*purwallhit$domain=derstandard.at
@@||imagesrv.adition.com/js/srp.js$domain=derstandard.at
@@||derstandard.at/MetaAdServer/MAS.aspx
! https://github.com/AdguardTeam/AdguardFilters/issues/10380
||fussballgucken.info/js/adblock.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/10135
@@||adspirit.de^$domain=mathaeser.de
! https://github.com/AdguardTeam/AdguardFilters/issues/9337
@@||a.bf-ad.net/makabo/ads_fol_init.js$domain=chip.de
! https://github.com/AdguardTeam/AdguardFilters/issues/9172
gannikus.com#@##adsense
gannikus.com#@#.an-sponsored
gannikus.com#@#.an-advert-banner
! https://github.com/AdguardTeam/AdguardFilters/issues/7792
lustich.de#@##banner_ad
! https://forum.adguard.com/index.php?threads/serienjunkies-de-videos-anti-
adblock.27402/
@@||media.oadts.com/www/delivery/afv.php$domain=serienjunkies.de
@@||media.oadts.com/www/delivery/video.php$domain=serienjunkies.de
! https://forum.adguard.com/index.php?threads/tvnow-de-not-working-with-english-
filterlist-anti-adblock.27564/
||api.tvnow.de/*/advertisements^$redirect=nooptext,important
! https://github.com/AdguardTeam/AdguardFilters/issues/7576
@@||bravofly.de^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/7581
||andreas-unterberger.at/includes/js/helperFunctions.js
! https://github.com/AdguardTeam/AdguardFilters/issues/7312
! https://github.com/AdguardTeam/AdguardFilters/issues/7199
! https://github.com/AdguardTeam/AdguardFilters/issues/7154
@@||the-voice-of-germany.de^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/7015
! https://github.com/AdguardTeam/AdguardFilters/issues/30177
! https://github.com/AdguardTeam/AdguardFilters/issues/6985
! https://github.com/AdguardTeam/AdguardFilters/issues/7074
@@||womenshealth.de/werb.php
! https://forum.adguard.com/index.php?threads/freiepresse-de.25835/
@@||freiepresse.de/IMG/werbung/advertisement-banner.gif
! https://github.com/AdguardTeam/AdguardFilters/issues/6998
! https://github.com/AdguardTeam/AdguardFilters/issues/7024
@@/ad_data/*$image,domain=finanzen.net
! https://github.com/AdguardTeam/AdguardFilters/issues/6791
! https://github.com/AdguardTeam/AdguardFilters/issues/6850
! https://github.com/AdguardTeam/AdguardFilters/issues/6740
all-in.de#$##pagefootad { height: 1px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/6827
! https://github.com/AdguardTeam/AdguardFilters/issues/6662
! https://github.com/AdguardTeam/AdguardFilters/issues/6590
so-abnehmen.info#@##adsense
! https://github.com/AdguardTeam/AdguardFilters/issues/6588
forum.peugeot-metropolis.de#$##gandalfads { height: 1px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/6709
! https://forum.adguard.com/index.php?threads/anti-adblock-http-www-runnersworld-
de.24832/
! https://github.com/AdguardTeam/AdguardFilters/issues/6435
badenertagblatt.ch,basellandschaftlichezeitung.ch,limmattalerzeitung.ch,solothurner
zeitung.ch,grenchnertagblatt.ch,oltnertagblatt.ch#$#.blockedContainer { display:
block!important; }
badenertagblatt.ch,basellandschaftlichezeitung.ch,limmattalerzeitung.ch,solothurner
zeitung.ch,grenchnertagblatt.ch,oltnertagblatt.ch#$#.az-iso--adblockerBlocker
{ display: none!important; }
badenertagblatt.ch,basellandschaftlichezeitung.ch,limmattalerzeitung.ch,solothurner
zeitung.ch,grenchnertagblatt.ch,oltnertagblatt.ch#$#.az-iso-component > footer
{ display: block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/6369
@@||sms-empfangen.com/fuckadblock.js
! https://forum.adguard.com/index.php?threads/24493/
willhaben.at#@#div[id^="advert"]
! https://github.com/AdguardTeam/AdguardFilters/issues/6466
||spiegel.de/*/spaab-*.js
||spiegel.de/xml/xml-66885.json
! https://forum.adguard.com/index.php?threads/extrem-bodybuilding-de.24394/
@@||extrem-bodybuilding.de^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/6323
! https://github.com/AdguardTeam/AdguardFilters/issues/21560
@@||aka-cdn.adtech.de/dac^$domain=aargauerzeitung.ch
@@||aka-cdn.adtech.de/dt/common/DAC.js$domain=aargauerzeitung.ch
aargauerzeitung.ch#$#.blockedContainer { display: block!important; }
aargauerzeitung.ch#$#.az-iso--adblockerBlocker { display: none!important; }
aargauerzeitung.ch#$#.az-iso-component > footer { display: block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/6392
bildungsspender.de#%#window.werbeblocker = true;
@@||bildungsspender.de/banner/ads/adserver/click/ad.js
! https://github.com/AdguardTeam/AdguardFilters/issues/5939
! https://github.com/AdguardTeam/AdguardFilters/issues/5928
||amateurfilm-forum.de/wcf/js/ABDetector.class.js
! https://github.com/AdguardTeam/AdguardFilters/issues/5357
bzbasel.ch#$#.blockedContainer { display: block!important; }
bzbasel.ch#$#.az-iso--adblockerBlocker { display: none!important; }
! https://forum.adguard.com/index.php?threads/schwarzwaelder-bote-de.22548/
@@||schwarzwaelder-bote.de/*/apps/blocker-note/ads.js^
! https://github.com/AdguardTeam/AdguardFilters/issues/5321
@@||tchgdns.de/wp-content/themes/*/javascript/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/5246
deutsche-vogelstimmen.de#@##banner_ad
! https://github.com/AdguardTeam/AdguardFilters/issues/5259
@@||wer-weiss-was.de/assets/javascripts/ads/
! https://forum.adguard.com/index.php?threads/22163/
@@||20min.rcmd.tda.io^$domain=20min.ch
! https://forum.adguard.com/index.php?threads/vergleichenbitte-de.22152/
vergleichenbitte.de#%#Object.defineProperty(window, 'AAS_aktiv', { get: function()
{ return false; } });
! https://forum.adguard.com/index.php?threads/otz-de.22035/
@@||otz.de/zgt-portal-theme/js/ads.js^
! https://forum.adguard.com/index.php?threads/orf-watch-at.21967/
@@||orf-watch.at/includes/js/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/5048
menshealth.de#%#window.blockAdBlock = function() {};
! https://forum.adguard.com/index.php?threads/schulferien-org.21709/
||schulferien.org/px.js
! https://forum.adguard.com/index.php?threads/21591/
||static.krone.at/wcm/donau/extern/anti_adblocker
! https://forum.adguard.com/index.php?threads/der-postillon-com.21286/
@@||d2zl2n5iz2c0l7.cloudfront.net/ad/ads.js
! https://forum.adguard.com/index.php?threads/21190/
@@||freiepresse.de/RWD/js/werbung/_advertisement.js
! https://forum.adguard.com/index.php?threads/5872/
@@||adition.com^$domain=motorsport-total.com
! https://forum.adguard.com/index.php?threads/china-gadgets-de.20961/
china-gadgets.de##.TMX_Werbeplatz_adblocker
! https://forum.adguard.com/index.php?threads/9777/
@@||sportdeutschland.tv/themes/sportdeutschland-*/javascripts/lib/
my_ad_integration.js$domain=sportdeutschland.tv
@@||ad.71i.de/global_js/globalV6.js$domain=sportdeutschland.tv
! https://forum.adguard.com/index.php?threads/5872/
@@||ec-ns.sascdn.com/diff/251/pages/motorsporttotal.js$domain=motorsport-total.com
! https://forum.adguard.com/index.php?threads/20694/
@@andads.com/*/ad-*.bmp
! https://forum.adguard.com/index.php?threads/20363/
@@||games.softgames.de/assets/advertisement.js
! https://forum.adguard.com/index.php?threads/mahjongspielen-de.20371/
@@||imasdk.googleapis.com/js/sdkloader/ima3.js^$domain=mahjongspielen.de
! https://forum.adguard.com/index.php?threads/kostenlosspielen-net.20364/
@@||gan.wavecdn.net/js/video_kostenlosspielen_net.js^$domain=kostenlosspielen.net
! https://forum.adguard.com/index.php?threads/jetztspielen-ws.20356/
@@||imasdk.googleapis.com/js/sdkloader/ima3.js^$domain=games.cdn.famobi.com
! https://github.com/AdguardTeam/AdguardFilters/issues/4665
@@||trackertest.org/tracker.js^$domain=inside-handy.de
! https://forum.adguard.com/index.php?threads/10088/
@@||player.snacktv.de/js/ads.js
! https://forum.adguard.com/index.php?threads/19832/
@@||de-android-hilfe.blogspot.com^$generichide
@@||de-android-hilfe.blogspot.de^$generichide
! https://forum.adguard.com/index.php?threads/19505/
@@||chinamobilemag.de^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/4159
@@||gebrauchte-veranstaltungstechnik.de/assets/js/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/4137
transfermarkt.de#%#adet = false;
@@||tmssl.akamaized.net//ads/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/4147
@@||autobild.de^$generichide
@@||ran.de^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/4033
@@||prosiebenmaxx.de^$generichide
@@||sat1.de^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/4097
@@||kabeleins.de^$generichide
! https://forum.adguard.com/index.php?threads/18378/
@@||sixx.de^$generichide
! https://forum.adguard.com/index.php?threads/15919/
@@||prosieben.de^$generichide
! https://forum.adguard.com/index.php?threads/18009/
@@||giga.de^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/3834
! https://github.com/AdguardTeam/AdguardFilters/issues/41509
||morgenweb.de/adbdetect/$script
! https://forum.adguard.com/index.php?threads/zdnet-de.17668/
@@||zdnet.de/wp-content/themes/*/assets/js/advertising.js^
! https://forum.adguard.com/index.php?threads/truckstop-magazin-de.17646/
truckstop-magazin.de#@##banner_ad
! https://forum.adguard.com/index.php?threads/resolved-sueddeutsche-de.17396/
sueddeutsche.de#%#Object.defineProperty(window, 'SZAdBlockDetection', { get:
function() { return function() { }; } });
! https://forum.adguard.com/index.php?threads/16990/
@@||media-cdn.sueddeutsche.de/adblock/*$script
! https://github.com/AdguardTeam/AdguardFilters/issues/3636
@@||wiwo.de/js/*/iqadcontroller.js
! https://forum.adguard.com/index.php?threads/16326/
@@||handelsblatt.com/js/*/iqadcontroller.js
@@||handelsblatt.com$generichide
! https://forum.adguard.com/index.php?threads/15741/
@@||tlz.de/zgt-portal-theme/js/ads.js
@@||googletagservices.com/tag/js/gpt.js$domain=tlz.de
@@||ec-ns.sascdn.com/*tlz.js
! https://forum.adguard.com/index.php?threads/radiohamburg-de.15546/
@@||radiohamburg.de^$generichide
! https://forum.adguard.com/index.php?threads/essen-und-trinken-de.15542/
/faibl_adblocker_detector/*
! https://github.com/AdguardTeam/AdguardFilters/issues/3326
maniac.de##div[id="Dingdong"][style^="z-index:"]
! https://forum.adguard.com/index.php?threads/15390/
@@||sueddeutsche.de^$generichide
! https://forum.adguard.com/index.php?threads/14064/
@@||schwaebische.de/pu_schwaebische/scripts/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/3108
@@||aka-cdn-ns.adtech.de/dt/common/DAC.js$domain=aargauerzeitung.ch
! https://forum.adguard.com/index.php?threads/13927/
@@||formel1.de^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/2522
@@||auto-motor-und-sport.de/werb.php
! https://forum.adguard.com/index.php?threads/13453/
@@||main-echo.de^$generichide
! https://forum.adguard.com/index.php?threads/13296/
golem.de#$#article[style^="-webkit-filter: blur(8px)"] { -webkit-filter: blur(0px)!
important; pointer-events: auto!important; position: initial!important; top: 0!
important; }
golem.de##article + div.formatted[style]
! https://forum.adguard.com/index.php?threads/13171/
@@||morgenweb.de/adbdetect/advert.js
! https://forum.adguard.com/index.php?threads/11966/
||dmax.de/adblocker$popup
dmax.de#%#(function() { var w_open = window.open, regex = /adblocker/; window.open
= function(a, b) { if (typeof a !== 'string' || !regex.test(a)) { w_open(a,
b); } }; })();
! https://github.com/AdguardTeam/AdguardFilters/issues/2522
@@||auto-motor-und-sport.de^$generichide
@@||auto-motor-und-sport.de/werb.gif
@@||js.adscale.de/map.js
! https://github.com/AdguardTeam/AdguardFilters/issues/2368
@@||freetv.rocks^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/2278
sport1.de##body > div[class^="s1-laterpay-"]
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1998
freenet.de#%#window.blockAdBlock = function() {};
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1951
@@||hl-live.de^$generichide
! http://forum.adguard.com/showthread.php?6898
gamezone.de#%#Object.defineProperty(window, 'adsShallPass', { get: function()
{ return function() { }; } });
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1902
||laterpay.net^$domain=foerderland.de
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1831
gamestar.de#%#window.blockAdBlock = function() {};
! http://forum.adguard.com/showthread.php?9798
@@||yagiay.com/ad_data/*.js$domain=pcwelt.de
@@||yagiay.com//ad_data/*.js$domain=pcwelt.de
@@||pcwelt.de/js/*ad*.js
@@||pcwelt.de/code/adsense/ad.js
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1608
||laterpay.net^$domain=sport1.de
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1538
@@||smartadserver.com/diff/*/smartad.js$domain=autobild.de
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1492
||laterpay.net^$domain=schoener-wohnen.de
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1493
||laterpay.net^$domain=livingathome.de
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1494
||laterpay.net^$domain=essen-und-trinken.de
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1491
@@||js.chefkoch-cdn.de/js/default/userinfo/werbe-banner/*.doubleclicktag.js
! http://forum.adguard.com/showthread.php?8908
@@||cdn.videoplaza.tv/contrib/fr-canalplus/svm/homadConfigVideoplaza-
d8.json^$domain=d8.tv
@@||cdn.videoplaza.tv/contrib/de-ipd/svm/homadConfigVideoplaza-
vox.json$domain=vox.de
@@||cdn.videoplaza.tv/contrib/de-ipd/svm/homadConfigVideoplaza-nowtv.json
@@||cdn.static-fra.de/*/adcontrol.min.js$domain=rtl.de|tvnow.de
@@||cdn.videoplaza.tv/contrib/de-ipd/svm/homadConfigVideoplaza-rtl.json
@@||tvnow.de^$generichide
@@||rtl.de^$generichide
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1441#event-534317584
@@||smartadserver.com/diff/*/divscripte/$domain=onmeda.de
@@||smartadserver.com/diff/*/smartad.js$domain=onmeda.de
@@||sascdn.com/diff/*/pages/onmeda.js$domain=onmeda.de
! http://forum.adguard.com/showthread.php?8892
@@||mobiflip.de/wp-content/themes/mobiThemeV3/js/ads.js
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1344
@@||cdn.static-fra.de/*/adcontrol.min.js$domain=rtl.de
! infranken.de, news.de - Alternative ads when adblock detected
@@||adswithsalt.com/*/ad-loading.pic
@@||adternal.com/*/ad-loading.bmp
! lustich.de - AdFender
||uobsoe.com^$domain=lustich.de
!
! http://forum.adguard.com/showthread.php?7925
! http://forum.adguard.com/showthread.php?7970
@@||cdn.videoplaza.tv/*/homadConfigVideoplaza-*.json$domain=rtl2.de|bilder.static-
fra.de|toggo.de
! http://forum.adguard.com/showthread.php?7345
||laterpay.net^$domain=geo.de
! lustich.de
@@||cdn.krxd.net^$image,script,third-party,domain=lustich.de
@@||ad.yieldlab.net^$image,script,third-party,domain=lustich.de
@@||ad.de.doubleclick.net^$image,script,third-party,domain=lustich.de
@@||de.ioam.de^$image,script,third-party,domain=lustich.de
@@||dis.eu.criteo.com^$image,script,third-party,domain=lustich.de
@@||ip.nuggad.net^$image,script,third-party,domain=lustich.de
@@||pagead2.googlesyndication.com^$image,script,third-party,domain=lustich.de
@@||pq-direct.revsci.net^$image,script,third-party,domain=lustich.de
@@||qs.ioam.de^$image,script,third-party,domain=lustich.de
@@||static.plista.com^$image,script,third-party,domain=lustich.de
@@||tracking.netzathleten-media.de^$image,script,third-party,domain=lustich.de
@@||www.google-analytics.com^$image,script,third-party,domain=lustich.de
@@||www.googleadservices.com^$image,script,third-party,domain=lustich.de
@@||connect.facebook.net^$image,script,third-party,domain=lustich.de
@@||script.ioam.de^$image,script,third-party,domain=lustich.de
! gamona.de
@@||qs.ivwbox.de^$script,third-party,domain=gamona.de
@@||qs.ioam.de^$script,third-party,domain=gamona.de
@@||platform.twitter.com^$script,third-party,domain=gamona.de
@@||connect.facebook.net^$script,third-party,domain=gamona.de
@@||de.ioam.de^$script,third-party,domain=gamona.de
@@||pubads.g.doubleclick.net^$script,third-party,domain=gamona.de
@@||stats.wordpress.com^$script,third-party,domain=gamona.de
@@||www.google-analytics.com^$script,third-party,domain=gamona.de
@@||www.googletagservices.com^$script,third-party,domain=gamona.de
@@||script.ioam.de^$script,third-party,domain=gamona.de
! http://forum.adguard.com/showthread.php?7074
@@||notebooksbilliger.de/includes/javascript/advertisement.js
! http://forum.adguard.com/showthread.php?5967
@@||adheart.de/*/ad-loading.html
@@||adheart.de/*/ad-loading.jpg
! http://forum.adguard.com/showthread.php?5912
@@||serienjunkies.de/img/ad_data/
! http://forum.adguard.com/showthread.php?5609
t3n.de##.abContentMsg
! http://forum.adguard.com/showthread.php?6189
4players.de#%#Object.defineProperty(window, 'abWarningMobile', { get: function()
{ return function abWarningMobile(){} } });
@@||ads.adthebest.de/delivery/ajs.php^$domain=4players.de
@@||4p.de/*adtag.check.js
!
teleboy.ch#@#.adWrapper
! https://github.com/AdguardTeam/AdguardFilters/issues/7980
smarthomearea.de#@##adsense
! https://github.com/AdguardTeam/AdguardFilters/issues/8048
||wallstreet-online.de/_rpc/json/_shared/blocker
!---------------------------------------------------------------------------!
!-------------- Extended CSS rules -----------------------------------------!
!---------------------------------------------------------------------------!
!
! Extended CSS rules
!
! https://github.com/AdguardTeam/AdguardFilters/issues/65485
vollmacht-muster.de#?#.mh-sidebar > div.mh-widget:has(> h4 >
span:contains(Anzeigen))
! https://github.com/AdguardTeam/AdguardFilters/issues/63227
transfermarkt.de,streamfootball.tv#?#.sponsor-container div[class="wrapper-for-
grid-item ng-star-inserted"]:has(div[style="background-image:
url(\"assets/images/placeholder_image.jpg\");"])
! https://github.com/AdguardTeam/AdguardFilters/issues/62466
ga.de#?#.weekli-section-nav:has(> div.weekli-anzeige > span:contains(ANZEIGE))
! paketda.de - Ad text in article
paketda.de#?#.pure-u-1:has(>span:contains(Anzeige))
! https://github.com/AdguardTeam/AdguardFilters/issues/61378#issuecomment-673424540
rennrad-news.de#?#.p-pageWrapper > #header:has(.p-header-inner > .p-header-content
> .mtbnews-forum__banner > #MTB_D_Forum_Themen_Leaderboard)
emtb-news.de,rennrad-news.de#?#.p-body-pageContent > .mtbnews-forum__in-
thread:has(> div > div[id^="MTB_M_Forum_Themen_InContent-"])
! https://github.com/AdguardTeam/AdguardFilters/issues/61364
pcwelt.de#?##sidebarwrap > div.box:has(> div.heading > span.banner-
text:contains(Anzeige))
! https://github.com/AdguardTeam/AdguardFilters/issues/61201
menshealth.de#?#.v-A_-wrapper > .v-A_-teaser.v-A_-clear:has(> .v-A_-
teaser__headline__container > span.v-A_-headline:contains(Sponsored))
! https://github.com/AdguardTeam/AdguardFilters/issues/60776
forum.abakus-internet-marketing.de#?#div[id^="page-"] > .post:has(> .inner
> .postbody > #post_content > .content > .foren_werbung)
! https://github.com/AdguardTeam/AdguardFilters/issues/57072
bzbasel.ch,limmattalerzeitung.ch,aargauerzeitung.ch#?#section > div.grid >
div.grid__item:has(> div.ad)
bzbasel.ch,limmattalerzeitung.ch,aargauerzeitung.ch#?#.recommendations-
bottom__teaser-wrapper:has(> div.ad)
! https://github.com/AdguardTeam/AdguardFilters/issues/56479
deskmodder.de#?##page-body > .post.has-profile:not(.online):has(> .inner
> .postbody > div[id^="post_content"] > .content > .adsbygoogle)
! amazon.de
amazon.de#?#div[class*="csm-placement-id-"]:has(>
div[cel_widget_id^="adplacements"])
amazon.de#?#.s-result-list > div[data-asin].s-result-item:has( > .a-section
> .widgetId\=loom-desktop-brand-footer-slot_hsa-id)
amazon.de#?##huc-page-container > #huc-last-upsell-rows >
div[role="complementary"]:has(a[href^="/gp/help/customer/display.html/
ref=huc_sponsor?"])
amazon.de#?#.s-result-list > div[data-asin]:has(> .sg-col-inner >
span[cel_widget_id="MAIN-VIDEO_SINGLE_PRODUCT"])
! https://github.com/AdguardTeam/AdguardFilters/issues/54605
slashcam.de#?##maincontent > table > tbody > tr[valign="top"] > td[width="45%"] >
table[border="0"] > tbody > tr > td > center:has(> table > tbody > tr > td > table
> tbody > tr > td > span.baga)
! https://github.com/AdguardTeam/AdguardFilters/issues/54248
konsolenfan.de#?##content-sidebar > aside.konso-widget:has(> h1.widget-
title:contains(/^Anzeige$/))
! https://github.com/AdguardTeam/AdguardFilters/issues/54141
simply-yummy.de#?##zl_sidebar > .zl_widget[data-bid]:has(> div[id^="div-gpt-ad"])
! chefkoch.de - left-over at startpage
chefkoch.de#?#div[amp-access^="NOT hasPaid"] +.ds-box:has(> .ds-hr:empty:first-
child)
! https://github.com/AdguardTeam/AdguardFilters/issues/53011
gload.cc#?#.tm-main-top > .uk-width-1-1 > .widget_custom_html:has(> .textwidget >
center > a[href][target="_blank"] > img)
! https://github.com/AdguardTeam/AdguardFilters/issues/51710
fitbook.de#?#.pb--three-small >
.teaser--b:has(>a[href^="https://secure.adnxs.com/"])
! bayern-reporter.com - left-over in article
bayern-reporter.com#?#.entry-content > p:has(> .adsbygoogle)
! https://github.com/AdguardTeam/AdguardFilters/issues/50990
ruhr24.de#?#.ob-widget-items-container > .ob-dynamic-rec-container:has(>
a[onmousedown^="this.href='https://paid.outbrain.com"])
! https://github.com/AdguardTeam/AdguardFilters/issues/50519
zentrum-der-gesundheit.de#?#.item-list > div[class^="item-list__"]:not(.item-
list__item):has(> div[id][aria-hidden="true"] > script:contains(googletag))
! https://github.com/AdguardTeam/AdguardFilters/issues/49476
prepaid-wiki.de#?#.pull-right > .generated-sidebar > h3:contains(/^Anzeige$/)
! https://github.com/AdguardTeam/AdguardFilters/issues/47960
zentrum-der-gesundheit.de#?#.content__aside > div[class$="--sidebar"]:matches-css-
before(content:*Anzeige)
zentrum-der-gesundheit.de#?#.article-text > div[aria-hidden="true"]:has(>
script:contains(googletag))
! https://github.com/AdguardTeam/AdguardFilters/issues/48022
halle365.de#?#.view-events > div.view-content > div.views-row:not([class*="views-
row-odd"]):not([class*="views-row-even"]):has(> [about*="banner"])
! https://github.com/AdguardTeam/AdguardFilters/issues/48785
bildschirmarbeiter.com#?##col1_content > .plug:has(> a[href*="://www.amazon.de/"]
[target="_blank"])
bildschirmarbeiter.com#?##col2_content > .sidebox:has(>
a[href*="://www.amazon.de/"][target="_blank"])
bildschirmarbeiter.com#?##col3_content > .sidebox:has(>
a[href*="://www.amazon.de/"][target="_blank"])
! https://github.com/AdguardTeam/AdguardFilters/issues/48140
carsharing-news.de#?#.inside-right-sidebar > aside#custom_html-2 > .textwidget >
small:contains(Anzeigen)
! https://github.com/AdguardTeam/AdguardFilters/issues/48580
coolis.de#?#.td-ss-main-sidebar > aside.widget_text:has(> .textwidget >
p:contains(Anzeige))
! https://github.com/AdguardTeam/AdguardFilters/issues/48533
tarnkappe.info#?#.sidebar-content > div[id^="custom_html-"]:has(> .textwidget >
a[href][target="_blank"] > img)
! https://github.com/AdguardTeam/AdguardFilters/issues/48234
kodi-tipps.de#?#.sidebar > div.widget:has(> div.textwidget >
div#anzeigebox_hinweis)
! https://github.com/AdguardTeam/AdguardFilters/issues/47542
borncity.com#?#body.home.page > #page > #main > #primary > #content > article.page
> .entry-content > hr + p:contains(Anzeige)
! https://github.com/AdguardTeam/AdguardFilters/issues/56888
schnittberichte.com#?#.wrapper__content > div[align="center"][style*="background-
image"] > div[style] > table td:has(> a[href^="out.php?Shop="])
schnittberichte.com#?
#.wrapper__content .section__shopping:has(> .section__shopping--ulist)
schnittberichte.com#?#.sideboxes:has(> .amazontextlinks)
schnittberichte.com#?#.sideboxes:has(> ul > li > a[href*="out.php?"]
[title*="Amazon"])
schnittberichte.com#?#.main__aside > div[style]:contains(amazon-angebote)
schnittberichte.com#?#.main__aside > div[style]:contains(amazon-angebote) + div
schnittberichte.com#?#.wrapper__content > div[style] > div[style]:has(> div[style]
> a[href*="out.php"])
! web.de,gmx.net - left-over in article with gallery
web.de,gmx.net#?#.left-col__bottom:has(> div[data-adservice-param-tagid])
! saechsische.de - ads on main page and in article
saechsische.de#?#.article-list-container > .article-box:has(> .landingpage >
span:contains(Anzeige))
saechsische.de#?#.article-content > .article-fill:has(> .landingpage >
span:contains(Anzeige))
! stuttgarter-zeitung.de - ads on main page
stuttgarter-zeitung.de#?#.brickgroup > .mod-teaser:has(> .m-mmr-teaser > div[class]
> a > .sponsored-by)
stuttgarter-zeitung.de#?#.brickgroup > .contentbrick:has(> div[id^="traffective-
ad-"])
stuttgarter-zeitung.de#?#.brickgroup > .mod-teaser:has(> a[data-tags="Ad-Kennung"])
! lvz.de - ads on main page
lvz.de#?#.pdb-teaser > div[class^="pdb-teaser"]:has(> div[data-component]
div[class^="pdb-teaser"] > h3[class^="pdb-teaser"][class*="headline"] >
span:contains(Anzeige))
lvz.de#?#.pdb-teaser-block > .pdb-teaser-block-item:has(> .pdb-teaser-block-item-
wrapper .pdb-teaser-block-teaser-intro > .pdb-richtext-field > p:contains(ANZEIGE))
! focus.de - ad in sidebar
focus.de#?##sidebar > .block:has(> div[id] > div[class]
> .surftipp:contains(Gesponsert))
! tz.de - left-over top at main page
tz.de#?#.id-g--oneCol > div[data-id-module]:has(> div[id] > div[data-id-
advertdfpconf])
! mopo.de - left-over at main page
mopo.de#?#.dm_content_block > article:has(> a[href*="-advertorial"])
! chip.de - ads at main page
chip.de#?#.List > li:has(> article > a:contains(Anzeige))
chip.de#?#.fb > article:has(> a .Badge > .Badge__Content:contains(/gesponsert|
anzeige/))
! golem.de - left-over
golem.de#?#.list-articles > li[class]:has(>
a[href^="https://www.golem.de/news/anzeige-"])
golem.de#$?#.list-articles > li[class]:has(>
a[href^="https://www.golem.de/news/anzeige-"]) + li { border-top: solid 1px #EEE; !
important }
forum.golem.de#?#.list-comments > li:has(> div[style="margin-bottom: 1em;"])
! https://github.com/AdguardTeam/AdguardFilters/issues/44865
photovoltaikforum.com#?#ul.wbbThreadPostList >
li:not([class]):has(> .wcfAdLocation)
! myheimat.de - ads on main page (Marktplatz)
myheimat.de#?#.categoryTeaserBox > .documentTeaser:has(> .adDocument)
myheimat.de#?#.categoryTeaserBox > .documentList > ul > li:has(> .adDocument)
! https://github.com/AdguardTeam/AdguardFilters/issues/44446
chip.de#?#.NewsArticle__Sidebar > div.mb-sm:has(> .secondary > .Figure > figcaption
> .Figure__Figcaption--Bottom > .fb-cell-footer > span:contains(/^Anzeige$/))
! general-anzeiger-bonn.de -- ad cleanup on startpage
general-anzeiger-bonn.de#?#.park-section-portal-top__content > .park-section
> .park-section:has(> div[role="complementary"] )
! jetzt.de - sponsored post left-over
jetzt.de#?#.stream__list > li:has( > .teaser--spost)
! https://github.com/AdguardTeam/AdguardFilters/issues/40273
1000ps.at#?#.dfpboxright > span.bold:contains(Anzeige)
1000ps.at#?##inhalt > .inhaltsmall:has(> .topzubehoeranzeige-
berichte[onclick*="Werbung"])
! freundin.de - ads in teaser list
freundin.de#?#div[class*="teaser-list"] > article:has(> .teaser__caption > .item-
marketing-advertorial)
! https://github.com/AdguardTeam/AdguardFilters/issues/38629
rennrad-news.de#?#.js-replyNewMessageContainer > .message--post[data-author="MTB-
News.de"]:has(div[id^="div-gpt-ad"])
! winfuture-forum.de - ad category
winfuture-forum.de#?##content > .category_block:has( > #forum_table > .maintitle
> .main_forum_title:contains(Anzeige))
! https://github.com/AdguardTeam/AdguardFilters/issues/34000
duden.de#$?#div > aside:has( > header:contains(Anzeige)) + .vignette { margin:
0px!important; border-top: 0px !important; }
duden.de#?#div > aside:has( > header:contains(Anzeige))
! https://github.com/AdguardTeam/AdguardFilters/issues/44447
! https://github.com/AdguardTeam/AdguardFilters/issues/37804
fondsweb.com#?#.row > .col-12 > .f-padding_bottom:has(> .col-12:contains(Anzeige))
fondsweb.com#?#.f-padding_bottom > .col-12:has(> div[style] > [class^="fw--
advertisement"])
! https://github.com/AdguardTeam/AdguardFilters/issues/37597
suchen.mobile.de#?#._3hi7AUfka9 > h3._3Vd33SM-eT:contains(Gesponsert)
! https://github.com/AdguardTeam/AdguardFilters/issues/34640
maniac.de#?#.wpb_wrapper > .td_block_wrap:has( > div > h4:contains(Werbung) )
! https://github.com/AdguardTeam/AdguardFilters/issues/36737
pornoente.tv#?#.grid_box:has(> .polaroid > .img_box
> .special_preview:contains(Anzeige))
! https://github.com/AdguardTeam/AdguardFilters/issues/36736
hd-pornos.net#?#.grid_box > .polaroid:has(> .img_box
> .special_preview:contains(Anzeige))
! https://github.com/AdguardTeam/AdguardFilters/issues/35569
computerbase.de#?#.content-list > li:not([class]):not([id]):has(>.content-list__ad-
label)
! merkur.de - left-over in article
merkur.de#?#.p402_hide > .id-Article-content-item:has(> strong >
a[href^="https://ad.doubleclick.net"])
! ksta.de - left-over
ksta.de#?#section > .dm_ta300x300:has(> a > .teaser_category:contains(ANZEIGE))
! fnp.de - left-over
fnp.de#?#.id-SiteMain > .id-g > div[data-id-module="col-width-watcher"]:has(>
div[data-id-container-ct] > div > div[data-id-advertdfpconf])
! moz.de - left-over at main page
moz.de#?#.teaserGrid > .row > div[class] > .teaserItem:has(> .adZone)
moz.de#?#.teaserGrid > .row > div[class] > .teaserItem:has(>
div[id^="gpt_rectangle"])
! berliner-zeitung.de - left-over
berliner-zeitung.de#?#div[class^="dm_teaser_verticle_block_"] >
article[class]:has(> a > .teaser_category:contains(ANZEIGE))
! chip.de - Sponsored item in Schnaeppchenticker
chip.de#?#section[data-vr-zone="hp-cyan"] > div > ul > li:has(figcaption > .fb-cell
> p:contains(Gesponsert))
! haolam.de - left-over in article
haolam.de#?#.artikeldetaul > p:contains(Werbung)
! motorradonline.de - Sponsored ads
motorradonline.de#?#.v-A_-wrapper > .teaser:has(> .v-A_-teaser__headline__container
> .v-A_-headline:contains(Sponsored))
motorradonline.de#?#.v-A_-sidecol > .v-A_-teaser__sidecol__article_list:has(>
span.v-A_-headline:contains(Anzeige))
!
chip.de#?##hp-neongelb > .List > li[-ext-has='a[href*="/angebot/"]']
fussball.de#?##news-sidebar > .sidebar-teaser[-ext-has='div[data-ad-local-link]']
! berlinertageszeitung.de - left-over at main page
berlinertageszeitung.de#?#.items > .item:has(> .commercial-container)
! https://github.com/AdguardTeam/AdguardFilters/issues/29255
finanzen.ch#?##suggBox0 > div[style="width: 100%;"] > .suggRow:has(> .suggSides
> .zkb-logo-mmsuggest)
finanzen.ch#?##suggBox0 > div[style="width: 100%;"] > .suggRow:has(> .suggSides
> .suggGroupCaption > .suggGroupCat > nobr:contains(Anzeige))
! t-online.de - leftover in article
t-online.de#?##Tcontbox.Tcontart .Tagbox > .Tart >
div[id^="Tasfeed"]:has(div[id^="sdgAdServerContainer"])
! jpgames.de - sidebar ads
jpgames.de#?#.xoxo > li[id^="text-"]:has(h5.widgettitle:contains(Werbung))
! https://github.com/AdguardTeam/AdguardFilters/issues/31586
computerbild.de#?##content_left > .articleindex > .teaser_cs:matches-css-
before(content:Anzeige)
computerbild.de#?##articleBody > .paragraph > .aktionsbutton:has(> .actionbar
> .description > a[href^="http://ad.zanox.com/"])
! https://github.com/AdguardTeam/AdguardFilters/issues/32148
wallstreet-online.de#?#.container > .module > .teasersmall >
#inNewsLeadTeaser:has(.stheader:contains(Anzeige))
wallstreet-online.de#?#.tabpanes .t-data > tbody > tr:has(a[onclick*="tableAd"])
! https://github.com/AdguardTeam/AdguardFilters/issues/30682
merkur.de#?#.id-SiteMain > .id-g--oneCol:first-child > div[data-id-module="col-
width-watcher"]:has(> div[id] > div[data-id-advertdfpconf])
! https://github.com/AdguardTeam/AdguardFilters/issues/30262
fr.de#?#.id-Container--hasHeadline > h3.id-Container-headline:has(> span.id-
Container-headline-text:contains(Das könnte Sie auch interessieren))
! https://github.com/AdguardTeam/AdguardFilters/issues/30229
extratipp.com#?#.id-Container--hasHeadline > h3.id-Container-headline--
divider:has(> span.id-Container-headline-text:contains(DAS KÖNNTE SIE AUCH
INTERESSIEREN))
! pcwelt.de sponsored post at main page
pcwelt.de#?#.post-list > section[-ext-has='.tab:contains(Sponsored Post)']
! buffed.de, pcgameshardware.de - ad article in ticker
buffed.de,pcgameshardware.de#?#.articleTicker > .item.noImg[-ext-
has='div.itemHeadline span.itemTitle:contains([Werbung])']
! https://github.com/AdguardTeam/AdguardFilters/issues/29318
mtb-news.de#?#ol#messageList > li.message:not([id]):not([data-author]):has(>
div.messageUserInfo > div.messageUserBlock > h3.userText > em:contains(Anzeige))
! https://github.com/AdguardTeam/AdguardFilters/issues/24865
extratipp.com#?#.id-SiteMain > .id-g--oneCol:has(> div > div > div[data-id-
advertdfpconf])
! chip.de - left-over at main page
chip.de#?#.List > li[-ext-has='a[title*="Gesponsert"]']
! rundschau-online.de left-over
rundschau-online.de#?#.module_for_tracking > article[-ext-has='a.trackedTeaser']
! rheinische-anzeigenblaetter.de left-over
rheinische-anzeigenblaetter.de#?#.module_for_tracking > .dm_ta300x620[-ext-
has='div.teaser_category:contains(ANZEIGE)']
! lr-online.de - left-overs in sidebar
lr-online.de#?#.module-list > li[-ext-has='info.adtag']
lr-online.de#?#.module-list > li[-ext-has='small:contains(Anzeige)']
! macwelt.de - ads in sidebar
macwelt.de#?##sidebar > .box[-ext-has='.banner-text:contains(-Anzeige-)']
! hilferuf.de - sidebar ad
hilferuf.de#?##sidebar > li:contains(Anzeige)
! t-online.de - left-over below headline in article
t-online.de#?##Tcontbox > .Tgboxh[-ext-has='div[onfocus] > a[target="_blank"] >
img']
! tvaktuell.com - ad text on main page
tvaktuell.com#?#.entry-content > .idvl-editor > .size-content.padding-
noPadding.columns-3[class*="theme-"]:not(.theme-default)[-ext-has='.slot']
! tag24.de - ad article on main page
tag24.de#?##content > a.article[-ext-has='span.badge-ad']
! heise.de - telepolis left-over
heise.de#?#.tp_content > .tpteaser[-ext-has='div[id^="div-gpt-ad-"]']
! https://github.com/AdguardTeam/AdguardFilters/issues/22822
rp-online.de#?#.park-slider__list-wrapper .park-slider__item[-ext-has='.park-
portal--free']
! https://github.com/AdguardTeam/AdguardFilters/issues/21915
finanzen.at,finanzen.ch#?#.equalheights .col-md-4.col-xs-12 > .box-bg:has(h2.box-
headline:contains(Anzeige))
! reporter-24.com -- ad left-over in article
reporter-24.com#?#.brick > .article-text .item p[-ext-has='ins.adsbygoogle']
! https://github.com/AdguardTeam/AdguardFilters/issues/20322
hna.de#?#.id-SiteMain > .id-g--oneCol:first-child > div[data-id-module="col-width-
watcher"][-ext-has='> div[id] > div[data-id-advertdfpconf]']
! https://github.com/AdguardTeam/AdguardFilters/issues/19178
wallstreet-online.de#?##page > .grid > .container > div.hidden-xs[-ext-
has='.suffix:contains(Anzeige)']
! https://github.com/AdguardTeam/AdguardFilters/issues/18168
mz-web.de#?#.dm_teaser_verticle_block_620 > article[-ext-has='.trackedTeaser']
! https://www.google.de/search?q=vodafone+shop+berlin&tbm=lcl
google.de#?#.rlfl__tls > div[jstcache][-ext-has='span.Z98Wse']
! ef-magazin.de - ad left-over
ef-magazin.de#?#.row > div[class] > .ahd:contains(Anzeige)
! gamestar.de - ad at main page and in article's sidebar
gamestar.de#?#.teaser > .h3:contains(Sponsored)
gamestar.de#?#.homeHighlight > div[class^="homeContHl"][-ext-
has='a[title*="Promotion:"]']
! winfuture.de internet vergleich ad text
winfuture.de#?##news_content > b:contains(Großer Internet-Vergleichs-Rechner)
! werstreamt.es - main page netflix sponsored
werstreamt.es#?#.homepageList > .row[-ext-has='small[style="text-transform:
uppercase"]']
! reporter-24.com - ad left-over
reporter-24.com#?#.post-page-content > p[-ext-has='ins.adsbygoogle']
! https://github.com/AdguardTeam/AdguardFilters/issues/15322
motorsport-total.com#?#.info.col-xs-4 > .teaser_container > .block-height-
250:has(.adsbygoogle)
! https://github.com/AdguardTeam/AdguardFilters/issues/14669
auto-motor-und-sport.de#?#div[class] > #maincontent ~ .p >
div[class]:not(.article__author)[-ext-has='a[tracking][href*="utm_campaign"]']
! finanzen.net ads at https://www.finanzen.net/unternehmen/
finanzen.net#?#.company-news .light-grey:contains(Anzeige)
! focus.de ad left-overs at https://praxistipps.focus.de/mikrowelle-waermt-nicht-
mehr-daran-kanns-liegen_45735
focus.de#?#.Article > .Article__Intro[-ext-has='div[id^="contentad-storyad-"]']
focus.de#?#.Article__Popular > div[class][-ext-has='#sponsored-links']
! reporter-24.com ad post at main page
reporter-24.com#?##main-content > article[-ext-has='div.mh-excerpt >
p:contains(Anzeige)']
! https://github.com/AdguardTeam/AdguardFilters/issues/10501
dbna.de#?#.column > .column:has(#nativendo-infeed)
dbna.de#?#.column > .column:has(.sponsored)
! https://github.com/AdguardTeam/AdguardFilters/issues/10148
falter.at#?#h4.txtL:contains(Anzeige)
falter.at#?#.col-sm-60 > h4[class^="text-"]:contains(Anzeige)
falter.at#?#.text-right > .text-muted[style^="font-size: 10px;"]:contains(ANZEIGE)
! https://github.com/AdguardTeam/AdguardFilters/issues/6734
augsburger-allgemeine.de#?#.content > div > .section_header:contains(Topangebote
aus unserem Shop)
! https://github.com/AdguardTeam/AdguardFilters/issues/10104
wooco.de#?##mainWidgets > .widget[-ext-has='.naMediaAd']
! https://github.com/AdguardTeam/AdguardFilters/issues/8048
wallstreet-online.de#?##newsArticle > .postingText > p:contains(– Werbung –)
! https://github.com/AdguardTeam/AdguardFilters/issues/8975
t-online.de#?#div[class^="Tnextnav"] dl > dt:contains(ANZEIGE)
t-online.de#?#div[class^="Tnextnav"] dl > dt:contains(Anzeige)
t-online.de#?##Tmainbox > .Tgboxf > div[onfocus][-ext-has='.Ttslink']
t-online.de#?##Tcontbox > #Tcontboxi ~ #Tgboxf[-ext-has='div[data-dy*="Partner"]']
t-online.de#?##Tall > .Tgboxf:not([id])[-ext-has='span:contains(Shopping)']
t-online.de#?##Tcontboxi > .Tgbox[-ext-has='.Tsshopst2']
t-online.de#?##Tcontboxi > .Tgbox[-ext-has='div[id^="imTocbmini_pos"]']
t-online.de#?##Tcontbox .Tsib
div[onfocus][-ext-has='a[href^="http://count.shopping.t-online.de"]']
t-online.de#?##Tcontbox > .Tgboxh >
div[onfocus][-ext-has='a[href^="http://stromvergleich.t-online.de"]']
t-online.de#?##Tcontbox > .Tgboxh >
div[onfocus][-ext-has='a[href^="http://gebrauchtwagen-suche"]']
t-online.de#?##Tmainbox > #Tcontbox > #Tgboxf[-ext-has='h6:contains(Anzeige)']
t-online.de#?##Tcontboxi div[data-tb-region] > div > div[-ext-has='.Tanzkenn-ts']
t-online.de#?##Tall > .Tgboxf:not([id])[-ext-has='div#taboola-footer-below-article-
thumbnails-test']
! https://github.com/AdguardTeam/AdguardFilters/issues/8195
zurzeit.eu#?#aside[id^="layout-middle-"] > section.box[-ext-
has='p:contains(Werbung)']
! https://github.com/AdguardTeam/AdguardFilters/issues/8036
huffingtonpost.de#?##right_col > .center[-ext-has='div.commercial_title']
! https://github.com/AdguardTeam/AdguardFilters/issues/7940
web.de#?#.info > .r1:has(>.oms-ad)
web.de#?#.slider > .info > .r1:has(>.adv-generic-container)
! https://github.com/AdguardTeam/AdguardFilters/issues/7900
vorsprung-online.de#?#.t3-sidebar > .t3-module > .module-inner:has(>.module-title >
span:contains(Anzeige))
vorsprung-online.de#?#.t3-sidebar > .t3-module > .module-inner > .module-ct >
center:contains(Anzeige)
vorsprung-online.de#$?#.header-right-inner > .trending:contains(Anzeige)
{ visibility: hidden!important; }
! https://forum.adguard.com/index.php?threads/chefkoch-de.27217/
chefkoch.de#?##teaser-partner-small > li.teaser-partner-small[-ext-
has='a[href^="http://pubads.g.doubleclick.net"]']
! https://github.com/AdguardTeam/AdguardFilters/issues/7637
bz-berlin.de#?#.content-container > .content-container:has(div[data-
widget^="plista_widget_"])
! https://github.com/AdguardTeam/AdguardFilters/issues/7606
hosttest.de#?##offersBox > .f-result:has(.f-sponsored-layer)
hosttest.de#?##right-col-wrapper > .right-col-box:has(span:contains(Anzeige))
! https://forum.adguard.com/index.php?threads/27172/
t-online.de#?#ul[class="Tlll Tlult Tlulti"] >
li[id^="T-"]:has(a:contains(Anzeige))
! https://github.com/AdguardTeam/AdguardFilters/issues/7717
wetter.com#?##page > .toolbar-wrapper:has(>.toolbar-inner-wrapper > #div-gpt-lazy-
ad-toolbar)
! https://github.com/AdguardTeam/AdguardFilters/issues/7467
regionalwolfenbuettel.de#?#.row > .col > .card[-ext-has="> div.card-content
> .card-title:contains(Medienpartner)"]
regionalwolfenbuettel.de#?#.row > .col > .card[-ext-has="> div.card-content
> .card-title:contains(Anzeigen)"]
! https://github.com/AdguardTeam/AdguardFilters/issues/7465
regionalgoslar.de#?#.row > .col > .card[-ext-has="> div.card-content > .card-
title:contains(Medienpartner)"]
regionalgoslar.de#?#.row > .col > .card[-ext-has="> div.card-content > .card-
title:contains(Anzeigen)"]
! https://github.com/AdguardTeam/AdguardFilters/issues/7290
travelbook.de#?#.pb--headline:has(>.headline >
a[href="https://www.tripadvisor.de"])
travelbook.de#?#.pb--headline:has(>.headline > span.headline__logo >
img[src^="https://www.travelbook.de/"])
! https://github.com/AdguardTeam/AdguardFilters/issues/7035
auto-motor-und-sport.de#?#div[class="teaser s"][-ext-has=">.n188 > span.v-A_-
headline:contains(Sponsored)"]
! https://github.com/AdguardTeam/AdguardFilters/issues/7074
womenshealth.de#?#.g181.h > .w197[-ext-has='>span[class="v-A_-headline
n13"]:contains(Sponsored Section)']
! https://forum.adguard.com/index.php?threads/25861/
regionalwolfsburg.de#?#.row > .col > .card[-ext-has="> div.card-content > .card-
title:contains(Medienpartner)"]
regionalwolfsburg.de#?#.row > .col > .card[-ext-has="> div.card-content > .card-
title:contains(Anzeigen)"]
! https://forum.adguard.com/index.php?threads/faz-net.25620/
faz.net#?#.o-ModuleWrapper > .o-Grid > .o-Grid_Col > .o-Grid > .o-Grid_Col-is-
besides-other-teasers[-ext-has='>div[data-widget^="plista_widget_retresco"]']
! https://forum.adguard.com/index.php?threads/25444/
abendzeitung-muenchen.de#?#.brickgroup > div.brick > div.item[-ext-has='>
div.content > a[data-tags="Advertorial"]']
! https://forum.adguard.com/index.php?threads/wochenblitz-com.25202/
wochenblitz.com#?##leftcol > .module-corner:contains(Werbung)
wochenblitz.com#?##leftcol > .module:contains(Partner)
wochenblitz.com#?##rightcol > .module:contains(Anzeigen und Hinweise)
wochenblitz.com#?##rightcol > .module:contains(Spezial)
! https://forum.adguard.com/index.php?threads/25203/
islamische-zeitung.de#?#article >.sb-widget[-ext-has="> .widget-
title:contains(Werbung)"]
islamische-zeitung.de#?#.sb-right >.sb-widget[-ext-has="> .widget-
title:contains(Werbung)"]
! https://github.com/AdguardTeam/AdguardFilters/issues/6662
dslr-forum.de#?#[id^="edit"] > div[align="center"] > .page[-ext-
has='td.thead:contains(Werbung)']
! https://github.com/AdguardTeam/AdguardFilters/issues/6590
so-abnehmen.info#?#.post-content > .fullwidth-box.fusion-fullwidth-1[-ext-
has='> .fusion-row a[href="http://yanluga.net/"]']
! https://forum.adguard.com/index.php?threads/24626/
pfalz-express.de#?##sidelist > h3:contains(Anzeige)
pfalz-express.de#?##sidelist > .sidebar_widget[-ext-has='h3:contains(Anzeige)']
! https://forum.adguard.com/index.php?threads/24493/
derstandard.at#?#li.group[-ext-has="iframe[src*='/AdServer/']"]
! https://forum.adguard.com/index.php?threads/spieletest-at.24493/
spieletest.at#?#.col-lg-6 > h2:contains(Anzeige)
! https://forum.adguard.com/index.php?threads/spielkult-de.24492/
spielkult.de#?#div > p.auto-style2[-ext-has='param[value^="http://adserver"]']
! https://forum.adguard.com/index.php?threads/wuerzburgerleben-de.24438/
wuerzburgerleben.de#?#.newsfeed > li[-ext-has='a:contains(Anzeige)']
wuerzburgerleben.de#?#.post-related > ul > li[-ext-has='a:contains(Anzeige)']
! https://github.com/AdguardTeam/AdguardFilters/issues/6307
heidelberg24.de#?#.id-SiteMain > .id-g--oneCol:first-child[-ext-has='> div:first-
child > div:first-child > div[data-id-advertdfpconf]']
! https://forum.adguard.com/index.php?threads/kreiszeitung-de.24399/
kreiszeitung.de#?#.id-SiteMain > .id-g--oneCol[-ext-has='div.id-Container--
proBEEP']
kreiszeitung.de#?#.id-SiteMain > .id-g--oneCol[-ext-has='> div > div > div[data-id-
advertdfpconf]']
! https://forum.adguard.com/index.php?threads/op-online-de.24398/
op-online.de#?#.id-SiteMain > .id-g--oneCol[-ext-has='> div > div > div[data-id-
advertdfpconf]']
! https://forum.adguard.com/index.php?threads/24179/
tagesspiegel.de#?#.hcf-teaser-list > ul > li[-ext-has='div[id^="urban-"]']
! https://forum.adguard.com/index.php?threads/24186/
rp-online.de#?#.left > .module-list > li[-ext-has='div[id^="traffective-ad-"]']
! https://github.com/AdguardTeam/AdguardFilters/issues/6127
focus.de#?#.articleContent >div[class="clearfix"]:contains(Anzeige)
! https://github.com/AdguardTeam/AdguardFilters/issues/5947
psd-tutorials.de#?#.container > [class="site-sidebar-bottom footerbox-table"] >
[class="footerbox-table-col"][-ext-has='.content-headline:contains(Anzeige)']
! https://forum.adguard.com/index.php?threads/23468/
gamestar.de#?#.fxAuHht > .elemCont:not([style])[-ext-has="> div#ad-rectangle1-
outer"]
! https://github.com/AdguardTeam/AdguardFilters/issues/5639
vip.de#?#.rtli-master-article > [class="rtli-master-section"][-ext-has='.rtli-
master-ad']
! https://github.com/AdguardTeam/AdguardFilters/issues/5617
focus.de#?##sidebar > .block.grid_4[-ext-has='> .content > [id^="fwid"]
> .surftippTitle > .surftipp:contains(Partnerangebot)']
! https://github.com/AdguardTeam/AdguardFilters/issues/5476
amp-focus-de.cdn.ampproject.org#?#article.card[data-teaser-
type="unspecified_group"][-ext-has='>div>amp-iframe[src^="https://
widgets.outbrain.com/hub/amp.html"]']
! https://github.com/AdguardTeam/AdguardFilters/issues/5327
k-zeitung.de#?##page > #center > div.col3.flr > .tabbox[-ext-has='ul.tabs >
li.active > a[href="javascript:void(0);"]:contains(Anzeige)']
! https://forum.adguard.com/index.php?threads/teilzeithelden-de.22478/
teilzeithelden.de#?#.widget.box-content-sidebar[-ext-has='>.four-ads-
blocks,>.ads300-thumb']
! https://forum.adguard.com/index.php?threads/4kfilme-de.22389/
4kfilme.de#?#.buble-link[-ext-has='.publication-date:contains(Anzeige)']
! https://forum.adguard.com/index.php?threads/lvz-de.22240/
lvz.de#?#ul[class^="pd"][class*="-mostviewed-ul"] > li[class^="pd"][class*="-list-
accordion"][-ext-has='span:contains(Anzeige)']
lvz.de#?#ul.pda-related-list > li[-ext-has='span:contains(Anzeige)']
m.lvz.de#?#.pdma-block-link-collection > .js-linkblock[-ext-has='strong.pdma-
subheadline:contains(Anzeige)']
t.lvz.de#?#.pdta-related-li > a[-ext-has='span:contains(Anzeige)']
! futurezone.at ads
futurezone.at#?#.type-content-box[-ext-has='.poweredby']
futurezone.at##.frontend-fuzo .slider[ext-has='#paidcontentslider']
! https://forum.adguard.com/index.php?threads/suedkurier-de.21959/
suedkurier.de#?#.equalheight_outer > .equalheight_inner[-ext-
has='div#rechtenavi_werbcontainer']
! https://github.com/AdguardTeam/AdguardFilters/issues/5076
hoerzu.de#?##tvd-main > div[id="block-block-203"][-ext-has="> div.tvd-box >
div[style] > div[style]:contains(ANZEIGE)"]
! https://forum.adguard.com/index.php?threads/bremen-de.21762/
bremen.de#$?#.kachel1x1[-ext-has='>.anzeige']{visibility:hidden!important;}
! https://forum.adguard.com/index.php?threads/muenchen-de.21755/
muenchen.de#?#section.mrow:not(.mrow--nocard) > .mrow__mcol[-ext-
has='label:contains(Anzeige)']
muenchen.de#?#.mrow__mcol > .mrow__mcol__content > div.container[-ext-
has='label:contains(Anzeige)']
! https://forum.adguard.com/index.php?threads/berlin-de.21754/
berlin.de#?#.teaser[-ext-has='>.inner>h3>a.trakkking,>.inner>h3:not(:has(>*))']
! https://forum.adguard.com/index.php?threads/21652/
chip.de#?#.NewsArticle__Sidebar > div[-ext-has='div.bullet-sponsored-links-gray']
! https://forum.adguard.com/index.php?threads/wetter-ch.21585/
! https://forum.adguard.com/index.php?threads/news-ch.21583/
radiolino.ch,nebelspalter.ch,news.ch,wetter.ch#?#[id$="_Col_3_1"]
div[style*="left;"][style*="12px;"][-ext-has='>[style^="width"]>a.w-label']
radiolino.ch,nebelspalter.ch,news.ch,wetter.ch#?#[id$="_Col_3_1"]
div[style*="left;"][style*="12px;"][-ext-has='>[style^="width"]>a.w-label']
+ .skin.skin_1000
radiolino.ch,nebelspalter.ch,news.ch,wetter.ch#?#[id$="_Col_3_1"] .framebox[-ext-
has='div[style*="left;"][style*="12px;"]>[style^="width"]>a.w-label']
+ .skin.skin_1000
! https://forum.adguard.com/index.php?threads/20min-ch.21590/
20min.ch#?#.sideline > .box[-ext-has='img[alt="Paid Post"]']
! https://github.com/AdguardTeam/AdguardFilters/issues/4948
regionalbraunschweig.de#?#main.site-main > div.row > div.col.noprint > div.card[-
ext-has="div.card-content > span.card-title:contains(Medienpartner)"]
regionalbraunschweig.de#?#main.site-main > div.row > div.col.noprint > div.card[-
ext-has="div.card-content > span.card-title:contains(Anzeigen)"]
! https://forum.adguard.com/index.php?threads/21108/
winfuture.de#?#.hp_latest >
div[data-vr-contentbox][-ext-has='a[href^="/special/notebooksbilliger"]']
winfuture.de#?#.hp_latest >
div[data-vr-contentbox][-ext-has='a[href^="/special/amazon/angebote"]']
winfuture.de#?#.topnews >
div[class][-ext-has='a[href^="/special/notebooksbilliger"]']
winfuture.de#?##rightWrap > div[class="rightBx generic_box"][-ext-has='div[id]
[style*="height"] > iframe']
! https://forum.adguard.com/index.php?threads/dvd-forum-at.21325/
dvd-forum.at#?##right-w-330 > .box-container[-ext-has='div.sponsor-head']
! https://forum.adguard.com/index.php?threads/huffingtonpost-de.21318/
huffingtonpost.de#?#.grid_block .preview[-ext-has=">.feature_title_wrap"]
! https://forum.adguard.com/index.php?threads/t-online-de.21162/
t-online.de#?#[data-tb-region="ratgeber"] > .Tlbox > div[data-tb-region-
item].Thh3[-ext-has='>.Ttsc>a[href]:not(a[href^="http://www.t-
online.de"]):has(h6:contains(Anzeige:))']
! https://forum.adguard.com/index.php?threads/chip-de.21156/
chip.de#?#body > .Section[-ext-has='>.Section__Content>div.Ad']
! https://forum.adguard.com/index.php?threads/tag24-de.20918/
tag24.de#?##content > .article[-ext-has='div.badge-ad']
! https://forum.adguard.com/index.php?threads/suchen-mobile-de.20872/
suchen.mobile.de#?#.g-col-4 > .cBox--content[-ext-has='div.adv']
! https://github.com/AdguardTeam/AdguardFilters/issues/4388
wow-forum.com#?##ip_content_wrapper > div#TWP52.contentpage[-ext-
has='div#leaderboard[style="width:728px; height:90px;"]']
! https://forum.adguard.com/index.php?threads/pcgameshardware-de.19663/
pcgameshardware.de#?#.articleTicker > .item[-ext-
has='span.itemTitle:contains([Anzeige])']
pcgameshardware.de#?#ul#row_5 > li > .containerModule > ul > li[-ext-
has='span.itemTitle:contains([Anzeige])']
! https://github.com/AdguardTeam/AdguardFilters/issues/4168
praxistipps.chip.de#?#.Article__Popular section.popularFeed[-ext-
has=".PopularFeed__Headline:contains(Sponsored Links)"]
! https://github.com/AdguardTeam/AdguardFilters/issues/4138
fussball.de#?##news-sidebar div.sidebar-teaser[-ext-has='div[data-ad]']
! https://github.com/AdguardTeam/AdguardFilters/issues/4150
ikz-online.de,nrz.de,waz.de,wp.de,wr.de#?#.content-triple__column[-ext-has=">.ad"]
ikz-online.de,nrz.de,waz.de,wp.de,wr.de#?#.content-triple__column[-ext-
has=">.block-header--banner"]
! https://forum.adguard.com/index.php?threads/resolved-winfuture-de.15885/
winfuture.de#?##rightWrap .rightBx[-ext-has='div.az_box']
! https://github.com/AdguardTeam/AdguardFilters/issues/3927
zuhause.de#?#.Tsib div.Tmm.Tts.Ttshh[-ext-has="script:contains(GlobalAdTag)"]
! https://forum.adguard.com/index.php?threads/17016/
gamesworld.de#?##contentFrameInner >
.item[-ext-has='a[href^="http://www.pcgameshardware.de/E-Commerce-Thema"]']
gamesworld.de#?##contentFrameInner > .item[-ext-has='p.title:contains(Anzeige)']
! https://forum.adguard.com/index.php?threads/merkur-de.13891/
merkur.de#?#.id-g[-ext-has=">*>.id-Container--proBEEP"]
! https://github.com/AdguardTeam/AdguardFilters/issues/3912
auto-motor-und-sport.de#?#body > .v-A_-wrapper--stroer > .j.t div[class="teaser t"]
[-ext-has="span.v-A_-headline:contains(Sponsored)"]
! https://github.com/AdguardTeam/AdguardFilters/issues/3828
abnehmen.com#?##sidebar div[class="block smaller"][-ext-
has="span.blocktitle:contains(Angebote & Sponsoren)"]
abnehmen.com#?#.yui-sidebar div.ffwidget_sidebar[-ext-
has=">div.ffwidget_sidebar_title:contains(Angebote & Sponsoren)"]
! https://forum.adguard.com/index.php?threads/sat1-de.17407/
sat1.de#?##left-zone > div[id^="container_left_"][-ext-
has='#plista_widget_belowVideo']
! https://forum.adguard.com/index.php?threads/express-de.17398/
express.de#?#.dm_container-300x--[-ext-
has=">.dm_container_inner_wrapper>h3:contains((Anzeige))"]
express.de#?#.dm_ta300x--[-ext-has=">iframe[width='300'][height='275']"]
express.de#?#article[class^="dm_ta"][-ext-has='>a.trackedTeaser']
! https://forum.adguard.com/index.php?threads/winsoftware-de.17397/
winsoftware.de#?##contentrightm > .box490[-ext-has='ins.adsbygoogle']
! https://forum.adguard.com/index.php?threads/hna-de.16946/
hna.de#?#body.id-Page--detail[itemtype="http://schema.org/NewsArticle"] .id-
SiteMain > .id-g:not([-ext-has=".id-Article"]):not([-ext-has=".id-Comment"]):nth-
child(-n+4):nth-child(n+2)
! https://forum.adguard.com/index.php?threads/faz-net.17054/
faz.net#?#.stageModule > div[class^="Teaser"][-ext-has='div[data-
widget^="plista_widget_retrescoAd"]']
! https://forum.adguard.com/index.php?threads/zeitung-de.17060/
zeitung.de#?##sidebar > .sidebarbox[-ext-has='div.skybanner']
! https://github.com/AdguardTeam/AdguardFilters/issues/3692
gehaxelt.in#?#.sidebar .first.even[-ext-has="h1:contains(Werbung)"]
! https://forum.adguard.com/index.php?threads/15885/
winfuture-forum.de#?##content >
.category_block[-ext-has='script[src^="http://o0.winfuture.de/delivery/ajs.php"]']
! https://forum.adguard.com/index.php?threads/abendzeitung-muenchen-de.14946/
abendzeitung-muenchen.de#?#div[class$="statichtmlbrick module"][-ext-
has='div[class$="ad_oms"]']
! https://forum.adguard.com/index.php?threads/info-kopp-verlag-de.16823/
kopp-verlag.de#?##rightColumn > .gadgetContainer[-ext-has='div.gadgetContentAdTag']
! https://forum.adguard.com/index.php?threads/computerbild-de.14924/
computerbild.de#?##teaser_right > .labeling[-ext-has='div[id^="acr"]']
computerbild.de#?#.teaserblock.bildtext[-ext-
has="p.headline:contains(Partnerangebot)"]
! https://github.com/AdguardTeam/AdguardFilters/issues/3480
gulli.com#?##sidebar_container div.block.smaller[-ext-has="div.blockrow >
div#plista_widget_board"]
! rauchmeldungen.de#?##sidebar > .widget[-ext-has=".atkp-container"]
rauchmeldungen.de#?##sidebar > .widget[-ext-has=".atkp-container"]
! https://forum.adguard.com/index.php?threads/cwcity-de.15945/
cwcity.de#?##main_in > .forum-post[-ext-has='ins.adsbygoogle']
cwcity.de#?##main_in > .forum-post[-ext-has='ins.adsbygoogle'] + br
! https://github.com/AdguardTeam/AdguardFilters/issues/3447
digitalfernsehen.de#?##right_boxes_two > div.content_box_right[-ext-
has=".white_anzeige"]
! https://forum.adguard.com/index.php?threads/resolved-selbst-de.15930/
selbst.de#?#.panel-col > .panel-pane[-ext-has='div.content-ad']
selbst.de#?#.panel-col > .panel-pane[-ext-has='script#mNCC']
! https://forum.adguard.com/index.php?threads/gartensaison-de.15934/
gartensaison.de#?#.column.half > .left > small:contains(Anzeige)
! https://github.com/AdguardTeam/AdguardFilters/issues/3449
deskmodder.de#?##secondary aside.widget.widget_text[-ext-has="*>.adsbygoogle"]
! https://forum.adguard.com/index.php?threads/bmw-syndikat-de.15910/
bmw-syndikat.de#?#.forum_show_outer[-ext-
has=".forum_show_left_infos:contains(Anzeige)"]
bmw-syndikat.de#?#.headline_big_show[-ext-has="a.fs10:contains(Werbung)"]
bmw-syndikat.de#?#.headline_big_show[-ext-has="a.fs10:contains(Werbung)"]
+ .forum_show_outer
!https://forum.adguard.com/index.php?threads/kiezeule-berlin-de.14919/
kiezeule-berlin.de#?#.art-block[-ext-has=">*>.bannergroup"]
!https://forum.adguard.com/index.php?threads/resolved-netzwelt-de.14920/
netzwelt.de#?#.xbsb.ac[-ext-has="a.prt-spc"]
! https://forum.adguard.com/index.php?threads/13467/
forum.golem.de#?#li[-ext-has='div[id^="csi_forum"]']
! https://forum.adguard.com/index.php?threads/13904/
polizeinews.ch#?#div[class$="dot-title"][-ext-has='h2:contains(WERBUNG)']
! https://forum.adguard.com/index.php?threads/14300/
spieletipps.de#?#div[class$="stiSection"][-ext-
has='span[class$="overlay_anzeige"]']
! https://forum.adguard.com/index.php?threads/14134/
rtl.de#?#.rtli-master-section[-ext-has='div[class$="rtli-master-ad"]']
! https://forum.adguard.com/index.php?threads/13469/
chip.de#?#body > section[class$="Section SkinLight"][-ext-has='.DirectDeal']
chip.de#?#li[data-vr-contentbox][-ext-has='span[class$="TickerDefault__Ad"]']
! https://forum.adguard.com/index.php?threads/13915/
derwesten.de#?#ul[class$="nav_sec no_ls"] >
li[-ext-has='a:not([href="http://angebote.derwesten.de/anzeigen.html"]):contains(An
zeige)']
! https://forum.adguard.com/index.php?threads/13927/
formel1.de#?#.innercontent.fullmode > div[class$="row"][-ext-
has='ins[class$="adsbygoogle"]']
formel1.de#?#div[class$="col-xs-4 items-group-wrapper p0 item_group flex flex-col"]
[-ext-has='div[class$="col-xs-12 advertisement-cell tall"]']
! https://forum.adguard.com/index.php?threads/13349/
serien.3dl.tv#?#a[rel="nofollow"][-ext-has='img[src$="/premium.png"]']
! https://forum.adguard.com/index.php?threads/13475/
pcgameshardware.de#?#.articleticker_item.archive[-ext-
has="h3>a:contains([Anzeige])"]
! https://forum.adguard.com/index.php?threads/13470/
pcwelt.de#?#section[class="post"][data-vr-contentbox][-ext-has="div.holder > a >
div.tab:contains(Anzeige)"]
! https://forum.adguard.com/index.php?threads/13474/
pcgames.de#?#.item.noImg[-ext-has='div.itemHeadline
span.itemTitle:contains([Anzeige])']
pcgames.de#?#.articleTicker > .item:has(a[href^="/E-Commerce-Thema-"])
! https://github.com/AdguardTeam/AdguardFilters/issues/8048
wallstreet-online.de#?#.extract > strong:contains(Anzeige)
!
amateurbusters.com#?#.sb_area > .sb_area_headline:contains(Urlaub)
!---------------------------------------------------------------------------!
!-------------- General element hiding rules -------------------------------!
!---------------------------------------------------------------------------!
!
! Section contains list general hiding rules
!
!---------------------------------------------------------------------------!
!-------------- General javascript, CSS and HTML extensions ----------------!
!---------------------------------------------------------------------------!
!--------------------------------------!
!------- JS rules ---------------------!
!--------------------------------------!
! https://github.com/AdguardTeam/AdguardFilters/issues/61907
chip.de#%#//scriptlet("set-constant", "DSstaticCid", "")
! https://github.com/AdguardTeam/AdguardFilters/issues/64063
fitforfun.de#%#//scriptlet("json-prune", "enabled", "testhide")
! https://github.com/AdguardTeam/AdguardFilters/issues/58463
streamkiste.cx#%#//scriptlet('remove-attr', 'href', '#clickfakeplayer')
! https://github.com/AdguardTeam/AdguardFilters/issues/56644
computerbase.de#%#//scriptlet("prevent-addEventListener", "load", "/service-
worker.js")
! https://github.com/AdguardTeam/AdguardFilters/issues/54376
bs.to#%#//scriptlet("abort-current-inline-script", "parseInt", "bsduid")
! stern.de video vast ads
!+ NOT_PLATFORM(windows, mac, android, ext_ff)
stern.de#%#//scriptlet("json-prune", "enabled", "testhide")
! https://github.com/AdguardTeam/AdguardFilters/issues/31070
!+ NOT_PLATFORM(windows, mac, android, ext_ff)
chip.de#%#//scriptlet("json-prune", "enabled", "testhide")
! https://github.com/AdguardTeam/AdguardFilters/issues/53011
gload.cc#%#//scriptlet("abort-on-property-write", "bullads")
! https://github.com/AdguardTeam/AdguardFilters/issues/52959
!+ NOT_PLATFORM(windows, mac, android, ext_ff)
tele5.de#%#//scriptlet("json-prune", "testhide")
! https://github.com/AdguardTeam/AdguardFilters/issues/53012
! https://github.com/AdguardTeam/AdguardFilters/issues/51634
movie-blog.tv,movie-blog.sx,movie-blog.to#%#//scriptlet("abort-on-property-read",
"vavpo")
! https://github.com/AdguardTeam/AdguardFilters/issues/42934
ani-stream.com#%#AG_onLoad(function() { setTimeout(function() { if(typeof
loadplayer == "function") { loadplayer(); }; }, 300); });
! https://github.com/AdguardTeam/AdguardFilters/issues/40359
! player.glomex.com#%#//scriptlet("set-constant", "Object.prototype.disableAds",
"true")
player.glomex.com#%#//scriptlet("set-constant", "Object.prototype._createAd",
"noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/36737
pornoente.tv#%#AG_setConstant('vpUsePreRoll', 'false');
! https://github.com/AdguardTeam/AdguardFilters/issues/34396
ddl-music.to#%#AG_abortInlineScript(/ddlpop/, '$');
ddl-music.to#%#document.cookie = "ddlpop=1; path=/;";
! https://github.com/AdguardTeam/AdguardFilters/issues/33634
movie-blog.to#%#AG_abortOnPropertyRead('popns');
! https://github.com/AdguardTeam/AdguardFilters/issues/28804
maniac.de#%#Object.defineProperty(window, 'td_ad_background_click_link', { get:
function() { return ""; } });
! radio.at, radio.net, radio.de -- blocking PreRoll by faking user agent to Google
bot
radio.at,radio.net,radio.de#%#document.cookie = "google_nomod=547";
! https://github.com/AdguardTeam/AdguardFilters/issues/24506
movie-blog.to#%#Object.defineProperty(window, 'PopUnder', { get: function()
{ return; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/24266
ddl-warez.to#%#document.cookie = "ddlpop=1"; document.cookie = "ddlpop2=1";
! https://github.com/AdguardTeam/AdguardFilters/issues/33849
! https://github.com/AdguardTeam/AdguardFilters/issues/30443
! https://github.com/AdguardTeam/AdguardFilters/issues/28684
! https://github.com/AdguardTeam/AdguardFilters/issues/18172
bs.to#%#document.cookie = "__seen="+Date.now()+";path=/";
bs.to#%#AG_onLoad(function() { var el = document.body; if(el)
{ el.removeAttribute('onclick'); } });
bs.to#%#(function(){var
b=window.setTimeout;window.setTimeout=function(a,c){if(!/Object\
[/.test(a.toString()))return b(a,c)};})();
bs.to#%#(function() { window.open_ = window.open; var w_open = window.open, regex =
/rotumal\.com|ecpms\.net|megdexchange\.com/; window.open = function(a, b) { if
(typeof a !== 'string' || !regex.test(a)) { w_open(a, b); } }; })();
! saarbruecker-zeitung.de - ad text
saarbruecker-zeitung.de#%#AG_onLoad(function() { setTimeout(function()
{ document.querySelector(".content > aside > .module-list").innerHTML =
document.querySelector(".content > aside > .module-
list").innerHTML.replace("ANZEIGE",""); }, 300); });
! krone.at - ad reinjection
krone.at#%#AG_defineProperty('googletag.impl.pubads.callbackProxy1', { get:
function() { return; }});
! https://github.com/AdguardTeam/AdguardFilters/issues/11415
autobild.de#%#Object.defineProperty(window,'uabInject', {value: true, writable:
false});
! https://github.com/AdguardTeam/AdguardFilters/issues/6242
! Taken from `TV NOW Adblock`
https://chrome.google.com/webstore/detail/kpmcfodpngaecgfkmpjfiicfppkojcjf
tvnow.de#%#"use strict";function e(e,t)
{e.__defineGetter__("responseText",function(){return
t}),e.__defineGetter__("response",function(){return t})}function t(t){try{var
n=JSON.parse(t.responseText);n.ignoreAd=!0,n.noad=!0,n.geoblocked=!1,n.free=!
0,n.blockadeText="0",n.format.enableAd=!1,n.format.hasFreeEpisodes=!
0,n.format.isGeoBlocked=!1,e(t,JSON.stringify(n))}catch(e){}}function n()
{document.arrive(".button.now-freebutton > input.ng-empty",function()
{this&&this.parentNode&&this.parentNode.click()})}var
r=window.XMLHttpRequest.prototype.open;window.XMLHttpRequest.prototype.open=functio
n(e,n,o){return
n.includes("/v3/movies/")&&this.addEventListener("readystatechange",function()
{4===this.readyState&&t(this)},!0),r.apply(this,[].slice.call(arguments))};var
o=function(e,t,n){function r(e,t,n)
{c.addMethod(t,n,e.unbindEvent),c.addMethod(t,n,e.unbindEventWithSelectorOrCallback
),c.addMethod(t,n,e.unbindEventWithSelectorAndCallback)}function o(e)
{e.arrive=d.bindEvent,r(d,e,"unbindArrive"),e.leave=f.bindEvent,r(f,e,"unbindLeave"
)}if(e.MutationObserver&&"undefined"!=typeof HTMLElement){var i=0,c=function(){var
t=HTMLElement.prototype.matches||HTMLElement.prototype.webkitMatchesSelector||
HTMLElement.prototype.mozMatchesSelector||
HTMLElement.prototype.msMatchesSelector;return{matchesSelector:function(e,n){return
e instanceof HTMLElement&&t.call(e,n)},addMethod:function(e,t,n){var
r=e[t];e[t]=function(){return n.length==arguments.length?
n.apply(this,arguments):"function"==typeof r?r.apply(this,arguments):void
0}},callCallbacks:function(e){for(var t,n=0;t=e[n];n+
+)t.callback.call(t.elem);},checkChildNodesRecursively:function(e,t,n,r){for(var
o,i=0;o=e[i];i+
+)n(o,t,r)&&r.push({callback:t.callback,elem:o}),o.childNodes.length>0&&c.checkChil
dNodesRecursively(o.childNodes,t,n,r)},mergeArrays:function(e,t){var n,r={};for(n
in e)r[n]=e[n];for(n in t)r[n]=t[n];return r},toElementsArray:function(t){return
"undefined"==typeof t||"number"==typeof t.length&&t!==e||(t=[t]),t}}}
(),l=function(){var e=function()
{this._eventsBucket=[],this._beforeAdding=null,this._beforeRemoving=null};return
e.prototype.addEvent=function(e,t,n,r){var
o={target:e,selector:t,options:n,callback:r,firedElems:[]};return
this._beforeAdding&&this._beforeAdding(o),this._eventsBucket.push(o),o},e.prototype
.removeEvent=function(e){for(var t,n=this._eventsBucket.length-
1;t=this._eventsBucket[n];n--)e(t)&&(this._beforeRemoving&&this._beforeRemoving(t),
this._eventsBucket.splice(n,1));},e.prototype.beforeAdding=function(e)
{this._beforeAdding=e},e.prototype.beforeRemoving=function(e)
{this._beforeRemoving=e},e}(),a=function t(r,o){var t=new
l(),i=this,a={fireOnAttributesModification:!1};return t.beforeAdding(function(t)
{var n,c=t.target;t.selector,t.callback,(c===e.document||
c===e)&&(c=document.getElementsByTagName("html")[0]),n=new
MutationObserver(function(e){o.call(this,e,t)});var
l=r(t.options);n.observe(c,l),t.observer=n,t.me=i}),t.beforeRemoving(function(e)
{e.observer.disconnect()}),this.bindEvent=function(e,n,r)
{n=c.mergeArrays(a,n);for(var o=c.toElementsArray(this),i=0;i<o.length;i+
+)t.addEvent(o[i],e,n,r);},this.unbindEvent=function(){var
e=c.toElementsArray(this);t.removeEvent(function(t){for(var r=0;r<e.length;r+
+)if(this===n||t.target===e[r])return!0;return!
1})},this.unbindEventWithSelectorOrCallback=function(e){var
r,o=c.toElementsArray(this),i=e;r="function"==typeof e?function(e){for(var
t=0;t<o.length;t++)if((this===n||e.target===o[t])&&e.callback===i)return!0;return!
1}:function(t){for(var r=0;r<o.length;r++)if((this===n||
t.target===o[r])&&t.selector===e)return!0;return!
1},t.removeEvent(r)},this.unbindEventWithSelectorAndCallback=function(e,r){var
o=c.toElementsArray(this);t.removeEvent(function(t){for(var i=0;i<o.length;i+
+)if((this===n||t.target===o[i])&&t.selector===e&&t.callback===r)return!0;return!
1})},this},s=function e(){function e(e){var t={attributes:!1,childList:!0,subtree:!
0};return e.fireOnAttributesModification&&(t.attributes=!0),t}function t(e,t)
{e.forEach(function(e){var n=e.addedNodes,o=e.target,i=[];null!==n&&n.length>0?
c.checkChildNodesRecursively(n,t,r,i):"attributes"===e.type&&r(o,t,i)&&i.push({call
back:t.callback,elem:node}),c.callCallbacks(i)})}function r(e,t,r)
{if(c.matchesSelector(e,t.selector)&&(e._id===n&&(e._id=i++),-
1==t.firedElems.indexOf(e._id))){if(t.options.onceOnly){if(0!
==t.firedElems.length)return;t.me.unbindEventWithSelectorAndCallback.call(t.target,
t.selector,t.callback)}t.firedElems.push(e._id),r.push({callback:t.callback,elem:e}
)}}var o={fireOnAttributesModification:!1,onceOnly:!1,existing:!1};d=new a(e,t);var
l=d.bindEvent;return d.bindEvent=function(e,t,n){"undefined"==typeof n?
(n=t,t=o):t=c.mergeArrays(o,t);var r=c.toElementsArray(this);if(t.existing){for(var
i=[],a=0;a<r.length;a++)for(var s=r[a].querySelectorAll(e),u=0;u<s.length;u+
+)i.push({callback:n,elem:s[u]});if(t.onceOnly&&i.length)return
n.call(i[0].elem);setTimeout(c.callCallbacks,1,i)}l.call(this,e,t,n)},d},u=function
e(){function t(e){var t={childList:!0,subtree:!0};return t}function n(e,t)
{e.forEach(function(e){var n=e.removedNodes,o=(e.target,[]);null!
==n&&n.length>0&&c.checkChildNodesRecursively(n,t,r,o),c.callCallbacks(o)})}functio
n r(e,t){return c.matchesSelector(e,t.selector)}var o={};f=new a(t,n);var
e=f.bindEvent;return f.bindEvent=function(t,n,r){"undefined"==typeof r?
(r=n,n=o):n=c.mergeArrays(o,n),e.call(this,t,n,r)},f},d=new s(),f=new
u();t&&o(t.fn),o(HTMLElement.prototype),o(NodeList.prototype),o(HTMLCollection.prot
otype),o(HTMLDocument.prototype),o(Window.prototype);var h={};return
r(d,h,"unbindAllArrive"),r(f,h,"unbindAllLeave"),h}}(window,"undefined"==typeof
jQuery?null:jQuery,void 0);document.addEventListener("DOMContentLoaded",n,!1)
! PopAds - b
movie-blog.org#%#Object.defineProperty(window, 'popns', { get: function() { return
{}; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/8761
esslinger-zeitung.de#%#AG_onLoad(function() { document.getElementsByClassName("nfy-
mediagal-slider-ad")[0].parentNode.parentNode.remove(); });
! https://forum.adguard.com/index.php?threads/18407/
iload.to#%#Object.defineProperty(window, 'onclick', { get: function()
{ return; } });
! https://forum.adguard.com/index.php?threads/13470/
pcwelt.de#?##sidebar > div[class="box"][-ext-has='span[class$="banner-text"]']
! https://forum.adguard.com/index.php?threads/anonymousnews-ru.17404/
anonymousnews.ru#%#Object.defineProperty(window, 'td_ad_background_click_link',
{ get: function() { return ""; } });
! https://forum.adguard.com/index.php?threads/rp-online-de.17415/
rp-online.de#%#AG_onLoad(function(){var a=document.getElementsByClassName("js-
rpoubr")[0];a&&a.setAttribute("data-ad-interval",-1)});
! https://github.com/AdguardTeam/AdguardFilters/issues/3471
java-forum.org#%#var st = ".sidebar > div.widget-container:first-of-type, .sidebar
> a[href^=\"http://future-sale-system.de\"], #messageList >
li.message:not([id]), .sidebar > a[target=\"_blank\"] > img {display: none!
important; }", a=document.createElement("style");a.type="text/css";a.styleSheet?
a.styleSheet.cssText=st:a.innerHTML=st;document.getElementsByTagName("head")
[0].appendChild(a);
! https://github.com/AdguardTeam/AdguardFilters/issues/3437
frustfrei-lernen.de#%#AG_onLoad(function()
{document.getElementsByClassName("contentBody")[0].innerHTML =
document.getElementsByClassName("contentBody")[0].innerHTML.replace(/Anzeigen:<br>\
s*<script [\s\S]*?>\s*?\/\/dupZwOX[\s\S]*?<\/script>/, "");});
! https://forum.adguard.com/index.php?threads/13917/
news.de#%#window.disablePopUnder = true;
! https://forum.adguard.com/index.php?threads/14298/
stern.de#%#AG_onLoad(function() {var elements = document.getElementsByTagName('a');
for(var i =0 ; i < elements.length; i++){elements[i].removeAttribute("data-
clickcommand")};});
! https://github.com/AdguardTeam/AdguardFilters/issues/3326
maniac.de#%#(function() { var w_open = window.open, regex = /maniadrd.php/;
window.open = function(a, b) { if (typeof a !== 'string' || !regex.test(a))
{ w_open(a, b); } }; })();
! https://forum.adguard.com/index.php?threads/13927/
formel1.de#%#AG_onLoad(function() {document.getElementsByTagName("div")
[0].setAttribute("class", "aswift_0");});
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1788
myvideo.de,prosieben.de,prosiebenmaxx.de,sat1.de,kabeleins.de,sat1gold.de,sixx.de#
%#Object.defineProperty(window, 'SIMAD', { get: function() { return function() { };
} });
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1411
sueddeutsche.de#%#window.blockAdBlock = function() {};
! http://forum.adguard.com/showthread.php?8096
foteczka.eu#%#window.open = function() {};
! http://forum.adguard.com/showthread.php?7589
dvdschnaeppchen.de#%#AG_onLoad(function() { window.myatu_bgm = 0; });
! http://forum.adguard.com/showthread.php?6896
||videogameszone.de/common/saturn/
! http://forum.adguard.com/showthread.php?6814
chip.de#%#var originalUserAgent = navigator.userAgent;
Object.defineProperty(navigator, 'userAgent', { get: function() { return
originalUserAgent + ' Edge'; } });
! http://forum.adguard.com/showthread.php?5955
menshealth.de#%#function google_ad_request_done() {};
!
!--------------------------------------!
!------- CSS fixes --------------------!
!--------------------------------------!
! https://github.com/AdguardTeam/AdguardFilters/issues/63190
wetteronline.de#$#.fullscreen-ad iframe { min-height: calc(100%) !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/59237
nicole-just.de#$#.ezoic-ad { position: absolute!important; left: -3000px!important;
}
! https://github.com/AdguardTeam/AdguardFilters/issues/56888
schnittberichte.com#$#body > div[style*="top"] { top: 0px !important; }
! wetter.de - hiding left-over in article
wetter.de#$#.outbrain-ad-slot { height: 1px !important; min-height: 1px !important;
}
! https://github.com/AdguardTeam/AdguardFilters/issues/51210
survivalmesserguide.de#$#.ezoic-ad { position: absolute!important; left: -3000px!
important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/49476
prepaid-wiki.de#$#.ezoic-ad { position: absolute!important; left: -3000px!
important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/49098
windows-faq.de#$#.ezoic-ad { position: absolute!important; left: -3000px!important;
}
! https://github.com/AdguardTeam/AdguardFilters/issues/43895
keyforsteam.de#$#.custom-background { background-image: none!important; }
! spiele.stern.de - removing left-over
spiele.stern.de#$#.webBanner { position: absolute!important; left: -3000px!
important; }
! kurier.de - left-over at top
kurier.de#$#html[data-layout] .grid { top: 0px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/49630
! https://github.com/AdguardTeam/AdguardFilters/issues/47729
! https://github.com/AdguardTeam/AdguardFilters/issues/37776
gmx.net,web.de#$#html[data-status="nomessage"] section#loginsearch { top: -290px!
important; }
gmx.net,web.de#$#.ad-component { visibility: hidden!important; height: 130px!
important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/34000
duden.de#$#aside[class*="likaka"] + .vignette { margin: 0px!important; border-top:
0px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/36615
laborjournal.de#$#.inhalt > .luft_inhalt { padding-top: 80px!important; }
! drwindows.de - left-over in forum
drwindows.de#$#.drw_firstpost { min-height: 0px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/28804
maniac.de#$#body.td-ad-background-link { background-image: none!important; }
maniac.de#$#body.td-ad-background-link #td-outer-wrap { cursor: auto!important; }
! spieletipps.de - broken top
spieletipps.de#$#.navbar-fixed-top { top: 0px!important; }
spieletipps.de#$#.stiOnScrollNavbar { top: 46px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/29519
news.guidants.com#$##wrapper { margin-top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/25425
aktiencheck.de#$#body > #main { top: 0px!important; }
! forum.digitalfernsehen.de - left-over in first post
forum.digitalfernsehen.de#$#.messageContent blockquote > div[id]
[style*="width:300px;height:250px"] { position: absolute!important; left: -3000px!
important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/24188
protoolsproduction.com#$#.ezoic-ad { position: absolute!important; left: -3000px!
important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/22185
giga.de#$#.show-navbar-subnav.show-teaserheld-header { padding-top:100px!important;
}
giga.de#$#.show-teaserheld-header .navbar-sub { margin-top: 0!important; padding-
top: 0!important; }
giga.de#$#.show-teaserheld-header .navbar-main { margin-top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/21935
wn.de#$#body > div#top-position { margin-top: 0!important; min-height:50px!
important;}
! ffh.de - ad left-over at top
ffh.de#$##adContainer { height:1px!important; }
! stuttgarter-nachrichten.de - removing ad left-over
stuttgarter-nachrichten.de#$#.lay-wrapper { padding-right: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/20802
planetradio.de#$##adContainer { position: absolute!important; left: -3000px!
important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/18217
silicon.de#$#[id^="div-gpt-ad-DESKTOP_MEGA"] { min-height: 0!important; height: 0!
important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/18210
dasoertliche.de#$#body > #oetbwrap[style="position:absolute;top:98px;"] { top: 0!
important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/17150
woxikon.de#$#.ads-wrapper { position: absolute!important; left: -3000px!
important; }
! https://forum.adguard.com/index.php?threads/freenet-de-ad-blocking.28729
freenet.de#$##frnBanner { height: 25px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/15240
hardwareluxx.de#$#body { background-color: #efefef!important; margin-top: 0!
important; margin-right: 0!important; }
! winfuture.de - video is vanishing after play button when hidden by normal means
winfuture.de#$#.spoods-deeplinks { visibility: hidden!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/10278
onvista.de#$#body > #ONVISTA { margin-top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/10099
katholisches.info#$#.pf-content > span[style*="color:"][style*="important"]
{ position: absolute!important; left: -4000px!important;}
! https://github.com/AdguardTeam/AdguardFilters/issues/8975
t-online.de#$##Tovscr-inner {background:none!important;}
! https://github.com/AdguardTeam/AdguardFilters/issues/8830
nordbayerischer-kurier.de#$#.topAd {padding-top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/7832
boehms-dax-strategie.de#$##top-werbung { display: none!important; }
boehms-dax-strategie.de#$##nav-main-sticky-wrapper > #nav-main[style*="top: 35px;"]
{ top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/7637
bz-berlin.de#$#.bcode-zwischenblock { min-height: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/7303
handelsblatt.com#$#.vhb-indicator { height: 0!important; width: 0!important;
visibility: hidden; }
! https://github.com/AdguardTeam/AdguardFilters/issues/7009
giga.de#$##outertop > #top { margin-top: auto!important; }
giga.de#$#body .SubmenuNews.mfixed { top: 0!important; }
! https://forum.adguard.com/index.php?threads/25381/
preussische-allgemeine.de#$#body { padding-top: 0!important; }
! https://forum.adguard.com/index.php?threads/25083/
achgut.com#$#.column > .banner { position: absolute!important; left: -3000px!
important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/6589
main-echo.de#$#div#page { padding-top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/5913
gamekeyfinder.de#$##container > #content { top: 0!important; }
gamekeyfinder.de#$#body #bottom { bottom: -20px!important; }
! https://forum.adguard.com/index.php?threads/19957/
bild.de#$#.eyecatcher { position: absolute!important; left: -3000px!important; }
bild.de#$#.tea-rectangle { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/5442
wetter.de#$#body #adcontrol-site-columns.adcontrol-active {top:0px;}
! https://github.com/AdguardTeam/AdguardFilters/issues/5366
fr.de#$#.abo_link{visibility:hidden!important;height: 0!important; padding:0!
important}
! https://github.com/AdguardTeam/AdguardFilters/issues/5077
tvmovie.de#$#header > nav[role="navigation"] { margin-top: auto!important; }
! https://forum.adguard.com/index.php?threads/journal-frankfurt-de.21579/
journal-frankfurt.de#$#body {margin-top: 0!important; }
journal-frankfurt.de#$#.supersize {top: 0!important; }
journal-frankfurt.de#$#.top-suche-komplett {margin-top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/4163
rtl.de#$#div[class^="rtlde-medium-rectangle"]{height: 0!important; margin: 0!
important; padding: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/4932
hifi-forum.de#$##content-outer { margin: auto auto 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/4891
news.de#$#.wrapper { padding: 0px 15px!important; }
! https://forum.adguard.com/index.php?threads/heise-de.20764/
heise.de#$##container_content {top: 0!important; }
! browsergames.de - remove background image
browsergames.de#$#body { background-image: none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/4323
gamona.de#$#div.sitepos { padding-top: 0!important; }
! https://forum.adguard.com/index.php?threads/cleverdialer-de.19689/
cleverdialer.de#$#.header-spam {min-height: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/4223
deutscherskiverband.de#$#.container-head { height: auto!important; }
! https://forum.adguard.com/index.php?threads/tagesspiegel-de.19065/
tagesspiegel.de#$#.ts-article-body::before {height: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/4165
vox.de#$#.voxde-masonry > .voxde-medium-rectangle { left: -9999px!important; top: -
9999px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/4167
n-tv.de#$#.wrapper-page { margin-top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/3447
forum.digitalfernsehen.de#$#.messageText > div[style*="width:300px;height:250px;"]
{ height: 0!important; }
! https://forum.adguard.com/index.php?threads/18009/
giga.de#$#.adsbygoogle { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/3918
winfuture-forum.de,winfuture.de#$##container { margin-top: auto!important; }
! https://forum.adguard.com/index.php?threads/anonymousnews-ru.17404/
anonymousnews.ru#$#body.td-ad-background-link { cursor: auto!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/3607
mathematik-wissen.de#$#body { margin-top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/3506
kostenlose-online-rechner.de#$##maincontent { min-height:auto!important; }
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1998
freenet.de#$##frnMain { min-height: 0!important; }
!--------------------------------------!
!------- Content filtering rules ------!
!--------------------------------------!
! https://github.com/AdguardTeam/AdguardFilters/issues/33849
! https://github.com/AdguardTeam/AdguardFilters/issues/30443
! https://github.com/AdguardTeam/AdguardFilters/issues/28684
! https://github.com/AdguardTeam/AdguardFilters/issues/2193
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1758
! http://forum.adguard.com/showthread.php?8853
!---------------------------------------------------------------------------!
!-------------- General URL blocking rules ---------------------------------!
!---------------------------------------------------------------------------!
!
! Banner names
!
!---------------------------------------------------------------------------!
!-------------- Rules for specific websites --------------------------------!
!---------------------------------------------------------------------------!
!--------------------------------------------------------!
!-------------------- Specific rules --------------------!
!--------------------------------------------------------!
! https://github.com/AdguardTeam/AdguardFilters/issues/52959
!+ NOT_PLATFORM(windows, mac, android, ext_ff)
||amazonaws.com/homad-global-configs.schneevonmorgen.com/
global_config.json$redirect=nooptext,domain=tele5.de
! http://forum.adguard.com/showthread.php?8979 (#17)
||static.p7s1.com/vendor/webtrekk
!
! https://github.com/AdguardTeam/AdguardFilters/issues/61907
||chip.de/*.php*&$~third-party,script
! https://github.com/AdguardTeam/AdguardFilters/issues/38126
!! adblock detection on oe24.at now
! !+ PLATFORM(windows, mac, android)
! !+ PLATFORM(ext_ff)
! ||glomex.cloud/*?signature=*&expires=$domain=player.glomex.com,mp4,media
! https://github.com/AdguardTeam/AdguardFilters/issues/44069
! https://github.com/AdguardTeam/AdguardFilters/issues/38468
! https://github.com/AdguardTeam/AdguardFilters/issues/34408
wetter.de##.no-ads-passback
! https://github.com/AdguardTeam/AdguardFilters/issues/31980
! https://github.com/AdguardTeam/AdguardFilters/issues/31436
! https://github.com/AdguardTeam/AdguardFilters/issues/28318
! https://github.com/AdguardTeam/AdguardFilters/issues/24859
! https://github.com/AdguardTeam/AdguardFilters/issues/24582
! https://github.com/AdguardTeam/AdguardFilters/issues/19165
! https://github.com/AdguardTeam/AdguardFilters/issues/7643
!+ NOT_OPTIMIZED
pnp.de###gesBox > div[style*="color:#aaa"]:not([class]):not([id])
! https://github.com/AdguardTeam/AdguardFilters/issues/7615
!+ NOT_OPTIMIZED
lvz.de##.pdma-adaside
! https://github.com/AdguardTeam/AdguardFilters/issues/32858
!+ NOT_OPTIMIZED
welt.de##.c-ad
!+ NOT_OPTIMIZED
welt.de##.c-inline-element--has-commercials
!+ NOT_OPTIMIZED
welt.de##.c-page-container--has-commercials
! Scripts not accessible via debugging tools
||cluster-*.cdnjquery.com^$domain=woxikon.de|notebookcheck.com|dict.cc
||*snigelweb-com.videoplayerhub.com^$domain=tellows.de|woxikon.de|
notebookcheck.com|dict.cc
!
! Common names:
! ##.pdb-div-gpt-footerad
haz.de,ostsee-zeitung.de,sn-online.de,dnn.de,kn-online.de,ln-
online.de,neuepresse.de,lvz.de##.pdb-div-gpt-footerad
! ##.Anzeige
jungewelt.de,elektrikforum.de,bauexpertenforum.de,1erforum.de,avensis-
forum.de,ford-forum.de,skodacommunity.de,toyota-forum.de,windows-7-
forum.net##.Anzeige
! ##.anzeige
rauchmeldungen.de,simfans.de,wn.de,cosmopolitan.de,wallstreet-
online.de,tierchenwelt.de,bielefeld.de##.anzeige
! ##.id-Container--proBEEP
hallo-muenchen.de,az-
online.de,lokalo24.de,rosenheim24.de,kreiszeitung.de,nordbuzz.de,mannheim24.de,merk
ur.de,oktoberfest-live.de,tz.de##.id-Container--proBEEP
!
pcgames.de##.textContainer > .widget > .ratgeberWrapper
pcgames.de###topBannerWrapper
||chip.de/installer/
areamobile.de##.topFrameEddie
areamobile.de##div[id^="wad_banner"]
||api.heise.de/svc/pvg-widget/
computerbase.de##.p-body-pageContent > a[href][target="_blank"][rel*="sponsored"]
pornodiamant.com##.aan_fake
charivari.de##.post-content > div[style="width:300px;margin:15px auto;border-
top:1px solid grey;border-bottom:1px solid grey;padding:15px"]
web.de,gmx.net##div[data-service-slot][data-ac]
web.de,gmx.net##div[\:data-service-slot][data-ac]
web.de,gmx.net##div[data-container="right"]
amazon.de##span[cel_widget_id="MAIN-VIDEO_SINGLE_PRODUCT"]
android-hilfe.de##.p-body-inner > ul.p-breadcrumbs + div[style="min-height:
140px;"]
transfermarkt.de##.sponsor-logo-container
web.de,gmx.net##.main-content > div[data-service-slot="middle"][data-ac="middle"]
[data-block-number]
||secure.spox.com/daznpic/daznwidget.js$third-party
t-online.de##.toiaflBtnOnly-container
gamez.de##.c-product-reco
gamez.de##.mm-product-teaser
gamez.de##.mm-button-container
pcwelt.de##section[data-vr-contentbox-url*="utm_campaign"]
golem.de##a[href^="https://www.golem.de/news/anzeige-"]
golem.de##a[href^="https://www.golem.de/news/anzeige-"] + .cluster-header
golem.de##a[href^="https://www.golem.de/news/anzeige-"] + .cluster-header + p
tff-forum.de###subheader-inner > div[id^="banner-"]
mtb-news.de##div[class^="mtbnews-ad-"]
mtb-news.de##.mtbnewsAdBillboardContainer
ga.de##div[data-host="general-anzeiger-bonn.weekli.de"]
ga.de##aside[data-portal-id="leaderboard"]
ga.de##.park-portal-marker::before
forum.golem.de##img[referrerpolicy="unsafe-url"]
chip.de##.teaser-headline-gray
heise.de##div[id^="wtma_teaser"]
administrator.de##.ads-300x600-wrapper
administrator.de##.snhb-ads
willhaben.at##.apn-leaderboard-wrapper
golem.de##.kpomubeaetv
freundin.de##.item-paragraph--advertising-products-paragraph
emtb-news.de,rennrad-news.de##.mtbnewsAdBillboardContainer
emtb-news.de,rennrad-news.de##div[class^="mtbnews-ad-container"]
emtb-news.de##.message[data-author="eMTB-News.de"]
rennrad-news.de##.message[data-author="Rennrad-News.de"]
rennrad-news.de##.message[data-author="MTB-News.de"]
handelsblatt.com##.hcf-sponsoring
wunderkessel.de##.fh_ad_21
menshealth.de##.v-A_-commercial
amazon.de###universal-hero-quick-promo
forum.abakus-internet-marketing.de##.foren_werbung
helpster.de##.h5v-ad
dubisthalle.de##.dbh-im-artikel
winfuture.de##.hp_latest > div[style^="min-height:"]
serienstream.sx##a[href^="/ads/"]
technisches-zeichnen.net##[class^="ad-hinweis"]
/fast.js$domain=pornofisch.com|sexvideos-hd.com|pornohirsch.net
pornofisch.com,sexvideos-hd.com,pornohirsch.net###wa_10
pornofisch.com,sexvideos-hd.com,pornohirsch.net##.size-300x250
pornofisch.com,pornohirsch.net##.special_preview + div.aspect-wrapper
pornofisch.com,pornohirsch.net##.special_preview
pornofisch.com,pornohirsch.net##.polaroid > div.title > a[rel="nofollow noopener"]
pornofisch.com,pornohirsch.net##aside[class^="spc_height_"]
ebay-kleinanzeigen.de##div[id^="liberty-lsrp-"]
ebay-kleinanzeigen.de###srchrslt-adtable > .ad-listitem:not(.lazyload-item)
ebay-kleinanzeigen.de##div[data-liberty-position-name]
suedkurier.de##aside[id^="advert-"]
schlank-mit-darm.de##.asa2_columns_wrapper
schlank-mit-darm.de##.asa2_widget_collection_inner > div[class^="asa2_"]
heise.de##.perf-cls-reduc-leaderboard
der-postillon.com##.reklame-rechts-mitte
bessergesundleben.de##.mrf-adv
||philognosie.net/images/amazon^
golem.de##.gbox_affiliate
netmoms.de##div[class^="nmAd_"]
ebay-kleinanzeigen.de###liberty-vip-bottom
saechsische.de##.article-fill
||v.fwmrm.net^$domain=southpark.de
hardwareluxx.de###sponsoredad
hardwareluxx.de##.js-replyNewMessageContainer > article.message--post:not([data-
author])
amazon.de##div[data-cel-widget*="desktop-dp-sims_SponsoredProductsSims"]
amazon.de##div[class*="thirdPartySponsorLink"]
bzbasel.ch,limmattalerzeitung.ch,aargauerzeitung.ch##.ad.teaser
streamkiste.tv###stream-link > a[onclick^="window.location.href=window.atob"]
[target="_blank"]
||computerbase.de/js/ads.*.js
||computerbase.de/service-worker.js
spiegel.de##div[data-component="AffiliateBox"]
ecomento.de##.external-ad
ecomento.de##.sidebar-ad-wrap
amazon.de##.widgetId\=loom-desktop-brand-footer-slot_hsa-id
amazon.de##span[class*="_adPlacements:"]
ejz.de##.page_layout >.row .subtitle
ejz.de##.page .box_header.font_lato
lkz.de##.nfy-element-ad
faz.net##.ctn-PlaceholderBox-is-in-article-text-right
bz-berlin.de##.bcode-publisher-asmi
heise.de##.teaser_deal_des_tages
heise.de##.teaser_preisvergleich_top10
spiegel.de##div[data-advertisement]
golem.de##article[data-io-article-url] > .tags[style="display:block; font-
size:16px; line-height:24px; font-weight:bold; margin-bottom:1.5em"]
slashcam.de##.baga[style^="position:"]
||slashcam.de/images/basic/anzeige_aufweiss.gif
spiegel.de##section[data-advertisement] + div.mb-8.bg-white.shadow
baumpflegeportal.de##.baump-adlabel
baumpflegeportal.de##div[class^="baump-content-banner"]
dewezet.de##.nfy-sebo-ad
konsolenfan.de##aside#custom_html-4
konsolenfan.de###content-sidebar > aside#text-33
konsolenfan.de###content-sidebar > aside#custom_html-3
express.de##.dm_article_text > div[class^="amw_"]
||n-land.de/wp-content/uploads/drtt
n-land.de##.asdf
n-land.de##.section--topicbox--dossiers .article-pr
motor-talk.de##div[id^="div-gpt"]
buffed.de##.at_sponsored
chefkoch.de##div[amp-access^="NOT hasPaid"]
chefkoch.de##.hp-carousel-mb--ad
t-online.de##a[href][data-
urlb^="aHR0cHM6Ly93d3cubG90dG8yNC5kZS93ZWJzaG9wL3Byb2R1Y3QvZXVyb2phY2twb3Q"].Tctiga
abendzeitung-muenchen.de##a[href^="/inhalt.onlineshop-einzelhandel-einfach-
guenstig-umsetzen-wir-unterstuetzen-sie-schnell-einfach."]
abendzeitung-muenchen.de##a[href^="/inhalt.zinserhoehung-statt-negativzinsen-
kostenloses-weltsparen-eroeffnen-und-150-euro-bonus-sichern."]
abendzeitung-muenchen.de##a[href^="/inhalt.zwei-felder-gratis-spielen-jackpot-
nicht-geknackt-neuer-eurojackpot-90-mio."]
gload.cc##center > a[href][target="_blank"] > img
||p.jwpcdn.com/*/vast.js$important,domain=tele5.de
||speedlounge.org/js/fasdjasdad.js
||speedlounge.org/images/partner^
zentrum-der-gesundheit.de##.akn-text.rs_skip
radiosaw.de###oms_gpt_rectanglesidebar
fitbook.de##a[href^="https://secure.adnxs.com/"]
||hasepost.de/wp-content/banners/
||hasepost.de/fpassage/aktuell.gif
hd-streams.org##.movie-tabs .v-tooltip > span >
a[onclick^="window.location.href"].v-btn
movie-blog.to##a[href^="http://movie-blog.org/"][href*="smo.php"]
movie-blog.to##a[href^="http://www.movie-blog.org/"][href*="/FD?fn="]
schieb.de##.inner_sidebar > #custom_html-3
koch-mit.de##.kk-advertising
koch-mit.de##body .c-advertisement__banner
zeitumstellung.de##.hintergrundfarbe-navi div[style] > a[href][rel="nofollow"]
[target="_blank"] > img
||paketda.de/img/banner^
paketda.de##.l-box > a[target="_blank"]
reviersport.de###menu_ad_mrec3
reviersport.de###oms_gpt_rectangle_halfpage
zentrum-der-gesundheit.de##div[class^="item-list_"] > div[id^="div-zdg_list"]
zentrum-der-gesundheit.de##.a-z__extra-item
geo.de##.sidebar-cobranded-teaser
heise.de##.us-ad
games-mag.de##.vdbxyarzm-align-center
||img.ui-portal.de/container/generic_
||genickbruch.com/pics/amazon192x192.jpg
||genickbruch.com/pics/amazon200x200.jpg
/images/banner/*$domain=bennetrichter.de
typografie.info##div[style*="text-align:center;"] >
a:not([href^="https://www.typografie.info/"]) > img[style*="max-height"]
windows-faq.de##.ad_300_300
windows-faq.de##.theiaStickySidebar > #custom_html-4
prosiebengames.de##.off-canvas-content > div.background[data-url-link]
finanzen.net##.ad-hint
finanzen.net###fragSharesHotStocks > img[src^="data:image"]
halle365.de###skyscraper
halle365.de##p > a[href^="https://www.eventim.de/"] > img
halle365.de##a[href="http://www.euroakademie.de/halle"]
halle365.de##.view-events > div.view-content > div.views-row:not([class*="views-
row-odd"]):not([class*="views-row-even"]) > [about*="banner"]
||halle365.de/sites/default/files/imagebox2/*-728x80.
bildschirmarbeiter.com##a[href*="://www.amazon.de/"][target="_blank"] > img
bitblokes.de###idg_up
bitblokes.de###adscale_down
bitblokes.de###ga_sub_single_wrap
bitblokes.de###google_ad_2_amazon
bitblokes.de###sidebar-bottom > a[href*="/aff_c?offer_id="]
carsharing-news.de##.inside-right-sidebar > aside#custom_html-2 > .textwidget >
a[href][target="_blank"] > img
coolis.de##.td-ss-main-sidebar > aside.widget_text > .textwidget > .g-1 > .g-single
> a.gofollow[href] > img
stuttgarter-zeitung.de##.mod-teaser--sondt
1001spiele.de##div[id^="bannerAdmeen"]
1001spiele.de###bannerGameSkyscraperLeft
quoka.de##.cnt > .qx_center[style="height:300px;"]
stupidedia.org##center > a[href="http://www.autodoc.de/"] > img
||stupidedia.org/skins/autodoc.gif
tarnkappe.info##img[src="https://nvpn.net/images/banner.gif"]
||notebookinfo.de/c/cn?_=$subdocument
||notebookinfo.de/c/csb?_=$subdocument
kodi-tipps.de##.identitaet-box
kodi-tipps.de##.entry-content > p > a[href="https://www.kodi-tipps.de/out/?
id=cyberghost"]
kodi-tipps.de##.entry-content > .aawp
notebookinfo.de##ul[class^="product-display-listing-"] > li.ad
selbstaendig-im-netz.de##span[style="font-size: 8pt; margin-top:-10px;"]
selbstaendig-im-netz.de##[class*="selbs-"]
||selbstaendig-im-netz.de/Bilder/affiliate-banner^
payback.de##div[data-ad-id]
tagesspiegel.de##.ts-zr12qtz
||js-sec.indexww.com$domain=promiflash.de,redirect=nooptext,important
||aax-eu.amazon-adsystem.com$domain=promiflash.de,redirect=nooptext,important
||adservice.google.com$domain=promiflash.de,redirect=nooptext,important
||pagead2.googlesyndication.com$domain=promiflash.de,redirect=nooptext,important
promiflash.de##.onlyMobile
tagesspiegel.de##.hcf-marginal-col > .hcf-news-aktuell-side
iphone-tricks.de###sidebar > #custom_html-3
iphone-tricks.de###main-area > div[style="margin-bottom:1em;min-height:
250px;display: flex;justify-content: center;align-items: center"]
hallelife.de##.mod_banner
hallelife.de##.banner_image
hallelife.de##.werbung_start
||hallelife.de/files/hallelife/banner/
dubisthalle.de##.dbh-ende-artikel
dubisthalle.de##.sidebar-content > .dbh-widget
borncity.com##.widget-area li#ai_widget-2
borncity.com##.sidebar-inner aside#ai_widget-2
borncity.com##div#content .code-block[style="margin: 8px 0; clear: both;"]
borncity.com##div.code-block[style="margin: 8px auto; text-align: center; display:
block; clear: both;"]
schnittberichte.com##a[href^="out.php?"]
||schnittberichte.com/resources/images/*_250x250
||schnittberichte.com/pics/finale.jpg
pocketpc.ch##div[id^="IK-ad-"]
pocketpc.ch##aside[id^="ads_"]
ntower.de##div[id^="n"][id*="Commerce"]
deskmodder.de###gwerbung
||img.ui-portal.de/container/generic_
stuttgarter-zeitung.de##.sponsored-by
stuttgarter-zeitung.de##.sponsored-by ~ *
stuttgarter-zeitung.de##a[data-tags="Ad-Kennung"]
emderzeitung.de##.nfy-sebo-ad
emderzeitung.de###container_banner
reisereporter.de##div[data-native-teaser]
hna.de##.id-Weather-Advert-wrapper
lokalo24.de,kreiszeitung.de,merkur.de,tz.de,hna.de##.id-Teaser-el--proBEEP
volksfreund.de##aside[data-portal-id^="mobilebanner"]
volksfreund.de##aside[data-portal-id="taboola-below-article-thumbnails"]
mobiflip.de##.fff100-short
inside-digital.de###parallax
inside-digital.de###td-outer-wrap > #bigsize
||damoh.curloc.com^$domain=tvnow.de
||pmdipads-a.akamaihd.net/*/watchbox/$media,redirect=noopmp4-1s
karlsruhe-insider.de##.td-adspot-title + a[target="_blank"]
karlsruhe-insider.de##.td-post-content > div[style="width: 728px; height: 90px;
margin: 20px auto 20px auto; display:table"]:not([class]):not([id])
karlsruhe-insider.de##div[id^="stroeer-container-"]
t-online.de###sa666666-outer
der-betze-brennt.de###ad-superbanner
sportbuzzer.de##.dcm-adv-container
op-online.de##div[data-id-container-ct='{"containerId":"422013"}']
gmx.net,web.de##section[data-adservice-slot]
pcgames.de##div.topFrameEddie
augsburger-allgemeine.de##.p-ad-poster
blog.mercedes-benz-passion.com##.cb-sidebar > div[id^="text-"]
tatort.tube###aside > .bnr-container.dasContainer
winfuture.de##.topnews > div[style="background:#d5d5d5;border:0 solid #d5d5d5;
border-width:5px 0;min-height:270px"]
blog.mercedes-benz-passion.com##.g-single
travelbook.de##.affilitron-m-wrapper
||embed.tortuga.services/*affiliate
n-tv.de##.sparwelt
web.de,gmx.net##.wrapper-indent > .info.empty
4kfilme.de##div[class^="angwp_"]
extreme.pcgameshardware.de###posts > li[style="clear:both;"]:not(.postcontainer)
quotenmeter.de##div[id^="leaderboard_"]
winfuture.de###news_content > .warning_box
chip.de##a[href^="https://branded-story.chip.de"]
||cdn.prod.pubstack.io/monitoring.js
||intake.prod.pubstack.io/*/intake/auction
myheimat.de###contentArea > .tinyContent.sublime
quermania.de###intentMittelbanner ~ #wbg
quermania.de###untenaktuell > div[style="float:left; padding:0px; margin-right:2px;
margin-bottom:2px;"]
pesgalaxy.com##a[href*="amazon-adsystem.com/"]
desired.de##div[data-ebl-sad]
general-anzeiger-bonn.de##.park-portal--billboard
general-anzeiger-bonn.de##.park-portal--free
general-anzeiger-bonn.de##div[role="complementary"]
general-anzeiger-bonn.de##.weekli-section-nav
general-anzeiger-bonn.de##.adsbyweekli
||static-apps.braunschweiger-zeitung.de/apps/widgets/immo38/$third-party
braunschweiger-zeitung.de,gifhorner-rundschau.de##.collapsable__content >
small[style="color: #999; margin-bottom: 5px;"]
||keyforsteam.de/wp-content/uploads/Cdkeys
keyforsteam.de##a[class^="bg-link-"]
tagesanzeiger.ch##.featureStory > .leadAdditions[style^="color:#00000"]
tagesanzeiger.ch##.featureStory > .leadAdditions[style^="color:#00000"] + a
tagesanzeiger.ch##.featureStory > .leadAdditions[style^="color:#00000"] + a + div
bild.de##div[data-tr-doc-type^="dt=InlineAd"]
tagesanzeiger.ch##.sponsored
pi-news.net##a[href^="https://c.kopp-verlag.de/kopp,"] > img
pi-news.net##.fusion-text > figure[id^="attachment_"][style="width: 220px"]
jetzt.de##a[href^="https://www.jetzt.de/sponsored-post"]
||img.ui-portal.de/fallback^
ani-stream.com##.skyplayer ~ div[id][style^="z-index:"][style*="background-color:
rgb"]
djmag.de##.billboardbanner
mt1.at##.entry-content > .aawp
mt1.at##.entry-content > .aawp-disclaimer
mt1.at##aside#secondary > section[id^="aawp_widget_"]
blog.mercedes-benz-passion.com##.cb-sidebar > #custom_html-5
auto-motor-und-sport.de##a[tracking*="Sponsored"]
auto-motor-und-sport.de##div[class^="v-A_-commercial"]
winfuture.de##.mb14
t-online.de###Tmainbox > div[id]:not([id^="T"]) > div[style*="color:"]
[style*="font:"]
mtb-news.de##.js-replyNewMessageContainer > article:not([id]):not(.js-post)
pi-news.net##.wpb_wrapper > div > a[target="_blank"] > img
reisefrage.net,motorradfrage.net,autofrage.net,sportlerfrage.net,computerfrage.net,
gesundheitsfrage.net,gutefrage.net,finanzfrage.net##.Ad
ariva.de###WEBSEITE > #siteTeaserLayer
pixelio.de##div[style="float:right; width: 300px; height: 250px"]
gut-erklaert.de##.bottomWb
gut-erklaert.de###superFormat
gut-erklaert.de##.contentBody > div[style="height:260px"]
gut-erklaert.de##.contentlabel
frustfrei-lernen.de##.noContentBannerArea
aktuelle-auto-news.de##.adtracker
||vidapi*.threepi.de/storage*/media^$redirect=noopmp4-1s
dr-gumpert.de##.get .adsbygoogle
1000ps.at##.dfpwerbungall
1000ps.at##.berichtwerbungshow
zeit.de##.cp-region--standard > section:not(.cp-area--headed-zplus) > .zon-teaser-
standard--ad
meinestadt.de##div[class^="a-ettElement -dfp -n"][style^="min-height:"]
||ih.adscale.de/map?ssl=1&format=video
emtb-news.de##.mtbnews-forum__banner
chip.de##.Dl-Article__Text > .Screenshot ~
a[href^="https://www.chip.de/bestenlisten"]
chip.de##.Downloads .Subchapter .Download-Buttons ~ .ButtonAuswahl + div > div[id]
[class]
gload.cc##a[href^="https://gload.cc/"][href*="/strip"]
hifi-forum.de###widget_ad
saarbruecker-zeitung.de##.park-section-portal-top > .park-portal--billboard
tichyseinblick.de##div[id^="Ads_"]
kachelmannwetter.com###meteosafe
kurier.de##div[data-b-title*="(werb"]
kurier.de##div[data-b-title*="Bilder-Slider Digitale Beilage"]
||techbook.de/data/uploads/*/telekom_notification_kw
techbook.de##.footer-bar--advertorial-group
pi-news.net##.td-pb-span4 a[href*="kopp-verlag"]
||pi-news.net/wp-content/uploads/*/*_banner.jpg
web.de,gmx.net##div[data-adservice-slot]
web.de,gmx.net##.abd .ad-type-billboard
duden.de###block-lexemleaderboardunten
||watson.de/js/tisoomi.js
fondsweb.com##.f-ad-leaderboard-container
fondsweb.com##.f-ad-contentad-container
fondsweb.com##.f-ad-billboard-container
fondsweb.com##.fw--advertisement-header
auto-treff.com##a[name="top"] + table[width="100%"][align="center"] > tbody > tr >
td[align="left"] ~ *
suchen.mobile.de##section._3chCzntZRl._1G5lvYH-
XO._2ZI7JiuBNS._2thNwO5kvB._306sRo3IRt
suchen.mobile.de##._1V0tfHN_l3
suchen.mobile.de##._3hi7AUfka9 > ._2iEKWvWkop > section[data-perfid="SRP_VIP"] +
section
suchen.mobile.de##._3hi7AUfka9 > ._2iEKWvWkop > section[data-perfid="SRP_VIP"]
4players.de##[id^="werbung-"]
pi-news.net##a[href^="https://www.kopp-verlag.de"] > img
teckbote.de##.Content-Ad
pornoente.tv###wa_join_btn
pornoente.tv##aside[id^="special"]
pornoente.tv##a[href^="https://www.whatsdating.org/"]
||pornoente.tv/cpanel/b.php
hd-pornos.net##a[href^="https://what-sexdating.com/"]
||chatntr.com^$domain=hd-pornos.net|pornoente.tv
laborjournal.de##.ed_d
laborjournal.de##.ed_m
laborjournal.de##.bb_top
laborjournal.de###alles > #kratzer
netdoktor.de##.iqadtile
gamereactor.de##.colthin > div[style="min-height: 600px; margin-bottom: 20px;"]
areadvd.de##.aread-nach-absatz-x
areadvd.de##.aread-nach-dem-inhalt
bento.de##.contentBlock-generated_ad
epochtimes.de##.mgl_ad
wochenanzeiger.de##a[target="_blank"][href*="utm_medium=referral"] > img
fnp.de##.id-Article-advert
rundschau-online.de,berliner-kurier.de,berliner-zeitung.de##div[data-nativendo]
quoka.de##.adsbygoogle
quoka.de##div[id^="div-gpt-ad-banner"]
fuldainfo.de##div[id^="smartslider3-"]
mimikama.at##.mrf-directad
mimikama.at##.mk_ads
blick.ch##a[href^="https://jackpot.onelink.me"]
magdeburger-news.de##.element-container > a[href*="redirect"]
cosmopolitan.de##.amazon-bundle-product
vogue.de##div[data-test-id="AdBannerWrapper"]
brigitte.de##section[data-name*="Veeseo"]
brigitte.de##.vergleichsinfo
bunte.de##.fe-channel-item--promo
elle.de,instyle.de##.item-paragraph--advertising-products-paragraph
elle.de,instyle.de##.ecommerce-slider
ze.tt##.is-advertorial
stuttgarter-nachrichten.de##div[data-layout-desktop="w4-"][data-layout-
mobile="w0-"]
stuttgarter-nachrichten.de##.m-fstb-banner
stuttgarter-nachrichten.de##div[data-b-title*="Ad native"]
chefkoch.de##.js-overlay + iframe:not([src])
gamepro.de##.offerteaser-box
nickles.de###sidepanel
a[target="_blank"][rel="nofollow"][href^="https://www.amazon.de"]
amazon.de##div[data-ad-details]
teltarif.de##.ttMainWidth +.ttSkyR[style^="background:"]
||betterplace-widget.org^$domain=haolam.de
szlz.de##.nfy-ad-teaser
szlz.de##.nfy-sebo-ad
szlz.de##.nfy-ad-box
waz.de##.icony-widget-container
lr-online.de##div[data-widget="plista_widget_belowArticle"]
web.de,gmx.net###adRectangle
web.de,gmx.net###sepRespBillboard
mittelbayerische.de##[class^="ad-"]:not([class*="inhouse"])
motorradonline.de##.gtm-stellenangebote
berlinertageszeitung.de##.small-text.grey-text.center-text
||berlinertageszeitung.de/images/banners^
itnator.net###ajdg_grpwidgets-2
itnator.net##.page-popup
||youtube.com/embed/pIyVj-2rczs$domain=itnator.net
transfermarkt.de##iframe.box-fanshop
||fcb.304000.de/tm-medium-rectangle-generic.html$domain=transfermarkt.de
transfermarkt.de##div[id^="crt-"][style="width: 300px; height: 250px;"]
desired.de##div[class*="seeding-alliance-breaker"]
ddl-music.to##table.download
a[href="#"][onclick^="window.location.href='https://aj1574.online/"]
daswetter.com##.principal span.creatividad
bayreuther-tagblatt.de##em[style="font-size: 0.8em;"]
soeren-hentzschel.at##.tnemesitrevda
heise.de###mitte_rechts > div#wtma_teaser > div[id^="wtma_teaser_ho_vertrieb"]
golem.de##.list-tickers > .sp-article
wetteronline.de###product_display > div[id*="-"][class*="-"]:not(.embedded-
map):not(.linewrapper)
wetteronline.de###sidebar > div[class]:not([id]):not(.teaser_block)
wetteronline.de###maincontent > div[class]:not([id]):not(.linewrapper)
wetteronline.de###contentcontainer > div[id][class]:not(#content)
drwindows.de##div[id^="post_message_"] .postcontent > div[style="position:
relative; float:left; width:300px; display: table-cell; margin-top: 4px;"]
windows-10-forum.com###messageList > li:not([id^="post-"]):not(.sectionMain)
chip.de##.l-Downloads__Content--HasSidebar > .Download-Buttons--Main + div[id]
[class]
20min.ch##div[id^="cpad_"]
t-online.de##.Tart__articleBody > .toiafl-container
t-online.de##.Tart > #T-aboola-container + #Tasfeed3
computerbase.de##.postbit-ad
||gload.cc/*istripper.gif
tag24.de##a[href^="https://www.tag24.de/anzeige"]
vw-page.com##div[id^="easyAdsMessageList_"]
duden.de###block-dudende-d-970x250-1billboard
duden.de###block-dudende-d-300x600-1sidebarobensticky
||duden.de/duden_gpt/asset/$script
maniac.de##.ad.exit
maniac.de##body > .flow-wrapper
maniac.de##a[data-bid][href^="https://www.maniac.de/linkout/"][target="_blank"]
||maniac.de/campaigns/$image,media
stadtkind-stuttgart.de##.taboola-werbung
stuttgarter-zeitung.de##.mod-weekli
stuttgarter-zeitung.de###rectangle
stuttgarter-zeitung.de##.brickgroup > #hp-thw[style="background-color: #e5e8ef; "]
t-online.de###taboola
ddl-warez.to##a[href^="https://aj1574.online"]
mtv.de##.edge-gui-ad-metadata
mtv.de##div[data-adsize]
nzz.ch##.teaser--sponsored
||pi-news.net/wp-content/uploads/*-banner
kurier.at##linkteaser.ng-star-inserted a.ng-star-inserted[target="_blank"]
[href*="startseitenbanner"]
kurier.at##.bs-c-sponsored:not(slider):not(.longList)
chip.de##.NewsArticle__Sidebar a[href*="ad.zanox.com"]
gofeminin.de##.ad-label-txt
sportbuzzer.de##.dcm-advert-caption-bottom
sportbuzzer.de##.dcm-story-new__content-wrapper > .dcm-buzzer-area-new
||tff-forum.de/styles/carbon/theme/images/banner_
bundesliga-streams.net###taplay
bundesliga-streams.net##a[href^="https://trk.allsports4free.online/"]
bundesliga-stream.live##a[href][rel="nofollow"][target="_blank"] > img
windowspro.de##.content div[id^="gWrapper-"]
netzwelt.de###leaderboard-wrapper
||content.chip.de/cac^
||widgets.outbrain.com^$domain=fnp.de
pcgames.de###schnaeppchenPlaceholder
finanzen100.de##.grid__main > .mdl-card > .card__content > .snippet-
container.snippet--loading[data-variant]
||json.finanzen100.de/*/snippet/snippet_list
finanzmarktwelt.de##.mvp-flex-ad
finanzmarktwelt.de###mvp-leader-wrap
finanzmarktwelt.de##.mvp-feat1-list-ad
4players.de##div[data-content-piece="index_headbox_teaser_ad"]
fcstpauli.com##.ad--loaded
finanznachrichten.de###sideteaser
tellows.de##div.ad
idowa.de##.adhelper
forum-raspberrypi.de##.wbbThreadPostList.messageList > li:not([id]):not([class])
bimmertoday.de##.box-top-leaderboard
computerbild.de##div[id^="rectangleAdTeaser"]
focus.de##.articleContent > .BC-Container[data-bc-query-offerlimit]
heise.de##a-ad
forum.frag-mutti.de##.post-entry-ad
frag-mutti.de###commentblock > .comment:not(.hide-comment):not([id])
||volksfreund.de/javascripts/tssjs.js
news-und-nachrichten.de##.adverts_top
news-und-nachrichten.de##.adverts_rectangle
news-und-nachrichten.de##.adverts_billboard
wallstreet-online.de##.partnerNews > a[href^="http"]:not([href*="wallstreet-
online.de"])[target="_blank"]
forum.golem.de###screen > #forum-bread + .g6
verkehrsportal.de##td[id^="post-main-"] > div[id^="post-"] > table[cellspacing="0"]
[cellpadding="0"][border="0"][align="left"]
ksta.de##div[data-nativendo].dm_ta300x300
luzernerzeitung.ch##.bc-content
ecowoman.de##.ad-info
ecowoman.de###article-products.nl-gp-a-l
englisch-hilfen.de##.top-banner
online-umwandeln.de###sidebar > div[style="margin-top:10px;min-height:250px"]
online-umwandeln.de###content-area > .entry > small[style="font-size:10px"]
online-umwandeln.de###content-area > .entry > small[style="font-size:10px"]
+ .lead-responsive
pcgameshardware.de##.at_sponsored
wochenblick.at##.td-post-content > div.woche-inhalt[id^="woche-"] + br
wetteronline.at,wetteronline.de###topcontainer.leftflow
rtl.de##body > #IPDataContainer
eishockeynews.de##.aXvertisement
rtl.de###header .gujAd
tarnkappe.info##a[href="https://www.directupload.net/"] > img
n-tv.de##.container-plista
n-tv.de##.container-ligatus
wetter.com###uebersicht > .hwg-row-ad
areamobile.de##.sna
sport.de##iframe[src^="https://servedby.flashtalking.com/"]
focus.de###opinary-iframe
pi-news.net##.td-a-rec
t-online.de##.Tart > div[id^="Tasfeed"]:empty
autoscout24.de##.sc-content-container > div > div[data-type="bottom-text-link"]
autoscout24.de##.cl-classified-list-container > .cl-billboad-wrapper
gamestar.de##.maincontent + .teaser > #rectangle-container-desktop + .row + .h3
||predictiondisplay.com^$popup,domain=bs.to
deine-tierwelt.de##.header-leaderboard
||saarbruecker-zeitung.de/javascripts/tssjs.js
finanzen.net##.suggAd
||taschenlampen-forum.de/images/*x90*.gif
taschenlampen-forum.de##.funbox
androidpit.de##.einsUndEinsBanner
androidpit.de##.einsUndEinsBestOffer
androidpit.de###vue-1und1-offer-top
androidpit.de###topEinsUndEinsOffers
androidpit.de##.subNavTopWorkingTogether > div[class^="banner-coop"]
email.t-online.de##.mailAdElem
teltarif.de##.tgtLink
autoextrem.de###sidebar > div[style="min-height: 260px;"]:not([id]):not([class])
autoextrem.de##.above_header
||cdn.zomap.de^$domain=zappn.tv|kabeleins.de|kabeleinsdoku.de|prosieben.at|
prosieben.de|prosiebenmaxx.de|sat1.de|sat1gold.de|sixx.de|the-voice-of-germany.de|
wetter.com
hd-streams.org##.v-tabs__content > .flex > button
ariva.de##.isSponsored
ariva.de##[id^="ariva.de_d_"].placement
gamestar.de##.centeredDiv > .homeContReg > a[target="_blank"] > img
the-voice-of-germany.de##div[class^="productPlacement_"]
hifi-forum.de###adslot_top
hifi-forum.de###adslot_right
hifi-forum.de,hifi.de##.ad-header-placeholder
hifi-forum.de,hifi.de##.sky1-outer-container
hifi-forum.de,hifi.de##.ad-header-inner-wrap
aktiencheck.de###banner_big
volksfreund.de,rp-online.de##.park-portal--billboard
boerse-express.com##.page-container > .size-4 > .logoplacements-container
||d1rkf0bq85yx06.cloudfront.net/anprebid^
infranken.de###plistasection
forum.digitalfernsehen.de##.messageContent blockquote > div[id]
[style*="width:300px;height:250px"] + div:not([class]):not([id])
gofeminin.de###precontent
rundschau-online.de##article.dm_ta620x300 > a.trackedTeaser
rundschau-online.de##article.dm_ta300x300 > a.trackedTeaser
rheinische-anzeigenblaetter.de##.dm_ad
rheinische-anzeigenblaetter.de##a.trackedTeaser[data-teaser-view="300x620"]
lr-online.de##.module-list > info[style^="font-size:10px; color:#aaa"]
lr-online.de##.module-list a.adn_layer_itemholder
||tools.lr-port.de/ablage/*_rectangle$image
||fussballdaten.de/img/sportwetten^$important
macwelt.de###sidebar > #ad_mpu + .box
chip.de##a[title*="(Gesponsert)"]
sport1.de##.s1-ad
||image.afcdn.com/expertclub^$third-party
gofeminin.de##div[id^="af-block-htmlBlockforumExpertClub"]
hilferuf.de##p[style*="font-size: smaller;"]:not([class]):not([id])
hilferuf.de##body > div[style="position: absolute; margin: 0 0px 0px 990px;
top:234px; font-size:smaller;"]
hilferuf.de##body > div[style="padding: 10px 0; text-align: right; width: 970px;"]
chefkoch.de,vogue.de,tripadvisor.de##.ad
stern.de##.m-kuco
stern.de##.m-kuco + a
||praxis-jugendarbeit.de/scripts/wf-unten-s.js
ostsee-zeitung.de,lvz.de,kn-online.de##.pdb-adplacement
areamobile.de,buffed.de,videogameszone.de,pcgameshardware.de,pcgames.de##.schnaeppc
henScrollAd
netdoktor.de###header-ad-slot
waz.de##.block-header--banner > a:not([href*="waz.de"])
||compact-online.de/wp-content/uploads/*/-anzeige-300x250
wiwo.de##.c-teasergallery--ressort
stern.de##.vergleichsinfo
stern.de##section[data-name^="Vermarktung"]
stern.de##section[data-name^="Homepage_3er-Kachel-Reisewelten"]
welt.de##section[data-tb-region="sponsored"]
winfuture.de##.singleblock_vhd
heise.de##.archiv-liste__item--sponsored
heise.de##.make-sponsoring
azonline.de##.avPage__superbanner
heise.de##.nav-keywords__item--native-ad
tvaktuell.com##.footer-page .size-content[class*="theme"]
heise.de##.tp_amazon
heise.de##.tp_content > .teaser_frei
heise.de##.tp_content > .teaser_buecher
||couponcustomer.cpstatic.ch/upox/adbe/
kachelmannwetter.com##.dkpw-billboard-margin
fussballdaten.de##.rectangle
fussballdaten.de###display-ads
mz-web.de##div[data-nativendo]
apfeleimer.de##a[href^="https://apfeleimer.de/go/"]
apfeleimer.de##.codebig
t-online.de###T-aboola-container + #Tasfeed1
t-online.de###T-aboola-container
chip.de##.TestReport__Section--Ads:not([data-scroll-spy-section]):not([id])
||video.golem.de/files/*/short-blank-video-nopub-sd.mp4
rp-online.de##.park-portal > .activeinternational
pcgames.de##.at_sponsored
goldesel.to##.main > .warn
goldesel.to##.main > .warnIp
goldesel.to##.main > div[class^="wrn_txt"]
goldesel.to##div[class^="d_"] > .d_head ~ .warn
goldesel.to##div[class^="d_"] > .d_head ~ .warnIp
goldesel.to##div[class^="d_"] > .d_head ~ div[class^="wrn_txt"]
mz-web.de###nativendo-oms-infeed
spilcloud.com##div[data-size="300x250"]
ddl-warez.to###img_cover ~ a.btn[href]
ddl-warez.to###download > a[href][onclick]
vip.de##.rtli-master-tracdelight
finanzen.at##.wiener-banner
finanzen.at,finanzen.ch##.equalheights > .col-md-4.col-xs-12 .dynamic-content
finanzen.ch##.equalheights .col-md-4.col-xs-12 > #HomepageIssuerNews
finanzen.ch##.coba-homepage-topflop
bild.de##.stepstonenote
ffh.de###omsRectangleChannel
manager-magazin.de##.blk_Werbung
berliner-zeitung.de##.trackedTeaser
heise.de###mitte_rechts > a-ad.bcadv_oben
wallstreet-online.de###threadHeadA > div[style^="text-align"] > span[style="font-
size: 9px; color: #515151;"]
aargauerzeitung.ch##body > .container--top-board
stuttgarter-nachrichten.de##.m-fstb-teaser
prosieben.de##.adp-wrapper
prosieben.de##div[class^="productPlacement_"]
swp.de##.swp-adbox
swp.de##.plistaWidget
swp.de##.swp-adbox-container
ifun.de###verbraucherhinweis-728
ifun.de###verbraucherhinweis-mobile-300x250
wz.de,aachener-zeitung.de,aachener-nachrichten.de,rp-online.de##.park-portal--
superbanner
rp-online.de##.park-portal--medium-rectangle
heise.de##.tipps-content-ad
pnn.de##.box-plista
pnn.de##div[id^="urban-medrect"]
finanzen.at,finanzen.net###fnb-popup-integration
frankenpost.de##.werb4
contra-magazin.com##.entry > .code-block
telebasel.ch##div[class^="tb-ad-"]
dragonball-tube.com,onepiece-tube.com,naruto-tube.org,fairytail-
tube.org##a[href^="https://www.amazon.de/"] > img[src^="/templates/caprica/amz"]
/templates/caprica/amz*/*.gif$domain=naruto-tube.org|fairytail-tube.org|onepiece-
tube.com|dragonball-tube.com
pnp.de##.em_cnt_box_container[style="margin-left: 10px; z-index: 996;"]
prosiebenmaxx.de,sixx.de,kabeleins.de,sat1.de,prosieben.de##.rectangle-ad-slot-
wrapper
wallstreet-online.de##div[id^="sban"]
aerzteblatt.de##.anzeigenbox
lokalkompass.de##.adLeaderboardWrapper
nordbayerischer-kurier.de##div[data-b-title*="(werb"]
nordbayerischer-kurier.de##.adhelper
schwaebische.de##.leaderboard-wrapper
ksta.de##.trackedTeaser
holidaycheck.de##div[id^="tad"]
giessener-anzeiger.de##.ad.bottom
giessener-anzeiger.de##.ad.fullsize
heise.de##.a-article-teaser--sponsored
elektrikforum.de###leader_top_desk
elektrikforum.de##.sidebar > .funbox
weser-kurier.de###sebox_889_0
weser-kurier.de###sebox_764_0
weser-kurier.de##.page.direct_content > div.nfy-cobo-standard-teaser-
changecolor[style*="background-color: #ffffff"]
mopo.de##.dm_ta960x--_html
mopo.de##div[data-nativendo]
nordbayern.de###page_billboard
finanz-tools.de##.sidebar.nur_desktop
buzer.de##.anz_unten
bauexpertenforum.de###MidRectangle
bauexpertenforum.de###leader_top_desk
bauexpertenforum.de##.sidebar > .funbox
welt.de##.c-channel-header__sponsoring a
welt.de##.tickertitle > div[style="float:right;width:50%"]
welt.de##.c-channel-header__sponsoring-element
heise.de##.akwa-ad-container
journalistenwatch.com##a[data-bid]
abendzeitung-muenchen.de##div.brick[data-b-title*="Ad"]
echo-online.de###rightbar > .powered
echo-online.de###rightbar > .powered + .box
silicon.de###div-gpt-ad-DESKTOP_MEGA-1 > .dfp_word
silicon.de##div[id^="div-gpt-ad"]:not([id^="div-gpt-ad-DESKTOP_MEGA"])
leo.org###adv-text
nzz.ch##.recommendations
winfuture.de###news_content > div[class^="ws_contentAd"] + br + br
winfuture.de###news_content > div[class^="ws_contentAd"] + br
pcwelt.de###outer > .info-section
||vodafone.de/csp/csp.php?b_id=$third-party
blauenarzisse.de##.blaue-widget
blauenarzisse.de###big-footer-feature
blauenarzisse.de##.blaue-nach-dem-inhalt
niederlausitz-aktuell.de##.three-banner-ad
niederlausitz-aktuell.de##.moduleAnzeige
smopo.ch##div.widget[id^="ads"]
rnz.de##.nfy-c-advrtrl-logo_text
rnz.de##section[class^="nfy-advertorial"]
rnz.de##.nfy-ads
idea.de##.mediumrectangle
idea.de###superbanner
livenet.ch##.block-werbung
livenet.ch##body > #pre-header
ksta.de##a[href^="/anzeige/"]
frankenpost.de##.werb
krone.at##.type_AdvertorialBanner
krone.at##.kmm-article-box + .row > .c_label
krone.at##.c_plista
mimikama.at##a.gofollow[data-track]
techbook.de##.article__content > #bildtextbox
||pfaffenhofen-today.de/images/banners/
stimme.de##div[id^="gpt-"]
fnp.de##.advert.rectangle
eurosport.de##div[class^="adtech_"]
saarbruecker-zeitung.de##.content > aside > .module-list > iframe ~ li
saarbruecker-zeitung.de##iframe[src^="https://adn.meinsol.de"]
augsburger-allgemeine.de##.p-ad
journalistenwatch.com##a[href^="https://www.fincabayano.net"]
journalistenwatch.com##.post > #text-22
rp-online.de##.park-outbrain
rp-online.de##.park-slider__item > span.park-card-portal
ef-magazin.de###articlefootad
ef-magazin.de##.ahd[style="display: none !important;"] + .sbad
wize.life##.alternative.somtagWrapper
wize.life##.panoramaWrapper.no-print
jungefreiheit.de##.banner-336x280
chip.de##.Article__Section > .Article__ChapterButton
sueddeutsche.de##.ad:not([class="ad"]):not(.ad_iqadtileOOP)
bild.de##.content > article > .we-textlink
xboxmedia.de##.article-post-content > .aawp
playfront.de##.widget_aawp_widget_new_releases
macwelt.de##div[data-idg-sizes]
4players.de###cxense-container
4players.de##section[data-content-name="index_headbox_cxense"]
gamestar.de##a[title="Nvidia_Promobox"]
gamestar.de##div[class^="homeContRegCol"] > .elemCont[style=""]
gamestar.de##div[class^="homeContRegCol"] > .elemCont[style="position: relative;
padding-top:15px; padding-bottom:15px;"]
presseportal.de##[class^="tdu"]:not([body])
bigfm.de##.webradio-sidebar__ads
bigfm.de##.teaser-list__item--top-news-ads
bigkarriere.de##.article__sidebar-ad
winfuture.de##.tariffuxx
journalistenwatch.com##div[id^="yes-invest-inhalte"]
finanzen.net##.small-font.light-grey
finanzen.net##.btn-nrm
finanzen.net##.social-network
finanzen.net##a[href^="http://g.finanzen.net/"]
finanzen.net##.iconFiveEuro
finanzen.net##.iconFiveEuro ~ *
||images.finanzen.net/images/b_devisen/logo-transferwise.png
manager-magazin.de###spRecommendations
werstreamt.es##.advLabel
werstreamt.es##.ueJf
giga.de##a.btn-download[href^="https://www.giga.de/go/"][data-gtm-
category*="Transaction"]
rennrad-news.de###messageList > li.message:not([data-author]):not([id])
motorsport-total.com###bs-container > .b-top
||derstandard.at/mkt/*adserver
derstandard.at###promotion-banner
fm1today.ch##iframe[src^="https://adquality.ch"]
tvdigital.de,hoerzu.de##a[href^="https://www.werstreamt.es"]
||d163w5bauk02b4.cloudfront.net/partner^$third-party
chip.de##.WidgetVetalio
||hardwareluxx.de/images/stories/werbung^
hardwareluxx.de##.cc_banner-wrapper
hardwareluxx.de##a.center[href^="https://adclick"]
chip.de##a[href^="https://clkde.tradedoubler.com"]
t-online.de##div[itemprop="articleBody"] .TshowLinkInXML >
a[href^="https://www.tipico.de"]
pcwelt.de##.tariffuxx-teaser
wetter.de,kochbar.de##.admanager
gmx.net##.inbox-ad-panel
gutefrage.net##.AdSkeleton
gutefrage.net##.Ad
journalistenwatch.com##div[class^="journ-nach-dem-inhalt"]
deutsche-mittelstands-nachrichten.de###main > #left
> .entry:not([id]):not([class*="template"])
web.de,gmx.net##.partner-links
||img.ui-portal.de/UIM_Promoline^
farmeramania.de##.adsbygoogle
derstandard.at##.ad-std
derstandard.at##iframe[src^="/empfehlungen"]
chefkoch.de##div[id^="teaser-partner-"]
schnittberichte.com##.amazontextlinks
schnittberichte.com##a[href^="https://www.schnittberichte.com/goto.php"]
mobiflip.de###steady-widget-container
techbook.de##.article--advertorial
winfuture.de##.spoods-branding
||widgets.geizhals.at/iframe^$third-party
||bambuo.de/img^$third-party
||integralrechner.de/images/audible
||ableitungsrechner.net/images/audible
integralrechner.de,ableitungsrechner.net###content > .center > .middle-right-
col:not(.btcf)
t-online.de###T-shoppingbox
t-online.de##.Tgboxh > div[data-tb-region="topboxen-0"] + .Tlbox > div[data-pid]
pcwelt.de##.info-section > a[href^="http://w.idg.de"] > img
onlinetvrecorder.com###topbannerdiv
||static.onlinetvrecorder.com/images/*banner
travelbook.de##.article--advertorial
nnz-online.de##.bannerwrapper
finanzen.net##.company-news .light-grey[style="display: none !important;"] + .box
finanzen.net##.company-news .light-grey[style="display: none !important;"]
+ .spacer-5 + .row
finanzen.net##.company-news .light-grey[style="display: none !important;"]
+ .spacer-5 + .row + .spacer-5 + .clearfix
finanzen.net##.row .bgLightYellow
winfuture.de##.hp_latest > div[data-vr-contentbox][style="display: none !
important;"] + .clearfix
mopo.de##a[href*="advertorial"] ~ [class^="teaser_social_block"]
mopo.de##a[href*="advertorial"]
pcwelt.de##a[href^="https://www.pcwelt.de/a/anzeige-"]
pcwelt.de##div[data-ga-event-category="amazon_de_box_right_column"]
kino.de###hockeystick
chip.de##.l-Downloads__Content--HasSidebar > .Download-Buttons + div[id*="-"]
[class*="-"][style*="background-color: rgb"]
curved.de##.product-teasers
stern.de##.stern-gutscheinbox
focus.de##.Article__Promo
chip.de###hp-aquamarin
promipool.de##div[class*="bb-flicker-"]
focus.de##.ps-trackingposition_OrangerButton
focus.de##.adsBlock
pcgames.de##.leftRight a[href^="https://shop.computec.de"] > img
t-online.de##.Tadbl
||images.finanzen.net/images/b_realtime/*banner
||assets.wallstreet-online.de/_media/*/anzeige^
onvista.de##.advertisedFund
onvista.de##.informationenUnsererPartner
amateurbusters.com##.amod-section
amateurbusters.com##.sb_area > .sb_area_headline[style="display: none !important;"]
+ .forum_topic + .forum_topic_bottom
amateurbusters.com##.sb_area > .sb_area_headline[style="display: none !important;"]
+ .forum_topic
||assets.teufelchens.tv/iw_wide.jpg
teufelchens-forum.tv###posts > .postbit:not([id])
reporter-24.com###content a[href*="goo.gl"] > img
reporter-24.com##.entry-content a[href*="goo.gl"] > img
buffed.de,pcgameshardware.de,pcgames.de##.affiliateBelowArticle
web.de##.service.lotto
seo-portal.de##.td-header-sp-recs
golem.de##article > .formatted > p + div[style*="margin:"][style*="min-height:"]
[style*="266px;"][style*="clear"]:not([id]):not([class])
xxx-blog.to##.sidebar-content > #text-25
xxx-blog.to##.sidebar-content > div[id^="custom_html-"]
||xxx-blog.to/trade/in.php^
||xxx-blog.to/script^
||derstandard.at/empfehlungen^
deraktionaer.de##.teaserItem div[style*="font-size:10px; color:#999999"]
||web.de/image/180/32817180,pd=1.gif
wallstreet-online.de###nativendo-nachrichten-unterhalb
wallstreet-online.de##.comdirectAd
hardwareluxx.de###leaderboard
frustfrei-lernen.de##.contentBody > .contentlabel + div[style="display:block;
height:260px;"]
immobilienscout24.de###sidebar > div > div.margin-bottom-
xl[style="height:267px"]:not([id])
urlaubstracker.de##div[id^="adup"]
livefootball77.blogspot.de##div[id^="bannerfloat"]
suchmaschine.com###ypa-top-wrap >
iframe[src^="http://partnerads.ysm.yahoo.com/ypa/?"]
wetteronline.de###leftcontainer > #topcontainer
winfuture.de##.tx-trf-tpp-bg
fanfiktion.de###wrapper-inner > #qql
mediaevent.de##.adds
blog.kulturbanause.de##.adTrainings
t-online.de##div[class^="Tmcc1 Tmcc1"]
t-online.de##form[action^="https://gaspreise.t-online.de"]
t-online.de##a[href^="http://heizoelpreise.t-online.de"]
t-online.de##a[href^="http://www.t-online.de/wirtschaft/immobiliensuche"]
t-online.de##form[action^="http://forward.immobilienscout24.de"]
gabot.de##.banner-content
t-online.de##.altInventory__item
derstandard.at##.programmaticAd
t-online.de##div[itemprop="articleBody"] > div[onfocus] > div[style*="background-
image:url("][style*="padding-left:0"]
dbna.de###nativendo-artikel
dbna.de##a[href="https://www.dbna.de/wohlfuehlen/kultur-spass-und-europride-in-
wien-26219"]
php.de##div[class^="ad_header"]
lolchampion.de##.code-block > center
polizeinews.ch##.promo-middle
autobild.de###page > #pagewrapper #spacerElem[style*="height"]
wetter.de###pl_playerBreakAd
||cloudfront.net/creatives/assets^$domain=wetter.de,media
gentside.de###pave_haut
onvista.de##.MEGASIZE_BANNER
onvista.de##.TEASERBOX.DEPOT_KONTO
falter.at##.cadBox
falter.at##.adTopLarge
chip.de##.Article__Promo
chip.de##a[title*="(Anzeige)"]
finanzen.net##.row.home > div > .light-grey + .box
finanzen.net##.row.home > div > .light-grey
katholisches.info##.pf-content > span[style*="color:"][style*="important"] +
div[style*="background"]
food-tiger.de##.large_skyscraper
spiegel.de##.gutscheine-widget
ok-magazin.de##.pane-node ~.pane-custom.pane-1 > div[style^="text-align: center;
margin:"]
promiflash.de##.onlyDesktop
promiflash.de##.jsx-900607691
pz-news.de##.nfy-merged--true
muensterschezeitung.de###top-position
medien-studieren.net,medienstudienfuehrer.de##.leaderboard > .close
medien-studieren.net,medienstudienfuehrer.de##.singlebanner
page-online.de###sidebar article[id^="text-"]
giga.de##.ed-container + .small
giga.de##.ed-container
giga.de##div[data-trigger="sourcepoint-ad"]
t-online.de##div[id^="T-DY-"]
finanzen.net##.row div[class^="col-"] > .small-font.light-grey + .box
finanzen.net##.row div[class^="col-"] > .small-font.light-grey + .box + .spacer-20
t-online.de##a[href*="utm_source=t-online.de&utm_medium=affiliate"]
computerbild.de##.tarifteaser
computerbild.de##.paragraph > .labeling::before
||mdsglvod-a.akamaihd.net/vod/2.0/progressive^$domain=kabeleinsdoku.de
kabeleinsdoku.de##.k-ad-disclaimer
kabeleinsdoku.de###modal-overlay
rtlnext.rtl.de##.centered-ad
rtlnext.rtl.de##.rtli-sitecontrol-top
wallstreet-online.de###nativendo-nachrichten
wallstreet-online.de##.container > .module > [style="background-color: #e9e9e9;
padding: 5px;"]
autobild.de##div[id^="ad-placement"]
gannikus.com##a[href^="http://www.gannikus.com/"][target="_blank"] > img
gannikus.com##.custom-gannikus-add
finanzen.net###submitForm > .row > .col-sm-3 > .mleft-10 +
a[href^="http://g.finanzen.net/transferwise-devisen-waehrungsrechner"]
finanzen.net###submitForm > .row > .col-sm-3 > .mleft-10
finanzen.net###submitForm > .row ~ .mleft-10 + .box + .spacer-20
finanzen.net###submitForm > .row ~ .mleft-10 + .box
finanzen.net###submitForm > .row ~ .mleft-10
nessio.de##.sidebar > .widget_text
tempr.email###Inbox > div[style*="background-color"]:not([class]):not([id])
krone.at##a[href*="&utm_campaign="][href*="utm_term"] > img
zeit.de##.partnerbox
autobild.de##[class*="clevertanken"]
zurzeit.eu##.advBannerBoxTab
||zurzeit.eu/images/*-Werbung-
||zurzeit.eu/files/wys/users/chunks/*/Banner/
||zurzeit.eu/files/wys/users/chunks/*/*-Werbung-
heise.de##.news-teaser-wrapper > .us_hbs
huffingtonpost.de##.native-promo-unit
lokalkompass.de###yield_text > .tinyContent
ruhrnachrichten.de##.BannerOMSModule
ruhrnachrichten.de##.mdhl-native-ads
spox.com##.dazn
spox.com##.daznhm
games.ch##.rect
web.de,gmx.net##tr[data-component="MessageListAdRow"]
wochenblick.at##.woche-inhalt > a[href^="https://www.wochenblick.at/linkout/"] >
img
wunderweib.de##.taboolaWrapper
broker-test.de##[id^="ad-inst-"]
web.de##.adv-generic-container
web.de##h\:section[data-adservice-slot]:not(#adRectangle)
web.de##body > .wrapper-themed.vorteilswelt
chip.de###hp-neongelb .copy-sm > a[href]:not([href*=".chip.de"])
finanzen.net##a[href="http://g.finanzen.net/hsbc-wissensbereich-banner"]
||images.finanzen.net/mediacenter/unsortiert/hsbc-banner-zerti-wissen-by-hsbc.jpg
serienjunkies.de###sj-ad-wrapper
n-tv.de##.rtli-video-ad-information
vorsprung-online.de##.custom > p[style="text-align: center;"]
vorsprung-online.de##a[href="/index.php/anzeigenpreise.html"]
rtlnext.rtl.de##.no-ads-passback
rtlnext.rtl.de##[class^="rtli-desktop-"] > [id^="medrec_"]
rtlnext.rtl.de##.category-teaser-block > .rtli-master-showheroes
rtlnext.rtl.de###rtli-master-related-column > .rtlnext-medium-rectangle
antenne.de##.aditem
nordhessen-journal.de###secondary > .metaslider > [id^="metaslider_container_"]
> .flexslider > ul.slides
nordhessen-journal.de##.entry-content > .metaslider > [id^="metaslider_container_"]
> .flexslider > ul.slides
rheinpfalz.de##.advert
golem.de##li[id^="mob_afcbecoh"]
pi-news.net##a[href^="http://www.pi-news.net/werben-auf-pi/"]
||pi-news.net/wp-content/uploads/ad-pegida-468x180.jpg
||as.godmode-trader.de/s?t=$script
||cdn.recognified.net/rd.loader.php^$domain=winfuture.de
donaukurier.de##main > section > div.articles > article.no-leadtext > a:not([href])
> .image-wrapper > figure
rosenheim24.de###id-Container-417533 > .id-Container-headline
rosenheim24.de###id-Container-417534 > .id-Container-headline
finanzen.net##.spacer-5 + div.mleft-10.light-grey
||images.finanzen.net/images/b_home/boersenheld-finanzen-banner-660x303px.gif
||images.finanzen.net/images/b_realtime/ubsrealtime.png
||images.finanzen.net/images/b_realtime/hsbctopflop.gif
bz-berlin.de##.content-container > .brectangle-height
bz-berlin.de##.content-container > div[data-widget^="plista_widget_"]
t-online.de##.Tartshoplist
t-online.de###taboola-mobile-below-article-thumbnails
shz.de###partnerShTeaser
alpin.de##.ad-sb
hosttest.de##.sponsored-offers
||druckerchannel.de/bilder/dca/000_HK.png
mobil.ksta.de##.recommend-article
||journalistenwatch.com/wp-content/uploads/2017/10/Abmahnung.gif
focus.de###ecs-snippet
donnerwetter.de##.banner-place
donnerwetter.de##.hidden-xs div[style="font-size: 60%; color: #aab5b5;"]
donnerwetter.de##.col-xs-12 > center > div[style="font-size: 60%; color: #aab5b5;"]
donnerwetter.de##.prepend-top > .block-content > div[style="font-size: 60%; color:
#aab5b5;"]
||regionalwolfenbuettel.de/ndnd/
regionalwolfenbuettel.de,regionalgoslar.de##.logocontainer > .mobcenter
regionalwolfenbuettel.de,regionalgoslar.de###platzierung
regionalgoslar.de##a[href^="https://a.partner-versicherung.de/click.php"]
regionalwolfenbuettel.de,regionalgoslar.de##article > #noprint > small
regionalwolfenbuettel.de,regionalgoslar.de##.col.custom-75 > .card + small
||regionalgoslar.de/ndnd/
kurier.at##.c-adcontainer
tagesanzeiger.ch##.relatedThema.extern
bravofly.de##.adsbygoogle
bravofly.de##[class^="cmp_sponsoredLinks"]
infranken.de##.billboard-wrapper
||tagesspiegel.de/js/*/tgs.teaser-ad.js
niederlausitz-aktuell.de###superbanner
niederlausitz-aktuell.de##a[href^="http://b2b.hyperworx.de/www/delivery/ck.php"]
||b2b.hyperworx.de/www/images/$domain=niederlausitz-aktuell.de
tvaktuell.com##.idvl-adroller
pornohirsch.com##iframe[src^="https://www.pornojenny.com"]
pornoente.tv,pornohirsch.com##.vjs-overlay
pornohirsch.com##.spc_height_250
pornohirsch.com##.spc_height_150
pornohirsch.com##.spc_height_125
pornohirsch.com##.spc_height_80
||chip.de/*/img/deals/CHIP_Software_Deals_
chip.de##.Deals
chip.de##.DealsTeaser
chip.de##.l-Downloads__Sidebar--TopShifter > .fb-cell-footer +
div:not([class]):not([id])
1erforum.de###logoBlock > div.pageWidth > div[id="oc24_container_top"]
frauenzimmer.de##.rtli-master-ad
frauenzimmer.de##.adcontrol__overline
diesparratgeber.de###detailviewadvert
diesparratgeber.de###bigbanneradvertisment
digital-eliteboard.com##.samCodeUnit
digital-eliteboard.com##.samBannerUnit
handelsblatt.com##div[id^="iqadtile"]
fitbook.de##.ads
fitbook.de##.ads__container
fitbook.de##.footer-bar--advertorial-group
fitbook.de##a[href*=".smartadserver.com/"]
travelbook.de##.ads
travelbook.de##.ads__container
travelbook.de##a[href*=".smartadserver.com/"]
travelbook.de##a[href^="https://secure.adnxs.com"]
travelbook.de##section.pb--one-pano
travelbook.de##section.pb--two-lbig
stylebook.de##.ads
stylebook.de##.ads__container
stylebook.de##a[href^="http://amzn.to/"]
haustechnikdialog.de##.webspot
haustechnikdialog.de##.advertouter
rundschau-online.de##.dm_ad
auto-motor-und-sport.de##div[id^="div-gpt-ad"]
techbook.de##.ads__container
ffn.de###ligatus_ad_footer
autoexperience.de###posts > li[class="postbit postbitim postcontainer"]:not([id])
kochbar.de##.kb-ad-container
||feiertage.net/images/anzeige.png
radsport-news.com###LayoutBannerXXL
energy.de##.view-content > [class="article spacearticle"][style^="height: 265px;
padding: 5px; border: 1px solid lightgrey; position: absolute;"]
||dieunbestechlichen.com/wp-content/uploads/*/Banner-
||dieunbestechlichen.com/wp-content/uploads/*/*-Banner_*.gif
||dieunbestechlichen.com/wp-content/uploads/*/*Banner-*x*.
meinanzeiger.de##.commercial-tag
promiflash.de##.bottomAdContainer
promiflash.de##div > .onlyDesktop + .is-visible.LazyLoad[style="min-height: 250px;
min-width: 970px;"]
promiflash.de##div > .onlyDesktop[style^="font-size:"][style*="13px;"]
promiflash.de##.articleList > [class="cardContainer onlyDesktop"]
morgenpost.de##.ad__superbanner
auto-motor-und-sport.de##.b1 > div[is-element][element-teaser-
aez*="variousSidecol.aez"]
computerwoche.de###lepBanner
java-forum.org##div[id^="div-gpt-ad"]
||vornamen-liste.de/javapop.js
giga.de###teaserheld-header
giga.de##a[href="http://po.st/bartschneider"]
giga.de##a[href="http://po.st/bartschneider"] + .cd_holder
||regionalwolfsburg.de/ndnd/
netdoktor.de##div.spot-x-container.slot-section-container-left
netdoktor.de##[class="widget-text widget-html-code ng-isolate-scope"] >
div[style^="background-color: rgb"]
handelszeitung.ch##[class*="pane-asch-advsmart-"]
luzernerzeitung.ch##div[class*="rectangle"]
luzernerzeitung.ch##.resor--promo
luzernerzeitung.ch##.vermarktungsflaeche
||watergate.tv^$third-party
journalistenwatch.com##iframe[src^="http://watergate.tv"]
journalistenwatch.com##.advads-close-button
||journalistenwatch.com/wp-content/uploads/*/banner-boenneken-.jpg
||journalistenwatch.com/wp-content/uploads/*/Ellis-at-work.jpg
||journalistenwatch.com/wp-content/uploads/*/ef1.gif
||journalistenwatch.com/wp-content/uploads/*/ef2.gif
||journalistenwatch.com/wp-content/uploads/*/Matthias-Rahrbach2-320x459.jpg
finanzen.net##.bs-wrapper
familienbande24.de###content > .row > .col-xs-12.text-center[style="min-
height:60px;"]
familienbande24.de###publisher_page_wrapper > .row > .col-xs-12.text-
center[style="min-height:90px;"]
familienbande24.de###content > script:last-of-type ~ br
abendzeitung-muenchen.de##a[data-tags="Advertorial"]
abendzeitung-muenchen.de###ouibounce-modal
wallstreet-online.de###dban1
wallstreet-online.de###newsArticle > div.postingText > div[class="module c1"]
wallstreet-online.de##.container > div[class="module c1 hidden-xs"]:not([id]) >
div[style="text-align:right; font-size:9px; margin-top:-20px;"]
meedia.de##header[class="ad-info-title"]
regionews.at###sidebar > .widget[align="center"]
jungefreiheit.de##.sidebar > #text-9
kreiszeitung.de###id-Container-422455 > .id-Container-headline
all-in.de##div[class]:not(#pagefootad) > .werb
blurayreviews.ch##iframe[src^="http://www.blurayreviews.ch/iframe_werbung.htm"]
borncity.com##.entry-content > .code-block[style*="text-align: center;"]
borncity.com###ai_widget-4
focus.de##.tft_ads
wiwo.de##.hcf-partner
merkurist.de##shipment
merkurist.de##shipment-premium
merkurist.de##div[sponsored-article-impression]
||msecnd.net/endpoint/shipment/$domain=merkurist.de
||deutschetageszeitung.de/images/Banner
handelsblatt.com##div[data-teasertracking*="FirmenABC Teaser"]
pcgames.de##.amazonAutoLink
promotionbasis.de##[id^="oxad_job-listing-"]
welt.de##.c-taboola
tichyseinblick.de##.adwidget_wrapper
epochtimes.de###wrapper > header#slim-header+div[style^="text-align: center;"] >
div.row
dslr-forum.de##[id^="post_message_"] > div[style="float:left; width=310px; margin:
0 10px 10px 0;"]
naumburger-tageblatt.de,berliner-kurier.de##.dm_ad-leaderboard
urlaubspartner.net##body .adsbygoogle
freizeitpartnerweb.de,outdoorpartner.net,urlaubspartner.net##.ad.text-uppercase
outdoorpartner.net##[style="padding-top:20px;"] > span[style="font-
size:9px;color:#aaa;"]
freizeitpartnerweb.de,urlaubspartner.net##.hidden-xs > span[style="font-
size:9px;color:#aaa;"]
freizeitpartnerweb.de,outdoorpartner.net,urlaubspartner.net##.row >
div[class="visible-lg-block col-lg-4 text-center"] > span[style="font-
size:9px;color:#aaa;"]
briefwahl-beantragen.de##.stadt-panel-right > .stadt-panel.stadt-formular-panel
tz.de##.id-Container-content--divider > .id-Swiper--isElBeh.id-Swiper-elBeh--XS1
tz.de##a[href="https://www.heimatshop-bayern.de/geschenkideen/trachten-
accessoires/"]
||heimatshop-bayern.de/media/image/$domain=tz.de
spiegel.de##.asset-box.asset-buchwerbekasten
||static.plista.com/runnersworld.de^
||runnersworld.de/js/jquery.dfp.no.gpt.js
web.de##.adc-top
spox.com##.fullrow > div.cmp
spox.com##.rc > div[class="cmp"]
spox.com##.stick > div[class="cmp"]
spox.com##.daznhm.maxwidth
amazon.de##.slot__ad
spiegel.de##.cuponation-widget
||widgets.outbrain.com^$domain=spiegel.de|manager-magazin.de
bbv-net.de###WallpaperBanner
pfalz-express.de###alternative_footer
pfalz-express.de##div[id^="banner_unter_menu"]
pfalz-express.de###likeboxwrap
pfalz-express.de###banner_unter_accordion
pfalz-express.de###banner_unter_ticker
unwetterzentrale.de###content > div[style*="width:336px;height:16px;"]
motorsport-total.com##div[class^="paoffer"]
kalender-365.de##.az
kalender-365.de##.adl
kalender-365.de##ins.adsbygoogle
||play3.de/wp-content/themes/play3_2016/assets/js/uGPOXqx.js
||psinside-*.netdna-ssl.com/amzn
spieletest.at##.col-lg-18 > #product_box
||amazon.de^$domain=spieletest.at
||spieletest.at/backend/pictures/werbung
||ssl-images-amazon.com^$domain=spieletest.at
spielkult.de##tr > td[width="146"]
spielkult.de###table1728
spielkult.de###table1753
spielkult.de##td[style^="width: 253"].auto-style154
||spielkult.de/skteaserbanner.jpg
anpfiff.info##.content-col-r > div[style="min-height:250px;"]
anpfiff.info##.content-col-r > div[style="min-height:250px;"] ~ hr.linie-seperator
anpfiff.info##.content-col-r > div > div[style="min-height:250px;"]
anpfiff.info##.content-col-r > div > div[style="min-height:250px;"] ~ hr.linie-
seperator
anpfiff.info##div[id^="divAdv"]
anpfiff.info###DIVnaMediaAd_SUPERBANNER
mtvema.com##.linelist-item-ad
||1load.sx/popup.js.php
1load.sx###widget_LinkTrade
||imagesrv.adition.com/js/srp.js$important,domain=spiegel.de
creative-tools.de##.creat-adlabel
creative-tools.de###sidebar > .widget_aawp_widget_box
heidelberg24.de##div.id-Container--proBEEP
||pcgameshardware.de/images/misc/mifcom
extrem-bodybuilding.de##.row-fluid > .span3
brueckenkopf-online.com##.cols > div.g-3
brueckenkopf-online.com##.cols > div.g-2
brueckenkopf-online.com###header > div.g-1
brueckenkopf-online.com###wrapper > div.g-4
||fantasy-warehouse.de/banner
||brueckenkopf-online.com/wp-content/adds
||d.bacontent.de^$domain=theeuropean.de
||theeuropean.de/assets/theu_adlib2.js
fupa.net###nab_container
stadt-kurier.de##.col.right > section.section~section[style^="margin-top"]
ohmymag.de###banniere
ohmymag.de###pave_haut
musiker-board.de##a[href*="hofa-"][href*="?utm_medium=display&utm_source="]
[href*="&utm_campaign="][target="_blank"][rel="nofollow"] >
img[src^="misc/articles/gitarrenContent"]
taz.de###adzone_wall
tagesspiegel.de##div[id^="urban-"]
fnp.de##.special-anzeige
fnp.de###middlebar > span.special
mittelhessen.de##.native_ad
mittelhessen.de###sebox_186_0
sportbuzzer.de##.dcm-advert
chip.de##section[data-vr-zone="hp-neongelb"] > ul.List > li:last-child
volksfreund.de###lpa_container
volksfreund.de##[id^="advert-googleAds-"]
||localpagead.de^$third-party
tichyseinblick.de##.adwidget_sidebar
||mobil.news.at/_storage/asset/*/storage/master/file/*/0600x0100_branding*.gif
m-kurier-at.cdn.ampproject.org##.c-adcontainer
telefonspion.de##.adlb
||kaeuferportal.de/partnerprogramm/
iphone-tricks.de###text-21:nth-child(6)
iphone-tricks.de###text-24:nth-child(3)
html.de##.sidebar > .widget-container > #widget-14
psd-tutorials.de###sidebar-banner
am-play.de##.news_ad
am-play.de##.amAdSide
am-play.de##.amAd
am-play.de##div.facebook
amateurfilm-forum.de###main > [class="message"][style="height: auto;"]:not([id])
||amateurfilm-forum.de/images/gnubrew/threads_spotrocker.jpg
gamestar.de###rectangle-container-desktop
computerbild.de##.adsbygoogle
computerbild.de##.adsensebox
otz.de,thueringer-allgemeine.de,tlz.de##.advertising
otz.de,thueringer-allgemeine.de,tlz.de##.adsense-article
reviersport.de,otz.de,thueringer-allgemeine.de,tlz.de###oms_gpt_rectangle
itopnews.de##.bannerDesktop
itopnews.de##.widget.xt_news > #post-list > div[style="padding-top:10px;margin-
bottom:40px;"]
itopnews.de##.sidebar > #text-3
itopnews.de##.sidebar > #text-5
meinanzeiger.de##body > .adLeaderboard
meinanzeiger.de##body > div[id]:not([class]) > [class="right sublime tinyContent"]
meinanzeiger.de###sidebar > [id^="44"][class="teaserBox"] > div[class="right
sublime tinyContent"]
ran.de###ad-fullbanner-outer
focus.de##.adp-admarker
clashroyaleforum.de##.section > .messageList > li:not([class]):not([id])
erdbeerlounge.de##[id^="owwotm_"][id*="_adblock_sd"]
www-eurosport-de.cdn.ampproject.org##.related-content-story--organic
www-eurosport-de.cdn.ampproject.org##.related-content-story--sponsored
clashofclansforum.de##.sidebarMenu > [class="mainMenu sidebarCustomBox"]
[style="margin-top:10px"]:last-child
forum.videogameszone.de###post_rec
forum.videogameszone.de###post_rec2
gamezone.de###pricehitsTextTeaser
sat1spiele.de##.background-banner
sat1spiele.de##.off-canvas-content > .background[style^="background-image"]
mein-wahres-ich.de##.googlebanner
mein-wahres-ich.de###banneranzeige-leaderboard
vip.de###pl_playerBreakAd
vip.de##.rtli-master-ad
vip.de##[data-adformat="octopus_mr"]
mein--mmo-de.cdn.ampproject.org##.amp-ad-wrapper
www-bloomberg-com.cdn.ampproject.org##section.main-column > .body-copy > div[data-
position="mobile-box"]
dejure.org##.reihe.googlediv
dejure.org###werbungrechtsfloat
dejure.org##content > #mobildiv
||j2.dejure.org/jcg/anzeige_horizontal.svg
verkehrsinformation.de##a[href="https://shop.original-unverpackt.de/"] > img
verkehrsinformation.de##body > div[style="text-align:center; background-
color:#f0f0f0; border-bottom:0px solid #f0f0f0; margin-top:5px; margin-
bottom:25px;"]
verkehrsinformation.de##body > p[style="background-color:#f0f0f0; margin-top:10px;
margin-bottom:0px; margin-left:11px; font-size:9px; color:#999999; font-
family:verdana,arial"]
stau.info###rightArea > div[style="border:2px solid #f00;padding:0 1em"]
mein-mmo.de###gp-sidebar > div[id^="text-"]
businessinsider.de##.ad-display-wrapper
tanke-guenstig.de##.ce_weba
kachelmannwetter.com##.twiagoad
kachelmannwetter.com##.dkpw-billboard
kachelmannwetter.com##.startseite-padding > .dkpw-startseite-content
||kachelmannwetter.com/ajax/iframe^
||tag.partner.mairdumont.com^$third-party
bc-marfeel-com.cdn.ampproject.org##amp-iframe[src^="https://altbc.marfeel.com"]
winfuture.de##.ws_contentAdROS
forum.pocketnavigation.de##.messageList > li:not([id]):not([class])
naviboard.de###posts > .page[style*="min-height:110px"]
bewerbung.co###dllogin > div[style="text-align:center;margin-top:0px;margin-
bottom:24px;padding-bottom:10px;"]
m-morgenpost-de.cdn.ampproject.org,www-derwesten-
de.cdn.ampproject.org##div[class^="amp-doubleclick-wrapper"]
amp-rtl-de.cdn.ampproject.org,amp-vox-de.cdn.ampproject.org##.ems-ad
m-bild-de.cdn.ampproject.org##.ad-mark
www-op--online-de.cdn.ampproject.org,www-tz-de.cdn.ampproject.org,www-merkur-
de.cdn.ampproject.org##.id-Amp-recommendation
ampproject.org##.amp-article-ad
www-t--online-de.cdn.ampproject.org###mrec
www-t--online-de.cdn.ampproject.org###ma_ar
www-zeit-de.cdn.ampproject.org##.nextad
m-faz-net.cdn.ampproject.org##.amp_ad_wrapper
m-faz-net.cdn.ampproject.org###FAS_Box
augsburger-allgemeine.de,sport1.de,m.bild.de,amp.welt.de##amp-embed[type="taboola"]
www-sueddeutsche-de.cdn.ampproject.org##.frame-holder
||video.golem.de/bannertest/golem/amp/iqadtile
www-golem-de.cdn.ampproject.org##.iqampcenter
giga.de##.copy > article .transaction.btn
nexusmods.com###horizontalpub
wetter.com##.hours-view > .forecastLi
wetter.com###localeInformationsWidget
||widgets.outbrain.com/hub/amp.html^$domain=www-spiegel-de.cdn.ampproject.org|amp-
focus-de.cdn.ampproject.org
amp-focus-de.cdn.ampproject.org,www-spiegel-de.cdn.ampproject.org##amp-
iframe[src^="https://widgets.outbrain.com/hub/amp.html"]
||lr-online.de/storage/scr/*_AnzeigenSonderthemen.js
lr-online.de##.ads
pi-news.net##.wpb_wrapper > .wpb_raw_code > div.wpb_wrapper > a[href*="/werben-auf-
pi/"]
gta-5-forum.de###posts > li[id^="yui-gen"]
gamestar.de##.offerteaser-box
donnerwetter.de##.block.prepend-top > center > div[style="font-size: 60%; color:
#aab5b5;"]
ich-tanke.de##.box-partner
||img.ui-portal.de/homepage/img/gmx/header/*lotto
gmx.net###header-image-link
wetter.de##.forecast-detail-list > .wt-xdot-inline
csgo.99damage.de###sub_header > div[id^="monkey_top"]
||cdn0.gamesports.net/sidebar_images/2000/2247.jpg
csgo.99damage.de##div[style="font-size: 10px; color: #383838; padding-left: 7px;
margin-bottom: 5px;"]
csgo.99damage.de###container > div#sub_footer
||aachener-zeitung.de/red/img/anzeigen/content_banner
arcor.de,bergedorfer-zeitung.de##.advertisement
winfuture.de###news_content > table.tg
winfuture.de##.showitxt > center > table.tg
schwaebische.de##.omsad
korrekturen.de##div[style="width:728px; height: 90px; text-align: center;
background-color:#c0c0c0;"]
korrekturen.de##div[style^="width:300px; height:250px;"][style$="background-
color:#c0c0c0; overflow:hidden;"]
pz-news.de###sebox_25_0.nfy-sebox-iconyjs-classic
allgemeine-zeitung.de###rightbar > .powered
allgemeine-zeitung.de###rightbar > .adslide.box
allgemeine-zeitung.de###rightbar > .cxense.box.even
nfsplanet.de##[style="position:absolute;left:50%;margin-left:315px;top:
12px;width:160px;height:600px;"] > a > img[src^="/images/partner/"]
fuldaerzeitung.de##.portlet-body > div > a > font[color="616161"][size="1em"]
[align="left"]
fuldaerzeitung.de##.portlet-body > div > h1[style="font-size:80%;color:grey;font-
family:verdana"]
onlinewarnungen.de##.mh-content-ad
onlinewarnungen.de##body > aside.mh-container.mh-header-widget-1
onlinewarnungen.de##.entry-content > hr+p[style="text-align: center;"] >
span[style="font-size: 8pt;"]
tonight.de##body .ad-box
tonight.de###superbanner
k-zeitung.de##.ad_fl
analog-forum.de##.wcfAdLocation:not(.wcfAdLocationSidebarTop)
insuedthueringen.de##div[id*="werb"]
insuedthueringen.de###content-right > #internbox.right.group
tchgdns.de##.theiaStickySidebar > .single-side-pub
morgenweb.de##.nfy-article-bottom-adslot
fnweb.de,laborjournal.de,tarnkappe.info,deraktionaer.tv,food-
tiger.de,morgenweb.de##.billboard
morgenweb.de##.nfy-ad-inject
heise.de##.startseite > .indexlist > .us_hbs
teilzeithelden.de##.four-ads-blocks
teilzeithelden.de##.ads300-thumb
openthesaurus.de###content > div[style="margin-top:60px; text-align: center"]
openthesaurus.de##.resultColumn > div[style="margin-top:20px; text-align: center"]
game-dna.de,spieletipps.de,heise.de,netdoktor.de,aachener-
zeitung.de,wissen.de##.ad-container
wissen.de##.blockbox.ad
wissen.de##.ad_contentad
wissen.de###block-wissen-google-ads-google-ad-block
wissen.de##div[class]:not(.content-row-1) >
* .rounded.shadow.whitebgbox.blockbox.node-teaser.node-promoted
||ipw.getsurance.de^$domain=wissen.de
deutschegrammatik20.de##.columns > [class="widget widget_text"][id^="text-2"]
deutschegrammatik20.de###comments > [class="widget widget_text"][id^="text-2"]
4kfilme.de##div[class*="proadszone-"]
4kfilme.de##a[href^="http://www.4kfilme.de/amazon-angebote-"]
gamesforpublic.de,4kfilme.de##.asa_product_box
schreibweise.org###left > .box.loading
netdoktor.de##.ad-container-desktop
netdoktor.de##.floating-ad-content
netdoktor.de##.interactive-media-ad-container-desktop
gala.de##.a-adwrapper
gala.de##.a-ad-banner-holder
||jwpcdn.com/player/*/vast.js$domain=pietsmiet.de,important
autoexperience.de##.posts > li[class^="postbitlegacy"][id^="yui-gen"]
||static.apps.braunschweiger-zeitung.de/apps/widgets/
wr.de,waz.de,salzgitter-
zeitung.de,wp.de,nrz.de,harzkurier.de,news38.de,futurezone.de,morgenpost.de,braunsc
hweiger-zeitung.de##.ad--marker
lvz.de##.pdta-mediumrectangle
nwzonline.de##.oms
tz.de##.id-Container[data-id-container-ct*="417088"]
scmagazine.com##div[id^="ADCALL_"]
schnaeppchenfuchs.com##.js-adslot
dealdoktor.de##.theiaStickySidebar > aside[id="text-444858401"]
schwarzwaelder-bote.de##.taboola
tagesspiegel.de##div[id^="crt-"][id*="medrect"]
hersfelder-zeitung.de##.id-Teaser-el.id-Teaser-el--proBEEP
hersfelder-zeitung.de##.id-g--oneCol > div > div.id-Container--proBEEP
rhein-zeitung.de###contentbox-html_content-7614.contentbox
rhein-zeitung.de###slider2_2548
forum.pcgames.de###post_rec2
smiley-bedeutung.de##.ivw_b970x250_permanent
rewe.de##.adform-container
||pi-news.net/wp-content/uploads/banner_
pi-news.net##.td-header-sp-recs
fashionunited.de##.adunit-title
||media.unsertirol24.com/werbungen^
||lr-display.de/out/
cicero.de##.urban-ad-sign
nikos-weinwelten.de##.ce-ad
tchgdns.de##.content-box.recommendation
zeitung.de##article > p+div[class="zeitu-content-unten"]
teckbote.de,rhein-zeitung.de,pz-news.de,morgenweb.de,esslinger-
zeitung.de###container_banner
esslinger-zeitung.de##body article.nfy-sebox-ad
esslinger-zeitung.de##.nfy-content-ad
suedkurier.de###rechtenavi_werbcontainer
suedkurier.de##.werbungShop
suedkurier.de##.article-werb
suedkurier.de##.werbungLinie
||js.icony.com/api.js^
schwarzwaelder-bote.de##div[data-b-title="SB-R Flirts & Singles"]
schwarzwaelder-bote.de##div[data-b-title="SB-R Tipps der Woche"]
schwarzwaelder-bote.de##div[data-b-title="SB-R Rectangle (inkl. Halfpagead)"]
schwarzwaelder-bote.de##div[data-b-title="SB-R Gastro-Frühling FDS"]
schwarzwaelder-bote.de##div[data-b-title$=" Ad"]
gutefrage.net###anchor-ad
vmagazine.com##.dfpadd
presseportal.de##.abvbp-wrapper
geizkragen.com###posts > div[align="center"] > div[class="page"] >
div[align="left"] > div[id^="edit"] > table[id^="post"]+div[style="padding:5px 0px
0px"]
board.gulli.com###sidebar > li:first-child
bravo.de##.js-slider-triple-amazon
hoerzu.de##.tvd-adtag+a > img
tvmovie.de##.adAnything
wunderweib.de##.teaser--aside
wunderweib.de##div[id^="basic-teaser-"]
wunderweib.de##.adAnything
wunderweib.de##.adverteaser
menshealth.de##.mps-banner
menshealth.de##.mps-spon
macwelt.de##div[data-ga-event-category="billiger_de_box_right_column"]
macwelt.de##.marketplace
macwelt.de##.tariffuxx-teaser
woxikon.de##.ads-bg-white
tvdigital.de##.caption-banner ~ .azm
denkforum.at###widget-24
heise.de###mitte_rechts > .no_background
saarbruecken.de##.component-ad-content
zwickau.de##.anzblock
magdeburg.de###md_sidebar
wuerzburg.de##.adblock
wiesbaden.de###SP-commercials
tvtoday.de##.banner-container
autobild.de##.adsensebox
autobild.de##a[onclick^="_gaq.push"]
autobild.de##.inlineslot
prosieben.de##.k-product-placement
ruhrnachrichten.de##.digitaleAnzeige
freiepresse.de##.mobile_rb_bottom > .section-rgt
||flensburger-stadtanzeiger.de/news-bilder/anzeigen/
flensburger-stadtanzeiger.de##.ce_sliderStart
radiobielefeld.de###billboardad
radiobielefeld.de##div[class*="jsbt"]
wiesbadener-kurier.de##.cxense
||glamour.de/extension/cndesignglamour2/*/cnIvw.js^
familie.de##.span4 > .article-aside:nth-child(-n+3)
weg.de###bannerTopContainer
||kleiner-kalender.de/static/recomm/?id
kleiner-kalender.de###RecommendationSky
kleiner-kalender.de###RecommendationHeader
schulferien.org###right_box
spiegel.de##div[id^="crt-"]
wn.de##.ManualBlock
gamepro.de###rectangle-container-desktop
forum.pcgames.de##.bannerFrame
pcgames.de##.static_banner
pcgames.de##.shopLinkButtonsWrapper
frankenpost.de##div[id^="adition_"]
frankenpost.de###internbox
mmnews.de##.contentpaneopen div[align="right"][style*="18px"]
mmnews.de###yes-invest-inhalte
mainfranken24.de##.divtopbanner
genussmagazin-frankfurt.de###banner_fullsize_div
||puls4.com/common/simadiframe/
journal-frankfurt.de###banner_fullsize_div
autoscout24.ch##.searchbackground > a[data-tracking]
heute.at##div[data-ana-click*="werbemittel"]
tonight.de##div.ad-zone
||widgets.tracdelight.com^$domain=brigitte.de
brigitte.de##.tracdelight-widget
bikerszene.de###myad
sz-online.de##.szoAdPos
aachener-zeitung.de##[id*="_AachenTRF"]
regionalbraunschweig.de###platzierung
||regionalbraunschweig.de/ndnd/
regionalbraunschweig.de##.logocontainer > div.mobcenter.noprint
regionalbraunschweig.de###divider[style="height: 20px"]
regionalbraunschweig.de##.card-action > article >
div.excerpt+div#noprint.floatright[style="text-align: right;"]
rtl.de###rtli-medrec-marker
praxisvita.de##.block-wrapper.schutz-vor-zecken
blu-rayler.de###content > .post.bg3:not([id])
bluray-disc.de##.page > * > [id^="edit"] > table[cellpadding="6"]:not([id])
bluray-disc.de##.page > * > [id^="edit"] >
div[style^="height:"]:not([class]):not([id])
bewerbung.co##.entry-content > p+div.containertext > span
bewerbung.co##.entry-content > p+div.containertext > span+p
bewerbung.co##.widget-area > aside#text-6.widget_text
garten.de##.nointelliTXT
garten.de##div[id^="ad_"]
garten.de##h2.pane-title:nth-of-type(2)
antenne.de###mobile_banner_header_wrapper
zeit.de##.teaser-small--inhouse
zeit.de##.cp-area--shop
zeit.de##.teaser-small--ad
gamestar.de##.homeHighlight > div[class^="homeContHlCol"] > div[style^='background:
url(']
winfuture.de##.hp_latest > .w660
||motorsport-total.com/i/st/
||motorsport-total.com/z.php
||amazonaws.com/img/px.gif
motorsport-total.com##iframe[src*="smartadserver.com"]
gamespot.com##.media-mpu
||feed.datinglab.net^$domain=nw.de
nw.de###accordionDate
aachener-nachrichten.de##div[id^="oms_gpt_"]
aachener-zeitung.de##div[id^="oms_gpt_"]
dhd24.com##.external-content-container
wetteronline.de##.adplace
wetteronline.de##.flagged
chip.de##.Teaser--Affiliate
tag24.de###ligatusad
suchen.mobile.de##.viewport > .g-row:nth-child(4) > .g-col-4 > .u-margin-top-16
songtexte.com##.row > .boxless
heise.de###bannerzone
mmnews.de##div[class^="plista_widget_"]
mmnews.de##a[href^="http://www.watergate.tv/lps/"]
mmnews.de###banner > div
regionalwolfsburg.de##.logocontainer > div.mobcenter
regionalwolfsburg.de###platzierung
motorsport-total.com##.anzeige_teas_rect
spiele123.com##li.ad
games.softgames.de###voyager-ad-popup
derwesten.de##.promotion
||ich-tanke.de/bilder/partner/
||vod-ac-mds.glomex.com/vod/2.0/progressive/$media
||digitalfernsehen.de/image/stat/$image
pcwelt.de##.bid_info
pz-news.de##.nfy-cobo-ligatus
go-seven.de###text-2
faz.net##.event-faz-net-stellenmarkt-wrapper
moz.de##div[id^="gpt_"]
||spielesite.com/am/
spielesite.com##.spContentContainer > .spClear + strong
spielesite.com##.werbung_c
spielesite.com##.spContentContainer > .media + strong
||sat1static-de.de/images/was/campagnes/
sat1spiele.de###wallpaper-link
sat1spiele.de##div[id^="site-banner-"]
toggo.de##div[class^="holder-ad-wrapper"]
spielkarussell.de##.banner-template
spielkarussell.de##.banner-static-game
spiele-umsonst.de###advert2 > div
browsergames.spielen.de##.rightCol > .boxShadow:last-child
forschung-und-wissen.de##.magazin_box5
||weltderwunder.de/embed/ads/
weltderwunder.de##div.ad-format-720x90
weltderwunder.de##div.adv-720x90
weltderwunder.de##.player-ad-videos
pnp.de##.em_modul_box_type_1
||epochtimes.de/V/D/$image
gamestar.de##.pv-teaser-pricecompare
extreme.pcgameshardware.de###post_rec2
||gamesaktuell.de/tsimg/$image
forum.gamesaktuell.de##.posts > ul > li.postbitlegacy#post_rec
gamesaktuell.de###pricehitsTextTeaser
heise.de##.widget-werbung
heise.de##.teaser_adliste
cs.ingame.de##.mauto
cs.ingame.de##.frontpageWidgets > div#text-5.widget_text
cs.ingame.de###adzoneA_area
modernboard.de###oc24_container_top
modernboard.de###TopRectangle
modernboard.de###MidRectangle
modernboard.de##.Anzeige.message
||andreas-unterberger.at/mediafiles/werbung
andreas-unterberger.at##div[class^="adsensecontent"]
bild.de##img[alt="BILD Reise "]
compact-online.de##div[class^="compa-nach-dem-inhalt"]
compact-online.de##div[class^="compa-nach-dem-inhalt"] + br
||areadvd.de/images*Amazon^$image
reporter-24.com##.entry-content > p > br
whocallsme.com##.oos_ad
whocallsme.com###phoneTop
werhatangerufen.com##.topbnner
anruferauskunft.de###sidebar2.grid_5 > div[id^="div-gpt-ad-"] +
div[style^="height:"]
anruferauskunft.de###sidebar2.grid_4 > #text-3:first-child
wow-forum.com###mpu
wow-forum.com###leaderboard[style="width:728px; height:90px;"]
onlinemarketingrockstars.de##aside.adobe-sidebar.widget_text
onlinemarketingrockstars.de##.post.tag-sportmarketing
onlinemarketingrockstars.de###jobwidget
onlinemarketingrockstars.de##.omjobs_advertisment_random
cleverdialer.de##.banner-google
forum.buffed.de###plakatfullsize
tchgdns.de##.index-pub
tchgdns.de##.sidebar-pub-top
tchgdns.de##.sidebar-pub-end
tchgdns.de##.footer-pub
tchgdns.de##.header-pub
||zeit.de/www.zeit.de/static/amp-ads/
www-zeit-de.cdn.ampproject.org##.advertising
chinamobilemag.de###sp-ad1
easycredit-bbl.de##.partners
easycredit-bbl.de##.box.cad
easycredit-bbl.de##.frontpage_advertisement
ariva.de###ARIVA > div#BIGSIZE
druckerchannel.de###DCA_BOTTOM
druckerchannel.de###DCGA_LEAD
discard.email###MenuBanner
helles-koepfchen.de###Skyscraper
kabeleins.de,prosieben.de,prosiebenmaxx.de,sixx.de###ad-fullbanner-outer
promobil.de###adBox1
winfuture.de###adbox16
physio-deutschland.de###ads
spiele-umsonst.de###advert
kostenlose-online-rechner.de###advert3
kostenlose-online-rechner.de###advert789
gutefrage.net###answers > .Block.ExpermondoPlate:not(.Answer)
gutefrage.net###async_promo_sidebar
chefkoch.de###banner-hpa-mr
spielen.de###bannerarea
utopia.de###billboard
thinkpad-forum.de###breadcrumb + center
tvnow.de###breakad
amazon.de###browse_feature_div
simfans.de###c1040 + .csc-default
simfans.de###c4032 + .csc-default
fifa4life-forum.de###collapseobj_vbcms_table_right > table > tbody > tr:first-child
deutscherskiverband.de###container-banner-spacer
hallo-eltern.de###content-ad-bottom
sprechzimmer.ch###contentinner + table[width="438"]
drehscheibe-online.de###dsHeaderColoured
businessinsider.de###editorial2
zdnet.de###featureWhitepaper
forum.golem.de###forum-main > article > div[style$="min-height:266px; margin:20px 0
10px;"]
golem.de###gts-clip
tagesspiegel.de###hcf-ad-wrapper
winfuture.de###homepage_rectangle
boerse-online.de###hvb-homepage-integration-container
abendzeitung-muenchen.de###id_b4d8cd00_27fb_44bc_b42b_899b5b4cfccb
computerfrage.net###im-mediumRectangle
sueddeutsche.de###iqd_mainAd
urbia.de###latest-cis
geliebte-katze.de###leaderboard
markt.merkur.de###markt_expose_afc_leftAboveSimilar
markt.merkur.de###markt_expose_afc_leftBelowSimilar
n-tv.de###medrect
gmx.net,web.de###middle-container
prosieben.de,prosiebenmaxx.de,sixx.de###modal-overlay
express.de###nativendo-oms-infeed
cicero.de###page-banner
spielaffe.de###partner_container_body
physio-deutschland.de###partners-right
rtl.de,vox.de###pl_playerBreakAd
sat1.de###playerWrapperOuter + #modal-overlay
selbst.de###plista
extreme.pcgameshardware.de,forum.pcgames.de###post_rec
seatforum.de###posts > ins[id^="AABI-"]
win-8-forum.net###posts > li.postbit:not([id])
abnehmen.com###posts > li.postbitlegacy.postcontainer.old:not([id^="post_"])
board.gulli.com###posts > li.postbitlegacy:not([id^="post_"]):not([class*="old"])
win-10-forum.de###posts > li.postcontainer.nointelliTXT:not([id^="post_"])
seatforum.de###posts > li:not([id]).postcontainer
computerbase.de,tuning-fans.de,usp-forum.de###posts > li[id^="yui-gen"]
golem.de###pricehits
buffed.de###pricehitsTextTeaser
hilfdirselbst.ch###r230
hilfdirselbst.ch###r231
spiele-umsonst.de###right_side > .main_gamebox_mid2
pcgames.de###saturn_teaser
heilpraxisnet.de###secondary
edmontonjournal.com###section_2 + .pm_layouts_news_ticker
xbox-passion.de###sidebar > #rectangle
autobild.de###skyscraper
med1.de###sl > #w_m
spiegel.de###spRecommendations
win-8-forum.net###superbanner
computerbild.de###teaser_right > div.labeling
computerbild.de###teaser_right > section.teaserblock.labeling
kratzbaum-tests.com###text-15:nth-child(4)
kratzbaum-tests.com###text-9:first-child
willhaben.at###topbanner
businessinsider.de###vendor_1
apfeleimer.de###wbounce-modal
tweakpc.de###wpl
tweakpc.de###wpr
onvista.de##.CONTENT_AD
chip.de##.DirectDeal
onvista.de##.NEWS_TEASERBOX.ARTIKEL:not([id])
chip.de##.NewsArticle__SponsoredLinks
faz.net##.Teaser620 > .job-empfehlungen
feelgreen.de##.Tsib > aside > div[data-mm^="zid="]
chip.de##.WidgetBC-Content.WidgetBC
praxistipps.chip.de##.WidgetDsl
pasta-selber-machen.de##.aawp-widget
usp-forum.de,win-10-forum.de##.above_header
winfuture.de##.acceptable_ad
thueringen24.de,pfaffenhofen-today.de,holidaycheck.de,berlin.de,fuw.ch,allgemeine-
zeitung.de,schlaukopf.de,schwarzwaelder-bote.de,aachener-
zeitung.de,hamburg.de,sat1.de,abendzeitung-muenchen.de,dfb.de,gamestar.hu,ikz-
online.de,nrz.de,stimme.de,waz.de,wiesbadener-kurier.de,wiesbadener-
tagblatt.de,wp.de,wr.de##.ad
medizin-und-technik.industrie.de##.ad-disclaimer + div[style*="width: 300px;
height: 250px;"]
utopia.de##.ad-intern
bild.de##.ad-mark
ffh.de##.adLayerRectangle
focus.de##.adMarkerBlock
abnehmen.com,seatforum.de##.ad_marker
spiegel.de##.adition
weser-kurier.de##.adobj
techbook.de##.ads
radiohamburg.de##.ads-rectangle
fcn.de##.ads:not([class^="ads small-block-grid-"])
hl-live.de,chinamobilemag.de,focus.de,pcwelt.de##.adsbygoogle
tvspielfilm.de##.adsd_rectangle
eatsmarter.de##.adsense
polizeinews.ch##.adv_middle
tvspielfilm.de##.advertising-box
radiohamburg.de##.afs_ads
buffed.de,pcgames.de##.amazonVideoTeaser
winfuture.de##.amazon_widget_w660
linuxundich.de##.anzbfdcwuie
stern.de##.anzeige-inner
oeffnungszeitenbuch.de##.anzeigenlabel
augsburger-allgemeine.de##.article > .articleBottomSocialshareprivacy + .doNotPrint
bz-berlin.de##.article-bcode-medium-rectangle
bz-berlin.de##.article-bcode-medium-rectangle-bottom
catplus.de##.asa_async_container
mobiflip.de##.asadivmain
augsburger-allgemeine.de##.aside > .hide + div[style*="background-color: none;"]
[style*="height:135px;"]
deavita.com,n-
land.de,prospektangebote.de,bonedo.de,mallorcamagazin.com,tageskarte.io,piste.de,ru
hrnachrichten.de,spielspiele.de,1001spiele.at,bundesliga.de,lbb.de##.banner
simtimes.de##.banner-end-news
mein-gartenbuch.de##.banner_content_single
bildspielt.de##.banner_middle
pfaffenhofen-today.de,berlindailysun.com##.bannergroup
pcgames.de##.battlefieldOneTeaser
zombicide.de##.bbp-body > [style^="text-align:"]
babycenter.de##.bcAd
derwesten.de##.block-header--banner
extreme.pcgameshardware.de##.body_wrapper > div >
a[href*="&utm_content=forumbanner"]
winsoftware.de##.box300ad
tagesanzeiger.ch##.boxExclusiv.ad
klamm.de##.centerX > a > img[style]
lecker.de##.col-3.aside > .teaser--full-1col:nth-child(-n+7)
lecker.de##.col-3.aside > h2:nth-child(3)
lecker.de##.col-3.aside > section:nth-child(-n+2)
praktikumsstellen.de##.col-9-12 > .teaserLine:not(.stelle_P)
tobax2.at.ua##.column-right-outer
motor-talk.de##.commentlist > .listheader
giga.de##.content > p[style$="text-align: center;"]
frustfrei-lernen.de##.contentBody > div:first-child:not([class])
tvspielfilm.de##.desktop_banner_any
gartensaison.de##.desktopadd
pcgames.de##.dishonored2Teaser
berliner-zeitung.de,express.de,mopo.de,mz-web.de##.dm_ad
express.de##.dm_ta300x-- > a[target$="_blank"]
ksta.de,mopo.de##.dm_ta300x300_html
pc-special.net##.dpAd
seatforum.de##.ebayitems
catplus.de##.entry-content > .catplus-content
borncity.com##.entry-content > div[style*="px 0"][style*="center;"]
dwdl.de##.eyecatcher
willhaben.at##.fakeAdLiElement
seatforum.de##.ffwidget_sidebar
sueddeutsche.de##.flexible-teaser--ad
extreme.pcgameshardware.de##.floatcontainer.doc_header#header
bmw-syndikat.de##.forum_show_main_banner_left
newsbloggers.ch##.g-single > a[style^="display: block;"] > img
mein-schoener-garten.de##.google-adsense-ad
wieistmeineip.ch,wieistmeineip.at,wieistmeineip.de##.google-adsense-label
elektriker.org##.google-dfp
pcwelt.de##.google-wrapper
n-tv.de,stern.de##.gujAd
mobilegeeks.de##.ha-header > div[style="background:#000000;"]
handelsblatt.com##.hcf-ad-rectangle
wiwo.de##.hcf-ad-superbanner
weser-kurier.de##.header_content > .billboard
kreiszeitung.de,oktoberfest-live.de##.id-Container-headline--proBEEP
ovb-online.de##.id-Teaser-el--blockStyle--stCnt--picture
pcwelt.de##.idgAmazonTextV2
pcwelt.de##.idgAmazonTextV2 + .linkdb-marker
computerwoche.de##.idgContentListExtendableCommercial
operationauge.de##.inPageAdd300x250-wrapper
pc-magazin.de##.inline_amazon
pcgameshardware.de##.innerArticleModule.ghapi
general-anzeiger-bonn.de##.is-content-ad
chinamobilemag.de##.ja-promo-bar
cdu-austritt.jimdo.com##.jtpl-section-aside
prosieben.de,prosiebenmaxx.de,ran.de,sat1.de,the-voice-of-
germany.de,wetter.com##.k-media-container div[class^="k-ad-"]
bier.de,allgaeuhit.de##.leaderboard
spiele-umsonst.de##.left > div.right[style$="351px;"]
derwesten.de##.madvertise
hifitest.de##.mainContent > .marginBottom30
flashx.tv##.main_box_right > .box_wrap
vanion.eu##.main_inner > div#leaderboard
vanion.eu##.main_inner > div.skyscraper
pc-special.net##.marginTop:not([id]) > article[id^="wcf"]
oe24.at##.marker.ads
focus.de##.marketingbox
zuhause.de##.med_anz
allgaeuhit.de##.medium_rec_in
pcmastersforum.de##.menu_left_box > .download-box > .banner
pcmastersforum.de##.menu_left_box > .download-box > .header:first-child
meinpassat.de##.messageBody div[style*="left;"]:first-of-type
meinpassat.de##.messageList > li.marginTop:not([id])
digital-eliteboard.com##.messageList > li[class="message"]:not([id]):not([data-
author])
coding-board.de##.messageList li[data-author="coding-board"][data-author-
id="19792"]
transfermarkt.de##.mobile-werbung-inrow
gartensaison.de##.mobileadd
tichyseinblick.de##.mod-cad2
deutscherskiverband.de##.modul-dsv-banner
spielen.de##.mtAd
windowscentral.com##.netshelter-ad
fussball.de##.news-teaser-banner
allgaeuhit.de##.newsshow_banner_bottom
zeit.de##.nextread-advertisement
pz-news.de##.nfy-ts-ads
weser-kurier.de##.nfyc_advert_info
frustfrei-lernen.de##.noContentBannerAd
gartendatenbank.de##.noprint
coding-board.de##.pageContent > center > span[style="font-size: 10px"]
selbst.de##.panel-col > .panel-pane[style^="display: none"] + .panel-separator
computerbild.de##.partner
bild.de##.partnerfont
autobild.de##.partnerlabel
bundesliga.de##.partnerlist
kn-online.de,ln-online.de,maz-online.de##.pda-addart
kn-online.de##.pda-includeurl > div.included-uri
pcmastersforum.de##.postcontent > div[style$="right;"]:first-child
avensis-forum.de,ford-forum.de,skodacommunity.de,toyota-forum.de##.primaryContent >
.signatureAdBot
radiobielefeld.de##.rectright[style*="268px"]
deine-tierwelt.de##.resultslist-content .row.external-content-container
np-coburg.de##.right.group#internbox
gamesworld.de##.rightWing
tvspielfilm.de##.rotationblock
rtl.de,vox.de##.rtli-master-ad
rtl.de,vox.de##.rtli-master-octopus
tichyseinblick.de##.rty-block-plista
videogameszone.de##.saturn_katalog
stern.de##.sb-ad
windows-7-forum.net##.section.funbox
weser-kurier.de##.servicebox-ns
forum.digitalfernsehen.de##.sharePage + div:not([id]):not([class]):not([style])
pcgameshardware.de##.shopLinkButtonsWrapper
pcgames.de##.shopLinkFrame
elektriker.org##.show-for-large-up > div[style*="; border-top"]
1erforum.de,avensis-forum.de,ford-forum.de,skodacommunity.de,toyota-
forum.de##.sidebar > .section.funbox
forum.digitalfernsehen.de##.sidebar > div:not([id]):not([class]):not([style]):nth-
child(2)
abendzeitung-muenchen.de##.sidebar > div[style$="text-align: center; "]
wiesentbote.de##.sidebar-content > div#advanced_text-5
desired.de,t-online.de##.sky_anz
wetter.com##.slideout-panel > div[class="app-layout pb--"]
simtimes.de##.specialad
4players.de##.spielefresser
fussball.de##.sponsor
n24.de##.t_025.promotion
frustfrei-lernen.de##.tandem_top
linuxundich.de##.td-ss-main-sidebar
> .td_block_wrap.td_block_text_with_title.td_block_widget
arcor.de##.teasBox:nth-last-child(5)
java-programmieren.com##.teaser
rtl2.de##.teaser--medrec
hamburger-wochenblatt.de##.teaserBox[id^="4460"]
computerbild.de##.teaserblock.kaufenteaser
autobild.de##.teaserbox.rectangle
t3n.de##.tg-articletype-sponsored-post
forum.digitalfernsehen.de##.titleBar + div:not([id]):not([class]):not([style])
willhaben.at##.topAdsBox
gamona.de##.topdeals
winfuture.de##.topnews > div[class^="news"] + div + script + iframe[width="660"]
tagesspiegel.de##.ts-ad
anonymousnews.ru##.vc_row.wpb_row.td-pb-row.td-ss-row > .td-pb-span4
micky-maus.de##.vcadteaser
freenet.de##.veeseoRUN
handelsblatt.com##.vhb-serviceoffer
sixx.de##.view-adsbygoogle
spiele-umsonst.de##.viewmain > #pictureperfect
chip.de##.vjs-relatedteaser
wohnwagen-forum.de,med1.de,extrem-
bodybuilding.de,clashroyaleforum.de,clashofclansforum.de,forum.pocketnavigation.de,
pff.de,dogforum.de##.wcfAdLocation
all-in.de##.werb
gaeubote.de##.werbung_oben_rechts
rheinneckarblog.de##.widefat
wieistmeineip.ch,wieistmeineip.at,wieistmeineip.de##.wimip-googleads-container
winfuture.de##.ws_contentAd660
meaningsan.com##.ya3
zeitung.de##.zeitu-nach-dem-inhalt
/commoncfm/images/microsoftxboxone/$domain=buffed.de|gamesaktuell.de|gamezone.de|
pcgames.de|videogameszone.de
maz-online.de##[data-module$="halfpagead"]
fifa4life-forum.de##[id^="naMediaAd_"]
glamour.de##a[data-custom-tracking*="track.adform.net"]
anonymousnews.ru##a[href*="kopp-verlag.de/cgi/wsaffil/wsaffil.cgi?act=callshop"] >
img[class^="td-animation-"]
mathematik-wissen.de##a[href="http://fabalista.com/landingpage/"]
zuhause.de##a[href="http://www.diy-academy.eu/"]
bild.de##a[href^="/spiele/casino-spiele"] > img
goldesel.to##a[href^="apps/windows/"] > img
general-anzeiger-bonn.de##a[href^="http://a.twiago.com/adnoclick.php"]
chip.de##a[href^="http://adx.chip.de/www/delivery/ck.php"]
del.org##a[href^="http://aus.laola1.tv/RealMedia/ads"]
glamour.de##a[href^="http://bit.ly"][class^="teaser"]
t-online.de##a[href^="http://im.banner.t-online.de/adlink"]
kn-online.de##a[href^="http://partner.gewinnspiele.de/"]
winfuture.de##a[href^="http://partners.webmasterplan.com"]
auto-motor-und-sport.de##a[href^="http://www.leserumfragen.de/ams/"]
chip.de##a[href^="https://www.bestcheck.de"][href*="utm_campaign"]
foerderland.de##a[href^="https://www.weka.de/mediadaten/portale/foerderland-de/"]
delamar.de##a[onclick^="_gaq.push("]
express.de##article[data-title$="Anzeige"]
haustiermagazin.com##aside > #text-16:nth-child(2)
mein-gartenbuch.de##aside#text-16
praxistipps.chip.de##aside.Vouchers
mytopdeals.net##aside[class$="adsense-widget"]
pz-news.de##aside[class*="adslider"]
pz-news.de##aside[class*="nfy-ads"]
pz-news.de##aside[class*="nfy-merge-marked"]:not(.nfy-sebox-voting)
garten-landschaft.de##aside[id*="adrotate"]
hardwareluxx.de##aside[id^="rec"]
firetv-blog.de##aside[id^="text-"][class="widget widget_text"]
t3n.de##aside[role$="complementary"]
forum.digitalfernsehen.de##blockquote.messageText >
div:not([id]):not([class]):not([style]):first-child
spieletipps.de##body #rectangleRgt
hamburger-wochenblatt.de##body > .adLeaderboard
mathe-lexikon.at##body > div#lb
apfeleimer.de##body > div.ftr
computerbild.de##body > div[id][style^="z-index:"]
kabeleins.de,prosieben.de,prosiebenmaxx.de,ran.de,sat1.de,sat1gold.de,sixx.de,the-
voice-of-germany.de,wetter.com##body.is_video > #modal-overlay
hallo-eltern.de##div#wunsch1.home_block.mobile-hide[style="background-
color:#ffffff; padding-bottom=20px; border: 1px solid #f5a922;"]
spiegel.de##div.adition ~ div[class]:not([data-position]):not([itemscope]) > div
> :not(div)[id][class]
vox.de##div:not(.voxde-masonry) > .voxde-medium-rectangle
chip.de##div[class$="NewsArticle__Widget unknown-widget"]
zuhause.de##div[class$="Thpx270"]
wanted.de##div[class$="Tts Tadha Twpx300 Thpx600"]
wanted.de##div[class$="Tts Tmc0v Twpx300 Thpx250"]
poki.de##div[class$="ad-loading"]
gamestar.de##div[class$="ads_outer"]
apotheken-umschau.de##div[class$="advertMedRec visibleAd"]
nuernberg.de##div[class$="box col-island-ad"]
general-anzeiger-bonn.de##div[class$="box teaserbanner"]
krone.at##div[class$="c_widescreen_teaser_2x4"]
metal-hammer.de##div[class$="grid-box-optional_ad"]
bluewin.ch##div[class$="mod modDirectTo logos"]
winfuture.de##div[class$="p_widget nointelliTXT"]
windows-7-forum.net##div[class$="section funbox"]
lokalkompass.de##div[class$="teaserBox left"]
lokalkompass.de##div[class$="teaserBox right"]
jetztspielen.de##div[class*="advert"]
wired.de##div[class*="featured-advertise"]
isnichwahr.de##div[class*="simpleads-ad-"]
lokalklick.eu##div[class="rt-grid-3 sidebar-right"]
regensburg-digital.de##div[class="uk-panel uk-panel-box widget_text"]
meaningsan.com##div[class^="abc"]
allgemeine-zeitung.de##div[class^="ad adsense"]
zulu-spiele.de##div[class^="ad_outside"]
mathelounge.de##div[class^="adholder"]
hifitest.de##div[class^="adl-"]
informationsarchiv.net##div[class^="ads_"]
playfront.de##div[class^="asa2_"]
mobiflip.de##div[class^="asadiviframe"]
ksta.de##div[class^="dm_ad"]
handelsblatt.com##div[class^="hcf-ad-"]
eltern.de##div[class^="m-ad-"]
meinestadt.de##div[class^="ms-ad"]
metal-hammer.de,musikexpress.de##div[class^="ph-ad"]
refrago.de##div[class^="placeholderAdBox"]
computerbild.de##div[class^="teaser_rr javascript"]
delamar.de##div[class^="wk wk_"]
arcor.de##div[data-ad-unit-path]
fussball.de##div[data-ad]
merkur.de##div[data-vr-zone="Billboard-Ad"]
merkur.de##div[data-vr-zone="Flexboard-Ad"]
bild.de##div[data-vr-zone="tr-stoerer-auto-erotik"]
spieletipps.de##div[id$="rectangleRgt"]
np-coburg.de##div[id*="_werb"]
helles-koepfchen.de##div[id^="Superbanner"]
freenet.de##div[id^="adBox"]
studienwahl.de##div[id^="ad_"]
bluewin.ch##div[id^="ad_medium"]
schnelle-online.info##div[id^="adright"]
aftvhacks.de##div[id^="advads_ad_widget"]
spielaffe.de##div[id^="app_advertising"]
welt.de##div[id^="banner_"]
chip.de##div[id^="contentad-"]
chip.de##div[id^="contentad-"] + .mt-xs
abnehmen.com,gulli.com##div[id^="crt-"]
bmw-syndikat.de##div[id^="div-dfp-"]
deskmodder.de##div[id^="google"][class^="post"]
med1.de##div[id^="imAd_"]
sueddeutsche.de##div[id^="iqad"]
meinestadt.de##div[id^="ms_ad_wrapper_"]
meinestadt.de##div[id^="ms_adsense"]
ghacks.net##div[id^="pgloggedouttext-"]
edmontonjournal.com##div[id^="pn_dfpad-"]
gofeminin.de##div[id^="sas_"][id$="_wrapper"]
all-in.de##div[id^="tplident"]
tvspielfilm.de##div[id^="wallpaper"]
transfermarkt.de##div[id^="werbung_"]
hamburger-wochenblatt.de##div[id^="yield_gpt_"]
all-in.de##div[onclick^="javascript:window.location.href='"][class$="specbox"]
rund-ums-baby.de##div[style="position:absolute; z-index:1; left:26px; width:898px;
background-color:#f6f5f3;"]
mein-gartenbuch.de##div[style^="margin: 20px auto 10px"]
hl-live.de##div[width="828"][height="90"]
foerderland.de#footerFlyout
t-online.de##form[action="http://im.banner.t-online.de/"]
t3n.de##iframe[class*="hb-large"]
mathebibel.de##iframe[id^="ylt-"]
druckerchannel.de##iframe[name^="DC_IFRAME_AD"]
rebuy.de##iframe[src^="//partners.webmasterplan.com"]
bild.de##img[alt$="Skoobe "]
regensburg-digital.de##img[alt$="_werbung"]
pz-news.de##img[data-src^="/pu_pz/scripts/holder.js"]
computerbild.de##img[height="250"][width="1000"]
zuhause.de##img[height="46"][width="606"]
bild.de##img[usemap$="#ConnectMap"]
hl-live.de##img[width="160"][height="240"]
spiele.woxikon.de##ins[id^="aswift_"]
elderscrollsportal.de,netzwelt.de##li.message:not([id^="post-"])
cosmopolitan.de##li[class*="tsr anzeige"]
zeit.de##li[data-label$="Anzeige"]
tagesanzeiger.ch##p[class$="adsTitle"]
mobil.teltarif.de##p[class] + div[style^="margin:"] > div.tgtLink
mobil.teltarif.de##p[class] + div[style^="margin:"] > i
micky-maus.de##p[class^="anzeige"]
sat1.de##section.box[data-track*="cont:Sales"]
bravo.de##section[class*="teaserAd"]
schwaebische.de##section[class^="advertorialBox"]
frustfrei-lernen.de##span.contentlabel
tagesanzeiger.ch##span[class$="labelAd"]
heilpraxisnet.de##span[style="font-family: Verdana, sans-serif;"]
tobax2.at.ua##span[style="font-weight: bold;"]
rechneronline.de##td > div[style="font-size:10px;margin-top:1px"]
computerhilfen.de##tr > td[class="mesind_topiclist1"]
||0rechner.de/racresmur/
||abpxy.p7s1dns.net^$domain=prosiebenmaxx.de
||ad-js.chip.de/js/chip/
||allgaeuhit.de/wb_code.php?wbid=*&url=
||assets.wallstreet-online.de/_media/5688/degiro-300x50.gif
||berlindailysun.com/images/banners/
||bilder.bild.de/fotos/bild-connect-47806954/Bild/2.bild.jpg
||boerse-online.de/Images/b_partner/
||c.df-srv.de/ihb.js
||cdnb.allaboutvision.com/i/slug-ad
||digital-eliteboard.com/images/scout.gif
||focus.de/fol/multimedia/finanzende/*sidebar
||kopp-verlag.de/*banners^$third-party
||lotto-hh.de/partnerintegration^
||magine.com/de/promotions/_banners/$third-party
||marktforschung.de/fileadmin/user_upload/Banner_
||mobilfunk-talk.de/news/wp-content/uploads/*/gmx-banner
||nuggad.net^$domain=sat1.de
||onvista.de/as/ab_campaign
||p7s1digital.de/vod/2.0/progressive/*/x.mp4?
||partner.gewinnspiele.de^
||physio-deutschland.de/uploads/tx_macinabanners/
||puls4.com/win2day/
||quoka.de/fifligatus.php^
||spieletipps.de/spx
||tagesanzeiger.ch/sl/teaser/cached/front/ads
||tagesanzeiger.ch/teaser.php
||thinkpad-forum.de/banner/$image
||tweakpc.de/wpimages/drobo_background.jpg
||uberflieger.de/*/adspeed.js
||vetalio.de/partner/$domain=chip.de
||video.n-tv.de/abr/*/opener*.mp4
||videoplaza1.tv/proxy/^$domain=tv4play.se
||wetteronline.de/dr/*/css/p_*.css
||wetteronline.de/dr/*/css/www.csss
||widgets.outbrain.com/outbrain.js$domain=chip.de
||widgets.outbrain.com/outbrain.js$domain=netzwelt.de
||widgets.outbrain.com/outbrain.js$domain=winfuture.de
||winfuture.de/css/images/
bild.de##a[class$="mark"]
bild.de##div[class$="rectangle ad-mark"]
bild.de##div[data-mark$="Anzeige"]
bild.de##img[alt$="Horoskop bei Bild "]
bild.de##img[alt$="Mobile.de "]
bild.de##img[alt$="Railnation "]
gamezone.de##a[href="/microsoftxboxone/"]
||infranken.de/*/AdDeveloper*.php?
pcgames.de,pcgameshardware.de###paperchase
pcgameshardware.de###plakatinhalttag_1
pcgameshardware.de###plakatinhalttag_2
pcgames.de,pcgameshardware.de###pricehitsTextTeaser
pcgameshardware.de##.contentFrameEddie
videogameszone.de,gamesaktuell.de,pcgameshardware.de##.topFrameEddie
futurezone.at##div[class*="karriereat"]
||durchblicker.at/iframes^$third-party
merkur.de##.id-Container--promotion
merkur.de##.id-Teaser-el--promotion
fr-online.de##.ad-location-container
wetter24.de###ads_placeholder
tz.de##div[class*="id-Container--promo"]
||dlh.net/brandings/
welt.de##div[class^="bitextanz"]
spiegel.de##div#spOasTop + div[class] > div[id] > img
spiegel.de##div#wrapper > div#spColumnAd + div[id][class] > img
dvdschnaeppchen.de###myatu_bgm_img_group
arcor.de##a[href$="https://zuhauseplus.vodafone.de/dsl/zuhause-m.html"]
||pcgames.de/tsimg/432132/gamesbusiness_promobox_300x150px.gif
notebooksbilliger.de##.banner_top
sport.de##.related > div[style="width:300px;height:510px;"]
nordbayern.de##div[id*="-web-ad-"]
netmoms.de##.advertised-teaser
netmoms.de##.partnerbox.sponsorbox
freundin.de##a[href*="sponsored-post"]
freundin.de##a[href^="http://www.ebalance.de/?"]
||freundin.de/*-widecolBanner-
gamestar.de##.centeredDiv > div[id][style*="inline-block"]
||sky.de/web/cms/static/img/595x80_
gta-5-forum.de###mpu
||teccentral.de/images/tec/entertainment.png$domain=gta-5-forum.de
pcwelt.de##.idgGoogleAdTag
syfy.de###block-block-2 p[style="text-align: right; margin: 0; width: 305px;"]
syfy.com##.tile--ad
allaboutsamsung.de##div[style="width:300px;min-height:250px;padding-
bottom:4px;padding-top:4px;"]
sky.de##div[class*="banner300"]
sky.de##div[id^="werbung"]
! vip.de
vip.de##.vip-medium-rectangle.rtli-mr-large
vip.de##.vip-medium-rectangle.teaser_item
vip.de##.vip-teaser.large
sat1.de##a[href="http://www.sat1.de/service/warum-werbung"]
stern.de##.aqFeZjmy
stern.de##.xbCiOLzG
||stern.de/faibl_adblocker_detector/
||stern.de/media/flash/brightcove-plugins/homad/
southpark.de##div[style*="background:
url('/layout/common/img/geoblock/background.png')"]
spiegel.de##img[src^="http://adserv."]
amica.de###teasBoxfwid18 > div.pd-b15
amica.de###teasBoxfwid19 > div.pd-b15
amica.de##.mg-l1.pd-l19
abendzeitung-muenchen.de###id_207f662e_7487_4dc7_87f8_ae31d2603810
abendzeitung-muenchen.de###id_423d7455_84ab_4957_ba5a_82b83784f89d
abendzeitung-muenchen.de##.AnzeigenHead
||millionenchance.de/externalWidget/$domain=abendzeitung-muenchen.de
bbv-net.de##.adtext
merkur-online.de##.id-Container--promotion
frag-mutti.de,suedkurier.de,fr.de,jeversches-wochenblatt.de##.superbanner
jeversches-wochenblatt.de##style[style="font-size:9px;color:#2b2b2b;"]
svz.de##.ext-content.hidden-phone
waz-online.de##.pda-ad-dart
waz-online.de##.pda-adhead
mz-web.de##.ad-location-container
westfalen-blatt.de##div[style="margin-top: 30px; padding: 5px 0 5px 0; text-align:
center; background-color: #f2f2f2"]
bodensee-woche.de##span.anzeigehinweis
tvtoday.de##a[href^="https://www.vicampo.de/"]
||snacktv.de/snacktag/snacktag.js$domain=tvtoday.de
bild.de##div[data-vr-zone^="tb-1414"]
computerbild.de###mailderrteaser
morgenpost.de###hsmrect01
morgenpost.de##.grid_4.alpha
||morgenpost.de/bin/src-115530370.png
augsburger-allgemeine.de##div.anzeige_box
onlinenewspapers.com##p.ad
tvdigital.de##span.ad
westline.de##div[class^="anzeige"]
gamona.de##.werbung ._container ~ .ad-label
||static.focus.de/fol/multimedia/pkv_rechner/$third-party
tvtoday.de###Netflix
energy.de##.adverttitle
weltderwunder.de##div[class^="adHint"]
freshideen.com##div[class^="adHolder"]
tvspielfilm.de##div[class^="netflix"]
ratgeber-geld.de###main-container .dp_header[align="center"]
operation-augen.de##.wpb_content_element > .wpb_wrapper.vc_figure
t-online.de##.Tcngstrlogo
deutsche-porn.com##.ads
b4bschwaben.de##.nfy-adbanner-revive
ruhr24.de,wetterauer-zeitung.de,giessener-allgemeine.de,fr.de,wlz-online.de,da-
imnetz.de,hallo-muenchen.de,nordbuzz.de,werra-rundschau.de,extratipp.com,soester-
anzeiger.de,lokalo24.de,heidelberg24.de,kreiszeitung.de,op-
online.de,tz.de,hersfelder-zeitung.de,hna.de,merkur.de,mannheim24.de##div[data-id-
advertdfpconf]
wallstreet-online.de##body > #siteteaser
wallstreet-online.de##.newsFlagSlider
wallstreet-online.de###mooTickerContainer
l-iz.de##.liz-banner-content
l-iz.de##.sidebar_list > #text-10
l-iz.de##.sidebar_list > #text-2
l-iz.de##.sidebar_list > #text-11
l-iz.de##.sidebar_list > #text-64
5min.at##.anzeige_footer
5min.at###google_ad_footer
5min.at##div[class^="frontpage_ad_"]
az-online.de##div[data-id-advertdfpconf]
winfuture-forum.de##.ExtraPostBlock > div[class$="post_block hentry clear"]
extra-radio.de##.bc_right div.box_right:last-child
volksstimme.de##.ph-ah-ad-icon
deutschland-in-zahlen.de##.werbung_oben
deutschland-in-zahlen.de##.werbung_oben +
div[style="position:absolute;top:15px;left:2px"]
deutschland-in-zahlen.de##div[style*="font-size:10px;margin-top:1px"]
vwcorrado.de##div[id^="edit"] > div.vbmenu_popup + table[style="margin-top:6px;"]
transfermarkt.de##div[style="margin-top:20px;"] > div.fl
autobild.de##.rectangle
autobild.de##.partnerlabel
||img.derwesten.de/img/incoming/*-315x80.jpg^
||img.derwesten.de/img/*-140x53.jpg^
||img.derwesten.de/img/incoming/*-315x80-$image
tagesspiegel.de###urban-teaser1
!-------------------------------------------------------------------------------!
!------------------ Content replacement rules ----------------------------------!
!-------------------------------------------------------------------------------!
!
! The content replacement rules
!
! Glomex video ads -
kabeleins.de,prosieben.de,prosiebenmaxx.de,ran.de,sat1.de,sat1gold.de,sixx.de,the-
voice-of-germany.de,wetter.com
! https://github.com/AdguardTeam/AdguardFilters/issues/21525
! https://github.com/AdguardTeam/AdguardFilters/issues/21494
! https://github.com/AdguardTeam/AdguardFilters/issues/20595
! https://forum.adguard.com/index.php?threads/prosieben-de.20468/
! https://forum.adguard.com/index.php?threads/resolved-wetter-com.17669/
! https://forum.adguard.com/index.php?threads/ads-on-kabeleins-de-tv.23357/
! wetter.com has different script than websites above
!
! https://github.com/AdguardTeam/AdguardFilters/issues/65811
! https://github.com/AdguardTeam/AdguardFilters/issues/64743
! https://github.com/AdguardTeam/AdguardFilters/issues/48581
! https://github.com/AdguardTeam/AdguardFilters/issues/31669
! https://github.com/AdguardTeam/AdguardFilters/issues/31668
! https://github.com/AdguardTeam/AdguardFilters/issues/31667
! https://github.com/AdguardTeam/AdguardFilters/issues/63444
! https://github.com/AdguardTeam/AdguardFilters/issues/31666
! https://github.com/AdguardTeam/AdguardFilters/issues/29816
! https://github.com/AdguardTeam/AdguardFilters/issues/14897
! https://github.com/AdguardTeam/AdguardFilters/issues/9237
! https://github.com/AdguardTeam/AdguardFilters/issues/7551
! https://forum.adguard.com/index.php?threads/resolved-chip-de-chrome-
extension.23472/
! comedycentral.tv
! https://github.com/AdguardTeam/AdguardFilters/issues/2304
! autobild.de
! huffingtonpost.de
! n24.de
! gamesaktuell.de
! videogameszone.de
! 4players.de
! pcgames.de
! pcgameshardware.de
! sueddeutsche.de
! vox.de
! gmx.net
! web.de
! http://forum.adguard.com/showthread.php?8979
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1344
! http://forum.adguard.com/showthread.php?8784
! http://forum.adguard.com/showthread.php?7285
! https://github.com/AdguardTeam/AdguardFilters/issues/3094
! winfuture.de
! canalplus.fr
! chip.de
! tvnow.de
! https://github.com/AdguardTeam/AdguardFilters/issues/3012
! t-online.de
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1774
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1812
!
!
!
! https://forum.adguard.com/index.php?threads/10477/
!
! https://forum.adguard.com/index.php?threads/7957/
@@||cdn.videoplaza.tv/contrib/de-ipd/svm/homadConfigVideoplaza-wetter.json
!---------------------------------------------------------------------------!
!------ White list. Fixing filtration errors (false-positive) --------------!
!---------------------------------------------------------------------------!
!
! White list. Fixing filtration errors (false-positive)
!
!###TEMPORARY###
!###############
!
! https://github.com/AdguardTeam/AdguardFilters/issues/64063
@@||c.amazon-adsystem.com/aax2/apstag.js$domain=fitforfun.de
@@||a.bf-ad.net/adengine/fff/adengine.js$domain=fitforfun.de
! https://github.com/AdguardTeam/AdguardFilters/issues/63806
cash.ch#@#.ad-enabled
! https://github.com/AdguardTeam/AdguardFilters/issues/63830
golem.de#@%#(function(b,d,e){function a(){}b={get:function(){return
a},set:a},d={};Object.defineProperties(d,
{spid_control_callback:b,content_control_callback:b,vid_control_callback:b});e=new
Proxy({},{get:function(a,c){switch(c){case "config":return d;case "_setSpKey":throw
Error();default:return a[c]}},set:function(a,c,b){switch(c){case "config":return!
0;case "bootstrap":case "mms":return a[c]=b,!0;default:throw
Error();}}});Object.defineProperty(window,"_sp_",{get:function(){return
e},set:a})})();
! https://github.com/AdguardTeam/AdguardFilters/issues/61906
chip.de#@%#(function(o){function a(a){return{get:function(){return
a},set:b}}function b(){}function c(){throw"Adguard: stopped a script
execution.";}var d={},e=a(function(a){a(!
1)}),f={},g=EventTarget.prototype.addEventListener;o(d,
{spid_control_callback:a(b),content_control_callback:a(b),vid_control_callback:a(b)
});o(f,{config:a(d),_setSpKey:
{get:c,set:c},checkState:e,isAdBlocking:e,getSafeUri:a(function(a){return
a}),pageChange:a(b),setupSmartBeacons:a(b)});Object.defineProperty(window,"_sp_",a(
f));EventTarget.prototype.addEventListener=function(a){"sp.blocking"!
=a&&"sp.not_blocking"!=a&&g.apply(this,arguments)}})(Object.defineProperties);
! saechsische.de - article hidden - https://www.saechsische.de/staatsanwalt-
gegenueber-rechten-befangen-5247375.html
saechsische.de#@?#article,div:-abp-has( > .article-fill__section > span:-abp-
contains(Anzeige))
! https://github.com/AdguardTeam/AdguardFilters/issues/57374
||movie-blog.org^$subdocument,domain=movie-blog.org,badfilter
! rtl.de - video not showing
@@||bilder-a.akamaihd.net/ip/js/ipdvdc/blockadblock.min.js$domain=rtl.de
! https://github.com/AdguardTeam/AdguardFilters/issues/53752
saechsische.de#@?#article,div:-abp-has(> .landingpage > span:-abp-
contains(Anzeige))
! https://github.com/AdguardTeam/AdguardFilters/issues/50079
krone.at#@#.ad-container
! https://github.com/AdguardTeam/AdguardFilters/issues/49853
buecher.de#@#.top-banners
! https://github.com/AdguardTeam/AdguardFilters/issues/49006
@@||prosiebengames.de/modules/custom/adspree_custom/js/colorbox.js
! https://github.com/AdguardTeam/AdguardFilters/issues/48701
@@||cdn.stroeerdigitalgroup.de/metatag/live/bauer-autozeitung/
metaTag.min.js$domain=autozeitung.de
! https://github.com/AdguardTeam/AdguardFilters/issues/48231
@@||shop.printweb.de/werbung^$domain=printweb.de
! yello.de - article broken
yello.de#@#.advertorial
! gamestar.de - video player is not loading
@@||c.amazon-adsystem.com/aax2/apstag.js$domain=gamestar.de
! broken video - https://github.com/AdguardTeam/AdguardFilters/issues/38126
@@||component-vvs.glomex.com/embed^$popup
! https://github.com/AdguardTeam/AdguardFilters/issues/42551
@@||cdnstatic.secure.spiegel.de/SP/*/grafik^
! https://github.com/AdguardTeam/AdguardFilters/issues/42130
nordbayern.de#@%#AG_abortInlineScript(/="h[\s\S]{0,5}[\s\S]*t[\s\S]*o[\s\S]*e[\s\
S]*\/[\s\S]{0,5}co[\s\S]{0,10}",/, 'window.Math');
! dr-gumpert.de - broken article layout
dr-gumpert.de#@#.adsbygoogle
! freundin.de - broken infinite scrolling
@@||freundin.de/?_wrapper_format=drupal_ajax&js=true
! https://github.com/AdguardTeam/AdguardFilters/issues/38173
email.t-online.de#@#.advertising
! https://github.com/AdguardTeam/AdguardFilters/issues/38848
@@||api.spendino.de/admanager^
! https://github.com/AdguardTeam/AdguardFilters/issues/37287
@@||st.wetteronline.de/dr/*/css/p_*.css
! https://github.com/AdguardTeam/AdguardFilters/issues/35504
@@||ad.doubleclick.net/ddm/pfadx^$domain=n-tv.de
@@||ad-ipd.sxp.smartclip.net/select^$domain=n-tv.de
! https://github.com/AdguardTeam/AdguardFilters/issues/36756
@@||openx.gamereactor.dk/www/delivery/fc.php?
script=bannerTypeHtml:vastInlineBannerTypeHtml:vastInlineHtml$domain=gamereactor.de
! epochtimes.de - broken video
@@||c.amazon-adsystem.com/aax2/apstag.js$domain=epochtimes.de
! joyn.de - video not playing
@@||yospace.com/csm/builder/*,proxy$domain=joyn.de
! https://github.com/AdguardTeam/AdguardFilters/issues/27368
@@||mediamarkt.de/*/shop^
! frag-mutti.de - missing article content
frag-mutti.de#@##top-banner
! kinopolis.de - self-promo blocked
@@||adspirit.de^$domain=kinopolis.de
! https://github.com/AdguardTeam/AdguardFilters/issues/28318
@@||ad.71i.de/somtag/loader/loader.js$domain=promipool.de
@@||ad.71i.de/somtag/config/promipoolde/default.js$domain=promipool.de
! spieletipps.de - broken text in article
spieletipps.de#@##leaderboard
! mz-web.de - broken player
@@||player.glomex.com/integration^
! https://github.com/AdguardTeam/AdguardFilters/issues/24240
@@||data.lidl.de^$jsinject
! https://github.com/AdguardTeam/AdguardFilters/issues/23380
@@||ib.adnxs.com/ptv$domain=tele5.de
@@||ad-ipd.sxp.smartclip.net/select$domain=tele5.de
! rheinischepostmediengruppe.de - broken banner at top
rheinischepostmediengruppe.de#@##banner_carousel
! https://github.com/AdguardTeam/AdguardFilters/issues/22185
! https://github.com/AdguardTeam/AdguardFilters/issues/22404
@@||catalog.mann-filter.com/media/werbebanner^
! https://github.com/AdguardTeam/AdguardFilters/issues/21934
@@||cdn.antenne.de/antenne-de/uploads^
! https://github.com/AdguardTeam/AdguardFilters/issues/21340
androidpit.de#@##ad-sticky-container
! https://github.com/AdguardTeam/AdguardFilters/issues/20330
@@||cdn.stroeerdigitalgroup.de/metatag/live/bauer-tvmovie/
metaTag.min.js$domain=tvmovie.de
! https://forum.adguard.com/index.php?threads/serienjunkies-de-broken.29145/
serienjunkies.de#@#.afs_ads
! https://github.com/AdguardTeam/AdguardFilters/issues/18077
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=20min.ch
! https://github.com/AdguardTeam/AdguardFilters/issues/18075
mytoys.de#@#iframe[width="300"][height="250"]
! https://github.com/AdguardTeam/AdguardFilters/issues/17480
sueddeutsche.de#@#.ad
! https://github.com/AdguardTeam/AdguardFilters/issues/10142
@@||partnerads.ysm.yahoo.com/ypa/?ct=*suchmaschine.com$domain=suchmaschine.com
! https://github.com/AdguardTeam/AdguardFilters/issues/10479
spiele-for-free.de#@#a[href^="http://wlx-secure.com/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/10104
@@||s.adadapter.netzathleten-media.de/*/naMediaAd.js$domain=wooco.de
wooco.de#@#.naMediaAd
! https://github.com/AdguardTeam/AdguardFilters/issues/7638
@@||pagead2.googlesyndication.com/pagead/js/r*/show_ads_impl.js$domain=autobild.de
! https://github.com/AdguardTeam/AdguardFilters/issues/7343
m.tvtoday.de#@#.banner-container
! https://github.com/AdguardTeam/AdguardFilters/issues/7214
@@||smartclip.net/?plc=$domain=energy.de
@@||smartclip.net/ads?type=$domain=energy.de
! https://forum.adguard.com/index.php?threads/25203/
islamische-zeitung.de#@#.sb-widget
! https://forum.adguard.com/index.php?threads/23770/
schogetten.de#@#.Werbung
! werbung.qs-optiker.de - site is broken
@@||werbung.qs-optiker.de^$domain=werbung.qs-optiker.de
! https://github.com/AdguardTeam/AdguardFilters/issues/5440
kachelmannwetter.com#@#iframe[width="300"][height="250"]
! https://forum.adguard.com/index.php?threads/21931/
@@||arkadiumhosted.com/API/$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/5075
@@||ww251.smartadserver.com/ac?nwid=*&siteid=$domain=transfermarkt.de
! https://forum.adguard.com/index.php?threads/browsergames-spielen-de.20358/
browsergames.spielen.de#@##gameimage
! https://github.com/AdguardTeam/AdguardFilters/issues/3506
kostenlose-online-rechner.de#@##advert1
kostenlose-online-rechner.de#@##advert2
! https://forum.adguard.com/index.php?threads/14135/
rtl.de#@#.rtlde-medium-rectangle
! https://github.com/AdguardTeam/ExperimentalFilter/issues/2081
@@||gntm.connect.prosieben.de^$generichide
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1648
@@||cdn.inside-handy.de/ih/top/
! http://forum.adguard.com/showthread.php?9165
@@||google-analytics.com/analytics.js^$domain=freshmilk.tv
! http://forum.adguard.com/showthread.php?9166
@@||assets.sport1.de/bundles/
@@||doubleclick.net^$domain=video.sport1.de
@@||nuggad.net^$domain=video.sport1.de
@@||ad.71i.de^$domain=video.sport1.de
! http://forum.adguard.com/showthread.php?8976
! for correct blocking ads on tv4play.se
@@||videoplaza1.tv/proxy/as3_vp_player-ku
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1395
@@||lotto-bw.de^$jsinject
! http://forum.adguard.com/showthread.php?8387
@@||lustich.de.adadapter.netzathleten-media.de/API-1.0/*/
naMediaAd.js$domain=lustich.de
! http://forum.adguard.com/showthread.php?7970
@@||toggo.de/module/catchup/admeta.php
! rtl.de - broken player
@@||cdn.videoplaza.tv/contrib/de-ipd/svm/homadConfigVideoplaza-
rtl.json$domain=rtl.de
! http://forum.adguard.com/showthread.php?8058
@@||smartadserver.com/ac?$domain=bildderfrau.de
! http://forum.adguard.com/showthread.php?8061
@@||spiele.rtl.de/landingpage/index/$document
! http://forum.adguard.com/showthread.php?6081
@@||ad.71i.de^$domain=prosieben.de
! http://forum.adguard.com/showthread.php?2874-servustv-com-(google-chrome-firefox)
@@||ad3.adfarm1.adition.com^$domain=servustv.com,other
! https://github.com/AdguardTeam/AdguardFilters/issues/3346
@@||api.ebay-kleinanzeigen.de/api/ads/
!-------------- Easylist Germany rules -------------------------------------!
&werbemittel=
-werb_hori.
-werb_vert.
-werbebanner.
.at/ads/
.at/werbung/
.com/de/ad/
.com/werbung_
.de.be/zzz/$script
.de.ms/zzz/$script
.de.vu/zzz/$script
.de/ads/$~xmlhttprequest
.de/ads?
.de/ads_
.de/werb/
.de/werbung/
.net/werbung/
.org/werbung/
.to/werbung/
/_werbung/*
/aaa-werbung/*
/ad-rahmen-
/ad/anzeige_
/banner125werbung.
/banner_quartermedia.
/banner_woomws.
/bannerwerbung-
/bilder/ads/*
/bilder/werbung_
/buchreklame.
/cms/werbung/*
/dateien/ads/*
/defaultwerbung/*
/ec_adalt.
/ec_adalt/*
/ec_adalt_
/econa-layer/*
/eraffe_ad.
/esel.js
/fileupload/werbung/*
/firstloadwerbung.
/getwerbung.
/gigaflat.js
/grafik/ads/*
/Header-Werbung.
/hier_werben.
/image_werbung/*
/images/_werb_
/images/werb/*
/images/werb_
/images/werbung.
/images/werbung/*
/img/werbung/*
/imgwerbung/*
/includes/werbung/*
/layer_werbg.
/layout_img/werbung/*
/media/werbung/*
/medien/werbung/*
/mod/werbung/*
/nativendo.js
/nativendo/*
/o2-layer.
/partner/werbung-
/partneradzwerk/*
/pic/werbung/*
/pic/werbung_
/sidebar_werbung/*
/styles/*/werbung/*
/styles/werbung_
/upload/werbung/*
/usemax/*
/werb.gif
/werb.php
/werbe-banner/*
/werbe_banner/*
/werbeanzeige/*
/werbeanzeigen/*
/werbebanner-
/werbebanner.
/werbebanner2.
/werbebanner_
/werbebannerneu/*
/werbebox/*
/werbecenter/*
/werbegrafiken/*
/werbeimages/*
/werbemanager2/*
/werbemittel/*
/werbemittel_
/werbenetz/*
/werbepartner.
/werbepartner/*
/werbeplakat.
/werbepopup/*
/werbescript/*
/werbeslider.
/werbeteaser/*
/werbetrenner_
/werbezonen/*
/werbung.$third-party
/werbung.$~image,~stylesheet,domain=~berlin-airport.de|~qs-optiker.de
/werbung.gif
/werbung/*$third-party
/Werbung/*_banner_
/werbung/banner/*
/werbung/banner_
/werbung160.
/werbung2^
/werbung5jw/*
/werbung90.
/werbung_*?
/werbung_90.
/werbung__
/werbung_banner.
/werbung_banner1.
/werbung_frame.
/werbung_horizontal.
/werbung_vertical.
/werbungheader.
/werbunglongbanner1.
/WerbungPlatzhalter/*
/werbungsbilder/*
/werbungsky.
/werbungsr3.
/wpbanner/*$script
/wrbg.js?
/zzz/init.php?$script
_Banner_Werbung_
_bannerwerbung/
_bg_werbung.
_oben_ad.
_unten_ad.
_werbe_layer.
_werbebanner.
_werbebanner/
_werbebanner_
_werbebreak.
_werbepartner.
_werbung.php
_werbung.pl
_Werbung260.
_woz_banner_vote.
?popup:msp_$popup,third-party
###Ad_Win2day
###LxWerbeteaser
###ParentDivForWerbPostbit
###SSpotIMPopSlider
###SlimSpot_imPop_Container
###Werb_Postbit_Bottom
###WerbungLinks
###WerbungObenRechts10_GesamtDIV
###WerbungObenRechts8_GesamtDIV
###WerbungObenRechts9_GesamtDIV
###WerbungUntenLinks4_GesamtDIV
###WerbungUntenLinks7_GesamtDIV
###WerbungUntenLinks8_GesamtDIV
###WerbungUntenLinks9_GesamtDIV
###Werbung_Sky
###Werbung_Wide
###__ligatus_placeholder__
###ad-bereich1-08
###ad-bereich1-superbanner
###ad-bereich2-08
###ad-bereich2-skyscrapper
###ad-rechts-block
###ad-rechts-sky
###ad_gross
###ad_lang
###ad_marktjagd
###ad_oben
###ad_rechts
###adbox_artikel
###adkontainer
###adliste
###adunten
###anzeigewerbungtext
###ar_detail_werb103
###bannerwerbung
###block-views-Topsponsoren-block_1
###callya_freikarte_layer
###cnt_bgwerbung
###cont-werb
###content_werbung
###footerwerbung
###forumformwerbung
###freikarte_layer
###gonamicerror
###google_adsense_werbung
###hauptnaviwerbelinks
###headerWerbung
###header_werbung
###headerwerbung
###inlinewerbung
###kalaydo_ads
###kaufDA
###kaufDA-widget-container
###kopf-werbung
###layerADLINKWerbung4
###o2freikarte
###p-links-werbung
###p-rechts-werbung
###qm_content_ad_anzeige
###reklame
###reklame-leaderboard-unten
###reklame-rechts-mitte
###reklame-rechts-oben
###reklame-rechts-unten
###reklame-rectangle
###reklame_layer
###skywerbung
###slotright-werbung
###sp0ns0ren
###sspot_impopad_wrapper
###startwerbung
###t_werbung
###text-ads-mitte
###textwerbung
###tmobilefreikarte
###topwerbung
###videopage-werbung
###werb10
###werb11
###werb12
###werb13
###werb7
###werb8
###werb9
###werbLayer1
###werbLayer2
###werbLayer3
###werb_ps103
###werbeForm
###werbeFormRectangle
###werbeFormTop
###werbeadd
###werbeanzeige
###werbebanner
###werbeblock
###werbeblock2
###werbeblock_rechts
###werbebox
###werbeflaeche
###werbeflaeche-3
###werbeflaeche-billboard-big
###werbeflaeche-mpu-big
###werbekasten
###werbeleiste
###werbetrenner
###werbung
###werbung-banner
###werbung-fb
###werbung-left
###werbung-map-top
###werbung-rectangle1
###werbung-rectangle2
###werbung-skyscraper
###werbung125_links
###werbung125_rechts
###werbung2
###werbung3
###werbung792_2
###werbungR
###werbungRechts
###werbungSuperbanner
###werbung_cad
###werbung_contentad_screen
###werbung_footer
###werbung_leaderboard_screen
###werbung_links
###werbung_mitte
###werbung_oben
###werbung_rechts
###werbung_right
###werbung_skyscraper_bottom
###werbung_skyscraper_top
###werbung_superbanner
###werbung_top
###werbung_wideskyscraper_screen
###werbunglink
###werbunglinks
###werbungrechts
###werbungrechts1
###werbungsbox300
###werbungsky
###werbungslider
###werbungunten
###wkr_werbung
##.Artikel_Ads_News
##.GridWerbung
##.KalaydoBoxLogo
##.KalaydoRessortBox
##.KomischeWerbeBox
##.RessortWerbungHeader
##.Werbeteaser
##.Werbung
##.WerbungAdpepper
##.WerbungDetailRectangle
##.WerbungLinksRechts
##.WerbungMitte
##._werbung
##.ad_mitte
##.ads-artikel-contentAd-medium
##.ads-artikel-contentAd-top
##.ads_bueroklammer
##.ads_rechts
##.adsense-ArtikelOben
##.adzeiger
##.anzeigenwerbung
##.article-werb
##.b-werbung
##.banner-werbung-rechts
##.banner-werbung-top
##.bannerAnzeige
##.bannergroup_werbung
##.banneritemwerbung_head_1
##.banneritemwerbung_head_2
##.banneritemwerbung_head_3
##.banneritemwerbung_head_4
##.bdeFotoGalAd
##.bdeFotoGalAdText
##.big-werb
##.block-wozwerbung
##.block_rs4_werbung
##.bottom-werbung-box
##.box_werbung_detailseite
##.boxstartwerbung
##.boxwerb
##.boxwerbung
##.content_body_right_werbung
##.content_header_werbung
##.content_right_side_werbewrapper
##.contentwerbung4
##.ecom_werbung
##.firstload
##.fullbanner_werbung
##.gutZuWissenAd
##.inlinewerbungtitel
##.insidewerbung
##.keyword_werbung
##.lokalwerbung
##.news-item-werbung
##.newswerbung
##.popup_werbung_oben_tom
##.popup_werbung_rechts_tom
##.ps-trackingposition_Werbungskasten
##.rahmen_ad
##.reklame
##.right-content-werbung
##.seitenleiste_werbung
##.shift-widget > .cm-article
##.sidebarwerbung
##.sponsorinaktiv
##.sponsorlinkgruen
##.tab_artikelwerbung
##.teaser_adliste
##.teaser_werbung
##.text_werbung
##.textad_hauptlink
##.textlinkwerbung
##.tipps-content-ad
##.topwerbung
##.tx-scandesk-werbung
##.undertitlewerbung
##.werb_container
##.werb_textlink
##.werbeadd_ueber
##.werbebanner
##.werbeblock
##.werbebox2
##.werbeflaeche
##.werbehinweis
##.werbekennzeichnerrectangle
##.werbepause
##.werblinks
##.werbrechts
##.werbung
##.werbung-1
##.werbung-2
##.werbung-250x250
##.werbung-3
##.werbung-bigbox
##.werbung-bigsize
##.werbung-box
##.werbung-content
##.werbung-contentad
##.werbung-fullbanner
##.werbung-halfbanner
##.werbung-inline
##.werbung-label
##.werbung-leiste
##.werbung-rec-below-list
##.werbung-rectangle
##.werbung-skyscraper
##.werbung-skyscraper2
##.werbung-unten
##.werbung1
##.werbung2
##.werbung280x70_wrap
##.werbung3
##.werbung300
##.werbung300x600
##.werbung301
##.werbung970x250
##.werbungAnzeige
##.werbungContainer
##.werbungTabelle
##.werbung_banner
##.werbung_bereich
##.werbung_box
##.werbung_h
##.werbung_index
##.werbung_links
##.werbung_sidebar
##.werbung_text
##.werbungamazon
##.werbungimthread
##.werbungrechtstitel
##.widget-werbung
##a[href="https://www.focus.de/deal/focus-online-deal-mit-weltsparen-setzen-sie-
jetzt-auf-zinserhoehungen-weltsparen-schenkt-ihnen-dafuer-150-
euro_id_11868745.html"] > img
##a[href^="http://shortnews.de/gotoklick.cfm?fr_campaign_adtext_id="]
##a[href^="http://www.eis.de/index.phtml?refid="]
##a[href^="http://www.firstload.de/index.php?set_lang=de&log="]
##a[href^="http://www.sendung-now.de/tick/click.php?id="]
##a[href^="http://www.top-of-software.de/"]
##a[href^="https://www.tipico.com/?affiliateId="]
##a[href^="https://www.vavoo.tv/promo/"] > img
##input[onclick^="window.open('http://www.firstload.de/affiliate/"]
ping-timeout.de#@##Advertisements
lerunia.de#@##BodyAd
kids.t-online.de#@##Tadspacehead
egofm.de#@##WerbungObenRechts8_GesamtDIV
benzinpreise.net#@##ad-container
refline.ch#@##adBox
hockeyweb.de#@##adFrame
weser-kurier.de#@##adHeader
openlimit.com#@##adLink
dipeo.de#@##adRight
kunsthalle-tuebingen.de#@##ad_1
kunsthalle-tuebingen.de#@##ad_2
kunsthalle-tuebingen.de#@##ad_3
az.com.na#@##ad_block_1
systemrecordings.com#@##ad_box
academics.de#@##ad_container
ad-tuning.de#@##ad_footer
survivalforum.ch#@##ad_global_header2
ad-tuning.de#@##ad_header
energy.de#@##ad_home
mehr-tanken.de#@##ad_left
gebrauchtmodelle.at#@##ad_post
16vor.de#@##adbar
kalaydo.de#@##adbox
bodensee-shops.de,der-frische-caterer.de#@##adcontent
der-frische-caterer.de,luebeck.de,stadtpost.de#@##adframe:not(frameset)
anleihen-finder.de#@##adlayer
suite101.de#@##admanager_leaderboard
trovit.de#@##ads_container
trovit.de#@##ads_right
anonza.de#@##adtext
pro-deutschland-online.de,pro-deutschland.de,qicknews.de#@##advert1
qicknews.de#@##advert2
boomerangtv.de#@##advertising-container
markt.de#@##adverts
argentinien-reisebericht.de,monster.de,musicstar.de#@##adwrapper
portia.ch#@##adzone
viva.tv#@##bannerad
wunsch-otr.de#@##block_advert
amsel.de#@##container_ad
go-windows.de#@##goads
eosd-forum.de#@##headerAd
zeit.de#@##ligatus
der-postillon.com#@##middleads
campusboard.at#@##my-ads
kijiji.at,kijiji.ch#@##searchAd
schuepora.de#@##topad
bildspielt.de#@##videoAd
jagsttaltipp.de#@##werbeleiste
anime-loads.org,filmmakers.de,nicht-lustig.de,vegaklub.net,youthweb.net#@##werbung
anzeigen-kostenlos.com#@#.AdBox
egofm.de#@#.WerbungLinksRechts
zeitleser.de#@#.ad-bottom
siemens-home.de,xdate.ch#@#.ad-item
gemeinsam-in-bremen.de#@#.ad-region
willhaben.at#@#.ad-text
zeitleser.de#@#.ad-top
delamar.de#@#.adBox
afs-software.de#@#.adCell
afs-software.de#@#.adHeadline
kijiji.at,kijiji.ch#@#.adImg
delamar.de#@#.adModule
o2online.de#@#.adSpace
view.stern.de#@#.adWrapper
sueddeutsche.de#@#.ad_Right
dewezet.de#@#.ad_block
wg-gesucht.de#@#.ad_click
dewezet.de#@#.ad_content
survivalforum.ch#@#.ad_global_header
dewezet.de#@#.ad_header
willhaben.at#@#.ad_image
rcanzeigen.de#@#.ad_links
willhaben.at#@#.ad_space
11freunde.de#@#.ad_wrap
heise.de#@#.adbottom
willhaben.at#@#.adbutton
yanini.de#@#.adcol1
yanini.de#@#.adcol2
classic-motorrad.de#@#.adlist
quoka.de#@#.adpic
oekobaustoffe.com#@#.ads1
gwp-gronau.de#@#.ads_title
schreibwerkstatt.de#@#.adsense-right
ebay-kleinanzeigen.de,rtl.de#@#.adslot
giga.de#@#.adspace
ebay.de#@#.adtile
mercedesclubs.de,otelfingen.ch#@#.adtitle
bluewin.ch#@#.advert-content
stimme.de#@#.advert-sky
karriere.de#@#.advert-wide
jamesedition.de#@#.advert2
tagblatt.de#@#.advertbox
regman.de#@#.advertiseText
11freunde.de#@#.advertisement-1
11freunde.de#@#.advertisement-2
e-valuate.de,wohnungsrechner.ch#@#.advertiser
macwelt.de#@#.advertisment
1und1.de,gmx.at,gmx.net,typischich.at,web.de#@#.advertorial
az.com.na#@#.adverts
kalaydo.de#@#.adverttext
web.de#@#.banner-728
wetter.de#@#.base-ad-slot
filmreporter.de#@#.boxadv
kraftfuttermischwerk.de#@#.category-advertorial
openlimit.com#@#.content_ad
lustiges-taschenbuch.de#@#.contentad
delamar.de#@#.custom_ads
autoscout24.de#@#.detail-ads
di.fm,nowmusic.com#@#.firstload
esvkticker.sports-stream.de#@#.google_adsense
11freunde.de,gala.de,geo.de,kochbar.de,rtl.de,vip.de#@#.gujAd
immobilienscout24.de#@#.has-ad
11freunde.de#@#.house-ad
guterhut.de,notebooksbilliger.de#@#.img_ad
hochzeitswahn.de#@#.internal-ad
frankenlist.de#@#.item-ad
mietmobil-fuchs.ch#@#.jquery-script-ads
suedtirolnews.it#@#.ligatus
frankenlist.de#@#.list-ad
styleranking.de#@#.medrect-ad
der-postillon.com#@#.middleads
ebay-kleinanzeigen.de#@#.native-ad
wetter.de#@#.outbrain-ad-slot
tk.de#@#.pfad
fanfiktion.de#@#.plistaList > .itemLinkPET
tsv-thedinghausen.de#@#.postad
quoka.de#@#.related-ads
wetter.de#@#.showheroes-ad-slot
xdate.ch#@#.side-ads
wuv.de#@#.sticky-ad-wrapper
blesius.de#@#.text_werbung
xdate.ch#@#.top-ads
computerbild.de,wieistmeineip.at,wieistmeineip.ch,wieistmeineip.de#@#.trc-content-
sponsored
wieistmeineip.at,wieistmeineip.ch,wieistmeineip.de#@#.trc_rbox .syndicatedItem
wieistmeineip.at,wieistmeineip.ch,wieistmeineip.de#@#.trc_rbox_border_elm .syndicat
edItem
wieistmeineip.at,wieistmeineip.ch,wieistmeineip.de#@#.trc_rbox_div .syndicatedItem
computerbild.de,wieistmeineip.at,wieistmeineip.ch,wieistmeineip.de#@#.trc_related_c
ontainer div[data-item-syndicated="true"]
delamar.de,ews-markt.de,mediamarkt.de,paolo-film.de,transfermarkt.de#@#.werbung
spiele.rtl.de#@#.wide-ad
fitbook.de#@#a[href*=".smartadserver.com"]
ebay.de#@#a[href^="http://ad-emea.doubleclick.net/"]
zdnet.de#@#a[href^="http://ad.doubleclick.net/"]
marketing-a.akamaihd.net#@#a[href^="http://adclick.g.doubleclick.net/"]
berlin.de#@#a[href^="http://adfarm.mediaplex.com/"]
schnittberichte.com#@#a[href^="http://bs.serving-sys.com/"]
notebooksbilliger.de#@#a[href^="http://googleads.g.doubleclick.net/pcs/click"]
11freunde.de,cnet.de,deals.chip.de#@#a[href^="http://pubads.g.doubleclick.net/"]
onvista.de#@#a[href^="http://track.adform.net/"]
gutefrage.net,reisebine.de#@#a[href^="https://ad.doubleclick.net/"]
gofeminin.de,kochbar.de#@#a[href^="https://adclick.g.doubleclick.net/"]
notebooksbilliger.de#@#a[href^="https://googleads.g.doubleclick.net/pcs/click"]
telekom.de#@#a[href^="https://track.adform.net/"]
auto-motor-und-sport.de,daswetter.com,gofeminin.de,wetter.com#@#div[id^="div-gpt-
ad"]
guterhut.de,hardwareluxx.de,hbf-
info.de,rakuten.at,rakuten.de,zalando.de#@#div[id^="div-gpt-ad-"]
11freunde.de,auto-motor-und-
sport.de,gofeminin.de,immonet.de,kochbar.de,notebooksbilliger.de,vip.de#@#div[id^="
google_ads_iframe_"]
11freunde.de,auto-motor-und-
sport.de,guterhut.de,immonet.de,kochbar.de,notebooksbilliger.de,rtl.de,vip.de,zalan
do.de#@#iframe[id^="google_ads_iframe"]
kochbar.de#@#iframe[name^="google_ads_iframe"]
||2mdn.net^$object,third-party,domain=anleger-fernsehen.de|blick.ch|fitforfun.de|
focus.de|giga.de|golem.de|helpster.de|myspass.de|netzwelt.de|sueddeutsche.de|
tvtoday.de
||4rm.de^$third-party
||85.114.133.62^$third-party
||a3h.de^$third-party
||ablida-rotation.com^$third-party
||active-tracking.de^$third-party
||ad-generator.info^$third-party
||ad-hits.de^$third-party
||ad-pay.de^$third-party
||ad-serving.de^$third-party
||ad-sun.de^$third-party
||ad-traffic.de^$third-party
||ad.de.doubleclick.net^$~object,third-party
||ad.netzquadrat.de^$third-party
||ad2net.de^$third-party
||ad4cash.de^$third-party
||ad4mat.de^$third-party
||adalizer.com^$third-party
||adbutler.de^$third-party
||adc.tripple.at^$third-party
||adcina.de^$third-party
||adcocktail.com^$third-party
||addefend.com^$third-party
||addie.verticalnetwork.de^$third-party
||adhaus.de^$third-party
||adhost.in^$third-party
||adical.de^$third-party
||adiceltic.de^$third-party
||adindex.de^$third-party
||adition.de^$third-party
||adition.net^$third-party
||adklick.de^$third-party
||adklick.net^$third-party
||admanagement.ch^$third-party
||admonkey.cc^$third-party
||adnited.net^$third-party
||adpark.de^$third-party
||adperform.de^$third-party
||adreport.de^$third-party
||adrolays.de^$third-party
||ads-im-netz.de^$third-party
||ads-mall.com^$third-party
||adscads.de^$third-party
||adsister.com^$third-party
||adsone.de^$third-party
||adspectacle.net^$third-party
||adspirit.net^$third-party
||adsplash.de^$third-party
||adsushi.de^$third-party
||adup-tech.com^$third-party
||advendi.de^$third-party
||advert-layer.de^$third-party
||adverticus.de^$third-party
||advolution.biz^$third-party
||advolution.de^$third-party
||adwelt.com^$third-party
||adworx.at^$third-party
||affiliando.com^$third-party
||affiliate-premium-club.com^$third-party
||affiliates.de^$third-party
||affiliblatt.de^$third-party
||affilicrawler.de^$third-party
||affilimatch.de^$third-party
||affiliscout.com^$third-party
||affilitec.com^$third-party
||affiliwelt.net^$third-party
||affilixxl.de^$third-party
||affimax.de^$third-party
||agaso.de^$third-party
||allads4you.de^$third-party
||altrk.net^$third-party
||amunx.de^$third-party
||andite.tk^$third-party
||anzeigen-vor-ort.de^$third-party
||anzeigenlieferant.de^$third-party
||apprupt.com^$third-party
||arcor-partner.de^$third-party
||as997.de^$third-party
||asnetworks.de^$third-party
||auxmoney-partnerprogramm.de^$third-party
||bacontent.de^$third-party
||bannerchange.net^$third-party
||bannerheld.de^$third-party
||bauernative.com^$third-party
||biallo1.de^$third-party
||biallo2.de^$third-party
||biallo3.de^$third-party
||bitcoinpara.de^$third-party
||blogads.de^$third-party
||blogpay.eu^$third-party
||bsheute.de^$third-party
||buywords.de^$third-party
||bwads24.com^$third-party
||c-points.de^$third-party
||cashdorado.de^$third-party
||ci-marketing.de^$third-party
||codes.wai.it^$third-party
||comads.de^$third-party
||conative.de^$third-party
||contentfeed.net^$third-party
||cowana-adserver.de^$third-party
||crmpilot.it^$third-party
||cuiron.de^$third-party
||cussixia.de^$third-party
||data-slimspots.com^$third-party
||ddl-network.org^$third-party
||de-ads.de^$third-party
||def-platform.com^$third-party
||def-platform.de^$third-party
||def-platform.net^$third-party
||dhads.net^$third-party
||digentu.de^$third-party
||digitalresponse.de^$third-party
||doubleclick.net/adx/*/extern_gmxnet/
||doubleclick.net/adx/rtl2.de/*;sz=
||doubleclick.net/pfadx/*.ehrensenf.de_de/$third-party
||doubleclick.net/pfadx/*.finanzen.net/$third-party
||doubleclick.net/pfadx/*.myspass.de_de/
||doubleclick.net/pfadx/*_video.com_de/$third-party
||doubleclick.net/pfadx/*_video.de_de/$third-party
||doubleclick.net/pfadx/ch.mtv/$third-party
||doubleclick.net/pfadx/david/extern_$third-party
||doubleclick.net/pfadx/de.mtv/$third-party
||doubleclick.net/pfadx/de.viva.tv/$third-party
||doubleclick.net/pfadx/DE_PRO7.BrokenComedy/$third-party
||doubleclick.net/pfadx/golem/$third-party
||doubleclick.net/pfadx/iqd_sueddeutsche$third-party
||doubleclick.net/pfadx/iqdsde/$third-party
||doubleclick.net/pfadx/kino-vorschau.com/$third-party
||doubleclick.net/pfadx/netzwelt/$third-party
||doubleclick.net/pfadx/nick.de/$object
||doubleclick.net/pfadx/P5238.videos/$object
||doubleclick.net/pfadx/rtlregional.de/$third-party
||doubleclick.net/pfadx/telewest.de/$third-party
||doubleclick.net/pfadx/toggo.de/$third-party
||doubleclick.net/pfadx/www.teleboerse.de/$third-party
||doubleclick.net^$third-party,domain=augsburger-allgemeine.de|autobild.de|bild.de|
buffed.de|bundesliga.de|cnet.de|computerbild.de|dashausanubis.de|de.msn.com|
dooloop.tv|eyep.tv|filmjunkies.de|flashgames.de|focus.de|gameone.de|gamepro.de|
gamesaktuell.de|gamestar.de|gameswelt.at|gameswelt.ch|gameswelt.de|gameswelt.tv|
gamezone.de|gzsz.rtl.de|hatenight.com|icarly.de|kino.de|kochbar.de|laola1.tv|
lustich.de|motorvision.de|myvideo.at|myvideo.ch|myvideo.de|n-tv.de|
onlinewelten.com|pcgames.de|pcgameshardware.de|pcwelt.de|radio.de|ran.de|
rtlregional.de|southpark.de|spiegel.tv|spiele-zone.de|spongebob.de|sport.de|
spox.com|spreeradio.de|t-online.de|teleboerse.de|the-hills.tv|trailerseite.de|
tvmovie.de|video.de|videogameszone.de|vip.de|vodafonelive.de|vox.de|welt.de|
wetter.de|wetterschnecken.de|wikifit.de|www.rtl2.de|zdnet.de
||doubleclick.net^*/pfadx/DE_N24.*.video/*;vpos=*;zz=*;fs=$third-party
||doubleclick.net^*/pfadx/tele5.de/$third-party
||drs24.com^$third-party
||dynamic-advertising.de^$third-party
||e-traffix.de^$third-party
||ebesucher.de^$third-party
||echtebesucher.de^$third-party
||eeewax.de^$third-party
||erovation.com^$third-party
||eset-affiliate.de^$third-party
||et.twyn.com^$third-party
||ethnarc.de^$third-party
||evania.de^$third-party
||exit-x.net^$third-party
||exnzg.de^$third-party
||expepp.de^$third-party
||falkag.de^$third-party
||fexzuf.com^$third-party
||finative.eu^$third-party
||firstads.de^$third-party
||firstsponsor.de^$third-party
||flatad.de^$third-party
||forced-layer.de^$third-party
||frvfrv.com^$third-party
||funtastic-ads.de^$third-party
||gamesaffiliate.de^$third-party
||gamigoads.com^$third-party
||geldcounter.de^$third-party
||gigapromo.de^$third-party
||goldbach.com^$third-party
||gollox.de^$third-party
||gonamic.de^$third-party
||goodads.de^$third-party
||green-ads.net^$third-party
||guruads.de^$third-party
||handy-ads.de^$third-party
||heias.com^$third-party
||highad.de^$third-party
||homeads.de^$third-party
||hovg.de^$third-party
||ibanner.de^$third-party
||iias.eu^$third-party
||imo-cash.de^$third-party
||in24.at^$third-party
||inethoster.org^$third-party
||inlinks.de^$third-party
||intensifier.de^$third-party
||iqcontentplatform.de^$third-party
||itrack.it^$third-party
||jink.de^$third-party
||kingads.net^$third-party
||klammwerbung.de^$third-party
||klick4u.de^$third-party
||klicktausch.com^$third-party
||komplads.net^$third-party
||ktxtr.com^$third-party
||layerpark.com^$third-party
||letvertise.com^$third-party
||liferd.de^$third-party
||ligatus.de^$third-party
||lilaelefant.de^$third-party
||linkads.de^$third-party
||linkedads.de^$third-party
||linkstation.de^$third-party
||localpoint.ch^$third-party
||lose4admin.de^$third-party
||love-money.de^$third-party
||loved-by.s3.amazonaws.com^$third-party
||luxyad.com^$third-party
||madsack-native.de^$third-party
||manughl.de^$third-party
||marketing-guerilla.de^$third-party
||marketing-profis.net^$third-party
||maxi-ad.de^$third-party
||maxiad.de^$third-party
||media-guides.de^$third-party
||mega-ad.de^$third-party
||megawerbung.de^$third-party
||mename.de^$third-party
||mirando.de^$third-party
||mlsat04.de^$third-party
||mmogtrade.de^$third-party
||moneymakers.de^$third-party
||mupads.de^$third-party
||murcs.org^$third-party
||myad24.de^$third-party
||nativendo.de^$third-party
||netbizzer.net^$third-party
||netwayer.de^
||network-marketing24.com^$third-party
||network-media.info^$third-party
||networx.me^$third-party
||newtentionassets.net^$third-party
||nonstoppartner.net^$third-party
||notenpartner.de^$third-party
||nwave.de^$third-party
||paidlinkz.net^$third-party
||paidsolution.de^$third-party
||payclick.it^$third-party
||performance-netzwerk.de^$third-party
||performanceanalyser.net^$third-party
||planetactive.com^$third-party
||popup-rotation.de^$third-party
||pornoprinzen.com^$third-party
||ppac.de^$third-party
||premiumbesucher.de^$third-party
||premiumdownloaden.de^$third-party
||profiliate.net^$third-party
||propaid.de^$third-party
||ptadsrv.de^$third-party
||pushfeeds.com^$third-party
||qualigo.de^$third-party
||quality-channel.de^$third-party
||qualityhitz.net^$third-party
||quartermedia.de^$third-party
||quarterserver.de^$third-party
||rapidads.de^$third-party
||revresrennab.de^$third-party
||rgadvert.com^$third-party
||rockvertise.net^$third-party
||rubrikator.de^$third-party
||s2block.com^$third-party
||scash.de^$third-party
||schlauli.de^$third-party
||selfpuc.com^$third-party
||server4ads.com^$third-party
||servertraffic.de^$third-party
||servote.de^
||sexgoesmobile.com^$third-party
||shareifyoulike.com^$third-party
||siyl.net^$third-party
||smartaffiliate.de^$third-party
||smartclip.net^$~object,third-party
||software-archiv.com^$third-party
||sparkads.ws^$third-party
||sparkassen-partner.de^$third-party
||special-sponsor.de^$third-party
||sponsortown.de^$third-party
||stilanzeigen.net^$third-party
||stroeerdigitalmedia.de^$third-party
||stroeerdigitalpublishing.de^$third-party
||sunnysales.biz^$third-party
||superclix.de^$third-party
||superpromo24.de^$third-party
||szene-traffic.com^$third-party
||td-tracker.com^$third-party
||textklicks.de^$third-party
||textswap.de^$third-party
||tip-ads.de^$third-party
||topiaserv.net^$third-party
||trabro.com^$third-party
||tracknet.twyn.com^$third-party
||trafficlayer.de^$third-party
||traffictrack.de^$third-party
||transmatico.com^$third-party
||trmads.eu^$third-party
||trmget.eu^$third-party
||trocado.at^$third-party
||turboads.de^$third-party
||twiago.com^$third-party
||uclo.net^$third-party
||uselayer.com^$third-party
||view-affiliwelt.net^$third-party
||vip-websc.org^$third-party
||vipbanner.de^$third-party
||viralmails.de^$third-party
||visionads.de^$third-party
||visit2visit.de^$third-party
||vodafone-direkt.de^$third-party
||vxcash.net^$third-party
||w-m-w.net^$third-party
||w3hoster.de^$third-party
||web20-traffic-system.de^$third-party
||websc.org^$third-party
||webspiration.de^$third-party
||werbeflut.net^$third-party
||werbenetzwerk.tk^$third-party
||wwm24.de^$third-party
||www.p.de^$third-party
||wz-adserver.de^$third-party
||wz-werbewelt.de^$third-party
||xaded.de^$third-party
||xiji.de^$third-party
||yieldscale.com^$third-party
||yoomedia.de^$third-party
||youads.de^$third-party
||z0a.de^$third-party
||za-ads.de^$third-party
||zieltracker.de^$third-party
||zyxwvutsrqponmlkjihgfedcbazyxwvutsrqponmlkjihgfedcbazyxwvutsrqp.de^$third-party
||avault.net^$third-party
||recognified.net^$third-party
||ad.de.doubleclick.net^$popup,third-party
||adperform.de^$popup,third-party
||adshot.de^$popup,third-party
||binany-code.com^$popup,third-party
||cgames.de^$popup
||cp-network.uk.to^$popup,third-party
||der-wallstreet-trick.eu^$popup,third-party
||gamigoads.com^$popup,third-party
||insta-cash.net^$popup,third-party
||jinkads.com^$popup,third-party
||sevenads.net^$popup,third-party
||websc.org^$popup,third-party
||xx00.info^$popup,third-party
||zomap.de^$popup,third-party
||1deluxe.eu/banner/
||1und1.hoch-it.de/images/$third-party
||213.133.100.18^*&clicktag=
||24level.com/banner/$third-party
||251814110.rsc.cdn77.org/sources/Deutsche/
||62.146.108.97/banner/$third-party,domain=~arsmedium.de.ip
||6scout.de/api/clients/*/banner_$third-party
||85.17.77.38/*.png|$third-party
||88.198.13.8/publisher/$third-party,domain=~zadane.pl.or.sale-broker.com.ip
||a.check24.net/misc/view.php$domain=~wechseln.de
||abipur.de^*/microbanner.gif$third-party
||ad.71i.de^
||ad.bwise.ch^
||ad.jaumo.com^
||adm24.de^*/resbanner/
||adsby.de^$third-party
||advanzia-bank.be/banners/$third-party
||affiliate.hosteurope.de^$third-party
||affiliate.unimall.de^$third-party
||affiliking.blogspot.com^$third-party
||aiqum.de/partner/$third-party
||aiqum.de^*/fprogn_xl_aiqum.js$third-party
||aldi-sued.de^*/zeitungen-banner/$third-party
||alfahosting.org/forum/f_bild/ban-kopf-
||all-inkl.com^*/banner/$third-party
||am.dynatracker.de^$third-party
||amadeal.de/banner/$third-party
||amarotic.com^*.php?wmid=$script,third-party
||amateurbusters.com^*.php?wmid=$script,third-party
||amateurpin.com/puarea/
||amateurpin.com^*/b.php?zone=$third-party
||anitoplist.de^$third-party
||anleger-fernsehen.de/movadplugin.swf
||app.kontextr.eu^$third-party
||apps.bergzeit.de/seo/bdyn?pid=
||appscene.de/time/$third-party
||arktis24.de/tradedoubler/
||ashop.tv/ebay/$third-party
||assets.oomz.de^
||autohaus-liebrecht.de/de/iframe_$subdocument,third-party
||autohaus24.de/widgets/$subdocument,third-party
||auxmoney.com/start/welcome.php?afid=$third-party
||avidnova.com/grafik/banner
||b.big7.com^$third-party
||backlinkseller.de/gfx/banner/
||bag2love.de/media/sales/$third-party
||banner.1und1.com^$third-party
||banner.1und1.de^$third-party
||banner.hosteurope.de^$third-party
||banner.immowelt.de^
||banner.putenbrust.net^$third-party
||banner.sealmedia.de^$third-party
||banner.upjers.com^$third-party
||banners.jobwinner.ch^$third-party
||baygel.de/banner/
||bbwworld.com/livebanner/
||beate-uhse.com/banner/$third-party
||belboon.de/tracking/*.img
||bergfreunde-partner.de/banner/
||bergzeit.de/out/pictures/partner/image/
||beyond-media.at/bm_banner_oa.gif$third-party
||bit.ly^$image,domain=flugzeugbilder.de
||blog-linktausch.de^*/iframe.php?layout=$subdocument,third-party
||bluepoint-radio.de/banner/$third-party
||bm.hbtronix.de^$third-party
||bmportal.de/fileadmin/bm/gfx/banner_$third-party
||bn.gewinn24.de^
||bn.profiwin.de^$third-party
||bodyguardapotheke.com^*/banner/
||boerse.bz/toplist/vote/$third-party
||boerse.bz^*/banners/$third-party
||boxen1.com^*/jessica1.jpg
||boxen1.com^*/luxus-villa-zu-verkaufen.gif
||brandenburger-salzgrotte.de/webbanner/
||buecherbillig.de/images/banners/$third-party
||bumskontakte.ch/banner/
||business-best-practice.de/anzeigen/
||business-best-practice.de/include/anzeigen_
||cambabestube.com^$subdocument,third-party
||car4you.ch/widgets/$third-party
||carweb24.net/feeds/b_$subdocument,third-party
||catsms.de/images/banner/
||cdn.kaisergames.de/www.*/images/wallpaper_
||cdn.lotto24.de/webshop/minisite/$subdocument,third-party
||cect-shop.com/CMBannerCECT-SHOP.gif
||ced.sascdn.com^
||china-gadgets.de^$subdocument,third-party
||clanmonster.de/clanmonster_gross.jpg$third-party
||clanplanet.de/cp-leaderboard.jpg
||cloud.instore.net^$third-party
||co2online.de/banner/$third-party
||congstar.de/mgm/starseller/$third-party
||conserva.de^*/banner_$third-party
||coolespiele.com/contentbox/$subdocument,third-party
||coolespiele.com/cs.php?popupurl=$third-party
||couponcustomer.cpstatic.ch^
||crack-it.net/img/$third-party
||crawler.pearl.de/pearl-crawler/banner?
||crawli.net/go/$third-party
||customer-support24.com/affiliates/$third-party
||cyonix.to/in.php$third-party
||cyonix.to/in/$subdocument,third-party
||cyonix.to^*.html$subdocument,third-party
||d1kn3e15znl51s.cloudfront.net/js/tlib.min.js
||daidalos.twyn.com^$third-party
||databaseapplications.org/banner_manager/
||ddl-blog.org/banner/$third-party
||ddl-blog.to/banner/$third-party
||ddl-moviez.org/promo/
||ddl-search.biz/bilder/banner/
||ddl-search.biz/bilder/banner_$third-party
||dealdog.net/dealdog.php
||dealdoktor.de/m/$third-party
||dealdoktor.de/misc/$third-party
||deinplan.de/pharus-shop.gif
||dentaltrade-zahnersatz.de^*/banner/$third-party
||desire-xxx.net/in.php$third-party
||deutschland-spielt.de/partners/$third-party
||dhv.de/dbfiles/wbg/$image
||die-staemme.de/banner/$third-party
||digitec.ch/liveshopping.aspx$third-party
||distributionz.net/bstadt_banner1.gif
||downloadvergleich.com/flash/$third-party
||dubstep-beats.de/images/banner/
||duregexpress.de/banner/$third-party
||e-seller.de/uploads/$third-party
||easy-reisen.ch/easyreisenadds.aspx?
||easyfind24.de/banner/$third-party
||ebby.de^*/sportwettentipp220-
||ebby.es^*/logoringside220.gif
||ebiz-consult.de/banner/$third-party
||ebiz-webhosting.de/banner/$third-party
||eblogx.com/amazon/
||eco-world.de/banner/$third-party
||ecostream.tv^*/sofadeals_sky.
||edgar.de/img/partner/$third-party
||eis.de/index.$third-party
||eis.de/shop/images/banner/$third-party
||eliado.com/banner/$third-party
||emion-gmbh.de/banner/$third-party
||emoluder.com/index.php?ref=$third-party
||enforcer-shop.de/banner/
||erotik1.de^*.php?$subdocument,third-party
||erwischtegirls.com/index.php?ref=$third-party
||escortkartei.com/banner/$third-party
||eteleon.de/partner/$third-party,domain=~facebook.com
||eteleon.de/partnerprogramm/$third-party
||ex.joyjasp.com^$third-party
||extra.wavecdn.net^$third-party
||fachverlagshop.de^*/pujs.php
||fairvital.com/images/banner_$third-party
||fairvital.com/images/skyscraper_$third-party
||faktenpedia.de/layer-
||fandealer.de^*/promo/
||fantasticzero.com^*/skinnings/$third-party
||fastad.beepworld.de^
||fc-moto.com/bild/$domain=offroadforen.de
||festivalfick.com/banner/$third-party
||fettverbrennen.net/bilder/banner/
||film2mp3.com/images/banner$third-party
||financeads.net/tb.php$third-party
||finanzen.de/banner/$third-party
||finanzen.net/partner/$subdocument,third-party,domain=~finanzen.at
||finddy.de/banner/$third-party
||finerio.de/box/$subdocument,third-party
||fireradio.fm/img/banner/$third-party
||firstload.de/affiliate/
||flatrate-4all.de^*/adultfrendfind.jpg
||flirttoday.de/banner/
||flirty.com/?pr=*&wm=$subdocument,third-party
||flymedia.de/banner/$third-party
||forgif.me/ads^
||free-lancer.eu/portfolio/$third-party
||free-toplisten.at^$third-party
||freenet.de^*&affiliate=$script
||freepremium.de/?ref=$third-party
||fritzdyn.de/banner.gif
||fs-location.de/img/partner/
||fuckmetube.org^$subdocument,third-party
||fuckshow.org^$subdocument,third-party
||gameliebe.com/affiliate/$third-party
||gamercharts.com^$subdocument,third-party
||gan.wavecdn.net^
||gay-thailand.de^*/gay-thailand468x60.gif
||gbseite.de/script.php?s=$third-party
||geilefreundin.com/index.php?ref=$third-party
||geilelivecams.net/hsa/$third-party
||generika-bestellen.net^$subdocument,third-party
||geobanner.germanfriendfinder.com^$third-party
||geschenkidee.ch^*/ad/
||getdigital.de/banner/$third-party
||gewinnspielnetzwerk.de/layer.php
||globetrotter.de/de/service/banner/$third-party
||go-doja.de/ComInfo/DOJA_BA/$third-party
||goal4glory.dyndns.org/images/banner/$third-party
||gold-super-markt.de/affiliate/
||goldsilbershop.de/widgets/$third-party
||gooof.de/sa/$third-party
||gpaf.net/b/$third-party
||grauzone.biz/images/grauzone_$third-party
||gulli.com/vote/$third-party
||gutscheinstore.com/fullsizebanner.gif
||hallimash.com/werber/$third-party
||hamster.cc^*.php$subdocument,third-party
||handball-revolution24.de/content/sis_slider_$image,third-party
||handy-find.de/banner/$third-party
||handyz.de/spank.php
||happyweekend-community.com/banner/
||happywins.com/images/banner/
||heimatdeal.de/banner/
||heisebanner.geizhals.at^
||herror.de/scyscraper.$third-party
||hitfox.com/widget-$subdocument,third-party
||hm-sat.de/b.php$third-party
||hmsat.de/banner/
||hot-wire.de/hwbanner.php$third-party
||housebeats.cc/link_us/$third-party
||hurenkartei.com/teaser-$third-party
||hypnoseakademie.de/banner/$third-party
||ichwuerde.com/images/$third-party
||icq-love.de/show_icqt.php$third-party
||icq-styler.de/promo.html
||idealo.de/extern/IdealoWidget.php?
||idealo.net/js/idealoWidget-$third-party
||idealo.net/widget/
||ideecon.com^*/iphone4-ohne-vertrag-ratenkauf.gif
||igijon.com/personales/cyonix/$third-party
||img.share-online.biz^$third-party
||imgimg.de/popit/
||immoversum.com/index/wb_suchform$third-party
||inlinks.com^*/banners/$third-party
||innova-zivilschutz.com/banner/$third-party
||internetoptiker.de/banner/$third-party
||iphoone.de/images/banner/
||iphpbb3.com/banner4_iframe.html
||islamicrelief.de^*/banner/$third-party
||italo-tuning.de/images/*banner.gif$third-party
||its.de^*/banner/$third-party
||jappy.tv/i/banner/$third-party
||jobscout24.ch/JS24Templates/Companies/$subdocument,third-party
||joycash.joydate.com^$third-party
||joyclub.de/partner/aff/
||js.stroeermediabrands.de^$third-party
||kai-homilius-verlag.de/bilder/banner/$third-party
||kalaydo.fnp.de^
||kart-club-trier.de/images/banners/
||kaufda.de^*/widgetinitializer.js$third-party
||kein-dsl.de/banner/$third-party
||kfz-gutachter-service.de/kfz.jpg
||kgmx.de/layer/
||kka.agitos.de^
||kka.idg.de^
||klamm.de/banner/$third-party
||klammgeil.de/vms/$third-party
||koelschwasser.eu/community.php$third-party
||konsi-shop.de/images/banner/
||kontaktanzeigenmarkt.de/br/$third-party
||kopp-verlag.de/$WS/kopp-verlag/banners/$third-party
||kostenlose-hp.de/grafik/$third-party
||kostenloser-suchmaschineneintrag.de/grafik/banner/$third-party
||kunden-bonus.de/?sh=*&tr=*&s=$third-party
||kundwerk.de^*/kv_banner_$third-party
||lavire.de/layer.php
||lead-alliance.net/tb.php$third-party
||lechuck.otogami.de/assets/*/OtogamiWidget.js$third-party
||lieferando.de/widgets/$subdocument,third-party
||ligaportal.at/images/promo/$third-party
||linkbase.in/banner.png
||loadsieben.org/banner/
||logiprint.com/partner/$third-party
||lotto24.de/?partner=$subdocument,third-party
||lpsoldier.de/banner_$third-party
||mafia-banner.myftp.org^
||mafia-losebank.de/bilder/banner
||mafia.to/popup.php
||mafia.to^*/popup.js$third-party
||marketing.gamesload.de^$third-party
||media*.s24.com^$third-party
||media.alphaload.com^
||mediaplazza.com^*/topboxgames.php?$third-party
||medipreis.de/partner/$third-party
||meinpaket.de/img/dhl/$third-party
||microstrom.com/banner/$third-party
||microtarife.de/bild/$third-party
||mister-load.com^$third-party
||mobil-king.de/banner/$third-party
||mobildiscounter.de/banner/$third-party
||mobile360.de/feedbox/inline$third-party
||mobilefun.de^*/cpgf4m.gif$third-party
||modellplan.de/banner/$third-party
||momentblick.de/promotion/
||mondrian.twyn.com^$third-party
||moneyspecial.de^*/banner/
||monsterdealz.de/images/$third-party
||monsterdealz.de/script.js
||monstersgame.net^*&vid=$third-party
||montessori-shop.de/banner/$third-party
||mothor.de/webbanner/
||motorrad-link.de/shop/catalog_extern.php
||mp3kingz.org/img/banner_
||mpros.de^*/show_widgets-$script,domain=~meinprospekt.de
||multi-media-marketing.de/bannermuster/$third-party
||musica.at/banner/
||my.brandwire.tv/sites/$third-party
||mydirtyhobby.de/track/$third-party
||mystylehit.de/images/banner/$third-party
||n-romserver.de/banner/
||natursubstanzen.com/banner.gif
||navisys.de/download/banner-blitzer.gif
||nazometer.in^$subdocument,third-party
||neolumic.de^*/banners/$third-party
||nestoria.de^*?partner=$script,third-party
||netatwork.de^$subdocument,third-party
||netload.in/share/images/$third-party
||newsticker.save.tv^$third-party
||nexworld.tv^*/banner/$third-party
||nexxcdn.com/banner/
||nordsport-shop.de/content/$third-party
||npage.de/banner/
||nurprivat.com/a/$third-party
||nx8.de/nx8de_*.jpg$third-party
||oecherdeal.de^$subdocument,third-party
||oekoportal.de/banner/$third-party
||offizielles-umfrageportal.de/leads/$third-party
||okm-community.com/banner/$third-party
||om.1und1.info^$third-party
||om.dsl.1und1.de^$third-party
||omsnative.de/nativendo.js
||online-casino.de^$subdocument,third-party
||onlinepresse.info/bild/$third-party
||onlyfun.to^*/onlyfun-rectangle.
||opendownload.de^$third-party
||osnatel.de/swf/osnatel_kampagne_
||ox.comventure.de^
||pacific-blue.ch/banner/$third-party
||padenema.de/images/stories/$third-party
||pap-partner.flirtfair.de^$third-party
||partner.auxilis.de^$third-party
||partner.clubandmore.de^$third-party
||partner.cuxxu.net^$third-party
||partner.dasoertliche-marketing.de^
||partner.dhl.de^$third-party
||partner.gewinnspiele.de^$third-party
||partner.gorillagaming.de^$third-party
||partner.leguide.com^$third-party
||partner.maxxim.de^
||partner.share-online.biz^$third-party
||partner.simplytel.de^
||partner.stellenanzeigen.de^$third-party
||partner.teufel.de^
||partner.toptarif.de/go.cgi?pid=$image,third-party
||partner.zooplus.de^$third-party
||partnerprogramm.e-wie-einfach.de^$third-party
||partners.eatsmarter.de^
||partnervermittlung.elitepartner.de^*^emnad_id^$third-party
||partyfans.de/145x300.gif
||partyschnaps.com/banner/$third-party
||pass.ch/wp-content/uploads/*/PASS-Banner-
||pearl.de/adwpmulti.jsps?$third-party
||pearl.de^*/microsites/$third-party
||pfoetchen-talk.de/banner/
||phonepublisher.com/banner.do?
||pic4free.net/gfx/banner/$third-party
||picception.com/banner/
||pillendienst.com^$third-party
||piranho.de/a.php$third-party
||pizza.de^*/banner_$third-party
||planungswelten.de/external_widget.php?$third-party
||playnik.com/verbraucherinformationen.js.php$third-party
||pm.bumskontakt.com^$third-party
||pm.deinfickdate.com^$third-party
||pm.deinsexdate.com^$third-party
||pm.fetischsexkontakte.com^$third-party
||pm.heutenochficken.com^$third-party
||pm.hobbyhurenkontakte.com^$third-party
||pm.hobbynuttendatenbank.com^$third-party
||pm.kontakt-vermittler.de^$third-party
||pm.natursektdating.com^$third-party
||pm.onlineseitensprung.de^$third-party
||pm.schwangerdating.com^$third-party
||pm.sexkiste.com^$third-party
||pm.sexkontaktflatrate.com^$third-party
||pm.sofortficken.com^$third-party
||pm.swingerdatenbank.com^$third-party
||pm.tittendating.com^$third-party
||pndapi.com/?proj=$subdocument,third-party
||pocket.at/banner/herold300x250.swf
||ponsline.net/assets2/Banner_
||pop-radio.de/banner/$third-party
||pornbang.org/images/content/$third-party
||porndude.com^*/layer.php?
||pornme.com/banners/$third-party
||pornme.com^*/iframegenerator/$third-party
||pornme.pm/wrb/
||pornsearch.to/images/banner/
||power-affiliate.6x.to^$third-party
||power-affliate.blogspot.com^$third-party
||powerdownload.info/pd/
||ppro.de/creatives/$third-party
||ppro.de/image/$third-party
||preis-vergleich.tv^$subdocument,third-party
||premium-zone.us/banner.png
||premiumpromotions.at/indexservlet?$subdocument,third-party
||prepaid-fakten.de/go/webnapping/$third-party
||primusportal.de/banner/$third-party
||privat-akt.com^*/banner/$third-party
||privatamateure.com/?wmid=*&program=$third-party
||privathobby.com^$third-party
||probefahrten.cc/campaigns/$third-party
||probefahrten.cc^*?subid=$subdocument,third-party
||profiseller.de/banner/$third-party
||profiwin.de^$subdocument,third-party
||promotion.coreg.de^$third-party
||promotion.mmxlive.com^
||promotionmaterial.betacash.com^
||prospekt38.de^*/widget.php?anbieter_id=$subdocument,third-party
||psw.net/banner.gif$third-party
||psychologe.de/partner/$third-party
||publisher.outtra.com^$third-party
||publisher.spoods.de^$third-party
||pvnsolutions.com/brand/hoh/file/*/schottenland/$domain=hoh.de
||px24.com/promotion/$third-party
||pytalhost.de/images/wpmhome.gif
||qooia.com/interstitial/$third-party
||questler.de/gfx/banner/$third-party
||rabattcorner.ch/iframe/$subdocument,third-party
||rabattsparer.de/banner234x60.gif
||randyrun.de/affil/
||ranklist.us/in.php$third-party
||ranksider.de/img/banner/$third-party
||rapidflat.com/?a=$third-party
||rappelblog.de/test1.html$third-party
||rc-network.eu/banner/
||rechemco.com/media/mw_affiliate/
||red-stripe-beer.de/arnold.jpgbanner/
||reporter-ohne-grenzen.de^*/tx_ricrotation/$third-party
||roemerforum.com/banner/
||rotlichtkartei.com/banner/$third-party
||rsp24.com/rsp_ap/*/rsp_pkv_$third-party
||rss-warez.org/partner/$third-party
||ruhrgebiet.ws/test/$third-party
||s1.ja-pics.net^$subdocument,third-party
||saarland-deals.de/*-widget/$subdocument,third-party
||safeterms.de/images/public/banner/$third-party
||sandra-messer.info/wp-content/uploads/*/video-newsletter.gif$third-party
||sat1.de/ran/clsponsor_opener_short_$object
||satchef.de/banner/$third-party
||satking.de/images/banners/$third-party
||satkontor.de/banner/$third-party
||satplace.de/banner/$third-party
||satshop24.de/banner.gif
||schmunzelseite.de/layer/
||schule-studium.de/images/schulportal_$third-party
||schule-studium.de/microbanner-$third-party
||scooter-attack.com/banner/
||secure-host.de/banner/$third-party
||secure-host.de^*/banner/$third-party
||seriously.de/scripts/*/export.php$third-party
||server.nitrado.net/img.nitrado/nitrado_$third-party
||server.nitrado.net/img.nitrado/nitrado_minecraft1_
||server4.pro/images/banner_$third-party
||sexei.net/com/
||sexeldorado.ch/banner/$third-party
||shopfacer.de/images/banner/
||shoplove.com^*/widget2.min.js?appKey=$third-party
||shopprops.de/flashbanner/$third-party
||shopwelt.de^*/widget.js$third-party
||shoutbox.de/ad/
||shuuz.de/banner/
||silbertresor.de^*/banner/$third-party
||sims-3.net/xbox.jpg
||sims-it.net/az.html$third-party
||skipmp3.com/affiliate/$third-party
||skmainz.de/banner/$third-party
||sky-abonnieren.de/banner/
||skyfillers.com^*/banner/$third-party
||slapped.de^*/banner/$third-party
||slimm.de^$subdocument
||slotkings.de/img/banner/$third-party
||smoketown.de/banner/$third-party
||sms4fans.de/img/banner$third-party
||smsdate.com/lovefinder.php$third-party
||sn-multimedia.de/download/bannersn.gif
||sn-multimedia.de/weitereangebote-v2/$third-party
||sn-multimedia.de/weitereangebote/$third-party
||snapr.to/images/banner-
||sofadeals.com^$subdocument,third-party
||softwaresammler.de^$third-party
||sorgenlos.de^*/banner/
||space4free.net/images/banner/$third-party
||spambog.com/outsource/$third-party
||spar-city.de/promo/$third-party
||spar-mit.com^*-banner/$subdocument,third-party
||spieleprinz.com/?$subdocument,third-party
||spieleprinz.de/?$subdocument,third-party
||spieletipps.de/img/cheatzpartner.gif$third-party
||spielotheka.de/layer.js
||sprachenlernen24-download.de/banner/
||spwear.de/images/banner/$third-party
||spyoff.com/wp-content/uploads/*/spo_bs_$third-party
||spyoff.com^*/SpyOff_Banner
||star-toplist.com/votebanner.png$third-party
||starting6.de/dyn_banner/$third-party
||startparadies.de/banner/$third-party
||stealth.to^$subdocument,third-party
||strato.de/banner/$third-party
||stroeerdigitalgroup.de/metatag/$third-party
||stroeerdp.de^*/affiliateId
||suchebiete.com/bilder/allgemein_kleinanzeigen.png
||suedtirol.live/delivery.js
||sug.ag/banner/$third-party
||sunpepper.de/shop/banner/$third-party
||sunshine-space.it/_raika_lana/
||sunshine-space.it/banner/
||superwin.de^$subdocument,third-party
||superwin.de^*/anzeige.jpg
||syteapi.com/assets/imajs.js
||t-shirt-drucker.de/banner/$third-party
||talkplus.de/banner/$third-party
||tarifdoc.de^$subdocument,third-party
||tarifliste.com^$subdocument,third-party
||tek.ag/pub/$third-party
||tele.net/shoppingbanner.php?
||templatebase.de/partner_show_banner.php$third-party
||tilda.ch/banner/$third-party
||tilllate.com^*/campaign/$subdocument,third-party
||tinyprice.de/aktion/$third-party
||tnm.de/wa/ad?
||tnt-game.com^*/banner/$third-party
||top-ddl.com/top/in.php$third-party
||top-of-software.de^$third-party
||topdeals.de/ug-banner/$third-party
||toplist.to^$third-party
||toplisted.in^$third-party
||toplisted.us^$third-party
||toplistenservice.de/generator.php?$third-party
||topscore.in/in.php$third-party
||topsites24.de^$third-party
||torrent-hitz.to^$subdocument,third-party
||tortuga.services^*/affiliate/$domain=~travelbook.de
||totalokal.de/imgs/btn_$third-party
||trackfox.com^
||trackfox2.com^
||travoya.de^*/banner/$third-party
||tripadvisor.ru/WidgetEmbed-tcphoto?$domain=russland-heute.de
||trivago.de/de/srv/destination/js/hotel_$script,third-party
||tui-connect.com/a?$third-party
||tuifly.com/partner/$third-party
||tuneup.de^*/affiliate/
||tuneyourscoot.com/images/banner
||turbo-promo.de/banners/
||turnschuh-lose.de/img/banner/
||ui-portal.de/uim/*/promo/
||ui-portal.de^*/topper.js
||ultramailtausch.de^$subdocument,third-party
||unicef.de/ueber-uns/bannercenter/?
||united-lama-marketing.de/webmaster/$third-party
||upjers.com/ext/ext.php$third-party
||urban-media-berlin.de/pdfad/$third-party
||venus-community.com/banner/$third-party
||verleihshop.de/gfx/partner/$third-party
||versandtarif.de^*?partnerid=$third-party
||verschenkehandy.de/?pid=$third-party
||vertical-n.de/scripts/*/mediumrect.js
||vertical-n.de/scripts/*/sky.js
||vertical-n.de/scripts/*/supb.js
||verticalnetwork.de/scripts/*/mediumrect.js
||verticalnetwork.de/scripts/*/sky.js
||verticalnetwork.de/scripts/*/supb.js
||vetalio.de/partner/$third-party
||videobuster.de^*?adid=$third-party
||vienna.at/banner/
||view.autoscout24.de^$third-party
||view.ilove.de^$third-party
||view.jamba.de^$third-party
||visit-x.net/001/$third-party
||viversum.de/partnerprogramm/$third-party
||volksbank-oberberg.de/banner/$third-party
||vorratsdatenspeicherung.de/images/akvs*.gif$third-party
||vote4me.de^$third-party
||vote4warez.com^$third-party
||w3server.eu/show.php$third-party
||w3statistics.com/img/$third-party
||waiwidgets-*.amazonaws.com^
||wallpaper-arena.to/images/banner/
||warumzahlen.de/images/banner/$third-party
||watchever.de^*^ifw^*^ifh^$third-party
||watercool.de/images/wc_banner_
||webguidez.de/test/images/
||webme.com/pic/a/airbagmodul/$third-party
||webme.com/show.php?
||webspace.webhoster.de^$third-party
||werbemittel.adisfaction.de^$third-party
||wichsfleck.com/layer.html
||widget.kaufda.com^$third-party
||widget.marktjagd.de^$third-party
||widget.s24.com^$third-party
||widget.spoods.io/loader.js
||widgets.cam-content.com^$third-party
||widgets.goldankauf123.de^
||widgets.mywai.de^
||wikifolio.com/de/Modules/Infobox?partnerid=$subdocument,third-party
||wm-space.youero.com^
||wogibtswas.at/widget/$third-party
||world-pictures.de/banner_
||world-pictures.de/daks_banner.jpg
||world-pictures.de/logo_purelements.jpg
||world-pictures.de/logo_summit.jpg
||world-pictures.de/outdoorshop.jpg
||world-pictures.de^*_150x150.gif
||woz.to/vote/$third-party
||wpseo.de/banner/$third-party
||wpseo.de^*/banner/$third-party
||wundert.at/banner/
||wurzelimperium.de/banner/
||x2.to/img/x2-rectangle.jpg
||x7.to/foyer/*/premium$third-party
||xobor.miranus.com^
||xxx-hitz.org^$third-party
||xxxporn.to/banner/
||y.konsolenfreunde.de^
||yourdealz.de/yourdealz.gif
||yourdealz.de/yourdealz2.gif
||youspacko.com/com/
||zeiss.de^*/containertitel/*/*file/$third-party
||zock4help.de/banner/
||zweitfondsmarkt.de/banner/$third-party
||züri6.ch/adsman/$third-party
||züri6.ch/banner/$third-party
||1und1.de/?__reuse=$popup,third-party
||amateurseite.com^$popup,third-party
||bigpoint.com^*?aid=*&aig=*&aip=$popup,third-party
||china-gadgets.de^*&utm_medium=popdown&$popup,third-party
||ddl-network.org/ad/$popup
||dealdoktor.de^*&utm_medium=popdown&$popup,third-party
||escaria.com/public/static/teaser/?$popup
||exnzg.de/go.cgi?pid=*&wmid=*&cpid=$popup,third-party
||ext.amateurcommunity.com^$popup,third-party
||ext.amateurcommunity.de^$popup,third-party
||geile-sexseiten.info/ac/$popup,third-party
||getshortnews.in/do.php$popup,third-party
||glomex.com^$popup
||handy-toplist.de/vote/$popup
||ilove.de^*/landing_pages/$popup
||landing.sexkiste.com^$popup
||lp.amateurcommunity.com/index.php?cp=$popup,third-party
||lustagenten.de/?w=$popup,third-party
||mannagor.de/?track=ad:$popup,third-party
||mediadealr.com^$popup,third-party
||o2-freikarte.de/affiliate/$popup
||oboom.com/ref/$popup
||ollys.to/?td=$popup,third-party
||sau-billig.net/?log=$popup,third-party
||shortnews.de^*_adtext_id=$popup
||sloganmaker.net/?utm_campaign=*&utm_source=$popup,third-party
||smoozed.rocks/landing/$popup,third-party
||smstune.de/la/$popup
||sunmaker.com/?a_aid=$popup
||tagoria.net/?ref=$popup,third-party
||taps.io^*/sms?__ref=$popup
||tarifliste.com/index.php?log=$popup,third-party
||teufelchens.xxx/trade_in/$popup,third-party
||tuneclub.de^*/lp.pl?$popup
||vavoo.tv/promo/$popup,third-party
||vidonna.de/pop.php$popup,third-party
||vodafone.de^*&tsid=$popup,third-party
&campaignid=*&zoneid=$domain=technic3d.com
/imasdk.googleapis.com/js/core/bridge*.html$domain=gamestar.de
/monzta/*$xmlhttprequest,domain=regionalbraunschweig.de|regionalgifhorn.de|
regionalgoslar.de|regionalhelmstedt.de|regionalheute.de|regionalhochzeit.de|
regionalkulinarisch.de|regionalleben.de|regionalpeine.de|regionalsalzgitter.de|
regionalsport.de|regionalwolfenbuettel.de|regionalwolfsburg.de
/n2content/*$xmlhttprequest,domain=regionalbraunschweig.de|regionalgifhorn.de|
regionalgoslar.de|regionalhelmstedt.de|regionalheute.de|regionalhochzeit.de|
regionalkulinarisch.de|regionalleben.de|regionalpeine.de|regionalsalzgitter.de|
regionalsport.de|regionalwolfenbuettel.de|regionalwolfsburg.de
/oase_banner.jpg$domain=mysummit.wordpress.com
/webservices/hitAlert.cfc?$domain=buffed.de|gamesaktuell.de|gamezone.de|pcgames.de|
pcgameshardware.de|videogameszone.de
/worker.php$domain=filmpalast.to
/wpacontent/*$xmlhttprequest,domain=regionalbraunschweig.de|regionalgifhorn.de|
regionalgoslar.de|regionalhelmstedt.de|regionalheute.de|regionalhochzeit.de|
regionalkulinarisch.de|regionalleben.de|regionalpeine.de|regionalsalzgitter.de|
regionalsport.de|regionalwolfenbuettel.de|regionalwolfsburg.de
/wpcontent/*$xmlhttprequest,domain=regionalbraunschweig.de|regionalgifhorn.de|
regionalgoslar.de|regionalhelmstedt.de|regionalheute.de|regionalhochzeit.de|
regionalkulinarisch.de|regionalleben.de|regionalpeine.de|regionalsalzgitter.de|
regionalsport.de|regionalwolfenbuettel.de|regionalwolfsburg.de
/www/images/*$domain=technic3d.com
^what=zone^$domain=ww3.cad.de
|blob:$domain=hdfilme.tv
|http:/$third-party,xmlhttprequest,domain=hdfilme.tv
|http://$subdocument,third-party,domain=bonimail.de
|http://byte.to^$script
|http://lustich.de/bilder/*_*-
||1000hp.net/banner/
||149.13.77.20^$domain=ww3.cad.de
||193.107.16.142/f.php
||1jux.net/js/1l.js
||1jux.net/js/4p.js
||1jux.net/js/4p2.js
||1und1.de/movein_$xmlhttprequest
||1zwo.in/kwa.php
||20min.ch/werbung/
||24-tv.tv/images/banners/
||2concert.de/banner/
||2download.de/js/jquery.simplemodal.*.min.js
||3dl.tv/public/images/smb.png
||4-seasons.tv^*/FsProducts.swf
||4memes.net/rec$subdocument
||4pcdn.de/premium/GameAccessories/*/310x120mifcom_battlebox.jpg$domain=4players.de
||4pcdn.de/sourcen/portal/MIFcom/$domain=4players.de
||4players.de/4pl/wallpaper/
||4players.de/javascript/4players/billiger.de.js
||4players.de/screenshoot/
||4players.de/screenshot/
||4players.de/screenshots/
||4players.de/sourcen/portal/4players/utraforce/
||4players.de^*/vast.js
||4taktershop.de^$subdocument,domain=rollertuningpage.de
||5-jahres-wertung.de/apd/online/5-jahres-wertung-dateien/image*.gif
||5-jahres-wertung.de/apd/online/5-jahres-wertung-dateien/image*.jpg
||5-jahres-wertung.de/cl/online/cl-dateien/image*.jpg
||5-jahres-wertung.de/el/online/el-dateien/image*.jpg
||5-jahres-wertung.de/forum/images/other/*.jpg
||5-jahres-wertung.de/grafiken/logos/banner1und1shop2.jpg
||800gs.de/images/tpa/duonix/
||87.237.123.50/jcorner.php$domain=mydia.de
||90elf.de^*/buderus_banner_
||a0.raidrush.org^
||aachener-zeitung.de/zva/container/kalaydo/
||abakus-internet-marketing.de/img/forum-800_120_
||abg-net.de/uploads/tx_macinabanners/
||abload.de/deals/teaser.php
||abnehmen.com^*/ebay_logo.gif
||access-im-unternehmen.de/fileadmin/php/layer.js
||achtzehn99.de/assets/banner/*x526
||achtzehn99.de/themes/hoffenheim/images/banner_
||ad-hoc-news.de/js/jquery.lightboxad.js
||ad-hoc-news.de/theme/classic/swf/billboard-
||ad-hoc-news.de/theme/classic/swf/headbanner-
||ad.dslr-forum.de^
||ad.games.ch^
||ad.main-netz.de^
||ad.putenbrust.net^
||adbl.spieletipps.de^
||addicted-sports.com/fileadmin/banner/
||adhocnews.de/static/spreads/
||adhocnews.de/theme/classic/img/billboard-
||adhs-zentrum.de^*.php$subdocument
||adn.meinsol.de^
||aerger.tv/images/03-1.gif
||aerger.tv/images/a.gif
||aerger.tv/images/b.gif
||aerger.tv/images/c.gif
||aerger.tv/images/d.gif
||aerger.tv/images/hl-banner.gif
||aerger.tv/images/pl_i_wer.gif
||aerger.tv/images/sch_de.gif
||aerger.tv/images/sozhius.jpg
||aerger.tv/images/wer.gif
||affiliate-marketing.de/media/banner/
||affiliate-marketing.de/media/medienpartnerschaften/
||africa-live.de/!banner/
||afterbuy.de/images/*/minibanner_$domain=thinkpad-forum.de
||ak-kurier.de/akkurier/www/images/headerhoehn.gif
||ak-kurier.de/akkurier/www/images/headerhoehn.jpg
||ak-kurier.de/akkurier/www/images/iphonerepa.gif
||ak-kurier.de/akkurier/www/images/telehot
||ak-kurier.de/akkurier/www/pic/$object
||ak-kurier.de/akkurier/www/pic/dbeyer_250_200.swf
||ak-kurier.de/akkurier/www/pic/indupamitte.png
||ak-kurier.de/akkurier/www/pic/tbechera13.png
||ak-kurier.de/akkurier/www/pic/toyotaadorfmitte.gif
||akkuschlapp.de/images/asuv_leaderboard.jpg
||alatest.de/banner/
||alatest.de/banners.php?
||alkoblog.de/wp-content/uploads/*/banner_weisshaus_
||altesrad.net/phpBB3/images/banner/
||amadeal.de/pics/240.gif
||amateur-blog.org^*.php|$script
||amateur-blog.org^*/rotator.php
||amazon.de/aan/$subdocument
||amazonaws.com/bnp_657x209_$domain=finanzen.net
||amazonaws.com/cloud-s.ndimg.de/$domain=netdoktor.de
||amerika-forum.de^*/ebay_logo.gif
||amerikanisch-kochen.de/bilder/GlamFood_
||androidpit.de/swf/app-seller.swf?xmlpath=$object
||anime-loads.org/images/c3on9.jpg
||anisearch.de/affi.php?
||antenne-frankfurt.de/tl_files/img/partner/
||anthrojob.de/images/banners/
||anzeiger-news.com/portals/willowtree/
||apfeleimer.de/wp-content/uploads/*/i5b-$image
||apotheke-adhoc.de/banner/
||appsundco.de^$domain=schulterglatze.de
||arbeitstage.at/pub_
||arbeitstage.de/pub_
||areamobile.de/service/gads/
||argovia.ch/promotion/
||artikelpedia.com/js/*-*.js|
||astronews.com^*_3.js
||asv-hamm-westfalen.de/images/stories/marketing/*-Anzeigesimpli.jpg
||asv-hamm-westfalen.de/images/stories/marketing/*-hauptsponsoren.jpg
||ate.spritmonitor.de^
||atelco.de/ai/swf/banner200_
||atv.at/adonly?
||au-ja.de/banner/
||audiovision.de/assets/templates/av-template/cocoon/dateien/*.swf
||augsburger-allgemeine.de/cms_media/module_wb/$image,object
||augsburger-allgemeine.de/img/incoming/*/xxl-DonDent.jpg
||augsburger-allgemeine.de/incoming/*.ece/binary/$image
||augsburger-allgemeine.de/incoming/*.ece/binary/*.swf
||augsburger-allgemeine.de^*/sky_$object
||augsburger-allgemeine.de^*/Skyscraper-
||austrianaviation.net/uploads/tx_macina/
||austriansoccerboard.at/banner/
||austriansoccerboard.at/public/banner/
||austriansoccerboard.at/public/sponsoren/
||auto-bild.de/js/rd/google.js
||autobild.de/js/rd/google.js
||autofreies-lautertal.de/images/banner/
||autoline-eu.at/atlads/
||autoline-eu.ch/atlads/
||autoline.de/atlads/
||autoscout24.ch/content/startpage/
||auxilium-online.net/images/banner_
||awardfabrik.de/images/banners/
||az.com.na/img/banner/
||b-stadt.com/images/banner.gif
||back2hack.cc^*/partner/
||badisches-tagblatt.de/html/netcontentmedia/bilder/red-banner-
||badisches-tagblatt.de/html/netcontentmedia/webimages/aldi-bt.swf
||banner.click-tt.de^
||banner.t-online.de/apps/$object,domain=autos.t-online.de
||barcoo.com/images/barcoo/campaigns/banner_
||basicthinking.de/ad/
||basische-produkte.de/wp-content/themes/nature_wdl/images/banner_
||basiszinssatz.info/banner/
||bastel-elfe.de/banner/
||bastel-elfe.de/images/banners/
||bastel-elfe.de^*/prell-online.gif
||battlefield-3.org/interstitial.php
||baulexikon.de/cgi-bin/banner.cgi
||bayer04.de/b04-deu/data/banner/
||bayer04.de^*/_md_banner1.aspx
||bayer04.de^*/_md_banner2.aspx
||bayern-hof.de/res/bilder/banner/
||bayern-hof.de/res/bilder/partner/
||bbc-coburg.com/bbc-data/images/cw.jpg
||bbc-coburg.com/bbc-data/images/hundf.jpg
||bbc-coburg.com/bbc-data/images/np.jpg
||bbc-coburg.com/bbc-data/images/scl.jpg
||bbszene-shop.de/countdownbanner.php
||bbszene.de/ane/bbszene/iframe.php
||bbszene.de/images/banner/
||beamten-informationen.de/media/banner/
||beichthaus.com.s3.amazonaws.com/bp/50be.jpg
||beichthaus.com.s3.amazonaws.com/images/meineticksbanner.jpg$domain=beichthaus.com
||beichthaus.com.s3.amazonaws.com/meineticks.jpg
||beihilferecht.de/media/banner/
||beisammen.de^*/banner/
||benzinpreis.de/140_x_160.gif
||benzinpreis.de/gfx/rc_banner.jpg
||benzinpreis.de/zahn.gif
||berlinertageszeitung.com/images/banners/
||bestboyz.de/wp-content/uploads/*-300x600_
||bestboyz.de/wp-content/uploads/*/ggsim_banner_blog_
||bgstatic.de/images/was/campagnes/*/wallpaper/$domain=browsergames.de
||bhc06.de/images/brosedkb.jpg
||bhc06.de/images/sponsorenleiste.jpg
||biathlon-online.de/wp-content/banners/
||bielefelderblatt.de/images/banners/
||bielertagblatt.ch/wallpaper_
||bild.de/fotos/cb-autohaus24-
||bilder.static-fra.de/wetter11/images/offer/$domain=wetter.de
||bildschirmarbeiter.com/images/poster/
||bildwl.mobile.de^
||bio-markt.info/biomarkt/easyCMS/FileManager/Banner/
||biomagazin.de/files/bio-magazin/content/anzeigen/
||bitcoinnews.ch/coinbase.png
||bitcoinnews.ch/cointed.gif
||bitcoinnews.ch/loanbit.gif
||bitcoinnews.ch/wp-content/uploads/*/Swiz-Banner-1.gif
||bizipic.de/images/gbcodes200.jpg
||bizipic.de/images/gross.png
||blackbeats.fm/defshopbanner.swf
||blankrefer.com^$subdocument,domain=anime-loads.org
||blaue-blume.tv^*/banner/
||blickpunkt-brandenburg.de/typo3conf/ext/sbbanner/
||blockfloete.eu/media/images/banners/
||blog-xx.net/pop-code.js
||blogprojekt.de/Bilder/bp/backlinkseller.gif
||blogprojekt.de/Bilder/Profi/bloggerjobs.gif
||blogtotal.de^*/foxload_125x125.jpg
||bltrainer.de/banner/
||bluray-disc.de/files/_backgrounds/
||boerse-express.com/images/kapsch_claim.png
||boersennews.de/images/smartbroker/
||boris-becker.tv^*/presenting/
||borussia.de/fileadmin/templates/main/swf/banner_
||botfrei.de/kmp/
||boxee-forum.de/images/banners/
||boxen1.com^*/arena-boxpromotion-logo1.jpg
||boxen1.com^*/felix_sturm_banner.gif
||boxen1.com^*/felix_sturm_boxing.jpg
||boxen1.com^*/ibf.gif
||boxen1.com^*/ibo.gif
||boxen1.com^*/jessica_banner.gif
||boxen1.com^*/klitschko_banner.gif
||boxen1.com^*/paffen_sport_logo.jpg
||boxen1.com^*/sauerland_logo.png
||boxen1.com^*/steinforth.png
||boxen1.com^*/super_six.jpg
||boxen1.com^*/wba.jpg
||boxen1.com^*/wbc.jpg
||boxen1.com^*/wbo.jpg
||boxen1.com^*/wfc_logo220.png
||boxen1.com^*/www.ebby_.de1_.gif
||branchenbuch.pixelio.de^
||brautinfo.at/uploads/tx_macinabanners/
||bravo.de/online/sponsoring-
||bravo.de/sponsoring-
||browsergames.de/images/wallpaper/
||brustverein.de/images/banner/
||bs.to/js/rev.js
||btc-echo.de/wp-content/uploads/*/ledgernano.jpg
||buchhandel.de/img/header/*/adv_
||buchhandel.de^*/banners/
||buffed.de^*/body_bg_
||buffed.de^*/metaboli/
||bundesliga.de^*/banner/
||business-best-practice.de/bilder/anzeigen/
||bvb.de/var/ezdemo_site/storage/images/bvb.de/banner/mobil09/
||bvb.de/var/ezdemo_site/storage/images/bvb.de/banner/schwarzgelbe-karte/
||bvb.de/var/ezdemo_site/storage/images/bvb.de/banner/sky/
||bvb.de/var/ezdemo_site/storage/images/bvb.de/banner/strom09-banner/
||campen.de/images/misc/ebay_logo.gif
||casecenter.net^*/werbung/
||casinowelt.com/banner/
||cdn.voodoovideo.com/dat/ebc/$domain=imgbox.de
||cdn1.anime-stream24.com^
||cdn11.anime-stream24.com^
||cellesche-zeitung.de^*/b4nner/
||cellesche-zeitung.de^*/banner/
||centertv.de/upload/anzeigen/
||cgames.de/images/*/metro-countdown-$domain=gamepro.de|gamestar.de
||cgames.de/images/*/promobox-$domain=gamestar.de
||chefkoch-cdn.de^*/partnerlogos/
||chefkoch.de/produkte/widget/loader.js
||chillmo.com/wp-content/plugins/background-manager/
||chillmo.com/wp-content/uploads/*/acunitywp.jpg
||chillmo.com/wp-content/uploads/*/fc4ks.jpg
||chillmo.com/wp-content/uploads/*/gtavchillmo.jpg
||chillmo.com/wp-content/uploads/*/mariokart81.jpg
||chillmo.com/wp-content/uploads/*/thelastofusremastered.jpg
||chillmo.com/wp-content/uploads/2014/05/watchdogs.jpg
||chillmo.com/wp-content/uploads/2014/05/wolfenstein.jpg
||chilloutzone.net/consume/
||chilloutzone.net/invokers/sfuchs/
||chilloutzone.net^*/weedseed-banner.jpg
||china.ahk.de/uploads/tx_bannermanagement/
||chip.de/embed/bc10.js
||chip.de/hphdas2/
||chip.de/teaser/c1_teaser_frei_*.html$xmlhttprequest
||chip.de/unabh_dateien/*/videoskin_$image
||ciao.de/sreamer/xs.php?$object
||cine4home.de/images/banner_
||cine4home.de/images/logos/banner_
||cine4home.de/images/logos/mainlogos/swans%20banner%20ar150.gif
||cine4home.de/images/logos/wir-machen-3d-zum-erlebnisk.jpg
||cine4home.de/images/maeueskino_150x280_120705.gif
||cine4home.de/images/oppo-germany-150x280-static.gif
||cine4home.de/pics/aibanner_
||cine4home.de/pics/banner_
||cine4home.de/pics/heimkino_160x240.gif
||cinecity.at^*/banner*.gif
||cineman.ch^*/promobox_$subdocument
||cinemotion-kino.de/fileadmin/backgrounds/*/background.jpg
||cineprog.de/images/banner/
||cinestar.de/flash/sdkm_intro_video_mini.swf
||cinestar.de^*/banner_
||citybeat.de^*.js?*&rubrik=*&breite=*&hoehe=$script
||clever-tanken.de/images/*_banner_
||clever-tanken.de/images/banner_160x85px.gif
||clever-tanken.de/images/poicon.gif
||clever-tanken.de/static/cosmos/
||clever-tanken.de/tamoil/10-006_banner2neu.swf
||click-learn.de^*/Junge_Fahrer_155x250.swf
||click-learn.de^*_155x155.swf
||click-learn.de^*_JungeFahrer_155x430.swf
||climbing.de/fileadmin/banner/
||cloudfront.net^$domain=dexerto.de|hd-streams.org
||cloudfront.net^*/ova-jw.swf$object,domain=oberprima.com
||clubtime.fm/banner/
||cnetde.edgesuite.net/cnetde/ads/$domain=cnet.de
||cnetde.edgesuite.net/zdnetde/ads/$domain=zdnet.de
||cobuich.de/avislogo.jpg
||computer-bild.de/imgs/*/thermomix_bb_$image,domain=computerbild.de
||computerbase.de/js/jwplayer/ova-$object
||computerbetrug.de/uploads/pics/a2.jpg
||computerhilfen.de^*/gt-banner-
||connect.de^*/partner.js
||connect.quoka.de^
||connectiv.events/wp-content/uploads/*-banner.
||connectiv.events/wp-content/uploads/*/banner_
||connectiv.events/wp-content/uploads/*/wasserenergetisierer-traenkle-
||connectiv.events/wp-content/uploads/*_banner_
||coretime.fm/banner/
||crackajack.de^*/_banner/$image
||crawli.net/com/
||crawli.net/pr.js
||crosswater-job-guide.com/images/banner_
||crosswater-job-guide.com/pics/*_skyscraper_
||crosswater-job-guide.com/pics/banner_
||crosswater-job-guide.com/pics/logo_yourfirm_250.gif
||crosswater-job-guide.com^*250x300.swf
||csr-news.net/main/images/Banner_
||csr-news.net/main/images/compamedia_600.gif
||csr-news.net/main/images/grundfos.gif
||cybercity.de/domains4sale/
||cylex.de/images/cylex.de/credit-report-banner-
||daf.fm/templates/images/flatex_
||daf.fm/templates/images/vitrade_
||damoh.$media,domain=chip.de|focus.de|n-tv.de|rtl.de|rtl2.de|spiegel.de|
spiegel.tv|spieletipps.de|tvnow.de|vip.de|winfuture.de
||dance-charts.de/images/banners/
||dancecore.fm/partner/
||das-bewegt-die-welt.de/images/banners/
||dasbewegtdiewelt.de/images/banners/
||dasbiber.at^*banner$object
||dasfachblatt.de/banner/
||dastelefonbuch.de/mic_banner.jsp
||dat.de/fzgwerte/einladungslayer_dat_sommer_12_20sec.swf
||data-travelers.de^*/blogwebspace1.gif
||dataup.to/data/iad/
||dataup.to^*/msg_$script
||datei.to/ban/
||daujones.com/gifs/ban/
||dav-summit-club.de/uploads/tx_extcategory/*_200x600.
||ddl-search.biz/banner/
||ddl-warez.to/images/och_info/
||deal-magazin.com/dat/pix/estatepro.gif
||deal-magazin.com/dat/pix/expobike.jpg
||deal-magazin.com/dat/pix/immoscout.gif
||deal-magazin.com/dat/pix/kon.gif
||deal-magazin.com/dat/pix/voelkel.gif
||deejayforum.de^*/ebay_logo.gif
||deinesms.com/landing/$third-party
||delamar.de/wp-content/themes/delamar_v4/iframes/
||deraktionaer.de/upload/Marktberichte-Aktionaer_15401.gif
||deraktionaer.de/xist4c/web/aktionaer/02/img/flatexBuySellBar/icons_all.png
||derkleinegarten.de/images/banners/
||derlacher.de/static/lib/dialog/jquery.reveal.js
||designtagebuch.de/wp-content/uploads/anzeigen/
||deutsche-startups.de/wp-content/uploads/*/Tarifcheck24-Affiliate.jpg
||deutsche-versicherungsboerse.de/imgdisp/*Banner%
||deutscher-hip-hop.com/bilder/werbepartnerlogos/
||deutschland.fm^*/leaseweb.gif
||dev.osthessen-news.de/files/$image
||dexgo.com/sponsoren/banner/
||dforum.net/banner/
||dforum.net/ebay/
||dforum.net^*/df_blitzbuch.gif
||didaktik-der-mathematik.de/tibanner.swf
||die-beihilfe.de/media/banner/
||die-eulen.de/img/index/boxes/lotto_rlp.jpg
||die-eulen.de/img/intro/freiberger.png
||die-eulen.de/img/intro/sparkasse.png
||die-eulen.de/img/intro/suedzucker.png
||die-eulen.de/img/intro/twl.png
||dieantenne.it^*/csm_logo_young_direct_
||dieantenne.it^*/Viropa.png
||diebrennstoffzelle.de/images/banner/
||dieharke.de/Partner/
||dieneue1077.de^*/wellness-deal_
||dieschmids.at/images/banners/
||digital-eliteboard.com/banner/
||digital-eliteboard.com/images/banner-
||digital-eliteboard.com/styles/banner/
||digital-kingdom.dk/banner/
||digitaledienste.web.de/freemail/browser_decide/?$subdocument
||din-5008-richtlinien.de/bilder/anzeigen/banner/
||direct-city.org/out.js
||directupload.net/graphics/anzeige_
||dloads.org/usenext.php
||dmax.de^*/anzeige.gif
||dokujunkies.org/media/md/
||dokujunkies.org/media/prj/
||dokumente-online.com/amazon_adv.php
||dokus4.me/cgde.js
||dokus4.me/handyz_rss_.php
||dokus4.me/interstitial.js
||dokus4.me/kpopcg2012n2.js
||dokus4.me/w-v2.php
||dokus4.me^*pop.php
||dooyoo.de^*/pp_anzeige.gif
||dooyoo.de^*_skyscraper*.php
||doppelagent.de/banner2.php
||doppelpunkt.de/www/right.php$subdocument
||doppelpunkt.de^*/fullsizebanner.html
||doppelpunkt.de^*/fullsizebanner2.html
||doppelpunkt.de^*/halfsizebanner.html
||doppelpunkt.de^*/halfsizebanner2.html
||dotnet-forum.de/photos/banner/images/
||dotnet-snippets.de/dns/bilder/banner/
||dotnetpro.de/grafix/banners/
||dotnetpro.de^*/anzeigeh.gif
||dotnetpro.de^*/anzeigev.gif
||dragondesigns.de/include/images/sponsor/
||dreambox.info/banner/
||dreambox.info/d4d468.gif
||dreambox.info/euro_desaster_banner_2011.gif
||dreambox.info/satboerse24banner.gif
||drehscheibe-foren.de/dso_header/banner.jpg
||drehscheibe-online.de/ds_cms/banner/
||drehscheibe-online.de^*/anzeige.gif
||drwindows.de/images/ie9_sicherheit.gif
||drwindows.de^*/crostec_banner.jpg
||dsl-forum.de/images/aktion/
||dslr-forum.de/banner.
||dsv.de/images/banners/
||dtj-online.de/content/banners/
||duckcrypt.info/serv/
||dumdi.net^*/layer.php
||durchblicker.at/iframes/$domain=futurezone.at
||durchfallhausmittel.net/wp-content/uploads/*/banner.gif
||dvd-verleih.info/videobuster/
||dvd.bild.de^$subdocument
||dxtv.de/2spnsrs/
||dxtv.de/3rdspon/
||dxtv.de/octagon_sponsor_
||dxtv.de^*/all-inkl.gif
||dxtv.eu/spnsrs2/
||e-va.com^*/skyscraper/
||e110.de/images/abus_
||e110.de/images/leaderboard/
||e110.de/images/skyscraper/
||e110.de/kaspersky/
||easy-scripts.de/wp-content/themes/arras/images/250x250_
||eatsmarter.de/sites/default/files/branding_images/
||ebby.de^*/boxen1_com_klein-220.gif
||ebby.de^*/boxsport1.gif
||ebby.es^*/wfc_logo220.png
||ebook-hell.to^*/jspop.js
||ecdl-moodle.de^*/script_banner_
||econo.de/uploads/tx_macinabanners/
||ednetz.de/aktionen/banner.html
||edvinfos.de/banner/
||egofm.de^*banner
||egomera.de^*/bads/
||egun.de/market/images/banner/
||eierkraulen.net/dsfgsdf.js
||eierkraulen.net/img/blu.gif
||eierkraulen.net/js/gdsfgsdf.js
||eierkraulen.net/js/igdsfgsdf.js
||eierkraulen.net/js/ztigdsfgsdf.js
||eierkraulen.net/nmban.gif
||eierkraulen.net^*.php|$subdocument
||einkaufaktuell.de/data/page/NIVEASoftHauptbuehne954x240.jpg
||einrichtungsbeispiele.de/images_site/footer.jpg
||eintracht-hildesheim.de/Banner_Neu/Zufallsbanner.html
||eintracht.com/fileadmin/templates/html/images/seat-logo.png
||eintracht.de/media/banner/big_banner.jpg
||eisbaeren.de^*/arentour_o2worldberlin.jpg
||eisenbahn-kurier.de/images/banners/
||eishockey.info/banner/
||eiskaltmacher.de^*.swf
||ekz.de/resources/images/banner/
||eltee.de/img/broker/
||eltern-zentrum.de^*.php$subdocument
||eltern-zentrum.de^*/werbeblocker_abschalten.jpg
||elternforen.com/images/aad.png
||elternforen.com/limango.gif
||ems-tv.de/banner/
||englische-briefe.de/images/maennergeschenke.jpg
||enjoykitz.tv/banner1.png
||eot-clan.net/images/banners/
||epochtimes.de/js/businessad.js
||erdbeerlounge.de/addons/common/pics/coop/
||erotikforum.at/images/banner/
||eslgfx.net/media/masters/esl_sitebranding_homefront.jpg
||esportcup.kicker.de/iframe/index.html
||etailment.de/wp-content/uploads/*/Barcamp1.gif
||etailment.de/wp-content/uploads/*/etailment.gif
||etailment.de/wp-content/uploads/*_250x700.
||etcg.de/images/sponsoren/
||etcg.de/sponsor/
||etel-tuning.de/img/300250-
||etel-tuning.de/img/banner_vzappeal.jpg
||europeonline-magazine.eu/anzeigen/
||europeonline-magazine.eu/anzeigen2/
||eviltrash.to/banner3.jpg
||evz.ch/assets/banner/
||experten-interviews.de/wp-content/uploads/*/banner_timetoprint_
||expertentesten.de/wp-content/uploads/*/faszienrolle-sportastisch.jpg
||explora.ch/uploadfiles/banner/
||explora.ch/uploadfiles/bannersky/
||express.de/image/view/*,data,lotto_sommer.gif
||ext.platinnetz.de^
||fahrzeuglackiererforum.de/layer.js
||fahrzeugseiten.de/autoteiledirekt_
||fahrzeugseiten.de/Tirendo-Gutschein.jpg
||fail4fun.de/layerloop/
||fairytail-tube.org^*/amzb/
||fairytail-tube.org^*/amzl/
||fake-it.biz/lla2/
||fake-it.biz^*/layer.php
||falk.de/fr/aservice.php?
||falk.de/fr/bn.php?
||familytv.de/design/11899.gif
||familytv.de/images/sonnenklar.jpg
||familytv.de/images/visitx-banner.jpg
||famousfm.de/images/partner/
||fap-tastic.com^$subdocument,domain=trendhure.com
||farmarbeit.de/uploads/images/taxback-rec.jpg
||farmarbeit.de/uploads/images/wt_kanda10_
||faz.net/f6/ad/
||fbsmiley.de/tipp/moodrush.gif
||fc-koeln.de/fileadmin/img/banner/
||fck.de/fileadmin/default/templates/gfx/banner/
||fcschweinfurt1905.de/wp-content/uploads/*_Skyscraper_
||fcz.ch/_img/banner/
||fcz.ch/_img/banner_
||feierabend.de/gta/
||fernsehserien.de/gfx/anzeige.gif
||fettspielen.de/de/banner/
||ff-bz.com^*/banner-
||ffn.de^*/banner/banner_
||ffn.de^*?imgPrefix=$xmlhttprequest
||fhcdn.net^*/ebay_logo.gif
||fhz-forum.de/banner_$image
||file-upload.net^*/popup.js
||filestore.to/banner/
||filme2k.net^*/system.js
||filmz.de/h/la.htm
||filmz.de/h/r.htm
||filmz.de/h/s.htm
||filmz.de/h/u.htm
||finanzen.net/images/a_anzeige/
||finanzen.net/images/b_euro_eurams/banner_wiki_eas.png
||finanzen.net/images/b_partner/
||finanzen.net/images/b_realtime/hsbctopflop.png
||finanzen.net/images/b_realtime/ubspassendeprodukte.png
||finanzen.net/images/b_realtime/vontobel-banner2.
||finanzen.net/swf/a_anzeige/
||finanznachrichten.de/scripts/defend.js
||finanztreff.de/ftreffNG/media/partner/
||finde-reitbeteiligung.de/banner/
||finya.de/ad/
||fischkopf.de/image-content/wallpapers/
||flashmob.de/modules/mod_beinvolved/images/wordpress.png
||flirttoday.de/popup_
||flugzeugbilder.de/adria.gif
||flugzeugbilder.de/schriftklein.jpg
||fm-arena.de/images/fm10/*x128.gif
||foerderland.de/fileadmin/user_upload/banner_
||forendienst.de/ad/
||forenhoster.net/index.php?wbu=$subdocument
||forum-speditionen.de/k-grafik/
||forumprofi.de/fritz/$subdocument
||fr-online.de^*/teaserbox_300x160.jpg
||fr-online.de^*_banner_fr_
||free-klingeltoene-handy.de/images/bannertopbg.jpg
||freecity.de/www/anzeige.gif
||freenet.de^*/mail/ads/
||freizeitparks.de/fileadmin/user_upload/banner/
||fremdwort.de/image/$subdocument
||fremdwort.de/images/banner_
||fremdwort.de^*/image/$subdocument
||frischauf-gp.de/fileadmin/images/banner-extern/
||fruchthandel.de/uploads/tx_macinabanners/
||fscklog.typepad.com/heise_mac.gif
||fscklog.typepad.com/ms_imovie.jpg
||fscklog.typepad.com/sz_kampagne.gif
||fsv-frankfurt.de/cms/fileadmin/templates/fsv/img/banner/sparhandy_banner.jpg
||fuechse-berlin.de^*/anzeige.gif
||fun80s.fm/www/images/deinbanner.gif
||fundanalyzer.de^*/laufband.js
||fundanalyzer.de^*_banner.swf
||fundresearch.de^*/laufband.js
||fundresearch.de^*_banner.swf
||funkbasis.de/images/ban-
||funnybilder.net^*/dug_layer.js
||funnypizza.de/swf/pizzadebanner.swf
||funnypizza.upjersnet.de/upad/
||funtasticparty.de/funta/search.php?$subdocument
||fussballdaten.de/img/sportwetten/sw_
||fussballn.de/images/banners/
||fussbodenbau-forum.com/_images/banner/
||g4u.me/images/partner/
||g4u.me/images/partners/
||g4u.me/js/dug_layer.js
||gamecaptain.de/css/gc_branding_
||gamefox.de/design/bannershaiya_
||gamefront.de/am-zombiu.jpg
||gamefront.de/anz-$image
||gamefront.de/anzeige-$image
||gamefront.de/banners/
||gamefront.de/f2play-
||gamefront.de/gamecompany-170912.jpg
||gamefront.de/gamedealer170113.gif
||gamefront.de/gameplan2.gif
||gamefront.de/gametrader150x250.jpg
||gamefront.de/kingpl*.gif
||gamefront.de/my-game-deals150x300.jpg
||gamefront.de/online-spiele4me150x300.jpg
||gamefront.de^*-160x200px_
||gamefront.de^*.swf|
||gamehammer.de/sts/$image
||gamehammer.de/wum/$image
||gamekeyfinder.de/img/rot/
||gamekeyfinder.de/img/rotation/
||gamemovieportal.ch/_banners/
||gameone.de/images/icons/paysafe.jpg
||gameone.de/images/nokia/
||gameothek.com^*/wp-addpub/
||gamepro.de^*/ova.swf
||gamers.at/fileadmin/user_upload/website/brandings/
||gamers.at/images/branding/
||gamers.at/uploads/tx_consolmedia/*_branding.jpg
||gamers.at/uploads/tx_consolmedia/*_branding_
||gamers.at/uploads/tx_consolmedia/*_sitebranding_
||gamers.at/uploads/tx_consolmedia/bg_*.jpg
||gamers.at/uploads/tx_consolmedia/branding_
||gamersglobal.de/b.js
||gamersglobal.de/GAMERS-ps4-exp_v2_statisch.jpg
||gamersglobal.de/inc/w/$image
||gamersglobal.de^*_skin_
||gamersplus.de/fileadmin/user_upload/website/brandings/
||gamersplus.de/images/branding/
||gamersplus.de/uploads/tx_consolmedia/bg_*.jpg
||games.ch^*/banner/
||gamestar.de/_misc/cntdwn/
||gamestar.de/_misc/countdown/
||gamestar.de/img/gamestar/_misc/gcEventBtnPrmBg.png
||gamestar.de/img/gamestar/_misc/prm_logoheader_gs_
||gamestar.de/img/gamestar/_misc/promotion/*/amazon_button*.png
||gamestar.de/promotion/promowidget/
||gameswelt.net/public/upload/fullexpbranding/
||gaming-insight.de/images/amd-*.swf
||gaming-insight.de/images/banners/
||gaming-insight.de/images/sensei.jpg
||gaming-insight.de/images/steelseries-legendary.jpg
||gamingxp.com^*/metacritic_reviews_games.png
||gamingxp.com^*/wallpaper-
||gamingxp.com^*/wallpaper/
||gamona-images.de/471277/cf9b98701d9a4221b994fe5e7bd32c87.jpg
||gamona-images.de/471284/3f71999f1544d168cbce0128572e0b5a.jpg
||gamona.de/assets/*/fallback_
||gamona.de/assets/*_expandable.jpg
||gamona.de/assets/*_interstitial_
||gamona.de/assets/*_sitebranding-
||gamona.de/assets/*_sitebranding_
||gamona.de/zeugs/*_300.swf
||gamona.de/zeugs/*_728.swf
||gamona.de^*/1d51490a42eb6b18422ad278e296b2db.js
||gamona.de^*/9aa397ac7f3010335eb8d6138ad988fe.js
||gamona.de^*/widesky.swf
||gassitv-oxas.joshleepictures.com^$domain=gassi-tv.de
||gayfm.de/banner/
||gayfm.de/images/banner/
||gb-4you.com/js/lad/
||gbase.de^*/branding-link.$image
||gbase.de^*/branding.$image
||gehaltsvergleich.com/bkk2/$subdocument
||gehaltsvergleich.com/di.html
||gehaltsvergleich.com/di2.html
||geizhals.at^*/ad/
||geizkragen.de^*/anzeige*.gif
||gelbeseiten.de/yp/ppcHorzAction.yp?
||gelbeseiten.de/yp/rechte_spalte.yp?
||gelbeseiten.de^*/marginale_advt.yp
||gelbeseiten.de^*/regioframe.yp
||gentleman-blog.de^*/banner.jpg
||gentleman-blog.de^*/skyscraper.swf
||gentleman-blog.de^*/superbanner.swf
||gepostet.com/templates/desktop/images/banner/
||gepostet.com^*/layer.js
||germanscooterforum.de/bannermanagement/
||geschenke.de/banner/
||gesetzlichekrankenkassen.de/banner_ext/
||gesichtskirmes.net/deal.php
||gesichtskirmes.net/fire-popdown-gk.js
||gesichtskirmes.net^*.php|$script
||getgaming.de/sites/all/themes/getgamingtheme/img/*_bg.jpg
||getgaming.de/sites/all/themes/getgamingtheme/img/bg_*.jpg
||gewinnspiel-gewinner.de/images/zu-verschenken.gif
||giessener-allgemeine.de/cms_media/module_wb/$object
||glarus24.ch/typo3conf/ext/juhuiinserate/scripts/inserate_ajax.php
||gload.cc/images/freeh.png
||gload.cc/images/freehosterb.gif
||gload.cc/images/freeuser.png
||gload.cc/images/highspeed.gif
||gload.cc^*/fbanner.gif
||gmx.net/banner?
||goastro.de/popup_chat/
||goettgen.de/g-a-s/www/images/
||gofeminin.de/home4/skin/*_*/home.css|
||goldesel.to/img/*.gif|
||goldesel.to/img/reg_top.png
||goldesel.to/img/spyoff
||goldesel.to/img/usen.gif
||goldstar-tv.de^/banner/
||golem.de/_img/microcity.jpg
||golem.de^*_afc1.js
||golem.de^*_afc2.js
||golem.de^*_afc3.js
||googlewatchblog.de/apt.png
||googlewatchblog.de/wp-content/uploads/amazon-music-hd-stream.jpg
||gooster.at/js/ov.js.php?
||gooster.ch/js/ov.js.php?
||gooster.de/js/ov.js.php?
||gotv.at^*_clicktag.swf
||gratis-hoerspiele.de/wp-content/uploads/*/heias_
||green.ingame.de^
||grillratte.de/wp-content/uploads/2011/12/1-und-1.gif
||gronkh.de/media/brandings/
||grosseleute.de/banner
||grosseleute.de/otto_*.gif
||grosseleute.de^*.php|$image
||grower.ch/partner/
||gsx-r1000.de/styles/haendler/footer/mbs.png
||gtavision.com^*/reklame_
||guenstiger.de/a-d-s/
||guenstiger.de/banner/
||guenstiger.de/bilder/anzeige_
||guiders.de/cms/landing/bonn-bike-shop-ii.jpg
||gulli.com/layout/partner/
||gulli.com/media/partner/
||gulli.com^*/camao_ebay_
||gutefrage.net/js/marketing.js
||gutefrage.net^*/partner-tipp-
||gutefrage.net^*/premium_partner/
||gwars.de/index.php?page=advertisingpage
||günstiges-feuerwerk.de^$domain=imagebanana.com
||halle.de/anzeigen/
||halleforum.de/images/anzeige_
||hallo-verlag.de/img/sky_*.swf
||hallo-verlag.de/img/super_*.swf
||hamburg-pride.de/fileadmin/banner/
||hamm.biz/bannerBOX.php
||hamm.biz/bannerLB.php
||hammonline.de/bannerbox.php
||hammonline.de/bannerlb.php
||hammstars.de/bannerBOX.php
||hammstars.de/bannerLB.php
||handball-neuhausen.de/images/logos/sponsoren/slider/
||handelsblatt.com/images/icon/anzeige_h.gif
||handwerksblatt.de/banner_scripte/
||handykino.info/banner/
||hannover-allsports.de/ast/home_files/luederslogo_cmyk.png
||hannover-allsports.de/ast/home_files/rs_logo.png
||hannover-dragonboatraces.de^*/drachenbootshop.jpg
||hannover-dragonboatraces.de^*/gessjacob.jpg
||hannover-dragonboatraces.de^*/gilde.gif
||hannover-dragonboatraces.de^*/logo_avi.jpg
||hannover-dragonboatraces.de^*/logo_starlighte.jpg
||hannover-dragonboatraces.de^*/sponsors/
||hannover-dragonboatraces.de^*/tui.jpg
||hannover-zeitung.net/images/banners/
||hannover96.de/CDA/uploads/tx_templavoila/sponsor_
||hans-wurst.de/images/empfehlung/
||hans-wurst.net/wp-content/uploads/ama/
||happywins.com/headbanner.php
||hardbase.fm/banner/
||hardware-academy.org/images/banners/
||hardware-experten.de/images/banner/
||hardware-factory.com/banner/
||hardware-factory.com/images/01_ban/
||hardware-factory.com/images/banners/
||hardwareluxx.de/images/stories/werbung/
||hardwaremax.net//images/banners/
||hardwaremax.net/images/banners/
||hartgeld.com/images/banners/
||hartgeld.com/images/wb/
||hartgeld.com^*/hgb_
||haustechnikdialog.de/banner/
||hc-aschersleben.de/SponsorenBanner.swf
||hc-empor.de/images/content/sponsors/
||hc-erlangen.de/fileadmin/user_upload/bundesliga/sponsoren/
||hcempor.de/images/content/sponsors/
||heddesheimblog.de^*/anzeige-
||heddesheimblog.de^*/bds-anzeige-
||heidoc.net/amazon/
||heimspiel-online.de/uploads/tx_macinabanners/
||heinertown.de/anzeigen/
||heise.de/icons/ho/seen_by_banner.gif
||heldendesalltags.net/rss/handyz_rss_.php
||hertener-allgemeine.de^*/anzeigen/
||hg-saarlouis.de/uploads/pics/swsls_vdsl_
||hierspielen.com/vda/$subdocument
||hifitest.de/wb/*_MediumRectangle
||hifitest.de/wb/*_Offerbox
||hifitest.de/wb/*_Skyscraper
||hifitest.de/wb/*_XXLBanner1_
||highway-magazin.de/images/banners/
||highway-magazin.de/images/samenwahl_highway2.gif
||hiking-blog.de/wp-content/uploads/*/Campz.de-300x177.jpg
||hildesheimer-allgemeine.de/uploads/tx_macinabanners/
||hintergrundfakten.de/hint_data/check24_x.jpg
||hintergrundfakten.de/hint_data/smav_a_b.gif
||hintergrundfakten.de/hint_data/t24.jpg
||hintergrundfakten.de/hint_data/weg_de_last_min.jpg
||hirnfick.to/hf.php
||hirnfick.to/random.php
||hl-live.de/aktuell/grafiken/banner/
||hl-live.de/aktuell/grafiken/vg/
||hl-live.de^*/banner.
||hmediacdn.com^$media,domain=4players.de|golem.de
||hochzeitsplaner.de^*_200x600.
||hochzeitstage.de^*/200x600_
||hochzeitstage.de^*/728x90hochzeitsdrucksachen.gif
||hoerbuch.us/bannerd.php
||hoerbuch.us/bannerdd.php
||hoerbuch.us/pop.php
||hoerbuch.us/popser.php
||hoerbuchfm.de^*/banner/
||hollywood-streams.com/partner.js
||holstein-kiel.de/tl_files/banner/rectangle_
||holstein-kiel.de/tl_files/banner/skyscraper_
||holstein-kiel.de/tl_files/banner/wide_rectangle_
||homad1.spiegel.tv^$object,domain=spiegel.tv
||homad2.spiegel.tv^$object,domain=spiegel.tv
||homepage-anleitung.de/wp-content/uploads/*/sky2.png
||hopto.org^*/banner.html
||hornoxe.com/ddpd.js
||hornoxe.com/plp_
||hornoxe.com/pup_plaer.js
||hornoxe.com^*.php$subdocument
||hornoxe.com^*.php|$script,domain=hornoxe.com
||hornoxe.com^*/BannerDuckyPoker_
||horseweb.de^*/blink/
||hosteurope.de/goloci/$domain=goloci.de
||hotel-tip-thailand.de/images/villa_rental_deals.jpg
||hotel-tip-thailand.de/images2/andaman_photography.jpg
||hotel-tip-thailand.de/images2/best_deal_hotels.jpg
||hotel-tip-thailand.de/layer_add.js
||housetime.fm/banner/
||hsc2000.de/files/knoch-web-banner-hsc.jpg
||hsc2000.de/files/livestream_2014_oben.png
||hsc2000.de/files/livestream_2014_unten.png
||hsc2000.de^*/cosponsoren/$subdocument
||hsg-pohlheim.de/hsg/images/banner/sponsoren/
||hsg-wetzlar.de/uploads/*_banner_650x100.
||hsg-wetzlar.de/uploads/tx_templavoila/*-Banner.gif
||hsg-wetzlar.de/uploads/tx_templavoila/*_Anzeige_
||hsg-wetzlar.de/uploads/tx_templavoila/Banner_Stadthalle.jpg
||hsgnordhorn-lingen.de/sites/all/themes/hsg/images/spons_top/
||hsvhandball.com/fileadmin/user_upload/Banner/
||html-world.de/anzeige.gif
||html-world.de/anzeige3.gif
||htwk-leipzig.de^*/premium-partner/
||iamgamer.de/uploads/tx_iagnewsandarticles/branding/
||iamgamer.de/uploads/tx_iagnewsandarticles/brandings/
||iban.de/img/1/bbox.gif
||iban.de/img/1/blead.gif
||iban.de/img/1/btop.gif
||ibash.de^*.html$subdocument
||ich-hab-gar-keine-homepage.de/show/kh.php
||ichspiele.cc/assets/images/backgrounds/
||idealo.de/banner/
||idowa.de/banner/
||idowa.de/dynamic/content/banner.do?
||idowa.de^*/banner_objekte/
||ifun.de/mediablitz/$subdocument
||ignimgs.com/static/ignmedia/sites/de.ign.com/img/default/
test_skin_de.ign.com.jpg$domain=de.ign.com
||im.banner.t-online.de^
||im1.tv^*/commercial/
||imagebanana.com^*/layer.js
||images-amazon.com/images/*/marquee/
||images-amazon.com/images/*/marqueestatic/
||img-up.net/?layer|$script
||imgimg.de/a-d.php
||imgimg.de/a-l.php
||imgur.com^$image,domain=monster-titten.com
||infantologie.de/layer.php
||info.koeln/site/uploads/default/banner/
||infokrieg.tv^*/gold-de-125x125.gif
||infokriegernews.de^*/180x200_
||infokriegernews.de^*/all_stern.jpg
||infokriegernews.de^*/krivor180x225.gif
||informatikboard.ch/banner/
||infranken.de^*/AdDeveloper_
||inside-channels.ch^*&ad.id=
||inside-it.ch/*&ad.id=
||inside.bz.it/images/banners/
||insidegames.ch/werbung/
||insidegames.ch^*_Insidegame_bkg.jpg
||interhyp.de/angular/lafpartner/$third-party,domain=t-online.de
||intimesrevier.com/banner/
||ip-ads.de^$domain=sueddeutsche.de|www.rtl.de|www.vox.de
||ircfaq.de/banner/
||ishare.to/images/banners/
||islam.de/images/other/banner/
||it-sa.de/uploads/tx_macinabanners/
||italien.info/booking.htm
||itseccity.de/banner/
||ix.de/icons/ho/seen_by_banner.gif
||jacktheripper.de/images/banner/
||jam.fm^*/centgebote.swf
||jam.fm^*/werbung/
||jappy.de/i/ad/
||jappy.tv/i/ad/
||jenatv.de/adds_
||jeversches-wochenblatt.de^*/banner/
||jimcdn.com/app/cms/*/image/i052aa4967c973160/$domain=mix-dich-gluecklich.de
||jjahnke.net/pt_popupbox.js
||jobs.tagesanzeiger.ch/teaser.php
||journalist.de/uploads/tx_macinabanners/
||journalmed.de/bannerimage.php?id=
||joursouvres.ch/pub_
||jungewelt.de/bannerdeliver.php?
||justpay.de/images/banners/
||juve.de/wp-content/plugins/banner/
||k-foren.de^*/prestitial.js
||ka-news.de/storage/*/techkanews/anzeigen/
||kabelbwforum.de/images/kabelbw/
||kabeldeutschland.de^*/556x464chat-m.gif
||kadett-forum.de/gp.swf
||karriere-im-ausland.de/bilder/ef_banner_
||kartfahrer-forum.de/board/images/banner/
||kaufn.com/banner_test/
||ketoforum.de/Banner/
||keywelt-board.com/banner.gif
||keywelt-board.com/banner2.gif
||kicker.de/generic/js/homad__
||kicker.de^*/anzeigevertikal.jpg
||kielz.de/uploads/partner/rotbanner-
||kilu.de^*/remote_changes.
||kino-zeit.de/proxy|$xmlhttprequest
||kino.de/js/mvf2.js
||kino.de/landingpages/
||kinokiste.com/assets/img/leaderboard_s.gif
||kinokiste.com^*/sofadeals_sky.
||kinoprogramm.bild.de^
||klamm.de^*/wms_show_frame.php
||kleiner-kalender.de/static/aablock/
||kleinreport.ch/uploads/banner/
||koelner-wochenspiegel.de/images/banner/
||koelschwasser.eu/images/banners/
||kondomgroesse.com^*/layer1.js
||konsolenschnaeppchen.de/content/plugins/background-manager/
||kopp-medien.websale.net^$domain=buergerstimme.com
||krankenkassentarife.de/images/anzeige_
||kress.de/typo3conf/ext/tmplkress/res/*-banner.js?
||kress.de/typo3conf/ext/tmplkress/res/*_200x2400.swf
||kress.de/typo3conf/ext/tmplkress/res/*_777x90.swf
||kriminalpolizei.de/images/lzw_banner.gif
||krone.at^*/ad_stylesheet/
||kronehit.at/assets/banner/
||kurier.at^*/dynamicads-$script
||kurier.at^*/dynamicads_
||laborjournal.de/banner/
||lachfails.net^*/layer.js
||lachfails.net^*/layer/
||lachschon.de^*/cutewood-promo.jpg
||land-der-traeume.de/bilder/banner/
||land-der-traeume.de/partner/
||langenscheidt.de^*/banner/
||langes-forum.de/images/banner/
||langes-forum.de/js/bannerwechsel_header.js
||laola1.at/fileadmin/sp10/img/presentings/
||latina-press.com/media/brasilianisch-lernen-180.jpg
||layer.lima-city.de^
||lena-meyer-landrut.de/lml/includes/apps/player/standard/avtconfig.xml$object
||lesben.org/images/banners/
||lightningcast.net^*/getplaylist?$domain=buffed.de|gamesaktuell.de|kicker.de|
pcgames.de|shape.de
||linguee.de/banner/
||linkbase.in/l.js
||linkcrypt.com^*/mirror.gif
||linkr.top/images/gutschein.gif
||linkr.top/images/rso.js
||linkr.top/images/ruse.js
||lintorfer.eu/wp-content/images/bauconcept.jpg
||lintorfer.eu/wp-content/images/bensberg2.gif
||lintorfer.eu/wp-content/images/bional.jpg
||lintorfer.eu/wp-content/images/boening.gif
||lintorfer.eu/wp-content/images/butenberg.jpg
||lintorfer.eu/wp-content/images/druckerei_preuss2.gif
||lintorfer.eu/wp-content/images/essbar.jpg
||lintorfer.eu/wp-content/images/fleermann10.jpg
||lintorfer.eu/wp-content/images/kroellgmbh.gif
||lintorfer.eu/wp-content/images/marbetinoa.JPG
||lintorfer.eu/wp-content/images/perpeet.GIF
||lintorfer.eu/wp-content/images/simons_klein.JPG
||lintorfer.eu/wp-content/images/Steingen2012.jpg
||lintorfer.eu/wp-content/images/Tus-Lintorf.gif
||lintorfer.eu/wp-content/images/victor.jpg
||lintorfer.eu/wp-content/uploads/*/130620peterbeyer.jpg
||lintorfer.eu/wp-content/uploads/*/131220peterbeyer.jpg
||lintorfer.eu/wp-content/uploads/*/131221kr%C3%B6lln.jpg
||lintorfer.eu/wp-content/uploads/*/20130322blumenkamp.jpg
||lintorfer.eu/wp-content/uploads/*/assro-bahr.jpg
||lintorfer.eu/wp-content/uploads/*/assro.jpg
||lintorfer.eu/wp-content/uploads/*/awo-jan.jpg
||lintorfer.eu/wp-content/uploads/*/bastelesel.jpg
||lintorfer.eu/wp-content/uploads/*/Bauconcept_131113.jpg
||lintorfer.eu/wp-content/uploads/*/bional.jpg
||lintorfer.eu/wp-content/uploads/*/butenbergneu.jpg
||lintorfer.eu/wp-content/uploads/*/fleermann_111213.jpg
||lintorfer.eu/wp-content/uploads/*/Froschk%C3%B6nige.png
||lintorfer.eu/wp-content/uploads/*/kr%C3%B6llneu21.jpg
||lintorfer.eu/wp-content/uploads/*/lintorfer1.png
||lintorfer.eu/wp-content/uploads/*/pflegeunion.jpg
||lintorfer.eu/wp-content/uploads/*/steingen2013.jpg
||linux-forum.de/images/misc/ebay_logo.gif
||lite-magazin.de/wp-content/uploads/*-629x150.
||lite-magazin.de/wp-content/uploads/*/629x120.
||lite-magazin.de/wp-content/uploads/*/629x120_
||lite-magazin.de/wp-content/uploads/*/629x180.
||live-stream.tv/images/savetv.gif
||loaderz.org^*/layer.php
||lohn-info.de/banner_meritum.gif
||lokalanzeiger.de/images/banner/
||lokalisten.de/eggs/cpi.php?acc=$script
||lokalisten.de/lokiimg/kunden/$image
||lokalisten.de/scripts/ox_spc.js
||looki.de/ba/
||looki.de/gfx/cache/ba_*.png
||looki.de^*/take_over_
||lose-keller.de/sk_views.php
||lounge.fm^*/auto-doc.
||lounge.fm^*/topersatzteile.
||lounge.fm^*_Anzeige_
||lowbird.com/media/ichwuerde.gif
||luebeck-tourismus.de/images/stories/*_154x70
||luebeck-tourismus.de/images/stories/banners/
||luxprivat.lu/uploads/tx_luxprivat/tx_ads/Elecars_Weblink_bouton.jpg
||luxprivat.lu/uploads/tx_luxprivat/tx_ads/Guav-Banner.png
||luxprivat.lu/uploads/tx_luxprivat/tx_ads/Pub_CPE_01.jpg
||lvz-online.de/includes/flash_sachsendeal/
||maclife.de/sites/all/modules/fm_imageslider/slider.html
||macnews.de^*/musicstar-teaser.gif
||maerkischeallgemeine.de/widget_meinprospekt.html
||maerkte.sueddeutsche.de^$subdocument
||mafia-linkz.to/tmp/fl_$image
||mafia.to/base.php?
||mafia.to/dl_header.cfm
||magistrix.de/dblock/
||magistrix.de/deblock/
||magistrix.de/deeblock/
||mailcdn.de/w.php?$domain=mail.de
||mailgen.biz/img/banner_
||mailgen.biz/lla2/
||mainz05.de/mainz05/banners.html
||mamamiez.de^*/ecover_banner.png
||manabase.de/images/topimg.gif
||maniac.de/sites/all/themes/maniac/images/campaigns/
||map24.com/banner/
||marcus-klein.de/EWR-Logo-web-1.gif
||mb-treff.de/menue/banner/
||mba-studium.de/whb3.gif
||md5checker.com/ipodbanner.gif
||mdh-pa.net/trade_out.js
||mdlbs.motor-talk.de^
||media.beichthaus.com.s3.amazonaws.com/images/
horrordates.jpg$domain=beichthaus.com
||media.beichthaus.com.s3.amazonaws.com/images/meineticks.jpg$domain=beichthaus.com
||media.onlinewelten.com^
||media.outnow.ch/Site/Waerbig/
||media33.kanal8.de/media/*/banner/
||mediadb.kicker.de/nike/*/schuh_$image
||mediaforum.ch/banner/
||mediaforum.ch/banner_
||mediang.gameswelt.de/public/upload/$object,stylesheet
||medienzensur.de/bilder/links/unicef.gif
||meetingpoint-brandenburg.de/bilder/*/kunden/
||meetingpoint-brandenburg.de/bilder/*/werbung/
||meintomtom.de^*/back_adblock.gif
||meisterkuehler.de/bilder/artikel/banner/
||mensa-kl.de/banner/
||meproxsoft.de^*/banner-
||mercateo.com/delivery.engine/
||merkur.de/images/tz/img/mondly-
||messweb.de/clickrate/
||meteoprog.at/de/sections/254/$subdocument
||miba.de/bilder/banner/
||michas-spielmitmir.de^*/anzeige.gif
||michas-spielmitmir.de^*/banner_
||mimikama.at/wp-content/uploads/*/kl_promo_
||mistershoplister.de/mips.php
||mittelbadische-presse.tv/reiffvast/vast.php
||mmnews.de^*/banner-mmnews_336x279px.gif
||mmnews.de^*/bocker_gold.gif
||mobiflip.de^*/160er.html
||mobiflip.de^*/728er.html
||mobilegeeks.de/wp-content/uploads/2017/03/mobilegeeks_koop_banner_1600x900.jpg
||mobilfunk-talk.de/banner_rechts.php
||moddingtech.de^*/banners/
||modified-shop.org/images/banner/
||momo-net.com/tf/
||moneyspecial.de/ms/media/sponsor/
||moonsault.de/templates/
||moonwalk.ch^*/promobox_$subdocument
||morgenpost.de/adv/
||morgenweb.de^*/banner/
||morgfx.de/banner/
||motorrad2000.de/banner/
||motorsport-total.com/i/banner/
||motorsport-total.com/i/dunlop_flash.gif
||motorsport-total.com/image/
||motorsport-total.com^*/image/
||motorsport-xl.de^*/werbung/
||mototreff.ch/Banner/
||movie-stream.to/do.php
||movie-stream.to^*/pop*.js
||movie-stream.to^*/system.js
||movie2k.ag/sw.js
||moviebb.to/img/banner/
||moviebox.to/do.php
||moviebox.to^*/*pop*.js
||moviebox.to^*/system.js
||moviestube.net/protection/1/$image
||moz.de/fileadmin/media/flash/online_banner_
||mr-wetter.de/images/banners/
||msxfaq.de/images/banner_
||msxfaq.de/images/skyscraper.gif
||msxfaq.de/images/skyscraper_
||msxfaq.net/images/banner_
||msxfaq.net/images/skyscraper.gif
||mt-online.de/_em_daten/^*_rectangle.jpg
||mtb-news.de^*/anzeige.gif
||muenchen.de^*/banner/
||muenzen.net/banner/
||multilingual.de^*/banner/
||musiksampler.de/images/banner/
||muskelschmiede.de/forum/partner/
||muskelschmiede.de/images/banners/
||mvv-muenchen.de/web4archiv/objects/pictures/homepage/banner/
||myanimes.net/layer.js
||myboerse.bz/annedpromo.php
||myboerse.bz/popups.php
||myboerse.bz^*.php$subdocument
||myconsol.net/uploads/brandings/bg_
||myconsol.net/uploads/brandings/headerbg_
||mycsharp.de/wbb2/images/community_index/events/*_140x100.gif
||mydict.com/images/w/
||myfile.bz/out.js
||myfunlink.to/handyz_rss_.php
||myfunlink.to/psdealsrss.php
||myfunlink.to/viral/
||mygully.com/daload.php
||mygully.com/popbit.js
||mygully.com/popup.js
||mykino.to/templates/tvspirit/js/customPopup.js
||mypolonia.de/promo/
||myspass.de/myspass/includes/apps/player/standard/avt_config.php?$object
||myspass.de/myspass/includes/apps/player/standard/avtconfig.php?$object
||mytube-one.de/smoketown_$image
||myvideo.de^$subdocument,domain=schulterglatze.de
||myvideo.de^*/imm.swf$object
||n-romserver.de/w-info.gif
||n-tv.de/img/*_290_advogarant-
||nachrichten.at/oonup/images/kunden/
||nachrichtenamort.de/cms/wp-content/images/ANZ_
||nachtkritik.de/images/banners/
||namibia-forum.ch/images/banners/
||nanu.de/modules/wochenschau/banner/
||naturpark-augsburg.de/img_layout/zech_partner.jpg
||navi-forum.net/navishop.gif
||ncrypt.in/images/2.gif
||ncrypt.in/images/b/error.png
||ncrypt.in/images/b/side.png
||nerdcore.de/banner/
||nerdcore.de/wp/wp-content/themes/*/_img/hosteurope.gif
||netheweb.de/images/a-
||netheweb.de/images/trigami.png
||network.bildderfrau.de^
||network.gofeminin.de^
||network2.aufeminin.com^
||netzwelt.de/images/partner/
||netzwelt.de/js/ads/
||netzwelt.de/picture/original/*/header-navigon-
||netzwelt.de/picture/original/*/nav-prom-
||netzwelt.de^*/netzweltde-deals*.jpg
||netzwelt.de^*/netzweltde-sparberater-$image
||netzwerktotal.de^*/werbung/
||neue-braunschweiger.de/images/banners/
||neumarkt-tv.de/Media/5/Banner%20NEU/jubilaeum_button_100x100.jpg
||neuwagen.bild.de^$subdocument
||neuwagen.welt.de^$subdocument
||newgadgets.de/gaming.swf
||newgadgets.de/td.gif
||news.at/prod/win2day/
||news.de/resources/banner/
||news.de^*/ads/
||nfos.de^*/h4u_banner_
||nh24.de/images/banners/
||nibelungenkurier.de/upload/banner/
||nichtlustig.de^*/adv/
||nichtlustig.de^*/sponsor/
||nickles.de^*/ads.js
||niederschlagsradar.de/550x150.
||niederschlagsradar.de/bannerdetails.aspx?
||nmh.my.na/main/products^$domain=az.com.na
||nnz-online.de/_banner/
||nnz-online.de^*/anzeige.gif
||nnz-tv.de/_Banner/
||noobtech.at/wp-content/uploads/*-125x125-
||noobtech.at/wp-content/uploads/*/125x
||noobtech.at/wp-content/uploads/*_125x125_
||nordschleswiger.dk/uploads/Aabenraa-Kommune-
||nordschleswiger.dk/uploads/EDC_Banneranzeige_950x130-virker.swf
||nordschleswiger.dk/uploads/Kreditbanken1(2).jpg
||nordschleswiger.dk/uploads/Troest&Mensel_Annonce_Flash.swf
||nordthueringen-bote.de/gfx/banner110-160.jpg
||nordthueringen-bote.de/gfx/banner_
||norrmagazin.de/wp/wp-content/uploads/*-Banner-
||notebookcheck.com/fileadmin/templates/wbg/
||notebooksbilliger.de/images/banner/
||novalja-zrce.de/wp-content/uploads/*/novalja12.jpg
||nox.to/static/images/sky/
||nr-kurier.de/images/benderheadern.gif
||nr-kurier.de/images/ferdihombach.gif
||nr-kurier.de/pic/dbeyer_250_200.swf
||nrhz.de/flyer/media/banner/
||nullrefer.com^$subdocument,domain=anime-loads.org
||oe-static.de/js/rmif.js
||oeffentlichen-dienst.de/images/banners/
||oekoportal.de/sites/default/files/brennstoffzellen_heiztechnik.jpg
||oekoportal.de/sites/default/files/lifeforestry-oekoportal.gif
||ofc.de/v4/images/banners/
||ofdb.de^*/takeover_
||ohost.de/layer.php?
||oilimperium.de/img_standards/wallpaper01_
||okbb.de/index.php?wbu=spaa|$subdocument
||oktoberfestportal.de/pics_banner/
||olantis.com/images/lzobanner.gif
||oleo.tv/images/3gs.jpg
||onepiece-tube.com/templates/Grafiken/336-768-
||onlinebanking-forum.de/phpbb2/banner/
||onlinekosten.de/images/tactixx-banner.gif
||onlinemarketing.de/wp-content/themes/stream/images/sponsor/logo-d3media.jpg
||onlinemarketing.de/wp-content/uploads/*/125x125-onlinebanner_omd.png
||onlinemarketing.de/wp-content/uploads/*/onpage_ebook.png
||onlinemarketingrockstars.de/wp-content/themes/daily/js/omr_RS7_pdc_banner_$script
||onlinereports.ch/uploads/tx_macinabanners/
||onlinetvrecorder.com^*/ingoslayer.js
||onlinewahn.de/sky.js
||onlinewelten.com/img/sponsor/
||onlinewelten.com/uploads/brandings/
||orf.at/mojo/*/banner.html
||orientierungslauf.de/images/anzeige_neu/
||orientierungslauf.de/images/anzeigen/
||orientierungslauf.de/images/unterstuetzer/
||orschlurch.net/cgde.js
||orschlurch.net/cgde2.js
||orschlurch.net/player2.js
||orschlurch.net^*/amzn/
||orschlurch.net^*/poster/
||orthografietrainer.net/bilder/banner/
||oshelpdesk.org/zwodreifuenf.png
||osthessen-news.de/banner/
||osthessen-news.de/booklet/top_banner.js
||osthessen-news.de/deliver.php
||osthessen-news.de/Osthessenbanner_
||osthessen-sport.de/uploads/tx_macinabanners/
||osthessen-tv.de/banner_fr.php
||osthessen-zeitung.de/uploads/tx_macinabanners/
||out.webmaster-zentrale.de/images/xyz/
||outdoor-foren.de/images/enforcer/511_Outdoorforen_B.jpg
||outdoor-foren.de/images/vtlershop.de/
||outdoorseite.de/wp-content/uploads/*/trailsport-banner.jpg
||overclockingstation.de/banner/
||ox.gassi-tv.de^
||ox.immobilo.de^
||ox.videobuster.de^
||paderborner-blatt.de/images/banners/
||paninicomics.de/pqcms/template/2008pc/img/*/ecke-
||paradies-oberpfalz.de/banners/
||parcello.org/wp-content/uploads/*/amazon-$image
||partyamt.de/images/b/
||passwort-generator.com/assets/img/dropbox.gif
||paules-pc-forum.de/buch/
||paules-pc-forum.de/images/buch/
||paules-pc-forum.de/images/teufel/
||pc-experience.de/iframe/iframe.html
||pc-experience.de/iFrame/iframe_pce.html
||pc-magazin.de^*/partner.js
||pc-max.de^*/banners/
||pcgameshardware.de^*/miniteaser/
||pcmasters.de/forum/pcm-werbefrei.$image
||pcpraxis.de/images/banners/
||pctipp.ch/fileadmin/media/wallpaper/
||pdfzone.de^*_banner_800x120.
||pfaffenhofen-today.de/images/banners/
||pferd.de^*/ebay_logo.gif
||photon.de/bnnr/
||phpforum.de/jbar/js/jbar.min.js
||phytodoc.de^*/phytodoc-banner.js
||pi-news.net^*/paz-banner.gif
||picdump.tv^$subdocument,domain=trendhure.com
||picdumps.com/thumbs/monsters-army.jpg
||picdumps.com/thumbs/nemexia.jpg
||picdumps.com/thumbs/rotkaeppchen.jpg
||ping-timeout.de/b_$subdocument
||pirate-loads.to/fl.php
||pirate-loads.to/neu.php
||pizzamann.at/images/banner_
||planet3dnow.de/iframes/160homepage.php3
||planet3dnow.de/iframes/468ros.php3
||planet3dnow.de/iframes/ebay*.php
||planetradio.de/flash/banner_
||planetradio.de/images/banner-
||player.snacktv.de^$domain=shortnews.de
||ploynt.de/uploads/user_banner/
||pokerfirma.com/wp-content/uploads/*/gif_animata2_soloanim.gif
||porn-x.org/abkeulen.js
||porn-xx.net/pop-code.js
||pornflash.net/out.js
||pornit.org/l.js
||pornit.org^*/trade.js
||porno-pornos.org/slimtrade2.js
||pornohexen.com/tf?
||pornos-kostenlos.tv/js/pornme.js
||porntubedeutsch.com/s/js/ta-$script
||portalkunstgeschichte.de/_images/banner-
||portalkunstgeschichte.de/getmedia.php/_media/banner/
||powerforen.de^*/lookatme.js
||pr0gramm.com/escobar/data/banners/
||pr0gramm.com/escobar/data/img/
||pr0gramm.com/media/wm/
||pragerzeitung.cz/images/banners/
||preisbock.de/skin/*/mbskyscraper.gif
||preissuchmaschine.de/banner/
||pressebox.de/add/
||pressebox.de/images/banner/
||pressemeldungen.at/hinweis.jpg
||pressemeldungen.at/info.png
||presseportal.de/images/eyecatcher/
||primavera24.de/images/banners/
||primavera24.de/wp-content/themes/primavera/images/spezialBanner/
||primavera24.de/wp-content/uploads/*_Banner_600x124.gif
||primavera24.de/wp-content/uploads/banner_
||primavera24.de/wp-content/uploads/primavera_giro_premium_600x.png
||privacybox.net/images/vpn.gif
||pro-linux.de/images/forum/w0.png
||pro-linux.de^*/action/
||pro.de/pro_ballon/
||pro.de^*/layer.js
||pro7livestream.com/wp-content/plugins/wordpress-popup/popoverincludes/
||pro7livestream.com^*/divx.gif
||progtech.de/images/sponsoren/
||promiflash.de/static-images/campaigns/
||promiflash.de^*/takeover.
||proxydienst.de^*/max_rechts.gif
||proxydienst.de^*/max_unten.gif
||ps3-talk.de/images/wp/bgbanner.jpg
||ps3blog.de/interstitial.js
||ps3inside.de/forum/images/green/*-468.gif
||ps3inside.de/forum/images/green/figuren-zrr.gif
||ps3inside.de/forum/images/green/ps3inside_zockerrampe.gif
||pszone.eu/templates/playzone/img/bg_all.jpg
||pszone.eu/uploads/banners/
||pure-fm.de/wp-content/uploads/ad-
||pz-news.de^*/module_wb/
||querverweis.net/show/index.php?sac_cat=
||quoka.de/cdn/qrb/91/06/66/109660691.jpg
||quoka.de/fif.html
||quoka.de/partner/$subdocument
||quoka.de/services/get_json.js?*=$xmlhttprequest
||qvid.b-cdn.net^$domain=queer.de
||qvid2.b-cdn.net^$domain=queer.de
||r3view.de/images/banners/
||radio2000.it^*/banner_
||radioszene.de/banner/
||radiotirol.it^*_Banner_
||raetsel-hilfe.de/design/120x120-
||ratgeber-hausmittel.info/iframes/
||ratinger-news.de/images/banners/
||ratinger-zeitung.de/banner/
||rc-heli-fan.org/images/banner/
||rclineforum.de/forum/index.php?target=_blank&*&zoneid=$script
||rdrvision.com/images/partner/banner-
||rechnungswesenforum.de^*/ebay_logo.gif
||rechtslupe.de/banner/
||redensarten-index.de/banner/
||regionalbraunschweig.de/platzierungen/
||regionalheute.de/platzierungen/
||reifendirekt.at/simg/skyscrapers/
||reifendirekt.ch/simg/skyscrapers/
||reifendirekt.de/simg/skyscrapers/
||reiseangebote.sueddeutsche.de/products/iframe/
||reportnet24.de/banner/
||rhein-zeitung.de/cms_media/module_wb/
||rheinforum.com/banner/
||rnb-nutte.in/popdown.js
||rnz.de/grafiken/rnz_banner/odenwaelder.gif
||rnz.de/grafiken/rnz_banner/theater_banner.jpg
||rnz.de/netcontentmedia/bilder/red-banner-
||rockz.com/images/ctd-leader.jpg
||roller.com^$domain=rollertuningpage.de
||rollertuningpage.de/banner/
||rollertuningpage.de/franky/RTP_banner_
||rollertuningpage.de^*/250x250-
||rollertuningpage.de^*/800x100-
||rollertuningpage.de^*/rf_webbanner_
||rollertuningpage.de^*/skz_minibanner_
||rollingplanet.net/wp-content/uploads/*/BANNER-
||rollingplanet.net/wp-content/uploads/*/Banner_
||romance-tv.de^*/banner/
||rostock.de/bilder/_werbekunden/
||rot-weiss-erfurt.de/marketing/img_content/images/banner_wechsel/
||rot-weiss-essen.de/uploads/tx_macinabanners/
||rp-online.de/app/module/buttons/marktgefluester/
||rp-online.de/polopoly_fs/*x*.swf$object
||rp-online.de^*%20Channelsponsoring%
||rro.ch/cms/topbanner/
||rsa-sachsen.de/images/RSA/icons/affiliates/
||rsa-sachsen.de/rsa/vermarktung/
||rsh.de^*/playlist_amazon.gif
||rtl.de/img/flash_slider_o2.swf
||rtl.de/includes/wkw_xdot_$domain=wer-kennt-wen.de
||rtl.de/rtlde/media/schliessen.swf
||ruhrbarone.de^*/msbannerl_
||rummeldumm.de^*/werbefrei.gif
||runnersworld.de/sixcms/detail.php?id=
||russland.ru/images/banneroben750x100.jpg
||russland.ru/images/bannerrechts200x600.jpg
||russland.ru/images/buechervielfrassban300.jpg
||russland.ru/images/literaturreisen300.jpg
||russland.ru/images/roedl_gross580.jpg
||russland.ru/images/visaservice.gif
||russland.tv/images/raduga-banner450.jpg
||rv-news.de/siggi_neu09.jpg
||s24.com^$domain=quoka.de
||saarbruecker-zeitung.de/storage/med/finerio/
||safeyourlink.com/partner/
||salue.de^*?imgPrefix=$xmlhttprequest
||salve-tv.net/datenbank/image/motive_startseite/flug7.jpg
||salve-tv.net^*/salve-anzeigen.jpg
||sapi.edelight.biz/api/$domain=gala.de
||sat-erotik.de/blucom.gif
||sat-ulc.eu/images/misc/ebay_logo.gif
||saz-aktuell.com/img/com.png
||sb.sbsb.cc/images/first/
||sb.sbsb.cc/random.html
||sb.sbsb.cc/random2.html
||sb.sbsb.cc^*/rid.php?pic=rando
||sbb.ch/images/bw-hta-visa-bg.jpg
||sca-stveit.at/images/content/partner/
||scfreiburg.com/sites/default/files/sponsoren_
||schambereich.net/js/mdhsbexit.js
||schambereich.net/js/mdhsbexit_adplib.js
||schnaeppchenfuchs.com/eol2.png
||schnelle-online.info/amazon/$image
||schnelle-online.info/ban/
||schnelle-online.info/banner/
||schnelle-online.info/fruehbucher-banner_$image
||schnelle-online.info/pictures/banner/
||schnittberichte.com/pics/*_banner.jpg
||schnittberichte.com/pics/*_Siteskin_
||schnittberichte.com/pics/banner_bond.jpg
||schnittberichte.com/pics/bond_post.jpg
||schnittberichte.com/pics/mk2.jpg
||schnittberichte.com/pics/Riddick_sb.jpg
||schnittberichte.com/pics/Schnittberichte_BoRA.jpg
||schnittberichte.com/pics/Schnittberichte_Scorpion.jpg
||schnittberichte.com/pics/Sons-of-Anarchy_v2.jpg
||schnittberichte.com/pics/the_monster_project.jpg
||schnittberichte.com^*.swf$object
||schnittberichte.com^*/werbung/
||schnittberichte.com^*_459x1200_
||schnittberichte.com^*_takeover_
||schoener-fernsehen.com/images/gotootr.jpg
||schoener-onanieren.de/grifftechniken/maenner/autogas.jpg
||schule-studium.de/Studienkreis/Studienkreis160-600-
||schule-studium.de/Studienkreis/StudienkreisSkyscraper.jpg
||schule-studium.de^*-160-600-
||schwaebische.de^*/sykscraper.jpg
||schwaebische.de^*_articleorg_314x112_schwaebische_hbp.jpg
||schwedenstube.de/wimages/
||scifi-forum.de/styles/wallpaper/$image
||scm-gladiators.de/o.red.c/adv-
||scm-handball.de/o.red.c/adv-
||scm-handball.de/o.red.c/files/Webbanner_
||scooter-attack.com^$subdocument,domain=rollertuningpage.de
||sealed.in^*/downloadmirror.
||search.1und1.de/uns/amazon?$xmlhttprequest
||seatforum.de/forum/images/banner_
||seatforum.de^*/anzeige.gif
||see-online.info/banner_pictures/
||sein.de/uploads/banner_
||sein.de/uploads/gilmore.jpg
||sein.de/uploads/master-of-life-2.gif
||sein.de/uploads/ronnigilla.jpg
||sein.de/uploads/sein_dezember.gif
||sellerforum.de/banner/
||sensor-test.de/assets/Banner/
||seo-consulting.de/bilder/ban_
||seo-united.de/images/sponsoren_
||serien.bz^*/popdown.php
||serienjunkies.org/checkstatus.php
||serienjunkies.org/media/ajax/dd/
||serienjunkies.org/media/ajax/deals/
||serienjunkies.org/media/js/fpjsa0.js
||serienjunkies.org/media/mdz/
||serienjunkies.org/media/sapi/search.php?term=*&_=$xmlhttprequest
||serienjunkies.org^*/usenet.php
||serienoldies.de^*/jamba_ringtone.gif
||service4handys.de/banner/
||sevac.com/images/bmain-
||sevenmac.de/banner/
||sexgeschichten.com/banner/
||sexkino.to/777cams.html
||sexkino.to/777camsvert.html
||sexuria.com/layer.js
||sexuria.com/layer_$script
||sexuria.com/muvi_to468.jpg
||sexuria.com/poup.js
||sexuria.com^*/layer_
||sg-flensburg-handewitt.de/uploads/tx_macinabanners/
||sg-kt.de/images/banners/
||sg-leutershausen.de/storage/Sponsoring/Banner/
||sgcoburg.de/finale/bilder/promo/
||shop-027.de/images/logos/mallux_logo_
||shopanbieter.de/images/partner/
||silbernews.com^*/banner/
||simplytest.me/sites/default/files/sponsors/
||simpsons.to^*/banner.html
||simpsons.to^*/boxy.js
||simpsons.to^*/popupcode.js
||sincdn.appspot.com/img/exali/$domain=selbstaendig-im-netz.de
||sincdn.appspot.com/img/profi/$domain=selbstaendig-im-netz.de
||single-vergleich.de^$domain=netload.in
||sk-austriakaernten.at/images/990x33_sk_austria_kaernten2.swf
||sk-austriakaernten.at/images/bande_animation.swf
||slashhosting.de/wp-content/uploads/ad_
||smoozed.rocks/t.js
||sms-box.de/sms-popup.js
||sms4free.cc/js/more.php
||soft-ware.net/banner/
||solinger-bote.de/wp-content/uploads/*/AZ-2014-Sparkasse-Immobilienmesse.gif
||solinger-bote.de/wp-content/uploads/*/AZ-SLT-online_zD_3.gif
||solinger-bote.de/wp-content/uploads/*/AZ-SWS-SchnupperAbo.jpg
||solinger-bote.de/wp-content/uploads/*/VoBa_Baufinanzierung.gif
||solinger-bote.de/wp-content/uploads/*120x600-
||songtexte.bz^*/spreadshirt.png
||spartoo.de/footer_tag_iframe_
||spass-junkies.de^*.php|$subdocument
||spass-junkies.de^*/dealdoktorr.php
||spealz.de^*/dragonsoul-neonga.jpg
||speedlounge.in^*/highspeedmirror.jpg
||speedlounge.in^*/jspop.js
||speedlounge.in^*=highspeedmirror|
||speedtorrent.com/usenet/
||spiegel.de/gutenb/img/hoeflich-schokolade.gif
||spiegel.de/gutenb/img/HuH-Banner.gif
||spiegelfechter.com/img/apotheke.gif
||spiegelfechter.com/img/logone.jpg
||spiegelfechter.com/img/parship_pic.jpg
||spiegelfechter.com/img/poetry.png
||spiegelfechter.com/img/schottenland_175x80.png
||spiegelfechter.com/wordpress/amazon.html
||spielautomatenforum.de/allslots.gif
||spielautomatenforum.de/stake7_merkur.jpg
||spielbox.de/gifs/sky/
||spiele-for-free.de/wp-content/uploads/*_1920x1200_$domain=spiele-for-free.de
||spielen.de^*_2.js
||spielesite.com^*/sponsoren_search.php
||spielesnacks.de/wp-content/uploads/*-wallpaperx.jpg
||spieletipps.de/js/stroeer_prod_dfp_recovery.js
||spieletipps.de/spx/$media,other
||spinnes-board.de/banner/mail.gif
||sport1.de/img/TRB_SPORT1_810x90px_
||sport1.de^*/presenting_
||sport1.de^*/presentings/
||sport1.de^*/werbung/
||sportalplus.com^*/anzeige.gif
||sportbild.bild.de/sport/partner/viagogo/
||spox.com^*/xkoop/
||sprachnudel.de/--$xmlhttprequest
||sprachnudel.de/-/*/$xmlhttprequest
||sprachnudel.de/:/$xmlhttprequest
||sprachnudel.de/_sks02j1/$xmlhttprequest
||sprachnudel.de/js/t.js
||sprachnudel.de/js/too1s.js
||sprachnudel.de/~$xmlhttprequest
||sprachnudel.de^*/*.*=&$xmlhttprequest
||sprachnudel.de^*/?$xmlhttprequest
||sprachnudel.de^*/overture/$xmlhttprequest
||sprachnudel.de^*=|$xmlhttprequest
||sprachnudel.de^*?*^q=$xmlhttprequest
||sprachnudel.de^*_/*&*=$xmlhttprequest
||spreadnews.de/banner/
||spreeblick.com/wp-content/banner/teufel-spreeblick.gif
||spreeblick.com/wp-content/themes/*/thomann_banner_
||spreeblick.com^*/intro_banner.png
||spvggunterhaching.de/themes/haching/images/BSWALP-Onlinebanner.gif
||stadt-bremerhaven.de/grafiken/footer.gif
||stadt-bremerhaven.de/grafiken/getgoods2013.jpg
||stadt-bremerhaven.de/grafiken/gg_banner_320x100_ani.gif
||stadt-bremerhaven.de/grafiken/paragon.jpg
||stadt-bremerhaven.de/grafiken/pswbanner.jpg
||stadt-bremerhaven.de/grafiken/redcoon.jpg
||stadt-bremerhaven.de/grafiken/ubtech.jpg
||stadt-bremerhaven.de/wp-content/themes/Caschy2017/images/sidebar.jpg
||stadt-bremerhaven.de/wp-content/uploads/*/Bosch_Smart_Home_Aktion_
||stadt-bremerhaven.de/wp-content/uploads/*/seagate.jpg
||stadt-bremerhaven.de/wp-content/uploads/2014/02/brandbox-sony-vaio-multi-flip.png
||stadt-bremerhaven.de/wp-content/uploads/2016/11/h8bf.jpg
||stadt-bremerhaven.de/wp-content/uploads/2016/11/honor.jpg
||stadt-bremerhaven.de/wp-content/uploads/2016/12/honor5c-1.jpg
||stadt-bremerhaven.de/wp-content/uploads/2017/01/instaffo.gif
||stadt-bremerhaven.de/wp-content/uploads/2017/01/pswbanner.png
||stadt-bremerhaven.de/wp-content/uploads/2017/10/echo.jpg
||stadt-bremerhaven.de^*/psw.jpg
||stadt-werther.de/uploads/tx_macinabanners/
||staedte-info.net/bilder/banner_$image
||static-fra.de/nitronow/css/ad.css
||static-fra.de/rtlnow/css/ad.css
||static-fra.de/wetterv3/css/images/map/icons/knorr.png$domain=wetter.de
||static.top-hitz.com^
||stb-web.de/new/grafiken/banner/
||stealth.to/usenext
||stealth.to^*/layer.js
||stepstone.de/home_bottombanner.
||stepstone.de^*/skyscraper/
||stern.de/bilder/stern_5/allgemein/extras_vermarktet/
||stilmagazin.com/banner/
||store51.de/banner.js
||store51.de/banner1.js
||stream-oase.tv/images/banners/
||stream-oase.tv/images/fernsehen.to.png
||stream4.org^*/servletpop.php
||stream800.com/images/firstload-anmelden.gif
||stream800.com/layer.js
||streams.to/popup.php
||studio100.de/static/images/banner/
||studium-ratgeber.de/uploads/images/*-lb.jpg
||studium-ratgeber.de/uploads/images/*-sky.jpg
||stuttgarter-nachrichten.de/meinprospekt/
||stuttgarter-nachrichten.de^*/stn_ajax_galleryad?
||stuttgarter-zeitung.de/meinprospekt/
||suche.1und1.de/uns/affilinet?$xmlhttprequest
||suche.1und1.de/uns/amazon?$xmlhttprequest
||suche.gmx.net/uns/affilinet?$xmlhttprequest
||suche.gmx.net/uns/amazon?$xmlhttprequest
||suche.t-online.de^*^name=amazon^$xmlhttprequest
||suche.t-online.de^*^name=billiger^$xmlhttprequest
||suche.t-online.de^*^name=pageplace^$xmlhttprequest
||suche.web.de/uns/amazon?$xmlhttprequest
||suedkurier.de^*/textlinktest.php
||suedkurier.de^*_omsv.js
||suedpfalz-verlag.de/typo3temp/pics/89649c2ce4.jpg
||suedpfalz-verlag.de/uploads/pics/CBoltz.png
||suedpfalz-verlag.de/uploads/pics/DK-Grafik.png
||suedpfalz-verlag.de/uploads/pics/logo_fmf-real_suedpfalz_verlag_klein_01.jpg
||suedtirol1.it^*_Banner_
||suedtiroltv.it^*/banner
||sunshine.ch/files/banner
||sunshine.it^*/raika.
||superfly.fm/images/banners/
||superfunblog.com^*/layer.js
||supertipp-online.de/uploads/tx_macinabanners/
||surfmusik.de/anz1.gif
||surfmusik.de/audialsone-1.gif
||sv-schalding-heining.de/cm/uploads/tx_macinabanners/
||svm-fan.net/images/anzeige.gif
||svm-fan.net/images/banner/skyh2010.jpg
||svs.co.at/img/spons.jpg
||svs.co.at/img/titel_sponsores.gif
||svs.co.at/ktz.jpg
||svs.co.at/nwbanner2.jpg
||svs.co.at/nwbannernavi.jpg
||svs1916.de/_media/images/content/Partner_2012/source/
||svwehen-wiesbaden.de/medium/fitness_Sample.png
||svwehen-wiesbaden.de/medium/Hermann_Sample.png
||swimnews.de^*_250x880.jpg
||swimnews.de^*_960x120.jpg
||swz.it^*/pichler.gif
||swz.it^*_Webbanner_
||symptomat.de/ama/
||synchronkartei.de/amazonproxy.php
||synchronkartei.de/img/ext/
||t-online.de/auto/id_$xmlhttprequest,domain=t-online.de
||t-online.de/static/lisa/placement/
||t-online.de/to/common/next/amazon?
||t-online.de/to/common/next/billiger?
||t-online.de^*/-|$xmlhttprequest,domain=t-online.de
||tag-des-hundes.de/tl_files/images/banner/*_skyscraper.swf
||tagblatt.de/cms_media/module_wb/
||tageblatt.com.ar/banners/
||tagseoblog.de/images/schildkroete-net.png
||tagseoblog.de/images/vpp-werben280x250.jpg
||tah.de^*&tx_sfbanners_
||taketv.net/bilder/backdell.jpg
||taschenlampen-forum.de/images/fenix/
||taschenlampen-forum.de/images/imalent/
||taschenlampen-forum.de/images/jetbeam/
||taschenlampen-forum.de/images/ktl-store/
||taschenlampen-forum.de/images/myled.com/
||taschenlampen-forum.de/images/neonlaserchina.com/
||taschenlampen-forum.de/images/thrunite/
||taschenlampen-forum.de/images/tmart.com/
||taschenlampen-forum.de/images/vtlershop.de/
||tattoo-spirit.de/subsystems/adv_manager/
||taucher.net/tnadsy/
||team-alternate.de/docs/banner/
||tecchannel.de/assets/billiger.de/products.cfm
||technic3d.biz^$domain=technic3d.com
||technobase.eu^*/banner/
||technobase.fm/banner/
||tekkbase.net/board/images/banner/
||tele5.de/images/uploads/banner/
||teleboy.ch^*/promobox_$subdocument
||teleboy.net^*/promobox_$subdocument
||teltarif.de/ad/
||testreich.com/layer*.html
||thinkpad-forum.de/banner/
||thinkpad-forum.de/Neu/*-banner.
||thinkpad-forum.de/Neu/*_banner.
||thinkpad-forum.de/Neu/Banner-
||threepi.de^$media,domain=gamepro.de|gamestar.de
||ticket-leistung.de^*/banner/
||tinyurl.com^$domain=hoerbuch.us
||titanic-magazin.de/fileadmin/content/anz/
||titanic-magazin.de/fileadmin/content/anzeigen/
||tobitech.de/images/*.swf
||tollesthueringen.de/img_proximus/anzeigen/
||top-fm.de/images/partner/
||top-hitz.com/js/backtome.js
||top100station.de/ad_
||toxic.fm^*/sponsoren/
||trancebase.fm/banner/
||transfermarkt.de/bilder/inter_sport_
||transfermarkt.de/bilder/intersport-
||trapp-it-consulting.com/images/freelancer-it-
||travelbook.de/imgs/3/4/9/8/7/1/170419_TZ_QuerteaserHome_Dresden-
9fb6d957e46905cc.jpg$domain=travelbook.de
||travianstats.de/amenu.php
||travianstats.de/aoben.php
||travianstats.de/aunten.php
||treffseiten.de^*/logo_anzeige.$image
||treffseiten.de^*/logo_anzeige_$image
||treffy.de/images/preisbringer.jpg
||trendhure.com/gadgets/
||trendhure.com^$subdocument
||trendhure.com^*/gadgets.php
||trendhure.tv^$subdocument,domain=trendhure.com
||trendmile.de/gedichte.htm
||trenkwalder-admira.com/flash/sponsor.swf
||trenkwalder-admira.com/img/banner/
||triff-chemnitz.de/genbanner.php
||trophies-ps3.de/forenheader/amazon-
||tsv-friedberg.de/images/Scroller/
||tsv1860.de^*/Arabella_Banner-Startseite.jpg
||tsv1860.de^*/muenchen_de_471x90.jpg
||tsvbodnegg.de/wp-content/uploads/*/altherr.png
||tt.com/csp/cms/sites/tt/resources/sidebar/module145/images/
||tus-n-luebbecke.de/wp-content/uploads/*-Webbanner-
||tutsi.de/tutsi-blog-bilder/amazon-sonderangebote-prozente.gif
||tutsi.de/tutsi-blog-bilder/o2-nxt-tarif-vergleich.jpg
||tutsi.de/tutsi-blog-bilder/rabatte/$image
||tutsi.de/tutsi-blog-bilder/usenext-download-kostenlos.gif
||tv-huettenberg.de/startpage/hauptsponsoren_intro.png
||tv-huettenberg.de/startpage/premiumpartner_intro.png
||tv-kabel-plus.de/kabelplus/banner/
||tv-kabel-plus.de/kabelplus/icons/speedtest.jpg
||tv-kabel-plus.de/kabelplus/img/kptagpreis.jpg
||tvb1898.de/fileadmin/img/anz/
||tvb1898.de/uploads/pics/kempa.jpg
||tvb1898.de/uploads/pics/Sponsoren_
||tvdigital.de/files/images/browsergames/
||tvh1.de/images/stories/logos/fb_formaxx-
||tvh1.de/images/stories/sp_header/
||tvinfo.de/js/videobanner.php
||tvspielfilm.de/_img/plogos/golf.jpg
||tvspielfilm.de/imedia/*,dim:300x250.
||tvspielfilm.de^*/partner/
||tvtoday.de/_imgToday/plogos/golf.jpg
||tweakpc.de^*/anzeige_v60.gif
||u11.de/cgi-bin/count/
||uhrforum.de/styles/uhrforum/sponsored/
||uhrzeit.org/sys/banner_bigsize.php
||uhrzeit.org/sys/wallpaper/
||ultras.ws/acab24.jpg
||ultras.ws/betfair.gif
||ultras.ws/bild.php/*banner
||ultras.ws/cremers.gif
||ultras.ws/extrem.jpg
||ultras.ws/havics.jpg
||ultras.ws/hooliday.gif
||ultras.ws/label.gif
||ultras.ws/oben.php
||ultras.ws/pgwear.gif
||ultras.ws/red.jpg
||ultras.ws/supporter.png
||ultras.ws/supporterfilme.php
||ultras.ws/ultrasart.gif
||unitymediaforum.de/images/unitymedia/
||unitymediakabelbwforum.de/images/unitymedia/
||unmoralische.de/bilder/am-banner.gif
||unser-song-fuer-deutschland.tv^*/avt_config.php$object
||unser-star-fuer-baku.tv/usfo/player/default/avt_config.php?$object
||unser-star-fuer-oslo.de^*/config_avtblocks.xml$object
||unterhaus.at/ooe/images/banners/
||unternehmerkarte.de/include/config/popup.js
||unterwasserwelt.de/assets/images/*_banner_
||unterwasserwelt.de/assets/images/banner-
||unterwasserwelt.de/assets/images/banner_
||unterwasserwelt.de/assets/images/fotowettbewerb_13_traun_01.gif
||unterwasserwelt.de/assets/images/inserat_
||unterwasserwelt.de/assets/images/team_uww_03_beratungstelefo.jpg
||v-gaming.de/static/scripts/php/show.php?type=$subdocument
||v2load.de/kamp/
||vanion.eu/static/scripts/php/show.php?type=$subdocument
||vegan.de/foren/templates/default/images/b_*.gif
||vegetarierforum.com^*/google_links.jpg
||verbrechen.info/images/abus_
||verbrechen.info/images/leaderboard/
||verbrechen.info/images/skyscraper/
||verbrechen.info/kaspersky/
||vfb.de/fileadmin/REDAKTION/Business/Partner/Sponsoren_
||vfl.de/fileadmin/vfl/templates/flash/
||vfl.de/sponsorenviewer/sponsoren.swf
||vfl.de/uploads/tx_macinabanners/
||vhs-ol.de^*/ewe-skyscraper_
||via-ferrata.de/forum/templates/prosilverse/images/campz-banner.jpg
||via-ferrata.de/images/300x120px_
||via-ferrata.de/images/verticalextreme.jpg
||via-ferrata.de/templates/forum/banner/
||vienna.at^*/gewinnabfrage-120-90.swf
||vinschgerwind.it/images/banners/
||vipbilder.net^*/layer.js
||visions.de/assets/visions_300x150_
||viviano.de/teaser
||viviano.de^*/ad_anzeige_
||vol.at/flash/gewinnabfrage-120-90.swf
||voltiforum.de/images/banner2.jpg
||voltigierforum.de/images/banner2.jpg
||voltigierzirkel.de^*/banner/
||vsg2001.de/images/banners/
||vsport.at/fileadmin/sponsoren/
||vsport.at/uploads/tx_macinabanners/
||w.online-verlag-freiburg.de^
||waldecker-tagblatt.de/images/banners/
||waldecker-tagblatt.de/images/lichtenfels1.jpg
||waldeckische-landeszeitung.de/SWF/$object
||wallpaper-arena.to/ad.js
||wallstreet-online.de/_plain/_shared/default/hvb?
||wallstreet-online.de/banners/
||wallstreet-online.de/frontend/img/custom/hvb/icon.png
||wallstreet-online.de^*/gafc/
||wallstreet-online.de^*/lynx_logobanner.png
||wallstreetjournal.de/static_html_files/jsframe.html?jsuri=*doubleclick.net/
||warezking.in^*/layer.js
||waswiewo.com/media/banner/
||wcm.at/images/attingo.gif
||web.de/banner/
||web.de/banner2/
||web.de/banner?
||web.de/movein_$xmlhttprequest
||web.de/stv/img/global/wl/webde/img/nosteps/nosteps_*_300x400_
||web.de/v/home06/icons/buster/
||webmail.sh/media/banner/
||webme.com/pic/s/spieloase/banner_spieloase.gif
||webmiles.de/files/libs/css/moods/de_de/*.css
||webnews.de/cliptv/$image
||webnews.de^*/layer_interactive.swf
||webnews.de^*/sky_interactive.swf
||websingles.at^*/images/banners/
||webstandard.kulando.de^*/codingpeople-banner03.jpg
||webwork-magazin.net^*/facebook_gsl_zu_breit.jpg
||wegwerfemailadresse.com/images/banner
||weihnachtsmarkt-deutschland.de/anzeige/
||wein-plus.de/images/banner/
||wein.de^*/anzeige_side.
||welt.de^*/eas-
||weltuntergang-2012.de/pub/
||wer-weiss-was.de/cb/ARCHIVEARTICLE/AFTER_HEADLINE
||wer-weiss-was.de/cb/ARCHIVEARTICLE/AFTER_QUESTION
||wer-weiss-was.de/cb/ARCHIVEARTICLE/PRE_HEADLINE
||wer-weiss-was.de/img.r/logo_n24.png
||werstreamt.es/themes/wse/images/partner/
||wetter.com/cooperation/$~third-party
||wetter.net/images/karten-tickets.gif
||wetter.net/images/karten-tickets2.gif
||wetterauer-zeitung.de/cms_media/module_wb/
||wettforum.info/banner/
||wettforum.info/phpbb2/content_rot.php?
||wfcdn.de/5/surface-pro-3-$domain=winfuture.de
||wfcdn.de/5/surface_mss_bnt.png$domain=winfuture.de
||wfcdn.de/5/surface_mss_bnt_1.png$domain=winfuture.de
||wfcdn.de/5/windows8_amz_bnt.png$domain=winfuture.de
||wfcdn.de/5/windows8_amz_bnt_1.png$domain=winfuture.de
||whudat.de/images/lc_banner.jpg
||whudat.de/images/td-blogbanner.gif
||willhaben.apa.net/clientscript/google/
||wilmaa.com^*/brandings/
||win-lan.de^*/banners/
||windows-tweaks.info^*/safersurf__
||windowspro.de^$xmlhttprequest,domain=windowspro.de
||winfuture.de/css/images/$image
||winfuture.de/css/images/micropages/
||winrar.de/images/emsi.jpg
||winrar.de/images/emsi2.jpg
||winrar.de/images/mxi.gif
||wintergarten-ratgeber.de/uploads/tx_macinabanners/
||wirsiegen.de/wp-content/plugins/wordpress-popup/popoverincludes/
||wirtschaftsblatt.at^*=adsense
||witz.de/images/banners/
||woche.com.au/images/logos/werbung/
||wochenblitz.com/images/banners/
||woelfe-handball.de/uploads/tx_rlmpflashdetection/*.swf
||wohnmobilforum.de/anhaengerkupplungen.jpg
||wohnmobilforum.de/aqua.jpg
||wohnmobilforum.de/basba.jpg
||wohnmobilforum.de/camping-preisbrecher_header.jpg
||wohnmobilforum.de/caravantechnik.jpg
||wohnmobilforum.de/fleig.jpg
||wohnmobilforum.de/kro.png
||wohnmobilforum.de/luftfederung.jpg
||wohnmobilforum.de/motorradtraeger.jpg
||wohnmobilforum.de/ott.jpg
||wohnmobilforum.de/safety.jpg
||wohnmobilforum.de/waeco.jpg
||wohnmobilforum.de/wget/ebay.php
||wohnungswirtschaft-heute.de/dokumente/banners/
||wohnwagen.net/forum/wget/get_xml.php
||wolfenbuettelheute.de/platzierungen/
||wonnemar.de^*/magnum_banner1.swf
||world-of-hentai.to/ahw.php
||world-of-hentai.to/bilder/2widesky_g.php
||world-of-hentai.to/bilder/leaderboard.php
||wortfilter.de^*/4sellers.gif
||wortfilter.de^*/klarna_banner.gif
||wortfilter.de^*/yatego-shopping.gif
||wowmopguide.de^*/layer.js
||woz.to/tipp/
||wuppertaler-rundschau.de/web/promo/
||ww-kurier.de/images/benderheader.gif
||ww-kurier.de/images/ferdihombach.gif
||ww-kurier.de/pic/dbeyer_250_200.swf
||ww4.cad.de^*.php?*^what=zone:
||ww4.cad.de^*.php?what=*:*&n=
||ww4.cad.de^*/axjs.php
||ww4.cad.de^*/view.php?what=zone:
||www.connect.de^$script,domain=www.connect.de
||www.dialo.de^*_*.js?ts=$domain=dialo.de
||www.pc-magazin.de^$script,domain=www.pc-magazin.de
||www.tiervermittlung.de^*.js?ts=$script,domain=tiervermittlung.de
||wz-newsline.de/polopoly_fs/*-900x120.
||x.technic3d.biz^
||xdate.ch/banners/
||xlust.ch/banner/
||xp-antispy.org^*/sponsor_
||xtc-modified.org/images/banner/
||xup.in/com/pop.
||yabeat.com/generate_layer.php
||yabeat.com/i*.js|
||yabeat.com^*.php|$script
||yabeat.com^*3.js|
||yasni.de^*/partner/
||yigg.de^*/sponsorings/
||yimg.com/a/i/eu/cbe/xm/christmas_index_2010_de.jpg$domain=yahoo.com
||yimg.com/i/i/de/lfst/neuq.html$domain=yahoo.com
||youfreetv.net/js/jquery.ad.js
||yourdealz.de/120.gif
||yourjavascript.com^*/cpmsite.js$domain=anime-stream24.com
||youzap.de/img/fraag.de.jpg
||zapper-hulda-clark.de^*-webbanner_*.swf
||zebradem.com^*/banner/
||zeckenwetter.de/img/banner/
||zeitarbeit-zentrum.de^*.php$subdocument
||zeno.org/banner-
||zonx.de/layer/
||zumlink.de/public/images/banner/
||zweinullig.de/wp-content/uploads/125.png
||zweinullig.de/wp-content/uploads/chaershop.jpg
$csp=script-src 'self' 'unsafe-inline' 'unsafe-eval' data: blob:
www.googletagmanager.com *.google.com *.gstatic.com www.google-analytics.com
*.googleapis.com *.cloudflare.com *.twitter.com connect.facebook.net
cdn.hdfilme.net cdn.hdfilme.cx ssl.p.jwpcdn.com,domain=hdfilme.cc|hdfilme.cx
||xcine.tv^$csp=script-src 'self' 'unsafe-inline' 'unsafe-eval' data: blob:
*.cloudflare.com www.googletagmanager.com images.dmca.com *.google.com
*.gstatic.com www.google-analytics.com *.twitter.com connect.facebook.net
cdn.xcine.tv ssl.p.jwpcdn.com
/googleads.$domain=g.doubleclick.net|googlesyndication.com
/pagead2.$domain=g.doubleclick.net|googlesyndication.com|imasdk.googleapis.com
@@||ad.71i.de/somtag/loader/loader.js$domain=gofeminin.de
@@||amazon-adsystem.com/aax2/amzn_ads.js$domain=autobild.de
@@||g.doubleclick.net/dbm/vast?dbm_c=$xmlhttprequest,domain=imasdk.googleapis.com
@@||g.doubleclick.net/gampad/ads?*&iu_parts=5731%2CDE_GOFEMININ%2Corganic
%2Chome&$domain=gofeminin.de
@@||g.doubleclick.net/gampad/ads?slotname=*stern
%2F*^sz=480x360^$xmlhttprequest,domain=imasdk.googleapis.com
@@||g.doubleclick.net/static/glade.js$domain=autobild.de
@@||g.doubleclick.net/static/glade/extra_$script,domain=autobild.de
@@||kabeleins.de^$generichide
@@||metal-hammer.de^$generichide
@@||musikexpress.de^$generichide
@@||pagead2.googlesyndication.com/pagead/show_ads.js$domain=autobild.de
@@||ran.de^$generichide
@@||rollingstone.de^$generichide
@@||sascdn.com/diff/251/pages/$script,domain=autobild.de
@@||smartadserver.com/ac?nwid=$script,domain=autobild.de|transfermarkt.de
@@||smartadserver.com/diff/251/divscripte/$subdocument,domain=transfermarkt.de
@@||smartadserver.com/diff/251/partners/amazon.js$domain=autobild.de|
transfermarkt.de
@@||smartadserver.com/diff/251/verify.js$domain=transfermarkt.de
@@||transfermarkt.de^$generichide
_video_ads/$domain=imasdk.googleapis.com
autobild.de##a[onmousedown^="this.href='http://paid.outbrain.com/network/redir?"]
[target="_blank"]
connextra.com##iframe[src^="https://ssl.connextra.com"]
g.doubleclick.net###adunit
metal-hammer.de##a[onmousedown^="this.href='https://paid.outbrain.com/network/
redir?"][target="_blank"]
musikexpress.de##a[onmousedown^="this.href='https://paid.outbrain.com/network/
redir?"][target="_blank"]
musikexpress.de##iframe[src*="//fom.bildungscentrum.de/"]
rollingstone.de##a[onmousedown^="this.href='https://paid.outbrain.com/network/
redir?"][target="_blank"]
transfermarkt.de##.OUTBRAIN .ob-p
widgets.outbrain.com##a[onmousedown^="this.href='https://paid.outbrain.com/
network/redir?"][target="_blank"]
|http:$domain=adfarm1.adition.com
|https:$domain=adfarm1.adition.com
||2mdn.net^$domain=imasdk.googleapis.com|serving-sys.com
||ad.71i.de^$domain=autobild.de|gofeminin.de
||ad.yieldlab.net^$domain=gofeminin.de
||ad4mat.de^$domain=googlesyndication.com
||adform.net^$domain=autobild.de|googlesyndication.com
||adition.com^$domain=g.doubleclick.net
||adnxs.com^$domain=autobild.de|widgets.outbrain.com
||adrolays.de^$domain=autobild.de
||adsafeprotected.com^$domain=autobild.de|imasdk.googleapis.com
||adsnative.com^$domain=autobild.de
||amazon-adsystem.com^$domain=autobild.de|gofeminin.de
||betrad.com^$domain=googlesyndication.com
||cas.*.criteo.com^$domain=autobild.de
||cas.criteo.com^$domain=autobild.de
||cdn.flashtalking.com^$domain=autobild.de|imasdk.googleapis.com
||criteo.net/js/ld/publishertag.prebid.js$domain=gofeminin.de
||f11-ads.com^$domain=gofeminin.de
||flashtalking.com^$domain=g.doubleclick.net
||g.doubleclick.net^$domain=gofeminin.de|imasdk.googleapis.com
||google.com/adsense/$domain=autobild.de
||googlesyndication.com/daca_images/simgad/$domain=g.doubleclick.net
||googlesyndication.com/pagead$domain=g.doubleclick.net
||googlesyndication.com/pagead/$domain=g.doubleclick.net|googlesyndication.com
||googlesyndication.com/sadbundle/$domain=g.doubleclick.net
||googlesyndication.com/safeframe/$domain=g.doubleclick.net|gofeminin.de|
googlesyndication.com
||googlesyndication.com/sodar/$domain=googlesyndication.com
||googletagservices.com/tag/js/gpt.js$domain=gofeminin.de
||intellitxt.com^$domain=autobild.de
||moatads.com^$domain=autobild.de
||mookie1.com^$domain=autobild.de
||pagead2.googlesyndication.com^$domain=autobild.de|gofeminin.de
||perfectmarket.com^$domain=autobild.de
||plista.com/pictureads/$domain=autobild.de
||pubmatic.com^$domain=gofeminin.de
||redintelligence.net^$domain=g.doubleclick.net
||rtax.criteo.com^$domain=autobild.de
||sascdn.com^$domain=autobild.de
||servedby.flashtalking.com/imp/$script,xmlhttprequest,domain=autobild.de
||serving-sys.com/BurstingCachedScripts/$domain=serving-sys.com
||serving-sys.com/BurstingRes/$domain=imasdk.googleapis.com|serving-sys.com
||serving-sys.com/BurstingScript/$domain=serving-sys.com
||serving-sys.com/Serving/$domain=imasdk.googleapis.com
||smartadserver.com^$domain=autobild.de
||smartstream.tv^$domain=imasdk.googleapis.com
||spotxchange.com^$domain=imasdk.googleapis.com
||static.criteo.net/js/ld/publishertag.prebid.js$domain=autobild.de
||teads.tv^$domain=autobild.de
||tmssl.akamaized.net//ads/ads.js$domain=transfermarkt.de
||yieldlab.net^$domain=autobild.de
.gif|$popup,domain=autozeitung.de|formel1.de|fremdwort.de|inside-handy.de|
motorsport-total.com|news.de|seniorbook.de
/^https?:\/\/(.*)\.(gif|jpg|png|ico|html\?)/$popup,domain=hdfilme.cc|hdfilme.cx|
xcine.tv
^utm_campaign^$popup,domain=jappy.de
^utm_medium=popunder^$popup,domain=hilfreich.de
||1kino.in/vload.php$popup
||1kino.in^*/out.php$popup
||3dl.tv/redipo.php$popup
||5vor12.de/cgi-perl/adP?nr=$popup
||ad.netzquadrat.de^$popup,domain=sms.de
||adclick.g.doubleclick.net^$popup,domain=4players.de
||adcloud.net^$popup,domain=lustich.de
||adscale.de^$popup,domain=4players.de|lustich.de
||adsfac.eu/link.asp?$popup,domain=iamgamer.de
||amazon.de/?tag=bluray18-21$popup,domain=bluray-disc.de
||amazon.de/gp/*&tag=$popup,domain=chillmo.com
||amazon.de/s/*&tag=$popup,domain=bluray-disc.de
||amazon.de/s/?*&tag=$popup,domain=chillmo.com
||amazon.de^*&tag=$popup,domain=gamona.de
||amazon.de^*&tag=bluray18-21&$popup,domain=bluray-disc.de
||amazon.de^*/B019C5LZX4/?tag=$popup,domain=netzwelt.de
||amazon.de^*/ref=*&tag=$popup,domain=bluray-disc.de
||amazon.de^*^tag=$popup,domain=wetteronline.de
||cgames.de^$popup,domain=gamestar.de
||count.shopping.t-online.de/RE?ID=$popup,domain=t-online.de
||damoh.spiegel.tv^$popup
||damoh.sueddeutsche.de^$popup
||ddl-warez.to/_$popup
||dealbunny.de^$popup,domain=dokus4.me
||doubleclick.net^$popup,domain=gamestar.de|gamona.de
||ebook-hell.to/ad/$popup
||ebook-hell.to/out.php$popup
||ebook-hell.to^*/out.php$popup
||finya.de/Index/logoutAd/$popup
||googleadservices.com^$popup,domain=wetteronline.de
||green.ingame.de/www/delivery/inck.php?
oaparams=*__bannerid=*__zoneid=*__oadest=$popup
||hifi-forum.de/forum/banner/$popup
||jokermovie.org/out.php$popup
||ligatus.com^$popup,domain=gamona.de|n-tv.de
||lovoo.net^$popup,domain=smsform.de
||lustich.de/img/$popup
||mafia.to/exit.cfm$popup
||maniac.de/maniadrd.php?i=$popup
||neckermann.de^$popup,domain=5vor12.de
||partners.webmasterplan.com^$popup,domain=tele5.de
||playporn.to/out.php$popup
||putenbrust.net/cgi-bin/atc/out.cgi?l=popup&$popup
||slimtrade.com/out.php?s=$popup,domain=gload.cc
||sms2me.at^$popup,domain=superchat.at
||smsgott.de/click.php?url=$popup
||sptopf.de/tshp/RE?ID=$popup,domain=t-online.de
||stream-box.net/out.php$popup
||stream-seiten.org/out.php$popup
||superclix.de^$popup,domain=4players.de
||teltarif.de/click/*:*.a=$popup
||thepornlist.net^$popup,domain=sexuria.com
||tinyurl.com^$popup,domain=gamersglobal.de
||tipico.com^$popup,domain=yabeat.com
||tradedoubler.com/click?$popup,domain=smsform.de
||usenext.de^$popup,domain=5vor12.de
||williamhill.com^$popup,domain=trailerzone.info
||williamhillcasino.com^$popup,domain=trailerzone.info
||yabeat.com^*.php?id=$popup
||yasni.de/ad_pop.php$popup
finanzen.net###Ads_BA_CAD_box + .content_box
fussbodenbau-forum.com###Advertisment
onmeda.de###BANNER_AUSSEN
biomagazin.de,clubtime.fm,coretime.fm,hardbase.fm,housetime.fm,technobase.fm,trance
base.fm###Banner
triathlon-szene.de,x-athlon.de###BannerOben
triathlon-szene.de,x-athlon.de###BannerRechts
mazda-forum.info###BelowRectangle
cinemotion-kino.de###COMMERCIAL_HEAD
quoka.de###ColumnOuterRight > .yui3-u-1 > .box:first-child + .box > .ly-1:first-
child:last-child
quoka.de###ColumnOuterRight > .yui3-u-1:first-child:last-child > .box:last-child
> .ly-1:first-child:last-child
1kh.de###Container > #head:first-child + #content + br + .spacer + center
fr-online.de###ContainerContent > .Redaktionsmodul.Teaser
amazon.de###DAcrs1
amazon.de###DAi
amazon.de###DAr2
druckkosten.de###DKGA_LEAD
druckkosten.de###DKGA_SKY
hausgemacht.tv###FB2
news.de###FlexSky
news.de###FlexSky + div > div
news.de###FlexTop + div > div
volksfreund.de###Fullsize
goettgen.de###GAS_MRS
goettgen.de###GAS_SKSC
goettgen.de###GAS_SUBA
grenzwissenschaft-aktuell.blogspot.com###HTML3 + #HTML1 > .widget-content:first-
child
namsu.de###Info
express.de###JSAnzeigen
branchen-info.net,brd-info.net,staedte-info.net,top-dsl.com###Layer1
branchen-info.net,brd-info.net,staedte-info.net,top-dsl.com###Layer2
quoka.de###Layout2Column2 > .MsBoxSection
teltarif.de###LxFloatShop
teltarif.de###LxShop
mopo.de###MOPO-ad-uap-super-banner
ciao.de###MainRightColumn
windows-7-forum.net###MidRectangle
werkzeug-news.de###MitteRechts > .infoblock
abacho.de###MomondoWidgetSidebar
onmeda.de###PARTNERANGEBOTE
pocketpc.ch###PPCAdLeaderBoard_Filler
sgcoburg.de###PromoHead
sgcoburg.de###PromoRight
1erforum.de,dasheimwerkerforum.de,finanz-notes.de,mazda-forum.info,mercedes-
forum.com,modernboard.de,toyota-forum.de,unixboard.de,vermieter-
forum.com,volksfreund.de###Rectangle
volksfreund.de###RectangleOMS
rclineforum.de###RotBanner
express.de###RotatingPartner
onvista.de###SMART_BILLBOARD
wiesbaden.de###SP-commercials
helles-koepfchen.de###Sky_left
dfb.de###SkyscraperContainer
bayer04.de###Sponsoren_Logo
nachrichten.at###StartseiteSonderthema
send4free.de###Step1
helles-koepfchen.de###Superbanner
helles-koepfchen.de###Syscraper_left
t-online.de###T-83718912
t-online.de###T-83783312
t-online.de###T-85628670
t-online.de###T-86593348
t-online.de###T-86926496
fussball.de###TArtikel2 > img[height="95"][width="302"]:first-child
mobile.de###TBANNER_SPACER
unterwasserwelt.de###Tabelle671
unterwasserwelt.de###Tabelle673
t-online.de###Tadspacefootlb
t-online.de###Tall > .Tpcpx + #Tasf
t-online.de###Tamrecbox
t-online.de###Tcmd1 > .Tmect
t-online.de###Tcontbox > .Tgboxh > .altInventory
t-online.de###Tcontboxi + #Tgboxf
t-online.de###Tcontboxi > .Tagbox > .Tart > #Ttub2
t-online.de###Tlibelle
cio.de###TopBanner
finanz-notes.de,mazda-forum.info,unixboard.de###TopRectangle
freiepresse.de###TopWrapper
onvista-bank.de###WALLPAPER
neumarktaktuell.de###Werbung
ww3.cad.de###WzTtDiV + table[width="100%"][border="0"]
adhs-zentrum.de,enuresis-zentrum.de,zeitarbeit-zentrum.de###a4d1af
adhs-zentrum.de,enuresis-zentrum.de,zeitarbeit-zentrum.de###a4d1af + div
woxikon.de###aContentBottom2
abacho.de###abacho_leader
abacho.de###abacho_sky
namibia-forum.ch###abakus
1jux.net###abp
handballworld.com###absolute > .bannergroup
20min.ch,anime-loads.org,doku.to,german-foreign-
policy.com,hardwarelabs.de,otrkey.com,otrking.com,radiolisten.de,webos-blog.de###ad
stadt-bremerhaven.de###ad-adsensesidebarjuli2017
radiolisten.de###ad3
carpassion.com,high-minded.us,messerforum.net,mmorpg-
core.com,schachburg.de,szenebox.org,thinkpad-forum.de,unixboard.de,world-of-
hentai.to###ad_global_below_navbar
musicelster.net###ad_global_below_navbar > center > div[style="float:right;
width:50%;"]
motorsport-xl.de###adala
motorsport-xl.de###adala_bgholder
fem.com###add_square
regionalheute.de###addy
regionalheute.de###addynative
verkehrsmittelvergleich.de###adhs
hifitest.de###adl
erf.de,fiverdeal.de,gepostet.com,haustierstall.de,musotalk.de,radiof.de,seniorkom.a
t,suedostschweiz.ch,unite.ws,web.de,wer-kennt-wen.de###ads
ringrocker.com###adsense + #newcomment
abload.de###adunten + div[style="font-size:8pt; color:#999999; margin-left:39px;
width: 728px;"]
1und1.de,gmx.net,web.de###adv
gmx.net,web.de###advSpecialMain
web.de###advTop
rimparerhandballer.de###adv_matchDayPresenter
rimparerhandballer.de###adv_partner
pennercity.de###advert
gloria.tv###advertisement
loipenpark.de,traumpalast.de###advertising
quoka.de###advlft
gofeminin.de###af_columnPubLabel
apfeleimer.de###af_foot
computerbase.de###afc-box
gamersglobal.de###ahoz
ariva.de###aktieImFokus
falk.de###allianzBl
excitingcommerce.de###alpha-inner > .module-typelist:first-child + .module-typelist
excitingcommerce.de###alpha-inner > .module-typelist:first-child + .module-typelist
+ .module-typelist
downloadstube.net###alternative_download + a[onclick]
eeepc.de###amazon1
crackajack.de###amazon_list
hartware.de###anzeige
tagesspiegel.de###anzeige_schnippsel
neue-braunschweiger.de###anzeigen
justpay.de###anzeigen_left
wuppertaler-rundschau.de###anzeigen_oben
apomio.de###anzeigen_wrapper
haustechnikdialog.de###anzeigendiv
amazon.de###ape_Detail_ad-endcap-1_Glance_placement
amazon.de###ape_detail_btf_detail-mWeb_wrapper
gamersglobal.de###arb
computerbild.de###articleBody .codeteaser > .tarifteaser > .handytarife
blick.ch###as24comblockContainer
energieportal24.de###asbox
energieportal24.de###asbox2
pg-logout.auskunft.de###auskunft
schachbund.de###avando_oben
augsburger-allgemeine.de###az_weba
exp.de###b4nner
schnittberichte.com###background
falk.de###bahn
kress.de###banderole
anderes-wort.de,apotheke-adhoc.de,chaoz.ws,cine4home.de,ehrensenf.de,eisenbahn-
kurier.de,elektrischer-
reporter.de,fettspielen.de,forum.worldofplayers.de,frischauf-
gp.de,gamekeyfinder.de,gamingjunkies.de,handballworld.com,hl-
live.de,holidaycheck.at,holidaycheck.ch,holidaycheck.de,horseweb.de,isarszene.de,it
-
sa.de,kath.ch,koelschwasser.eu,meproxsoft.de,neuigkeitendienst.com,rollingplanet.ne
t,see-online.info,sodbrennen-welt.de,softguide.de,suxedoo.ch,vhs-ol.de,we-mod-
it.com,xp-antispy.org###banner
donnerwetter.de###banner-container
macgadget.de###banner-floater
fremdwort.de###banner-rectangle
autozeitung.de###banner-region
deutsche-wirtschafts-nachrichten.de,doppelpunkt.de###banner-right
annos.de,chefkoch.de,dasoertliche.de,dastelefonbuch.de###banner-top
dastelefonbuch.de###banner-top-wp
maclife.de###banner-wrapper-lead
npd-blog.info,teachersnews.net###banner1
dasbiber.at,kulturmarken.de,scdhfk-handball.de###banner2
otr.datenkeller.at###bannerBlock
aerzteblatt.de,koeln.de###bannerContainer
1001spiele.de###bannerGameRectangle
1001spiele.de###bannerGameSkyscraperRight
bielertagblatt.ch###bannerLead
1001spiele.de###bannerLeaderboardTop
airgamer.de###bannerOben
bielertagblatt.ch###bannerRight
mixeryrawdeluxe.tv###bannerSky
com-magazin.de,tvinfo.de###bannerTop
forum-speditionen.de###bannerTop + div[style="text-
align:center;width:800px;margin:0 auto;height:60px;padding:20px 0;"]
bielertagblatt.ch###bannerTopRight
airgamer.de###bannerUnten
wetterkontor.de###banner_470
godmode-trader.de,tarifagent.com###banner_bigsize
persoenlich.com###banner_center2
nrhz.de###banner_container_rc
geemag.de###banner_content
juedische-allgemeine.de###banner_leaderboard
freizeitparks.de,suxedoo.ch###banner_left
nrhz.de###banner_left_container_lc
tageblatt.com.ar###banner_lufthansa_apaisado
erotikum.de###banner_map
fohlen-hautnah.de###banner_oben
webfail.at###banner_post
vidorial.com###banner_r2
rallye-magazin.de###banner_rect_right
freizeitparks.de,laufen.de,pixelio.de###banner_right
gitschtaler.at,juve.de###banner_sidebar
radiorst.de,scpaderborn07.de###banner_skyscraper
hallescherfc.de,linguee.de,versicherungsjournal.de,wahretabelle.de,webfail.at###ban
ner_top
juedische-allgemeine.de###banner_wideskycraper
rtl-west.de,rtlnord.de###banner_wrapper
haustechnikdialog.de###bannerdiv
radiohamburg.de###bannerleiste
queer.de,rp-online.de###banneroben
queer.de###bannerrechts
fremdwort.de###bannerright
breakpoint.untergrund.net,eiskaltmacher.de###banners
erotikforum.at###banners11608
handball-world.com###bannersky
infranken.de###bannerspace
maerkischeallgemeine.de,saz-aktuell.com,webfail.at###bannertop
report-k.de###bantabelle
music-clips.net###bar > div:first-child:last-child
bluray-disc.de###bd-p160x600-adv
winload.de###beforedownload
mazda-forum.info###belowRectangleWrapper
spiele-for-free.de###bg-ad
boerse.de###big
gizmodo.de###big-mega
ichspiele.cc###big-sky
heinertown.de###bigSliderFrame0
berliner-rundfunk.de,buchmarkt.de###bigbanner
osthessen-news.de###bigklick
fremdwort.de,modhoster.de,tikonline.de###bigsize
magistrix.de###bigsize-top
modhoster.de###bigsize_inner
pcpraxis.de,rund-magazin.de###bigsizebanner
autozeitung.de,computerbild.de,prad.de,volksfreund.de###billboard
autozeitung.de###billboard + div
computerbild.de###billboard + div a > img[width="1000"][height="250"]
computerbild.de###billboard + div[style="margin-bottom: 20px;"]
prad.de###billboardbig
4players.de###billiger-charts
geizkragen.de###bl_top
holzwerken.net###bla
sms-box.de###blackmeout
getgaming.de###block-views-getgaming-empfehlungen-block
osthessen-news.de###block[style="display: block; margin: 0 auto; width: 1000px;
height: 100px; background: red; overflow: hidden; "]
osthessen-news.de###block[style="display: block; margin: 0 auto; width: 1000px;
height: 170px; overflow: hidden; background: url('mm.jpg') no-repeat white"]
holzwerken.net###blub
titanic-magazin.de###bnr-kiwi
computerhilfen.de###bodyarea > div[style="height:95px;margin-top:17px;"]
computerhilfen.de###bodyarea > div[style="height:95px;margin-
top:17px;position:relative;"]
flashgames.de###bottom10 > table[width="123"][height="615"]
flashgames.de###bottom10 > table[width="128"][height="75"]
1001spiele.de,nailfreaks.com###bottomBanner
wonnemar.de###box-banner
futurezone.at###box-karriereat
golfv.de###boxWideSky
gwd-minden.de###box_banner
suedkurier.de###box_meinsueden
bloggospace.de###boxgoogle
playmassive.de###brand
gameswelt.at,gameswelt.ch,gameswelt.de###brandabstand
schnittberichte.com###branding
20min.ch###branding-click
bluray-disc.de###branding_header
maniac.de###branding_spanner
web2.0rechner.de###britnexbanner
eastcomp.de###broadcastbox
formel1.de###bs-container
finanzen.net###bs_abstand
hanf-magazin.com###bsa-html
stupidedia.org###buch
wg.tvb1898.de###c1336
woelfe-handball.de###c32 ~ *
billiger.de###ca_box
looki.de###cad
90elf.de###carousel
hostessen-meile.com###cent99
mobile.de###cert-demand
browsergames.de###chromebar
holstein-kiel.de###cittiBanner
deutsche-wirtschafts-nachrichten.de###clickable-top
pixelio.de###clipdealer
pooltrax.com###cmc1
pooltrax.com###cmc4
kalaydo.de###cmsBannerBapFrontpage
im1.tv###cmtable > tbody > tr[style="height:100px;"]:first-child
ayom.com###col1o > #col1 + br + br + div[align="center"]
bildschirmarbeiter.com###col3_content > .sidebox:first-child
steuerlinks.de###colLeft > #info
steuerlinks.de###colRight > #search
symptome.ch###collapseobj_sidebar > div[style="height:600px;"]
schnelle-online.info###colleft + #colright[style="width:160px;"][rowspan="1"]:last-
child
handball-neuhausen.de###cols3Right[style="height: 1097px;"]
os-informer.de,pcgameshardware.de###column_right
blick.ch###comBlockRnd
ogame.de,ogame.org###combox_container
winfuture.de###comments_box > div[style="height:60px;margin-top:1.3em;"]
safeyourlink.com###container > a[target="_blank"] > font[color="ff0000"]
rp-online.de###container > div > div[style="background:url(http://static.rp-
online.de/layout/img/icon/leiste.gif) no-repeat;width:786px;"]
rp-online.de###container > div[style="position:absolute;top:9px;left:9px;"]:first-
child
spielen.com###container > iframe + #overlay
spielen.com###container > iframe + #overlay + #overlay_bg
dtoday.de,goslarsche.de,lkz.de,mittelhessen.de,neckar-chronik.de,pz-
news.de,schwaebische.de,tagblatt.de,weser-kurier.de###container_banner
tageblatt.de###container_banner_medium
augsburger-
allgemeine.de,goslarsche.de,schwaebische.de,szon.de,tagblatt.de,teckbote.de###conta
iner_banner_wallpaper
schwaebische.de###container_banner_wallpaper_placeholder
neckar-chronik.de###container_bottom
biothemen.de###content + #right
fernsehkritik.tv###content > #rclm[style="width:224px;"]:last-child
wgvdl.com###content > #seitenblock > #seitenblockinhalt > #seitenblockzeilen
hoerbuch.us###content > .entry-content:first-child
hoerbuch.us###content > font[color="red"] > h2
onlinereports.ch###content-banner1
onlinereports.ch###content-banner3
trendhure.com###content-left > a[target] > img
sprachnudel.de###content-wrapper > #content > span[id^="viewcontent"]:first-child
sprachnudel.de###content-wrapper > #content:last-child > #viewcontent:first-child >
ul:first-child:last-child
matheboard.de###content2_rect2_div
frimon.de###content:last-child > #sky_right:first-child + .padding_down
+ .padding_down
sprachnudel.de###content:last-child > ul[class]:first-child
1001spiele.de###contentBanner
creativeproxy.uimserv.net###contentContainer
scdhfk-handball.de###contentInnerWrap > #c629
wetter.net###content_anzeige
mydealz.de###content_banner
windowspro.de###content_before_first_para > .content > div[style="padding-
top:15px;"]
softonic.de###content_list_leaderboard
matheboard.de###content_rect2_div
matheboard.de###content_rect_div
data-travelers.de###contentas
motorline.cc###contentbanner
pixelio.de###contentcontainer > div[align="left"][style="margin-top: 10px; margin-
left: 20px"]
antenne.de###crBanner
crn.de###crn_adbox
kayak.de###crossSaleBody
kicker.de###ctl00_ControlNavi_presenterCtrl
gbase.ch,gbase.de###ctl00_MainContent_radrMetaboli
fitnessrezepte.de###custom_html-3
hardware-experten.de###dailybanner
wallstreet-online.de###dbFaktor
wallstreet-online.de###dban1
abacho.de###depart_tbl_main
handballforum-dormagen.de###derkapitaen
spiele-zone.de###destra
ebay.de###dfp-banner
kalaydo.de###dfpBannerBapFrontpage
probefahrten.eu###dialog
quoka.de###divBannerRESULTHEADER
arbeitstage.at,arbeitstage.de,joursouvres.ch###div_lfsp
connectiv.events###divi_pb_widget-3
g4u.me###dl-middle
dmax.de###dni-sponsor-link
schelian.de###dnn_dnnBANNER_lstBanners
seamonkey.at###donor
ddl-warez.to###download > div:first-child + br + a
winload.de###downloading > #websearch[style="margin-top: 8px; background-color:
white;"]
dug-portal.com###dp_layer
golyr.de###drk
112-magazin.de,forendienst.de,navi-forum.net,wohnmobilforum.de###dropin
abnehmen-forum.com###dropinboxv2cover
abnehmen-forum.com###dropinboxv3cover
drehscheibe-foren.de,drehscheibe-online.de###dsBanner
800gs.de###duonix
onlinewebservice4.de###dwindow
abacho.de###eatg_partnertipps_main
billiger.de###ebay_footer_widget_ajax
businessinsider.de###editorial2
fremdwort.de###elgnatcer
report-k.de###empf
kueche1.com###empfbox
deutsche-mittelstands-nachrichten.de###euroconf-banner
immobilo.de###expose-promo-links-wrapper
freenet.de###ext-frn-adtag-nativendo-1
freenet.de###ext-frn-adtag-nativendo-2
freenet.de###ext-frn-adtag-rectangle-1
freenet.de###ext-frn-adtag-rectangle-2
freenet.de###ext-frn-adtag-sky-1
fremdwort.de###ezisgib
spielen.com###fakebody
newsroom.de###far_right > div[style="height:600px"]
3dl.tv###fb-root + script + center + br + .content_box[cellspacing="1"]
[cellpadding="0"] > tbody:first-child:last-child
fck.de###fck_bannerTop
gedankenausbruch.de###feedburner-email-subscription-2 + #text-11
flashforum.de###ffPartner
joggen-online.de###fib_banner
mikrocontroller.net###first-alayer
mikrocontroller.net###first-palayer
volleyball-bundesliga.de###floatBannerRight
volleyball-bundesliga.de###floatContainerTop
witz-des-tages.de###floatLayer
scdhfk-handball.de###fluege_banner
maclife.de###fm_marketplace_wrap
finanznachrichten.de###fn-ankuendigung
finanznachrichten.de###fnAd4
endstation-rechts.de###foo-r
endstation-rechts.de###foo-t
gmx.net,web.de###footer-icons
crescendo.de###footer-partners-wrapper
wohintipp.at###footerBanner
maniac.de###footeradd_xbox_frame
forum.stilmagazin.com###footerleader
golem.de###forum-main > div[style="min-height:103px; margin:20px 0;"]
golem.de###forum-main > div[style="min-height:266px; margin:20px 0 10px;"]
dforum.net###forumbanner
vitaminanalyse.de###fragsbar
vitaminanalyse.de###fragsbar_dim
mufa.de###freikarten
spox.com###frnBanner
dmax.de###fs-skyscraper-outer
morgenpost.de###fsrect01
bild.de###fullBanner
nick.de,weltwoche.ch###fullbanner
wer-weiss-was.de###fullbanner_02
radiogong.de###fullsize
pinfy.de###fullsize-background-container
wallstreet-online.de###fullsizeBanner1
yasni.de###fullsizeBannerContainer
yasni.at,yasni.ch,yasni.de###fullsizeWrapper
kino-zeit.de###fullsize_banner
stb-web.de###fullsizebanner
buergerstimme.com###g-1
buergerstimme.com###g-4
buergerstimme.com###g-5
buergerstimme.com###g-8
boersennews.de###gAd_0
tech-blog.net###gad2
quoka.de###gadafterad
quoka.de###gadpos1
quoka.de###gadtopright
hierspielen.com###gamelead
playmassive.de,playnation.de###games_wr_st > .lb
pooltrax.com###gas
lyrics.de,testreich.com,trendmile.de,wallpaper.to###genlayer
frag-mutti.de###gf-superbanner
greuther-fuerth.de###gf_main_sponsor
geizhals.at###gh_suckyad
formel1.de###globalwrapper > div[style="height:90px;"]
spiele-zone.de,team-andro.com###google
tageszeitung-24.de###google-rechts
electronicscout24.de###google1
electronicscout24.de###google2
bloggospace.de###googlebox
gehaltsvergleich.com###googlesky
pooltrax.com###gra
schnell-schreiben.de###groupon-main-link
immo4trans.de###halfpage-banner
1fcm.de,fc-magdeburg.de###haupt_banner
maerkischeallgemeine.de###head
ruhrbarone.de###headContainer
scdhfk-handball.de###headRightCommercials
wunschliste.de###head_banner
fxempire.de###head_banners
gamersplus.de###header > a:first-child:last-child
gamers.at###header > a[target="_blank"]
triff-chemnitz.de###header > a[target="_blank"][href^="/redirect.php?cid="]
mobilegeeks.de###header-container > #hs-l-4z
winload.de###header-link-loadblog
macnews.de###header-teaser
diegrenzgaenger.lu###header-wrapper + div[class="row "]
agriaffaires.de###header_ban
radio-teddy.de###header_banner
falk.de###header_banner_wrapper
falk.de###header_bservice_wrapper
klamm.de###header_main
paules-pc-forum.de,wardriving-forum.de###header_right_cell
amazon.de###heroQuickPromo_feature_div
20min.ch###homegate-teaser-small
gratissoft.de,winfuture.de###homepage_rectangle
hornoxe.com###horn
falk.de###hotel_container
chip.de###hp-aquamarin
amazon.de###huc-first-upsell-row
mobile.de###huesgesReport
wiwo.de###ibm-adv-experts-corner
viamichelin.de###idHeaderGDH
schwarzwaelder-bote.de###id_595083d3_6b58_4939_b099_38cd1dd773f5
meintomtom.de###idealo
gutefrage.net###im-mediumRectangle
immonet.de###immonetadspacetop
immoauktionen.de###immowebAdCont
gmx.net,web.de###info-virus
sb.sbsb.cc###infobar
h-bw.de###inhalt-banner
immonet.de###interhypSonder
np-coburg.de###internbox
123recht.net###ip_content_wrapper > div[style="height: 90px;"]
abload.de###iphpbannerleft
golem.de###iqadtile4gol
golem.de###iqadtile8gol + section
sueddeutsche.de###iqd_flashAd
sueddeutsche.de###iqd_medrecAd
wallstreet-online.de###item_12528394
wallstreet-online.de###item_12529309
mein-schoener-garten.de###ivw_img + noscript + script + script +
div[style="height:132px;"]
boerse-online.de###ivwimg
sein.de###ja-col1 a[target="_blank"] > img[alt=""]
juraforum.de###jf-stroer-sky
juraforum.de###jf-stroer-sky + div
juraforum.de###jf-stroer-superbanner
juraforum.de###jf-wrapper-inner > div[style="width:100%; position:relative;
height:90px;"]
redhocks.de###jsn-promo
general-anzeiger-bonn.de###kala
express.de,fr-online.de,general-anzeiger-bonn.de,ksta.de,mz-web.de,rhein-
zeitung.de,wz-newsline.de###kalaydo
aachener-zeitung.de###kalaydo-container-related-lokales-aachen
aachener-nachrichten.de,aachener-zeitung.de###kalaydoklein
1fcm.de,fc-magdeburg.de###kopf_banner
astronews.com###kopf_screen > table[style="width: 900px;"]
internetcologne.de###kopfbanner
immonet.de###kuechenlink
nibelungenkurier.de###large_banner_top
deutsche-startups.de###latestDivider.highlighted
laut.de###laut-box-ad
beamtentalk.de,dug-
portal.com,gesichtskirmes.net,hoerbuch.us,pornofilme24.info,wichsfleck.com###layer
ingame.de###layer-overlay
tv-stream.to###layer_1
simpsons.to###layerbg
abload.de###layerleft
abload.de###layerright
wetter.de###lbs-offers-container
pooltrax.com###lcontainer2
nickles.de###leader
persoenlich.com###leaderbanner
boomerangtv.de,channelpartner.de,ebay.at,ebay.ch,ebay.de,ircgalerie.net,laut.de,rin
grocker.com,schweizamsonntag.ch,skiinfo.ch,skiinfo.com,skiinfo.de,sky.de,spieletipp
s.de,teccommunity.de,xboxfront.de###leaderboard
silicon.de###leaderboard-top
searchsecurity.de###leaderboardPlacement
laut.de###leaderboardSpace
depechemode.de###leaderboardtop
busliniensuche.de###leaderbord-top
channelpartner.de###leadfull
winload.de###leftBanner
e-recht24.de###leftColumn > .tborder[cellspacing="0"][cellpadding="0"][style="text-
align:center;background-color:#F1F1F1!
important;width:100%;height:620px;overflow:hidden;"]
sosuanachrichten.com###left_banner
thuermer-hoch2.de###left_navi > div[align="center"]:last-child
grosseleute.de###leftboxcontent > :nth-child(n) a[href] > img[src^="image/"]
grosseleute.de###leftboxcontent > :nth-child(n) a[href] div img[src^="image/"]
kuechentipps.de###leftside > .promo
satempfang-magazin.de###leserumfrage-close
duden.de###lexem_ad
lmdfdg.com###link_placeholder
tabtech.de###linkabletitlehtmlandphpwidget-6
anderes-wort.de###linkline
notebookcheck.com###linklist1:first-child:last-child > div[style="text-align:
center;"]
totalbash.org###links > .links1_hg
blogtotal.de###links > div[align="center"]
downloadstube.net###links_container + script + a[onclick]
handballforum-dormagen.de###linksaussen
salue.de###linktipps
ensuite.ch###linkzeile
clever-tanken.de###list-banner
lama-power.com###load-scene-1-figur-ads
lama-power.com###load-scene-1-figur-ads-2
lama-power.com###load-scene-1-figur-ads-3
lokalisten.de###logOutCon3
wetter.de###loginboxXDOT
lesben.org###logo
5-jahres-wertung.de###logo-right > div[style="float:left;margin-top:25px;"]
wetteralarm.at###logo-sponsor
uimserv.net###logoutlounge
eurogamer.de###low-leaderboard
hornoxe.com###lside > center > a[target="_blank"] > img
filmz.de###m > div[style="left:16px;width:468px;overflow:hidden"]
+ .p[style="left:4px;width:492px;height:262px"]:last-child
t-online.de###ma_ar
t-online.de###ma_ar_2
t-online.de###ma_ar_3
t-online.de###ma_mrec
crackajack.de###madcowdesease_premium
gmx.net,web.de###mail-list .iba
gmx.net,web.de###mail-list .new.nma
emergency-forum.de###main > .border > .container-1[style="text-align:
center"]:first-child:last-child
abendblatt.de###main > .column-1 > .widget > #lt_Wrap
esbgforum.de###main > .pageOptions + .info + div[align="center"]
iphone-tricks.de###main-area > script + div > div > img
yasni.at,yasni.ch,yasni.de###main-content-ac1
clever-tanken.de###main-content-partners
grosseleute.de###mainContainer > :nth-child(n) + div:last-child div:first-
child:last-child > div:first-child:last-child > a[href] > img[src^="image/"]
grosseleute.de###mainContainer > :nth-child(n) div:first-child:last-child >
div:first-child:last-child > a[href] > img[src^="image/"]
grosseleute.de###mainContainer > div[align="center"] table[width][height] a[href] >
table[width][height]
skodacommunity.de###mainContainer > div[align="center"]:first-child
forexpros.de###mainPopUpContainer
podster.de###main_container > div[style="height: 100px; text-align:
center;"]:first-child
gamingxp.com,mobilexp.com###main_outer_banner
gamingxp.com,mobilexp.com###main_skyscraper
gay-szene.net###main_top
jetztspielen.de###main_top_banner
contaxe.com###maintable
bazonline.ch###marketBox
markt.de###markt_superbanner
ef-magazin.de,macmagazin.de,macnews.de###marktplatz
euronics.de###master_footer_box_placeholder
startxxl.com###mcebox
chilloutzone.net###mdealzcontainer
linkbase.in###mdh
t-online.de###med_anz
klicktel.de###mediaBanner
rundschau.info###media_image-37
rundschau.info###media_image-38
rundschau.info###media_image-39
basicthinking.de###media_image-4
rundschau.info###media_image-6
rundschau.info###media_image-91
cosmiq.de###medium_rectangle_container
gay-szene.net###medrectmenuright
pollenflug.de###mega-banner
wlz-fz.de###meinprospekt_header
dnblog.in###meteor-slideshow
golem.de###microcity-clip
handball-neuhausen.de###middleWrapper > #cols3Right[style="height: 1062px;"]
immonet.de###mietkautionslink
20min.ch###min_billboard
bunte.de###mini-panel-home_header_shopping_teaser
koeln.de###mini-panel-rs_teaser_awb
koeln.de###mini-panel-rs_teaser_verpoorten
autozeitung.de###mini-panel-sidebar_default div[id] > img[src^="/images/"]
20min.ch###minrectangle
totalbash.org###mitte > .menueoben + .beitrag_oben2
totalbash.org###mitte > .menueoben + .beitrag_oben2 + .beitrag
totalbash.org###mitte > .menueoben + .beitrag_oben2 + .beitrag + .beitrag_unten
heise.de###mitte > .right[style="font-size: 0.7em; margin-right: 20px;"]
ogame.de###mmoPFstaticWrap
jobrapido.de###modalBackground[style="width: 1903px; height: 1059px; opacity: 0.2;
display: block;"]
jobrapido.de###modalDialog[style="display: block; top: 355.5px; left: 686.5px;"]
orf.at###monsterdiv
wallstreet-online.de###mooTicker
wallstreet-online.de###mooTickerContainerMobile
berlin-nutten.com###more-sex
stadtradio-goettingen.de###mp3ads
radio-teddy.de###mpl
gamigo.de###mrbox
visions.de###mrect
morgenpost.de###mrect01
morgenpost.de###mrect02
hornoxe.com###mside > .navigation + div[align="center"] + .box-new
hornoxe.com###mside > .navigation + div[align="center"] + h2 + center
hornoxe.com###mside > a[href^="http://www.amazon.de/"][href*="?tag=hornoxecom-21"]
> img
meinestadt.de###mt-banner
funnybilder.net,lachfails.net,vipbilder.net###mt_right
lexas.biz###mypop2_b
meetingpoint-brandenburg.de###myspacerinner
meetingpoint-brandenburg.de###myspacerright
send4free.de###n8f880e
hifitest.de###navigation + div[style="margin-top:10px;"]
gmx.net###navigation > #navSpecial[style="height: 233px;"]
web.de###navigation > #navSpecial[style="height: 235px;"]
home.1und1.de###navigation > .module[style="height: 235px;"] +
#navSpecial[style="height: 235px;"]
nordbayern.de###nb-banner-top
meteoprog.at###nb_3[activesection="254"]
inside-digital.de,inside-handy.de###neben_site
tellows.de###netpointLeaderboard
chilly-vanilly.net###netzclubLayer
pchilfe.org###new_sponsor
presseecho.de###newsbanner
wiiunews.at###newupcoming
dmax.de###nleaderboard-outer
jappy.at,jappy.de###noBanner
motor-talk.de###noadsDashboardOverlayFix
versicherungsjournal.at,versicherungsjournal.de###norm-skyscraper-box
versicherungsjournal.de###oben-skyscraper-box
uhrforum.de###oc24-div-inner
uhrforum.de###oc24-inside-bottom
finanz-notes.de###oc24_container_top
yasni.de###offer
thueringer-allgemeine.de###oms_gpt_rectangle
stimme.de###oms_gpt_superbanner
mixeryrawdeluxe.tv###outerBanner
giga.de###outertop3 > .innertop
giga.de###outertop3 > div > #hockeystick
schiffsansagedienst-cuxhaven.de###overlay
schiffsansagedienst-cuxhaven.de###overlay + #lightBox
hstt.net###page-header + br + .forabg
hc-erlangen.de###pageBanner
unternehmerkarte.de###pageBannerRgt
unternehmerkarte.de###pageBannerTop
wetter.de###pageRelated > #pageHalfpage
wetter.de###page_arranged_quicklink > .pageQuicklinks
nordbayern.de###page_billboard
dwdl.de###pagecontainer > .regular_LB
ogame.de###pagefoldtarget
amateurchess.com###pagenav_menu + .tborder[width="100%"][cellspacing="1"]
[cellpadding="7"][border="0"][align="center"] + br + table[border="1"]
amateurchess.com###pagenav_menu + .tborder[width="100%"][cellspacing="1"]
[cellpadding="7"][border="0"][align="center"] + br + table[border="1"] + br +
table[border="1"]
rheinforum.com###pagenav_menu + table[width="100%"][border="0"]
climbing.de###pane-werbung
nh24.de###partner
borussia.de###partnerBottom
wirtschaftslexikon.gabler.de###partnerContainer
spielechat.de,spieleportal.de###partner_box
schoener-fernsehen.com###partnerbottom
chefkoch.de###partnerlogos-bottom
schoener-fernsehen.com###partnerright
starwars-union.de###partnerzeile
tchibo.de###pcPromoLayer
ciao.de###pg-spLinks
pcgameshardware.de###plakatfullsize
os-informer.de,pcgameshardware.de###plakathomecontentmetaboli1
os-informer.de,pcgameshardware.de###plakathomecontentmetaboli1bottom
os-informer.de,pcgameshardware.de###plakathomecontentmetaboli2
os-informer.de,pcgameshardware.de###plakathomecontentmetaboli2bottom
buffed.de,gamezone.de###plakatinhalttag_1
pcgameshardware.de###plakatskyscraper
businessxp.at,mobilexp.com###platform_skyscraper
immobilienscout24.de###platzhirsch-container
regionalgoslar.de###platzierung
myspass.de###playerData > div[style="height: 250px; overflow: hidden;"]
gulli.com###plista1_belowArticle > .TeaserBox:first-child + .TeaserBox
serienjunkies.de###plista_widget_slide
projektmanagementhandbuch.de###pm_cockpit_banner
drmvf.de###pop
flirttoday.de,gnz.de,kontaktanzeigen-flirt.de,partybilder24.com,was-verdient-
ein.de###popup
bbszene.de###popup-div
pcpraxis.de###popup1
daskochrezept.de,freeware.de,shareware.de###popup_layer
was-verdient-ein.de###popupb
macnews.de###post-162871
wintotal.de###post-3547
hoerbuch.us###post-49907
hoerbuch.us###post-54902
wintotal.de###post-5519
hoerbuch.us###post-68852
hoerbuch.us###post-71051
hoerbuch.us###post-74321
hoerbuch.us###post-74326
hoerbuch.us###post-74433
mobilfunk-talk.de###postXXXXX
supernature-forum.de###post_
handy-hilfeforum.de,usp-forum.de###post_218944
pocketpc.ch###post_99_Ad_Second
pcgames.de###post_rec
wow-forum.com###posts #wow_ros_postbit
myboerse.bz###posts > li[id^="yui-gen"]
mobilfunk-talk.de###posts > li[id^="yui-gen"].postcontainer
unixboard.de###posts > table[width="100%"][cellspacing="0"][cellpadding="0"]
[border="0"][style="page-break-before: always"]
gutefrage.net###poweredBy
bild.de###powerplace
n-tv.de###premio_rectangle
absatzwirtschaft.de###premium-area
2load.org,fcenergie.de###premiumpartner
fcenergie.de###premiumpartner_fuss
laola1.at###presenting_horizontal_container
laola1.at###presenting_left
laola1.at###presenting_right
schoener-fernsehen.com###previewtxt + div[id][style="display: block;"]
pcgameshardware.de###pricehitsTextTeaser
metager.de###products
buffed.de,gamezone.de,pcgames.de###promo_1
okitalk.com###promo_foot
okitalk.com###promo_left
okitalk.com###promo_page
okitalk.com###promo_right
stuttgarter-zeitung.de###promoblock_1
gameswelt.at,gameswelt.ch,gameswelt.de###pslink
psychic.de###psychictable > table[width="100%"][border="0"] > tbody > tr >
td[width="167"][valign="top"]:last-child
fussballtransfers.com###pub-200x197
fussballtransfers.com###pub-300x250
fussballtransfers.com###pub-468x60
fussballtransfers.com###pub-728x90
fussballtransfers.com###pub-mini
quotenmeter.de###qm-content-box > div[style="margin-top:0;"]:last-child >
div[style="margin:0 0 15px 8px; float:left; position:relative;
width:334px;"]:first-child
fanfiktion.de###qql
aiobase.com###quickLoginBox + center + style + div:last-child
aiobase.com###quickLoginBox + style + div:last-child
aol.de###rA
wissenschaft.de###rechts
musiksampler.de###rechts > table[weight="150"]:first-child + br +
table[weight="150"]:last-child
handballforum-dormagen.de###rechtsaussen
chefkoch.de###recipe-com-user-banner
chefkoch.de###recipe_com_user_banner
kicker.de,kidszone.de,os-informer.de,pcgames.de,pcgameshardware.de,smartphone-
daily.de,widescreen-online.de###rect_anz
autoexperience.de,bauexpertenforum.de,cineman.de,daselternforum.de,fitness-
foren.de,flugzeugforum.de,kreatives-
wohnforum.de,laut.de,lpgforum.de,macprime.ch,mazda-forum.info,moonwalk.ch,neue-
braunschweiger.de,notebookforum.at,pkw-
forum.de,prad.de,ringrocker.com,teccentral.de,usp-forum.de,win-10-forum.de,win-8-
forum.net,winboard.org,windows-7-forum.net,windows-8-forum.net,xboxone-
forum.net###rectangle
spieletipps.de###rectangleRgt
spieletipps.de###rectangleRgt + div + a[href^="http://po.st/"]
laut.de###rectangleSpace
abacho.de###reisemarkt-sidebar
der-postillon.com###reklame-artikel
downloadstube.net###results > div[class]:first-child
downloadstube.net###results > div[class]:first-child + script + div[class]
indeed.ch###resultsCol > .lastRow + div[class]
indeed.ch###resultsCol > .messageContainer + style + div + script + style +
div[class]
20min.ch###ricardolino-wrapper
das-inserat.de###right > .erfcms_advimgtext
schachbund.de###right > .inside > .mod_form + .mod_banner
frag-mutti.de###right-ad
winfuture.de###rightWrap > .win7_special_teaser + .rightBx
sosuanachrichten.com###right_banner
psychic.de###righta
psoriasis-netz.de###rightbanner
grosseleute.de###rightboxcontent > :nth-child(n) a[href] div img[src^="image/"]
grosseleute.de###rightboxcontent > :nth-child(n) div:first-child:last-child >
a[href] > img[src^="image/"]
golyr.de###ring
dnewsvideo.de###roadblockHeader
superfly.fm###rognerbadblumauhp_hype_container
wz-newsline.de###rollout
dforum.net###rotationbanner_1
pcgameshardware.de,smartphone-daily.de###row_top
ef-magazin.de###rscraper
kleinanzeigen.de###rspBanner
ebay.at,ebay.ch###rtm_NB
ebaymotors.at###rtm_div_10066
ebaymotors.at###rtm_div_1025
ebay.at,ebay.ch###rtm_html_225
handballforum-dormagen.de###rueckraumrechts_forum
pooltrax.com###s20
pooltrax.com###s42
brautinfo.at###s_fusszeile_inner
stupidedia.org###sbgdde
blick.ch###scout24Rnd
celia-okoyino.de###scraper
zoozle.net###search_right
zoozle.net###search_topline
mailhilfe.de###second > #text-2
mikrocontroller.net###second-alayer
mikrocontroller.net###second-palayer
allfacebook.de###secondary > #text-10
onlinemarketingrockstars.de###secondary > #text-27
onlinemarketingrockstars.de###secondary > #text-28
allfacebook.de###secondary > #text-4
allfacebook.de###secondary > #text-7
scifi-forum.de###sff_header_top
scdhfk-handball.de###sgsOverlay
byte.to###shareonline
xboxfront.de###shopauszug
uhrforum.de###shuffled-sponsored
nicestthings.com###sidebar > #HTML3
heisserdraht.net###sidebar > #text-10
xn--arabische-kche-qsb.de###sidebar > #text-12
namibia-hunter.at###sidebar > #text-8.widget-3
xn--arabische-kche-qsb.de###sidebar > #text-9
stopadblock.org###sidebar > div[id][style="text-align:center"]
stopadblock.org###sidebar > div[style] + div[id][style]
abnehmen.com,aquariumforum.de,auswandererforum.de,pferd.de,radforum.de###sidebar >
li > .ffwidget_sidebar
windows-8-forum.net###sidebar > li:first-child > .block
tgs-pforzheim.de###sidebar > ul > #aioslideshow-widget-2
mamamiez.de###sidebar > ul > #text-7
autozeitung.de###sidebar div[id] > img[src^="/imags/"]
infosperber.ch###sidebar-inner-content > .bildbox
infosperber.ch###sidebar-inner-content > .expertenjobs
areadvd.de###sidebar-left #text-5
mikrocontroller.net###sidebar-right > div[style]:last-child > div[id]:last-child >
div[style]
mikrocontroller.net###sidebar-right > div[style]:last-child > script +
div[style]:last-child
uhrforum.de###sidebar_container
pinksugar-kessy.de###sidebar_right > #HTML7
pinksugar-kessy.de###sidebar_right > #HTML9
navisys.de###sidebox108
horseweb.de###sidelist > ul:last-child
finanznachrichten.de,motorline.cc###sideteaser
browsergames.de###site-banner-middle
ariva.de###siteTeaserBox
ariva.de###siteTeaserLayer
fck.de###site_overlay_wrapper
next-gamer.de###sitebrandingOpener
elhabib.com###sitepromo
wallstreet-online.de###siteteaser
itmagazine.ch,local.ch,macprime.ch,mysmag.de,n-tv.de,teleboerse.de,tvheute.at###sky
kalaydo.de###skyID
aktionspreis.de###skyScraper
apotheke-adhoc.de###skyWall
t-online.de,wetter.info###sky_anz
frimon.de###sky_right
ebay.at,ebay.ch,ebay.de###skyscrape
alternate.de,apotheke-
adhoc.de,autozeitung.de,bikerszene.de,boomerangtv.de,busliniensuche.de,centertv.de,
charivari986.de,china.ahk.de,curt.de,das-
inserat.de,eurogamer.de,fussballdaten.de,gamingxp.com,halle.de,key-
preisvergleich.de,laut.de,msxfaq.de,nickles.de,schweizamsonntag.ch,sf.tv,surffact.d
e,vanion.eu###skyscraper
autozeitung.de###skyscraper + div
apotheke-adhoc.de###skyscraper-left
apotheke-adhoc.de###skyscraper-right
dashitradio.de###skyscraper-wide
oberpfalznetz.de###skyscraper_extreme_right
digitalfernsehen.de,nick.de###skyscraper_right
digitalfernsehen.de###skyscraper_top
dooyoo.de###skyscrapper
lachschon.de###skyskraper
conrad.ch###slide
burning-seri.es###slidein
poker-lernen.info###slider
carookee.net###sm[align="right"]
heinertown.de###smallSliderFrame0
bigfm.de###smartclip-overlay
dict.cc###snhb-listing_wide_skyscraper-0
pornlounge.org###so_ad
magistrix.de###songtext > .visible-desktop
wuppertaler-rundschau.de###spalte_anzeigen_links
wuppertaler-rundschau.de###spalte_anzeigen_rechts
museumsdienst-hamburg.de###spb
museumsdienst-hamburg.de###spbn
vhs-ol.de###special
efever.de###specialside
efever.de###specialthreediv
efever.de###specialtwodiv
probefahrten.eu###spmask
studententage.tu-freiberg.de###spo2
eintracht-handball.de###sponsi
deutsche-mittelstands-nachrichten.de,myvideo.de###sponsor
wetteralarm.at###sponsor-info
itmagazine.ch###sponsorbutton_div
pressetext.com###sponsoredLinkPortletId
frischauf-gp.de,fvillertissen.de,gwd-minden.de,h-bw.de,hg-saarlouis.de,hsc-bad-
neustadt.de,s15815331.onlinehome-server.info,tbv-lemgo.de###sponsoren
hg-saarlouis.de,studententage.tu-freiberg.de###sponsoren2
achtzehn99.de,hsc2000.de###sponsors
trendhure.com###sprite-content-title-buchtipp
trendhure.com###sprite-content-title-sexy
ifun.de###squarebutton_125x125_left
ifun.de###squarebutton_125x125_right
scifi-forum.de###starfox1
scifi-forum.de###starfox2
scifi-forum.de###starfox3
cinestar.de###stars_overlay
kle-point.de###startseite_300
mobiflip.de###sticky
mobile.de###sticky-des
lkz.de###stickyBanner
simfans.de###storeBanner_Sidebar
immonet.de###strom-link
bild.de###subchannelBanner1_1
bild.de###subchannelBanner2_2
sims-3.net###subheader
xolopo.de###subnav_partner
aktionspreis.de,nanu.de###superBanner
t-online.de###superBannerContainer
apotheke-adhoc.de,autozeitung.de,braunschweiger-zeitung.de,deutsche-wirtschafts-
nachrichten.de,donaukurier.de,fussballdaten.de,golem.de,internetworld.de,itwissen.i
nfo,lecker.de,lpgforum.de,morgenpost.de,morgenweb.de,netdoktor.at,neue-
braunschweiger.de,pkw-forum.de,rtl.de,stimme.de,tvh1.de,vogue.de,webradio.de,wer-
kennt-wen.de,winboard.org###superbanner
juve.de###superbanner_side
juve.de###superbanner_top
tri-mag.de###superbanner_wide
chilloutzone.net###superreplacement
viply.de,web.de###supersize
suche.t-online.de###tMRM_amazon
suche.t-online.de###tMRM_billiger
myspass.de###target_banner_wrapper
myspass.de###target_banner_wrapper_helper
endungen.de###tblAdd2
projektmanagementhandbuch.de###tc_banner_header
boote-forum.de###td_threadstatusicon_AD + td[align="center"]
ciao.de###tealium-leaderboard
ciao.de###tealium-mpu-bottom
stadtradio-goettingen.de###teaser a[href^="http://www.puk-minicar.de"]
stadtradio-goettingen.de###teaser a[href^="http://www.syndicat.com"]
chefkoch.de###teaser-top-partner
titanic-magazin.de###teaser-wrap > span[style="font-size: 7pt; color: grey;"]
wetter.de###teaser_hotelde_suche
computerbild.de###teaser_right
a[target="_blank"][href^="http://ww251.smartadserver.com/h/cc?imgid="]
spieletipps.de###teaserheld-header
bitcoinnews.ch###text-20
bitcoinnews.ch###text-21
bitcoinnews.ch###text-24
bitcoinnews.ch###text-3
tsvbodnegg.de###text-5
mtb-news.de###text-6 > div > div > img
namibia-hunter.at###text-9.footer-box
wirtschaftslexikon.gabler.de###textBannerContainer
fremdwort.de###thgirrennab
gamepro.de,gamestar.de###thmbnr
fundanalyzer.de,fundresearch.de###ticker
vfl-gummersbach.de###ticketmaster
peeplo.de###tips-share
t-online.de###tl_anz-pos1
fnweb.de###top-bannerrow
clever-tanken.de###top-bar
awardfabrik.de###top2
1001spiele.de,junge-freiheit.de,jungefreiheit.de,php-resource.de###topBanner
sm.de###topBlock
suchen.de###topPPC
kreisanzeiger-online.de###top_ad_topb
wavetv.de###top_advertisement
jobanova.de###top_afs_container
allround-pc.com###top_banner
wintotal.de###topads
3druck.com,am-ende-des-tages.de,bitsundso.de,motor-
talk.de,newsclick.de,wohnungswirtschaft-heute.de###topbanner
willhaben.at###topbanners
dotnetpro.de###topbar
tecchannel.de###toplineBar
queer.de###toplinks
queer.de###toplinksw
myfont.de###toplists
gmx.net,home.1und1.de,web.de###topper
spritmonitor.de###towe
willhaben.at###tower
gay-szene.net###tpl_right
kinofilme.ucoz.com###trade
n-tv.de,urlaubspiraten.de,wetter.de###trivago_dealform
t-online.de###tsc_skyscraper
t-online.de###tsrwh
hooksiel.de###ueberalles
home.1und1.de,web.de###uimTopPosition
immonet.de###umzugsauktionslink
fireball.de###url[style="width: 100%;margin-left:5px;margin-top:5px;"]
autozeitung.de###veeseoRA2AW_RUN + script + div
ifun.de,iphone-ticker.de###verbraucherhinweis-300x600
ifun.de,iphone-ticker.de###verbraucherhinweis-970
ifun.de,iphone-ticker.de###verbraucherhinweis-970x250
ifun.de,iphone-ticker.de###verbraucherhinweis-latest
ifun.de,iphone-ticker.de###verbraucherhinweis-single-300x250
dwdl.de###viad_canvas
androidpit.de###videoTakeOver
androidpit.de###videoTakeOverBackground
gameswelt.at,gameswelt.ch,gameswelt.de###videolink
t-online.de###vmsky
gehaltsvergleich.com###vn-super
mac-guru.org###vote_popup
shortnews.de###vv
derwesten.de###w-ad-hpa
med1.de###w2_u[style="visibility: visible; margin-bottom: 1em; clear: left;"]
med1.de###w_b
med1.de###w_o
med1.de###w_s
queer.de###walloben
games.ch###wallpaper
browsergames.de,spielesnacks.de###wallpaper-link
pons.eu###wallpaper_1
justnetwork.eu,uhrzeit.org###wallpaperlink
pcpraxis.de###wand1
3druck.com###wb-links
hifitest.de###wb-right
hifitest.de###wb-top
webfail.com###webfail_de_300_250_rt
fernsehserien.de###werbemittel-rectangle
linguee.de###wide_banner_right
vogelschiessen-coburg.de###widget_sp_image-3
win-10-forum.de###widgetlist_column2 > li > div > div > a > img
meetingpoint-brandenburg.de###wobra-suche
ariva.de###wpAktieImFokus
ariva.de###wpProduktzeileZertifikate
ruhrbarone.de###wpTopBox
stb-web.de###wpbg
wikio.de###wpub
serienjunkies.de###wrap + span[align="center"] + div
manager-magazin.de###wrapBoard > #wrapMain:first-child > .pbox
schwaebische.de###wrapper > #titelkopf
sprachnudel.de###wrapper > div[style="margin: 0 0 5px 0;"]
leave.to###wrapper > header + .wrapping
leave.to###wrapper > header + .wrapping + .wrapping:last-child
micky-maus.de###wrapper-1 > #extra1[style="padding-left: 108px;"]
scdhfk-handball.de###wrapper_SWL
n-tv.de###wrapper_content > div[style="height: 120px;"]:first-child
goolive.de###wrapper_margins > .wallpaper
pcgameshardware.de###wrapper_plakatinhalttag_2
pocketpc.ch###xxParentDivForWerbPostbit
euronics.de###xxl_master_top_banner_container
pocketpc.ch###xxyyParentDivForWerbPostbit
zelluloid.de###zTopBanner
finanzfrage.net,gutefrage.net,kimeta.de,vol.at##.Ad
v-i-t-t-i.de##.AmazonSimpleAdmin_widget_inner
finanz-notes.de,fr-online.de,jungewelt.de,unixboard.de,vermieter-forum.com,windows-
7-forum.net##.Anzeige
stadtradio-goettingen.de##.Anzeigen
bluray-disc.de##.AnzeigenBlock2
schwarzwaelder-bote.de,stuttgarter-nachrichten.de,stuttgarter-
zeitung.de##.AnzeigenHead
bluray-disc.de##.AnzeigenText
fc-suedtirol.com,haustechnikdialog.de##.BannerContainer
idowa.de##.BannerSeiteLinks
ksta.de,rundschau-online.de##.BoxAnzeige
rundschau-online.de##.BoxContentPosAnzeige
ksta.de##.BoxHeaderKalaydo
sex-up.net##.BoxSidebarGoogleSexUp
chip.de##.ButtonAuswahl--Green
mactechnews.de##.CommercialPanel
momondo.de##.Common-Kn-Display
momondo.de##.Common-Kn-Rp-FlightInline
kayak.de,swoodoo.com##.Common-Kn-Rp-Inline
ksta.de##.ContainerContentKalaydoSmall
stayfriends.de##.ContainerRectangle
mactechnews.de##.DfpNewsO
mactechnews.de##.DfpPanel336
fr-online.de##.DigiAnz
swoodoo.com##.Flights-Results-FlightRightRail
pafnet.de##.FlyerRahmen1[width="125"]
kimeta.de##.GoogleColSpan
computerwoche.de##.HeadLeaderBoard
triathlon-szene.de##.HinweisAnzeige
xflat24.com##.KEYWORDS
rundschau-online.de##.KalaydoColorBox
perspektive-mittelstand.de##.Laddbox
perspektive-mittelstand.de##.Laddbox300
promiflash.de##.LazyLoad[style="min-height: 250px; min-width: 300px;"]
promiflash.de##.LazyLoad[style="min-height: 270px; min-width: 970px;"]
chip.de##.List > li > .copy-sm > .secondary[rel="nofollow"]
onvista-bank.de##.MEGASIZE_BANNER
sc-markersdorf.at##.ModBannersC
alle-autos-in.de##.NaviTopP
businessinsider.de##.OUTBRAIN
n24.de##.OUTBRAIN .ob_dual_left > .ob-p
bildderfrau.de,gofeminin.de##.OffresSpe_cadre
news.preisgenau.de##.Post5
aol.de##.RHRSLL
fremdwort.de##.RahmenRundrum[width="560"] > tbody > tr > td[colspan="2"]:first-
child:last-child > table[border="0"]:first-child:last-child
aol.de##.SLL
charivari.de##.Skyscraper_Slot
buerschgens.de##.SponsorFuss
t-online.de##.T-jobsuche-modul
t-online.de##.TFlashPlayer[style="height:200px; width:300px;"]
rtl.de##.T_partner
rtl.de##.T_shopKoop
t-online.de##.Tadblock
t-online.de##.Tadc
t-online.de##.Tamrecbox
chip.de##.Teaser__Affiliate
chip.de##.Teaser__Portal
eltern-zentrum.de##.Text1[valign="top"]:last-child > .tabberlive:last-child
adhs-zentrum.de##.Text[width="100%"][valign="top"] + td[valign="top"]:last-child
t-online.de##.Tgbox--anz
t-online.de##.Thpx600
t-online.de##.Tmm > .Tmc4a > .Ttsi
t-online.de##.Tmm > .toiaiai > .Ttsi > a
t-online.de##.Tmm[style^="display: block !important;"]
t-online.de##.Tmm[style^="display: block !important;"]
kleinreport.ch##.TopBannerContainer
kellysearch.de##.TopBanners
t-online.de##.Toyota
t-online.de##.Tpcpx + #Tasf > div[id][style]
t-online.de##.Tprtnrmobilesib
t-online.de##.Tshlogobox
t-online.de##.Tssshopst
t-online.de##.Ttsc.Ttsh65.Tmc4a
aol.de##.WOL
helles-koepfchen.de##.Wer
gullipics.com##.a-zone
dexerto.de##.aON
winfuture.de##.a_box
4cheaters.de##.aab-box
blogg.de##.ab-item[tabindex="10"]
diaware.de##.abcde_link
diaware.de##.abcde_text
tutorials.de##.above_body > #header + #navbar + table:last-child
rc-network.de##.above_body:first-child + table[cellspacing="0"][cellpadding="0"]
[border="0"][align="center"]
die-schnelle-kuh.de##.abp
presseportal.de##.abvbp-parent-hockey
aachener-nachrichten.de,abendblatt.de,ak-kurier.de,alle-
immobilien.ch,azonline.de,bazonline.ch,bernerzeitung.ch,bildderfrau.de,billig-
flieger-vergleich.de,bos-
fahrzeuge.info,computerbase.de,crn.de,derbund.ch,derlacher.de,echo-
online.de,epochtimes.de,erf.de,fettspielen.de,funnypizza.de,glamour.de,gmx.net,gq-
magazin.de,hardwareclips.com,holidaycheck.de,inside-
handy.de,ircgalerie.net,juedische-
allgemeine.de,kalenderwoche.net,klassikradio.de,kronehit.at,macwelt.de,metager.de,m
odhoster.de,newscomm.de,nordbayerischer-kurier.de,oberhessische-
zeitung.de,pcwelt.de,pfaffenhofen-
today.de,phonostar.de,podcast.de,prisma.de,radiokoeln.de,raidrush.org,rhein-neckar-
loewen.de,sachsen-fernsehen.de,shopbetreiber-
blog.de,spektrum.de,sueddeutsche.de,suite101.de,tagesanzeiger.ch,wallstreet-
online.de,web.de,wissen.de,wn.de,yellingnews.com,zeit.de##.ad
ak-kurier.de##.ad + #flashContent
ak-kurier.de##.ad + .tdt
ak-kurier.de##.ad + .uk-panel
synchronkartei.de##.ad-box
1und1.de,gmx.net,heise.de,web.de##.ad-container
diegrenzgaenger.lu##.ad-listing
vsport.at##.ad1
vsport.at##.ad2
med1.de,promiflash.de,stayfriends.de##.adContainer
wz-newsline.de##.adDisclaimerLight
games.ch,webfail.at##.adMR
gevestor.de##.adTop
11freunde.de##.ad_below-nav
skandinavien.eu##.ad_big
augsburger-allgemeine.de##.ad_load
fairytail-tube.org,naruto-tube.org##.adb
t3n.de##.adbContentAd1
knuddels.de##.adbg
magistrix.de,wuv.de##.adblock
1jux.net##.adblock-rect
derwesten.de,falstaff.at,falstaff.de,gevestor.de,sueddeutsche.de,wetter.com##.adbox
dasoertliche.de##.adcontainer
paradisi.de,psychic.de##.adcontent
paradisi.de##.adcontenttext
derhandel.de,suedtiroltv.it##.add
pressebox.de##.add-left
tabtech.de##.add-panel
pressebox.de##.add-right
yelp.de##.add-search-result
sport1.de##.addPicture
aero.de##.add_balken
tes-5-skyrim.de##.addleft
kochbar.de##.admanager__ems__dmofooter-1
kochbar.de##.admanager__ems__teaser .emsTeaserContainer
20min.ch,250kb.de,app-
kostenlos.de,arbeitszeugnisgenerator.de,autoscout24.ch,bild.de,channelpartner.de,dh
b.de,eintracht.de,fischkopf.de,helpster.de,mtv.de,playmassive.de,regenbogen.de,tage
blatt.lu,tecchannel.de,tus-n-
luebbecke.de,viamichelin.at,viamichelin.ch,worldofminecraft.eu,zdnet.de##.ads
psychic.de##.ads5
tagesanzeiger.ch##.adsTitle
stayfriends.de##.adsWrapper
e-hausaufgaben.de##.adscontntad
duden.de,eatsmarter.de##.adsense
skodacommunity.de##.adsenseContainer + div[align="center"]
e-hausaufgaben.de##.adswallpapr
preisvergleich.de##.adswsk
tech-blog.net##.adsxtrm
hierspielen.com##.adtitle
mobile.de,viva.tv##.adv
web.de##.adv-promotion
bluewin.ch##.adv-taz
top.de##.adv-top
kleinezeitung.at##.adv16
kleinezeitung.at##.adv6
webstandard.kulando.de##.advBlockTop
arcor.de##.advTop
pc-magazin.de##.adv_inside_galerie
detektor.fm##.advarea
animania.de,check24.de,eurogamer.de,hcelb.de,morningstar.de,mrn-news.de,n-
tv.de,suedkurier.de,teleboerse.de,tvtv.at,tvtv.ch,tvtv.de,weser-kurier.de##.advert
filsh.net##.advert + .notification
onvista.de##.advertisedFund
veeseo.com##.advertisement
morgenpost.de,thueringer-allgemeine.de##.advertising
au-ja.de##.advframe
n-mag.de,sein.de##.advs
netluchs.de##.adw
erf.de,greenbyte.ch##.adwrapper
stylebook.de##.afc
bild.de##.affiliate.pm001
bild.de##.affiliate.pm007
bild.de##.affiliate.pm033
bild.de##.affiliate.pm107
bild.de##.affiliate.pm140
bild.de##.affiliate.pm172
rsa-sachsen.de##.affiliates
tweakpc.de##.aflink
heise.de##.akwa-ad-container
tchgdns.de##.alt-pub
modernboard.de##.alt1[style="padding-top:0px"] > div[style="clear:both"] +
ul[style="list-style-type:none; margin:0px; padding:0px"]
dforum.net##.alt2[colspan="2"][style="background: #eaeab4"] >
font[color="#000"]:first-child:last-child > table[width="100%"][cellspacing="0"]
[cellpadding="0"]:first-child:last-child
winboard.org##.alt2[style="padding-top:0px"] > ul[style="list-style-type:none;
margin:0px; padding:0px"] > br:first-child + div[align="center"]:last-child
t-online.de##.altInventory__item
winfuture.de##.am_box
heise.de##.ama
plattentests.de,radiopsr.de,rsh.de##.amazon
computerbase.de##.amazon-links
computerbase.de##.amazon-links-2
ratgeber-hausmittel.info##.amazon-product-table
tecchannel.de##.amazonLinkButton
buffed.de,gamesaktuell.de,gamezone.de,pcgames.de,pcgameshardware.de##.amazonTopList
winfuture.de##.amazon_deal
pagewizz.com##.amazon_module
pagewizz.com##.amazon_module + span
winfuture.de##.amazon_top_deal_box
pcgameshardware.de##.amazonorder
pcwelt.de##.amazonteaser
gamepro.de,gamestar.de##.amz
andreziegler.de##.amz_main
winfuture.de##.amzwgt
bauexpertenforum.de,biallo.de,deutsche-
startups.de,epochtimes.de,fremdwort.de,genderblog.de,gesetzlichekrankenkassen.de,he
inertown.de,heise.de,juedische-allgemeine.de,lehrerfreund.de,medizin-
netz.de,motorsport-
total.com,moviejones.de,nwzonline.de,oktoberfestportal.de,projektmagazin.de,rtl.de,
saarbruecker-zeitung.de,sportal.de,telemedicus.info,tweakpc.de,wer-kennt-
wen.de,wetter.com,win-10-forum.de,winboard.org,zdnet.de,zeit.de##.anzeige
designtagebuch.de##.anzeige-links
designtagebuch.de##.anzeige-mittig
tbv-lemgo.de##.anzeige2
tbv-lemgo.de##.anzeige3
tbv-lemgo.de##.anzeige4
pfaelzischer-merkur.de##.anzeigeBox
energie-fachberater.de##.anzeigeRight
ariva.de##.anzeigeText
sportal.ch##.anzeige_468
augsburger-allgemeine.de##.anzeige_rec
sportalplus.com##.anzeige_sky
inselradio.com,partyamt.de##.anzeigen
diaware.de##.anzeigen_link
genderblog.de##.anzeigenhead
unitymedia.de##.anzeigetag
digitale-schule-bayern.de##.app > #t_container
zdnet.de##.apraxazz_sidebar
teltarif.de##.arial2[style="clear: both; color: #CCCCCC; margin: 9px 13px; border-
bottom: #CCCCCC 1px solid;"]
augsburger-allgemeine.de##.article dl[style="width: 310px; margin: 0px 10px 0px
0px; padding: 0px;"]
tvspielfilm.de##.article-body > div[style="margin:0 0 20px;text-align:center"]
telemedicus.info##.article-info + .b[style="margin-top:15px;"]
saechsische.de##.article-nad,.article-box--nad,.article-bundle--nad
computerbase.de##.article-view__rectangle
nwzonline.de##.article.clearfix .c8.inv-border + a > img
computerbild.de##.articleAdditional > .kaufenteaser .amazon
computerbild.de##.articleAdditional > .kaufenteaser .idealo
gamestar.de##.articleAmazonLink
sosuanachrichten.com##.article[style="width: 440px; background-color: #000066;
margin: 6px; margin-top: 6px;"]
itmagazine.ch##.article_rectangle
gamersglobal.de##.artikel-cad
tagblatt.ch##.artikel-detail-einspaltig-spalte-2 > .tbrprehtml
saarbruecker-zeitung.de##.artikeldetail > .text > .teaserbox.hgray
sport.de##.artikelrectangel
playm.de##.asa_async_container
augsburger-allgemeine.de##.aside_ad_caroussel
sachsen-fernsehen.de##.asidebar
spiegel.de##.asset-affiliatebox
amazon.de##.aw-campaigns
alternative-zu.de##.azuitem_googleAdSense
alatest.de##.b_top_leaderboard
walliserbote.ch##.ban-img
1000ps.at,1001spiele.de,absolutradio.de,absolutrelax.de,anixehd.tv,antenne.de,apoth
eke-
adhoc.de,bsdforen.de,buchmarkt.de,dbna.de,emfis.de,games.ch,giga.de,goolive.de,hamm
.biz,hammstars.de,hc-erlangen-ev.de,info.koeln,jetztspielen.de,juve.de,kle-
point.de,komoedie-
steinstrasse.de,kronehit.at,macerkopf.de,modhoster.de,moneyspecial.de,naturundthera
pie.at,pfaffenhofen-
today.de,produkt.at,regionalbraunschweig.de,sgbbm.de,softonic.de,sonntagszeitung.ch
,spielkarussell.de,suedostschweiz.ch,sunshine-live.de,talkteria.de,tu-
berlin.de,voltigierzirkel.de,wein-plus.de,zmk-aktuell.de##.banner
ebay.de##.banner-billboard
moho.info,motorrad2000.de##.banner-box
hsvhandball.com##.banner-container
com-magazin.de,macnews.de##.banner-content
macmagazin.de##.banner-detail
macmagazin.de##.banner-home
ebay-kleinanzeigen.de##.banner-leaderboard
klassikradio.de##.banner-position
eintracht-handball.de##.banner-rechts
macmagazin.de##.banner-sidebar-1
macmagazin.de##.banner-sidebar-2
magistrix.de,moviepilot.de##.banner-skyscraper
ebay-kleinanzeigen.de##.banner-supersize
donnerwetter.de,xaver.de##.banner-top
immobilienscout24.de##.banner-top-placeholder
outdoor-magazin.com##.banner1
digitalvideoschnitt.de,phpforum.de##.banner468x60
digitalvideoschnitt.de##.banner728x90forumDV
sims4ever.de##.bannerBox
3dchip.de,aptgetupdate.de,cheating.de,hardware-infos.com,hardware-
mag.de,hardwarelabs.de,macgadget.de,michas-spielmitmir.de,nik-o-
mat.de,onipepper.de,pc-max.de,weltdergadgets.de##.bannerContainer
androidpit.de##.bannerLabel
deutsche-startups.de##.bannerRight
heinertown.de##.bannerSliderFrame
tsv1860.de##.bannerSponsor
idowa.de##.bannerTall
radio24.ch##.banner[style="height:90px;text-align:center;background:none;"]
sexgeschichten.com##.banner_120x240
sexgeschichten.com##.banner_120x60
sexgeschichten.com##.banner_120x600
juedische-allgemeine.de##.banner_200x200
sexgeschichten.com##.banner_300x640
juedische-allgemeine.de##.banner_531x316_in
softonic.de##.banner_box
canoo.net,gq-magazin.de##.banner_container
rtl-hessen.de##.banner_fullsize
goloci.de##.banner_gallery
echo-online.de##.banner_horizontal
notebooksbilliger.de##.banner_left
goloci.de##.banner_main
goloci.de##.banner_online_1
insidegames.ch##.banner_rectangle
derboersianer.com##.banner_red
notebooksbilliger.de,telelino.de##.banner_right
deutschepost.de##.banner_right_resultpage_middle
fohlen.tv##.banner_sky
fruchthandel.de##.banner_squarebuttongroup
fruchthandel.de##.banner_squarebuttonxs1
pixelio.de##.banner_top
handy-player.de,maclife.de##.bannerbox
boerse.de##.bannerbox_container
was-verdient-ein.de##.bannerga
berlinertageszeitung.com,enduro-austria.at,hardware-
factory.com,lesben.org,nh24.de,pc-experience.de,primavera24.de,vfl-bad-
schwartau.de,waldecker-tagblatt.de,wander-
pfade.de,wintotal.de,witz.de##.bannergroup
pcpraxis.de##.bannergroup-blank
kulturmarken.de##.bannergroup-part2
flashmob.de,minibhkw.de##.bannergroup_text
preussenspiegel-online.de##.bannerright
itopnews.de,pinfy.de##.banners
rockantenne.de##.bannertop
pcgames.de,pcgameshardware.de##.bargain
pcgameshardware.de##.bargainLp
heise.de##.bcadv
bildderfrau.de##.bdf_megabannerBack
saarbruecker-zeitung.de##.beilagen
auto-motor-und-sport.de##.beitragsrechner_sideteaser2
ebay.de##.beta-placement
boersennews.de##.bg-smartbroker-dark
boersennews.de##.bg-smartbroker-light
oilimperium.de##.bg_img
designtagebuch.de##.billbo
tarnkappe.info,winfuture.de##.billboard
infranken.de##.billboard-wrapper
yelp.de##.biz-details-yla
pc-max.de##.block-banner
notebookinfo.de##.block-custom-teaser
notebookinfo.de##.block-custom-teaser-news-inline
notebookinfo.de##.block-custom-teaser-news-right
notebookinfo.de##.block-offering
projektmagazin.de##.block-pm_bannerseiten
notebookinfo.de##.block-sponsored-offer
energie-fachberater.de##.blockBanner
readmore.de##.block[href^="http://www.amazon.de/"][href*="tag=readmore-21"]
1a-immobilienmarkt.de##.bmi_bottom_layer
share-tube.eu##.bn_red_message
quoka.de##.bnr-wrp
echo-online.de##.bottom-buttons
aerzteblatt.de##.bottomBanner
pcwelt.de##.box .holder[target="_blank"][href^="http://rover.ebay.com/rover/"]
pcwelt.de##.box .holder[target="_blank"][href^="http://www.amzn.to/"]
fcbayern.de##.box-sponsors
geizhals.at##.box10h + .gh_cat
gesund.tv##.boxContent-brands
androidpit.de##.boxLightLeft[style="width:620px; text-align:center; font-size:95%"]
franchise-net.de##.box_174
werder.de##.box_sponsor
schwaebische.de##.box_width2 > div[style="border:1px solid #999999;padding:6px;"]
sms.de##.boxbody[width="190"][valign="top"][align="left"][rowspan="7"]:last-child
gronkh.de##.branding
chefkoch.de##.brandlogo-table
japaniac.de##.bsaProContainerNew
boersennews.de##.btn-smartbroker
sbb.ch##.btn_promo
hilferuf.de##.buchtipp_content
hilferuf.de##.buchtipp_footer
hilferuf.de##.buchtipp_topic
web.de##.buster
tt.com##.button145
foerderland.de##.button300x250
xink.it##.buttonMirror
lounge.fm##.buy
magistrix.de##.buy_song
heise.de##.buytable
premiumpresse.de##.cBannerTop
playmassive.de,playnation.de##.cad
ka-news.de##.cad_box
hoerzu.de##.caption-banner
promiflash.de##.card-rectangle
autozeitung.de##.carneoo-offer
cash.ch##.cash-adtech
netdoktor.at##.cat-ignore
bild.de##.cbErotikContentbar15
autokostencheck.de##.center.ml30.mb10
boerse-online.de##.center_top_bar
gamepro.de##.centeredDiv > .border > .homeContReg
> .doubleBlkLeft[style="height:270px;padding-top:20px;"]:first-child
gamepro.de##.centeredDiv > .border > .homeContReg
> .doubleBlkRight[style="height:300px;padding:20px 0;"]:last-child
gamestar.de##.centeredDiv > .homeContReg
> .doubleBlkLeft[style="height:270px;padding-top:20px;"]:first-child
gamestar.de##.centeredDiv > .homeContReg
> .doubleBlkRight[style="height:300px;padding:20px 0;"]:last-child
typo3blogger.de##.chemical_sitelogo_r
ariva.de##.clickCursor
golem.de##.cluster-header + div[style="margin:15px 0; min-height:103px;"]
golem.de##.cluster-header + div[style="margin:15px 0; min-height:266px;"]
pooltrax.com##.cmc2
billiger-telefonieren.de,onlinekosten.de##.cms-widget_calculator_result_list_offer-
tip
cosmiq.de##.cmsbox_iq_qa_show_content_below_question
quoka.de##.cnt > div[style="margin: 0px 0px 0px 0px; min-height:90px; padding: 5px
0;"]
quoka.de##.cnt-rgt
finanzen.net##.coW[style="background-color: #009DE0;"]
finanzen.ch##.coba_homepage_topflop
stayfriends.de##.col1 > div[style="width: 616px; height:185px; border:2px solid
#03408c; position:relative"]
3druck.com##.col2 > #text-4
3druck.com##.col2 > #text-5
3druck.com##.col2 > #text-6
pchilfe.org##.col2 > .ink_box
daspureleben.com##.column-first > .content > .fl-lft > img[width="139"]
[height="52"]
daspureleben.com##.column-first > .content > .logo-slider
bluewin.ch##.column-right > .column-right-right > .teaser-special > .ts-image
+ .ts-content
tripadvisor.de##.commerce
auto-motor-und-sport.de,azonline.de,getgoods.4teams.de,mv-
online.de,promobil.de,wn.de##.commercial
deutscherskiverband.de##.container-banner-2
secured.in##.container-banner-image
tarifagent.com##.container_fullbanner
rhein-zeitung.de,schwaebische.de,szon.de##.container_rectangle
augsburger-allgemeine.de,goslarsche.de##.container_skyscraper
schwaebische.de,szon.de##.container_skyscraper_content
augsburger-allgemeine.de,goslarsche.de##.container_skyscraper_wallpaper
neckar-chronik.de##.container_top5
bleckede.de##.content > #rightcontainer:last-child
sprachnudel.de##.content > #toplinks
sprachnudel.de##.content > #toplinks2
fscklog.com##.content > .posted:first-child img
speedlounge.in##.content > center > hr[width="100%"] + a
hammstars.de##.content > div[style="margin-top:-18px; float:right; width:237px;
text-align:right;"]
hamm.biz,hammonline.de##.content > div[style="position:relative; top:-13px;
float:right; margin-left:15px; font-size:10px; text-align:right;"]
notebookjournal.de##.content > div[style="width:50%;height:260px;float:left;"]
kaufn.com##.content > h1 > hinweis
sprachnudel.de##.content > span[id^="viewcontent"]:first-child > ul:first-
child:last-child
sprachnudel.de##.content > ul[class^="toplinks"]
sprachnudel.de##.content > ul[id]:first-child
designtagebuch.de##.content-google-728
kostenlosspielen.net##.content-main-box-300x250
kostenlosspielen.net##.content-main-box-728x90
designtagebuch.de##.content-mediumrec
heimspiel-online.de##.content-rahmen + table[cellspacing="0"][cellpadding="0"]
[border="0"][style="padding-bottom:5px;"]
kostenlosspielen.net##.content-right-box-300x250right
primavera24.de##.contentBanner
buffed.de,gamezone.de,pcgames.de##.contentFrameEddie
1001spiele.de##.contentIndex > #contentRow
energiesparen-im-haushalt.de##.contentMainWrap >
div[style="background:#A6BF2D;width:468px;height:94px;"]
koeln.de##.contentRect
itwissen.info##.content_banner
sound-load.com##.content_box_content_dl > div + .fc + div
inside-digital.de,inside-handy.de##.content_ins
ladies.de##.content_left > .topteaser_td
atv.at##.content_rectangle
goldesel.to##.content_right > div > div[class^="d_"] > a > img
goldesel.to##.content_right > div[class]:first-child + div[class]
goldesel.to##.content_right > div[class^="d_"] > div + div[style="padding:8px;"]
sportal.ch##.content_right_side_wetten
augsburger-allgemeine.de,heise.de##.contentbanner
bild.de##.contentbar
dastelefonbuch.de##.context_banners
chip.de##.cs-widget[data-cloudsider="vod"]
rimparerhandballer.de##.custom > .adv_slideshowTable
24-tv.tv##.custom-bravomarket
lounge.fm##.custom-sponsor
mobile.de##.d-05-opromo_de
goldesel.to##.d_head + div[class^="d_"] > a > img
winload.de##.darklayer
3dl.tv##.ddl-mirnor-box.button[href*="="]
3dl.tv##.ddl-mirror-box[target="blank_"]
gesichtskirmes.net##.deals
wetter.com##.desk-one-third a[id][href] > img[src]
hdfilme.tv##.detail > div[style="text-align: center;position: relative;"]
menshealth.de##.dfp_rand1
menshealth.de##.dfp_ss1
menshealth.de##.dfp_ss2
muenchen.de##.dienste_anzeige
muensterschezeitung.de,ruhrnachrichten.de##.digitaleAnzeigen
bluewin.ch##.directto > .logos
freetipps.com##.ditto-shopping
volksblatt.li##.divAdd_Banner
volksblatt.li##.divAnzeige
volksblatt.li##.divBanner
volksblatt.li##.divPdfAnzeigen
volksblatt.li##.divRectangle
ladies.de##.div_head_main_anzeige
gamestar.de##.dlightboxContainerBody > div[style="color: #5D5D5D; font-size: 18px;
margin: 10px 10px 10px 20px; text-align: left;"] + .standardcontent >
[type="text/css"] + .articlelb > table
cyonix.to##.dllink
activevb.de##.dontprint[cellpadding="1"][bgcolor="#c0c0c0"][align="center"]
netzwelt.de##.download + .d-m-n
downloadstube.net##.download > a[onclick] > .redcolor
downloadstube.net##.download > a[onclick]:last-child
downloadstube.net##.download_hoster
vip.de##.eTeaser
metropolico.org##.e_adv
mtg-forum.de##.ebay_banner
camidos.de##.ebay_hits
abnehmen.com,amerika-forum.de,aquariumforum.de,campen.de,deejayforum.de,linux-
forum.de,pferd.de,rechnungswesenforum.de,reitforum.de,sat-ulc.eu##.ebayitems
abnehmen.com,amerika-
forum.de,aquariumforum.de,pferd.de,rechnungswesenforum.de##.ebayitems3
sinn-frei.com##.ebp
abacho.de##.econa_editorial_tips
abacho.de##.econa_editorial_tips_header
hoerbuch.us##.eintrag_dowload0_link
hildesheimer-allgemeine.de##.einzelbanner
pnp.de##.em_cnt_ad_hinweis
pnp.de##.em_cnt_ad_hinweis + div
report-k.de##.empfanzeige
xdate.ch##.empfehlung
branchen-info.net##.empfehlungen
ecommerce-vision.de##.entry > div[style="float: right; padding: 0 0 10px 10px;"]
sueddeutsche.de##.entry-content > .overlay
etcg.de##.eral_wrapper
picdumps.com##.evil_1
sueddeutsche.de##.expediasearch
news.de##.extraContentContainer
bild.de##.eyecatcher
fussballoesterreich.at##.fadeVerein1
fussballoesterreich.at##.fadeVerein2
fussballoesterreich.at##.fadeVerein3
computerhilfen.de##.fcontent2 > a > img[width="612"][height="221"]
poker-lernen.info##.featured
emok.tv##.fenster_gadgets
ff-bz.com##.ff-ba
rechnungswesenforum.de##.ffwidget_sidebar
bloggospace.de##.first_pub
preisvergleich.de##.flexTop
wochenblitz.com,wohnungswirtschaft-heute.de##.flexbannergroup
buchhalterprofi.de##.flexi-bnrs
tvinfo.de##.floatLeft[style="padding:10px;"]
one2stream.com##.floater
computerwissen.de##.floater[style="display: block;"]
hoerzu.de##.footer-banner-program
tchgdns.de##.footer-pub
scene-gamers.g-portal.de##.footer-widget
antenne-frankfurt.de##.footer_textbox2
bild.de##.footerbar
fundanalyzer.de,fundresearch.de##.fragSeitenKopf
downloadstube.net##.frame_side
downloadstube.net##.frame_top
mydrg.de##.frameo
downloadstube.net##.frameside
downloadstube.net##.frametop
mydrg.de##.frameu
suche.freenet.de##.frn_kapsel
freenet.de##.frn_promoReisen
cinema.de##.fswrapper
lokalisten.de##.fullBanner
bild.de,preussenspiegel-online.de,wirtschaftsblatt.at##.fullbanner
airgamer.de##.fullbanner2
raidrush.net##.funbox
phpforum.de##.ga336
quoka.de##.gad
sinn-frei.com##.gadline
markt.de,preisgenau.de##.gads
rawsucker.com,sinn-frei.com##.galine
quoka.de##.gallery + .partner
lakeparty.de##.gallery-banner-wrapper
tvspielfilm.de##.gallery-box + div[style="margin:20px 0 20px;text-align:center"]
tagesspiegel.de##.gam_wrapper
spielkarussell.de##.game-side-banner-wrap
webmart.de##.gap
pooltrax.com##.gas2
t3n.de##.gasTeaser
golem.de##.gbox_affiliate
winfuture.de##.gcap
geizhals.at,geizhals.de,gh.de##.gh_fp
geizhals.at,gh.de##.gh_fp_wide
heise.de##.gh_teaser
sinn-frei.com##.gline
finanztreff.de##.goldsilbershop
nydus.org##.googl
euractiv.de##.google
ichspiele.cc##.google-box
magistrix.de##.google-dfp
pkv-private-krankenversicherung.net##.google2
tecchannel.de##.google_block
wallstreet-online.de##.gspraemie
my-homo.net##.gstsk
pcgames.de##.gul300
myvideo.de##.hAdHead
news.de##.halfpage
wetter.de##.halfsizerect + .pageItem
map24.com##.hand[onclick="showbahn();"]
tvemsdetten.com##.hauptsponsor
baunataler.de##.hauptsponsoren
ak-kurier.de##.hd-banner
goldesel.to##.hdls
forum.golem.de##.head2 + p + div[style="min-height:266px; margin:20px 0 10px;"]
au-ja.de##.headADB
au-ja.de##.headADV
staedte-info.net##.headbanner
eierkraulen.net##.header + .framenavi
goldesel.to##.header + ul + ul > li > a > img
derwesten.de##.header > .g_1of1 > .box > .mod_pic > .hyph > .img
downloadstube.net##.header > div:last-child > a[onclick]:first-child
sunshine.it,videothek.cc##.header-banner
lintorfer.eu##.header-widget
blick.ch##.headerPartners
kabel-blog.de##.header_top_banner
livingathome.de##.heftBox[style="padding-left:0px;margin-left:0px;padding-
bottom:8px;margin-top:1px;"]
transfermarkt.at,transfermarkt.ch,transfermarkt.de##.hide-for-small[style="height:
273px; text-align: center; overflow: hidden;"]
deutsche-startups.de##.highlighted.squares
moviebb.to##.highspeed_button
stayfriends.de##.hint-adhint + .promoContainer + .cmsSlotContainer
heise.de##.hinweis_anzeige
fremdwort.de##.hinweisad
technic3d.com##.home > footer[style="bottom: -105px;"]:last-child > div:first-child
gamestar.de##.homeContHlCol3[style="width:289px;"] > div[style="padding:20px 0 0
0;"]:last-child
gamestar.de##.homeContReg > .homeContRegCol1 > .elemCont > a > img
gamestar.de##.homeContReg > .homeContRegCol1 > div[style] > a > img
gamestar.de##.homeContRegCol3 > .elemCont + .elemCont + .elemCont
+ .elemCont[style="position:relative;"] + .elemCont + .elemCont > .titleHead
+ .article
gamestar.de##.homeContRegCol3 > .elemCont + .elemCont + .elemCont
+ .elemCont[style="position:relative;"] + .elemCont[style="position: relative;"]
> .titleHead + .article
netzkino.de##.horizontalBanner
heinertown.de##.htown_anzeige
news.de##.ialayer-container
news.de##.ialayerContainer
gmx.net,web.de##.iba-uncertain
gmx.net,web.de##.iba-vague
tz.de##.id-Container--promotion
tz.de##.id-Teaser-el--promotion
wa.de##.idMediaParagraph > .idMediaRight > .idTextBox
delamar.de##.iframe300
immobilienscout24.de##.ikea-link
finanzen.ch##.image_logo_ubs4
derwesten.de##.img[href^="http://www.albelli.de/angebote/"]
augsburger-allgemeine.de##.img_inline[style="width:310px; margin:0px 10px 0px 0px;
padding: 0px;"]
autoline-eu.at,autoline-eu.ch,autoline.de##.index-center-banners-1
autoline-eu.at,autoline-eu.ch,autoline.de##.index-main-banners
finanztreff.de##.indizes_dbx_trackers
hornoxe.com##.infobox + .navigation + [align="center"] + .box-grey
technic3d.com##.infscroll > .rcolumn2[style="text-align: center; height: 250px;"]
quoka.de##.inner > #RelatedAdsList + .yui3-g
ultras.ws##.inner:first-child:last-child > .corners-top:first-child + .topiclist +
div[style="padding: 5px 5px 2px 5px; font-size: 1.1em; background-color: #ECF1F3;
margin: 0px auto; text-align: center;"]
hcelb.de##.intpartner
verkehrsportal.de##.ipbtable .catend
sueddeutsche.de##.iqad
sueddeutsche.de##.iqadcontainer
golem.de##.iqadmarker
immobilienscout24.de##.is24-banner
immobilienscout24.de##.is24-map-addressContainer
a[href^="//servedby.flashtalking.com/click/"]
kochbar.de,rtl.de##.isAdVisible + .halfpage
ariva.de,onvista.de##.isSponsored
lachschon.de##.item3ds
schulterglatze.de##.item_adverts_dienst
bild.de##.jetzt_aufnehmen
kulturmanagement.net##.joboffer_banner_wrapper
heise.de##.jobtv24
de.yahoo.com##.js-applet-view-container-main > style + .NavLinks + .Bd-t
+ .NavLinks
gamepro.de,gamestar.de##.js-countdown
aachener-nachrichten.de##.kalaydo-container
kochbar.de##.kb-has-rectangle
kochbar.de##.kb-recipe-comment-container > .kb-recipe-comment-right-fix
wortfilter.de##.kuriosbox
1jux.net##.l-jux-post + .black
1jux.net##.l-mod[style="height:250px"]
123people.de##.l_banner
pi-news.net##.l_pics > a:not([href*=".pi-news.net/"])
indeed.ch##.lastRow + div + div[class] > div[class]:first-child + .row
indeed.ch##.lastRow + div + div[class] > div[class]:first-child + .row + .row
chemnitzerfc.de##.lay_banner_teaser2
games.ch##.layer
hoh.de##.lb_skyscraper
ichspiele.cc##.leader
airgamer.de,auto-motor-und-sport.de,billig-flieger-
vergleich.de,buffed.de,de.de,gamesaktuell.de,gamestar.de,gamezone.de,meteovista.de,
pcgames.de,pcgameshardware.de,spielefilmetechnik.de,spielen.de,technic3d.com,traile
rzone.info,videogameszone.de##.leaderboard
antenne.de,rockantenne.de##.leaderboard-wrapper
istream.ws##.leaderboard2
rockpapershotgun.de##.leaderboards
lkz.de##.left > .content[style="min-height:100px"]
gmx.net,home.1und1.de,web.de##.left-col__bottom
narutoloads.org##.left-hand-global
au-ja.de##.leftADB
au-ja.de##.leftADV
taketv.net##.leftbanner
queer.de##.leistenbanner
bunte.de##.li_imageteaser_row_typ3
liliput-lounge.de##.lilip-in-content
liliput-lounge.de##.lilip-nach-dem-inhalt_2
liliput-lounge.de##.lilip-top-ueber-artikelueberschrift
mobilegeeks.de##.link-display-large[href^="https://www.mobilegeeks.de/go/
instaffo/"]
handballecke.de##.linkEmpfehlungen
kissfm.de##.links
kicker.de##.linksebay
queer.de##.listenbannerlinks
myvideo.de##.liveHeaderSponsor
l-iz.de##.liz_Ad_468_60
l-iz.de##.liz_Ad_sky
finanztreff.de##.lnx
downloadstube.net##.load_side
downloadstube.net##.load_top
zfans.de##.logo_rechts_mitte
rollertuningpage.de##.logobackground > span[style="color:#FFFFFF; font-size:10px;"]
lokalisten.de##.logoutCont
web.de##.lottoJackpot
abendzeitung-muenchen.de##.lp_standard_rectangle
prozentrechner.net##.lxButton[target="_blank"]
macnews.de##.macdeal
juedische-allgemeine.de##.magazinteaser
hsg-gensungen-felsberg.de##.main > .inner > #ja-hl
orschlurch.net##.main > div > div:first-child + .widget
orschlurch.net##.main > div > div:first-child + div[id]
goldesel.to##.main a[href^="apps/windows/"]
wunschkennzeichen.de##.main-banner
auto-online.ch##.main-leaderboard
xc.dhv.de##.mainBodyTable2 > tbody > tr > td[style="vertical-align: top; padding-
top: 30px; padding-right: 20px; text-align: right;"]:first-child
90elf.de##.mainBottomSpace
linkbase.in##.mainContentBoxLast[style="-moz-border-radius:5px 5px 0px 0px;"]
linkbase.in##.mainContentBox[style="-moz-border-radius:5px 5px 0px 0px;"]
forexpros.de##.mainLightBoxFilter
bloodchamber.de##.main_banner
spiele-umsonst.de##.main_gamebox_mid2
svs-seligenporten.de##.main_sponsor
eeepc.de##.mainpage > .tableinborder[cellspacing="1"][cellpadding="1"][border="0"]
[style="width: 96%"]
aerotelegraph.com##.marcopolo
gamepro.de##.marketbox_brace
macwelt.de,pcwelt.de##.marketplace
mobilfunk-talk.de##.md1
t-online.de##.med_anz
myvideo.de##.med_reg_box
wetter.com##.media__body[style="position: relative;"] > a
techno4ever.fm##.medium_rect
gmx.net,home.1und1.de,rtl-west.de,rtlnord.de,web.de##.medrec
teleboerse.de##.medrect
fhm-magazin.de##.medrectcol2
heise.de##.meldung_preisvergleich
netdoktor.at##.menu-sponsor
sinn-frei.com##.menu_feat
goldesel.to##.menue + ul > li > a > img
wasserurlaub.info##.message > .container-2.guestPost
franken-tv.de,kanal8.de,radio-trausnitz.de##.metrieanzeigen
ebay.de##.mfe-promo
wetter.com##.middle > div[id][class]:first-child > a[href]:last-child >
img[src]:first-child:last-child
fettspielen.de##.middle-leaderboard
wetterspiegel.de##.mir-wallpaper-background[align="right"][style="height: 250px"]
wetterspiegel.de##.mir-wallpaper-background[height="90"][align="right"]
downloadstube.net##.mirror
finanzen.net##.mleft-10 + .table-quotes
aol.de##.mnid-daily-buzz5
aol.de##.mnid-marketplace3-2line-ad_evergreen
aol.de##.mnid-qnav-quick-nav-amazon_quick-nav-global
aol.de##.mnid-qnav-quick-nav-ebay_quick-nav-global
myvideo.de##.mobLiveHeaderLogo
blaue-blume.tv,goldstar-tv.de,kremser-sc.at,romance-tv.de##.mod_banner
braunschweiger-zeitung.de##.mod_deal
sportal.de##.moduleArticleAnzeigeTnt
mmnews.de##.moduletable > div > p[style="text-align: center;"]
esl.eu##.montrealadvertisementlayer
esl.eu##.montrealadvertisementlayer2
antag.de##.more_info
finanznachrichten.de##.morgan-stanley
derwesten.de,stuttgarter-zeitung.de,wlz-fz.de##.mp-slider
motorradonline.de##.mps-banner
jetztspielen.de##.mpu
ebay.de##.mrec
meinestadt.de##.ms-promo-teaser
motor-talk.de##.mtbwrapper
finanznachrichten.de##.nadT
express.de##.nah_box_horizonal
express.de##.nah_box_vertical
spiegel.de##.nativead
spiegel.de##.nativead + .headline-date
hsgnordhorn-lingen.de##.navbar-fixed-bottom
alle-autos-in.de##.naviP
wetter.at##.nearestLocations ~ div
gamers.at##.networkbanner + script + a
gamers.at##.networkbanner + script + a + a
codecheck.info##.news-adv
digitalvideoschnitt.de##.news-list-container + div[style="text-align:center;
padding-top:20px; width:160px; margin:auto;"]
digitalvideoschnitt.de##.news-list-container > .news[style="height:80px;"]
glocalist.com##.news-single-content > a + div[style="text-align:center;"]
netmoms.de##.news-sponsor--brand
wallstreet-online.de##.newsFlagDesktopSlider
wallstreet-online.de##.newsFlagSlider
ariva.de##.news_top_banner
urlauburlaub.at##.newsitem
pc-magazin.de##.newsletterTeaser
dslteam.de##.newstxt > table[cellspacing="0"][cellpadding="0"][border="0"]
[align="right"][width="308"]
onlinekosten.de##.newstxt > table[width="308"][cellspacing="0"][cellpadding="0"]
[border="0"][align="right"]
pz-news.de##.nfy-ads
pz-news.de##.nfy-adslider-large
pz-news.de##.nfy-ar-topslider-rectangle
pz-news.de##.nfy-sebox-pz-adslider1
pz-news.de##.nfy-sebox-pz-adslider2
pz-news.de##.nfy-sebox-rectangle
beichthaus.com##.no > a[href^="http://bit.ly/"]
mikrocontroller.net##.noprint > div[style] + div[style] > script:first-child +
div[style]:last-child
mikrocontroller.net##.noprint > div[style] > div[id]:last-child > div[style]
versicherungsjournal.at,versicherungsjournal.de##.norm-lsp-wbox
versicherungsjournal.at,versicherungsjournal.de##.norm-rsp-wbox1
team.gamed.de##.normal_text[width="100%"][valign="top"][height="100"][align="left"]
[border="0"]
lpgforum.de,pkw-forum.de##.notices + br + #vbseo_vhtml_1
gmx.net##.notification-alert[data-notification-browser]
hamburg.de##.nscout[target="_blank"][href^="http://de.sitestat.com/"]
gmx.net,web.de##.offers
readmore.de##.ofhidden > div[style="width:520px; height:50px;"]
onmeda.de##.on-ad
heise.de##.online-markt
hsc-bad-neustadt.de##.onlinepartner
rp-online.de##.orange
woerterbuch.info##.ov
kredit.com##.ovt_box
oz-online.de##.ox
goldesel.to##.p2p > a > li[style="width:283px;"]
ps3-talk.de##.p3twphead + div[style="height:146px;"]
goldesel.to##.page > .content_right > div[class^="d_"]:last-child
pizza.de##.page-list__premium-placements
myvideo.at,myvideo.ch,myvideo.de##.pageFW > .mya:first-child
wetter.de##.pageTeaserbarHorizontal
linux-forum.de##.page[width="100%"][cellspacing="0"][cellpadding="0"]
[align="center"] > tbody > tr[valign="top"] > td[valign="top"]:last-child >
div[align="center"][style="margin-bottom:10px"]:first-child
diaet.abnehmen-forum.com##.page[width="150"][valign="top"][style="padding:
6px;"]:first-child
clap-club.de##.page_caption > #menu_border_wrapper + br + br + br + p
golem.de##.paged-cluster-header + div[style="margin:15px 0; min-height:103px;"]
golem.de##.paged-cluster-header + div[style="margin:15px 0; min-height:266px;"]
chip.de##.paidlisting-body
eatsmarter.de##.pane-amazon-product-feed
freiburger-nachrichten.ch##.pane-frn-content-inserate-slider
oekoportal.de##.panel-display > .panel-col-side > #block-views-website-block-1
spiegelfechter.com##.parship
finanzen.net##.partBoeStu
finanzen.net##.part_boestu
1000ps.at,1000ps.ch,1000ps.de,dvd-
forum.at,dwdl.de,euractiv.de,falstaff.at,falstaff.de,finanzen.net,ibash.de,leineher
tz.net,multipic.de,plattentests.de##.partner
quoka.de##.partner > .hp-highlight
tvemsdetten.com##.partner-slider
wallstreet-online.de##.partnerNews > a[target="_blank"]
eatsmarter.de##.partnerbox
quoka.de##.partnersmall
picdumps.com##.pcd_mitte
4players.de##.pcsponsor
sunshine.it##.penci_list_banner_widget
heise.de##.perf-cls-reduc-leaderboard
heise.de##.perf-cls-reduc-rectangle
rtl.de##.performanceRect
20min.ch##.piazza
gamingxp.com,mobilexp.com##.platform_index_bsb
lounge.fm##.player-sponsor
bluewin.ch##.plinks2
berliner-kurier.de,berliner-zeitung.de,express.de,gesundheit.de,ksta.de,mz-
web.de,rheinische-anzeigenblaetter.de,rundschau-online.de##.plistaList
img[src*="/image/"]
berliner-kurier.de,berliner-zeitung.de,express.de,gesundheit.de,ksta.de,mz-
web.de,rheinische-anzeigenblaetter.de,rundschau-online.de##.plistaList
img[src^="/"]
freenet.de##.plistaList img[src^="https://blob.freent.de/image/"]
picdumps.com##.plug + br[style="clear:both;"] + div[style]
picdumps.com##.plug_fu
picdumps.com##.plug_q2
picdumps.com##.plug_w
playcentral.de,playmassive.de,playnation.de##.pnad
myvideo.de##.poker_livechat
de.pons.com##.ponsAd
webmiles.de##.popup
grosseleute.de##.portalColumnInner > :nth-child(n) a[href] div img[src^="image/"]
grosseleute.de##.portalColumnInner > :nth-child(n) div:first-child:last-child >
div:first-child > a[href] > img[src^="image/"]
ultras.ws##.post + .divider + .post.bg3
moviebox.to##.post > .cover > center > a[target="_blank"]
serienjunkies.org##.post > .post-title + #outer
blogprojekt.de##.post > div[style="margin-left: 10px;"] > div[style="clear:both;
font-size:8pt; text-align:right; width: 468px;"]
iphone-tricks.de##.post div[style="float:none;margin:0px 0 0px 0;text-
align:center;"]
ak-kurier.de,nr-kurier.de,ww-kurier.de##.post td[valign="top"] >
table[width="100%"][cellspacing="0"][cellpadding="0"][border="0"] > tbody > tr > td
> a[target="_blank"] > img
radio1.ch##.post-box-middle-anzeige
finanztreff.de##.postbankdepot
amerika-forum.de##.postbitim:not([id])
wallstreet-online.de##.posting + div[style="width:860px;"]
digitalfernsehen.de##.preisvergleich_search
scm-gladiators.de##.presenter
wetter.de##.presenter-image
digitalfernsehen.de##.pricerunner_search
lyrics.de##.pro_teaser
zentrum-der-gesundheit.de##.products
zentrum-der-gesundheit.de##.products__wrapper
aktionspreis.de##.produkt_uebersicht > div > br.clear
jappy.at,jappy.de##.promiflash
blick.ch##.promo
kabeldeutschland.de##.promo_teaser_2c
wegwerfemailadresse.com##.promobox
lieferheld.de##.promoted
20min.ch,lakeparty.de##.promotion
access.de##.promotionbox
psvita-forum.de##.psads
lingostudy.de##.psw_banner
suedtirolnews.it##.pub
parcello.org##.pull-right
gameone.de##.q_teaser_wrapper
quotenmeter.de##.qm-news-list-box
quotenmeter.de##.qm-right-box[style="position:relative"]
104.6rtl.com##.quicklinks-wrapper
au-ja.de##.rechtsADV
reimemaschine.de##.rechts_neu > table[border="0"][align="center"]
[width="150"]:first-child:last-child
gmx.de,web.de##.record-layer
hamm2night.de##.rect
hamm2night.de##.rectBox
kochbar.de,rtl.de,sport.de,vip.de,vox.de##.rectangel
bild.de,fussballdaten.de,internetworld.de,lkz.de,modhoster.de,outnow.ch,rp-
online.de,sonntagszeitung.ch,stylebook.de,suedkurier.de,travelbook.de,visions.de,wi
n-10-forum.de,windows-forum.info##.rectangle
wetter.com##.rectangle-home img
myvideo.de##.rectangle1
internetworld.de##.rectangleBox
mz-web.de##.rectangle_anzeige
rhein-zeitung.de##.rectangle_head
perun.net##.rekl-links
frag-mutti.de##.relcookiepopup
pizza.de##.restaurant-item--premium
pizza.de##.restaurant-item--prm
quoka.de##.result a[href^="http://connect.quoka.de/qpa/click.php?url="]
freenet.de##.result-container > .container-right
quoka.de##.result-sml a[href^="http://connect.quoka.de/qpa/click.php?url="]
verivox.de##.resultlist-position-zero
gronkh.de##.revbig
gronkh.de##.revbox
notebookcheck.com##.reviewlisttable[width="100%"][border="0"][style="background-
color:#EEEEEE;"]
nydus.org##.right > .widgetbox2
stefan-niggemeier.de##.right-content > .external-content + .region-info
stefan-niggemeier.de##.right-content > .external-content + .region-info + a > img
narutoloads.org##.right-hand-global
parcello.org##.right-mo
heute.at##.rightBanner
notebookinfo.de##.rightColumn > .block-teaser-carousel
tarifcheck24.com##.right_anzeige
insidegames.ch,politik.ch##.right_banner
spiele-check.de##.right_box:first-child > h2:first-child + .p5:last-child
ka-news.de##.right_teaser_Anz
insidegames.ch##.right_top_banner
abload.de,taketv.net##.rightbanner
speedlounge.in##.rightbox
speedlounge.in##.rightcontent
playnation.de##.rl > .ca
oberpfalznetz.de##.rotating-banner
excitingcommerce.de##.row > .fourcol > #text-2
magistrix.de##.row > div[style="text-align: right; padding: 0;"]
netzwelt.de##.row-top
boerse-online.de##.rsmodulanzeige
rtl.de##.rtlde-medium-rectangle
ebay.de##.rtmad
rundschau.info##.runds-expert
sport1.de##.s1-dashboard-row > a[title="Shop"]
chefkoch.de##.s24_widget
quoka.de##.s24widget
com-magazin.de##.s2teaserboxes-typ-4
com-magazin.de##.s2teaserboxes-typ-6
digital-eliteboard.com##.samBannerUnit
digital-eliteboard.com##.samCodeUnit
gamepro.de##.sbpromotion
schulterglatze.de##.schulterglatze_leaderboard
sky.de##.sdc-site-au__leaderboard
hotfrog.at,hotfrog.ch,hotfrog.de##.search-middle-adblock
bildschirmarbeiter.com##.searchContainer + a + .sidebox
mittelhessen.de##.sebo_advert
teckbote.de##.sebo_rectangle
freiepresse.de##.section-adv
regensburg-digital.de##.seitenanzeige
quoka.de##.sem > li > #ContentPoleposition_Result
bild.de##.servicelinks
hoerzu.de##.shades-of-grey-banner
wallstreet-online.de##.shareInFocus
nasen-ratgeber.de##.show-on-desktop-480
kleinezeitung.at##.si_adv_win2day
kleinezeitung.at##.si_topli
curved.de##.side-products--deals
informelles.de##.side2
allround-pc.com##.side_banner
downloadstube.net##.side_frame
gsx-r1000.de##.sidebar > .funbox > .funboxWrapper > .widget-group-random > #widget-
15
ploetzblog.de##.sidebar > .imglinks
queer.de##.sidebar > .liste
hc-empor.de##.sidebar > ul > #text-6 + #text-13 + #text-9
1erforum.de,dasheimwerkerforum.de,mercedes-forum.com,modernboard.de,vermieter-
forum.com##.sidebar a > img
stadt-bremerhaven.de##.sidebar a[href^="https://www.amazon.de/"][href*="&tag="] >
img
berriesandpassion.com,kreativfieber.de##.sidebar-right > #text-11
kreativfieber.de##.sidebar-right > #text-6
berriesandpassion.com##.sidebar-right > #text-9
rpc-germany.de##.sidebar_banner_bg
n-tv.de##.sidebar_block[style="width:300px;height:163px"]
n-tv.de##.sidebar_block_dark[style="padding-left: 40px; height: 200px;"]
mimikama.at##.sidebar_right
downloadstube.net##.sidebox_details > div[class]:first-child
fettspielen.de##.similar-games > .unblock
fck.de##.site_ovlerlay
dokus4.me##.siyl
indeed.ch##.sjlast
my-homo.net##.sksc160
my-homo.net##.sksc300
stadtbranchenbuch.at,stadtbranchenbuch.com##.sky
lokalisten.de##.skyScraper
t-online.de##.skybannerWrapper
internet-sms.com##.skybg
spiele-kostenlos-online.de##.skycraper
11freunde.de,ak-kurier.de,auto-motor-und-
sport.de,buffed.de,bvb.de,chat4free.de,dialo.de,dynamo-
dresden.de,erotikchat4free.de,freechat.de,gamesaktuell.de,genderblog.de,gentleman-
blog.de,jetztspielen.de,kanu.de,magistrix.de,nonstopnews.de,nr-
kurier.de,pcgames.de,spielefilmetechnik.de,spielen.de,swoodoo.com,tabtech.de,techno
4ever.fm,tsv1860.de,videogameszone.de,ww-kurier.de##.skyscraper
fettspielen.de##.skyscraper-container
b2run.de##.skyscraperContainer
kidszone.de##.skyscraper_background
insidegames.ch##.skyscraper_div
kidszone.de##.skyscraper_forum
gameone.de##.skyscraper_wrapper
nnz-online.de##.slide
derboersianer.com##.smalladd
langes-forum.de##.smallfont > a[href^="http://www.ueberlaengen-shop.de/"]
[target="_blank"]
android-hilfe.de##.smallfont[style="text-
align:center;width:740px;height:110px;padding-left:10px;padding-top:10px;padding-
bottom:12px;background-color: #ffffff;border:1px solid #DFE6ED"]
android-hilfe.de##.smallfont[style="text-
align:center;width:740px;height:110px;padding-left:10px;padding-top:10px;padding-
bottom:5px;background-color: #ffffff;border:1px solid #DFE6ED"]
echte-abzocke.de##.smallfont[style="text-
align:center;width:740px;height:115px;padding-top:10px;background-color:
#ffffff;border:1px solid #DFE6ED"]
finanznachrichten.de##.smartbroker--text
finanznachrichten.de##.smartbroker-logo
finanznachrichten.de##.smartbroker1
finanznachrichten.de##.smartbroker3
kochbar.de##.smatch
finanzen100.de##.snippet--cta
golem.de##.sp-breakout
netzwertig.com##.sp0ns0r3n_columns
jappy.at,jappy.de##.spAdMR
1und1.de,smartsearch.de##.spLinksBottom
1und1.de,smartsearch.de##.spLinksTop
meetingpoint-brandenburg.de##.span > .white_bg[style="width: 100%; padding-right:
5px;"]
meetingpoint-brandenburg.de##.span.white_bg[style="padding: 7px 2px; margin-left:
5px;"]
meetingpoint-brandenburg.de##.span[style="width: 160px; margin-left: 5px;"]
oberberg-aktuell.de##.special_combination_add
efever.de##.specialdiv
benzinpreis.de##.sped
gload.cc##.speed
filme-anschauen-kostenlos.de##.spidd
delamar.de,lhc-cottbus.de##.spon
fuldaerzeitung.de##.spon_318_2_2
ehv-aue.org##.spons_div
20min.ch,europages.de,heise.de,lehrerfreund.de,lounge.fm,sueddeutsche.de##.sponsor
svwehen-wiesbaden.de##.sponsorLeiste
bz-berlin.de##.sponsorTop
nowtv.de,tvnow.de##.sponsorbanner
ehrensenf.com##.sponsorcenter
ariva.de,bento.de,cnet.de,macwelt.de,renego.de,zdnet.de##.sponsored
euractiv.de,seo-united.de##.sponsoren
vfl.de##.sponsoren_right
yigg.de,zeit.de##.sponsoring
eblogx.com##.sponsorleft
svm-fan.net##.sponsorlogo
svhu-frogs.de##.sponsors
fcbayern.de##.sponsors-wrapper
ssv-jahn.de##.sponsorsFull
euractiv.de##.sponzor
auto-motor-und-sport.de##.spritpreisvergleich_sideteaser
schnellangeld.de##.squarebanner
woerterbuch.info##.standard[valign="top"][bgcolor="#e5e5e5"][align="right"]
[colspan="2"]
biallo.de##.stdanzeige
tixuma.de##.stdfont[bgcolor="#ecf5fa"]
biallo.de##.stdspezialteaseranzeige
pcgameshardware.de##.stellenmarktModule
spieletipps.de##.stiSkyscraperRgt
serienjunkies.org##.streams + #content > .post:first-child > .post-title:first-
child + p[align="center"]
deine-tierwelt.de##.stroeer
fernsehserien.de##.stroeer-container
womenshealth.de##.stuff
stadtradio-goettingen.de##.subfoot
winfuture.de##.success_box
fuw.ch##.suche_sponsor
frankenpost.de,freies-wort.de,gentleman-blog.de,horizont.net,itopnews.de,ka-
news.de,mediabiz.de,neon.de,np-coburg.de,radiopsr.de,schlagerhoelle.de,stz-
online.de,volksfreund.de##.superbanner
gruenderszene.de##.superbanner-wrapper
kochbar.de##.tTraffic
berlin.de##.t_a_vert
berlinonline.de##.t_special
n-tv.de##.table-cellwidth-220 > .table-row > .table-cell > .teaser-220
golem.de##.tags
verivox.de##.tarif-tipp
rheintaler.ch##.tbrposthtml
rheintaler.ch##.tbrprehtml
hifi-forum.de##.td1[valign="top"] > div[style="float:left; width: 300px; height:
250px; margin-right: 10px; margin-bottom: 10px; padding:0;"]:first-child
bild.de##.tea-rectangle
bento.de##.teaser-content.spns
notebookinfo.de##.teaser-news-inline-anzeige
bluewin.ch##.teaser-partnerlink
n-tv.de##.teaser_220_450.clearfix[style="background-color: #02225a; padding: 5px 0
5px 0; margin: -10px 0 10px 0; "]
haz.de##.teaser_anzeige300
gamiano.de##.teaser_box.masonry-brick[style="height: 300px; position: absolute;
top: 835.6px; left: 0px;"]
heise.de##.teaser_ebook
heise.de##.teaser_geizhals
heise.de##.teaser_hbs
derwesten.de##.teaser_head_img
heise.de##.teaser_preisvergleich
kochbar.de##.teaser_rezepte
computerbild.de##.teaserblock a[href="http://www.egarden.de"]
computerbild.de##.teaserblock a[href="http://www.ekitchen.de"]
computerbild.de##.teaserblock a[href="http://www.evivam.de"]
computerbild.de##.teaserblock a[href^="http://k.ilius.net/?"]
computerbild.de##.teaserblock.pricetrend .priceblock .amazon
computerbild.de##.teaserblock.pricetrend .priceblock .idealo
teltarif.de##.tetable:first-child + .tetable[width="100%"][cellspacing="0"]
[cellpadding="0"][border="0"][bgcolor="#E3D470"]
sinn-frei.com##.text > div[style="margin: 3px 0 1px 0;"]
adhs-zentrum.de##.text[align="center"][colspan="6"]:first-child:last-child >
p[align="center"]:first-child:last-child
oberberg-aktuell.de##.text_anzeige
saz-aktuell.com##.textadul
gload.cc##.textwidget > .toptitelmain
et-tutorials.de##.textwidget > div[style="background-color: #FFFFFF; color:#000000;
"]
teltarif.de##.tgtLink[style="color:#CCCCCC;margin:10px 0 2px 0"]
teltarif.de##.tgtLink[style="width:100%;text-align:left;border-spacing:0;margin-
bottom:5px"]
heise.de##.themenseite_preisvergleich.meldung__box--right
dhb.de##.three.columns > #c22 + .pslider
promipool.de##.timeframe_banner
t-online.de##.tl_anz-pos1
gload.cc##.tm-content > .toptitel
t-online.de##.toi-sh-breaker
sunshine-live.de##.top
kleiderkreisel.de##.top-banner
ichspiele.cc##.top-box
az.com.na##.top-menu
netzkino.de##.topA
deraktionaer.de##.topBanner
ebay.de##.topBnrSc
buffed.de,gamezone.de,pcgames.de,pcgameshardware.de##.topFrameEddie
golfv.de##.topLeaderBoard
ebay.de##.topRtm
winfuture.de##.top_deal_box
downloadstube.net##.top_frame
xrel.to##.top_news_adv
xrel.to##.top_news_box
softonic.de##.topbanner
queer.de##.toplinks
digital-eliteboard.com##.toplinks +
div[style="position:absolute;top:50px;right:40px;"]
deraktionaer.de##.tradeOuterShell
finanzen100.de##.tradernews
finanzen.net##.tradingActions
macnews.de##.transaction_box
computerbild.de##.trc_related_container .syndicatedItem:not(.inNetworkItem)
tagesspiegel.de##.ts-sptag
t-online.de##.tsc_www_p4p
t-online.de##.tsc_www_p4p_bottom
teltarif.de##.ttWallTD
teltarif.de##.ttcen1[style="height: 59px; margin: 0; padding-bottom: 21px;"]
enduro-austria.at##.ttr_banner_menu_inner_above0
teltarif.de##.ttsidecol > aside > div[style="text-
align:right;color:#CCCCCC"]:first-child
computerhilfen.de##.tuneupshop1
wetter24.de##.two_big_rows > .two_big_rows_second > .one_big_row_html
wetter24.de##.two_big_rows_second > .two_small_rows + .one_big_row_html
china.ahk.de##.tx-bannermanagement-pi1
bild.de##.txe
excitingcommerce.de##.typelist-note > a > img[style="margin: 5px 5px 5px 0px;
border-width: 0px;"]
excitingcommerce.de##.typelist-note > a > img[style="margin: 5px 5px 5px 0px;
border-width:0px;"]
heise.de##.us-ad
heise.de##.us_ad
tagblatt.ch##.vermarktungsflaeche
schuelerzeitung-tbb.de##.vertical
ebay.de##.vi-as
ebay.de##.vi-d-pad
ebay.de##.vi-is1-vtp
ebay.de##.vi-lb-placeholder
dwdl.de##.viad_bttn
tvmovie.de##.videoload
queer.de##.vidkasten
queer.de##.vidskasten
queer.de##.vidzkasten
ariva.de##.viewtrackerAriva[src^="/media?cnt=1&id=hsbc-fallback-dax&d="] + div
technorocker.info##.vim
vip.de##.vip-medium-rectangle
vip.de##.vip-teaser
sat-erotik.de##.vod_tab
viviano.de##.vtext9
stol.it##.w-header
xvideo-deutsch.com##.w_under_video
pctipp.ch##.wallpaper_clickable
goldesel.to##.wbh > li > a > img
abendzeitung-muenchen.de##.webtipps
wallstreet-online.de##.werBox
nydus.org##.werb
diefussballecke.de##.werbe_eigen_rahmen
eastcomp.de##.werbehinweis + table
sportnews.bz##.werbenbox
dastelefonbuch.de##.werbg
russland.ru##.werbung_01[valign="top"][align="left"]
russland.tv##.werbung_01[valign="top"][align="right"]
webfail.com##.wf-sidebox + div > a > img
winfuture-forum.de##.wf_gcsi
forum.winload.de##.wgo_block
digitalfernsehen.de##.white_anzeige
netzkino.de##.wideSkyscraper
netzkino.de##.wideSkyscraperRight
rp-online.de##.wideheader
ihk-berlin.de##.widesky
orschlurch.net##.widget_57179
wp-koenigin.de##.widget__image--banner
orschlurch.net##.widget_amazon
fxempire.de##.widget_banner
fxempire.de##.widget_brokers
orschlurch.net##.widget_facebook + div
fxempire.de##.widget_latest_promotions_right
fxempire.de##.widget_recommended_brokers
mobiflip.de##.widget_sponsor
fxempire.de##.widget_top_brokers
ftd.de##.wimeContentAd
zitate-online.de##.witz > .bewertung + .detaillink + p:last-child
zitate-online.de##.witz > .bewertung + p:last-child
wn.de##.wn_sp_banner
azonline.de,mv-online.de,wn.de##.wn_spo_banner
ariva.de##.wo_news_top_banner
fitnessrezepte.de##.wpa
goyax.de##.wpad
linkbase.in##.wrap > div[style="padding: 10px; margin: 10px; -moz-border-radius:
5px 5px 5px 5px; -moz-box-shadow: 0px 0px 10px rgb(0, 0, 0); text-align: center;
font-size: 18px; background-color: rgb(102, 160, 0); opacity: 0.45; border: 1px
solid rgb(68, 187, 68);"]
technic3d.com##.wrap > footer[style="bottom: -260px;"]:last-child > div:first-child
mobile.de##.wrapper-d-06-rect_de
wetter.de##.wrapper-halfpage
wetter.de##.wrapper-rectangle
muenchen.de##.wrapper_dienste_anzeigen
abendzeitung-muenchen.de##.wtc-wg-listitem:not([data-regis-url^="https://
www.abendzeitung-muenchen.de/"])
evo-cars.de##.xaded
wetter.de##.xdot
wetter.de##.xdotRelated
derboersianer.com##.xmlnewsSingleCheap
abacho.de##.xoxo > script + div
chilloutzone.net##.yeah
bild.de##.yield
yelp.de##.yla
yelp.at,yelp.ch,yelp.de##.yloca-list
yelp.at,yelp.ch,yelp.de##.yloca-list-exp
yelp.at,yelp.ch,yelp.de##.yloca-search-result
yelp.at,yelp.ch,yelp.de##.yloca-search-result-exp
autoextrem.de,teccentral.de##.yui-sidebar li > a > img
autoextrem.de,teccentral.de,winboard.org##.yui-sidebar li > span > a > img
magistrix.de##.zeezee
german-bash.org##.zitat > div[style="width:300px;"]
heise.de##A-PATERNOSTER
suche.1und1.de,suche.gmx.net,suche.web.de##COMPONENTS-SHOPPING-ONEBOX-LIST.l-
display-block
verivox.de##NRG-RESULT-LIST > ul > .position-zero
npage.at,npage.ch,npage.de,~www.npage.at,~www.npage.ch,~www.npage.de##[class] >
a[target="_blank"][href*=".npage.de/"][href$=".html"]
goldesel.to##[class^="wrn_"]
npage.at,npage.ch,npage.de,~www.npage.at,~www.npage.ch,~www.npage.de##[id] >
a[target="_blank"][href^="/"][href$=".html"]
forum-sachsen.com##[width="425"][height="600"][style="position: absolute; top:
100px; left: 550px; empty-cells: hide;"]
t-online.de##a.Tctiga[href][rel="nofollow"][data-urlb]
hsc-bad-neustadt.de##a[class*="sponsor"]
mobilegeeks.de##a[data-eventcategory="Kooperation"]
ariva.de##a[data-google_analytics_event_category="wo"]
ariva.de##a[data-google_analytics_event_category="wo"] + span
digitalfernsehen.de##a[data-redirect^="http://click.plista.com/redirect.php"] + div
t-online.de##a[data-url^="http://m.exactag.com/"]
t-online.de##a[data-url^="https://count.shopping.t-online.de/RE?ID="]
goldesel.to##a[href$="-anonym"]
goldesel.to##a[href$="-download"]
g4u.me##a[href$="/download/nzb.html"]
pi-news.net##a[href$="/werbung.pdf"]
pctipp.ch##a[href*="&utm_campaign="]
fitbook.de##a[href*=".smartadserver.com"][rel="noopener"]
bild.de##a[href*=".smartadserver.com/"]
windowspro.de##a[href*="/adclick."]
htwk-leipzig.de##a[href*="/adclick.php?"]
serienjunkies.org##a[href*="/mirror."]
bild.de##a[href*="/partner/"]
20min.ch##a[href*="/sponsored/story/"]
emfis.de##a[href*="/uebersicht.html?tx_ricrotation_"]
auswandererforum.de##a[href*="affiliate.php?"]
xp-antispy.org##a[href*="com_partner&link="]
3dl.tv##a[href*="downloadboutique.com"]
t-online.de##a[href*="utm_campaign=bigfarm"]
t-online.de##a[href="#"][data-urlb]
t-online.de##a[href="#a"] > img
arcor.de##a[href="/content/unterhaltung/lotto/"]
smsgott.de##a[href="/d2freikarte.php"]
sb.sbsb.cc##a[href="/download.php"]
speedlounge.in##a[href="/download/footer"]
fm-arena.de##a[href="/go_to.php?ID=105"]
fm-arena.de##a[href="/go_to.php?ID=106"]
fm-arena.de##a[href="/go_to.php?ID=116"]
shareware.de##a[href="/gratis-scan.html"]
bild.de##a[href="/infos/entertainment/bild-aktionen/bild-entertainment-aktionen-
34516434.bild.html"]
bild.de##a[href="/lifestyle/horoskop/horoskop/home-21648048.bild.html"]
bild.de##a[href="/spiele/gamesload/computerspiele/pc-spiele-shop-
33596804.bild.html"]
bild.de##a[href="/video/clip/livestrip-sexy-clips/live-strip-24602168.bild.html"]
strippokerregeln.com##a[href="/www/888casino"]
sb.sbsb.cc##a[href="download.php"]
dsl-speedtest.org##a[href="ex/thome1.php"]
fm-arena.de##a[href="fm-10-bestellen.html"]
bild.de##a[href="http://ampya.bild.de"]
nik-o-mat.de##a[href="http://australienblog.com/kostenlose-kreditkarte"]
bild.de##a[href="http://automarkt.bild.de/"]
bild.de##a[href="http://carsharing.bild.de"]
bild.de##a[href="http://dsl-vergleich.bild.de/dsl-vergleich/"]
e-bol.net##a[href="http://e-bol.net/goto/topspeed/"]
bild.de##a[href="http://finanzservice.bild.de/banken/kredite-vergleich/"]
bild.de##a[href="http://finanzservice.bild.de/banken/tagesgeld-vergleich/"]
bild.de##a[href="http://finanzservice.bild.de/versicherungen"]
gload.cc##a[href="http://gload.cc/2010"] > img
bild.de##a[href="http://gutscheine.bild.de"]
prad.de##a[href="http://links.prad.de/lgcurved"]
livestreamfussball.org##a[href="http://livetv.ru/de/allupcomingsports/1/"]
bild.de##a[href="http://magine.bild.de"]
moviebox.to##a[href="http://moviebox.to/download/?"]
bild.de##a[href="http://neuwagen.bild.de/"]
photoshop-weblog.de##a[href="http://print24.com/de"]
sb.sbsb.cc##a[href="http://sb.sbsb.cc/download.php"]
t-online.de##a[href="http://stayfriends.t-online.de/"]
bild.de##a[href="http://stromvergleich.bild.de/strom-vergleich/"]
hartz4-forum.de##a[href="http://tariffux.de"]
bild.de##a[href="http://tickets.bild.de"]
outleter.org##a[href="http://topne.ws/onlineoutlet"]
sexuria.com##a[href="http://wixtube.com/frame.htm"]
12free-sms.de##a[href="http://www.12free-sms.de/free-sms.php"]
rollertuningpage.de##a[href="http://www.fc-moto.de"][target="_blank"]
flp.to##a[href="http://www.flp.to/download.php"]
fm-arena.de##a[href="http://www.fm-arena.de/go_to.php?ID=103"]
gamefront.de##a[href="http://www.gamedealer.de"]
board.gulli.com##a[href="http://www.getdigital.de/index/gulli"]
gulli.com##a[href="http://www.gulli.com/internet/chrome"]
gulli.com##a[href="http://www.gulli.com/internet/chrome"] + h2 + p
gulli.com##a[href="http://www.gulli.com/internet/chrome"] + p
immonet.de##a[href="http://www.immonet.de/service/toom-baumarkt.html"]:first-child
querverweis.net##a[href="http://www.intimvideos.com"]
5-jahres-wertung.de##a[href="http://www.kostenloses-konto24.de/girokonto-
vergleich.html"]
n-tv.de##a[href="http://www.n-tv.de/marktplatz/lotto/"]
mysummit.wordpress.com##a[href="http://www.prontocafe.eu/de/"] > img
soft-ware.net##a[href="http://www.soft-ware.net/pics/gewinnspiel.jpg"]
5-jahres-wertung.de##a[href="http://www.tagesgeld-direktbank.de/tagesgeld-
vergleich.html"]
unwetterzentrale.de##a[href="http://www.wetter.info"] > img
t-online.de##a[href="https://gebrauchtwagen-suche.t-online.de/marke-skoda/modell-
superb"]
i-have-a-dreambox.com##a[href="https://www.satplace.de"]
t-online.de##a[href="javascript:;"][target="_blank"][data-urlb]
yourporn.ws##a[href="out.php"]
t-online.de##a[href="t-online.de"][data-urlb] > img
speedlounge.in##a[href="usenet"]
t-online.de##a[href^="#"][data-urlb] > img
landwirtschaftssimulator-mods.de##a[href^="./adclick.php?"]
gameserveradmin.de##a[href^="./adclick.php?id="]
it-production.com##a[href^="./norobot/ad_link_"]
playit.ch##a[href^="/ad/admanager.php?"]
herthabsc.de##a[href^="/de/hertha/sponsoren/exklusiv-partner/uebersicht/page/"]
downloadstube.net##a[href^="/download-file.php?type="]
titanic-magazin.de##a[href^="/fileadmin/core/scripts/link_external.php?url="]
[target="_blank"] > img
bild.de##a[href^="/gewinnspiele/movieman/"]
speedlounge.in##a[href^="/go/"]
raidrush.net##a[href^="/go/?//www.amazon.de/"]
speedlounge.in##a[href^="/goto/speedmirror"]
berlinertageszeitung.de##a[href^="/index.php/component/banners/click/"]
pctipp.ch##a[href^="/index.php?eID=idgprintad&data="]
smsgott.de##a[href^="/o2freikarte.php"]
golyr.de##a[href^="/out/klingelton/"]
bild.de##a[href^="/spiele/bigpoint/"] > img
bild.de##a[href^="/spiele/goodgame/"] > img
bild.de##a[href^="/spiele/innogames/"] > img
bild.de##a[href^="/spiele/travian-games/"] > img
20min.ch##a[href^="/sponsored/"]
mykino.to##a[href^="/stream4/index.php?id="]
1kino.in##a[href^="/te3/out.php?id="] > img
speedlounge.in##a[href^="/to/"]
rtl.de##a[href^="/tools/count/teaser_ext.php?url="][href*="altfarm.mediaplex.com"]
vip.de,voxnow.de##a[href^="/tools/count/xdot/count.php?id="]
gebrauchte-veranstaltungstechnik.de##a[href^="?modul=ad&site=out&lnkid="]
finanztreff.de##a[href^="adclick.htn?b="]
goldesel.to##a[href^="apps/windows/11533587-"]
goldesel.to##a[href^="apps/windows/11627356-"]
goldesel.to##a[href^="apps/windows/11721125-"]
gamehammer.de##a[href^="banner_click.php?advert_id="]
bastel-elfe.de##a[href^="banners.php?"]
tobitech.de##a[href^="banners.php?op="]
elitesearch.at##a[href^="highspeed-download/"]
cinema.de##a[href^="http://a3.superwin.de/click."]
urlauburlaub.at##a[href^="http://ad.adworx.at/"]
bernerzeitung.ch##a[href^="http://ad.dc2.adtech.de/"]
board.gulli.com##a[href^="http://ad.doubleclick.net/"] + h2 + p
gulli.com##a[href^="http://ad.doubleclick.net/"] + p
n-tv.de##a[href^="http://ad.doubleclick.net/clk"] + * + * + .jq_link
n-tv.de##a[href^="http://ad.doubleclick.net/clk;"] + *
queer.de##a[href^="http://ad.zanox.com"]
macwelt.de,pcwelt.de,serienjunkies.de##a[href^="http://ad.zanox.com/ppc/"]
seaofsin.info##a[href^="http://ad.zanox.com/ppc/?"]
chip.de##a[href^="http://ad1.adfarm1.adition.com/"]
oe24.at##a[href^="http://ad1.adfarm1.adition.com/redi?sid="]
finanzen100.de,ps3-talk.de##a[href^="http://ad3.adfarm1.adition.com/"]
hardwareluxx.de##a[href^="http://adclick.g.doubleclick.net/"]
mobiflip.de,usp-forum.de##a[href^="http://adfarm.adyard.de/"]
handy-hilfeforum.de##a[href^="http://adfarm.adyard.de/ad/"]
ostfussball.com##a[href^="http://adfarm.mediaplex.com/"]
tagesspiegel.de##a[href^="http://adfarm1.adition.com"]
golem.de##a[href^="http://ads.golem.de/"]
gamers.at,gamersplus.de##a[href^="http://ads.oomz.de/"]
bravo.de,firmenpresse.de,mittelstandcafe.de##a[href^="http://adserver.adtech.de/"]
paradisi.de##a[href^="http://adserver.adtech.de/?"]
gamers.at,gamersplus.de##a[href^="http://adsfac.eu/link.asp"]
5vor12.de##a[href^="http://adt.traffictrack.de/"]
mobilfunk-talk.de##a[href^="http://adt.traffictrack.de/go.cgi?"]
yourporn.ws##a[href^="http://adultfriendfinder.com/search/"]
chip.de,~deals.chip.de##a[href^="http://adx.chip.de/www/delivery/ck.php?"]
serienjunkies.org##a[href^="http://alternads.info/"]
arcor.de,welt.de,weltwoche.ch##a[href^="http://altfarm.mediaplex.com/ad/ck/"]
derlacher.de,sinn-frei.com,trendhure.com##a[href^="http://amzn.to/"]
beichthaus.com,gamefront.de##a[href^="http://amzn.to/"] > img
hornoxe.com##a[href^="http://amzn.to/"] > img[width="480"][height="400"]
trendhure.com##a[href^="http://amzn.trendhure.com"]
pdfs.us##a[href^="http://anonym.to/?http://ul.to/ref/"]
smsform.de##a[href^="http://api.tapstream.com/lovoo/"]
byte.to##a[href^="http://bit.do/"]
4fuckr.com,derlacher.de,gamepro.de,gamestar.de,giga.de,goldesel.to,housebeats.cc,li
vestreamfussball.org,moviekk.net,musicstream.cc##a[href^="http://bit.ly/"]
feiertage.net##a[href^="http://bit.ly/"] > img
serienoldies.de##a[href^="http://click.jamba.de/click.asp?"]
mytube-one.de##a[href^="http://clix.superclix.de/cgi-bin/clix.cgi?"]
profil.at,sat1.ch,sat1.de##a[href^="http://clk.atdmt.com/"]
dbase.ws,dokujunkies.org##a[href^="http://cloudzer.net/ref/"]
t-online.de,trax.de##a[href^="http://count.shopping.t-online.de/RE?ID="]
hoerbuch.us##a[href^="http://dealdog.net/"]
movie-stream.to##a[href^="http://download.movie-stream.to"]
serienjunkies.org##a[href^="http://download.serienjunkies.org/md-"]
trendhure.com##a[href^="http://ext.trendhure.com/"]
trendhure.com##a[href^="http://extern.trendhure.com/"]
fettrap.com##a[href^="http://fettrap.com/highspeed/"]
finanzen.net##a[href^="http://g.finanzen.net/hsbc-startseite-top-flop?id="]
gload.cc##a[href^="http://gload.cc/images/freeuser"]
gload.cc##a[href^="http://gload.cc/un/dl."]
goldesel.to,hornoxe.com,leave.to,prad.de,trendhure.com##a[href^="http://goo.gl/"]
ingame.de##a[href^="http://green.ingame.de/www/delivery/inck.php?"]
hoerbuch.us##a[href^="http://hoerbuch.us/dddl"]
hoerbuch.us##a[href^="http://hoerbuch.us/ddl/?f="]
hoerbuch.us##a[href^="http://hoerbuch.us/load/?f="]
hoerbuch.us##a[href^="http://hoerbuch.us/wp/goto/Download_Unser_Tipp_"]
fussball.de,knuddels.de,t-online.de,trax.de##a[href^="http://im.banner.t-
online.de/?adlink|"]
sexuria.com##a[href^="http://in.mydirtyhobby.com/"]
4fuckr.com##a[href^="http://in.mydirtyhobby.com/track/"]
dokujunkies.org,serienjunkies.org##a[href^="http://is.gd/"]
4fuckr.com##a[href^="http://j.mp/"]
linuxundich.de##a[href^="http://linuxundich.de/wp-content/plugins/adrotate/"]
lix.in##a[href^="http://lix.in/ad.php?"]
mafia-linkz.to##a[href^="http://mafia-linkz.to/dirty/"]
web.de##a[href^="http://magazine.web.de/de/themen/digitale-welt/usenext/"]
gegenmuedigkeit.de##a[href^="http://marketingnow.de/go/"]
freenet.de##a[href^="http://media.mybet.com/redirect.aspx?pid="]
hoerbuch.us##a[href^="http://megacache.net/free"]
eierkraulen.net,serienjunkies.org##a[href^="http://mein-deal.com/"]
dokujunkies.org##a[href^="http://mirror."]
pure-anime.biz##a[href^="http://mmotraffic.com/"]
musicelster.net##a[href^="http://musicelster.net/premium"]
myboerse.bz##a[href^="http://myboerse.bz/download/?ff="]
mykino.to##a[href^="http://mykino.to/stream4/index.php?id="]
gamingxp.com##a[href^="http://nemexia.de/?"]
gofeminin.de##a[href^="http://network.gofeminin.de/call/"]
dexerto.de##a[href^="http://ow.ly/"]
schambereich.net##a[href^="http://partners.adklick.de/"]
au-ja.de,mydict.com,pcwelt.de##a[href^="http://partners.webmasterplan.com/"]
songtexte.bz##a[href^="http://partners.webmasterplan.com/click.asp"]
alle-autos-in.de,appcatalog.de##a[href^="http://partners.webmasterplan.com/
click.asp?"]
metacrawler.de##a[href^="http://performance-netzwerk.de"]
mobilfunk-talk.de,usp-forum.de##a[href^="http://performance-netzwerk.de/"]
funcloud.com##a[href^="http://pn.innogames.com/go.cgi?pid="] > img
gulli.com,hubbahotel.cc##a[href^="http://rover.ebay.com/rover/"]
dxtv.de##a[href^="http://satshop24.de/"]
gesichtskirmes.net##a[href^="http://sau-billig.net/"]
myvideo.de##a[href^="http://server.nitrado.net/deu/gameserver-mieten?"]
t-online.de##a[href^="http://shop.fussball.de/?ref="]
erdbeerlounge.de##a[href^="http://sp.erdbeerlounge.de/"]
spielaffe.de##a[href^="http://sp.spielaffe.de/"]
t-online.de##a[href^="http://stromvergleich.t-online.de/strom.php"]
stylebook.de##a[href^="http://style.glossybox.de/?zanpid="]
4fuckr.com##a[href^="http://sweetmichelle.net?ref="]
dokujunkies.org,flp.to,istream.ws##a[href^="http://tinyurl.com"]
dbase.ws,fantasiedaten.1x.biz,hopto.org,livestreamfussball.org,moviekk.net,querverw
eis.net,trendhure.com##a[href^="http://tinyurl.com/"]
playboy.de##a[href^="http://track.adform.net/"]
gulli.com##a[href^="http://tracking.vrtcl.de/aff_c?offer_id="]
hd-streams.org##a[href^="http://trafficlord.net/"]
brigitte.de,news.at##a[href^="http://trf.greatviews.de/"]
winfuture.de##a[href^="http://winfuture.de/redirect.php?"][href*="_nab&"]
winfuture.de##a[href^="http://winfuture.de/redirect.php?c=instf_"]
winfuture.de##a[href^="http://winfuture.de/redirect.php?c=sb_hockey_"]
t-online.de##a[href^="http://wirtschaft.t-online.de/tagesgeldkonto-der-bank-of-
scotland/id_"]
t-online.de##a[href^="http://wirtschaft.t-online.de/testen-sie-den-devisen-handel-
mit-dem-kostenlosen-demokonto-der-fxdirekt-bank/id_"]
t-online.de##a[href^="http://wirtschaft.t-online.de/top-girokonto-der-norisbank/
id_"]
5-jahres-wertung.de##a[href^="http://ws.amazon.de/widgets/q?"]
n24.de##a[href^="http://ww251.smartadserver.com/"]
computerbild.de##a[href^="http://ww251.smartadserver.com/call/cliccommand/"]
tvtv.de##a[href^="http://www.TwinPlan.de/AF_"]
mobilfunk-talk.de##a[href^="http://www.active-tracking.de/"]
smsform.de##a[href^="http://www.adscads.de/sites/"]
aktuell.ru##a[href^="http://www.aktuell.ru/inc/banners.php?"]
dxtv.de##a[href^="http://www.all-inkl.com/index.php?partner="]
livestreamfussball.org##a[href^="http://www.amazon.de/"]
das-sternzeichen.de##a[href^="http://www.amazon.de/"][href*="&tag="]
gamepro.de##a[href^="http://www.amazon.de/gp/"][href*="&tag="]
focus.de##a[href^="http://www.amazon.de/gp/angebote/"]
beichthaus.com##a[href^="http://www.amzn.to/"]
goldesel.to##a[href^="http://www.anrdoezrs.net/"]
mysqldumper.de##a[href^="http://www.artfiles.de/?affiliate="]
zeit.de##a[href^="http://www.avocadostore.de"]
zeit.de##a[href^="http://www.avocadostore.de"] + * + p
bankkaufmann.com##a[href^="http://www.bankkaufmann.com/banners.php?"]
gamepro.de##a[href^="http://www.betvictor-emtippspiel.de/index.cfm?"]
bildschirmarbeiter.com##a[href^="http://www.bildschirmarbeiter.com/alink_"]
blick.ch##a[href^="http://www.blick.ch/marktplatz/"]
tvspielfilm.de##a[href^="http://www.bluvistaclub.tv/?pid="]
digital-eliteboard.com##a[href^="http://www.digital-eliteboard.com/rbs_banner.php?
id="]
mix-dich-gluecklich.de##a[href^="http://www.do-easy-tuch.de"]
safeyourlink.com##a[href^="http://www.eads.to/home.php?ref="]
bild.de##a[href^="http://www.erotik1.de/"]
maerkischeallgemeine.de##a[href^="http://www.etracker.de/lnkcnt.php?"]
5vor12.de##a[href^="http://www.exnzg.de/go.cgi?pid="]
maclife.de##a[href^="http://www.falkemedia-shop.de/"][target="_blank"] > img
finanztreff.de,manager-magazin.de##a[href^="http://www.finanztreff.de/adclick.htn?
b="]
freesms-senden.net##a[href^="http://www.freesms-senden.net/sms-"]
ebook-hell.to##a[href^="http://www.friendlyduck.com/AF_"] + *
rtl.de##a[href^="http://www.gamechannel.de/cms/spiele/"]
gamestar.de##a[href^="http://www.gamestar.de/_misc/linkforward/"][target="_blank"]
board.gulli.com##a[href^="http://www.getdigital.de/"][href$="?her=GULLI"]
board.gulli.com##a[href^="http://www.getdigital.de/"][href$="?her=GULLI"] + h4 + p
giga.de##a[href^="http://www.giga.de/spx/"]
computerhilfen.de##a[href^="http://www.girls-time.com/"]
emok.tv##a[href^="http://www.goo.gl/"]
eierkraulen.net##a[href^="http://www.handytaxi.de"]
picdumps.com##a[href^="http://www.handyz.de"]
myfunlink.to##a[href^="http://www.haushaltsdeals.de/"]
stadt-bremerhaven.de##a[href^="http://www.hihonor.com/de/products/mobile-phones/
honor8/"] > img
icubik.com##a[href^="http://www.icubik.com/catalog/redirect.php/action/banner/
goto/"]
2kino.net##a[href^="http://www.idownloadgalore.com/"]
compliancemagazin.de##a[href^="http://www.itseccity.de/adserver/"]
jobboerse.de##a[href^="http://www.jobboerse.de/index.php?bannerklick="]
jobboerse.de##a[href^="http://www.jobboerse.de/index.php?pclick="][target="_blank"]
playboy.de##a[href^="http://www.just4men.de/?wt_mc="]
heise.de##a[href^="http://www.kqzyfj.com/click-"]
4fuckr.com##a[href^="http://www.liveundnackt.com/"]
mmnews.de##a[href^="http://www.marketlettercorp.com/"]
ddl-search.biz##a[href^="http://www.mister-load.com/"]
t-online.de##a[href^="http://www.mobile.de/?utm_"]
idowa.de##a[href^="http://www.moebel-wanninger.de/"]
erogeschichten.com##a[href^="http://www.momo-net.ch/?moid="]
yourporn.ws##a[href^="http://www.mydirtyhobby.com/?sub="]
porn-reactor.net##a[href^="http://www.mydownloader.net/pr/"]
12free-sms.de##a[href^="http://www.mymobileworld.de/"]
n-tv.de##a[href^="http://www.n-tv.de/marktplatz/elitepartner/?emnad_id="]
n-tv.de##a[href^="http://www.n-tv.de/marktplatz/experteer/Experteer-Stellensuche-
article9804796.html?affiliate="]
neumarkt-tv.de##a[href^="http://www.neumarkt-tv.de/loadBanner.aspx?"]
orschlurch.net##a[href^="http://www.orschlurch.net/am/"]
pcwelt.de##a[href^="http://www.pcwelt.de/pv/"]
prad.de##a[href^="http://www.prad.de/mpb"]
adhs-zentrum.de##a[href^="http://www.profiseller.de/shop1/index.php3?ps_id="]
startseite.to##a[href^="http://www.putlocker.com/?affid="]
n-tv.de,teleboerse.de##a[href^="http://www.rtl.de/tools/count/xdot/countntv.php?
id="]
opencannabis.net##a[href^="http://www.sensiseeds.com/refer.asp?refid="]
shortnews.de##a[href^="http://www.sparwelt.de/"]
der-postillon.com##a[href^="http://www.spreadshirt.de/track.php?affiliate="]
goldesel.to##a[href^="http://www.spyoff.com/"]
lavendel.net##a[href^="http://www.sunday.de?utm_"]
unixboard.de##a[href^="http://www.terrashop.de/"]
shortnews.de##a[href^="http://www.tickntalk.com/?af="]
trendhure.com##a[href^="http://www.trendhure.tv/"]
tweakpc.de##a[href^="http://www.tweakpc.de/rev3/www/delivery/"]
web.de##a[href^="http://www.twinplan.com/"]
opencannabis.net##a[href^="http://www.udopea.de/"][href*="?refid="]
4players.de##a[href^="http://www.ultraforce.de/?refID="]
macwelt.de##a[href^="http://www.verleihshop.de/index.html?partner="]
pcwelt.de##a[href^="http://www.verleihshop.de/pwindex.html?partner="]
t-online.de##a[href^="http://www.viversum.de/?pid="]
t-online.de##a[href^="http://www.viversum.de/index.php?pid="]
wz-newsline.de##a[href^="http://www.wz-werbewelt.de/proads/"]
golyr.de##a[href^="http://www.zanox-affiliate.de/ppc/?"]
gesetzliche-kuendigungsfrist.info##a[href^="http://www1.belboon.de/"]
readmore.de##a[href^="http://www4.smartadserver.com/"]
chip.de##a[href^="http://x.chip.de/fs24/io/?url="]
chip.de##a[href^="http://x.chip.de/linktrack/teaser/?clickzone="][target="_blank"]
livestreamfussball.org##a[href^="http://zolanis.com/landingpage"]
freenet.de##a[href^="https://ad1.adfarm1.adition.com/redi?sid="]
hardwareluxx.de##a[href^="https://adclick.g.doubleclick.net/"]
fairytail-tube.org##a[href^="https://amzn.to/"]
googlewatchblog.de##a[href^="https://amzn.to/"] > img
macwelt.de,pcwelt.de##a[href^="https://aos.prf.hn/click/"]
4fuckr.com,gamestar.de##a[href^="https://bit.ly/"]
byte.to##a[href^="https://byte.to/linkifier.php"]
cannabis-special.com##a[href^="https://cannabis-special.com/linkout/"]
chip.de##a[href^="https://click.hmavpn.com/aff_c?"]
t-online.de##a[href^="https://count.shopping.t-online.de/RE?ID="]
koeln.de##a[href^="https://ed.koeln.de/ad/"]
stylebook.de##a[href^="https://fra1-ib.adnxs.com/click?"]:not([href*="stylebook"
i])
gload.cc##a[href^="https://gload.cc/strip"]
speedtorrent.com##a[href^="https://goo.gl/"]
stadt-bremerhaven.de##a[href^="https://instaffo.com/?utm_source="] > img
gamepro.de,gamestar.de##a[href^="https://itunes.apple.com/"][href*="&affId="]
t-online.de##a[href^="https://jobsuche.t-online.de/to/jobs/search?"]
chip.de##a[href^="https://lt45.net/c/?si="]
t-online.de##a[href^="https://pt.t-online.de/dl/storytelling/"]
pcwelt.de##a[href^="https://rover.ebay.com/"]
merkur.de##a[href^="https://shop.mondly.com/affiliate.php"]
ariva.de,wallstreet-online.de##a[href^="https://smartbroker.de/?utm_source="]
wallstreet-online.de##a[href^="https://smartbroker.de/sparplan/?utm_source="]
kino.de##a[href^="https://sp.kino.de/"]
finanztreff.de##a[href^="https://track.adform.net/"]
t-online.de##a[href^="https://track.adform.net/C/?bn="]
spiele-umsonst.de##a[href^="https://wgaffiliate.com/?a="]
wiiunews.at##a[href^="https://www.amazon."][href*="tag="]
16bars.de,chip.de,pcwelt.de##a[href^="https://www.amazon.de/"][href*="&tag="]
gamiano.de,naruto-tube.org##a[href^="https://www.amazon.de/"][href*="?tag="]
pcwelt.de##a[href^="https://www.amazon.de/gp/angebote/"]
chip.de##a[href^="https://www.amazon.de/gp/video/primesignup?tag="]
livestreamfussball.org##a[href^="https://www.bwin.com/de/registration?wm="]
netzwelt.de##a[href^="https://www.cleverbridge.com/"]
stadt-bremerhaven.de##a[href^="https://www.cyberport.de/?token="][target="_blank"]
> img
mix-dich-gluecklich.de##a[href^="https://www.do-easy-tuch.de"]
chip.de##a[href^="https://www.expertiger.de/partner/"]
t-online.de##a[href^="https://www.jackpot.de/lp/"]
pcwelt.de##a[href^="https://www.kqzyfj.com/click-"]
t-online.de##a[href^="https://www.lotto24.de/webshop/product/eurojackpot?
partnerId="]
t-online.de##a[href^="https://www.mobile.de/"][href*="utm_medium=affiliate"]
dxtv.de##a[href^="https://www.octagon-germany.eu/"]
ddl-warez.to,goldesel.to##a[href^="https://www.spyoff.com/"]
pcwelt.de##a[href^="https://www.verleihshop.de/pwindex.html?partner="]
t-online.de##a[href^="https://www.viversum.de/gratisgespraech/"]
arcor.de##a[href^="https://zuhauseplus.vodafone.de/"] > img
angesagter.de##a[href^="out.php?bid="]
sinn-frei.com##a[href^="out2_"]
maxrev.de##a[href^="redirect,banner_id,"]
borussia.de##a[id^="logo_sponsor"]
ixquick.de##a[id^="sptitle"]
ixquick.de##a[id^="spurl"]
gaming-insight.de##a[id^="takeoverlink"]
npage.at,npage.ch,npage.de,~www.npage.at,~www.npage.ch,~www.npage.de##a[onclick$=")
"] > img[src^="/"]
npage.at,npage.ch,npage.de,~www.npage.at,~www.npage.ch,~www.npage.de##a[onclick$=")
;"] > img[src^="/"]
wallstreet-online.de##a[onclick*="'tableAd'"]
wallstreet-online.de##a[onclick*="'tableAd'"] + img
ddl-warez.to##a[onclick*=".to/ref/"]
ddl-warez.to##a[onclick*="/affiliate/"]
ddl-warez.to##a[onclick*="FriendlyDuck.com"]
chip.de##a[onclick*="Ly9hcGkuY2hpcC1zZWN1cmVkLWRvd25sb2FkLmRlL3BheXBlcmRvd25sb2FkL2
NsaWNrP2lkP"]
ddl-warez.to##a[onclick*="uploaded.net/ref/"]
npage.at,npage.ch,npage.de,~www.npage.at,~www.npage.ch,~www.npage.de##a[onclick]
[href$="#"] > img[src^="/"]
kochbar.de,rtl.de,sport.de,vip.de,vox.de,wetter.de##a[onclick^="$('<img></
img>').attr(\7b src: '/tools/count/xdot/count.php?id="]
rtl.de##a[onclick^="$('<img></img>').attr(\7b src: '/xdot/count?id="]
downloadstube.net##a[onclick^="DownloadFile('details'"]
downloadstube.net##a[onclick^="DownloadFile('result_details'"]
downloadstube.net##a[onclick^="FileDownload('details',"]
downloadstube.net##a[onclick^="FileDownload('result_details',"]
downloadstube.net##a[onclick^="MirrorDownload('result_details',"]
quoka.de##a[onclick^="_gaq.push( [ '_trackEvent',"]
zoozle.net##a[onclick^="downloadFile('download_big', null,"]
zoozle.net##a[onclick^="downloadFile('download_related', null,"]
php.de##a[onclick^="pageTracker._trackPageview('/outbound/ads/"]
meinestadt.de##a[onclick^="return xt_ad('"]
suchen.de##a[onclick^="sl(PID.PpcClick);window.open('http://www.suchen.de/ad?"]
prad.de##a[onclick^="trackOutboundLink(this, 'HP'"]
rtl.de##a[onclick^="verivox_go("]
rtl.de##a[onclick^="verivox_go_"]
downloadstube.net##a[onclick^="window.open('/download-file.php?type=premium&"]
sexkino.to##a[onclick^="window.open('http://www.FriendlyDuck.com/AF_"]
sexkino.to##a[onclick^="window.open('http://www.privatamateure.com/?wmid="]
ebook-land.us##a[onclick^="window.open('https://www.oboom.com/ref/"]
bild.de##a[onclick^="wt_send_timeparams('ce1=/videobuster/"]
rtl.de##a[onclick^="xdot_go(document.getElementById('powerform_"]
rtl.de##a[onclick^="xdot_go_trpix(document.getElementById('parshipform_"]
windowspro.de##a[oncontextmenu^="window.top.location.href='http://adclick"]
computerbase.de##a[style="color:#000;display:block;padding:10px 7px
10px;position:relative"]
computerbase.de##a[style="color:#000;display:block;padding:10px 7px
8px;position:relative"]
imagebanana.com##a[style="color:orange; font-weight:bold; font-size:12px;"]
[target="_blank"]
stream4.org##a[style="color:yellow;font-size:15px;"]
magistrix.de##a[style="display:block; position: fixed; left:0; top:0; outline: 0;
width:100%; height:100%"]
handy-faq.de##a[style="text-decoration:underline; color:red; font-size:18px;"]
hoerbuch.us##a[style="text-size:10px;font-weight:0; color:
green;"][href^="http://hoerbuch.us/dl/?f="]
enduro-austria.at##a[target="_blank"] > img[style="margin-top: 2px; margin-right:
2px; margin-bottom: 2px; vertical-align: middle;"]
t-online.de##a[target="_blank"][href*=".sptopf.de/tshp/RE?ID="]
quoka.de##a[target="_blank"][href*="/solute/cd/banner?"]
pappenforum.de##a[target="_blank"][href="http://www.HolidaysGermany.de"]
braunschweiger-zeitung.de##a[target="_blank"][href="http://www.flirt38.de/"]
npage.at,npage.ch,npage.de,~www.npage.at,~www.npage.ch,~www.npage.de##a[target="_bl
ank"][href^="../"]
magistrix.de##a[target="_blank"][href^="/deblock/"]
speedlounge.in##a[target="_blank"][href^="/download/"]
welleniederrhein.de##a[target="_blank"][href^="/func/clickcount/linkcount.php?
target=http://www."]
rtl.de##a[target="_blank"][href^="/tools/count/xdot/count.php?id="]
sport.de##a[target="_blank"][href^="/tools/count/xdot/count.php?id="]
[style="display: block;"]
efever.de##a[target="_blank"][href^="ajaxloader.php?site=adverts&id="]
escupido.com##a[target="_blank"][href^="cb_forwarder.php?cb="]
4players.de##a[target="_blank"][href^="http://4p.de/4pl_wp_"]
wz-newsline.de##a[target="_blank"][href^="http://9nl.me/"]
chip.de,rp-online.de##a[target="_blank"][href^="http://ad.zanox.com/ppc/?"]
rtl.de##a[target="_blank"][href^="http://fashion24.vip.de/suche/"]
gamestar.de##a[target="_blank"][href^="http://goo.gl/"] > img
t-online.de##a[target="_blank"][href^="http://im.banner.t-online.de/?adlink"] > img
apfeleimer.de##a[target="_blank"][href^="http://j.mp/"]
prad.de##a[target="_blank"][href^="http://links.prad.de/"]
gamereactor.de##a[target="_blank"][href^="http://openx.gamereactor.dk/
adclick.php?"]
oyox.de##a[target="_blank"][href^="http://partners.webmasterplan.com/click.asp?
ref="] > img
sms-elite.de##a[target="_blank"][href^="http://versand.sms-elite.de/www/../
weiter/"]
gamepro.de##a[target="_blank"][href^="http://www.gamepro.de/_misc/linkforward/
linkforward.cfm?linkid="]
spotlight-wissen.de##a[target="_blank"][href^="http://www.gratissoftware.de"]
ichspiele.cc##a[target="_blank"][href^="http://www.ichspiele.cc/rotator/klick.php?
id="]
prad.de##a[target="_blank"][href^="http://www.mobilerproduktberater.de/"]
sachsen-fernsehen.de##a[target="_blank"][href^="http://www.sachsen-fernsehen.de/
loadBanner.aspx?id="]
schwaebische.de##a[target="_blank"][href^="http://www.schwaebische.de/click.php?
id="]
vegpool.de##a[target="_blank"][href^="http://www.vegpool.de/go.php?id="]
lintorfer.eu##a[target="_blank"][href^="https://bankingportal.sparkasse-hrv.de"] >
img
schachbund.de##a[target="_blank"][href^="system/modules/banner/public/
conban_clicks.php?bid="] > img
ak-kurier.de##a[target="_new"] >
img[src^="http://www.ak-kurier.de/akkurier/www/pic/"]
ak-kurier.de##a[target="_new"][href^="inc/inc_link.php?id="]
rtl.de##a[target="_self"][href="http://partnersuche.rtl.de/"]
rtl.de##a[target="_self"][href="http://rechtsberatung.rtl.de"]
rtl.de##a[target="_self"][href="http://www.rtl.de/cms/ratgeber/singles.html"]
rtl.de##a[target="_self"][href="http://www.rtl.de/cms/unterhaltung/musik-
streaming.html"]
rtl.de##a[target="_self"][href^="http://tickets.rtl.de/"]
rtl.de##a[target="_self"][href^="http://traumgewinne.rtl.de/?id="]
rtl.de##a[target="_self"][href^="http://www.brille24.de/shop/"]
rtl.de##a[target="_self"][href^="http://www.onlinefotoservice.de/"][href*="?cref="]
rtl.de##a[target="_self"][href^="http://www.rtl.de/street-one/"]
magistrix.de##a[target="blank"][href*="/assets/"]
magistrix.de##a[target="blank"][href^="/"] > img[src^="/"]
magistrix.de##a[target="blank"][href^="/deblock/"]
chip.de##a[title="Amazon Instant Video"][target="_blank"]
chip.de##a[title="Bundesliga im Eurosport Player: Spiele der Top-Teams live bei
Amazon streamen"]
fc-hansa.de##a[title="DKB-Familienblock"]
chip.de##a[title="FriendScout24"][target="_blank"]
g4u.me##a[title="Highspeed Download"]
chip.de##a[title="Windows 10 Professional mit starkem Rabatt! "]
golem.de##article > .formatted > p + div[style$="px 0; min-height:266px;
clear:both;"]
golem.de##article > .formatted > p + div[style="margin:15px 0; min-height:266px;"]
yellingnews.com##article > .teaser + .related.tm
schulzeux.de##article > .vi_a_79
maxwireless.de##aside a[target="_blank"]
[onclick^="javascript:_gaq.push(['_trackEvent','outbound-widget',"]
weristdeinfreund.de##aside[id^="banner"]
gamestar.de##blockquote > p > strong + a[href^="http://www.amazon.de/"]
trackfox.com,trackfox2.com##body
eye-games.com##body > #header:first-child + #wrapper
leave.to##body > #wrapper > header + aside
leave.to##body > #wrapper > header + aside + #content:last-child
weihnachtsbaeckerei.com##body > .noprint[style="position: absolute; left: 50%;
margin-left: 355px; top: 123px;"]
solinger-bote.de##body > .xWrap > .xWrapLeft
solinger-bote.de##body > .xWrap > .xWrapLeft + .xWrapRight
langes-forum.de##body > :nth-child(75) + .tablec[align="center"][style="width:98%"]
> tbody > tr > td[width="100%"] > .tableb[cellspacing="1"][cellpadding="4"]
[border="0"][style="width:100%"]
tv-stream.to##body > :nth-child(9) + div[id][style]
areadvd.de##body > center
elternforen.com##body > div[align="center"] > table[align="left"][cellspacing="0"]
[cellpadding="0"][style="width: 99%"]
salzi.at##body > div[id^="fb_"]
astronews.com##body > div[style="position:absolute; top:10px; width:900px;"]
dasweinforum.de##body > table > tbody > tr > td[width="160"][valign="top"]:first-
child
gleitschirmdrachenforum.de##body > table[style="margin-bottom: 10px;"]:first-child
wortfilter.de##body > table[style="margin-bottom:6px;"]:first-child
astronews.com##body > table[style="width: 750px"]
ww3.cad.de##body > table[width="100%"][border="0"]:first-child
acer-userforum.de##body > table[width="100%"][cellspacing="0"][cellpadding="0"]
[border="0"]:first-child > tbody:first-child:last-child > tr:first-child:last-child
> td[width="195px"][valign="top"]:first-child
schoener-fernsehen.com##body[msallowfullscreen="true"]
[webkitallowfullscreen="true"][mozallowfullscreen="true"][allowfullscreen="true"]
[style="box-sizing: border-box; width: 100%; height: 100%; overflow: hidden;"] >
iframe[id][class][frameborder="0"][allowtransparency="true"][scrolling="auto"]
[src^="http://schoener-fernsehen.com/"] + div[id][class]
rtl.de##button[onclick^="verivox_go("]
reichtmeinklopapier.de##center > a > img
hornoxe.com##center > a[target="_blank"][href^="http://amzn.to/"] > img
repage.de##center > br + table[style="background-color:FFFFCC;border:1px
solid;border-color:;table-layout:visible;width:468px;height:60px;padding-
top:0px;padding-left:5px;padding-right:5px;padding-bottom:0px;"]
abload.de##center > table > tbody > tr > td[valign="bottom"][align="center"]
[style="width: 100%;"]
englische-briefe.de##center > table[width="574"][cellspacing="0"][cellpadding="0"]
[border="0"]
wuerzburger-kickers.de##div > h3 + #ais_129_wrapper
rundumkoeln.de##div[align="center"] > #top[name="top"]:first-child +
table[border="0"]:last-child
handy-faq.de##div[align="center"] > span[style="text-decoration:none;
color:red;font-size:18px;"]:first-child
handy-faq.de##div[align="center"] > span[style="text-decoration:none;
color:red;font-size:18px;"]:first-child + a
flirttown.net##div[align="center"][style="height:90px; z-index:99;"]
dslteam.de##div[align="center"][style="width: 850px; margin: 0px auto 15px auto;
color: #fff;"]
3dchip.de##div[align="center"][width="468px"] > table[height="60"][cellspacing="0"]
[cellpadding="0"][border="0"][align="center"]
onlinekosten.de##div[align="left"][style="padding:0px 25px 0px 25px"] >
div[align="center"][style="margin: 10px 0px 20px 0px;"]
dslr-forum.de##div[align="left"][style="padding:0px 25px 0px 25px"] >
div[style="padding:0px 0px 6px 0px"] > .tborder[cellspacing="1"][cellpadding="6"]
[border="0"][align="center"][width="100%"]
amazon.de##div[cel_widget_id="desktop-yo-
shiptrack_SponsoredProductsRemoteShiptrackComplementT2"]
forum.jswelt.de##div[class="postbit"]
t-online.de##div[class^="Tsshopst"]
technic3d.com##div[class^="ad-"]
bild.de##div[class^="adspecial"]
cannabis-special.com##div[class^="asa2_"]
erbrecht-ratgeber.de##div[class^="b_336x280_"]
goldesel.to##div[class^="p"][style="margin-top:20px;"] > div[class^="c"] >
div[class^="d"] > div[class^="d_"]:last-child > a[href^="apps/windows/"] >
img[src^="img/"]
goldesel.to##div[class^="p"][style="margin-top:20px;"] > ul[class^="c"] > li >
a[href^="apps/windows/"] > img[src^="img/"]
1fcm.de,fc-magdeburg.de##div[class^="reklame_"]
rundschau.info##div[class^="runds-werbung-"]
bildderfrau.de,gofeminin.de##div[class^="sas_FormatID_"]
goldesel.to##div[class^="warn"]
car.de##div[class^="wrb-"]
amazon.de##div[data-ad-id]
rtl.de,sport.de,vox.de##div[data-adformat="halfpage"]
rtl.de##div[data-adformat="octopus_hr"]
rtl.de##div[data-adformat="octopus_mr"]
rtl.de,sport.de,vox.de##div[data-adformat="rectangle"]
gmx.net,home.1und1.de,web.de##div[data-adservice-slot]
chip.de##div[data-adzone="contentad-afc-main"]
chip.de##div[data-adzone="contentad-storyad-afc"]
t-online.de##div[data-dy*="Partner:"]
essen-und-trinken.de,livingathome.de##div[data-ga_event^="shopping-sidebar"]
giga.de##div[data-trigger="sourcepoint-ad"]
t-online.de##div[data-url^="http://m.exactag.com/"]
amazon.de##div[id$="_adcontent"]
vol.at##div[id^="AdContainer_"]
www.blick.ch##div[id^="CT299"]
hdfilme.tv##div[id^="MGWrap"]
t-online.de##div[id^="T-"].Tmm.Tltb.Tts.Tmc1.Tww1.Thh3[onfocus^="A('zid="]
> .Ttsc.Ttsv169
t-online.de##div[id^="T-"].Tmm.Tts.Tmc4b.Ttshh.Tww1.Thh05.Tmc4s[onfocus^="A('zid="]
t-online.de##div[id^="T-"][oncontextmenu="return false"]
t-online.de##div[id^="T-"][style="cursor: pointer;"]
oberprima.com##div[id^="ad-inst-"]
2kino.net,flash-moviez.tv,ucoz.de##div[id^="adBar"]
modified-shop.org##div[id^="ad_above_"]
modified-shop.org##div[id^="ad_after_first_post_"]
modified-shop.org,xtc-modified.org##div[id^="ad_below_"]
nordbayerischer-kurier.de,np-coburg.de##div[id^="adition_"]
fddb.info##div[id^="adv"]
morgenpost.de##div[id^="advertisementRightcolumn_"]
winfuture.de##div[id^="amazon_box_iframe_"]
areadvd.de##div[id^="aread-"]
vogel.de##div[id^="ban_"]
netdoktor.de##div[id^="banner"]
finanzen100.de,spielen.de##div[id^="banner_"]
gamers.de##div[id^="click"]
insidegames.ch##div[id^="click"][onclick^="_gaq.push(['_trackEvent',"]
gamers.at##div[id^="clickTagDIVElement_"] > a
prad.de##div[id^="content-"] > a[target="_blank"] > img
bild.de##div[id^="content_stoerer_"]
mafia.to##div[id^="cpa_rotator_"]
gulli.com##div[id^="crt-"]
forum.golem.de##div[id^="csi_forum"][style="min-height:100px"]
downloadstube.net##div[id^="ddl_"] + div[id] + a[onclick] + br + a[onclick]
pnp.de##div[id^="diganz"]
zentrum-der-gesundheit.de##div[id^="div-zdg_inarticle"]
abnehmen-forum.com##div[id^="edit"] > .vbseo_like_postbit + table[width="100%"]
[bgcolor="#FFFFFF"]
jswelt.de##div[id^="edit"]:first-child:last-child > .spacer:last-child
boerse.sx##div[id^="edit"][style="padding:0px 0px 6px 0px"] > table[id^="post"]
[width="100%"][cellspacing="0"][cellpadding="6"][border="0"][align="center"] + br +
.tborder[width="100%"][cellspacing="0"][cellpadding="6"][border="0"]
[align="center"]
windowspro.de##div[id^="gtWrapper-"]
gamestar.de##div[id^="idAd"]
teltarif.de##div[id^="ideaload"]
freitag.de##div[id^="mf"]
pcgames.de##div[id^="plakatinhalttag_"]
ruppiner-medien.de##div[id^="promotion"]
handballecke.de##div[id^="promotionHeader"]
ebay.de##div[id^="rtm_html_"][style="display: block; width: 300px; height: 250px;
overflow: hidden;"]
ebay.de##div[id^="rtm_html_"][style="display: block; width: 300px; height: 265px;
overflow: hidden;"]
ebay.de##div[id^="rtm_html_"][style="width: 160px; height: 615px; overflow: hidden;
display: block;"]
ebay.de##div[id^="rtm_html_"][style="width: 180px; height: 165px; overflow: hidden;
display: block;"]
ebay.de##div[id^="rtm_html_"][style="width: 300px; height: 265px; overflow: hidden;
display: block;"]
ebay.de##div[id^="rtm_html_"][style="width: 640px; height: 495px; overflow: hidden;
display: block;"]
ebay.de##div[id^="rtm_html_"][style="width: 728px; height: 105px; text-align: left;
display: block;"]
ebay.de##div[id^="rtm_html_"][style="width: 970px; height: 90px; overflow: hidden;
display: block;"]
formel1.de,metal-hammer.de,motorsport-total.com##div[id^="sas_"]
amazon.de##div[id^="sp_detail"]
unser-star-fuer-baku.tv##div[id^="sponsor_overlay_"]
oberpfalznetz.de##div[id^="teaser_spbanner_"]
t-online.de##div[id^="tsc_google_adsense_1"]
ragecomic.com##div[id^="vecoll"]
ragecomic.com##div[id^="vertcol"]
schnelle-online.info##div[onclick*="'familienurlaub'"]
gamestar.de##div[onclick^="location.href='http://www.gamestar.de/_misc/
linkforward/linkforward.cfm?linkid="]
suchen.de##div[onclick^="sl(PID.PpcClick);window.open('http://www.suchen.de/ad?"]
scifi-forum.de##div[onclick^="window.open('http://ads.jinkads.com/click.php"]
myfreefarm.de##div[onclick^="window.open('http://media.gan-online.com/www/
delivery/ck.php?"]
gameswelt.at,gameswelt.ch,gameswelt.de##div[onclick^="window.open('http://
www.amazon.de/"]
5-sms.com##div[onclick^="window.open('http://www.maxxfone.de/"]
suchen.de##div[onclick^="window.open('http://www.suchen.de/ad?"]
wetter.info##div[onfocus*=";mp=gelbeseiten;"]
t-online.de##div[onfocus="A('mp=_TopPartner')"]
t-online.de##div[onfocus^="A('mp=TopPartner"]
ariva.de##div[onmouseup*="smartbroker.de"]
mikrocontroller.net##div[style$="120px; text-align:center; font-size:12px;
border:2px solid #ffa500; padding:3px; background:#EEE; overflow:hidden;"]
mikrocontroller.net##div[style$="120px; text-align:center; font-size:12px;
border:2px solid #ffa500; padding:3px; background:-moz-linear-gradient(top, #EEE,
#ffa500); background:-webkit-gradient(linear, left top, left bottom, from(#EEE),
to(#ffa500)); overflow: hidden;"]
mikrocontroller.net##div[style$="160px; text-align:center; font-size:12px;
border:2px solid #ffa500; padding:3px; background:#EEE; overflow:hidden;"]
mikrocontroller.net##div[style$="160px; text-align:center; font-size:12px;
border:2px solid #ffa500; padding:3px; background:-moz-linear-gradient(top, #EEE,
#ffa500); background:-webkit-gradient(linear, left top, left bottom, from(#EEE),
to(#ffa500)); overflow: hidden;"]
mikrocontroller.net##div[style$="text-align:center;font-size:12px;border:2px solid
#ffa500;padding:3px;background:-moz-linear-gradient(top, #EEE,
#ffa500);background:-webkit-gradient(linear, left top, left bottom, from(#EEE),
to(#ffa500));overflow: hidden;"]
mein-kummerkasten.de##div[style$="width:300px;height:250px;"]
gamingxp.com##div[style*="background-image:
url(http://www.gamingxp.com/pictures/wallpaper/"]
picdumps.com##div[style*="background:#fff;"]
picdumps.com##div[style*="background:#fffffe;width: 646px"]
picdumps.com##div[style*="background:#fffffe;width:646px"]
abacho.de,autozeitung.de,de.filsh.net,dialo.de,donnerwetter.de,e-
hausaufgaben.de,fanfiktion.de,formel1.de,fremdwort.de,helles-koepfchen.de,inside-
digital.de,inside-handy.de,motorsport-
total.com,news.de,nickles.de,pixelio.de,seniorbook.de,tabtech.de,tellows.de,weristd
einfreund.de##div[style*="display: block ! important"]
onlinewelten.com##div[style*="height:600px;width:160px;"]
onlinewelten.com##div[style*="height:90px;width:728px;"]
ingame.de##div[style*="width: 325px; height:300px; position: absolute;"]
podcast.de##div[style*="width: 728px; height: 90px;"]
metalflirt.de##div[style=" margin-left:auto; margin-right:auto; width:1211px;
height:300px; margin-top:7px; position:relative"]
tvb1898.de##div[style=" position:absolute; top:790px; left:20px;"]
wide-wallpaper.de##div[style=" text-align:center;float:left;margin:4px;
padding:0px; width:290px;height:270px;border: 1px solid #666666;"]
wide-wallpaper.de##div[style=" text-align:center;float:right;margin:4px;
padding:0px; width:290px;height:270px;border: 1px solid #666666;"]
pure-anime.biz##div[style=" text-align:center;margin:15px;height:88px;"]
epochtimes.de##div[style="background-color: #eee; border: 1px solid #ccc; margin:
1rem auto; text-align: center;"]
fr-online.de##div[style="background-color: #fcfcfc; padding: 5px; font-size:
11px;"]
zdnet.de##div[style="background-color: #fff; width: 984px; height: auto;
background-image:url(http://www.zdnet.de/i/g/z/zdnet_site_bg.gif); padding: 10px 0
10px 0; text-align: center;"]
chip.de##div[style="background-color: rgb(216, 242, 240); display: block;"]
titanic-magazin.de##div[style="background-color: white;z-index: 10;height:
97px;padding: 5px;position: relative;padding-top: 15px;margin-bottom: 30px;"]
wallstreet-online.de##div[style="background-color:#000000; height:25px;"]
fireball.de##div[style="background-color:#FFFFD9;padding:5px;"]
php-resource.de##div[style="background-color:#fff7bd;border:1px #818181
solid;padding:15px;margin:15px;width:900px;"]
money-fun.de##div[style="background-image:
url('http://www.youads.de/labortest/layerads-standard/layerads-standard-
headline.png'); background-repeat: repeat-x; width:900px; height:550px; z-index:
9997; position:fixed; left:50%; margin-left: -450px; top: 150px; border-
radius:20px;"]
dokujunkies.org##div[style="background-image:
url(\"http://justpic.info/images2/3f05/prj_bg.jpg\"); width: 679px; height: 149px;
margin-top: 25px;"]
branchen-info.net##div[style="background-image:url(/https/www.scribd.com/bilder/profil_anzeigen_hg.gif);
background-repeat:repeat-y; float:left;"]
branchen-info.net##div[style="background-image:url(/https/www.scribd.com/bilder/
profil_anzeigen_hg300.gif); background-repeat:repeat-y; float:left;"]
gamepro.de,gamestar.de##div[style="background-image:url(/https/www.scribd.com/img/gamestar/products/
banner_amazon.png);width:610px;height:70px;font-size:10px;color:#FFF;border:1px
solid #D5D5D5"]
gamestar.de##div[style="background-image:url(/https/www.scribd.com/img/gamestar/products/
banner_gamesload2.png);width:610px;height:70px;font-size:10px;color:#FFF;border:1px
solid #D5D5D5"]
medienkuh.de##div[style="background-repeat:no-
repeat;width:338px;height:280px;border:1px solid #dbdbdb;"]
winfuture.de##div[style="background:#d5d5d5;border:0 solid #d5d5d5; border-
width:5px 0;min-height:270px"]
kapstadt-forum.de##div[style="background:-moz-linear-
gradient(bottom,#d2deec,#edf2f5);height:70px;margin-bottom:5px;padding-
top:10px;width:960px;"]
stayfriends.de##div[style="background:url('http://images.stayfriends.de/
cms1/03026fc0.jpg') no-repeat 0 0; width:620px; height:140px;"]
serienjunkies.de##div[style="background:url(//g-cdn.serienjunkies.de/
amazon_de_small.gif) right top no-repeat #fff;"]
ngz-online.de##div[style="background:url(http://stat01.ngz-online.de/layout/img/
icon/leiste.gif) no-repeat;width:786px;"]
rp-online.de##div[style="background:url(http://stat01.rp-online.de/layout/img/
icon/leiste.gif) no-repeat;width:786px;"]
gamestar.de##div[style="border-bottom: 1px solid #c9c9c9; padding: 10px 19px;
position: relative; padding-top:15px; padding-bottom:15px;"]
123recht.net##div[style="border: 1px solid #E6E6E6; width:310px; height:260px;
padding: 5px; margin:0px 15px 15px 0px; float:left;"]
123recht.net##div[style="border: 1px solid #E6E6E6; width:340px; height:290px;
padding: 5px; margin:0px 15px 15px 0px; float:left;"]
programmieren-optimieren.de##div[style="border: 1px solid #ccc; padding: 15px;
margin: 15px 0; background:
url(http://www.programmieren-optimieren.de/wp-content/plugins/amazonsimpleadmin/
img/amazon_DE_small.gif) right bottom no-repeat #ffffff;"]
2kino.net##div[style="border: 1px solid rgb(223, 223, 223);"]
goolive.de##div[style="border: dotted #808080; float: right; position: relative;
overflow: hidden;"]
petitionen24.com##div[style="border: solid #95bce2 1px; padding: 1em 0; margin: 0;
margin-right: 6px; width: 200px; height: 600px; background-color: #fff; text-align:
center; margin-bottom: 1em;"]
chriszim.com##div[style="border:1px #8c8c8c solid; font-size:80%; margin:5px auto;
text-align:center; width:640px;"]
html-world.de##div[style="border:1px solid #8EC1CF; padding:3px; margin:0px;
background-color:white;"]
shortnews.de##div[style="border:1px solid #E5E5E5; margin:0px; display:block;"]
pcgameshardware.de##div[style="clear:both; margin:5px 0px 0px 0px; border: 1px
solid #ff0000; padding: 4px; font-weight: bold;"]
gamestar.de##div[style="clear:both;height:0px"] + div[style="padding:10px;"]
+ :last-child
gamestar.de##div[style="clear:both;height:0px"] + div[style="padding:10px;"] + div
+ * > div > a > img
e-recht24.de##div[style="clear:both;height:300px;min-width:760px;"]:last-child
titanic-magazin.de##div[style="clear:left; font-family:
Verdana,Tahoma,Geneva,Verdana,sans-serif; font-size:11px;width:285px;"]
ibash.de##div[style="clear:left; font-family: Verdana,Tahoma,Geneva,Verdana,sans-
serif; font-size:11px;width:380px;"]
formel1.de##div[style="cursor: pointer; height: 90px; width: 940px; text-align:
center; margin-left: 10px;"]
formel1.de##div[style="cursor: pointer; width: 160px; height: 600px; position:
absolute; left: 960px; margin-top: 10px;"]
formel1.de##div[style="cursor: pointer; width: 300px; height: 250px; text-align:
center;"]
tvinfo.de##div[style="display: block; height: 95px;"]
satempfang-magazin.de##div[style="display: block; position: absolute; overflow:
hidden; z-index: 1001; outline: 0px none; height: auto; width: 800px; top: 216px;
left: 551.5px;"]
codecheck.info##div[style="display: inline-block; float: right; height: 30px;
margin: 10px 10px 0 0; font-size: 14px; color: #7b8d94;"] > span[style="z-index: 8;
position: relative;"]
magistrix.de##div[style="display:inline-block; width:728px; height:90px"]
epochtimes.de##div[style="float: left; margin: 0 1rem 1rem -5rem; border:1px solid
#CCC;height:615px; width:162px;"]
helles-koepfchen.de##div[style="float: left; text-align:center; width:
500px;margin-top: 5px;margin-bottom: 5px;"]
helles-koepfchen.de##div[style="float: left; text-align:center; width:
670px;margin-top: 5px;margin-bottom: 5px;"]
helles-koepfchen.de##div[style="float: left; text-align:center; width:
670px;margin-top:10px;"]
via-ferrata.de##div[style="float: left; width: auto; margin-left: 315px;
display:inline;"] > br + b + .forabg + .bg4
chat4free.de,erotikchat4free.de,freechat.de##div[style="float: left;padding:0 10 0
10;margin:0 10 10 0;"]
pocketpc.ch##div[style="float: left;width:740px;text-align:left;padding-
bottom:5px;"]
ifun.de,iphone-ticker.de##div[style="float: right; display: block; width: 300px;
height: 250px; border: 1px solid rgb(220,220,220); margin: 7px 0 24px 36px;"]
ifun.de,iphone-ticker.de##div[style="float: right; display: block; width: 300px;
height: 250px; border: 1px solid rgb(220,220,220);"]
ifun.de,iphone-ticker.de##div[style="float: right; display: block; width: 300px;
height: 600px; border: 1px solid rgb(220,220,220);"]
epochtimes.de##div[style="float: right; margin: 0 0 1rem 0; border:1px solid #CCC;
height:266px; width:302px;"]
14-tage-wettervorhersage.de##div[style="float:left; margin-bottom:15px; margin-
right:22px;"]
pcwelt.de##div[style="float:left; margin-left:25px; height:40px;"] + a
eatsmarter.de##div[style="float:left; width: 272px; height: 50px;"] + a
pruefungsfragen.info##div[style="float:left; width: 336px; height: 280px; padding:
0px 10px 10px 0px"]
androidpit.de##div[style="float:left; width:1200px; height:100px;
position:relative; left:-120px; top:0px"]
xpbulletin.de##div[style="float:left; width:300px; height:250px; margin-right:10px;
padding: 0;"]
evocars-magazin.de##div[style="float:left; width:300px; height:250px; margin:8px
15px 5px 3px;"]
handy-faq.de##div[style="float:left; width:301px; height:251px; border:0px solid
#336699;margin-left:2px;margin-right:15px;"]
digitalvideoschnitt.de##div[style="float:left; width:336px; min-height:280px;
margin-right:30px; margin-bottom:30px;"]
wirtschaftslexikon24.com##div[style="float:left;clear:left;height:620px;width:180px
;padding-top:15px;"]
ht4u.net##div[style="float:left;margin:10px 3px 10px
0px;width:300px;height:250px;"]
android-hilfe.de##div[style="float:left;width:
186px;position:absolute;left:25px;top:15px;"]
android-hilfe.de##div[style="float:left;width:
186px;position:fixed;left:25px;top:15px;text-align:center;border:1px solid
#636C74;height:610px;padding-top:13px;padding-bottom:5px;background-color:
#ffffff;z-index:1;"]
news.ch##div[style="float:left;width:1040px;padding:12px;text-align:center;margin-
bottom:10px;background-color:#fff;"]
meintomtom.de##div[style="float:left;width:160px;height:90px;padding:10px 7px 10px
7px;margin-top:0;border: solid #b4c39a;background:#f9fcf1 none;border-width: 1px 0
1px 0;"]
meintomtom.de##div[style="float:left;width:160px;padding:6px;margin:0 0 18px
0;border: 1px solid #b4c39a;background:#f9fcf1 none;"]
it-production.com##div[style="float:right; width:200px; height:610px;margin-
top:100px;"]
xboxdome.de##div[style="float:right; height:607px; width:120px; margin-top:
15px;"]
breakpoint.untergrund.net##div[style="float:right; width: 110px; margin-left: 15px;
margin-top: 12px; margin-bottom: 15px; padding: 2px 6px; text-align: center;
border: 1px solid black; background:white; line-height: 2em; color: black;"]
ego4u.de##div[style="float:right; width:251px; padding:5px; margin-left:5px;
border:1px solid silver;"]
kapstadt-forum.de##div[style="float:right;height:250px;margin-
bottom:18px;width:250px;"]
e-recht24.de##div[style="float:right;text-align:right;padding:0 0 0.5em
0.5em;margin:0 0 0 1em;"]
e-recht24.de##div[style="float:right;width:300px;height:250px;margin:1em 0 1em
1em;"]
pcgames.de##div[style="font-family:Arial, Helvetica, sans-serif; font-size:12px;
padding-top:20%; text-align:center;"]:first-child >
a[target="_blank"][href^="/aid,"]:first-child:last-child
golem.de##div[style="font-size: 11px !important;height: 16px;text-transform:
uppercase;letter-spacing: 1px;font: normal normal 400 12px/20px 'Droid
Sans',arial,sans-serif;"]
golem.de##div[style="font-size: 11px !important;height: 16px;text-transform:
uppercase;letter-spacing: 1px;font: normal normal 400 12px/20px 'Droid
Sans',arial,sans-serif;"] + div > img
titanic-magazin.de##div[style="height: 181px; width: 305px; border-radius: 5px;
border: 1px solid #C0C0C0;"]
t-online.de##div[style="height: 264px; width: 839px;"]
winload.de##div[style="height: 74px; height: 74px;margin: 0px 0 6px; padding: 0px
0; background-color: white;"]
computerhilfen.de##div[style="height:105px;margin-top:17px;position:relative;"]
computerhilfen.de##div[style="height:105px;margin:10px 0 15px
0;position:relative;"]
titanic-magazin.de##div[style="height:170px;width:305px;white-space:nowrap;"]
readmore.de##div[style="height:193px;position:relative;margin-bottom: 10px;"]
der-postillon.com##div[style="height:250px;width:300px;white-space:nowrap;"]
computerbase.de##div[style="height:312px;margin:15px 0;text-align:center"]
meintomtom.de##div[style="height:600px;padding:6px 0 6px 0;border: 1px solid
#b4c39a; background:#f9fcf1 none;margin-top:0;"]
meintomtom.de##div[style="height:600px;padding:6px 0 6px 0;border: 1px solid
#b4c39a;background:#f9fcf1 none;margin:0;"]
spektrumdirekt.de##div[style="height:90px;"]:first-child:last-child
computerbase.de##div[style="height:92px;margin:15px 0;text-align:center"]
epochtimes.de##div[style="left:100%; position:absolute; top: 1rem; margin-left: -
0.875rem;"]
gamepro.de##div[style="margin-bottom: 5px; margin-top: 20px; "]
+ .teaserRight[style="padding-bottom:0px"]
goolive.de##div[style="margin-bottom: 5px; position: absolute; top: 8px; border:
dotted #808080; overflow: visible"]
wg.tvb1898.de##div[style="margin-bottom:10px; position:relative; top:0px; left:0px;
height:105px; width:810px;"]
schnelle-online.info##div[style="margin-bottom:10px;cursor:pointer;background:white
url(/pictures/banner/lastminute-flughafen-3.png);width:760px;height:65px;"]
supportnet.de##div[style="margin-left:0px; width:860px; background-color:#FFFFFF;
height:100px;"]
supportnet.de##div[style="margin-left:0px; width:860px; background-color:#FFFFFF;
height:120px;"]
gamestar.de##div[style="margin-left:10px;margin-bottom:10px;"]
+ .teaserRight[style="padding-bottom:0px"]
lokalisten.de##div[style="margin-left:15px; width:300px; height:250px;
overflow:hidden; background: #eaeaea;"]
etailment.de##div[style="margin-left:8px;height:90px;width:1000px;text-
align:right;background-image:
url(http://etailment.de/wp-content/uploads/2012/12/Hockey-250x700_01.gif);"]
abload.de##div[style="margin-top: 20px; margin-bottom: 10px; position: relative;"]
wetter.com##div[style="margin-top: 25px"] + span + div > img
it-production.com##div[style="margin-top:3px; width:180px; border:none; text-
align:center; float:left;"]
ifun.de,iphone-ticker.de##div[style="margin: -36px 0 0px -18px; width: 1024px;
height: 148px; display: block; clear: both; background: rgba(248,248,248,1.0);
overflow: hidden;"]
ifun.de,iphone-ticker.de##div[style="margin: -36px 0 24px -18px; width: 1024px;
height: 148px; display: block; clear: both; background: rgba(248,248,248,1.0);
overflow: hidden;"]
iphone-ticker.de##div[style="margin: -36px 0 24px -18px; width: 1024px; height:
298px; display: block; clear: both; background: rgba(248,248,248,1.0); overflow:
hidden;"]
n-tv.de##div[style="margin: 0 5px; width:290px; height:100px; background-
image:url(http://www.n-tv.de/ads/images/rechner/c24-bg.png);"]
netzwelt.de##div[style="margin: 0px; padding: 0px 0px 0px 426px; border: 0px none;
display: table-cell; width: 50%; text-align: left; vertical-align: top; cursor:
pointer; visibility: visible;"]
netzwelt.de##div[style="margin: 0px; padding: 0px; border: 0px none; display:
table-cell; width: 50%; text-align: left; vertical-align: top; cursor: pointer;
visibility: visible;"]
flirttown.net##div[style="margin:auto; width:300px; height:250px; margin-
bottom:10px; border: 1px solid #cdbe8f"]
psychic.de##div[style="max-width: 728px; max-height: 90px; margin: auto;"]
psychic.de##div[style="max-width: 800px; max-height: 250px; margin: auto;"]
psychic.de##div[style="max-width: 860px; max-height: 250px; margin: auto;"]
inside-handy.de##div[style="min-height: 250px; min-width: 300px; padding-left:
5px;"]
promiflash.de##div[style="min-height: 250px; min-width: 970px;"]
inside-digital.de,inside-handy.de##div[style="min-width: 920px; min-height: 90px"]
tvinfo.de##div[style="overflow:hidden;margin:0;padding:0;height:125px;width:395px"]
tonight.rp-online.de##div[style="padding-left:10px;width:980px;height:90px;"]
livingathome.de##div[style="padding-top:10px;margin-left:10px;font-size:11px;"]
indeed.ch##div[style="padding-top:9px;"] + script + style + div + div[class]
> .row:first-child
netzwelt.de##div[style="padding: 0px; text-align: center; border-color:
transparent; cursor: pointer; z-index: 1; height: 250px;"]
netzwelt.de##div[style="padding: 0px; text-align: center; border-color:
transparent; cursor: pointer; z-index: 1;"]
gamestar.de##div[style="padding: 10px 19px; position: relative; padding-top:15px;
padding-bottom:15px; border-bottom: 1px solid #c9c9c9; "]
typo3forum.net##div[style="padding: 6px 0px 0px 0px"] > .tborder
it-production.com##div[style="padding:0px; padding-left:10px; float:left; text-
align:left; border:none; width:882px; height:90px;"]
unf-unf.de##div[style="padding:13px 0 0 5px;margin:auto;width:480px;
height:450px;"]
sprachnudel.de##div[style="padding:5px 0 5px 0;"][align="center"]
rclineforum.de##div[style="position: absolute; right: 7px; top: 128px;"]
rclineforum.de##div[style="position: absolute; right:0px; top:0px; background-
image:url(wcf/images/img/banner-bg.png); width: 482px; height: 71px; padding: 3px 0
0 15px;"]
jobboerse.de##div[style="position: absolute; top: 130; left: 800; border: 1px solid
black; background-color: white; padding: 0; width: 120; height: 600;"]
wettforum.info##div[style="position: absolute; width: 300px; height: 250px; right:
5px; top: 1px; text-align: left;"]
wettforum.info##div[style="position: fixed; width: 748px; height: 93px; left:
200px; top: 0px; text-align: left; z-index: 2; background-image:
url(http://www.wettforum.info/styles/frame.png); background-position: center;
background-repeat: no-repeat;"]
netzwelt.de##div[style="position: relative; height: 250px; width: 100%;"]
kochbar.de##div[style="position: relative;margin: 0;padding: 0;border: 0;width:
300px;height: 238px;background-color:#FFF;"]
astronews.com##div[style="position:absolute; top:115px; left:925px; width:300px"]
weristdeinfreund.de##div[style="position:absolute; top:5px; left:0px; text-
align:center; width:100%; max-width:1000px; height:90px; overflow:hidden;"]
webradio.de##div[style="position:absolute;left:322px;top:-
3px;padding:1px;background-color:#2481BC"]
wallstreet-online.de##div[style="position:absolute;right:5px;bottom:4px;width:
110px;height: 28px;overflow: hidden;"]
presseportal.de##div[style="position:fixed;left:980px;top:10px;color:#9B9A9D;font-
size:10px"]
suxedoo.ch##div[style="position:relative; height:70px; left:40px;top:10px;"]
prozentrechner.net##div[style="position:relative; width:728px; height:90px;
padding:5px; background-color:#F5F5F5; box-shadow:0px 0px 2px #000000;
margin:auto;"]
simkea.de##div[style="position:relative; width:728px; height:90px; text-
align:right; margin:1px auto 1px auto; overflow:hidden;"]
14-tage-wettervorhersage.de##div[style="text-align: center; padding-top: 10px;
margin-top: 0px; height: 260px; background-image:
url(/wp-content/plugins/flasko/img/anzeige_300.gif); background-position: initial;
background-repeat: no-repeat;"]
14-tage-wettervorhersage.de##div[style="text-align: center; padding-top: 10px;
margin-top: 5px; height: 260px; background-image:
url(/wp-content/plugins/flasko/img/anzeige_300.gif); background-position: initial;
background-repeat: no-repeat;"]
awardfabrik.de##div[style="text-align: center; width: 100%; height: 60px; border:
0; overflow: hidden;"]
serienjunkies.de##div[style="text-align:center;
background:#1d8900;color:#fff;padding:5px;"]
compliancemagazin.de##div[style="text-align:center; margin-bottom:10px;"]
wunderweib.de##div[style="text-align:center; width:988px;height:90px;line-
height:0px;margin:0pt auto 0pt 0pt;overflow:visible;text-align:center;"]
echte-abzocke.de##div[style="text-align:center;width:490px;height:71px;padding-
top:10px;background-color: #ffffff;border:1px solid #DFE6ED"]
acer-userforum.de##div[style="text-align:center;width:750px;height:105px;padding-
top:8px;background-color: #ffffff;border:1px solid #005856"]
acer-userforum.de##div[style="text-align:center;width:760px;height:120px;padding-
top:15px;background-color: #ffffff;border:1px solid #005856"]
marketing-boerse.de##div[style="text-align:left; top: 5px; padding-left:40px;
margin-bottom: 10px; visibility:visible; overflow: visible; height: 90px;width:
1280px;"]
gamestar.de##div[style="top:0px;position:absolute;left:1001px;"] + [class] > img
abkuerzungen.de##div[style="vertical-align:center;margin-
left:8px;padding:8px;border:1px solid gray;background-color:white;"]
xvideo-deutsch.com##div[style="width: 1000px; margin: 0 auto; height: 80px;
overflow: hidden;"]
sprachnudel.de##div[style="width: 1026px; background-color: #fff; margin-top:
5px;"]
winload.de##div[style="width: 164px; height: 94px; padding: 6px 0px 0px 12px;
margin: 1px 0px 2px 0px; background-color: white; background-image:
url(/pix/layout/advertising/adsense/navigation-adsense-background.gif); background-
repeat: repeat-x;"]
winload.de##div[style="width: 180px; height: 90px; padding: 6px 0px 12px 3px;"]
lpgforum.de##div[style="width: 258px; min-height: 322px; margin-bottom:
15px;border: 1px solid #C1C1C1;padding: 10px 20px;"]
winload.de##div[style="width: 260px; float: right; margin-left: 10px; margin-
bottom: 15px;"] > div[style="margin-left: 5px;"] > div[style="overflow: hidden"]
dwdl.de##div[style="width: 300px; height: 100px; margin-bottom: 20px;"]
solinger-bote.de##div[style="width: 300px; height: 225px; position: relative;"]
dwdl.de##div[style="width: 300px; height: 250px; margin-bottom: 20px; text-align:
right;"]
104.6rtl.com##div[style="width: 300px; height: 255px; background-color: white;"]
lpgforum.de,pkw-forum.de##div[style="width: 300px; min-height: 250px; margin-
bottom: 15px;"]
rollertuningpage.de##div[style="width: 310px; float:right;"]
formel1.de##div[style="width: 33.333%;"] > div[style="margin-top: 20px;"]
strafbuch.de##div[style="width: 468px;height: 60px;overflow: hidden;float: right"]
abendzeitung-muenchen.de##div[style="width: 510 Px; margin-bottom: 50 Px; "] >
p:first-child
pressebox.de##div[style="width: 590px; height: 109px;"]
abnehmen-forum.com##div[style="width: 700px; border: medium solid #AAAAAA;"]
forenworld.at##div[style="width: 728px; height: 90px;"]
meintomtom.de##div[style="width: 728px; height:108px;padding: 0 11px 0
11px;border:solid #b4c39a;border-width: 0 0 1px 0;margin:
0;background:url(/https/www.scribd.com/grafx/meintomtom/back_adblock.gif) no-repeat center;"]
pixelio.de##div[style="width: 750px; height: 95px; float: left; margin-bottom:
10px;"]
onlinekosten.de##div[style="width: 850px; margin: 0px auto 10px auto; color:
#fff;"]
onlinekosten.de##div[style="width: 850px; margin: 0px auto 10px auto;"]
mimikama.at##div[style="width: 980px; margin: auto; height: 90px;"]
comag.tv##div[style="width:100%"] > table[width="100%"][border="0"]
[bgcolor="#FFFFFF"][style="border-collapse: collapse"]
pro-linux.de##div[style="width:100%; padding:0.3em 0 0; background-color:#0c4da0;
height: 90px; overflow:hidden;"]
gamestar.de##div[style="width:100%;background: url(/https/www.scribd.com/img/aktionen/sb_bg.png) repeat-
x;"]
gamestar.de##div[style="width:100%;background: url(/https/www.scribd.com/img/aktionen/sponsorbar_bg.png)
repeat-x;"]
gamestar.de##div[style="width:100%;background: url(/https/www.scribd.com/img/sb_bg.png) repeat-x;"]
open-report.de##div[style="width:100%;height:90px;text-align:center;background-
color:#FFFFFF;"]
wohnmobilforum.de##div[style="width:120px; height:1720px; overflow:hidden;
background-color:#eeeeee"]
psychic.de##div[style="width:120px;height:600px;"]
beliebtestewebseite.de##div[style="width:120px;height:600px;border:1px solid
gray;"]
suedostschweiz.ch##div[style="width:160px; height:650px; overflow:hidden;"]
meintomtom.de##div[style="width:160px;height:100px;padding:6px;margin:0 0 18px
0;border: solid #b4c39a;background:#f9fcf1 none;border-width: 1px;"]
psychic.de##div[style="width:160px;height:600px;"]
ht4u.net##div[style="width:160px;height:600px;float:left;margin-left:-
165px;background-color:silver;top:0px;position:absolute;"]
winfuture.de##div[style="width:160px;height:600px;position:absolute;top:-
90px;left:1000px"]
pressakey.com##div[style="width:260px;height:310px;background-image:url(gfximg/
rnavi_w3.jpg);"]
n-tv.de##div[style="width:290px;height:100px;background-image:url(http://www.n-
tv.de/ads/images/rechner/c24-bg.png);background-repeat:repeat-x;background-
position:bottom;font-family:arial,verdana,sans-serif;margin: 0 5px;"]
html-world.de##div[style="width:300px; height:250px; "]
korrekturen.de##div[style="width:300px; height:250px;float:left; margin-right:15px;
margin-bottom:15px; border:0; background-color:#c0c0c0; overflow:hidden;"]
auswandererforum.de##div[style="width:300px;height:600px;"]
mainfranken24.de##div[style="width:300px;overflow:hidden;float:right; margin:0px
0px 20px 20px;"]
news.ch##div[style="width:300px;padding:12px;float:left;"]
14-tage-wettervorhersage.de##div[style="width:320px; height:64px; margin-left:-3px;
margin-top:-35px;"]
aero.de##div[style="width:326px;padding-bottom:13px;text-align:center;background-
color:#f0f0f0;padding-top:3px;"]
14-tage-wettervorhersage.de##div[style="width:336px; height:60px; border: 1px solid
#c7c7c7;"]
eierkraulen.net##div[style="width:437px; height:143px; border:0px solid grey;
background-image:url(http://www.eierkraulen.net/md/1/mode.png); font-family:Sans-
serif; font-size:13px;padding-left:187px;"]
readmore.de##div[style="width:520px; height:120px;"] > div[style="width:202px;
height:88px;float:right;text-align:right;margin:5px 5px 0 0;"]
kfz-steuer.de##div[style="width:530px; height:80px; background: #F6F6F6"]
kfz-steuer.de##div[style="width:544px; height:80px; background: #F6F6F6"]
kfz-steuer.de##div[style="width:553px; height:80px; background: #F6F6F6"]
dasoertliche.de##div[style="width:560px; margin:0px; padding:3px 0; border:none;
background-color:#8e8e99; float:left;"]
kfz-steuer.de##div[style="width:562px; height:80px; background: #F6F6F6"]
kfz-steuer.de##div[style="width:575px; height:80px; background: #F6F6F6"]
kfz-steuer.de##div[style="width:589px; height:80px; background: #F6F6F6"]
abnehmen.com##div[style="width:70%;height:280px;min-width:680px ! important"]
korrekturen.de##div[style="width:728px; height: 90px; text-align: center;
background-color:#c0c0c0;"]
winfuture.de##div[style="width:728px;height:90px;position:absolute;left:272px;top:-
90px"]
kreditkarten4you.de##div[style="width:730px;height:90px;display:block;margin:5px
auto 15px auto;text-align:center;"]
azonline.de,mv-online.de,westfaelische-nachrichten.de##div[style="width:820px;
height:90px; margin:0px; background-color:#D2D2D5;"]
techno4ever.fm##div[style="width:904px; margin-left: auto; margin-right: auto;
text-align: right"]
free-klingeltoene-handy.de##div[style="width:950px; border: 1px solid #FFFFFF;
padding:0 0 8px 8px; background: #FFFEEF; float: left; text-align: left;"]
psychic.de##div[style="width:970px;height:250px;margin-bottom:15px;"]
hitparade.ch##div[style="width:970px;margin-bottom:10px;height:90px;"]
mikrocontroller.net##div[style] > script + div[id^="a"][style] > div[style]
gamestar.de##div[style^="background-image:url(/https/www.scribd.com/img/gamestar/products/
banner_mcgame.png)"]
t-online.de##div[style^="background-image:url(http://bilder.t-online.de/b/
62/17/80/56/id_62178056/tid_da/index.jpg"]
elixic.de##div[style^="background-image:url(http://www.elixic.de/typo3conf/ext/
start/res/img/ad-rahmen-"]
mafia.to##div[style^="background: url(\"images/topbar_bg.png\")"]
gamestar.de##div[style^="position: fixed; width: 120px; margin-left: 984px; height:
600px; top: 50%;"]
code-bude.net##div[style^="width:125px;height:125px;float:left;"]
ka-news.de##div[style^="width:145px;height:150px;"]
windowspro.de##div[style^="width:300px;height:250px;"]
winfuture.de##div[style^="width:729px;height:90px"]
android-hilfe.de##div[style^="width:748px;height:100px;padding-top:10px;"]
1und1.de,gmx.net,web.de##ela-bing-card-list[c-type="'ad'"]
lix.in##form[action="ads.php"]
serienjunkies.org##form[action="http://mirror.serienjunkies.org"]
t-online.de##form[action="http://stromvergleich.t-online.de/strom.php"]
t-online.de##form[action="https://stromvergleich.t-online.de/strom.php"]
rtl.de##form[action^="http://altfarm.mediaplex.com/"]
hoerbuch.us##form[action^="http://www.FriendlyDuck.com/AF_"]
ddl-search.biz##form[action^="http://www.affaire.com/"]
serienjunkies.org##form[action^="http://www.firstload.com/affiliate/"]
private-blog.org##form[action^="http://www.firstload.de/affiliate/"]
braunschweiger-zeitung.de##form[action^="http://www.flirt38.de/"]
n-tv.de##form[action^="http://www.n-tv.de/ratgeber/vergleichsrechner/"]
sb.sbsb.cc##form[action^="http://www.seitensprung.ag/?id="]
stayfriends.de##form[action^="http://www.stayfriends.de/tracking/linkcounter.php?
AktionId="]
t-online.de##form[action^="https://portal.immobilienscout24.de/suche/"]
rtl.de##form[id^="neude_"]
rtl.de##form[id^="parshipform_"]
rtl.de##form[id^="powerform_"]
n-tv.de##form[onsubmit^="return c24_track_"]
t-online.de##form[target="_blank"][action="http://im.banner.t-online.de/"]
rtl.de##h2[onclick^="verivox_go_"]
rtl.de##h2[onclick^="xdot_go_trpix(document.getElementById('parshipform_"]
heise.de##heisetext > .img[width="100%"]
anime-loads.org##iframe[allowtransparency="true"][src^="http://www.anime-
loads.org/"]
spiegelfechter.com##iframe[height="600"][width="160"]
schoener-fernsehen.com##iframe[id][class][scrolling="auto"][frameborder="0"]
[allowtransparency="true"][src^="http://schoener-fernsehen.com/"] + iframe[id]
[class][scrolling="auto"][frameborder="0"][allowtransparency="true"][src^="http://
schoener-fernsehen.com/"] + div[id][class]
computerbild.de##iframe[id^="adSlot_"]
anime-loads.org##iframe[scrolling="auto"][frameborder="0"][style="width:100%;
height:100%"]
spiegelfechter.com##iframe[src="http://spiegelfechter.com/wordpress/gads.html"]
podcast.de##iframe[style^="width:160px;height:600px;"]
reitforum.de##iframe[width="160"][height="610"]
reitforum.de##iframe[width="728"][height="100"]
t-online.de##img[alt*="Mary & Paul"]
t-online.de##img[alt="Bequeme Slipper & Mokassins von hoher Qualität bei Vamos"]
t-online.de##img[alt="Die neue Kollektion bei opus-fashion.com"]
fitforfun.de##img[alt="FigurCoach Schlank per Mausklick"]
fitforfun.de##img[alt="FigurCoach"]
t-online.de##img[alt="Frühlingsmode bei WENZ.de"]
sbb.ch##img[alt="Halbtax mit Gratis-Kreditkarte."]
t-online.de##img[alt="Modehighlights zu Jubiläumspreisen shoppen bei Peter Hahn!"]
finanzen.net##img[alt="Passende Produkte von Vontobel"]
finanzen.net##img[alt="Passende Produkte von der Société Générale"]
t-online.de##img[alt="Pauschalreisen bei t-online.de Reisen (Quelle: Fotalia)"]
t-online.de##img[alt^="Modetrends"]
t-online.de##img[alt^="Shoppen"]
hallespektrum.de##img[alt^="Werbung"]
t-online.de##img[height="180"][width="920"]
t-online.de##img[height="180"][width="922"]
t-online.de##img[height="365"][width="178"][style="margin-left:-10px;margin-
bottom:10px"]
liplop.de##img[height="60"][width="468"]
blogtotal.de,t-online.de##img[height="600"][width="120"]
arthouse.ch##img[height="72"][alt="banner"]
winfuture.de##img[height="90"][width="729"]
schoener-fernsehen.com##img[id$="closer"] + h2
schoener-fernsehen.com##img[id$="icon"]
schoener-fernsehen.com##img[id$="icon"] + p
ak-kurier.de,nr-kurier.de,ww-kurier.de##img[name="banner"]
seatforum.de##img[src="http://www.seatforum.de/forum/images/anzeige.gif"] +
a[target="_blank"] > img
t-online.de##img[src^="blob:https://www.t-online.de/"]
epochtimes.de##img[style*="display: block ! important"]
wintotal.de##img[style*="display: block ! important;"]
tsv1860ro-fussball.de##img[style="left: 0px; top: 1100px; width: 400px; height:
200px;"]
tsv1860ro-fussball.de##img[style="left: 0px; top: 749px; width: 200px; height:
134px;"]
tsv1860ro-fussball.de##img[style="left: 33px; top: 577px; width: 134px; height:
167px;"]
excitingcommerce.de##img[style="margin: 5px 5px 0px 0px; border-width:0px; align="]
autozeitung.de##img[style="width: 160px; height: 600px; max-width: 160px; max-
height: 600px; margin-left: 0px;"]
autozeitung.de,donnerwetter.de##img[style="width: 160px; height: 600px; max-width:
160px; max-height: 600px;"]
autozeitung.de##img[style="width: 300px; height: 600px; max-width: 300px; max-
height: 600px; margin-left: 0px;"]
filestore.to##img[style="width:728px;"]
bluewin.ch##img[title="Anzeige"]
looki.de##img[usemap="#branding"]
t-online.de##img[usemap^="#picmap"][width="920"]
quadclub-harz.de##img[width="1"][height="120"] + table[width="100%"]
[cellspacing="0"][cellpadding="0"]
speedlounge.in,topmodels.de##img[width="120"][height="600"]
e-bol.net##img[width="121"][height="601"]
usa-kulinarisch.de##img[width="125"][height="125"]
t-online.de##img[width="145"][height="225"]
gamefront.de##img[width="150"][height="350"]
gamefront.de##img[width="150"][height="563"]
gamefront.de##img[width="150"][height="600"]
fscklog.com##img[width="160"][height="160"]
gamefront.de##img[width="160"][height="300"]
dashitradio.de,der-
postillon.com,gamefront.de,myfunlink.to,picdumps.com##img[width="160"]
[height="600"]
gamefront.de##img[width="180"][height="350"]
t-online.de##img[width="209"][usemap^="#immap"]
t-online.de##img[width="297"][height="465"][usemap^="#immap"]
kraftfuttermischwerk.de##img[width="300"][height="200"]
02elf.net,dashitradio.de,der-
postillon.com,fitforfun.de,foerderland.de,msn.com,sunshine.it,teltarif.de,trendsder
zukunft.de,wetter.net##img[width="300"][height="250"]
t-online.de##img[width="300"][height="450"]
games-mag.de##img[width="320"][height="315"]
ingame.de##img[width="325px"][src$="clear.gif"]
xxx-boardz.com##img[width="360"][height="46"]
xxx-boardz.com##img[width="366"][height="46"]
xxx-boardz.com##img[width="366"][height="48"]
xxx-boardz.com##img[width="366"][height="56"]
xxx-boardz.com##img[width="368"][height="46"]
3druck.com,amilo-forum.de,awekas.at,cmmp.de,fake-it.biz,gntm-blog.de,mafia-
linkz.to,novalja-zrce.de,technorocker.info,xboxdome.de##img[width="468"]
[height="60"]
e-bol.net##img[width="469"][height="61"]
emuenzen.de##img[width="486"][height="60"]
t-online.de##img[width="609"][usemap^="#immap"]
t-online.de##img[width="610"][usemap^="#imgmap"]
t-online.de##img[width="610"][usemap^="#immap"]
prad.de##img[width="614"][height="218"]
t-online.de##img[width="641"][usemap^="#immap"]
forum.biosflash.com,gedankenausbruch.de,online-
gebuehrenrechner.de,picdumps.com,tvspielfilm.de,tvtoday.de##img[width="728"]
[height="90"]
rp-online.de##img[width="786"][height="100"]
t-online.de##img[width="797"][usemap^="#immap"]
t-online.de##img[width="920"][usemap^="#imgmap"]
t-online.de##img[width="920"][usemap^="#immap"]
prad.de##img[width="940"][height="174"]
rnf.de##img[width="960"][height="200"]
1zwo.in##input[name="highspeed"]
pornlounge.org##input[onclick^="javascript:window.open('http://
www.FriendlyDuck.com/AF_"]
fettrap.com##input[onclick^="window.open('http://fettrap.com/highspeed/"]
stealth.to##input[value="Mirror"]
quoka.de##li.partner
gsx-r1000.de##li[data-author=">>>>>Werbung<<<<<"]
restegourmet.de##li[data-content-type="ad"]
tagesanzeiger.ch##li[id^="msgId_"] > .rightCol > p > a[target="_blank"] > img
flugzeugforum.de,winboard.org##li[style="margin-bottom: 15px;"] > a > img
goldesel.to##li[title="Downloaden mit Fullspeed"]
goldesel.to##li[url^="bit.ly/"]
goldesel.to##li[url^="http://bit.ly/"]
goldesel.to##li[url^="http://dereferer.org/?https%3A%2F%2Fround-lake.dustinice.workers.dev%3A443%2Fhttp%2Fbit.ly"]
goldesel.to##li[url^="http://goo.gl/"]
playnation.de##noscript + script + script + #al
teltarif.de##p + .tetable + .tetable[width="100%"][cellspacing="0"]
[cellpadding="0"][border="0"][bgcolor="#E3D470"]
prad.de##p > a > img[width="614"][height="249"]
englische-briefe.de##p > table[width="769"][cellpadding="4"]
schoener-fernsehen.com##p[id$="link"]
iphone-tricks.de##p[style="clear:both;width:100%;border-bottom: 1px solid
#e5e5e5;padding: 5px 0px;"]
titanic-magazin.de##p[style="font-size: 7pt; color: grey; text-align: left; margin:
0; padding: 0;"]
titanic-magazin.de##p[style="font-size: 7pt; color: grey; text-align: left; margin:
0; padding: 0;"] + .teaser_row[style="height: 181px;"]
prad.de##p[style="margin-top: 0px; margin-bottom: 0px; margin-right: auto; margin-
left: auto; text-align: center;"]
pure-fm.de##p[style="text-align:center; height:90px; width:100%"]
lateinwiki.org##p[style="width:100%;border:solid 1px #00ff00;background-
color:#98FB98;text-align:left;font-size:12px;color:#000000;"]
kfz-steuer.de##p[style="width:575px; height:85px; background: #F6F6F6"]
eot-clan.net##posts > li[id^="yui-gen"]
doku.me##script + table[width="700"][height="600"]
tv-stream.to##script[src^="/"] + div > div[id][style]
finanznachrichten.de##span[onclick^="FN.nachrichtKomplettID("][class="href
cursor_pointer"]
schwartau-handball.de##span[style="font-size: 14px; color: #000000; background-
color: #ccffcc;"]
finanznachrichten.de##span[title="BOTSWANA METALS Aktie jetzt ab 2,99 Euro handeln!
(LYNX)"]
schwartau-handball.de##table[align="left"][style="border: 0px solid #87ceeb;
height: 300px; width: 300px;"]
spielefilmetechnik.de##table[background="/_cinc/img/download.gif"]
spielefilmetechnik.de##table[background="/_cinc/img/flatrate.gif"]
pcgameshardware.de##table[background^="/common/gfx/metaboli/"]
widescreen-online.de##table[bgcolor="#FFC990"][align="center"][width="158"]
[style="border:1px solid #D25802;"]
adhs-zentrum.de##table[bgcolor="#FFCC00"]
enduro-austria.at##table[border="0"][align="center"][style="width: 220px; margin-
right: auto; margin-left: auto;"]
ksta.de##table[cellspacing="0"][cellpadding="0"][border="0"][style="background-
color: #76003d; width: 300px; height: 100px;"]
astronews.com##table[cellspacing="0"][cellpadding="0"][border="0"]
[style="width:300px"]
astronews.com##table[cellspacing="0"][cellpadding="0"][style="width: 900px;"]
loadsieben.org##table[cellspacing="0"][cellpadding="5"][border="0"] > tbody >
tr:first-child:last-child > td:first-child + td + td[align="right"]:last-child
adhs-zentrum.de##table[cellspacing="2"][cellpadding="4"][border="0"]
[width="200"]:first-child:last-child
bildderfrau.de##table[class^="sas_FormatID_"]
krankenkassentarife.de##table[height="150"][width="180"][style="border: 1px solid
#0F1350;"]
rga-online.de##table[height="160"][bgcolor="#333399"][width="130"]
funtastic-party.de##table[height="260"][cellspacing="0"][cellpadding="0"]
[border="0"][width="100%"]:first-child:last-child
forum-sachsen.com##table[height="300"][width="300"]
forum-sachsen.com##table[height="500"][width="300"]
bordellcommunity.com##table[height="60"][style="width: 960px"]
tweakpc.de##table[height="60"][width="482"][align="center"]
die-glocke.de##table[height="90"][width="728"]
business-best-practice.de,din-5008-richtlinien.de##table[id^="anzeige_"]
rheinforum.com##table[id^="v"][width="426"][height="600"]
repage8.de##table[style*=";table-layout:visible;width:468px;height:60px;"]
express.de##table[style="background-color: #76003d; width: 480px; height: 87px;"]
ubuntu-forum.de##table[style="background-color: none; border-top: 1px dashed;
border-color: #a89058; border-left: 1px dashed; border-color: #a89058; border-
right: 1px dashed; border-color: #a89058; border-bottom: 1px dashed; border-color:
#a89058;"]
repage.de##table[style="background-color:5F5F5F;border:1px solid;border-
color:;table-layout:visible;width:468px;height:60px;padding-top:0px;padding-
left:5px;padding-right:5px;padding-bottom:0px;"]
internet-sms.com##table[style="margin-top:4px; margin-left:198px"]
hardware-infos.com##table[style="position: absolute; top: 140px; left: 50%; margin-
left: 505px; width: 120px; height: 600px; border-collapse: collapse; border: 1px
solid #808080"]
mafia.to##table[style="width: 100%; background-image:
url('http://pic.ms/v2/images/712_promo_bg.jpg'); text-align: center;"]
mafia.to##table[style="width: 468px; height: 60px; background-color: #C0C0C0"]
hoerbuch.us##table[style="width: 699px;"] center > a > img
web4health.info##table[summary="Top banner ads"]
david-forum.de##table[width="100%"] > tbody > tr > td[width="160"]
[valign="top"]:last-child
diaet.abnehmen-forum.com##table[width="100%"][bgcolor="#FFFFFF"]:last-child
board.world-of-hentai.to##table[width="100%"][cellspacing="0"][cellpadding="0"] >
tbody > tr:first-child + tr > td[valign="middle"][align="left"]
wettforum.info##table[width="100%"][cellspacing="0"][cellpadding="0"] >
tbody:first-child:last-child > tr:first-child + tr > td[width="140"]
[valign="top"]:first-child
wettforum.info##table[width="100%"][cellspacing="0"][cellpadding="0"] >
tbody:first-child:last-child > tr:first-child > td[align="center"]
[colspan="2"]:first-child:last-child
spotlight-wissen.de,spotlight.de##table[width="100%"][cellspacing="0"]
[cellpadding="0"][border="0"] > tbody > #TopFh + #CntFh
teltarif.de##table[width="100%"][cellspacing="0"][cellpadding="0"][border="0"]
[style="margin: 0 0 8px 0;"]
grower.ch##table[width="195"]
geizhals.at##table[width="300"][bgcolor="#999999"]
viviano.de##table[width="300"][height="250"]
astronews.com##table[width="300px"][cellspacing="0"][cellpadding="0"][border="0"]
astronews.com##table[width="320"][cellspacing="0"][cellpadding="0"][border="0"]
[align="left"]
astronews.com##table[width="320"][cellspacing="0"][cellpadding="0"][border="0"]
[align="right"]
rheinforum.com##table[width="400"][height="600"]
bordellcommunity.com,rheinforum.com##table[width="425"][height="600"]
bordellcommunity.com,forum-sachsen.com##table[width="426"][height="600"]
forum-sachsen.com##table[width="450"][height="450"]
grower.ch##table[width="468"]
flashforum.de##table[width="491"][cellspacing="0"][cellpadding="0"][border="0"]
easy-smsversand.de##table[width="540"][bordercolor="#ffb039"]
fremdwort.de##table[width="560"][cellspacing="0"][border="0"] > tbody > tr
> .text[colspan="2"]
web4health.info##table[width="720"]
gamefront.de##table[width="728"][align="center"]:first-child:last-child
antenne-ac.de,forenhoster.net##table[width="728"][height="90"]
pbportal.de##table[width="730"][height="92"]
windows-tweaks.info##table[width="738"][cellspacing="0"][cellpadding="0"]
[border="0"][nof="LY"]
wetterbote.de##table[width="738"][height="90"]
erlanger-nachrichten.de,nz-online.de##table[width="770"]
hat-gar-keine-homepage.de##table[width="800"][align="center"] > tbody:first-
child:last-child > tr:last-child > td
forum-speditionen.de##table[width="846"][style="background-
color:#E0E0E0;height:75px;text-align:center;"]
ww3.cad.de##table[width="95%"][cellspacing="1"][border="0"] > tbody > tr >
td[valign="top"]:first-child + td[style="vertical-align: top;"]:last-child
gamefront.de##table[width="950"][bgcolor][align="center"]
gamefront.de##table[width="950"][cellspacing="1"][cellpadding="0"][border="0"]
[bgcolor="#ffffff"][align="left"]
dforum.net##table[width="983"][cellspacing="5"][style="border:1px solid
#505A53;border-top:none;background:#ADB088;"]
chat4free.de,erotikchat4free.de,freechat.de##td > font[style="font-size:9;"]
loadsieben.org##td[align="CENTER"][width="644"] > p:first-child + center
heimkinomarkt.de##td[align="center"][height="72"][valign="middle"][colspan="3"]
wide-wallpaper.de##td[align="center"][style="border: 1px solid #666666;"]
funtastic-party.de##td[align="center"][valign="top"]:last-child >
table[background="/a2/base/images/strich.jpg"][width="178"]:last-child
heise.de##td[align="left"][valign="top"][rowspan="5"]
ak-kurier.de,ww-kurier.de##td[background="images/abstand1.gif"][width="1"] +
td[width="180"][valign="top"]:last-child
ixquick.de##td[bgcolor="#f7f9ff"]
englische-briefe.de##td[colspan="3"] > table[width="769"][cellpadding="4"]
marcus-klein.de##td[height="148"] > table[width="800"][border="0"][align="center"]
[cellspacing="0"][cellpadding="0"]
weltuntergang-2012.de##td[height="160"][width="297"][valign="top"]:first-child +
td[width="263"]:last-child
elixic.de##td[name="google-bar"]
elixic.de##td[name="top-banner"]
meteonews.ch##td[style="background-color: #E5E5E5; width:300px;"]
anime-loads.org##td[style="height:100%;"] > iframe[id][scrolling="auto"]
[frameborder="0"][style][src^="http://www.anime-loads.org/"]
triathlon-szene.de##td[style="padding: 0px 0px 0px 0px; border-right: 1px solid
#CCCCCC; border-bottom: 1px solid #CCCCCC;"] > div[align="left"][style="margin-
bottom:10px;"]
xc.dhv.de##td[style="vertical-align: top; padding-top: 30px; padding-right: 20px;
text-align: right;"]:first-child + .bodyline[valign="top"][align="left"] +
td[style="vertical-align: top; padding-top: 30px; "]:last-child
sein.de##td[style="width: 970px;"] + td[style="width: 20%; vertical-align: top;
text-align: left;"]
ww3.cad.de##td[valign="bottom"][align="center"][colspan="2"] > table[width="755"]
[height="95"][align="center"]
nr-kurier.de##td[valign="top"]:first-child +
td[width="1"][background="images/abstand1.gif"] + td[width="180"]
[valign="top"]:last-child
2kino.net##td[valign="top"]:last-child > table[width="186"][cellspacing="0"]
[cellpadding="0"][border="0"][height="390"]
sk-austriakaernten.at##td[valign="top"][height="38"][bgcolor="#231f20"]
[align="center"]:first-child:last-child > table[width="100%"][cellspacing="0"]
[cellpadding="0"][border="0"]:first-child:last-child
plz-postleitzahl.de##td[valign="top"][style="padding-left: 15px;"] >
table[width="250"][cellspacing="0"][cellpadding="0"]:first-child
ultras.ws##td[valign="top"][style="width: 85%"]:last-child > br:first-child +
center > h2:first-child
ak-kurier.de,nr-kurier.de,ww-kurier.de##td[width="100%"][align="center"] >
a[target="_new"] > img[src^="http://www.ak-kurier.de/akkurier/www/upload/"]
astrotreff.de##td[width="100%"][align="center"] > hr[size="1"][color="#8482A5"] +
table[cellspacing="0"][cellpadding="10"][border="0"][bgcolor="#000040"]
kidsweb.de##td[width="115"][valign="top"][bgcolor="#FFFFCC"]:last-child >
div[align="left"] > div[align="center"]
kidsweb.de##td[width="116"][valign="top"][bgcolor="#FFFFCC"][rowspan="2"]:first-
child > table[width="116"][border="0"][bgcolor="#FFFFCC"]:first-child +
table[width="114"][border="0"]:last-child
navi-forum.net##td[width="120"][valign="top"]:first-child
dslr-forum.de##td[width="120"][valign="top"][align="center"]:last-child
winboard.org##td[width="130"][valign="top"][align="center"]:last-child
leo.de##td[width="15%"][valign="TOP"][style="font-size:100%;padding-top:2px;"]
terminplanen.de##td[width="160"][valign="top"][align="center"]:last-child >
table[width="156"][border="0"]
board.world-of-hentai.to##td[width="160"][valign="top"][height="600"]
[align="left"]:last-child
sms.de##td[width="170"][valign="top"][align="center"]:last-child >
table[width="175"][cellspacing="0"][cellpadding="0"][border="0"]
echte-abzocke.de##td[width="180px"][valign="top"]
areadvd.de##td[width="200"][valign="top"][height="1"][rowspan="3"]
feiertage.net##td[width="25%"][valign="top"] > table[width="271"][cellspacing="0"]
[cellpadding="0"][border="0"]
tvmatrix.at,tvmatrix.de,tvmatrix.eu,tvmatrix.net##td[width="300"][height="250"]
teltarif.de##td[width="300"][valign="top"] > .tetable + .tetable[width="100%"]
[cellspacing="0"][cellpadding="0"][border="0"][bgcolor="#E3D470"]
astrotreff.de##td[width="33%"][valign="middle"][align="center"] >
a[target="_blank"][href^="/links/wechlink.asp?ID="] > img
leo.de##td[width="55%"][valign="middle"][style="background-color:#ffffee;text-
align:center;"]
tvmatrix.at,tvmatrix.de,tvmatrix.eu,tvmatrix.net##td[width="728"][height="90"]
land-der-traeume.de##td[width="730"] + td[align="center"]
pbportal.de##td[width="730"][height="92"]
rtf1.de##td[width="83"] + td[align="right"][width="120"]
spotlight-wissen.de,spotlight.de##tr > .BoxWPresse[valign="top"][align="center"] >
br:first-child + table:last-child
ww3.cad.de##tr > td[align="CENTER"] > table[bgcolor="#e7deee"]
ww3.cad.de##tr > td[align="center"][colspan="2"][style="vertical-align: bottom;"] >
table[align="center"][width="755"][height="95"]
zebradem.com##tr > td[align="right"][style="border-left-width:1px;border-right-
width:1px;border-top-width:1px;border-bottom-style:solid;border-bottom-
width:1px;border-bottom-color:#555555"]
chilloutzone.net##tr > td[colspan="2"] > div[style="margin: 10px 0 10px 0;"]
web.de##tr > td[colspan="2"] > table[cellspacing="0"][cellpadding="0"][border="0"]
[width="100%"][style="margin-bottom: 5px;"]:first-child:last-child
computerhilfen.de##tr > td[style="background-color:#FFFFFF;border-left:1px solid
black;border-right:1px solid black;border-top:1px solid black;padding:5px;"]
[colspan="4"]
notebookcheck.com##tr > td[style="text-align:center;"][colspan="2"] >
div[style="margin:0px; padding:0px; margin-bottom:10px; background-color:#efefef;
height:100px;"]
ww3.cad.de##tr > td[valign="top"]:first-child + td[align="right"][width="160"]
[style="vertical-align: top;"]:last-child
ibash.de##tr > td[valign="top"]:first-child + td[width="15"] + td[width="186"]
[valign="top"]:last-child
ww3.cad.de##tr > td[valign="top"]:first-child + td[width="161"][align="right"]
[style="vertical-align: top;"]
winboard.org##tr > td[width="100%"][valign="top"][align="center"]:first-child +
td[width="180"][style="vertical-align: top;"]:last-child
pbportal.de##tr > td[width="100%"][valign="top"][align="left"]:first-child + td +
td[valign="top"]:last-child
sexabc.ch##tr > td[width="120"][valign="top"][align="right"]:last-child
planet3dnow.de##tr > td[width="160"][valign="top"][align="center"]:last-child
mazda-forum.info##tr > td[width="175"][valign="top"][style="padding-left:
15px"]:last-child
tv-grossachsen.de##tr > td[width="220"][valign="top"][style="padding-left:
10px"]:first-child + td[width="530"][valign="top"] + td[width="200"][valign="top"]
[style="padding-left:10px;"]:last-child
sportforen.de##tr > td[width="89%"]:first-child + td[valign="top"]:last-child
rollertuningpage.de##tr:first-child > td[align="center"][style="background-color:
white; color: black; font-weight: bold;"]:first-child:last-child
aero.de##tr:first-child > td[style="padding-bottom:5px;height:82px;"]:first-child
ww3.cad.de##tr:first-child > td[valign="top"][align="left"]:first-child +
td[valign="top"] + td[width="150"][valign="top"]:last-child
g15-applets.de##tr:first-child:last-child > .bodyline[valign="top"]:first-child +
td[width="120"][valign="top"]:last-child
dieschmids.at##tr:first-child:last-child > .vistaright[width="215"]
[valign="top"]:last-child
rga-online.de##tr:first-child:last-child > td:first-child:last-child >
table[cellspacing="0"][cellpadding="0"][border="0"][background="http://www.rga-
online.de/images/bg2.gif"][width="780"]:first-child
wohnmobilforum.de##tr:first-child:last-child > td[align="left"]
[valign="top"]:first-child + td[width="120"][valign="top"]:last-child
wohnmobilforum.de##tr:first-child:last-child > td[align="left"][width="120"]
[valign="top"]:first-child
favicon-generator.de##tr:first-child:last-child > td[align="left"][width="150"]
[valign="top"]:first-child + td[align="center"] + td[align="left"][width="150"]
[valign="top"]:last-child
rollertuningpage.de##tr:first-child:last-child > td[style="background-image:
url(http://www.rollertuningpage.de/images/shop_hg.jpg); vertical-align:top;padding-
left:5px;padding-top:100px;width:125px;"]:last-child
mtb-news.de##tr:first-child:last-child > td[valign="top"]:first-child +
td[align="left"][width="160"][valign="top"]:last-child
spotlight-wissen.de,spotlight.de##tr:first-child:last-child >
td[valign="top"]:first-child + td[valign="top"]:last-child > br:first-child + br +
table:last-child
ww3.cad.de##tr:first-child:last-child > td[valign="top"]:first-child +
td[width="152"][valign="top"][align="center"]:last-child
telefon-treff.de##tr:first-child:last-child > td[valign="top"]:first-child +
td[width="160"][valign="top"]:last-child
ww3.cad.de##tr:first-child:last-child > td[valign="top"]:first-child +
td[width="160"][valign="top"][align="right"]:last-child
svm-fan.net##tr:first-child:last-child > td[valign="top"]:last-child > small:last-
child
okbb.de##tr[bgcolor="#FFFF00"]
+gmd-music.com##tr[onclick^="window.open(\"http://gmd-music.com/mirror/"]
radforum.de##ul[class^="ebayitems"]
r-b-a.de##ul[style="padding: 0px; margin: 0px; border: 0px none;"]
focus.de##.adsBlock
finanzen.net##.adsbygoogle
focus.de##.ob_container a[data-redirect^="http://paid.outbrain.com/network/redir?"]
boote-
forum.de,golem.de,jetzt.de,planetsnow.de,prosieben.at,prosieben.ch,prosieben.de,tra
nsfermarkt.de,tvspielfilm.de##.plistaList > .itemLinkPET
plista.com##.plistaList > .plista_widget_belowArticle_item[data-type="pet"]
ariva.de,boote-
forum.de,fanfiktion.de,notebookchat.com,notebookcheck.com,planetsnow.de,prosieben.a
t,prosieben.ch,prosieben.de,tvspielfilm.de##.plistaList
> .plista_widget_underArticle_item[data-type="pet"]
bz-
berlin.de,computerbild.de,erdbeerlounge.de,giga.de,spieletipps.de,transfermarkt.de#
#.trc-content-sponsored
computerbild.de,erdbeerlounge.de,giga.de,metal-
hammer.de,spieletipps.de,transfermarkt.de##.trc-content-sponsoredUB
computerbild.de,erdbeerlounge.de,fitbook.de,giga.de,noizz.de,spieletipps.de,sportbi
ld.bild.de,stylebook.de,techbook.de,transfermarkt.de,travelbook.de,welt.de##.trc_re
lated_container div[data-item-syndicated="true"]
bz-berlin,metal-hammer.de,musikexpress.de,rollingstone.de##.trc_related_container
div[data-item-syndicated="true"]:not(.inNetworkItem)
@@||bz-berlin.de^$generichide
@@||computerbild.de^$generichide
@@||finanzen.net^$generichide
@@||fitbook.de^$generichide
@@||focus.de^$generichide
@@||gamestar.de^$generichide
@@||n-tv.de^$generichide
@@||noizz.de^$generichide
@@||pcwelt.de^$generichide
@@||sport.de^$generichide
@@||sportbild.bild.de^$generichide
@@||stylebook.de^$generichide
@@||techbook.de^$generichide
@@||travelbook.de^$generichide
@@||tvspielfilm.de^$generichide
@@||welt.de^$generichide
finanzen.net,gamestar.de,n-tv.de##a[data-nvp*="'trafficUrl':'https://
paid.outbrain.com/network/redir?"]
finanzen.net,gamestar.de,n-tv.de##a[data-obtrack^="http://paid.outbrain.com/
network/redir?"]
finanzen.net,gamestar.de,n-tv.de##a[data-oburl^="http://paid.outbrain.com/network/
redir?"]
finanzen.net,gamestar.de,n-tv.de##a[data-oburl^="https://paid.outbrain.com/
network/redir?"]
finanzen.net,gamestar.de,n-tv.de##a[data-redirect^="http://paid.outbrain.com/
network/redir?"]
finanzen.net,gamestar.de,n-tv.de##a[data-redirect^="https://paid.outbrain.com/
network/redir?"]
finanzen.net,gamestar.de,n-tv.de##a[data-redirect^="this.href='http://
paid.outbrain.com/network/redir?"]
finanzen.net,gamestar.de,n-tv.de##a[data-url^="http://paid.outbrain.com/network/
redir?"]
finanzen.net,gamestar.de,n-tv.de##a[data-url^="http://paid.outbrain.com/network/
redir?"] + .author
finanzen.net,gamestar.de,n-tv.de##a[data-widget-outbrain-redirect^="http://
paid.outbrain.com/network/redir?"]
plista.com##a[href^="http://click.plista.com/pets"]
finanzen.net,gamestar.de,n-tv.de##a[href^="http://paid.outbrain.com/network/
redir?"]
finanzen.net,n-tv.de,sport.de,tvspielfilm.de##a[href^="https://
ad.doubleclick.net/"]
finanzen.net,gamestar.de,n-tv.de##a[href^="https://paid.outbrain.com/network/
redir?"]
musikexpress.de##a[href^="https://popup.taboola.com/"]
computerbild.de,finanzen.net,focus.de,gamestar.de,n-
tv.de,pcwelt.de##a[onmousedown^="this.href='http://paid.outbrain.com/network/
redir?"][target="_blank"]
finanzen.net,gamestar.de,n-tv.de##a[onmousedown^="this.href='http://
paid.outbrain.com/network/redir?"][target="_blank"] + .ob_source
computerbild.de,finanzen.net,focus.de,gamestar.de,n-
tv.de,pcwelt.de,sport.de,tvspielfilm.de##a[onmousedown^="this.href='https://
paid.outbrain.com/network/redir?"][target="_blank"]
finanzen.net,gamestar.de,n-tv.de##a[onmousedown^="this.href='https://
paid.outbrain.com/network/redir?"][target="_blank"] + .ob_source
20min.ch#?#.clusterTop:-abp-has(.teaser:-abp-has(h3:-abp-contains(Paid Post)))
ariva.de#?#.postingarea:-abp-has(span[onmouseup*="smartbroker.de"])
finanznachrichten.de#?##artikeltextpuffer > table > tbody > tr > td >
font[color="#000000"][face="Arial,Helvetica,sans-serif"][style="font-size:12px;
line-height:16px;"]:-abp-contains(Werbung)
az.com.na#?#aside:-abp-has(img[src*="/adverts/"])
chip.de#?#.Subchapter div[id][class][style="display: flex;"]:-abp-contains(ANZEIGE)
chip.de#?#article > a:-abp-contains(Anzeige)
chip.de#?#section > div[id]:-abp-contains(Gesponserte Empfehlung)
diegrenzgaenger.lu#?#article[id^=post-]:-abp-has(.sponsored-indicator)
ebay.de#?#.b-module:-abp-has(h2:-abp-contains(Anzeigen))
ebay.de#?#.mfe-lex:-abp-has(h2:-abp-contains(Anzeigen))
ebay.de#?#.s-item:-abp-has(span:-abp-contains(ANZEIGE))
ebay.de#?#.sresult:-abp-has(div.promoted-lv)
ebay.de#?#li.mfe-reco-ct:-abp-has(div.mfe-promoted-label)
finanzen.net#?#.mleft-10:-abp-contains(Werbung) + .box
finanznachrichten.de#?#.table-alternating-rows > tr:-abp-has(span.hinweis-c)
gamestar.de#?#.content-item-medium:-abp-has(data:-abp-contains(Anzeige))
gamestar.de#?#.content-item-small:-abp-has(h3:-abp-contains(Anzeige))
gofeminin.de#?#.af-block-native:-abp-contains(Anzeige)
gofeminin.de#?#.af-block-native:-abp-contains(Sponsored Post)
goldesel.to#?#div[class^="d_"]:-abp-has(div:-abp-contains(Anonym & sicher im Netz))
lieferheld.de#?#.restaurant-brief:-abp-has(div.restaurant__promo)
linkedin.com#?#.core-rail > div > div[id^="ember"]:-abp-has(span:-abp-
contains(Gesponsert))
pcgameshardware.de#?#.item.noImg:-abp-contains([anzeige])
saechsische.de#?#article,div:-abp-has( > .article-fill__section > span:-abp-
contains(Anzeige))
t-online.de#?#div[id^="T-"][onfocus^="A('zid="]:-abp-has(a:-abp-contains(Anzeige))
wallstreet-online.de#?#.newsflash:-abp-has(span.suffix:-abp-contains(Anzeige))
wallstreet-online.de#?#.shareToday:-abp-has(div.adHint)
wallstreet-online.de#?#.teaser.objectfit:-abp-has(div.anzeige)
welt.de#?#div[id][data-qa]:-abp-has(.c-buelent-linkbox__label:-abp-
contains(Anzeige))
winfuture-forum.de#?#div.ExtraPostBlock:-abp-has(div.post_block:-abp-
contains(Anzeige)):not(.with_rep)
@@/gujAd.$domain=11freunde.de|brigitte.de|gala.de|geo.de|kochbar.de|n-tv.de|
stern.de|vip.de|wetter.de
@@|http://byte.to/js/javascript.js|
@@|http://byte.to/js/wz_tooltip.js|
@@||1000steine.de/img/ads/
@@||11freunde.de/assets/houseAds/$image,domain=11freunde.de
@@||11freunde.de/sites/all/themes/elf/gujAd/gujAd.js$domain=11freunde.de
@@||123people.us/trackads/display?zones=$script,domain=123people.de
@@||2mdn.net/ads/studio/Enabler.js$domain=marketing-a.akamaihd.net
@@||2mdn.net/instream/video/client.js$domain=welect.de
@@||360yield.com/adj?$script,domain=girlsgogames.de|jetztspielen.de|spielen.com
@@||6inserate.ch/images/banner/$image,domain=ameliatantra.jimdo.com
@@||71iv.nuggad.net/crossdomain.xml$object
@@||a-ssl.ligatus.com/?ids=$script,domain=stern.de|wetter.de|zeit.de
@@||a.ligatus.com/?ids=$script,domain=wetter.de
@@||a.teads.tv/hb/bid-request|$xmlhttprequest,domain=finanzen.ch
@@||ab-in-den-urlaub.de^*.popunder.js
@@||acdn.adnxs.com/ast/ast.js$script,domain=finanzen.ch
@@||ad-emea.doubleclick.net/ad/tonline.app.smartclip/$object,domain=iam.t-online.de
@@||ad-emea.doubleclick.net/crossdomain.xml$domain=iam.t-online.de
@@||ad-ipd.sxp.smartclip.net/select?*&sz=pre&$xmlhttprequest,domain=n-tv.de
@@||ad-tuning.de^*/ad-tuning-footer.png
@@||ad.71i.de/global_js/globalV6.js$domain=7tv.de
@@||ad.71i.de/global_js/globalv6.js$domain=autoplenum.de|bundesliga.de|myvideo.de|
n24.de|netzwelt.de|sport1.fm
@@||ad.71i.de/global_js/Sites/$script,domain=7tv.de|n24.de|sport1.fm
@@||ad.adworx.at/crossdomain.xml$object
@@||ad.amgdgt.com/ads/?$subdocument,domain=payback.de
@@||ad.doubleclick.net/ddm/$image,domain=welect.de
@@||ad.doubleclick.net/ddm/ad/*/;ord=$image,domain=erdbeerlounge.de|gamona.de|
giga.de|kino.de|spielaffe.de|spieletipps.de
@@||ad.netzquadrat.de/viewbanner.php3?bannerid=$image,domain=sms.de
@@||ad.yieldlab.net/yp/$script,domain=dance-charts.de
@@||ad.zanox.com/ppc/?$subdocument,domain=eule.de|grossklein.de|gutscheindoktor.de|
literatur-fast-pur.de|preismafia.com|preisvergleich.de
@@||ad4.liverail.com/interstitial/?lr_publisher_id=$script,domain=jam.fm|
paradiso.de
@@||adap.tv/redir/client/swfloader.swf?id=swfloader$object,domain=lycos.de
@@||adback.de^$~third-party
@@||adcell.de/click.php?bid=$subdocument,domain=gutscheindoktor.de|mein-rabatt.com
@@||adclient.uimserv.net/banner?$script,domain=millionenklick.web.de
@@||adform.net/adfserve/?bn=$script,domain=rewe.de
@@||adform.net/adx/$script,domain=rewe.de
@@||adform.net/banners/$domain=consorsbank.de|rewe.de
@@||adform.net/Banners/$domain=telekom.de
@@||adform.net/stoat/*/s1.adform.net/bootstrap.js$domain=rewe.de
@@||adform.net/stoat/*/s1.adform.net/load/$script,domain=rewe.de
@@||adimg.uimserv.net^$image,domain=millionenklick.web.de
@@||adindex.de^*^gutschein_$subdocument,domain=gutscheindoktor.de
@@||adition.com/banner?sid=$script,domain=ambellis.de|jam.fm|mirapodo.de|mytoys.de|
yomonda.de
@@||adition.com/banners/$image,domain=ambellis.de|dsl.freenet.de|mirapodo.de|
mytoys.de|yomonda.de
@@||adition.com/banners/$image,object,domain=payback.de
@@||adition.com/crossdomain.xml$object,domain=hd-plus.de
@@||adition.com/js/adition.js$domain=ambellis.de|mirapodo.de|mytoys.de|yomonda.de
@@||adition.com/js/srp.js$domain=ambellis.de|jam.fm|mirapodo.de|mytoys.de|
yomonda.de
@@||adition.com/js?wp_id=$script,domain=ambellis.de|jam.fm|mirapodo.de|mytoys.de|
yomonda.de
@@||adition.com/s?t=$script,domain=ambellis.de|mirapodo.de|mytoys.de|yomonda.de
@@||adition.com/track?$object,domain=hd-plus.de
@@||adlink.net/js?*&s=c&$script,domain=cinemaxx.de
@@||admedia.adgemini.de^$~third-party
@@||admeld.com/ad/js/*/game-page?$script,domain=jetztspielen.de|spielen.com
@@||admeld.com/meld128.js$domain=jetztspielen.de|spielen.com
@@||admin.brightcove.com/viewer/*/advertisingmodule.swf$domain=dmax.de|
morgenpost.de
@@||adnxs.com/p/creative-image/$image,domain=autobild.de
@@||adnxs.com/ut/v3|$xmlhttprequest,domain=autobild.de
@@||adnxs.com^*/creative-image^$image,domain=bz-berlin.de
@@||adpartner.de^$~third-party
@@||ads.autoscout24.com/adserver/
*&elementid=ctl00_ctl00_decoratedarea_contentarea_fsbox0&$script,domain=autoscout24
.de
@@||ads.heias.com/x/heias.smartclip/?$script,domain=podcast.de
@@||ads.heias.com^*/heias.stream/$object,script,domain=frustfrei-lernen.de
@@||ads.heias.com^*/heias.tag.$script,domain=frustfrei-lernen.de
@@||ads.radioffn.c.nmdn.net/ps-radioffn/livestream.mp3$object,domain=radio.de
@@||ads.smartfeedads.com^$domain=motorrad2000.de
@@||adserv.quality-channel.de/crossdomain.xml$object,domain=glamour.de|gq-
magazin.de|myself.de|vogue.de
@@||adserv.quality-channel.de/realmedia/ads/*?videoad$object,domain=glamour.de|gq-
magazin.de|myself.de|vogue.de
@@||adserver.adtech.de/addyn/3.0/1135.1/2945580/390564/$script,domain=nzz.ch
@@||adserver.bigwigmedia.com/adfetch2.php?$object,domain=spielefuerdich.de
@@||adserver.bigwigmedia.com/ingamead2_$object,domain=spielaffe.de
@@||adserver.freenet.de/praeludium/praeludium_mensh.js$domain=menshealth.de
@@||adserver.freenet.de/praeludium/praeludium_tmrkt.js$domain=transfermarkt.tv
@@||adserver2.clipkit.de/www/delivery/ajs.php?$script,domain=jam.fm|paradiso.de
@@||adservice.google.*/adsid/integrator.js$domain=welect.de
@@||adservice.google.*^adsid/integrator.$script,domain=gofeminin.de|vip.de
@@||adsett.de/templates/ads/$~third-party
@@||adshot.de/click/view.php$image,domain=thisload.de
@@||adstyle.com^$~third-party
@@||adtech.de/?adrawdata/$object,domain=login.audimark.de|player.nowonscreen.com
@@||adtech.de/?advideo/*;vidAS=pre_roll;$object,domain=t-online.de
@@||adtech.de/addyn/*/ADTECH;$script,domain=girlsgogames.de|jetztspielen.de|
spielen.com
@@||adtech.de/adperf/$script,domain=jetztspielen.de|spielen.com
@@||adtech.de/adrawdata$object,domain=player.nowonscreen.com
@@||adtech.de/dt/common/DAC.js$domain=nzz.ch
@@||adtech.de/dt/common/postscribe.js$domain=nzz.ch
@@||advertiser.wbtrk.net/js/advertiser.js$domain=heise.de
@@||advertising.ingame.de/adframework/inAdFramework.min.js$domain=minecraft-
serverlist.net
@@||adwords.safi-gmbh.ch^$~third-party
@@||affilinet-inside.de^*/affilinet/$stylesheet
@@||akamai.net^*/preisspektakel_layer_*.swf?clicktag=$object,domain=rewe.de
@@||alfred-delp-schule.de/ads_$~third-party
@@||am-display.com/display-ad/tag-set/$subdocument,domain=hardbase.fm|housetime.fm|
techno4ever.fm|technobase.fm
@@||am-display.com/display-ad/tag/$script,domain=hardbase.fm|housetime.fm|
techno4ever.fm|technobase.fm
@@||amazon-adsystem.com/aax2/amzn_ads.js$domain=gamona.de|giga.de|spielaffe.de|
spieletipps.de
@@||amazon-adsystem.com/aax2/apstag.js$domain=gamepro.de|gamestar.de
@@||amazon-adsystem.com/widgets/q?
*^ad_type=product_link^$subdocument,domain=fotoworkshop-stuttgart.de|kombi.de
@@||amgdgt.com/ads?$script,domain=deltaradio.de|freestream.nmdn.net|hardbase.fm|
housetime.fm|techno4ever.fm|technobase.fm
@@||ampproject.org/rtv/*/amp4ads-v*.js$domain=notebooksbilliger.de
@@||angis-escort.com/angi/banner/$image,domain=searchx.ch
@@||aniview.com/api/adserver/tag/?$xmlhttprequest,domain=musikexpress.de|
rollingstone.de
@@||ankerbrot.at/_ads/$~third-party
@@||anrdoezrs.net/click-$subdocument,domain=gutscheindoktor.de
@@||aphog.de/werbung/$~third-party
@@||apmebf.com^$subdocument,domain=gutscheindoktor.de
@@||apsrv.de/javascripts/my_ad_integration.js?$domain=autoplenum.de
@@||asadcdn.com/adlib/adlib_seq.js$script,domain=bz-berlin.de|stylebook.de
@@||asadcdn.com/adlib/extensions/mediation.js|$script,domain=bz-berlin.de
@@||asadcdn.com/adlib/pages/bz-berlin.js$script,domain=bz-berlin.de
@@||asadcdn.com/adlib/pages/stylebook.js^$script,domain=stylebook.de
@@||asadcdn.com/adlib/templates/oneTag.js$script,domain=bz-berlin.de|stylebook.de
@@||askstudents.de/optimizer.php?*/adcontrol.js
@@||atwola.com/?adrawdata/$object,domain=player.nowonscreen.com
@@||atwola.com/crossdomain.xml$object,domain=player.nowonscreen.com
@@||auditude.com/player/js/lib/pdk/50/1.0/AuditudePDKPlugin.js$domain=fandango.com
@@||auditude.com/player/js/lib/plugin/1.3/aud.html5player.js$domain=fandango.com
@@||aus.laola1.tv/realmedia/ads/adstream_sx.ads/www.laola1.at/$object
@@||azillo.de/pages/banner/$image,~third-party
@@||baby-walz.de^*/Affilinet/$subdocument
@@||banner.edll-fir.de^$image
@@||banner.electronic-arts.de/www/images/*.jpg$domain=ea.com
@@||banner.t-online.de/?advideo/*;vidas=pre_roll;$object,domain=iam.t-online.de|
mahjonggwelt.de
@@||banner.t-online.de/crossdomain.xml$object,domain=mahjonggwelt.de
@@||banners.webmasterplan.com/view.asp?ref=$image,domain=sms-box.de
@@||banners.webmasterplan.com/view.asp?ref=*&site=10830&$script
@@||banners.webmasterplan.com/view.asp?ref=*&site=15264&$script
@@||bauer-plus.de^*?advertiser=$subdocument,domain=abosgratis.de
@@||berliner-zeitung-online.de/specials/ads/scripts/standard_ads.css
@@||berufsstart.de^*/anzeigeshowframeset.php?$subdocument
@@||berufsstart.de^*/show-advert-info.html?$subdocument
@@||binarus.de/sonderangebote/adlink-$image,domain=binarus.de
@@||bluelithium.com/imp?$script,domain=girlsgogames.de|jetztspielen.de|spielen.com
@@||bluelithium.com/st?$script,domain=girlsgogames.de|jetztspielen.de|spielen.com
@@||bs.serving-sys.com/serving/adServer.bs?*&mc=imp&$image,domain=welect.de
@@||bundesliga.de/js/my_ad_integration.js
@@||camerartist.de/wp-content/plugins/adrotate/$~third-party
@@||campaign.adindex.de^*?idPartner=$subdocument,domain=gutscheindoktor.de
@@||canoo.net/services/wordformationdictionary/gifs/
@@||cash.ch/min/f=*/adtech-$script
@@||cashdorado.de/track/click*.php?wm=*&wbm=*&pt=e$subdocument
@@||cdn.spotxcdn.com^$domain=welect.de
@@||ced.sascdn.com/tag/2161/smart.js$domain=metal-hammer.de|rollingstone.de
@@||christoph-reischer.at/wb/media/banner_468x60_2.jpg
@@||classic-motorrad.de/anzeigen/layout_images/new/top_ads_icon.gif
@@||classistatic.de^*/advertising/*advertisingpacked.js$domain=mobile.de
@@||comdirect.de^*.html&ad=$subdocument
@@||comdirect.de^*.html?ad=$subdocument
@@||comdirect.de^*/advertising.do?$subdocument
@@||commundia.de^*/affilinet/$~third-party
@@||connect.de/js/$script,domain=connect.de
@@||cookex.amp.yahoo.com/v2/cexposer/SIG=*//ad.yieldmanager.com/imp?
$script,domain=girlsgogames.de|jetztspielen.de
@@||coolespiele.com/game.php?url=http://richmedia.coolespiele.com/$subdocument
@@||creatives.sascdn.com^$image,domain=fitbook.de
@@||d3con.de/data1/$image,~third-party
@@||damoh.giga.de^$script,domain=giga.de
@@||damoh.golem.de^$script,domain=golem.de
@@||damoh.schneevonmorgen.com^$script,domain=chip.de|erdbeerlounge.de|giga.de|
golem.de|kino.de|spieletipps.de
@@||daswetter.com/img/publicidad/300x600_newsletter_fw.png
@@||dawanda.com/ads?$xmlhttprequest
@@||de.ebayobjects.com/1ai/mobile.homepage/superteaser;
$subdocument,domain=mobile.de
@@||derstandard.at/adserver/t.gif$domain=videoservice.apa.at
@@||devaki.ch/www/delivery/ajs.php?$script,domain=tagesanzeiger.ch
@@||devaki.ch/www/delivery/lg.php?$image,domain=tagesanzeiger.ch
@@||docs.google.com/viewer?url=http://goerge-markt.de/fileadmin/werbung/
$subdocument,domain=goerge-markt.de
@@||doubleclick.net/ad/kostenlosspielen.de.smartclip/
$object,domain=kostenlosspielen.net
@@||doubleclick.net/adi/bluewin.sub.de.ch/$subdocument,domain=bluewin.ch
@@||doubleclick.net/adj/*;sz=1x2;$script,domain=moviemaze.de
@@||doubleclick.net/adj/oms.szon.de/
homepage;oms=homepage;*;sz=10x10;$script,domain=schwaebische.de
@@||doubleclick.net/adj/pn.*/webradio;$script,domain=hardbase.fm|housetime.fm|
techno4ever.fm|technobase.fm
@@||doubleclick.net/adj/wilmaa.ch/$object,domain=wilmaa.com
@@||doubleclick.net/ddm/pfadx/N1203.IPNetzwerk/*;sz=0x0;*;dc_rfl=0,https%3A%2F
%2Fevent.mivitec.net$xmlhttprequest,domain=imasdk.googleapis.com
@@||doubleclick.net^*/ad/nacamar.ads.de.smartclip/
$xmlhttprequest,domain=freestream.nmdn.net
@@||doubleclick.net^*/bob.tech.de.smartclip/*;ord=$script,domain=radiobob.de
@@||doubleclick.net^*/nacamar.ads.de.smartclip/
*;ord=$object,domain=edge.download.newmedia.nacamar.net
@@||doubleclick.net^*/nacamar.de.smartclip/
*;ord=$script,domain=edge.download.newmedia.nacamar.net|freestream.nmdn.net
@@||doubleclick.net^*/podcast.de.smartclip/*;sz=400x320;$script,domain=podcast.de
@@||drei.at/moma/adserver/adview.php?$image
@@||dt.adsafeprotected.com^$image,domain=welect.de
@@||dtb-gymnet.de^*^admID^
@@||ebayclassifiedsgroup.com^$xmlhttprequest,domain=ebay-kleinanzeigen.de
@@||efiliale.de/efiliale/pop/js/pop.js
@@||ekitchen.de^$generichide
@@||eltern.de^*_300x250px.$image,domain=eltern.de
@@||emsservice.de/autoNative/$script,domain=kochbar.de
@@||emsservice.de^$image,xmlhttprequest,domain=kochbar.de
@@||engine.spotrails.com/delivery/pls.php?oasid=*&mediaurl=http%3a//vdn-mobile.oas-
limited.com/ad/video.flv$object,domain=mobile.de
@@||enjoykitz.tv/werbung.txt$object
@@||event.mivitec.net/dist/js/$script,domain=event.mivitec.net
@@||eventim.de^*?affiliate=$subdocument
@@||eventus-design.com^$~third-party
@@||expertklein.de/xml/banner.php?id=$object
@@||exposegmbh.de/css/mediaboxAdv-Dark.css
@@||eye-games.com/ajs.php?partner=*&redirect=$subdocument
@@||eyewonder.com^*/bwtest.swf$object,domain=edge.download.newmedia.nacamar.net|
freestream.nmdn.net
@@||eyewonder.com^*/exp_proxy.js$domain=edge.download.newmedia.nacamar.net|
freestream.nmdn.net
@@||eyewonder.com^*/
nacamar_480x360_as3.swf$object,domain=edge.download.newmedia.nacamar.net|
freestream.nmdn.net
@@||eyewonder.com^*/
nacamar_expandable_480x360_as2.swf$object,domain=edge.download.newmedia.nacamar.net
|freestream.nmdn.net
@@||eyewonder.com^*/video/*_instream_*.flv?
$object,domain=edge.download.newmedia.nacamar.net|freestream.nmdn.net
@@||eyewonder.com^*/wrapper.js$domain=edge.download.newmedia.nacamar.net|
freestream.nmdn.net
@@||familienbildung-hamburg.de/cgi-bin/adframe/$subdocument,domain=fbs-harburg.de
@@||farbimpulse.de/live/fi_static/inc/banner.php?$subdocument
@@||fcbayern.t-com.de^*/fotogalerie_*/sponsoren/$image
@@||feuerwehr-borken-hessen.de/de/banner.php
@@||feuerwehr-marchtrenk.at/homepage/banner.php$subdocument
@@||fewo-direkt.de^*/advertiser.css
@@||fh-muenster.de/leitbild/banner.php
@@||figgä.ch/sites/default/files/ms_ads/banner$domain=ameliatantra.jimdo.com
@@||firebaseapp.com^$script,domain=freenet.de
@@||flashtalking.com^$domain=welect.de
@@||fn-neon.de/javascript/adserver_banner.js
@@||forum-duewupp.de/images/ad-gallery/$~third-party
@@||forum.froxlor.org^*/adsense.css
@@||fotoschloebe.de/Werbung/$~third-party
@@||fotostudio-katikrueger.de/werbung/$~third-party
@@||fussball.sv-kehlen.de/werbepartner.htm
@@||g.doubleclick.net/gampad/$xmlhttprequest,domain=immonet.de|kochbar.de|vip.de
@@||g.doubleclick.net/gampad/ads?$script,xmlhttprequest,domain=11freunde.de|
brigitte.de|guterhut.de|hardwareluxx.de|hbf-info.de|n-tv.de|notebooksbilliger.de|
rakuten.at|rakuten.de|rtl.de|zalando.de
@@||g.doubleclick.net/gampad/ads?$xmlhttprequest,domain=auto-motor-und-sport.de|
gala.de|geo.de|stern.de
@@||g.doubleclick.net/gampad/ads?*&iu_parts=6032%2Ckochbar.de
%2Chomepage&$domain=kochbar.de
@@||g.doubleclick.net/gampad/ads?*970x250$script,domain=welt.de
@@||g.doubleclick.net/gampad/ads?*^sz=970x250^$subdocument,domain=welt.de
@@||g.doubleclick.net/gampad/adx?$script,domain=gala.de
@@||g.doubleclick.net/gampad/adx?$xmlhttprequest,domain=7tv.de
@@||g.doubleclick.net/gampad/adx?*/sparta/*&t=ad_type%3Dtoolbar
%26$document,subdocument,domain=wetter.com
@@||g.doubleclick.net/gpt/$script,domain=gofeminin.de|immonet.de|vip.de
@@||g.doubleclick.net/gpt/pubads_$script,domain=wetter.com
@@||g.doubleclick.net/gpt/pubads_impl_$script,domain=11freunde.de|auto-motor-und-
sport.de|brigitte.de|gala.de|geo.de|guterhut.de|hardwareluxx.de|hbf-info.de|
kochbar.de|n-tv.de|notebooksbilliger.de|rakuten.at|rakuten.de|rtl.de|stern.de|
welt.de|zalando.de
@@||g.doubleclick.net/pagead/js/rum.js$domain=auto-motor-und-sport.de
@@||g.doubleclick.net/static/glade.js$domain=welt.de
@@||g.doubleclick.net/tag/js/gpt.js$domain=11freunde.de|brigitte.de|gala.de|geo.de|
n-tv.de
@@||g.doubleclick.net^*/gpt.js$script,domain=auto-motor-und-sport.de|kochbar.de
@@||galileo.tv/js/my_ad_integration.js
@@||gamers.at/images/branding/*/gamers_at.jpg
@@||gamers.at/images/branding/*/header.
@@||gamers.at/images/branding/*/header_
@@||gamers.at/images/branding/*_header.
@@||games.tfag.de^$domain=fitforfun.de
@@||general-anzeiger-bonn.de/oa/www/delivery/spcjs.php?id=*&block=$script
@@||gmx.net^*/video-adserver-config.xml$object
@@||go-parc-hf.de^*.php?ad=$subdocument
@@||google.com/ads/search/module/ads/*/search.js$domain=arcor.de|fewo-direkt.de|
zoover.de
@@||google.com/adsense/$subdocument,domain=sedo.de
@@||google.com/adsense/search/ads.js$domain=arcor.de|fewo-direkt.de|zoover.de
@@||google.de/ads/css/ads-base.$stylesheet
@@||google.de/search?q=$xmlhttprequest
@@||googlesyndication.com/pagead/imgad?$image,domain=auto-motor-und-sport.de
@@||googlesyndication.com/pagead/imgad?id=$image,domain=11freunde.de|gofeminin.de|
immonet.de|kochbar.de|notebooksbilliger.de|vip.de|zalando.de
@@||googlesyndication.com/safeframe/$subdocument,domain=kochbar.de
@@||googlesyndication.com/simgad/$image,domain=kochbar.de|notebooksbilliger.de
@@||googlesyndication.com/simgad/14155692645477451130$image,domain=guterhut.de
@@||googletagservices.com/tag/js/gpt.js?$script,domain=stern.de
@@||googlewatchblog.de/img/index-icons/$image
@@||googlewatchblog.de^*/adsense.png
@@||goolive.de/templatesv2/smileys/ad.gif
@@||gotv.at/adimg/$image,~third-party
@@||greuther-fuerth.de/fileadmin/templates/js/plugins/pagepeel/$object,script
@@||gymnasium-august-dicke.de^*/ads/
@@||gynny.de/img/affilinet/
@@||gynny.de/shopframe/$document,subdocument
@@||happybox24.ch/img/media/happybox24.ch_$image,domain=ameliatantra.jimdo.com
@@||horizont.net/news/media/$image,domain=horizont.net
@@||ib.adnxs.com/ut/v3^$xmlhttprequest,domain=stylebook.de
@@||ib.adnxs.com^$xmlhttprequest,domain=bz-berlin.de|finanzen.ch
@@||idealo.net/js/idealoWidget-$script,domain=travelbook.de
@@||idowa.de/rest/db/frontend/content/ad/incrementviews$xmlhttprequest
@@||idowa.de^*/advertisement/$xmlhttprequest
@@||ikiosk.de/pdf/company/2/advertisement/$image,domain=ikiosk.de
@@||imasdk.googleapis.com/js/core/bridge$document,subdocument,domain=welect.de
@@||imasdk.googleapis.com/js/core/bridge*.html$subdocument,domain=heise.de
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=chip.de|event.mivitec.net|
musikexpress.de|rollingstone.de|welect.de
@@||impde.tradedoubler.com/imp?type(img)$image,domain=sms-box.de|smsgott.de
@@||ino24.de^*/ratenkredit.jsp$subdocument
@@||insel-usedom-wollin.de/ads/$script,stylesheet
@@||interhome.at/javascript/ad-gallery.js
@@||jade-hs.de^*/ext-adv.js
@@||jobpostings.tuja.de/Advertisment.aspx?$subdocument
@@||joepenas.com/index.swf?clicktag=$object,~third-party
@@||juleps-esslingen.de/index.swf?clicktag=$object,~third-party
@@||kabeleins.de/php-bin/functions/adtags/$subdocument
@@||kalaydo.de/mmo/logo/advert/$domain=kalaydo.de
@@||klick.affiliwelt.net/klick.php?bannerid=$subdocument,domain=gutscheindoktor.de
@@||kmelektronik.de/shop/images/advertising/$image
@@||kurier.at^*/ac_oetags_clone.js
@@||kyosho.de^*_produktkategorien.swf?link1=$object
@@||landwirt.com/commercials/$object
@@||lead-alliance.net^*/advertiser/$~third-party
@@||liberale-hochschulgruppen.de/images/stories/werbemittel/$~third-party
@@||liverail.com/js/LiveRail.AdManager-*.js$domain=jam.fm
@@||liverail.com/js/liverail.interstitial-*.js?
lr_publisher_id=$script,domain=jam.fm
@@||liverail.com/swf/ui/vpaid-player.swf$object,domain=jam.fm
@@||liverail.com^*/liverail_preroll.swf$object,domain=jam.fm|paradiso.de
@@||magenschmerzen.net/wp-content/themes/zeemagazine_adtech/$~third-party
@@||maps.gstatic.com/maps-api-*/adsense.js$domain=wg-gesucht.de
@@||marketing-a.akamaihd.net/inhouse/$subdocument,domain=rtl.de
@@||markt.de^*/advert_search_results.gif
@@||marktplatzservice.de/ads/$image,domain=local24.de
@@||master.captchaad.com/www/delivery/$script,domain=winload.de
@@||maxbanner.de/media/products/$image,domain=maxbanner.de
@@||maxbanner.de/templates/_maxbanner/_assets/images/$image,domain=maxbanner.de
@@||media.gan-online.com/www/delivery/*.php?
$script,subdocument,domain=myfreefarm.de
@@||media.laendleauto.at/topad/$image,~third-party
@@||meinestadt.de^*/googleads.js
@@||menshealth.de/videoads/$object
@@||merkur-werbebanner.de^$~third-party
@@||metzgerei-giering.de^*/advertising/$~third-party
@@||milesandmore-aktionen.de^*://promo.$subdocument,domain=promo.milesandmore.com
@@||mirapodo.de/ads?$script
@@||mmcomputer.de^*&BannerID=$subdocument
@@||mobilbranche.de/mobilbranche/wp-content/uploads/$image,domain=mobilbranche.de
@@||mobilegeeks.de/wp-content/uploads/*/Google-Ads.$image,domain=mobilegeeks.de
@@||monetenlos.com/components/com_marketplace/images/ads/$image
@@||mstat.freent.de^*/sms_advertising/sms_teaser_$image,domain=webmail.freenet.de
@@||mybitch.ch/banner/mb_banner$image,domain=ameliatantra.jimdo.com
@@||myfreefarm.de/city/ajax/buyad.php?
@@||n-tv.de/ads/comdirect/$object,domain=comdirect.de
@@||n-tv.de/ads/images/kompakt_$image
@@||n-tv.de/mediathek/$generichide
@@||n-tv.de/stat/videoplayer/admeta.xml$object
@@||n-tv.de/stat/videoplayer/ntv_player.swf?*/admeta.$object
@@||n24.de^*/my_ad_integration.js
@@||nadann.de/small_ads/$~third-party
@@||netzathleten-media.de^*/naMediaAd.js$domain=kino-vorschau.com
@@||nonstoppartner.net/a/?$subdocument,domain=gutscheindoktor.de
@@||nordclick.de/js/colors/adsense_colors.js
@@||notebookcheck.com^$generichide
@@||nuggad.net/bk?nuggn=$object,domain=edge.download.newmedia.nacamar.net
@@||nuggad.net/bk?nuggn=$script,domain=podcast.de
@@||nuggad.net/rc?nuggn=$script,domain=areagames.de|dshini.net|frustfrei-lernen.de|
juice.de|n-tv.de|schwaebische.de|sky.de|studis-online.de|vox.de
@@||nutte.ch/banner_fuer_werbung/nutte_$image,domain=ameliatantra.jimdo.com
@@||oeko-komp.de/evoAds2/
@@||openx.musotalk.de/crossdomain.xml
@@||openx.musotalk.de/www/delivery/fc.php?
script=bannertypehtml:vastinlinebannertypehtml:vastinlinehtml&$object
@@||openx.net/w/1.0/acj?$script,domain=erdbeerlounge.de|gamona.de|giga.de|kino.de|
spielaffe.de|spieletipps.de
@@||openx.net/w/1.0/jstag?nc=$script,domain=erdbeerlounge.de|gamona.de|giga.de|
kino.de|spielaffe.de|spieletipps.de
@@||os1.tv/js/omsvc_externalad.js
@@||osthessen-tv.de/werbebanner/$object
@@||otto.heias.com/otto/igoogle/$domain=ig.gmodules.com
@@||pagead2.googlesyndication.com/pagead/*/show_ads_impl.js$domain=oroma.net|
speedweek.com|spielen.com
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=oroma.net
@@||pagead2.googlesyndication.com/pagead/show_ads.js$domain=spielen.com
@@||pagead2.googlesyndication.com/simgad/$image,domain=rakuten.at|rakuten.de
@@||partner.googleadservices.com/gpt/pubads_impl_$script,domain=guterhut.de|
hardwareluxx.de|hbf-info.de|rakuten.at|rakuten.de|zalando.de
@@||partners.webmasterplan.com/click*.asp$subdocument,domain=eule.de|
gutscheindoktor.de
@@||pc-magazin.de/js/$script,domain=pc-magazin.de
@@||peitsche.de/adserver/www/delivery/ck.php?$subdocument,~third-party
@@||peitsche.de/adserver/www/images/*.jpg|$~third-party
@@||photo.knuddels.de/kde/ad2/$image
@@||pixel.adsafeprotected.com/jspix?$script,domain=girlsgogames.de|jetztspielen.de|
spielen.com
@@||pixel.adsafeprotected.com^$image,script,domain=welect.de
@@||playboy.de/files/html/Advertorials/$~third-party
@@||player.aniview.com/script/*/aniview.js$domain=musikexpress.de|rollingstone.de
@@||player.aniview.com/script/*/AVmanager.js$domain=musikexpress.de|rollingstone.de
@@||player.newsnetz.tv/player/iframe.php?vid=*&adurl=$subdocument
@@||player.skystream.tv^$subdocument,domain=torgranate.de
@@||promo.douglas.de^$subdocument,domain=facebook.com
@@||prosieben.de^*/ad-managment/$script
@@||quadelite-forum.de/images/misc/web-banner2_980x100.jpg
@@||radio.de/inc/ads/pix.swf?mp3=$object
@@||raumobil.de/js/advertise.js
@@||re-publica.de/banner/$image,domain=re-publica.de
@@||reaktion-talentschule.de/tl_files/layout/rotation/banner
@@||reimkultur-mv.de/9products/images/ad/$image,~third-party
@@||rhodesian-ridgeback-forum.org^$elemhide
@@||richmedia.coolespiele.com^$~third-party
@@||rlp-tennis.de/adserve/www/delivery/ai.php?
filename=dunlopchoice160x600.gif$image
@@||rosenheimjobs.de^*&ad_type_$xmlhttprequest
@@||rtl.de^*/admeta.xml?$object
@@||rtl.de^*/player_modul_onclick_300x250.jpg
@@||rurweb.de/kleinanzeigen/adverts_image.php?$image
@@||s1.adform.net^$script,domain=rewe.de
@@||s357.mxcdn.net^$script,domain=welect.de
@@||s79.mxcdn.net^$script,domain=welect.de
@@||s79.research.de.com^$domain=welect.de
@@||sagrotan.de/swf/*.swf?clickTag=$object,~third-party
@@||sascdn.com/diff/251/$image,domain=transfermarkt.de
@@||sascdn.com/diff/251/*&frameId=sas_5419_$document,subdocument,domain=welt.de
@@||sascdn.com/diff/251/*/Abo-Teaser_fuer_ab.de-Home.png$image,domain=autobild.de
@@||sascdn.com/diff/251/*/aktionen_191x108.jpg$image,domain=autobild.de
@@||sascdn.com/diff/251/*/gebrauchtwagenmarkt.png$image,domain=autobild.de
@@||sascdn.com/diff/251/*/kindersitze.png$image,domain=autobild.de
@@||sascdn.com/diff/251/*970x250$image,domain=welt.de
@@||sascdn.com/diff/251/pages/$script,domain=derwesten.de|hoerzu.de|
transfermarkt.de
@@||sascdn.com/diff/251/pages/autobild.js$domain=autobild.de
@@||sascdn.com/diff/251/smartad.js$domain=welt.de
@@||sascdn.com/diff/251/templates/passback.js$domain=autobild.de|welt.de
@@||sascdn.com/diff/templates/ts/dist/banner/sas-banner-$script,domain=fitbook.de
@@||sascdn.com/diff/video/$script,domain=kleinezeitung.at
@@||sascdn.com/video/$script,domain=kleinezeitung.at
@@||save.tv/stv/img/global/trailer20sec.swf?
@@||schluetersche.de/adwords/$~third-party
@@||search.spotxchange.com^$image,domain=welect.de
@@||searchx.ch/img/Banner$image,domain=searchx.ch
@@||searchx.ch/img/Banner_$image,domain=ameliatantra.jimdo.com
@@||searchx.ch/img/links/$domain=searchx.ch
@@||secserv.adtech.de/adiframe/3.0/1135/5281906/0/3055/
ADTECH;target=_blank$document,subdocument,domain=nzz.at
@@||secserv.adtech.de/adiframe/3.0/1135/5281908/0/170/
ADTECH;target=_blank$document,subdocument,domain=nzz.at
@@||secserv.adtech.de/adiframe/3.0/1135/5787749/0/2466/
ADTECH;target=_blank$document,subdocument,domain=nzz.at
@@||servedby.flashtalking.com/crossdomain.xml$object
@@||servedby.flashtalking.com/imp/$object,domain=t-online.de
@@||servettefc.ch^*.swf?clicktag=http://www.servettefc.ch$object
@@||serving-sys.com/burstingpipe/adserver.bs?$subdocument,domain=preismafia.com
@@||sexabc.ch/xxx/topliste/img/sexabc_topliste$image,domain=ameliatantra.jimdo.com
@@||sexkontaktinserate.com/images/banner/$image,domain=ameliatantra.jimdo.com
@@||sexlink.ch/images/banner/$image,domain=ameliatantra.jimdo.com
@@||showfusion.eu/xml/ads/ad_1.xml$object,domain=urbia.de
@@||showheroes.com/prebid.$script,domain=metal-hammer.de|rollingstone.de
@@||shz.de/sso/$elemhide
@@||smart.allocine.fr/a/diff/*/show*.asp?$object,domain=ufa-dresden.de
@@||smart.allocine.fr/call/pubx/*&video=$object
@@||smartadserver.com/2161/call^$xmlhttprequest,domain=metal-hammer.de|
rollingstone.de
@@||smartadserver.com/a/diff/*/show*.asp?
$script,domain=edge.download.newmedia.nacamar.net|freestream.nmdn.net
@@||smartadserver.com/ac?nwid=*&tag=sas_45579^$script,domain=fitbook.de
@@||smartadserver.com/ac?nwid=251&siteid=85145&*&fmtid=5419&$script,domain=welt.de
@@||smartadserver.com/call/pubi/*/(bild/*/?format=.mp4$media,domain=bild.de
@@||smartadserver.com/call/pubj/*/s/
$script,domain=edge.download.newmedia.nacamar.net|freestream.nmdn.net
@@||smartadserver.com/diff/*/show*.asp?
$script,domain=edge.download.newmedia.nacamar.net|freestream.nmdn.net
@@||smartadserver.com/diff/*/smartad.js$domain=derwesten.de|hoerzu.de|sky.de
@@||smartadserver.com/diff/251/2484653/show10.asp$script,domain=autobild.de
@@||smartadserver.com/diff/251/pages/berlin.js$domain=welt.de
@@||smartadserver.com/diff/251/templates/passback.js$domain=autobild.de|welt.de
@@||smartadserver.com/diff/js/smartadserver.js$domain=freestream.nmdn.net
@@||smartadserver.com/wp-content/uploads/$image,domain=smartadserver.de
@@||smartadserver.com^*^tag=sas_3648^$script,domain=welt.de
@@||smartadserver.com^*^tag=sas_3650^$script,domain=welt.de
@@||smartadserver.de/wp-content/uploads/$image,domain=smartadserver.de
@@||smartclip.net/?plc=$script,domain=energy.de|spiele.rtl.de
@@||smartclip.net/ads?$script,domain=energy.de|spiele.rtl.de
@@||smartclip.net/delivery/tag?
sid=$script,domain=edge.download.newmedia.nacamar.net|freestream.nmdn.net|
kostenlosspielen.net|podcast.de|radiobob.de
@@||smartclip.net/inpage/inpage.js
@@||smartclip.net/inpage/inpage.swf$object
@@||smartclip.net/inpage2/inpage-*.swf$object
@@||smartclip.net/multiplayer/player-*.swf$object
@@||smartclip.net/select?type=vast3^$xmlhttprequest,domain=imasdk.googleapis.com
@@||smartredirect.de/redir/clickGate.php?u=$subdocument,domain=gutscheindoktor.de
@@||softwareload.kpcustomer.de/voting/public/flash/300x250_widget_$object
@@||sparfoto.de/article_designer/ad.php?$object
@@||spielen.de/bundles/mediatrustfrontend/js/javascript.js?
@@||spielesite.com^$script,domain=spielesite.com
@@||spielkarussell.de^*/ads_loader_new.js
@@||sport.de/autoimg/*/300x250/$image,~third-party
@@||sport1.fm/ad/my_ad_iframe.html?ad_id=performance*&start=$subdocument
@@||sport1.fm/ad/my_ad_integration.js
@@||spotrails.com/video/$object,domain=mobile.de
@@||srx.de.ebayrtm.com/rtm?RtmCmd&a=$script,domain=pages.ebay.de
@@||stadtlist.de/images/ads/$image
@@||stadtlist.de/images/advert-$image,domain=stadtlist.de
@@||static-fra.de/ip/js/adcontrol/adcontrol.min.js
@@||static-fra.de/ip/js/adcontrol/fabp.min.js$domain=rtl.de
@@||static-fra.de^*/admeta.xml?$object
@@||static.adsafeprotected.com^$script,domain=welect.de
@@||static.classistatic.de/res/images/ads/$image
@@||static.classistatic.de/res/js/shared/advertising/*advertisingHeadPacked.js
@@||static.liverail.com/libas3/$object,domain=autoplenum.de
@@||storm-chasing.de^*/ad-gallery/$image,~third-party
@@||stroeerdigitalgroup.de/metatag/live/AMS/metaTag.min.js$domain=auto-motor-und-
sport.de
@@||stroeerdigitalgroup.de/metatag/live/bauer-tvmovie/
metaTag.min.js$domain=tvmovie.de
@@||stroeerdigitalmedia.de/dynback/gpt_call.$script,domain=giga.de|spieletipps.de
@@||stroeerdigitalmedia.de/praeludium/praeludium_*.min.js$domain=gamona.de|giga.de|
spieletipps.de
@@||stroeermediabrands.de/dmp-tracking-min.js$domain=gamona.de|giga.de|
spieletipps.de
@@||styria-digital.com/diff/js/smartads.js$domain=kleinezeitung.at
@@||talentiert.at^*/index_ads.php?$subdocument,third-party
@@||tamedia.ch/tl_files/content/Icons/Advertising_$domain=tamedia.ch
@@||tamedia.ch^*/advertising-$subdocument,domain=tamedia.ch
@@||tfag.de/img/$domain=focus.de
@@||tfag.de/js_ng/js_ng_huffpost_$script,domain=huffingtonpost.de
@@||tfag.de/js_ng/js_ng_msg_0300.js$domain=mein-schoener-garten.de
@@||thangkas.com/thangkas/thangkas/$image,~third-party
@@||theplatform.com^*/doubleclick.js$domain=zeit.de
@@||thomann.de^*/adv/adv_$image,~third-party
@@||ticketonline.de/tickets.html?affiliate=$subdocument
@@||ticketonline.de^*/?affiliate=
@@||tilda.ch/images/adds/$image,domain=tilda.ch
@@||tkqlhce.com/click-$subdocument,domain=eule.de
@@||toggo.de/js/advertise.js
@@||toggo.de/xml/admeta.xml?$object
@@||track.adform.net/C/?$subdocument,domain=abosgratis.de
@@||track.adform.net/serving/scripts/trackpoint/$script,domain=mazda.de
@@||track.adform.net^$image,domain=welect.de
@@||tradedoubler.com/click?$subdocument,domain=eule.de|gutscheindoktor.de|
preismafia.com
@@||tradedoubler.com/redirect/*^affID^$subdocument,domain=gutscheindoktor.de
@@||treesarekeys.com/shops/|$document,domain=treesarekeys.com
@@||tv.derstandard.at/adserver.php?*&pos=video$subdocument
@@||ui-portal.de^*/video-adserver-config.xml$object
@@||uicdn.com^*/video-adserver-config.xml$object
@@||v.fwmrm.net/ad/p/1?$object,domain=southpark.de
@@||vcdn.adnxs.com/p/creative-image^$image,domain=stylebook.de
@@||vdn-mobile.oas-limited.com/ad/$object,domain=mobile.de
@@||videoservice.apa.at/Vast/GetProxy/?*?videotype=preroll1&$xmlhttprequest
@@||videostream4u.com^*/ac_oetags_clone.js
@@||vox.de^$generichide
@@||webdisk.ads.mwn.de/Scripts/ext-adv.js
@@||welect.de/$document,subdocument
@@||werbebanner24.de/templates/_wb24/_assets/images/$image,domain=werbebanner24.de
@@||werbung.gruppedrei.com^$~third-party
@@||werbung.karstadt.de^$~third-party
@@||werbung.oebb.at^$~third-party
@@||werbung.pinkstinks.de^$domain=werbung.pinkstinks.de
@@||werbung.specials.de^$subdocument,domain=zentralreisen.de
@@||werkbank.bayern-online.de/oa23/www/delivery/spc.php?
zones=$script,domain=bayern-online.de
@@||werkbank.bayern-online.de/oa23/www/delivery/spcjs.php?id=$script,domain=bayern-
online.de
@@||widget.marktjagd.de/dist/$domain=baywa-baumarkt.de|chip.de|discounto.de|
focus.de|fressnapf.ch|hellweg.at|hellweg.de|kleinezeitung.at|koeln.de|maxizoo.ch|
meinestadt.de|netmoms.de|offerista.com|scondoo.de|sparbaby.de|sparwelt.de|wize.life
@@||willhaben.apa.net/mmo/logo/advert/$domain=willhaben.at
@@||windowspro.de^$script,domain=windowspro.de
@@||wm-druckarena.de/scripts/Werbebanner.
@@||wn-jobs.de/search.html?adType=$xmlhttprequest
@@||wn-markt.de/search.html?adType=$xmlhttprequest
@@||wn-mobil.de/search.html?adType=$xmlhttprequest
@@||wn.de/var/storage/images/*_300_250.$image,~third-party
@@||wohnungsrechner.ch/Advert-$xmlhttprequest,domain=wohnungsrechner.ch
@@||wohnungsrechner.ch/js/advert.js$domain=wohnungsrechner.ch
@@||wp.com/stadt-bremerhaven.de/wp-content/uploads/*?resize=$image,domain=stadt-
bremerhaven.de
@@||wuv.de/var/wuv/storage/images/werben_verkaufen/dossier/$image,domain=wuv.de
@@||xdate.ch/bundles/omsportal/img/footer_banner_ads_$image,domain=xdate.ch
@@||xdate.ch/uploads/images/adbanner/$image,domain=xdate.ch
@@||xfind.de/banner/$image,domain=searchx.ch
@@||yieldmanager.com/imp?$script,domain=girlsgogames.de|jetztspielen.de|spielen.com
@@||zanox-affiliate.de/ppc/?$subdocument,domain=eule.de|gutscheindoktor.de|
notenbuch24.de|preismafia.com
@@||g.doubleclick.net/pagead/ads?
*^slotname=3722556080^$document,subdocument,domain=kalender-365.de
@@||pagead2.googlesyndication.com/pagead/js/*/show_ads_impl.js$domain=kalender-
365.de
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=kalender-365.de
kalender-365.de#@#.adsbygoogle
@@||bueropartner24.de/out/pictures/generated/category/icon/728_90_$image,~third-
party
@@||campact.de^*_300x250.gif
@@||ebaystatic.com/aw/pics/im/default_300x250.jpg$domain=millionenklick.web.de
@@||eltern.de^*_300x250.$image,domain=eltern.de
@@||files.videovalis.tv/artwork/posterframes/*_300_250_$image
@@||gardenparc.ch/files/artikelbilder_
@@||googleusercontent.com^*/300x250.$domain=googlewatchblog.de
@@||gronkh.de/media/thumbs/*/300x250/$image
@@||internetworld.de/img/*_300x250_$image,~third-party
@@||kramarz.ch/iws/images/banner/iws-$~third-party
@@||musikexpress.de/wp-content/uploads/
*_musikexpressstyle_adbundle_mediumrectangle_300x250.gif$domain=musikexpress.de
@@||rollingstone.de/wp-content/uploads/
*_musikexpressstyle_adbundle_mediumrectangle_300x250.gif$domain=rollingstone.de
@@||searchx.ch/img/BannerFreeRegister_728_90.jpg$domain=searchx.ch
@@||smallapps.stroeerdp.de/podigee/*_300x250.$image,domain=cdn.podigee.com
@@||social-media-hosting.com^*_120x60.jpg
@@||stern.de/producing/paid/sternplus_$image,domain=stern.de
@@||teletext.zdf.de/teletext/$subdocument,domain=zdf.de
@@||welt.de/sites/default/files/rectangle-300x250-newsletter.jpg
@@||wetter.com/layout/1/woys/300_250/300_250_$image
@@||888casino.com^$popup,domain=online-casino.de
@@||ad.doubleclick.net/clk;$popup,domain=gutscheindoktor.de|mydealz.de
@@||adclick.g.doubleclick.net^$popup,domain=marketing-a.akamaihd.net
@@||adform.net^$popup,domain=onvista.de
@@||ads.mybet.com/redirect.aspx?pid=$popup,domain=gewinnspiele.freenet.de
@@||ads.smartfeedads.com^$popup,domain=motorrad2000.de
@@||adspirit.de^$popup,domain=dealdoktor.de
@@||doubleclick.net/ddm/$popup,domain=11freunde.de|geizhals.de|gutefrage.net|
reisebine.de
@@||elvenar.com^$popup,domain=t-online.de
@@||eurogrand.com^$popup,domain=online-casino.de
@@||europacasino.com^$popup,domain=online-casino.de
@@||g.doubleclick.net^$popup,domain=11freunde.de|deals.chip.de|kochbar.de|
notebooksbilliger.de
@@||getmyads.com^$popup,domain=wieverdienen.online
@@||partycasino.com^$popup,domain=online-casino.de
@@||pubads.g.doubleclick.net/gampad/clk?$popup,domain=cnet.de
@@||serving-sys.com/BurstingPipe/adServer.bs?$popup,domain=giga.de
@@||slimtrade.com/out.php?*&g=*/protection/folder_$popup,domain=hoerbuch.us
@@||stargames.com^$popup,domain=online-casino.de
@@||sunmaker.com^$popup,domain=online-casino.de
@@||track.adform.net^$popup,domain=dealdoktor.de
@@||williamhill.com^$popup,domain=online-casino.de
@@||zanox-affiliate.de^$popup,domain=dealdoktor.de

You might also like