! Checksum: P0SIsKka2bU64jCo9oKtng
! Title: AdGuard Base filter
! Description: EasyList + AdGuard English filter. This filter is necessary for quality ad blocking.
! Version: 2.0.74.37
! TimeUpdated: 2019-09-06T12:30:34+03:00
! Expires: 2 days (update frequency)
! Homepage: http://adguard.com/filters.html#english
! License: http://creativecommons.org/licenses/by-sa/3.0/
!
!-------------------------------------------------------------------------------!
!------------------ 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);else 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 ---------------------------------------!
!-------------------------------------------------------------------------------!
!
! Section contains list of advertising networks
!
! The rules with hints are at the end of file
!
||xineday.com^
||outseeltor.com^
||g.letaojuan68.com^$third-party
||clicktracklink.com^
||surfe.pro^$third-party
||beiven.pw^$third-party
||sometired.com^$third-party
||pushlinck.com^
||glishais.net^
||euktoywjpdxpdh.com^
||slideff.com^
||etoads.net^$third-party
||nuhwyavc.com^
||yximgdpivguxke.com^
||antbadani.club^
||bit-ad.com^$third-party
||aleapeact.club^
||rappenedstoric.info^$third-party
||apearmark.online^
||aspampbrr.online^
||aptapebog.online^
||askallalb.club^
||mvbemeggnodty.com^
||mysmokingmistress.com^$third-party
||beserte.pro^
||voastauz.net^
||tibacta.com^$empty,important
||ashaidbit.club^$third-party
||buysellads.com^$third-party
||kongssew.com^$third-party
||zoafoaho.net^$third-party
||posecoug.pro^
||pvp-pro.space^
||vaipsona.com^
||thevpntrustzone.xyz^$third-party
||graivaik.com^
||fethungi.com^
||pegloang.com^
||lcwfab2.com^$third-party
||superonclick.com^
||serconmp.com^$third-party
||psoonsod.com^
||bulletprofit.com^$third-party
||sevootie.com^
||ailiyou1999.com^$third-party
||snyowx29.com^$third-party
||tuigang1999.com^$third-party
||victory1999.com^$third-party
||adserver.yahoo.com^
||popunders.bid^
||osskanger.com^
||relapayssia.xyz^
||kepler-37b.com^$third-party
||voluumtlkrnarketing.com^$third-party
||erxalim.xyz^
||nameketathar.pro^
||deryjobmeetin.info^
||sylmyar.pw^
||kenvam.online^
||wmwloejxww.com^
||givirsou.net^
||aud3g.com^
||adtags.mobi^$third-party
||d0p21g2fep.com^$third-party
||push-tools-system.com^
||feed.monad-rtb.com^
||ellcurvth.com^
||yr9n47004g.com^
||m.helloworld2018.top^$third-party
||reydi.xyz^$third-party
||chidsimp.com^
||allartand.club^
||hpcat.cn^$third-party
||tslomhfys.com^
||bl0uxepb4o.com^$third-party
||321gongsi.com^$third-party
||e.211pu.cn^$third-party
||m.91xiaodu.top^$third-party
||m.789657.top^$third-party
||wysasys.com^
||doghoust.net^
||astoapsu.com^
||daurifek.net^
||gloorajo.com^
||psoaptou.net^
||under2given.com^
||m.siwmc.cn^$third-party
||m.alylym.top^$third-party
||vagwyn.pw^
||zouzun.top^$third-party
||coothupu.net^
||hackesie.net^
||tczzzlwpss.com^$third-party
||27823.club^
||zonvid.com^$third-party
||eetsooso.net^$third-party
||loodoost.net^$third-party
||stygg.xyz^$third-party
||ptefautu.net^
||meezauch.net^
||877ky.com^$third-party
||chachors.net^
||chograud.com^
||wexevoom.net^
||gleechie.net^
||ad.1serve-sys.com^$third-party
||qwerty24.net^$third-party
||adtrue24.com^$third-party
||paddsup.com^
||b-m.xyz^
||yesmaris.com^
||bilsyndication.com^
||coyalecap.club^
||drjgjngf.com^
||stazumik.net^
||phengung.net^
||sgr1.com^
||aa24h.com^
||gitoku.com^
||doutthenhap.info^
||2yut0j.cn^$third-party
||iarfina.pw^
||grunkav.online^
||sdasasyydd.com^
||imzahrwl.xyz^$third-party
||adsaturn.com^$third-party
||hedtronverhan.ru^$third-party
||phauwooz.net^$third-party
||hikeheoratth.info^
||yoads.net^$third-party
||shalseey.com^$third-party
||xxxc2c.org^$third-party
||furtherescottom.info^
||braun634.com^$third-party
||enmaer.com^$third-party
||caraphene.xyz^$third-party
||infloots.pro^$third-party
||googleapi.club^$third-party
||3585656d9351553f.com^
||7667bab1751ff777.com^
||b60228e270e363f6.com^
||tejia.gaibang.fun^$third-party
||41df76c67812005c.com^
||aa53df329975c325.com^
||6868bbe42af8e518.com^
||rydresa.info^
||taiphaib.net^$third-party
||krison.xyz^
||adxadtracker.com^$third-party
||mordi.xyz^
||stremanp.com^
||stoshoos.com^
||47f624b2e6c6072e.com^
||564d28256cddaeba.com^
||ae25079147984d4d.com^
||b13481647cf775c5.com^
||e6081b73afec581f.com^
||e7393e33565ce805.com^
||fd9523b31ff93b5c.com^
||2d7bd9e6eb370143.com^
||tssandycateup.com^
||lowgraveleron.com^
||paumoogo.net^
||bzoxa.cn^$third-party
||5e6lud.cn^$third-party
||q53ztm.cn^$third-party
||r9i8ud.cn^$third-party
||piou.kirkir.xyz^
||zbnfhsk.com^
||clckysudks.com^
||ugabuga.icu^$third-party
||meloads.com^$third-party
||adword.ge^$third-party
||dynamicadx.com^$third-party
||cootewie.com^
||ptashibu.com^
||zuzodoad.com^
||foloatoo.com^
||norvalur.xyz^
||a1a5ab31bcd1bc68.com^
||khlgauqt2000.com^$third-party
||aifei0755.net^$third-party
||cagelrib.net^
||daigleeb.net^
||naucaips.com^
||delivery.adten.eu^$third-party
||hub.com.pl^$third-party
||yourservice.live^
||traveltogandi.com^
||destinylocation.info^
||detectnewfavorite.com^
||ian.xyz^$third-party
||hesftig.site^
||resorsedroblet.pro^
||jomys.xyz^$third-party
||debitcrebit669.com^$third-party
||vizaiced.net^
||whehilru.com^
||noakauhe.com^
||syndapop.com^$third-party
||pub2srv.com^$third-party
||beharmalted.info^
||opetation.pro^
||oassooxo.com^
||naustoch.net^
||founehie.com^
||oardilin.com^
||zugnogne.com^
||phaihoaw.net^
||advsmedia.com^$third-party
||bms.adjarabet.com^$third-party
||greetham.net^
||pushmono.com^
||salaure.pro^$third-party
||foreventwithenwas.info^$third-party
||ketapang.biz^$third-party
||ulaleth.xyz^
||nvoepbzqtn.com^$third-party
||zoteromedia.com^$third-party
||ae7c783736eb2ff.com^
||reftedlettiny.info^
||torshatencalsi.info^
||adtorio.com^$third-party
||vestlitt.online^
||serverflox.online^
||420147981.world^
||yesra.xyz^
||cepailru.com^
||nanoadexchange.com^$popup
||presatisfy.com^
||connectad.io^$third-party
||frtyo.com^$third-party
||baipagid.com^
||finized.co^
||westatess.info^
||udockoan.net^$third-party
||cuikcg.com^$third-party
||pmli.cn^
||ucheephu.com^
||hoohavoa.com^
||coomosha.com^
||groucign.com^
||cimoghuk.net^
||clotezar.com^
||peevopoy.com^
||sifuglie.com^
||taiwhups.net^
||houchosi.net^
||rufadses.net^
||daelynn.xyz^
||targaubs.com^
||ojeergoy.com^
||geebicom.net^
||gregnobs.com^
||uriqirelle.xyz^
||blueseed.tv^$third-party
||yomedia.vn^$third-party
||wachipho.net^
||roojouma.com^
||dexessee.com^
||riluaneth.com^
||craydark.pw^
||feewoajy.net^
||zarlomgog.com^
||psonstrentie.info^
||mavq.net^$third-party
||adqy6rzwcs.com^
||permenor.xyz^
||boacheeb.com^$third-party
||uohz.cn^$third-party
||aepetor.pw^$third-party
||tontwiredat.info^
||rpeonetedronsitren.info^
||tuscrity.info^
||bludoistores.info^
||virsalor.xyz^
||chersoat.com^
||kurlipush.com^
||mousheen.net^
||fshet.com^
||aijiboft.com^
||psadsoob.com^
||paibopse.com^
||remtoaku.net^
||deloplen.com^
||ad.pentabox.net^
||g--o.info^$third-party
||dbaof.com^
||zinrora.pw^
||popcent.net^$third-party
||kerumal.com^
||runative-syndicate.com^$third-party
||roupsouk.com^
||itad.linetv.tw^
||zoonoapt.net^
||jeeshapi.net^
||perren.xyz^
||elamyar.pw^
||sitegoto.com^
||cashbigo.com^
||idealmedia.io^
||guckawoh.net^
||vernehepet.info^
||groogloo.net^
||psurdoak.com^
||propbigo.com^$third-party
||clickopop1000.com^$third-party
||miakalyn.pw^
||vaivafie.net^
||voaroawo.net^
||lessonis.com^
||gleersoo.net^
||dalseeds.net^
||jokoshep.com^
||ithoahie.com^
||steptaik.net^
||peehotim.com^
||0gw7e6s3wrao9y3q.pro^
||niltutch.com^$third-party
||wauzoust.com^$third-party
||kelris.pw^
||aenan.pw^
||ianxalim.pw^
||elwraek.xyz^
||zoagremo.net^
||ivastoor.com^
||phenver.com^$third-party
||xch.smrtgs.com^$third-party
||foagoasu.net^$third-party
||getcontent.net^$third-party
||tonstiparro.info^
||othepbuttit.com^
||yllanala.pw^
||clrpdhptoddatj49.pro^$third-party
||ads2.contentabc.com^$third-party
||magrie.pw^
||stovoudu.com^
||kistutch.net^
||rereegny.net^
||koindut.com^
||magdove.xyz^
||carbian.info^
||geesopso.net^$third-party
||agreensdistra.info^$third-party
||rensovetors.info^
||soagitet.net^$third-party
||togroltu.net^$third-party
||oupushee.com^$third-party
||voastauz.net^$third-party
||pheergar.com^$third-party
||mybestdc.com^
||arkinhechershedt.info^
||waubasou.com^
||paupepsu.click^
||m3haw43xxuiai.win^
||cegludse.net^$third-party
||chaghets.net^$third-party
||somelandingpage.com^
||getmyfreetraffic.com^
||pectors.info^$third-party
||afletedly.info^$third-party
||waubasou.com^$third-party
||xcouj.com^$third-party
||yxtwx.cn^$third-party
||xcouj.com^$third-party
||stoomeddert.info^$third-party
||pandanetwork.tk^$third-party
||pandanetwork.club^$third-party
||bnrslks.com^$third-party
||qiralei.xyz^
||tonsterandhantan.info^$third-party
||newsupdatedepot.info^$third-party
||givirsou.net^$third-party
||pseelrou.net^$third-party
||denetsuk.com^$third-party
||jsfuz.com^$third-party
||xml.revrtb.net^
||xml.popmonetizer.net^
||presbanise.pw^$third-party
||mordi.fun^$third-party
||aj1603.online^$third-party
||katurars.com^$third-party
||7wtic7ru.com^$third-party
||psulsobi.net^$third-party
||sheenami.net^$third-party
||doshaido.com^$third-party
||haupsoti.net^$third-party
||zoacaups.net^$third-party
||newhigee.net^$third-party
||glynzumin.pw^$third-party
||ouloutso.net^$third-party
||s85n4btydl.online^$third-party
||wedeegut.net^$third-party
||evertherenous.info^$third-party
||governobylgot.info^$third-party
||grainsox.net^$third-party
||adtival.com^$third-party
||oorseest.net^$third-party
||chautcho.com^$third-party
||dirdamid.com^$third-party
||whegadry.com^$third-party
||nigrebud.net^$third-party
||glaimtug.com^$third-party
||sticoats.net^$third-party
||parumal.com^$third-party
||usenetnl.download^
||m3hywq3xaias4u.download^
||mediaoaktree.com^
||mediasprucetree.com^
||glumtitu.net^$third-party
||psughooy.com^$third-party
||dolohen.com^$third-party
||agxclick.com^$third-party
||desiasm.club^$third-party
||jungloconding.info^$third-party
||propu.sh^$third-party
||storoukr.net^$third-party
||bestadbid.com^
||ad.mox.tv^$third-party
||dm.hybrid.ai^$third-party
||uptopop.com^$third-party
||bodelen.com^$third-party
||ihosetch.com^$third-party
||adslop.com^$third-party
||phastoag.com^$third-party
||glodrips.com^$third-party
||holexknw.loan^$third-party
||551f044b1a3f4ef.com^$third-party
||keqi7dh3df.com^$third-party
||installp.com^$third-party
||producebreed.com^$third-party
||letaikay.net^$third-party
||shihoult.com^$third-party
||whitwise.com^$third-party
||ceptavou.net^$third-party
||thiksikr.com^$third-party
||coinzillatag.com^$third-party
||gcontentdelivery.info^$third-party
||smrtbnr.site^$third-party
||fairnessels.com^$third-party
||ousufauk.com^$third-party
||fvtwyjev.com^
||yoads.network^$third-party
||getfree-vpn.com^$third-party
||sensortoluy.club^$third-party
||majoritishbettes.info^$third-party
||expectorslapsino.info^$third-party
||adsnative.com^$third-party
||pheegoab.click^$third-party
||wynather.com^$third-party
||vaigowoa.com^$third-party
||ceetoaho.com^$third-party
||ottomdisede.club^$third-party
||burdaffi.burdadigital.pl^$third-party
||etrabandidlo.club^$third-party
||jhwj88.com^$third-party
||shenglonghg.net^$third-party
||asasfasdf.xyz^$third-party
||nompakru.click^
||pirdoust.com^
||libertystmedia.com^$third-party
||tinb.net^$third-party
||i22lo.com^$third-party
||riverhit.com^$third-party
||furocmay.com^$third-party
||aifoosty.net^$third-party
||kaukoafa.net^$third-party
||deathereclother.info^$third-party
||yeahmobi.com^$third-party
||api.grumft.com^$third-party
||c.pubguard.com^
||jscdn.yieldbird.com^
||hb.headbidder.net^
||advmanager.techfun.pl^
||abodealley.com^$third-party
||smentcirrhoea.club^$third-party
||ltanesperexcitems.club^$third-party
||mobileoffers-cb-download.com^$third-party
||fabrkrup.com^$third-party
||aj1574.online^$third-party
||becomspectua.club^$third-party
||onemerelyingisr.club^$third-party
||zostofou.link^$third-party
||adtube.ir^$third-party
||hitplus.ir^$third-party
||siblesectiveal.club^$third-party
||reotherebyfery.club^$third-party
||kaunairu.net^$third-party
||stompebi.link^$third-party
||eklcrpehu.com^$third-party
||brinein.com^$third-party
||jin33456.cn^$third-party
||pzuth.cn^$third-party
||merylaural.info^$third-party
||ohleiludieje.info^$third-party
||1q2w3.website^$third-party
||1q2w3.life^$third-party
||hartookr.link^$third-party
||dunellengez.info^$third-party
||resentaticexhaus.info^$third-party
||turngrind.com^$third-party
||chouphoa.top^$third-party
||chauksoa.net^$third-party
||septembership.com^$third-party
||thterras.com^$third-party
||nepsauss.net^
||jsybwjivrlhx.com^$third-party
||1warie.com^$third-party
||fessoovy.com^$third-party
||doaraifa.click^$third-party
||graftaub.com^$third-party
||dompegho.net^$third-party
||joredi.com^$third-party
||us.b3018.pw^
||keyrolan.com^$third-party
||w13qh.cn^$third-party
||neecnuaa.com^$third-party
||btzuecidcshmmv.com^$third-party
||foxypp.com^$third-party
||lnkfast.com^$third-party
||newspolovb.info^
||uytestion.info^
||cultidifficient.info^
||mechangesee.club^
||bestadbid.com^$third-party
||traffic.club^$third-party
||trafficclub-nde.netdna-ssl.com^$third-party
||lovacmar.click^$third-party
||niltutch.com^$third-party
||gersairg.net^$third-party
||unknownads.com^$third-party
||adblox.net^$third-party
||uniquecaptcha.com^
||marial.pro^$empty,important
||analyticsq.com^$empty,important
||ofeetles.pro^$popup,empty,important
||qenprsuoashu.com^$third-party
||nlyqwlyykvjl.com^$third-party
||emented.pro^$third-party
||obaizahshita.info^$third-party
||jaizouji.com^$third-party
||tauptaup.com^$third-party
||otefauks.link^$third-party
||ptocmaux.com^$third-party
||ads.avocet.io^$third-party
||adswrapme.click^$third-party
||cdn.pljs.ru^$third-party
||hgub2polye.com^$third-party
||ihowed.info^$third-party
||siterdm.com^$third-party
||bokeden.com^$third-party
||ceehimur.uk^$third-party
||weedazou.net^$third-party
||pushanert.com^$third-party
||pushwhy.com^$third-party
||rtbvideobox.com^$third-party
||nauchegy.link^$third-party
||lcwfab1.com^$third-party
||fuxoasim.link^$third-party
||oagudsey.uk^
||ukdtx.31202.fun^$third-party
||nativepu.sh^$third-party
||glothouw.link^$third-party
||a.doko.moe^$third-party
||renaissanto.com^$third-party
||6c4t5.cn^$third-party
||201d5.cn^$third-party
||housineschard.info^$third-party
||trothko.com^$third-party
||eecd179r3b.com^$third-party
||deparationew.info^$third-party
||daibusee.com^$third-party
||gsasd.info^$third-party
||vulevision.info^$third-party
||ad.linkprice.com^$third-party
||outbanner.hu.co.kr^$third-party
||ntosarang.com^$third-party
||campadv.ga^$third-party
||yektanet.com^$third-party
||adcaser.pl^$third-party
||yengo.com^$third-party
||bezoya.work^$third-party
||bethoy.es^$third-party
||partnerzyapi.ceneo.pl^$third-party
||stsodds.sts.pl^$third-party
||adtify.pl^$third-party
||bonnieradnetwork.se^$third-party
||mediaad.org^$third-party
||popupme.net^$third-party
||yljiaoluo.com^$third-party
||newyorkwhil.com^$third-party
||d2bj2texxib1qg.cloudfront.net^$third-party
||drakorindo.club^$third-party
||mobileoffers-a-download.com^$third-party
||piratepc.net^$third-party
||talk2none.com^$third-party
||smashseek.com^$third-party
||theirsvendor.com^$third-party
||opten.hu^$third-party
||sigmaad.com^$third-party
||adnegah.net^$third-party
||yekpop.com^$third-party
||yallarec.com^$third-party
||hechaocheng.cn^$third-party
||borsendental.com^$third-party
||bbtrf.info^$third-party
||mobilink.az^$third-party
||odbabo.info^$third-party
||fultop.biz^$third-party
||oxu24.com^$third-party
||anhuilitian.net^$third-party
||mediav.com^$third-party
||u8.hujiang.com^$third-party
||resu8.hjfile.cn^
||chinahdcm.com^$third-party
||yunpifu.cn^$third-party
||60608787.com^$third-party
||mengchengbao.com^$third-party
||guangzizai.com^$third-party
||zhuyuanp.top^$third-party
||statstat888.com^$third-party
||36900pf.com^$third-party
||zybxchina.com^$third-party
||kyad88.com^$third-party
||zhuyuanp.club^$third-party
||sy123888.com^$third-party
||jinchaoyu.com^$third-party
||qiqivv.com^$third-party
||qiqipower.com^$third-party
||guanglijiudian.com^$third-party
||tiankongzudui.com^$third-party
||wxktv.cn^$third-party
||dupinpu.com^$third-party
||258pcf.com^$third-party
||258ydh.com^$third-party
||admaster.com.cn^$third-party
||zhuwawa.net^$third-party
||yeshoutuan.cn^$third-party
||maizhenai.cn^$third-party
||88shu.cn^$third-party
||dup.baidustatic.com^
||x-ssp.com^$third-party
||icyrd.com^$third-party
||7527v.cn^$third-party
||qqjmbj.com^$third-party
||lfdydk.com^$third-party
||bps.sysact.cn^$third-party
||ms.awqsaged.cn^$third-party
||778771.com^$third-party
||show.g.mediav.com^$third-party
||fzxrjx.com^$third-party
||wsxxu.com^$third-party
||tabwl.com^$third-party
||evhj9.52av.tv^
||laojiayoufang.com^$third-party
||lygshgj.com^$third-party
||fate-xy.com^$third-party
||dsdsc.win^$third-party
||yijikm.com^$third-party
||czlhgz.com^$third-party
||gitpw.com^$third-party
||lzwla.top^$third-party
||sitemaji.com^$third-party
||prazpf.cn^$third-party
||wxbdfm.com^$third-party
||htyfmm.com^$third-party
||ruifeng99.com^$third-party
||97kuaixiu.com^$third-party
||70yst.com^$third-party
||kuaiyan.com^$third-party
||e.qxfly.com^$third-party
||nvrentao8.com^$third-party
||js.69lm.com.cn^$third-party
||dd.70yst.com^$third-party
||kuhou.com^$third-party
||youle55.com^$third-party
||dm.jinshasi.cn^$third-party
||ffwap.com^$third-party
||sp96878.com^$third-party
||bycxsh.com^$third-party
||jgchq.com^$third-party
||in.bmgan.com^$third-party
||mts.sdtieta.com^$third-party
||lelexw.com^$third-party
||zusrd.cn^$third-party
||lwnne.cn^$third-party
||hulemedia.com^$third-party
||c.start280.com^$third-party
||tizzitextile.com^$third-party
||shen.zgfszs.com^$third-party
||lhzgqc.com^$third-party
||gygdmy.com^$third-party
||e.ejiakm.net^$third-party
||m.8800266.com.cn^$third-party
||s.zsxpx.com^$third-party
||s.gg0376.com^$third-party
||m.maidiankeji.org^$third-party
||myjj.pyzkk.com^$third-party
||kiki.ykjmy.com^$third-party
||llsp.gfd80.com^$third-party
||img.hai61.com^$third-party
||img.balaiyani.com^$third-party
||tt.twzui6.com^$third-party
||c.8l8l.com^$third-party
||img.56gmz.com^$third-party
||img.rqgsf.com^$third-party
||rc.xxhrd.com^$third-party
||x.55peixun.com^$third-party
||t.91chs.com^$third-party
||img.hunlimishu.com^$third-party
||g.hw6.com^$third-party
||cycy.kxrxh.com^$third-party
||gggo.xmbhj.com^$third-party
||5568.gjghy.com^$third-party
||9990.spqsd.com^$third-party
||nnd.xyssp.com^$third-party
||download.350.com^$third-party
||ttkx.qyctj.com^$third-party
||gog9.qzdfc.com^$third-party
||tt.biquge.la^$third-party
||ss.biquge.la^$third-party
||diaobanstudio.com^$third-party
||js.jianbaimei.com^$third-party
||baby.yf898.com^$third-party
||bnspx.com^$third-party
||mgwcn.com^$third-party
||nxrxt.com^$third-party
||hystq.com^$third-party
||ju33.com^$third-party
||yongkang6.com^$third-party
||m78.xhydrs.cn^$third-party
||sa.xalongli.cn^$third-party
||m71.qhdzfs.cn^$third-party
||ppco.trwba.com^$third-party
||js.133u.com^$third-party
||wtdtjs.rocks^$third-party
||wtdtjs.club^$third-party
||w.picsinfog.com^$third-party
||m.corocksi.com^$third-party
||s.shbywsd.cn^$third-party
||zymro.com^
||95558000.com^$third-party
||c.bxjpl.cn^$third-party
||201689.qingkan520.com^
||ekeide.com^
||qd.maskbaby.com.cn^
||s.polkoa.com^
||s.95105012.com^$third-party
||a.wlgnd.com^$third-party
||a.mlyns.com^$third-party
||cnzz.com^$third-party
||docols.net^$third-party
www.llllllllllll.net^$third-party
||js862.anreson.net^$third-party
||1lo0.net^$third-party
||54kefu.net^$third-party
||56fff.net^$third-party
||a3p4.net^$third-party
||c2.xsu.cc^$third-party
||egooad.com^$third-party
||gf108.com^$third-party
||yinooo.com^$third-party
||qiyou.com^$third-party
||users.51.la^$third-party
||linker.hr^$third-party
||cdn.midas-network.com^$third-party
||vvbox.cz^$third-party
||eclick.vn^$third-party
||ad2017.meo4.info^$third-party
||sbbanner.com^$third-party
||javblow.com^$third-party
||less-css.site^$third-party
||worlanned.pro^$third-party
||ujoongeilaej.info^$third-party
||newsupdatewe.info^$third-party
||intertakekuhy.info^$third-party
||gaitheed.com^$third-party
||aiwhebey.com^$third-party
||propellerclick.com^$third-party
||koapsooh.click^$third-party
||ryllae.com^$third-party
||blastnotificationx.com^
||ynopkisq.com^$third-party
||bodelen.com^$third-party
||graucoay.net^$third-party
||kaishist.top^$third-party
||ipreparty.info^$third-party
||varielcontentdelivery.info^$third-party
||culsauwou.com^$third-party
||coinhits.com^$third-party
||poogriry.click^$third-party
||wirenth.com^$third-party
||4dsbanner.net^$third-party
||spunto.ru^$third-party
||promo-bc.com^$third-party
||apopgo.com^$third-party
||cobalten.com^$third-party
||soujoobafoo.com^$third-party
||dentaint.pro^$third-party
||uss1star.com^$third-party
||joheeptaicat.com^$third-party
||qinvaris.com^$third-party
||hrtya.com^$third-party
||lexozfldkklgvc.com^$third-party
||api.digitalbees.it^$third-party
||sdk.digitalbees.it^$third-party
||hyphenatedion.com^$third-party
||sapere.seed4.me^
||ekoatchooze.com^
||greview.pro^$third-party
||titranco.info^$third-party
||eoredi.com^$third-party
||geniusonclick.com^$third-party
||decademical.com^$third-party
||windowmentaria.com^$third-party
||stringroadway.com^$third-party
||sloi1.com^$third-party
||pnewspages.com^$third-party
||ablehed.pro^$third-party
||theiphaeraer.info^$third-party
||4dsbanner.com^$third-party
||yim3eyv5.top^$third-party
||9utwbj08.top^$third-party
||revrtb.com^$third-party
||popads.media^$third-party
||xmazvzvbqli.com^$third-party
||daljntupdaoejb.com^$third-party
||asextube.net^$third-party
||seriencev.com^$third-party
||pornodanke.com^$third-party
||pornostunde.com^$third-party
||endloseporno.com^$third-party
||pornomasse.com^$third-party
||pornogrund.com^$third-party
||pornojux.com^$third-party
||xrgrymutlq.com^
||s7c66wkh8k.com^$third-party
||europerty.pro^$third-party
||adtng.com^$third-party
||optmnstr.com^$third-party
||yeo1tfjz5f.com^
||makemyvids.com^$third-party
||outlookabsorb.com^$third-party
||ypa.focusoftime.com^$third-party
||parketsy.pro^$third-party
||pptchecker.club^$third-party
||amountinue.info^$third-party
||2hanwriten.com^$third-party
||mfio.cf^$third-party
||oei1.gq^$third-party
||mwor.gq^$third-party
||wordc.ga^$third-party
||adscpm.site^$third-party
||fkbwtoopwg.com^$third-party
||2taa9ib4ib.com^$third-party
||o12zs3u2n.com^$third-party
||nyacampwk.com^$third-party
||whs82908.com^$third-party
||mse2v5oglm.com^$third-party
||adcalm.com^$third-party
||push-notifications.top^$third-party
||95p5qep4aq.com^$third-party
||bj1110.online^$third-party
||4bb6jls06l.com^$third-party
||q8eqh.top^$third-party
||ridingintractable.com^$third-party
||pfk9fywba5.com^$third-party
||dlwmksxohvw.com^$third-party
||baletingo.com^$third-party
||2iiyrxk0.com^
||brdlplgvdq.com^$third-party
||click.advertnative.com^$third-party
||xilfqkxezy.com^$third-party
||docqacvwhgbxv.com^$third-party
||legistrike.pro^
||masture.mobi^$third-party
||wz7a23kicq.online^$third-party
||widgets.cryptopicture.com^$third-party
||hiug862dj0.com^
||4f2sm1y1ss.com^$third-party
||7s08gpbp39.com^$third-party
||afgmyvid.com^$third-party
||curriculture.com^$third-party
||h5tjj3loy2.com^$third-party
||dtprofit.com^$third-party
||o4uxrk33.com^
||runmewivel.com^$third-party
||webgekeniuos.com^$third-party
||eaqxjz6bra.com^
||lh5lg.top^$third-party
||glorinlost.rocks^$third-party
||retiremely.com^
||kidnepishlient.pro^
||ekostreams.gq^
||videoplayerhub.com^$third-party
||35.193.89.147^
||specialgift.top^
||im2ss2ss.top^
||fingahvf.top^
||xqkzsifxgv.com^$third-party
||stalluva.pro^$third-party
||vi-serve.com^$third-party
||wtg-ads.com^
||kurkizraka.com^
||mobpushup.com^
||zddxlih.com^
||7vxlfstt.top^
||presidery.info^$third-party
||nererut.com^$third-party
||reddleops.pro^$third-party
||smitionsory.co^
||zxwiejfbyr.com^
||admp.io^$third-party
||cklad.xyz^$third-party
||richmediaads.com^$third-party
||teleriumads-*.netdna-ssl.com^$third-party
||afgr3.com^$third-party
||anothere.club^$third-party
||reportions.club^$third-party
||voyeurhit.com^$third-party
||ghosthis.review^$third-party
||fullspeeddownload.com^$third-party
||privacysecurityprotection.com^$third-party
||69content.com^$third-party
||5iclx7wa4q.com^
||greerlies.pro^$third-party
||reseireejoch.info^$third-party
||fruitablock.net^$third-party
||blatungo.com^$third-party
||beaverads.com^$third-party
||zukxd6fkxqn.com^
||kofpag.com^
||laborates.com^
||rapistory.info^
||ed9wkbpy.com^
||dagnar.com^
||chainads.io^$third-party
||kiwihk.net^$third-party
||trav4life.site^$third-party
||hitadsmedia.com^$third-party
||mediapeartree.com^
||detailsay.info^
||vhldwuv6om.com^$third-party
||tfa5e.top^
||tfa5e.top^$popup
||adbitty.com^$third-party
||click.abctrack.bid^
||800d24d61daea3c.com^
||countante.info^$third-party
||evantative.top^$third-party
||allcuteboys.com^$third-party
||iz682noju02ye5.com^$third-party
||ptawe.com^$third-party
||pndelfast.com^$third-party
||a.gerasopa.com^
||q0zsp5e3dv.com^
||onclickmega.com^
||moneymakercdn.com^
||vidcpm.com^
||juicyads.com^
||pimmuter.com^$third-party
||pimmuter.com$popup
||6l1twlw9fy.com^
||optad360.io^$third-party
||oyi9f1kbaj.com^$third-party
||rzekbhnk.top^$third-party
||adrino.pl^$third-party
||vendimob.pl^$third-party
||traqueto.com^$third-party
||wheelches.info^
||menemier.info^$third-party
||therses.com$popup
||turbotraff.com^$third-party
||xijgedjgg5f55.com^
||pushno.com^$third-party
||bitvertise.io^$third-party
||coinverti.com^$third-party
||parlaka.com^$third-party
||trfpump.com^$third-party
||bullads.net^$third-party
||bnrdom.com^$third-party
||attenhance.com$popup
||langtzet.info^$third-party
||fm6dz864.top^$third-party
||ixeq490u20.com^$third-party
||k77hof1z7k.com^$third-party
||onlivestreams.online^$third-party
||webpower.eu^$third-party
||amadagasca.com^$third-party
||dlzm790g.com^$third-party
||ie8eamus.com^$third-party
||lignorange.com^$third-party
||univerba.club^$third-party
||fortpush.com^$third-party
||tweowhvrim.review^$third-party
||adserwer.xwords.pl^
||appared.online^
||colleduny.info^
||authorne.info^
||odrftytjmozxsfwnlw.bid^$third-party
||y2rmo576.top^$third-party
||speciadnessing.pro^$third-party
||filternal.space^$third-party
||interedy.info^$third-party
||fapmeth.com^$third-party
||popmode.net^$third-party
||goadservices.com^$third-party
||megappu.com^$third-party
||dramatical.online^
||sistacked.com^
||ortonch.com^$third-party
||ingeliteral.pro^$third-party
||eversely.com^
||shermore.info^
||parding.info^
||iberate.club^
||pindered.info^
||basepush.com^$third-party
||rmawm7mw.top^$third-party
||redewdit.pro^$third-party
||apyecom.com^$third-party
||aeckcjy.com^$third-party
||suggedin.info^$popup
||efishedo.info^$popup
||insupposity.info^$popup
||enclosely.info^$popup
||aclassigned.info^$popup
||maraukog.info^$popup
||acinster.info^$popup
||udriveme2.com^$third-party
||alxzes.com^$third-party
||gleaminist.info^$popup
||averoconnector.com^$third-party
||uncyane.com^$third-party
||bidrev.net^$third-party
||2pxg8bcf.top^$third-party
||preonesetro.com^$third-party
||omoukkkj.stream^$third-party
||zinidge.com^$third-party
||mysdvvf.com^$third-party
||milleonid.com^$third-party
||cellorun.info^$third-party
||focusego.info^$third-party
||pvclouds.com^$third-party
||chanicut.com^$third-party
||vetermsu.info^$third-party
||utilistom.info^$third-party
||unlithere.info^$third-party
||320147982.world^$third-party
||rasius.pro^$third-party
||phalata.info^$third-party
||afrigale.co^$third-party
||aj1052.online^$third-party
||crvtrk.com^$third-party
||apps4.space^$third-party
||appsha2.space^$third-party
||uniad.vn^$third-party
||bepolite.eu^$third-party
||run-syndicate.com^$third-party
||modulepush.com^$third-party
||pipeschannels.com^$third-party
||adsrv4k.com^
||tagbucket.cc^$third-party
||bcloudhost.com^$third-party
||plufdsb.com^$third-party
||pukrazopchatka.com^
||tweightment.pro^$third-party
||udmlkmzjkob.co^$third-party
||okanjo.com^$third-party
||advnet.xyz^$third-party
||g3j2wzmon8b.com^
||1.mobiuppedmedia.com^
||go2funz.com^
||valpeiros.com^$third-party
||overreare.co^$third-party
||witlee.com^$third-party
||hadarone.com^$third-party
||blueserving.com^$third-party
||sslenable.review^$third-party
||ininmacerad.pro^$third-party
||q-sht-zidjk.co^$third-party
||ogamon.win^$third-party
||o01fv23.loan^$third-party
||7mu36somt5.com^$third-party
||hcg82f2b.com^$third-party
||urlife2all.com^$third-party
||thump-night-stand.com^$third-party
||ek8k5dst5c.com^$third-party
||smopy.com^$third-party
||alogationa.co^$third-party
||enlarget.com^
||casterist.info^
||enousouz.info^
||muzotur.info^$third-party
||hitvhost.co^$third-party
||360adshost.com^$third-party
||360direct.click^$third-party
||ps7894.com^$third-party
||d14emrg9.com^$third-party
||ibjivzn.com^$third-party
||connatix.com^$third-party
||yebadu.com^$third-party
||ssl4go.ga^$third-party
||stimergeners.pro^$third-party
||frolnk.com^$third-party
||approp.pro^$third-party
||compass.adop.cc^$third-party
||terrapush.com^$third-party
||fridrici.info^$third-party
||stampshire.info^$third-party
||noqukjy.com^$third-party
||ssl2anyone3.com^$third-party
||kaidop.com^
||gamzetov.com^
||crack44.com^$third-party
||ppinstall.com^$third-party
||quaves.info^$third-party
||clickonometrics.pl^$third-party
||converti.se^$third-party
||widget.convertiser.com^$third-party
||adsenseguard.com^$third-party
||freesoftwarestation.com^
||ubdwc.com^$third-party
||uymkdz9s.com^$third-party
||jiwvbck.com^$third-party
||pgcode.org^$third-party
||cashpartners.eu^$third-party
||clickaine.com^$third-party
||tubecorporate.com^$third-party
||play4k.co^$third-party
||nmpmgmldzvrmra.com^$third-party
||ojiffvsutzrx.com^$third-party
||yoredi.com^$third-party
||adapex.io^$third-party
||cqlupb.com^$third-party
||rvvslhmmbor.com^$third-party
||graphli.net^$third-party
||sfo.xsgfhkwd.date^$third-party
||pop.verplusonline.com^$third-party
||adnami.io^$third-party
||ooredi.com^$third-party
||motosal.net^$third-party
||niajmtjqexq.co^$third-party
||adkernel.com^$third-party
||dopor.info^$third-party
||kurkizraka.com^$third-party
||yaranitsa.info^$third-party
||ovustav.ru^$third-party
||plutusads.com^$third-party
||ritogaga.com^$third-party
||qaquzakalaka.com^$third-party
||smilewanted.com^$third-party
||hitlnk.com^$third-party
||defpush.com^$third-party
||performanteads.com^$third-party
||tjfot.com^$third-party
||fqsbi.com^$third-party
||zharezhi.info^$third-party
||befirstcdn.com^
||bleua.ecefibwja.xyz^
||cebadu.com^$third-party
||roxedltd.co.id^$third-party
||recallen.info^
||earnco.in^$third-party
||d1qk9ujrmkucbl.cloudfront.net^$third-party
||ssraju3n.com^$third-party
||top-games.me^$third-party
||m73lae5cpmgrv38.com^
||smartclick.net^$third-party
||3l4r8d61yz.com^
||pilottere.info^$third-party
||uharded.com^$third-party
||data.adwombat.com^
||onclickprediction.com^
||venturead.com^
||velocecdn.com^
||maxonclick.com^
||superfastcdn.com^
||ajkelra.com^
||akailoparzapi.com^
||atarshaboor.com^
||avalhukof.com^
||badokal.com^
||bahaimlo.com^
||bapalolo.com^
||bapaquac.com^
||beglorena.com^
||bobarilla.com^
||bokilora.com^
||bondinra.com^
||bonjikoa.com^
||botiviga.com^
||bulbazoa.com^
||camtinolc.com^
||carutinv.com^
||chukalapopi.com^
||chukalorqa.com^
||civitik.com^
||dontibar.com^
||dorapodorasham.com^
||drogomet.com^
||dulderbulder.com^
||durazopa.com^
||egolina.com^
||ekolamis.com^
||farfarida.com^
||filtonay.com^
||foditgoz.com^
||forkitz.com^
||fulhudhoo.com^
||godibarl.com^
||golizoli.com^
||haklopar.com^
||hariqavi.com^
||hirovivi.com^
||horheloopo.com^
||humuseliyahu.com^
||jadizayo.com^
||jandolav.com^
||jingavot.com^
||jorjodika.com^
||jquerycdn.co.il^
||jquerymin.co.il^
||kalmloda.com^
||kilomansa.com^
||kilorama.com^
||krakeshlaja.com^
||kuchebraska.com^
||kulkaridoopi.com^
||liktirov.com^
||lokipodi.com^
||measurementaz.com^
||milparota.com^
||mozefakt.com^
||mujilora.com^
||muligov.com^
||namitol.com^
||nanuyalailai.com^
||oddomane.com^
||pitatagata.com^
||pompazilla.com^
||poratav.com^
||prikolizdesa.com^
||qawiman.com^
||quavomi.com^
||ratkalol.com^
||rolkakuksa.com^
||scrappykoko.com^
||senolati.com^
||shmonekisot.com^
||shokala.com^
||tantella.com^
||tenlokif.com^
||tijorari.com^
||tikodala.com^
||tikrailijorj.com^
||udorik.com^
||ufraton.com^
||ukatoe.com^
||uralap.com^
||utazwa.com^
||utorido.com^
||uzotarak.com^
||venonita.com^
||vkafirac.com^
||volimole.com^
||wakapita.com^
||wodizapt.com^
||xeozir.com^
||yaboshadi.com^
||yallboen.com^
||yeshhaod.com^
||yorilada.com^
||yuituityula.com^
||zepozipo.com^
||zinovila.com^
||zirobata.com^
||zorbikala.com^
||zortinah.com^
||tinkerta.com^
||rotibald.com^
||secureboom.net^$third-party
||y6a7tqyr.com^$third-party
||niholaev.com^
||caprofitx.com^$third-party
||microad.net^$third-party
||tdblazing.com^$third-party
||hd100546b.com^$third-party
||dvdsm0rlx65fo.cloudfront.net^
||topjlinks.com^$third-party
||webinstats.com^$third-party
||inxy.run^$third-party
||hitcpm.com^$third-party
||rabbithole.top^$third-party
||apfbtiqdly.bid^$third-party
||fjmjlwvtv.bid^$third-party
||adclerks.com^$third-party
||cdn.adclerks.com^
||ralkipa.info^$third-party
||efkxhoeoqsv.bid^$third-party
||sebadu.com^$third-party
||ayclinical.com^$third-party
||naenticle.info^$third-party
||localbitcoins.com^$third-party
||adconity.com^$third-party
||neads.delivery^$third-party
||kensyii.com^$third-party
||btvhdscr.com^$third-party
||popmajor.com^$third-party
||adinlove.de^$third-party
||trinylium.com^$third-party
||velocitycdn.com^$third-party
||theonecdn.com^$third-party
||topacity.info^$third-party
||arancefy.com^$third-party
||findepended.com^$third-party
||lucklayed.info^$third-party
||croissed.info^$third-party
||elanatality.info^$third-party
||boudja.com^
||pussl43.com^$third-party
||click-cpa.net^$third-party
||bunkirling.co^$third-party
||anlclqrvbsk.co^$third-party
||advelvet.com^$third-party
||rbmcash.com^$third-party
||pussl50.com^$third-party
||chikhanos.info^$third-party
||tpmedia-reactads.com^$third-party
||clearonclick.com^$third-party
||uptimecdn.com^
||fbcdn2.com^$third-party
||ssl4us.cf^$third-party
||ssl4us.gq^$third-party
||replainy.co^$third-party
||cdnquality.com^$third-party
||bitonclick.com^$third-party
||daghashmal.com^
||kulkerbolda.com^
||erogaliv.com^
||yieldlove.com^$third-party
||adshost.site^$third-party
||celeritascdn.com^$third-party
||commercialvalue.org^$third-party
||0azx1.com^$third-party
||pussl48.com^$third-party
||qwfh39851jtfvkurf21hf.com^
||onaudience.com^$third-party
||pussl44.com^
||strucewe.info^$third-party
||be2anywhere.com^$third-party
||kzqjwdxxussshe.net^$third-party
||pussl2.com^$third-party
||4th3d48.com^$third-party
||ichlnk.com^$third-party
||adpixo.com^$third-party
||pushnative.com^$third-party
||doopads.com^$third-party
||aspgfx.org^$third-party
||leadzutw.com^$third-party
||uzekrs.com^
||bfe4e6d364be199.com^$third-party
||kwunqjqntrnf.bid^$third-party
||vcgyhvgkcknlx.bid^$third-party
||advetvy.info^$third-party
||bfe4e6d364be199.com^
||ca4ec6874a33a13.com^
||iytfczscguf.bid^$third-party
||pussl41.com^$third-party
||gialnk.com^$third-party
||vm.timeinabottle.pw^$third-party
||mamydirect.com^$third-party
||oiqheoiwgnqiweoj.bid^$popup
||adform.net^
||pto.awecr.com^$third-party
||aoredi.com^$third-party
||deloton.com^$third-party
||irtya.com^$third-party
||nimdinb.com^
||stats.hprofits.com^$third-party
||plxnt.com^$third-party
||buyxiaomimi6.com^$third-party
||egnatius-ear.com^$third-party
||adszx.pro^$third-party
||tommysdream.net^$third-party
||alkdmsxs.bid^$third-party
||hatchord.com^$third-party
||brightonclick.com^$third-party
||superfastcdn.com^$third-party
||velocecdn.com^$third-party
||pussl35.com^
||telllwrite.com^$third-party
||kdoraraq.com^
||ciridola.com^
||api.freewebfonts.org^$third-party
||patiland.co^$popup
||ad-specs.guoshipartners.com^
||optimaladbid.com^$third-party
||vergestatic.com^$third-party
||pussl32.com^$third-party
||pussl38.com^$third-party
||poredii.com^$third-party
||zonolali.com^
||k26fe9xhuzm.com^
||boostads.site^$third-party
||29d65cebb82ef9f.com^$third-party
||hartsfieldrowesville.salleyoklaunion.com^$third-party
||adsxyz.com^$third-party
||popunderjs.club^$third-party
||mn1nm.com^$third-party
||pejqoq4cafo3bg9yqqqtk5e6s6.com^
||1740f665a91b68.com^
||cpm20.com^
||u1trkqf.com^
||aanqylta.com^
||35.188.14.213^
||2778255fe56.com^
||b97beb2fed1c4f.com^
||y5wflt0xibmoufuvsayg1efy80yq0ystkjncf76cqm.com^
||h8vzwpv.com^$third-party
||cdn9now.com^$third-party
||reqpostanza.com^
||dagasaka.com^
||boodlewrite.com^$third-party
||trafgid.com^$third-party
||3ba87e4828c5a95.com^
||gocdn.site^$third-party
||dwore.bid^$third-party
||fcrgzqkbtgu.co^$third-party
||35.188.14.213^$popup
||maebtjn.com^$third-party
||oligan.info^$third-party
||pebadu.com^
||602d76e204c032.com^
||upasiansex.com^
||hypoot.com^$third-party
||verkolasti.pw^$third-party
||terepran.com^$empty,important
||rotabetaffiliates.com^$third-party
||u1trkqf.com^$empty
||aanqylta.com^$empty
||35.188.14.213^$empty
||2778255fe56.com^$empty
||diamongs.com^$third-party
||adpressi.com^$third-party
||42eed1a0d9c129.com^
||tracklab.club^$third-party
||wbpal.com^$third-party
||bitcoadz.io^$third-party
||ad.ettoday.net^$empty
||ad1.udn.com^
||ad2.udn.com^
||ad3.udn.com^
||ad4.udn.com^
||ad5.udn.com^
||31a5610ce3a8a2.com^
||tds77.su^
||cfgr1.com^$third-party
||afgr2.com^$third-party
||pussl16.com^
||atombid.com^$third-party
||biggbossseason11.com^$third-party
||b.misslk.com^$third-party
||cdn8now.com^$third-party
||popclck.org^$third-party
||bnutuin.com^$third-party
||redirecting.download^$third-party
||icebns.com^$third-party
||adserver.ad4link.com^$third-party
||niklesrov.com^
||rookads.com^$third-party
||fexperies.info^$third-party
||anothinga.com^$third-party
||htreatory.info^$third-party
||wateranik.com^$third-party
||codeadnetwork.com^
||truefilen32.com^$third-party
||adclickxpress.com^$third-party
||jsc.mgid.com^$domain=~mgid.com
||pussl10.com^
||y5wflt0xibmoufuvsayg1efy80yq0ystkjncf76cqm.com^$popup
||hbchwmrqb.bid^$third-party
||uxvtglgbeshxn.bid^$third-party
||jqueryserve.org^$third-party
||econducte.com^$third-party
||wct.click^$third-party
||9content.com^$third-party,popup
||pussl18.com^
||serving.adbetclickin.pink^$popup
||mtvp05j.com^
||khimandi.info^$third-party
||hottraffic.net^$third-party
||exoner.com^$third-party
||adnety.com^$third-party
||svyksa.info^$third-party
||htmonster.com^$third-party
||dohillright.com^$third-party
||nb42mac.com^$third-party
||shulhanafuh.com^$third-party
||wellmov.com^$third-party
||spacenine.biz^$third-party
||salarity.info^$third-party
||afvcugqaulh.co^$third-party
||wicktrown.co^$third-party
||pyscgael.bid^
||boxxxcash.com^$third-party
||mds.nipa.co.th^$third-party
||kvkoqywl.com^
||sgqmhpqrstwzwd.com^
||tummiarunzpf.com^
||play.entretenimientolz.com^
||stencef.com^$empty
||performanceadexchange.com^$third-party
||onclickpulse.com^$third-party
||jqueryserve.com^$third-party
||pussl13.com^
||pussl9.com^
||anothing.info^
||g22rbb7.com^
||mediad2.jp^$third-party
||mobileofferplace.site^$empty
||dlyads.com^$third-party
||ab.advertiserurl.com^
||my.top100.photo^$third-party
||delivery.trafficfabrik.com^$third-party
||wie9eig.top^
||cgjyesqhxzzm.com^$third-party
||nvqsjdvgqnyk.com^$third-party
||arrassley.info^
||opencdb84507.com^
||jeanclementcom.us^
||inclk.com^
||clksite.com^$third-party
||jsc.adskeeper.co.uk^
||cpm10.com^$popup
||misosoup.io^$third-party
||nurno.com^$third-party
||advertica-cdn.com^$third-party
||torabri.com^$third-party
||apploading.mobi^$third-party
||trflog.com^$third-party
||attirerpage.com^
||s2s.rafotech.com^
||trotux.com^
||startpageing123.com^
||funcionapage.com^
||universalsearches.com^
||thewebanswers.com^
||nicesearches.com^
||youndoo.com^
||giqepofa.com^
||mustang-browser.com^
||forestbrowser.com^
||luckysearch123.com^
||ooxxsearch.com^
||search2000s.com^
||walasearch.com^
||hohosearch.com^
||yessearches.com^
||35.184.169.188^$popup
||webma.space^$third-party
||creative.stripchat.com^$third-party
||ssl4anyone.com^$third-party
||ssl4anyone3.com^$third-party
||ssl4anyone4.com^$third-party
||ssl4anyone5.com^$third-party
||cdn.plopx.com^$third-party
||paclitor.com^$empty
||ssl4me.cf^$third-party
||fastpopunder.com^$third-party
||putrr*.com^$third-party
||78.140.130.88^$third-party
||happer.info^$third-party
||automoc.net^$third-party
||motohem.com^$third-party
||mobioffertrck.com
||trklvs.com
||suocloud.com^
||wirelesstube.mobi^
||cfasync.tk^$third-party
||vkkpv.com^$third-party
||pastilon.com^$third-party
||ssl4anyone2.com^$third-party
||iendoo.com^$third-party
||onerror.gq^$third-party
||cfasync.ml^$third-party
||rtbnowads.com^$third-party
||cpmly.com^$third-party
||likecontrol.com^$third-party
||xikrik.com^$third-party
||advon.net^$third-party
||recreativ.ru^$third-party
||topadvert.ru^$third-party
||23.236.55.237^$popup
||adbrn.com^
||shmokiads.com^$third-party
||fasttoss.com^$third-party
||buzzadnetwork.com^$third-party
||ashow.pcpop.com^$third-party
||biggestplayer.cachefly.net^
||adtwbjs.com^$third-party
||ssp.adxpremium.com^$third-party
||pvrtx.net^$third-party
||luxupcdnb.com^$third-party
||clyilp.com^
||xpicw.top^$third-party
||adsb4trk.com^$popup
||adsonflags.com^$third-party
||histock.info^
||b2.ijquery11.com^
||admother.com^$third-party
||bidgear.com^$third-party
||xxlargepop.com^$third-party
||dskfv.de^$third-party
||t.mtagmonetizationb.com^
||uqie4nzy.com^
||globaladmedia.net$popup
||xiniuz.com^
||ulife17yeter.com^$third-party
||adtear.com^$third-party
||siphic5.top^$third-party
||clevernt.com^$third-party
||undergiveto54.com^$third-party
||zjk24.com^$third-party
||checkhit.com^$third-party
.bbelements.com^$third-party
.doublepimp.com^$third-party
.lockscalecompare.com^$popup
||0aac4e6a54c170b0.se^$third-party
||1100ad.com^$third-party
||130.211.230.53^$popup
||130.211.230.53^$third-party
||178.17.164.58^$third-party
||1app.blob.core.windows.net^$third-party
||1yqbp.com^$third-party
||2performant.com^$third-party
||360popunder.com^$third-party
||3al.pw^$third-party
||5b15a826.xyz^$third-party
||60ads.com^$third-party
||78.140.130.91^$third-party
||863c4c0c521.se^$third-party
||abckj123.com^$third-party
||actiondesk.com^$popup,third-party
||ad2goal.com^$third-party
||adamoads.com^$third-party
||adbetnet.advertserve.com^$third-party
||adglare.org^$third-party
||adhigh.net^$third-party
||adk2.co^$third-party
||adk2.net^$third-party
||admax.quisma.com^
||admost.com^$third-party
||adnxs.com^$empty
||adosia.com^$third-party
||adpeepshosted.com^$third-party
||adplus.co.id^$third-party
||adrecreate.com^$third-party
||adrewards.com^$third-party
||adrotate.se^$third-party
||adrotator.se^$third-party
||ads.eorezo.com^$third-party
||ads.heias.com^$third-party
||ads.tremorhub.com^$third-party
||ads2-adnow.com^$third-party
||adsglow.net^$third-party
||adshell.net^$third-party
||adsmeda.com^$third-party
||adspeed.net^$third-party
||adspynet.com^$popup
||adsrvgateway.com^$third-party
||adsrvmedia.adk2.co^$important,third-party
||adsvcs.com^$third-party
||adtech.com^$third-party
||adternal.com^$third-party
||adtomafusion.net^$third-party
||adtrace.org^$third-party
||adtraffic.pl^$third-party
||adultadspy.com^$third-party
||adv.mediaharbor.co.kr^$third-party
||adversolutions.com^$third-party
||advertclickme.com^$third-party
||advertiserurl.com^$third-party
||adviator.com^$third-party
||adworkmedia.com$third-party
||adxpansion.com^$third-party
||adzerk.net^
||adzos.com^$third-party
||aff.camplace.com^$third-party
||affsnetwork.com^$third-party
||afftrack001.com^$third-party
||agomwefq.com^$popup
||albopa.work^$third-party
||alephd.com^$third-party
||alexrid.com^$third-party
||alipromo.com^$third-party
||allbestnews.net^$third-party
||alxsite.com^$third-party
||am15.net^$image,media,script,third-party
||am15.net^$popup
||api.reon.club^$third-party
||appintop.com^$third-party
||applicationgrabb.net^$third-party
||apugod.work^$third-party
||apytrc.com^$third-party
||arecio.work^$third-party
||asdorka.com^$third-party
||asto-exo.com^$third-party
||asv.whatismyip.win^$third-party
||awesome-revenue.com^
||awsatstb.com^
||axecash.com^$third-party
||az708531.vo.msecnd.net^$third-party
||b.rmgserving.com^$third-party
||badtopwitch.work^$third-party
||banner.dabi.ir^
||bannery.hledejceny.cz^$third-party
||bbcdn.go.evolutionmedia.bbelements.co
||bedebadum.net^$third-party
||bee7.com^$third-party
||beglorena.com^$third-party
||best.infoiswhatwedo.com^$third-party
||bestevernews.com^$third-party
||bestevernews.net^$third-party
||bestnewsworld.net^$third-party
||bestwebdeal.net^
||bgcsojmtgdrv.com^$third-party
||bitmedia.io^$third-party
||bitmedianetwork.com^$empty
||black6adv.com^$third-party
||blkget8.com^$popup
||block.s*block.com^$third-party
||boomads.com^$third-party
||borotango.com^$third-party
||brand.ad^$third-party
||brassyobedientcotangent.com^$third-party
||bravo-lea.com^$third-party
||breeffnet.com^$third-party
||brethrengenotypeteledyne.com^$third-party
||bs.serving-sys.com^$third-party
||btdnav.com^$third-party
||bubblesmedia.ru^$popup
||bubblesmedia.ru^$third-party,popup
||bundasnovinhas.com^
||butterideareligious.xyz^
||buy-banner.com^$third-party
||buy-targeted-traffic.com^$third-party
||buzzabc.com^$third-party
||c.mfstatic.cz^$third-party
||c03jij5q.website^
||cah9ooy.bid^$third-party
||cdn.adk2.com^
||cdn.pulpix.com^$third-party
||checkchick4u.org^$third-party
||ci3ixee8.com^$third-party
||clickadu.com^$third-party
||clickforward.net^$popup,third-party
||clkoffers.com^$third-party
||clkrev.com^$third-party
||cloudsdns.net^$script,third-party
||cntrafficpro.com^$third-party
||code.poptm.com^$empty,important,script,third-party
||codeonclick.com^$third-party
||contactsin.mobi^$third-party
||contextual.media.net^$third-party
||corrosif.science^$third-party
||costaction.com^$third-party
||cpmstar.com^$object,third-party
||cpmterra.com^$third-party
||ctmconnect.com^$third-party
||dai0eej.bid^
||das5ku9q.com^$third-party
||dashgreen.online^$third-party
||dasistnews.net^$third-party
||data.permittingnorthlandseamen.info^$third-party
||data.shipboardserviceberrysiltstone.info^$third-party
||dc121677.com^$third-party
||ddomb.com^$third-party
||delnapb.com^$third-party
||detour.click^$third-party
||diamond88bet.com^$third-party
||directrev.com^$third-party
||dk7rftbivnkgr.cloudfront.net^
||dotomi.com^$third-party
||dpjtch.vestabalin.com^$third-party
||dsp-eu.exe.bid^$third-party
||dubshub.com^$third-party
||e-n-t-e-r-n-e-x.com^$third-party
||e.lndjj.com^$third-party
||eclkmpsa.com^$popup
||eclkspbn.com^$third-party
||eerdckbwujcx.com^
||emediate.apmmedia.net^$third-party
||engine.adtidy.net^$third-party
||ep7kpqn8.online^
||epom.com^$third-party
||eropayper.com^$third-party
||euym8eel.club^
||evolutionmedia.bbelements.com
||exitintel.com^$third-party
||exoclick.com^$popup
||exogripper.com^$third-party
||exoticads.com^$third-party
||ext.movixhub.com^$popup
||f.asdfzxcv1312.com^
||f.iaftjs.info^
||fabolele.com^$popup
||fdgeen.com^$third-party
||ficusoid.xyz^$third-party
||filadmir.site^$third-party
||filetarget.net^$third-party
||firstfirst.net^$popup,third-party
||flashteaser.com^$third-party
||fls.doubleclick.net^$third-party
||fsoft4down.com^$third-party
||fungetbag.info^$third-party
||fungoiddempseyimpasse.info^$third-party
||fxhoog.com^$third-party
||game.gamingnonstop.net^$third-party
||gameads.net^$third-party
||gctwh9xc.site^
||gernewt.info^$popup
||girlzgirlzgirlz4u.com^$third-party
||giu9aab.bid^$third-party
||glaswall.online^$third-party
||go.cartstick.com^$third-party
||go.onclasrv.com^$popup
||go.trafficshop.com^$popup
||go.verymuchad.com^$third-party
||gomakemerich1.com^$third-party
||grandslammedia.com^$third-party
||growtaller4adults.com^$third-party
||growtaller4men.com^$third-party
||growtaller4women.com^$third-party
||growth-flexvprosystem.com^$third-party
||hanaprop.com^$third-party
||heightboost.com^$third-party
||herezera.com^$third-party
||hgads.com^$third-party
||hubrus.com^$third-party
||id.kbmg.cz^$third-party
||ifmnwi.club^$third-party
||imaginaxs.com^$third-party
||india-zed.com^$third-party
||inter1ads.com^$third-party
||iu1xoe7o.com^$third-party
||j.77power.com^$third-party
||javacript.cf^$third-party
||jfduv7.com^$third-party
||ji.ihualun.com^$third-party
||jkolp.com^$third-party
||join.xlgirls.com^$third-party
||js.mengheng.net^$third-party
||js.srcsmrtgs.com^$third-party
||jujzh9va.com^$third-party
||jump.fhoa365.com^$third-party
||junbi-tracker.com^$third-party
||klickthru.com^$third-party
||kmylvwo5.com^$third-party
||kudrafa.ru^$third-party
||lamiflor.xyz^$third-party
||landing.meendo.com^$third-party
||lepubs.com^$third-party
||lifestyle24h.com^$third-party
||liflandaffiliates.com^$third-party
||linkbucks.com^$third-party,domain=~dyo.gs|~eafyfsuh.net
||liversely.com^$third-party
||liversely.net^$third-party
||llgerege.com^$third-party
||llladiez.org^$third-party
||lockerdome.com^$domain=~lockerdome.com
||lookfornews.net^$third-party
||madyna.ru^$third-party
||magicplayer-api.torrentstream.org^$third-party
||magicplayer-s.acestream.net^$third-party
||magicplayer-s.torrentstream.org^$third-party
||magifirst.com^$third-party
||mainclc.com^$third-party
||maneta.info^$third-party
||masteroids.com^$third-party
||measure.mf.cz^$third-party
||media.adtrack1.pl^
||mediastinct.com^$third-party
||mediaver.com^$third-party
||megapopads.com^$third-party
||metodikadeneg.info^$third-party
||mf*.advantage.as^$third-party
||mgid.com^$third-party
||mintake.com^$third-party
||moguldom.com^$third-party
||moneyplatform.biz^$third-party
||mrperfect.in^$third-party
||mtburn.com^$third-party
||mxtads.com:8040
||myadshub.com^$third-party
||mybinarysystem.com^$third-party
||myvpn.pro^$third-party
||n156adserv.com^$third-party
||nefroto.net^$third-party
||networkmanag.com^$third-party
||newsforbest.net^$third-party
||newviralmobistore.com^
||njmaq.com^$third-party
||nrged.com^$third-party
||nsdfsfi1q8asdasdzz.com^$third-party
||nuclersoncanthinger.info^$third-party
||octobird.com^$third-party
||offergo.net^$third-party
||offpageads.com^$third-party
||onclicktop.com^$third-party
||onderlea.info$popup
||ongkidcasarv.com^$third-party
||onlinesupaads.com^$third-party
||onlinewebfind.com^$third-party
||onshowit.com^$third-party
||opt.ximad.com^
||ov2ochu.bid^$third-party
||ovgzbnjj.com^$third-party
||paradoxtraffic.com^$third-party
||parserwords.info^$popup
||phox2ey.bid^$third-party
||physoi.eu^$third-party
||pketred.com^$third-party
||plsdrct1.me^$third-party
||plsdrct2.me^$third-party
||polimadv.com^$third-party
||pomtiy.com^$third-party
||pop-road47.info^$popup
||popped.biz^$third-party
||poprush.net^$script,third-party
||popup-traffic.com^$third-party
||popvertising.com^$third-party
||popzila.com^$third-party
||poweradcash.net^$third-party
||ppndr.xyz^$third-party
||print3.info^$third-party
||prm.sushis.kim^$third-party
||profit-pay.net^$third-party
||profitboosterapp.com^$popup
||profitsdeluxe.com^$third-party
||proteaser.net^$third-party
||protectaffiliates.org^$third-party
||prxii.cf^$third-party
||prxii.tk^$third-party
||purgrobi.com^$third-party
||puserving.com^$third-party
||pweaatek.com^$popup
||pyksf.com^$third-party
||qaadv.com^$third-party
||qadabra.com^$third-party
||qractv.com^$third-party
||quicksense.net^$third-party
||qwtm.purecertainengine.com^$popup
||r7mediar.com^
||rdsa2012.com^$popup
||redichat.com^$third-party
||reeviveglobal.com^$third-party
||referrer.website^$third-party
||regisg.com^$third-party
||restoring.club^$third-party
||retainguaninefluorite.info^$third-party
||retarget.ssl-services.com^$third-party
||rhtag.com^$third-party
||roulettebot-plus.com^$third-party
||rtbpopd.com^$third-party
||rvttrack.com^$third-party
||s1.adguard.com^$third-party
||sc.rvtlife.com^$third-party
||scr.flashcast.org.uk^$third-party
||scriptall.tk^$third-party
||serve.williamhill.com^$third-party
||sexpennyauctions.com^$third-party
||sextadate.net^$third-party
||sftapi.com^$third-party
||shorlakmedia.com^$third-party
||simudotheh.com^$~third-party
||slikslik.com^$third-party
||soadvr.com^$third-party
||softexcellence.com^$third-party
||sourcengo.com^$third-party
||spidtest.org^$third-party
||srvpub.com^$third-party
||ssdphmfduwcl.com^$third-party
||static.adtidy.net^$third-party
||static.hoptopboy.com^$third-party
||strands.com^$third-party
||super-promo.cyme.info^$popup
||syndication.exoclick.com^$third-party
||syndication.exosrv.com^$third-party
||syndication.globaltraffico.com^$third-party
||syndication.jsadapi.com^$third-party
||syngrestic.com^$popup,third-party
||synhandler.net
||t.booksuper.info^$third-party
||tagdelivery.com^$third-party
||tapfiliate.com^$third-party
||temphilltop.net^$third-party
||terraclicks.com^$popup
||thankswrite.com^$third-party
||theads.me^$third-party
||thnqemehtyfe.com^$popup
||tizermedias.com^$third-party
||tr553.com^
||track.bcvc.mobi^
||tracking.cirrusinsight.com^
||tradeadexchange.com^$popup,third-party
||trafex.net^$third-party
||traffichaus.com^$third-party
||trafficholder.com^$popup
||trafficmagnates.com^$popup
||traforet.com^$third-party
||transpera.com^$third-party
||trklnks.com^$third-party
||tubeadvertising.eu^$third-party
||tubecontext.com^$third-party
||u034024.778669.com^$third-party
||ujieva.com^
||v1n7c.com^$script,third-party
||vartoken.com^$third-party
||videogenetic.com^$third-party
||vipcpms.com^$third-party
||voluumtrk2.com^
||waframedia16.com^$third-party
||watrz.com^$third-party
||weberotic.net^$third-party
||winneradsmedia.com^$third-party
||wrmcfyzl.com^$third-party
||ws-gateway.com^
||wsp.adskeeper.co.uk^
||wsp.mgid.com^
||wsp.steepto.com^
||www.fuze-hill*.xyz^$popup
||www.fuze-sea*.xyz^$popup
||wwwpromoter.com^$third-party
||xaxoro.com^$third-party
||xpostx.com^$third-party
||xxyafiswqcqz.com^
||yesadvertising.com^$third-party
||ylx-4.com^$third-party
||yuiop.trade^$third-party
||yxbtyzqcczra.com^$third-party
||zanox.com^$third-party
||zaperplop.info^$third-party
||zedo.com^$third-party
||zeti.com^$third-party
||zptncsir.com^
!+ NOT_OPTIMIZED
||dianomi.com^$third-party
!+ NOT_OPTIMIZED
||xk0x.cn^
!+ NOT_OPTIMIZED
||olc0.cn^
!
! Ads reinjection (For apps only)
!+ NOT_OPTIMIZED PLATFORM(windows, mac, android)
||amgload.net^$third-party
!+ NOT_OPTIMIZED PLATFORM(windows, mac, android)
||hub.fghtem.com^$third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/31688
@@||amgload.net/z|$domain=sinoptik.ua|gismeteo.ua
!
! https://github.com/AdguardTeam/AdguardFilters/issues/23271
||samsungads.com^
!
!
! Section contains the list of advertising networks, which are hosted on non advertising sites as subdomains
!
||d2wpknqle9nuv8.cloudfront.net^
||d22sfab2t5o9bq.cloudfront.net^
||dgw7ae5vrovs7.cloudfront.net^
||d1k3dpebxhgqjc.cloudfront.net^
||banners.myads.ge^
||d1b0fk9ns6n0w9.cloudfront.net^
||smpop.icfcdn.com^
||pci.pornclipsxxx.com^
||d3t5ngjixpjdho.cloudfront.net^
||doo6pwib3qngu.cloudfront.net^
||video.cars247.tv^
||osm-onead.cdn.hinet.net^
||d63a3au5lqmtu.cloudfront.net^
||d13jhr4vol1304.cloudfront.net^
||d2va1d0hpla18n.cloudfront.net^
||d2ho1n52p59mwv.cloudfront.net^
||match.rundsp.com^
||d2ho1n52p59mwv.cloudfront.net^
||drda5yf9kgz5p.cloudfront.net^
||d1wjz6mrey9f5v.cloudfront.net^
||xml.revrtb.com^
||d1n3tk65esqc4k.cloudfront.net^
||d3vpf6i51y286p.cloudfront.net^
||ds02gfqy6io6i.cloudfront.net^
||dybxezbel1g44.cloudfront.net^
||d4ngwggzm3w7j.cloudfront.net^
||bidr.trellian.com^
||dxprljqoay4rt.cloudfront.net^
||dash.tmearn.com^
||d1uanozc5el74n.cloudfront.net^
||djz9es32qen64.cloudfront.net^
||drrcckbju3nd0.cloudfront.net^
||dkm6b5q0h53z4.cloudfront.net^
||ad-arata.s3.amazonaws.com^$third-party
||ads.linkedin.com^
||banner.vatanclick.ir^
||d2d8qsxiai9qwj.cloudfront.net^
||dtto8zfzskfoa.cloudfront.net^
||jdd01.198game.net^
||da3uf5ucdz00u.cloudfront.net^$third-party
||d3pvcolmug0tz6.cloudfront.net^
||secure.iqmining.com^$third-party
||delivery.content-recommendation.net^$third-party
||apps2.ctnetpass2.com^$third-party
||appsha2.ctnetload2.com^$third-party
||djv99sxoqpv11.cloudfront.net^
||d2nrdy2pg3k168.cloudfront.net^
||tm-offers.gamingadult.com^
||tm-banners.gamingadult.com^
||gpbqs.24590.space^$third-party
||blyxb.27667.club^$third-party
||delivery.porn.com^
||d2fbkzyicji7c4.cloudfront.net^
||d10lumateci472.cloudfront.net^
||olswr.27684.club^$third-party
||d1qc76gneygidm.cloudfront.net^
||d9tnvwv7i2n85.cloudfront.net^
||d35r45qhjmgs3g.cloudfront.net^
||sam.msn.com^
||d1n7ypf85zfej7.cloudfront.net^
||d269y12mnftu9c.cloudfront.net^
||d1bevsqehy4npt.cloudfront.net^
||d985a9d2clzq5.cloudfront.net^
||d2kz60b0gq4lg.cloudfront.net^
||d3ud741uvs727m.cloudfront.net^
||d1nmxiiewlx627.cloudfront.net^
||dc5ig2fc8lg83.cloudfront.net^
||d3q33rbmdkxzj.cloudfront.net^
||ads2.contentabc.com^$third-party
||d162nnmwf9bggr.cloudfront.net^
||ssp.zryydi.com^$third-party
||d27x580xb9ao1l.cloudfront.net^
||d1k0glcmk0b5rb.cloudfront.net^
||d1pozdfelzfhyt.cloudfront.net^
||d3ahinqqx1dy5v.cloudfront.net^
||d3rhktq8uy839j.cloudfront.net^
||s.worldofmacros.net^$third-party
||dc08i221b0n8a.cloudfront.net^
||d1f5rbi95y1icu.cloudfront.net^
||d2wl3qmk54t3ha.cloudfront.net^
||dh0uktvqfaomb.cloudfront.net^
||d3p2b5qewrnsyv.cloudfront.net^
||dbjnwpbqx5a6o.cloudfront.net^
||dwf6crl4raal7.cloudfront.net^
||cdn.welcome.pussysaga.com^$third-party
||d28g1fhp6rn9w3.cloudfront.net^
||d3iz6lralvg77g.cloudfront.net^
||d2hluuq2g8gwrv.cloudfront.net^
||d2ghscazvn398x.cloudfront.net^
||d6ummfe8aubt5.cloudfront.net^
||d1p7elpjrt6qav.cloudfront.net^
||dpz55hrzd89zs.cloudfront.net^
||adn.porndig.com^
||d3elm8wezzwg42.cloudfront.net^
||d3oep4gb91kpuv.cloudfront.net^
||d1qtf1avwa1wvl.cloudfront.net^
||dcjg1gv1px1h.cloudfront.net^
||d20je219bs8hnq.cloudfront.net^
||d3u5zn5k9864p0.cloudfront.net^
||d30zrwt3s044zr.cloudfront.net^
||d2fhjyz3dwdx87.cloudfront.net^
||demkc32bq01ah.cloudfront.net^
||d1zfhhmz4n1jvq.cloudfront.net^
||d138am4hd4ke4y.cloudfront.net^
||d2pc0q32fod0ha.cloudfront.net^
||d1mub3aw743hsf.cloudfront.net^
||d1vrcwxei1aj0g.cloudfront.net^
||d3cesrg5igdcgt.cloudfront.net^
||8cc5ff581a88.bitsngo.net^
||meganz.pushresponse.net^$popup
||dsh1ct2zrfakt.cloudfront.net^
||djwf0dl2q9i99.cloudfront.net^
||ads.contractoruk.com^
||d19uh5b0umbjrr.cloudfront.net^
||d1byvlfiet2h9q.cloudfront.net^
||d2nzjxafm0iowq.cloudfront.net^
||d1i2v9a8xom2hy.cloudfront.net^
||d3l4qa0kmel7is.cloudfront.net^
||d5ou3dytze6uf.cloudfront.net^
||d1vh0xkmncek4z.cloudfront.net^
||d26r15y2ken1t9.cloudfront.net^
||d11eq81k50lwgi.cloudfront.net^
||ddyv8sl7ewq1w.cloudfront.net^
||d3i1asoswufp5k.cloudfront.net^
||dc44qjwal3p07.cloudfront.net^
||dv2m1uumnsgtu.cloudfront.net^
||d1mxvenloqrqmu.cloudfront.net^
||dfrs12kz9qye2.cloudfront.net^
||dgkytklfjrqkb.cloudfront.net^
||d3fqhkmofpujs3.cloudfront.net^
||jizvehd.makeuseof.com^
||d3t9nyds4ufoqz.cloudfront.net^
||dzs55b7slwyx.cloudfront.net^
||a75-10-so.ssl.cdn13.com^$third-party
||dmtw0i4zln92b.cloudfront.net^
||d160mt023h8h3d.cloudfront.net^
||d28k9nkt2spnp.cloudfront.net^
||d1czd1q73kbu32.cloudfront.net^
||d1mroptkfdxko5.cloudfront.net^
||d2b7n13v8adl6f.cloudfront.net^
||do67etikr7pwz.cloudfront.net^
||d1wi563t0137vz.cloudfront.net^
||df0pmigc8xs70.cloudfront.net^
||dk45agakx3yfl.cloudfront.net^
||d37s9vd5t6mov7.cloudfront.net^
||d2lxztepvo7ma1.cloudfront.net^
||d15cjcet1djbmv.cloudfront.net^
||d2pppxxtaciku9.cloudfront.net^
||beap-bc.yahoo.com^
||beap1.cb.g01.yahoodns.net^$third-party
||d17rlarvg2khuc.cloudfront.net^
||d19182vyfoustz.cloudfront.net^
||d1dli2tyorled9.cloudfront.net^
||d1ewpr7kbabyrj.cloudfront.net^
||d1gp9nlx229wzz.cloudfront.net^
||d1k29rhvz38kg5.cloudfront.net^
||d1v6js7bjzmhoa.cloudfront.net^
||d1vwpe7grtcv9d.cloudfront.net^
||d240937yockcdo.cloudfront.net^
||d258hxk86e2ixw.cloudfront.net^
||d2i54aseqwhx68.cloudfront.net^
||d2l8bbn629wykr.cloudfront.net^
||d2nn3xyicdpsrf.cloudfront.net^
||d2ue9k1rhsumed.cloudfront.net^
||d2xsy1lxezptdm.cloudfront.net^
||d2ymkpxi1rgldj.cloudfront.net^
||d2z0gqc8sv0l7p.cloudfront.net^
||d32r49xyei4vz6.cloudfront.net^
||d36sxvmjoflc2i.cloudfront.net^
||d39hdzmeufnl50.cloudfront.net^
||d3ax6xygyb5hn9.cloudfront.net^
||d3id4jppiyyek8.cloudfront.net^
||d3laygk9zni6hc.cloudfront.net^
||d3m79ugzs2d8im.cloudfront.net^
||d3noqwmgo39at7.cloudfront.net^
||d6swopgiplmy0.cloudfront.net^
||d9rj2sdxjer5v.cloudfront.net^
||da5w2k479hyx2.cloudfront.net^
||dk2mvwe4uw0z3.cloudfront.net^
||dm8ojo46iwxm2.cloudfront.net^
||dohs95d6tfj19.cloudfront.net^
||dqqulesm3pfse.cloudfront.net^
||dr3k6qonw2kee.cloudfront.net^
||dviixeyykyqjv.cloudfront.net^
||js.bulkhentai.com^$third-party
||script.hqpass.com^$third-party
||d2t2on23g4lty1.cloudfront.net^$third-party
!-------------------------------------------------------------------------------!
!------------------ Common anti-adblock ----------------------------------------!
!-------------------------------------------------------------------------------!
!
! These rules are against all kinds of ad blocking reinjection/circumvention scripts
!
! Test rule (`/js/ads.`) Another exclusion should be removed if the rule will works fine
! https://github.com/AdguardTeam/AdguardFilters/issues/7076
! https://forum.adguard.com/index.php?threads/23596/
! https://github.com/AdguardTeam/AdguardFilters/issues/8584
! https://github.com/AdguardTeam/AdguardFilters/issues/15840
! https://github.com/AdguardTeam/AdguardFilters/issues/39593
@@/assets/js/advertisement.js$~third-party
@@/js/ads.js|$script,~third-party,domain=~internethaber.com
@@/js/advert.js$~third-party
@@/jannah/*js/advertisement.js|$~third-party
@@/themes/flow/frontend_assets/js/advertisement.js|$~third-party
!
! Common plugin adblockers
@@/wp-content/plugins/deblocker$~third-party
!
! START: FuckAdBlock *** ALL RULES MUST HAVE THE SAME DOMAINS LIST ***
! `#%#//scriptlet("prevent-fab-3.2.0")`
techspite.com,newhost.me,malzemebilimi.net,hindimetoons.net,videoxseries.xyz,scenelife.org,piratulhd.com,hqq.tv,permadihermawan.site,yungeblog.xyz,techperiod.com,unityassetcollection.com,ngantukberat.me,tribuntekno.com,paladinsdecks.com,prayersalltime.com,letsdownloads.com,autocar.co.uk,upvid.live,newsteez.com,gdforum.freeforums.net,primochef.it,animexxx.org,animefrenzy.net,1004lucifer.blogspot.com,109.163.231.44,123link.biz,123link.pro,123link.pw,123link.vip,1337x.info,1921681254.tech,480mkvshortlink.blogspot.com,7plus.com.au,99businessideas.com,a-o.ninja,abazero.com,ad4msan.ml,adbeat.com,aeonsource.org,alojamiento.biz,andaluciainformacion.es,androidaba.com,androidatesi.com,androidiani.com,androidmakale.com,anime-odcinki.pl,anime-update2.site,anime47.com,animedao28.stream,animedao29.stream,animeheaven.eu,animeku.tv,animesync.tv,animeupdate6.pro,animextre.me,animeyt.tv,animeyt2.tv,anitube.cz,anitube.info,anitubebr.biz,aphim.co,atresplayer.com,autoroad.cz,avclub.com,azdictionary.com,badayak.com,bagusdl.pro,bdix.org,bebesymas.com,bejav.net,bemad.es,bg-gledai.tv,bitco.world,biters.io,bitsilver.io,bituniverse.net,bitvin.org,blockfaucet.com,blogginggyanbox.com,boas.io,bombuj.eu,bombuj.tv,broncos.com.au,bs.to,business-service.biz,buyitonline.store,camarchiver.com,camiris.com,canlitribun3.com,cashrewards.com.au,caskers.tistory.com,channel4.com,chelsea24news.pl,citytv.com,clk.ink,clkmein.com,closeload.com,commentcamarche.net,commentimemorabili.it,coolgames.com,corneey.com,counsellingresult2016.in,couplecams.video,cpmlink.net,crazyhd.com,cryptoracers.com,cscscholarships.net,cuatro.com,d-navi004.com,dalatmongm.site,dallasnews.com,damnripped.com,dasffad2590.ramrem.space,deadspin.com,deezer.com,delivembed.cc,developerinsider.co,di.fm,diariodeleon.es,dickpritchettrealestate.com,dingit.tv,ditchthecarbs.com,divinity.es,diysideas.com,donnaglamour.it,doonungdee.online,doramasmp4.com,dramaz.se,dustreaming.com,dvdgayonline.com,dvdgayporn.com,dwatchseries.to,eaglezz.com,eclypsia.com,ecuestre.es,egprices.com,egy.best,egybest.site,elderland.de,elecgate.com,elektrobike-online.com,eltiempohoy.es,embed.kijk.nl,energytv.es,eskago.pl,estrenosdoramas.net,eurosport.co.uk,eurosport.com,eurosport.de,eurosport.dk,eurosport.es,eurosport.fi,eurosport.fr,eurosport.nl,eurosport.no,eurosport.se,eurozpravy.cz,evilkingmedia.com,ez3c.tw,fabsdeals.com,facepunch.io,factoriadeficcion.com,farmeramania.de,fastdrama.me,faucetgame.com,fetishpapa.com,filecloud.io,fileflares.com,filesharing.io,firsatkrali.com,fisp.io,flix-anime.com,flooxer.com,fm.tuba.pl,food-tiger.de,forbes.uol.com.br,freaktab.com,freepsdvn.com,freespinwins.com,freetutorials.us,freevpn.us,funimation.com,funnyquiz.blog,futbin.com,gagetmatome.com,gamefaucet.com,gamesource.it,gametop.com,gastroguide.de,gazetedamga.com.tr,geekrar.com,geki.tech,genbeta.com,gestyy.com,getfreshcloud.xyz,getpaidtoshare.money,gifsis.com,giga74.com,gigapurbalinggaa.ga,gisher.org,gizmodo.com,globalklavye.com,globe24.cz,globo.com,gmyankee.tistory.com,gobits.io,gocolumbialions.com,gotceleb.com,grazia.fr,grupovalltv.net,gs.by,gsmturkey.net,guzelresimler.info,h5games.success-corp.co.jp,habboin.net,hamsab.net,hargahpmu.com,healbot.dpm15.net,hentaiz.net,hesaplama.net,highresolutionmusic.com,hotanime.me,huynhhieu.com,idealsilhouette.com,iitjeemainguide.in,ilpuntotecnicoeadsl.com,indianrailways.info,infomvi.com,inmanga.com,inside-handy.de,insurances.tips,intercelestial.com,iphonesoft.fr,iphonetweak.fr,iptvliste.com,issuein.org,j-talk.com,jalopnik.com,javhiv.com,javout.net,jazzradio.com,jbzdy.net,jbzdy.pl,jezebel.com,jimnong.tistory.com,jntufastupdates.com,journaldev.com,jovempan.uol.com.br,jwmx.tistory.com,jyra.online,kakaotv.daum.net,kapteen.com,karanpc.com,karwan.tv,ketubanjiwa.com,kingstheme.com,kissasian.ch,kmbc.com,knowyourmeme.com,kodvizit.com,kotaku.com,kphim.tv,kuchnia-domowa.pl,ladige.it,lalawin.com,lasvegassun.com,latinoweb-tv.com,lavozdealmeria.es,league-funny.com,ledauphine.com,leitesculinaria.com,lifehacker.com,liketvw.com,likn.xyz,link4gen.com,linkerpt.com,linksgenerator.ga,livesports.pw,loadearn.com,loadvid.online,logrosxbox.com,lols.gg,loveawake.com,mackie100projects.altervista.org,mangahosted.com,mangarock.com,marimo.me,matchat.online,mc-premium.org,medyaradar.com,mega-anime.org,mega-manga.ga,megapelishdonline.website,melonesinpreneur.com,memoryhackers.org,metin2force.com,meutimao.com.br,mindbodycare.org,misa-anime.com,mitti.se,miuiturkiye.net,mmorpg.org.pl,mobilesringtones.com,mobinozer.com,mokeedev.com,moneymag.cz,mongri.net,mooma.sh,motorradonline.de,moviesunuss.net,mp4mania.xyz,mrwebmaster.it,mshare.io,mtled-novels.com,mtmad.es,muhendisimaaslari.com,mx-sh.net,myanimelist.net,mylivesignature.com,myshorturls.blogspot.com,mytunnel.info,myvidster.com,nadaguides.com,najserialy.to,ncaa.com,nekopoi.ga,new.lewd.ninja,newdeaf.online,newz.dk,no1lyrics.com,nrz.de,o2tvseries.com,odkrywamyzakryte.com,olympine.com,onvasortir.com,openloadtv.co,opensnow.com,orgasmnaut.com,ouo.io,ourl.io,outdoor-magazin.com,overwatch.pl,oxo-nulled.info,papalah.com,pasteca.sh,peliculasputlocker.co,persnacons.tistory.com,pga.com,pikio.pl,pitbullofficial.com,play-tv.kakao.com,play.anghami.com,playview.io,pogo.com,polscygracze.pl,popcornflix.com,popcorntv.it,premium-link.ninja,premium-uploaded.net,premiumtvchannels.com,proapkmod.com,professionaltutorial.com,promobil.de,publico.pt,purposegames.com,putlockerlink.com,quoka.de,racingsportscars.com,radiocut.fm,raid-data-recovery-link.com,ramedium.com,rapidrar.com,raptu.com,reevown.com,replica-watch.info,repo.hackyouriphone.org,repo.xarold.com,reponsesphoto.fr,rijmwoordenboek.net,ripple.is,roadbike.de,robot-forum.com,ronron-blog.com,rte.ie,runnersworld.de,s-kip.eu,safebit.co.in,saglamindir.net,secure-links.info,sedsports.com,seehd.pl,seetv.tv,semimkv.net,sentireascoltare.com,shareinfo.pl,shencomics.com,shinden.pl,shink.me,shon.xyz,sk-ip.ru,skinnycat.org,skyroyale.io,sms-empfangen.com,sobremascotas.info,soft4win.com,softonic.com,softwaregiveaway.xyz,sol.dk,splinternews.com,sport-tv-guide.live,ssulwar.com,stars24.cz,streamapi.xyz,streamcloud.eu,surfsees.com,svapo.it,syreop.com,tagblatt.ch,teachios.com,techhung.com,techkreative.xyz,techperiod.com,techwidetoday.site,tecnofullpc.com,tecnotutoshd.net,telecinco.es,telegraph.co.uk,tetewlink.me,thaivisa.com,thechive.com,thefilmbay.com,theonion.com,thepiratefilmestorrent.com,theroot.com,thesurfersview.com,thetakeout.com,today.it,tokenfly.pw,topserialy.to,topspeed.sk,torrentdosfilmeshd.net,trecetv.es,trendenciashombre.com,truyenaudiocv.com,tsa-algerie.com,tubitv.com,tugaflix.com,turkanime.tv,tv.kakao.com,tvple.com,tvserial.it,tvsportslive.stream,unikampus.net,uploaded.net,upost.info,utimetableresult.in,vacation-et.work,vcstream.to,vergol.com,veuclips.com,vev.io,videostreamlet.net,vidoza.net,viki.com,vipshare.co,viuclips.net,vmf.edge-apps.net,vpnssh.net,vtvgiaitri.vn,watchseries1.cc,weatherx.co.in,web1907.tistory.com,webzook.net,wikiall.org,win10.vn,windows7forum.pl,winhelp.us,wordgames.com,worldfreeware.com,wpteq.org,xatakandroid.com,xboxdvr.com,xkorean.biz,yafud.pl,yesmoviesapp.info,yuncomics.com,zxctunnel.com#%#//scriptlet("prevent-fab-3.2.0")
!! Temporary
! https://github.com/AdguardTeam/AdguardFilters/issues/39695
! https://github.com/AdguardTeam/AdguardFilters/issues/38930
! https://github.com/AdguardTeam/Scriptlets/issues/39
eskago.pl,streamcloud.eu#@%#//scriptlet("prevent-fab-3.2.0")
! `#$#.pub_300x250.pub_300x250m.pub_728x90.text-ad.textAd.text_ad.text_ads.text-ads.text-ad-links { display: block !important; }`
techspite.com,newhost.me,malzemebilimi.net,hindimetoons.net,videoxseries.xyz,scenelife.org,piratulhd.com,hqq.tv,permadihermawan.site,yungeblog.xyz,techperiod.com,unityassetcollection.com,ngantukberat.me,tribuntekno.com,paladinsdecks.com,prayersalltime.com,letsdownloads.com,autocar.co.uk,upvid.live,newsteez.com,gdforum.freeforums.net,primochef.it,animexxx.org,animefrenzy.net,1004lucifer.blogspot.com,109.163.231.44,123link.biz,123link.pro,123link.pw,123link.vip,1337x.info,1921681254.tech,480mkvshortlink.blogspot.com,7plus.com.au,99businessideas.com,a-o.ninja,abazero.com,ad4msan.ml,adbeat.com,aeonsource.org,alojamiento.biz,andaluciainformacion.es,androidaba.com,androidatesi.com,androidiani.com,androidmakale.com,anime-odcinki.pl,anime-update2.site,anime47.com,animedao28.stream,animedao29.stream,animeheaven.eu,animeku.tv,animesync.tv,animeupdate6.pro,animextre.me,animeyt.tv,animeyt2.tv,anitube.cz,anitube.info,anitubebr.biz,aphim.co,atresplayer.com,autoroad.cz,avclub.com,azdictionary.com,badayak.com,bagusdl.pro,bdix.org,bebesymas.com,bejav.net,bemad.es,bg-gledai.tv,bitco.world,biters.io,bitsilver.io,bituniverse.net,bitvin.org,blockfaucet.com,blogginggyanbox.com,boas.io,bombuj.eu,bombuj.tv,broncos.com.au,bs.to,business-service.biz,buyitonline.store,camarchiver.com,camiris.com,canlitribun3.com,cashrewards.com.au,caskers.tistory.com,channel4.com,chelsea24news.pl,citytv.com,clk.ink,clkmein.com,closeload.com,commentcamarche.net,commentimemorabili.it,coolgames.com,corneey.com,counsellingresult2016.in,couplecams.video,cpmlink.net,crazyhd.com,cryptoracers.com,cscscholarships.net,cuatro.com,d-navi004.com,dalatmongm.site,dallasnews.com,damnripped.com,dasffad2590.ramrem.space,deadspin.com,deezer.com,delivembed.cc,developerinsider.co,di.fm,diariodeleon.es,dickpritchettrealestate.com,dingit.tv,ditchthecarbs.com,divinity.es,diysideas.com,donnaglamour.it,doonungdee.online,doramasmp4.com,dramaz.se,dustreaming.com,dvdgayonline.com,dvdgayporn.com,dwatchseries.to,eaglezz.com,eclypsia.com,ecuestre.es,egprices.com,egy.best,egybest.site,elderland.de,elecgate.com,elektrobike-online.com,eltiempohoy.es,embed.kijk.nl,energytv.es,eskago.pl,estrenosdoramas.net,eurosport.co.uk,eurosport.com,eurosport.de,eurosport.dk,eurosport.es,eurosport.fi,eurosport.fr,eurosport.nl,eurosport.no,eurosport.se,eurozpravy.cz,evilkingmedia.com,ez3c.tw,fabsdeals.com,facepunch.io,factoriadeficcion.com,farmeramania.de,fastdrama.me,faucetgame.com,fetishpapa.com,filecloud.io,fileflares.com,filesharing.io,firsatkrali.com,fisp.io,flix-anime.com,flooxer.com,fm.tuba.pl,food-tiger.de,forbes.uol.com.br,freaktab.com,freepsdvn.com,freespinwins.com,freetutorials.us,freevpn.us,funimation.com,funnyquiz.blog,futbin.com,gagetmatome.com,gamefaucet.com,gamesource.it,gametop.com,gastroguide.de,gazetedamga.com.tr,geekrar.com,geki.tech,genbeta.com,gestyy.com,getfreshcloud.xyz,getpaidtoshare.money,gifsis.com,giga74.com,gigapurbalinggaa.ga,gisher.org,gizmodo.com,globalklavye.com,globe24.cz,globo.com,gmyankee.tistory.com,gobits.io,gocolumbialions.com,gotceleb.com,grazia.fr,grupovalltv.net,gs.by,gsmturkey.net,guzelresimler.info,h5games.success-corp.co.jp,habboin.net,hamsab.net,hargahpmu.com,healbot.dpm15.net,hentaiz.net,hesaplama.net,highresolutionmusic.com,hotanime.me,huynhhieu.com,idealsilhouette.com,iitjeemainguide.in,ilpuntotecnicoeadsl.com,indianrailways.info,infomvi.com,inmanga.com,inside-handy.de,insurances.tips,intercelestial.com,iphonesoft.fr,iphonetweak.fr,iptvliste.com,issuein.org,j-talk.com,jalopnik.com,javhiv.com,javout.net,jazzradio.com,jbzdy.net,jbzdy.pl,jezebel.com,jimnong.tistory.com,jntufastupdates.com,journaldev.com,jovempan.uol.com.br,jwmx.tistory.com,jyra.online,kakaotv.daum.net,kapteen.com,karanpc.com,karwan.tv,ketubanjiwa.com,kingstheme.com,kissasian.ch,kmbc.com,knowyourmeme.com,kodvizit.com,kotaku.com,kphim.tv,kuchnia-domowa.pl,ladige.it,lalawin.com,lasvegassun.com,latinoweb-tv.com,lavozdealmeria.es,league-funny.com,ledauphine.com,leitesculinaria.com,lifehacker.com,liketvw.com,likn.xyz,link4gen.com,linkerpt.com,linksgenerator.ga,livesports.pw,loadearn.com,loadvid.online,logrosxbox.com,lols.gg,loveawake.com,mackie100projects.altervista.org,mangahosted.com,mangarock.com,marimo.me,matchat.online,mc-premium.org,medyaradar.com,mega-anime.org,mega-manga.ga,megapelishdonline.website,melonesinpreneur.com,memoryhackers.org,metin2force.com,meutimao.com.br,mindbodycare.org,misa-anime.com,mitti.se,miuiturkiye.net,mmorpg.org.pl,mobilesringtones.com,mobinozer.com,mokeedev.com,moneymag.cz,mongri.net,mooma.sh,motorradonline.de,moviesunuss.net,mp4mania.xyz,mrwebmaster.it,mshare.io,mtled-novels.com,mtmad.es,muhendisimaaslari.com,mx-sh.net,myanimelist.net,mylivesignature.com,myshorturls.blogspot.com,mytunnel.info,myvidster.com,nadaguides.com,najserialy.to,ncaa.com,nekopoi.ga,new.lewd.ninja,newdeaf.online,newz.dk,no1lyrics.com,nrz.de,o2tvseries.com,odkrywamyzakryte.com,olympine.com,onvasortir.com,openloadtv.co,opensnow.com,orgasmnaut.com,ouo.io,ourl.io,outdoor-magazin.com,overwatch.pl,oxo-nulled.info,papalah.com,pasteca.sh,peliculasputlocker.co,persnacons.tistory.com,pga.com,pikio.pl,pitbullofficial.com,play-tv.kakao.com,play.anghami.com,playview.io,pogo.com,polscygracze.pl,popcornflix.com,popcorntv.it,premium-link.ninja,premium-uploaded.net,premiumtvchannels.com,proapkmod.com,professionaltutorial.com,promobil.de,publico.pt,purposegames.com,putlockerlink.com,quoka.de,racingsportscars.com,radiocut.fm,raid-data-recovery-link.com,ramedium.com,rapidrar.com,raptu.com,reevown.com,replica-watch.info,repo.hackyouriphone.org,repo.xarold.com,reponsesphoto.fr,rijmwoordenboek.net,ripple.is,roadbike.de,robot-forum.com,ronron-blog.com,rte.ie,runnersworld.de,s-kip.eu,safebit.co.in,saglamindir.net,secure-links.info,sedsports.com,seehd.pl,seetv.tv,semimkv.net,sentireascoltare.com,shareinfo.pl,shencomics.com,shinden.pl,shink.me,shon.xyz,sk-ip.ru,skinnycat.org,skyroyale.io,sms-empfangen.com,sobremascotas.info,soft4win.com,softonic.com,softwaregiveaway.xyz,sol.dk,splinternews.com,sport-tv-guide.live,ssulwar.com,stars24.cz,streamapi.xyz,streamcloud.eu,surfsees.com,svapo.it,syreop.com,tagblatt.ch,teachios.com,techhung.com,techkreative.xyz,techperiod.com,techwidetoday.site,tecnofullpc.com,tecnotutoshd.net,telecinco.es,telegraph.co.uk,tetewlink.me,thaivisa.com,thechive.com,thefilmbay.com,theonion.com,thepiratefilmestorrent.com,theroot.com,thesurfersview.com,thetakeout.com,today.it,tokenfly.pw,topserialy.to,topspeed.sk,torrentdosfilmeshd.net,trecetv.es,trendenciashombre.com,truyenaudiocv.com,tsa-algerie.com,tubitv.com,tugaflix.com,turkanime.tv,tv.kakao.com,tvple.com,tvserial.it,tvsportslive.stream,unikampus.net,uploaded.net,upost.info,utimetableresult.in,vacation-et.work,vcstream.to,vergol.com,veuclips.com,vev.io,videostreamlet.net,vidoza.net,viki.com,vipshare.co,viuclips.net,vmf.edge-apps.net,vpnssh.net,vtvgiaitri.vn,watchseries1.cc,weatherx.co.in,web1907.tistory.com,webzook.net,wikiall.org,win10.vn,windows7forum.pl,winhelp.us,wordgames.com,worldfreeware.com,wpteq.org,xatakandroid.com,xboxdvr.com,xkorean.biz,yafud.pl,yesmoviesapp.info,yuncomics.com,zxctunnel.com#$#.pub_300x250.pub_300x250m.pub_728x90.text-ad.textAd.text_ad.text_ads.text-ads.text-ad-links { display: block !important; }
! Other rules:
@@||cdnjs.cloudflare.com/ajax/libs/fuckadblock/*/fuckadblock.js
/wp-content/plugins/wp-adblock-dedect/js/dedect.js^
! Temporary rule for apps, if website check if fuckAdBlock is undefined
!+ PLATFORM(windows, mac, android)
newhost.me,malzemebilimi.net,hindimetoons.net,videoxseries.xyz,scenelife.org,piratulhd.com,hqq.tv,yungeblog.xyz,techperiod.com,clk.ink,premium-uploaded.net,ngantukberat.me,repo.hackyouriphone.org,prayersalltime.com,letsdownloads.com,newsteez.com,indianrailways.info,ouo.io,techkreative.xyz,mmorpg.org.pl#%#(function() { var noopfn = function() {;}; var Fab = function() {}; Fab.prototype.check = noopfn; Fab.prototype.clearEvent = noopfn;  Fab.prototype.emitEvent = noopfn; Fab.prototype.on = function(a, b) { if ( !a ) { b(); } return this; }; Fab.prototype.onDetected = function() {  return this; }; Fab.prototype.onNotDetected = function(a) { a(); return this; }; Fab.prototype.setOption = noopfn; var fab = new Fab(),  getSetFab = { get: function() { return Fab; }, set: function() {} }, getsetfab = { get: function() { return fab; }, set: function() {} }; if ( window.hasOwnProperty('FuckAdBlock') ) { window.FuckAdBlock = Fab; } else { Object.defineProperty(window, 'FuckAdBlock', getSetFab); } if ( window.hasOwnProperty('BlockAdBlock') ) { window.BlockAdBlock = Fab; } else {Object.defineProperty(window, 'BlockAdBlock', getSetFab); } if ( window.hasOwnProperty('SniffAdBlock') ) { window.SniffAdBlock = Fab; } else { Object.defineProperty(window, 'SniffAdBlock', getSetFab); } if ( window.hasOwnProperty('fuckAdBlock') ) { window.fuckAdBlock = fab; } else { Object.defineProperty(window, 'fuckAdBlock', getsetfab); } if ( window.hasOwnProperty('blockAdBlock') ) { window.blockAdBlock = fab; } else { Object.defineProperty(window, 'blockAdBlock', getsetfab); } if ( window.hasOwnProperty('sniffAdBlock') ) { window.sniffAdBlock = fab; } else { Object.defineProperty(window, 'sniffAdBlock', getsetfab); } })();
! END: FuckAdBlock
!
!--- KillAdBlock ---
pornflixhd.com,incredibox.com,binbox.io,jbzdy.eu,extra-drama.com,hackinblood.com,alexgoldcheidt.com,pleximum.com,arcadepunks.com,sysnettechsolutions.com,omgmusik.com,hulkpop.com,thenerdic.com,tellmehow.co,udemycoursedownloader.net,patorjack.com,pinsystem.co.uk,sportnews.to,svipvids.com,synonymbog.com,techbii.com,darkcomet.net,firmgoogle.com#$#.pub_300x250.pub_300x250m.pub_728x90.text-ad.textAd.text_ad.text_ads.text-ads.text-ad-links {display:block!important;}
!
!--- BlockAdBlock ---
!START: BlockAdBlock
! Old and 4.2b (Scriptlet `#%#//scriptlet("prevent-bab")`)
herexxx.com,zomatofood.in,infokupedia.id,refoblog.xyz,mcadventuretime.com,leporno.org,kikupload.xyz,sctricks.com,ustvgo.tv,torrentmegafilme.net,allcoins.pw,go-links.net,naturalhealthy.xyz,arubedo.blogspot.com,xn--wemodels-gf7e.to,cutadlink.net,getfreebit.xyz,cloudstorageoptions.com,turkdown.com,premiumchronicle.com,torrentsaatiniz.com,premiumleecher.com,keettech.com,duniaislamku.com,earn4files.com,ad4msan.win,tempmail.ninja,business-trade.me,chile-forum.ru,sorhadi.net,cyberspace.world,freshmms.com,paidcoursesforfree.com,receivetxt.com,infotaxco.com,durtypass.com,dzapk.com,wikihandbk.com,properhacks.weebly.com,freecourselab.com,onehack.us,informarea.it,pluslive.live,downfile.io,juba-get.com,cutlinks.pro,todotech20.com,her-sey.net,dostats.info,k2nblog.com,kolompc.us,tollypics.com,manatelugumovies.cc,wrixy.com,animesvision.com.br,tikvid.com,mycumx.com,learningcrux.com,vqporn.com,readcomicsonline.ru,gmetrix.review,thichviet.site,megaurl.in,correotemporal.org,dl2f.com,navratdoreality.cz,robuxgen.online,g-status.com,adnet.cash,linsoo.co.kr,executivetraveller.com,fastoshi.site,hdporncomics.com,getpcapps.com,warscrap.io,massivetechinterview.blogspot.com,tech-zealots.com,kimchi.tv,nulledpremium.com,freephonenum.com,tvonlinegratis.ru,uplod.net,readster.me,hoshinoromi.org,av-drive.blogspot.com,gomentod.com,technicalguru.us,listenpersian.net,0mniscient.github.io,10-download.com,1000bit.it,100count.net,123movies.tn,1me.club,2cheat.net,2o-my.com,360haven.com,4553t5pugtt1qslvsnmpc0tpfz5fo.xyz,4downfiles.org,4gsmmaroc.com,4horlover.com,900hub.pw,99udemy.com,9ketsuki.info,a2zapk.com,abouttech.space,adbilty.me,adbull.me,addoncloud.org,adflly.com,adlpu.com,adorofilmesdeterror.com,adpop.me,adslash.me,adslink.pw,adsrt.com,adsviv.com,afreesms.com,agradarpan.com,ahramk.com,ainodorama.web.id,ak77now.pixnet.net,akalaty4day.com,akenini.com,akl2day.com,akoam.net,akoam.pro,akoam.site,akoam.ws,albkinema.net,aliancadeherois.blogspot.com,allacronyms.com,allsoftwarefull.com,allvideos.me,alt-torrent.com,altadefinizione.cloud,alts4free.com,amf.pw,amtonline.com.br,androgalaxy.in,android-zone.ws,androidaba.com,androidemulator.in,androidescomplicado.blogspot.com,androidrepublic.org,ani-ost.info,ani-share.com,anime-loads.org,anime7.download,animes-mangas-ddl.net,animesgo.net,animeshouse.net,animetake.tv,animetubeitalia.it,animeunity.it,animmex.net,animmex.tv,anitoonstv.com,anitube.cz,annakendrick-fr.com,annuaire-ebook.com,aphim.co,apkmos.com,apnetv.co,apnetv.tv,appdrop.net,appnee.com,apprendre-les-runes.com,appvn.com,arabloads.net,arabseries.net,arenavision.biz,arenavision.cc,arenavision.link,arenavision.ru,arenavision.us,arenavision2017.cf,arianatoday.net,arkforum.de,artikeltekno.com,asianovel.com,audioz.cc,ausbt.com.au,automobile-catalog.com,avarti.co.il,avaxhome.co,avaxhome.pro,bail-bonds.me,baixarsoftware.com,baqiworld.com,batshort.com,bdiptv.com,bdiptv.stream,beelink.in,bella-thorne.org,bellathorne.net,bestarticles.me,bestinforoom.com,bitcoinker.com,bitload.org,bittorrent.am,blackmod.net,blockadblock.com,bloggingdekh.xyz,blogthetech.com,bludv.com,boostme.gg,boxwares.com,brenhealth.com,brfiles.com,british-birdsongs.uk,bspin.club,btc.ms,btc4free.site,btcsmile.com,buenamusica.com,business-credit.co,business-mortgage.co,business-service.me,business-solutions.us,business-tv.me,business-tv.org,businessvoip.me,businessvoip.pw,buyitonline.store,c4free.win,camwhores.co,canlimacevi.com,catchsms.com,catcuturl.tk,chimica-online.it,chloemoretz.org,cinemafacil.com,cineview.me,claimfreebtc.win,clik.pw,clk.icu,clk.ink,clk.press,cll.press,cloudwebcopy.com,cmacapps.com,cobachpl8.milaulas.com,coingrabr.com,coinkurier.de,coinpot.win,cointalk.club,colorspire.com,computerworm.net,computingforgeeks.com,conference-hosting.us,connect-trojan.net,connectwww.com,contract-miner.com,coolsoft.altervista.org,cooltamilhd.com,courseclub.net,crabcut.net,cracxsoftwares.com,csport.xyz,d-h.st,damasgate.com,dangotoons.com,dasolo.co,david-forum.de,dayzrp.com,dc-chronicle.com,ddmix.net,deadtoonsindia.com,desirecourse.com,desirecourse.net,dir50.com,dir50.net,discordemoji.com,dizired.com,dl-protect1.com,dl.r3sub.com,dogefaucet.com,doluoyun.com,dopedgeeks.com,doshort.info,dove-cameron.org,down2hub.com,download.pixelexperience.org,dream-sound.com,dslr-forum.de,dundi.it,dupedornot.com,dutchycorp.space,e-dokument.org,eaglezz.com,easylife.tw,eatings.stream,education-load.com,edusaguepa.milaulas.com,egprices.com,eimusics.com,electrical4u.com,elrincondelvoxero.com,emailtemporal.org,emilyosment.net,enfermeria.gnomio.com,eroxia.com,error4hack.com,eslwriting.org,eusouandroid.co,examsleague.co.in,extraimage.co,ez3c.tw,fakyu.net,faucetcrypto.com,faucethub.io,faucethubgiveaway.win,faucy.win,fautsy.com,fce365.info,fcportables.com,file-up.org,file4go.biz,file4go.me,filebebo.net,filesharing.io,finalservers.net,findwords.info,fistfast.net,fm.solewe.com,fmoviez.org,forum.brcbet.com,forum.darksoftware.net,forum.universegunz.net,forumcoin.win,forums.stateoffirestone.xyz,freeapps4y.blogspot.com,freebitcoin.win,freecourselab.com,freecoursesite.com,freecoursesonline.us,freecourseweb.com,freeiptv.life,freemcserver.net,freemidi.org,freenod32key.com,freeomovie.com,freepanel.ts3.cloud,freephonenum.com,freesmscode.com,freetimelearning.com,freetutorials.eu,freetutorials.us,freetutorialsus.com,freetvall.com,freevirtualsmsnumber.com,frendx.com,fullmovie.gratis,fulltorrentindir.club,funcinema.ga,funtastic-vids.com,futbolchile.net,futeboltv.com,futeboltvgratis.com,futurefoundationngo.com,fuyufs.com,g1novelas.org,galaxy.gala100.net,gamecode.win,gamedev.net,gamemod.mobi,gamesandroidhvga.net,gametimers.it,gamezito.com,gay69.stream,gceguide.com,geekdrop.com,geomedia.gala100.net,getfreesmsnumber.com,getlink.pw,getmyfile.ga,getyourbitco.in,gifsis.com,gigadownloads.co,globalcryptopress.com,globalrph.com,gobits.io,gocoo.co,gofobo.com,gohub.pw,goldenmangas.online,gradown.com,grafixfather.com,gratismas.org,greatprojectscampaign.com,gymlive.net,gymlive.org,ha-lab.com,hackerbot.net,hacksfinity.com,hardwarebbq.com,hdbox.ws,hdstreamvf.com,hdturk.de,hentaicore.org,heroacademia2.net,hibrido1337.blogspot.com,hightech.web.id,hindistopin.com,hindistoponline.com,hotcoins.cf,htnovo.net,hubcoins.xyz,hulblog.com,hulkpop.com,humaribit.win,hyperdebrid.net,icefilms.info,idtbox.com,ifate.com,ilcorsaroblu.org,imaginetricks.com,imggram.org,imojado.org,indianhacking.in,informazionefiscale.it,instawank.com,intoupload.com,intoupload.net,ioanbtc.com,ioscreator.com,iphonecake.com,iptvbin.com,irisbuddies.blogspot.com,isolaillyon.it,it-times.de,italiashare.info,italiashare.life,italiashare.net,itdmusic.me,itdmusic.site,itopmusic.com,itshokunin.cc,iwatchseries.online,iwatchtheoffice.com,jagledam.co,jagledam.com,jainjinvani.com,jav911.com,javadecompilers.com,javstream.com,javsubtitle.co,jcbtechno.com,jh333.pw,jhub.pw,jilhub.xyz,jkwaveblog.com,joey-king.net,jolygram.com,jpopsingles.eu,justlightnovels.com,justlikeyojna.com,justnerd.it,kadal.club,karaoke-tutor.com,ke1.nl,kickedface.com,kimochi.info,kinonet.pl,kissjav.com,kissmanga.com,klartext-ne.de,kodi-tutorials.uk,komiku.co,komiupdates.xyz,kubadownload.com,kuronotranslations.com,l2network.eu,l2s.io,lacalleochotv.org,lamitadmas1.net,lapumiafilmes.com,lctutors.com.br,leakforums.co,leakmania.gq,leechall.com,leechpremium.link,lesyt.xyz,letsdownloads.com,lewdzone.com,li-nkz.com,lik.cl,lingolex.com,linkasm.com,linkdrop.net,linkjust.com,liodonwloads.blogspot.com,litepaste.com,livetvcafe.me,losslessbests.com,loudwarez.pl,lowframe.com,luckybitco.com,luckybits.io,lustich.de,maango.info,macappdownload.com,macbed.com,mackungfu.org,maclife.vn,macplanete.com,magesy.eu,magesypro.com,majesy.com,makemehost.com,mamahd.tv,mangahost-br.cc,mangahost-br.com,mangahost.cc,mangahost1.com,mangahost2.com,mangahostbr.com,mangahosted.com,mangaorigin.com,mangashiro.net,manyak.info,maritimeherald.com,marvelousga.com,masonlar.org,mcoc-guide.blogspot.co.uk,mcoc-guide.blogspot.com,mcoc-guide.blogspot.in,medicalopium.blogspot.com.br,megafilmestorrenthd.net,megapanda.net,megaurl.in,megaxtreme.net,meizufans.eu,mertcangokgoz.com,meulink.tk,micinehd.com,midiextreme.blogspot.com,milanworld.net,mileyupdateuk.com,minhaoperadora.com.br,minhasreceita.in,mixmods.com.br,modapkfree.me,money.it,movi.pk,movieforhd.com,mrhowtosay.com,mrtechmyth.com,mrtekani.com,msguides.com,muchfriends.com,mwpaste.com,myakoam.com,myfree-tivi.com,mygoodstream.pw,myicloud.info,myip.ms,mylink.sh,mylivewallpapers.com,mytechnopedia.com,myxclip.com,natationpourtous.com,naturalbd.com,navigaweb.net,nb-music.net,nerdmaldito.com,newsforbolly.org,nfhost.eu,nfhost.me,nfhost.xyz,nflstreams.me,ngolos.com,niagotch.com,nibbits.com,nmac.to,nod32key.xyz,nonsensediamond.online,nonsensediamond.website,noobslab.com,nooyul.co,nulledteam.com,nullpress.net,nyaa.pantsu.cat,nysexoffenders.com,oaome.com,oemdtc.com,ogznet.com,oldjogos.com,oldskool.vip,olympine.com,omglyrics.com,omgtorrent.cz,oneload.co,onhax.net,onlinefreecourse.net,onlinevideoconverter.com,ooodesi.com,open-live.org,openelec.tv,opus.re,otakuindo.co,otakuindo.net,otakunation.org,ownhax.com,palimas.tv,pallok.com,panditfiles.cc,panditfiles.pro,pastemod.com,pastepub.com,pastpapers.papacambridge.com,pasty.link,payco.xyz,peliculasmegahdd.net,peperonity.net,pes-patch.com,pes.social,peyton-list.net,peytonlist.ru,pg3dhacks.com,piktag.net,pinaywalkers.net,pinoymovies.site,pipocas.tv,platinmods.com,playit.ch,pocaodemana.com,pokemonexotic.net,pokexgames-tutoriais.blogspot.com,popfilmeshd.net,pornbimbo.com,porndish.com,porndownload.xyz,pornfay.com,porngun.net,pornscum.com,premiumproxy.net,prgwonders.blogspot.com,programasvirtualespc.net,programming.discudemy.com,promipool.de,promovies.pro,proxybunker.online,publicleech.xyz,pustkala.com,qmaths.in,railpictures.net,railwayoperationsimulator.com,ramdan.tv,rangdhanu.live,readheroacademia.com,readonepunchman.net,readshingekinokyojin.com,realkana.com,realmofdarkness.net,reevown.com,resurrectionremix.com,rjno1.com,rl-hackers.net,rlinstall.tech,rmdan.net,rmdan.org,rmdan.tv,royalown.review,rule34hentai.net,rumushitung.com,s0ft4pc.com,sabishiidesu.com,sadeempc.com,saikoanimes.com,saikocloud.ml,sankakucomplex.com,sarapbeh.com,sardeath.com,sat-universe.com,satoshilabs.net,script-stack.com,scubidu.eu,serial-key.com,serialosy.pl,serialwale.com,seriesgato.net,seriesgato.tv,servicesfun.com,seucinema.net,sevenangel.id,shaanig.se,shara.today,sharejunction.com,shingekikyojin3.net,shortit.pw,shortzon.com,shrtfly.com,siberyazilimci.net,sigourney-weaver.net,silicongadget.com,sims4marigold.blogspot.com,simulatedapeminer.com,sinepinoy.net,singingdalong.blogspot.com,sivitechno.com,skidrowgamescpy.org,skiehacker.weebly.com,skmedix.pl,skycloud-exploit.weebly.com,skyfaucet.win,slink.bid,smarteasystudy.com,smsbomber.in,smscodeonline.com,smskola.com,smslisten.com,smsnumbersonline.com,smsreceiveonline.com,smsreceiving.com,smstibo.com,smtebooks.net,snowfiles.com,sobootlogo.blogspot.com,sofiotheque.info,solowarez.org,somosbinarios.es,sorcerers.net,speed4up.net,spiratedhub.com,sportbh.stream,sportbikerider.us,sportsvideo.net,startseite.to,steamid.eu,steamid.uk,stefaniescott.org,stfly.io,stream4free.live,streamflix.ru,streamingdivx.co,streamlord.com,streamplay.to,studychacha.com,studydhaba.com,stupdroid.com,sukkisukki.com,supercineonline.tv,superiorwallpapers.com,superyachtfan.com,swiggygold.com,syriancivilwarmap.com,sznpaste.net,talkittechy.com,tamiltunes.online,tasksshare.com,techfinda.com,techmazza.com,technocanvas.xyz,technoslek.com,techposts.org,techreviewpro.com,techtremendous.com,techtunes.co,techtunes.com.bd,techzac.com,tecknity.com,teqniaplus.com,teqnwy.com,tercihiniyap.net,teutorrent.com,textmechanic.com,thebeast1.com,thefirmwareclub.com,themefire.net,themeslide.com,themesradar.com,therevcounter.co.uk,theseotools.net,thewpclub.net,thoptv.cricket,thoptv.net,thuthuatjb.com,tibiabr.com,timeforbitco.in,tinypaste.cc,tohax.com,tokyoghoulre.net,tomato.to,tooyul.co,topvideosgay.com,topzone.lt,tormalayalam.com,torrent9.uno,torrentbrazil.org,torrentdosfilmeshd.net,torrentmegafilme.com,torrentmegafilmes.com,torrentsgamez.com,trekbbs.com,tricksbest.com,ttorial.com,ttsmp3.com,tubeland.site,tunovelaligera.com,turboserver.info,turiver.com,tutoriaux-excalibur.com,tvarticles.me,tvfree.me,uclick.in,udemyfreecoursesdownload.com,unfriend-app.com,unionmangas.top,updatesmarugujarat.in,upfiles.top,upload.mn,uploadbank.com,uploadbyte.com,uploadedpremiumlink.xyz,uploadkadeh.com,uploadproper.com,uploadproper.net,uploadrar.com,uploadx.link,uplod.it,uplod.ws,url.hulblog.com,urlaubspartner.net,urlcero.com,urlcero.us,urlcloud.us,utmn.gnomio.com,vandenbrink.fr,vemai.org,venipa.net,vertusseriesypeliculasonline.blogspot.com,videoadept.com,videoo.info,vietmod.pro,vinaurl.in,viral-alert.com,visioncloud.cf,vivads.net,vnhax.com,vodlock.co,voirseries.co,vortez.net,vpnjantit.com,vsthouse.ru,waccoe.com,wakfutemporada2subs.blogspot.com,wallpaper-house.com,wallpaperenginefree.com,wallpaperhdzone.com,wallpapermania.eu,wanaliz.com,watch30rockonline.com,watchadventuretime.com,watchamericandad.net,watcharcheronline.com,watcharresteddevelopment.com,watchbreakingbad.online,watchcastleonline.com,watchcheersonline.com,watchcommunity.online,watchcurbyourenthusiasm.com,watchdoctorwhoonline.com,watcheverybodylovesraymond.com,watchfearthewalkingdead.net,watchfriendsonline.net,watchhouseonline.net,watchhowimetyourmother.com,watchhowimetyourmother.online,watchitsalwayssunnyinphiladelphia.com,watchkingofthehill.com,watchparksandrecreation.net,watchprisonbreakonline.com,watchpsychonline.net,watchrickandmorty.online,watchscrubsonline.com,watchseinfeld.com,watchsmallvilleonline.net,watchsouthpark.online,watchsupernaturalonline.cc,watchthat70show.com,watchtheoffice.online,watchtheofficeonline.net,watchthesopranos.com,watchthewalkingdead.online,watchtopgearonline.net,watchtwoandahalfmenonline.com,webcache.googleusercontent.com,webforefront.com,webgate.tn,whackit.co,wholehk.com,win4cut.com,winhelp.us,wizblog.it,wizblogger.com,worldofbitco.in,wowebook.org,wroffle.com,xboxforum.pl,xenforo.pk,xia1ge.com,xiaomifirmwareupdater.com,xossip.com,xossip.rocks,xpickle.club,xshark.me,yalujailbreak.net,yggtorrent.fr,yibtccoins.com,youmath.it,yourlifeupdated.net,yourtechguider.com,yuinime.net,zermusicz.com,zetabitco.com,zeusnews.it,zlounge.co,znaki.vxm.pl,zoey-deutch.us,zone-telechargement2.net,zoogirls.org#%#//scriptlet("prevent-bab")
! BAB 4.2b (`$$script[wildcard="*// 4.2b*DMCA*['length','charCodeAt','fromCharCode'];*"][min-length="5000"][max-length="27000"]`)
infokupedia.id,refoblog.xyz,cyberspace.world,receivetxt.com,infotaxco.com,durtypass.com,dzapk.com,wikihandbk.com,properhacks.weebly.com,freecourselab.com,onehack.us,informarea.it,pluslive.live,downfile.io,juba-get.com,cutlinks.pro,todotech20.com,her-sey.net,dostats.info,k2nblog.com,kolompc.us,tollypics.com,manatelugumovies.cc,mycumx.com,learningcrux.com,vqporn.com,readcomicsonline.ru,gmetrix.review,thichviet.site,megaurl.in,correotemporal.org,dl2f.com,navratdoreality.cz,robuxgen.online,g-status.com,adnet.cash,linsoo.co.kr,executivetraveller.com,fastoshi.site,warscrap.io,massivetechinterview.blogspot.com,tech-zealots.com,freephonenum.com,readster.me,hoshinoromi.org,av-drive.blogspot.com,gomentod.com,technicalguru.us,0mniscient.github.io,10-download.com,1000bit.it,100count.net,123movies.tn,1me.club,2cheat.net,2o-my.com,4553t5pugtt1qslvsnmpc0tpfz5fo.xyz,4downfiles.org,4gsmmaroc.com,4horlover.com,900hub.pw,99udemy.com,9ketsuki.info,a2zapk.com,abouttech.space,adbilty.me,adbull.me,addoncloud.org,adflly.com,adlpu.com,adorofilmesdeterror.com,adpop.me,adslash.me,adslink.pw,adsrt.com,adsviv.com,afreesms.com,agradarpan.com,ahramk.com,ainodorama.web.id,ak77now.pixnet.net,akalaty4day.com,akenini.com,akl2day.com,akoam.net,akoam.pro,akoam.site,akoam.ws,albkinema.net,aliancadeherois.blogspot.com,allacronyms.com,allsoftwarefull.com,allvideos.me,alt-torrent.com,altadefinizione.cloud,alts4free.com,amf.pw,amtonline.com.br,androgalaxy.in,android-zone.ws,androidaba.com,androidemulator.in,androidescomplicado.blogspot.com,androidrepublic.org,ani-ost.info,ani-share.com,anime-loads.org,anime7.download,animes-mangas-ddl.net,animesgo.net,animeshouse.net,animetake.tv,animetubeitalia.it,animmex.net,animmex.tv,anitoonstv.com,anitube.cz,annakendrick-fr.com,annuaire-ebook.com,aphim.co,apkmos.com,apnetv.co,apnetv.tv,appdrop.net,appnee.com,apprendre-les-runes.com,appvn.com,arabloads.net,arabseries.net,arenavision.biz,arenavision.cc,arenavision.link,arenavision.ru,arenavision.us,arenavision2017.cf,arianatoday.net,arkforum.de,artikeltekno.com,asianovel.com,audioz.cc,ausbt.com.au,automobile-catalog.com,avarti.co.il,avaxhome.co,avaxhome.pro,bail-bonds.me,baixarsoftware.com,baqiworld.com,batshort.com,bdiptv.com,bdiptv.stream,beelink.in,bella-thorne.org,bellathorne.net,bestarticles.me,bestinforoom.com,bitcoinker.com,bitload.org,bittorrent.am,blackmod.net,blockadblock.com,bloggingdekh.xyz,blogthetech.com,bludv.com,boostme.gg,boxwares.com,brenhealth.com,brfiles.com,british-birdsongs.uk,bspin.club,btc.ms,btc4free.site,btcsmile.com,buenamusica.com,business-credit.co,business-mortgage.co,business-service.me,business-solutions.us,business-tv.me,business-tv.org,businessvoip.me,businessvoip.pw,buyitonline.store,c4free.win,camwhores.co,canlimacevi.com,catchsms.com,catcuturl.tk,chimica-online.it,chloemoretz.org,cinemafacil.com,cineview.me,claimfreebtc.win,clik.pw,clk.icu,clk.ink,clk.press,cll.press,cloudwebcopy.com,cmacapps.com,cobachpl8.milaulas.com,coingrabr.com,coinkurier.de,coinpot.win,cointalk.club,colorspire.com,computerworm.net,computingforgeeks.com,conference-hosting.us,connect-trojan.net,connectwww.com,contract-miner.com,coolsoft.altervista.org,cooltamilhd.com,courseclub.net,crabcut.net,cracxsoftwares.com,csport.xyz,d-h.st,damasgate.com,dangotoons.com,dasolo.co,david-forum.de,dayzrp.com,dc-chronicle.com,ddmix.net,deadtoonsindia.com,desirecourse.com,desirecourse.net,dir50.com,dir50.net,discordemoji.com,dizired.com,dl-protect1.com,dl.r3sub.com,dogefaucet.com,doluoyun.com,dopedgeeks.com,doshort.info,dove-cameron.org,down2hub.com,download.pixelexperience.org,dream-sound.com,dslr-forum.de,dundi.it,dupedornot.com,dutchycorp.space,e-dokument.org,eaglezz.com,easylife.tw,eatings.stream,education-load.com,edusaguepa.milaulas.com,egprices.com,eimusics.com,electrical4u.com,elrincondelvoxero.com,emailtemporal.org,emilyosment.net,enfermeria.gnomio.com,eroxia.com,error4hack.com,eslwriting.org,eusouandroid.co,examsleague.co.in,extraimage.co,ez3c.tw,fakyu.net,faucetcrypto.com,faucethub.io,faucethubgiveaway.win,faucy.win,fautsy.com,fce365.info,fcportables.com,file-up.org,file4go.biz,file4go.me,filebebo.net,filesharing.io,finalservers.net,findwords.info,fistfast.net,fm.solewe.com,fmoviez.org,forum.brcbet.com,forum.darksoftware.net,forum.universegunz.net,forumcoin.win,forums.stateoffirestone.xyz,freeapps4y.blogspot.com,freebitcoin.win,freecourselab.com,freecoursesite.com,freecoursesonline.us,freecourseweb.com,freeiptv.life,freemidi.org,freenod32key.com,freeomovie.com,freepanel.ts3.cloud,freephonenum.com,freesmscode.com,freetimelearning.com,freetutorials.eu,freetutorials.us,freetutorialsus.com,freetvall.com,freevirtualsmsnumber.com,frendx.com,fullmovie.gratis,fulltorrentindir.club,funcinema.ga,funtastic-vids.com,futbolchile.net,futeboltv.com,futeboltvgratis.com,futurefoundationngo.com,fuyufs.com,g1novelas.org,galaxy.gala100.net,gamecode.win,gamedev.net,gamemod.mobi,gamesandroidhvga.net,gametimers.it,gamezito.com,gay69.stream,gceguide.com,geekdrop.com,geomedia.gala100.net,getfreesmsnumber.com,getlink.pw,getmyfile.ga,getyourbitco.in,gifsis.com,gigadownloads.co,globalcryptopress.com,globalrph.com,gobits.io,gocoo.co,gofobo.com,gohub.pw,goldenmangas.online,gradown.com,grafixfather.com,gratismas.org,greatprojectscampaign.com,gymlive.net,gymlive.org,ha-lab.com,hackerbot.net,hacksfinity.com,hardwarebbq.com,hdbox.ws,hdstreamvf.com,hdturk.de,hentaicore.org,heroacademia2.net,hibrido1337.blogspot.com,hightech.web.id,hindistopin.com,hindistoponline.com,hotcoins.cf,htnovo.net,hubcoins.xyz,hulblog.com,hulkpop.com,humaribit.win,hyperdebrid.net,icefilms.info,idtbox.com,ifate.com,ilcorsaroblu.org,imaginetricks.com,imggram.org,imojado.org,indianhacking.in,informazionefiscale.it,instawank.com,intoupload.com,intoupload.net,ioanbtc.com,ioscreator.com,iphonecake.com,iptvbin.com,irisbuddies.blogspot.com,isolaillyon.it,it-times.de,italiashare.info,italiashare.life,italiashare.net,itdmusic.me,itdmusic.site,itopmusic.com,itshokunin.cc,iwatchseries.online,iwatchtheoffice.com,jagledam.co,jagledam.com,jainjinvani.com,jav911.com,javadecompilers.com,javstream.com,javsubtitle.co,jcbtechno.com,jh333.pw,jhub.pw,jilhub.xyz,jkwaveblog.com,joey-king.net,jolygram.com,jpopsingles.eu,justlightnovels.com,justlikeyojna.com,justnerd.it,kadal.club,karaoke-tutor.com,ke1.nl,kickedface.com,kimochi.info,kinonet.pl,kissjav.com,kissmanga.com,klartext-ne.de,kodi-tutorials.uk,komiku.co,komiupdates.xyz,kubadownload.com,kuronotranslations.com,l2network.eu,l2s.io,lacalleochotv.org,lamitadmas1.net,lapumiafilmes.com,lctutors.com.br,leakforums.co,leakmania.gq,leechall.com,leechpremium.link,lesyt.xyz,letsdownloads.com,lewdzone.com,li-nkz.com,lik.cl,lingolex.com,linkasm.com,linkdrop.net,linkjust.com,liodonwloads.blogspot.com,litepaste.com,livetvcafe.me,losslessbests.com,loudwarez.pl,lowframe.com,luckybitco.com,luckybits.io,lustich.de,maango.info,macappdownload.com,macbed.com,mackungfu.org,maclife.vn,macplanete.com,magesy.eu,magesypro.com,majesy.com,makemehost.com,mamahd.tv,mangahost-br.cc,mangahost-br.com,mangahost.cc,mangahost1.com,mangahost2.com,mangahostbr.com,mangahosted.com,mangaorigin.com,mangashiro.net,manyak.info,maritimeherald.com,marvelousga.com,masonlar.org,mcoc-guide.blogspot.co.uk,mcoc-guide.blogspot.com,mcoc-guide.blogspot.in,medicalopium.blogspot.com.br,megafilmestorrenthd.net,megapanda.net,megaurl.in,megaxtreme.net,meizufans.eu,mertcangokgoz.com,meulink.tk,micinehd.com,midiextreme.blogspot.com,milanworld.net,mileyupdateuk.com,minhaoperadora.com.br,minhasreceita.in,mixmods.com.br,modapkfree.me,money.it,movi.pk,movieforhd.com,mrhowtosay.com,mrtechmyth.com,mrtekani.com,msguides.com,muchfriends.com,mwpaste.com,myakoam.com,myfree-tivi.com,mygoodstream.pw,myicloud.info,myip.ms,mylink.sh,mylivewallpapers.com,mytechnopedia.com,myxclip.com,natationpourtous.com,naturalbd.com,navigaweb.net,nb-music.net,nerdmaldito.com,newsforbolly.org,nfhost.eu,nfhost.me,nfhost.xyz,nflstreams.me,ngolos.com,niagotch.com,nibbits.com,nmac.to,nod32key.xyz,nonsensediamond.online,nonsensediamond.website,noobslab.com,nooyul.co,nulledteam.com,nullpress.net,nyaa.pantsu.cat,nysexoffenders.com,oaome.com,oemdtc.com,ogznet.com,oldjogos.com,oldskool.vip,olympine.com,omglyrics.com,omgtorrent.cz,oneload.co,onhax.net,onlinefreecourse.net,onlinevideoconverter.com,ooodesi.com,open-live.org,openelec.tv,opus.re,otakuindo.co,otakuindo.net,otakunation.org,ownhax.com,palimas.tv,pallok.com,panditfiles.cc,panditfiles.pro,pastemod.com,pastepub.com,pastpapers.papacambridge.com,pasty.link,payco.xyz,peliculasmegahdd.net,peperonity.net,pes-patch.com,pes.social,peyton-list.net,peytonlist.ru,pg3dhacks.com,piktag.net,pinaywalkers.net,pinoymovies.site,pipocas.tv,platinmods.com,playit.ch,pocaodemana.com,pokemonexotic.net,pokexgames-tutoriais.blogspot.com,popfilmeshd.net,pornbimbo.com,porndish.com,porndownload.xyz,pornfay.com,porngun.net,pornscum.com,premiumproxy.net,prgwonders.blogspot.com,programasvirtualespc.net,programming.discudemy.com,promipool.de,promovies.pro,proxybunker.online,publicleech.xyz,pustkala.com,qmaths.in,railpictures.net,railwayoperationsimulator.com,ramdan.tv,rangdhanu.live,readheroacademia.com,readonepunchman.net,readshingekinokyojin.com,realkana.com,realmofdarkness.net,resurrectionremix.com,rjno1.com,rl-hackers.net,rlinstall.tech,rmdan.net,rmdan.org,rmdan.tv,royalown.review,rule34hentai.net,rumushitung.com,s0ft4pc.com,sabishiidesu.com,sadeempc.com,saikoanimes.com,saikocloud.ml,sankakucomplex.com,sarapbeh.com,sardeath.com,sat-universe.com,satoshilabs.net,script-stack.com,scubidu.eu,serial-key.com,serialosy.pl,serialwale.com,seriesgato.net,seriesgato.tv,servicesfun.com,seucinema.net,sevenangel.id,shaanig.se,shara.today,sharejunction.com,shingekikyojin3.net,shortit.pw,shortzon.com,shrtfly.com,siberyazilimci.net,sigourney-weaver.net,silicongadget.com,sims4marigold.blogspot.com,simulatedapeminer.com,sinepinoy.net,singingdalong.blogspot.com,sivitechno.com,skidrowgamescpy.org,skiehacker.weebly.com,skmedix.pl,skycloud-exploit.weebly.com,skyfaucet.win,slink.bid,smarteasystudy.com,smsbomber.in,smscodeonline.com,smskola.com,smslisten.com,smsnumbersonline.com,smsreceiveonline.com,smsreceiving.com,smstibo.com,smtebooks.net,snowfiles.com,sobootlogo.blogspot.com,sofiotheque.info,solowarez.org,somosbinarios.es,sorcerers.net,speed4up.net,spiratedhub.com,sportbh.stream,sportbikerider.us,sportsvideo.net,startseite.to,steamid.eu,steamid.uk,stefaniescott.org,stfly.io,stream4free.live,streamflix.ru,streamingdivx.co,streamlord.com,streamplay.to,studychacha.com,studydhaba.com,stupdroid.com,sukkisukki.com,supercineonline.tv,superiorwallpapers.com,superyachtfan.com,swiggygold.com,syriancivilwarmap.com,sznpaste.net,talkittechy.com,tamiltunes.online,tasksshare.com,techfinda.com,techmazza.com,technocanvas.xyz,technoslek.com,techposts.org,techreviewpro.com,techtremendous.com,techtunes.co,techtunes.com.bd,techzac.com,tecknity.com,teqniaplus.com,teqnwy.com,tercihiniyap.net,teutorrent.com,textmechanic.com,thebeast1.com,thefirmwareclub.com,themefire.net,themeslide.com,themesradar.com,therevcounter.co.uk,theseotools.net,thewpclub.net,thoptv.cricket,thoptv.net,thuthuatjb.com,tibiabr.com,timeforbitco.in,tinypaste.cc,tohax.com,tokyoghoulre.net,tomato.to,tooyul.co,topvideosgay.com,topzone.lt,tormalayalam.com,torrent9.uno,torrentbrazil.org,torrentdosfilmeshd.net,torrentmegafilme.com,torrentmegafilmes.com,torrentsgamez.com,trekbbs.com,tricksbest.com,ttorial.com,ttsmp3.com,tubeland.site,tunovelaligera.com,turboserver.info,turiver.com,tutoriaux-excalibur.com,tvarticles.me,tvfree.me,uclick.in,udemyfreecoursesdownload.com,unfriend-app.com,unionmangas.top,updatesmarugujarat.in,upfiles.top,upload.mn,uploadbank.com,uploadbyte.com,uploadedpremiumlink.xyz,uploadkadeh.com,uploadproper.com,uploadproper.net,uploadrar.com,uploadx.link,uplod.it,uplod.ws,url.hulblog.com,urlaubspartner.net,urlcero.com,urlcero.us,urlcloud.us,utmn.gnomio.com,vandenbrink.fr,vemai.org,venipa.net,vertusseriesypeliculasonline.blogspot.com,videoadept.com,videoo.info,vietmod.pro,vinaurl.in,viral-alert.com,visioncloud.cf,vivads.net,vnhax.com,vodlock.co,voirseries.co,vortez.net,vpnjantit.com,vsthouse.ru,waccoe.com,wakfutemporada2subs.blogspot.com,wallpaper-house.com,wallpaperenginefree.com,wallpaperhdzone.com,wallpapermania.eu,wanaliz.com,watch30rockonline.com,watchadventuretime.com,watchamericandad.net,watcharcheronline.com,watcharresteddevelopment.com,watchbreakingbad.online,watchcastleonline.com,watchcheersonline.com,watchcommunity.online,watchcurbyourenthusiasm.com,watchdoctorwhoonline.com,watcheverybodylovesraymond.com,watchfearthewalkingdead.net,watchfriendsonline.net,watchhouseonline.net,watchhowimetyourmother.com,watchhowimetyourmother.online,watchitsalwayssunnyinphiladelphia.com,watchkingofthehill.com,watchparksandrecreation.net,watchprisonbreakonline.com,watchpsychonline.net,watchrickandmorty.online,watchscrubsonline.com,watchseinfeld.com,watchsmallvilleonline.net,watchsouthpark.online,watchsupernaturalonline.cc,watchthat70show.com,watchtheoffice.online,watchtheofficeonline.net,watchthesopranos.com,watchthewalkingdead.online,watchtopgearonline.net,watchtwoandahalfmenonline.com,webcache.googleusercontent.com,webforefront.com,webgate.tn,whackit.co,wholehk.com,win4cut.com,winhelp.us,wizblog.it,wizblogger.com,worldofbitco.in,wowebook.org,wroffle.com,xboxforum.pl,xenforo.pk,xia1ge.com,xiaomifirmwareupdater.com,xossip.com,xossip.rocks,xpickle.club,xshark.me,yalujailbreak.net,yggtorrent.fr,yibtccoins.com,youmath.it,yourlifeupdated.net,yourtechguider.com,yuinime.net,zermusicz.com,zetabitco.com,zeusnews.it,zlounge.co,znaki.vxm.pl,zoey-deutch.us,zone-telechargement2.net,zoogirls.org$$script[wildcard="*// 4.2b*DMCA*['length','charCodeAt','fromCharCode'];*"][min-length="5000"][max-length="27000"]
! the second rule is for the case when script contains whitespace character(for example freemcserver.net) (`$$`)
infotaxco.com,durtypass.com,dzapk.com,wikihandbk.com,freecourselab.com,onehack.us,informarea.it,pluslive.live,downfile.io,juba-get.com,cutlinks.pro,todotech20.com,her-sey.net,dostats.info,k2nblog.com,kolompc.us,tollypics.com,manatelugumovies.cc,mycumx.com,learningcrux.com,vqporn.com,readcomicsonline.ru,gmetrix.review,thichviet.site,megaurl.in,correotemporal.org,dl2f.com,navratdoreality.cz,robuxgen.online,g-status.com,adnet.cash,linsoo.co.kr,executivetraveller.com,fastoshi.site,warscrap.io,massivetechinterview.blogspot.com,tech-zealots.com,freephonenum.com,readster.me,hoshinoromi.org,av-drive.blogspot.com,gomentod.com,technicalguru.us,0mniscient.github.io,10-download.com,1000bit.it,100count.net,123movies.tn,1me.club,2cheat.net,2o-my.com,4553t5pugtt1qslvsnmpc0tpfz5fo.xyz,4downfiles.org,4gsmmaroc.com,4horlover.com,900hub.pw,99udemy.com,9ketsuki.info,a2zapk.com,abouttech.space,adbilty.me,adbull.me,addoncloud.org,adflly.com,adlpu.com,adorofilmesdeterror.com,adpop.me,adslash.me,adslink.pw,adsrt.com,adsviv.com,afreesms.com,agradarpan.com,ahramk.com,ainodorama.web.id,ak77now.pixnet.net,akalaty4day.com,akenini.com,akl2day.com,akoam.net,akoam.pro,akoam.site,akoam.ws,albkinema.net,aliancadeherois.blogspot.com,allacronyms.com,allsoftwarefull.com,allvideos.me,alt-torrent.com,altadefinizione.cloud,alts4free.com,amf.pw,amtonline.com.br,androgalaxy.in,android-zone.ws,androidaba.com,androidemulator.in,androidescomplicado.blogspot.com,androidrepublic.org,ani-ost.info,ani-share.com,anime-loads.org,anime7.download,animes-mangas-ddl.net,animesgo.net,animeshouse.net,animetake.tv,animetubeitalia.it,animmex.net,animmex.tv,anitoonstv.com,anitube.cz,annakendrick-fr.com,annuaire-ebook.com,aphim.co,apkmos.com,apnetv.co,apnetv.tv,appdrop.net,appnee.com,apprendre-les-runes.com,appvn.com,arabloads.net,arabseries.net,arenavision.biz,arenavision.cc,arenavision.link,arenavision.ru,arenavision.us,arenavision2017.cf,arianatoday.net,arkforum.de,artikeltekno.com,asianovel.com,audioz.cc,ausbt.com.au,automobile-catalog.com,avarti.co.il,avaxhome.co,avaxhome.pro,bail-bonds.me,baixarsoftware.com,baqiworld.com,batshort.com,bdiptv.com,bdiptv.stream,beelink.in,bella-thorne.org,bellathorne.net,bestarticles.me,bestinforoom.com,bitcoinker.com,bitload.org,bittorrent.am,blackmod.net,blockadblock.com,bloggingdekh.xyz,blogthetech.com,bludv.com,boostme.gg,boxwares.com,brenhealth.com,brfiles.com,british-birdsongs.uk,bspin.club,btc.ms,btc4free.site,btcsmile.com,buenamusica.com,business-credit.co,business-mortgage.co,business-service.me,business-solutions.us,business-tv.me,business-tv.org,businessvoip.me,businessvoip.pw,buyitonline.store,c4free.win,camwhores.co,canlimacevi.com,catchsms.com,catcuturl.tk,chimica-online.it,chloemoretz.org,cinemafacil.com,cineview.me,claimfreebtc.win,clik.pw,clk.icu,clk.ink,clk.press,cll.press,cloudwebcopy.com,cmacapps.com,cobachpl8.milaulas.com,coingrabr.com,coinkurier.de,coinpot.win,cointalk.club,colorspire.com,computerworm.net,computingforgeeks.com,conference-hosting.us,connect-trojan.net,connectwww.com,contract-miner.com,coolsoft.altervista.org,cooltamilhd.com,courseclub.net,crabcut.net,cracxsoftwares.com,csport.xyz,d-h.st,damasgate.com,dangotoons.com,dasolo.co,david-forum.de,dayzrp.com,dc-chronicle.com,ddmix.net,deadtoonsindia.com,desirecourse.com,desirecourse.net,dir50.com,dir50.net,discordemoji.com,dizired.com,dl-protect1.com,dl.r3sub.com,dogefaucet.com,doluoyun.com,dopedgeeks.com,doshort.info,dove-cameron.org,down2hub.com,download.pixelexperience.org,dream-sound.com,dslr-forum.de,dundi.it,dupedornot.com,dutchycorp.space,e-dokument.org,eaglezz.com,easylife.tw,eatings.stream,education-load.com,edusaguepa.milaulas.com,egprices.com,eimusics.com,electrical4u.com,elrincondelvoxero.com,emailtemporal.org,emilyosment.net,enfermeria.gnomio.com,eroxia.com,error4hack.com,eslwriting.org,eusouandroid.co,examsleague.co.in,extraimage.co,ez3c.tw,fakyu.net,faucetcrypto.com,faucethub.io,faucethubgiveaway.win,faucy.win,fautsy.com,fce365.info,fcportables.com,file-up.org,file4go.biz,file4go.me,filebebo.net,filesharing.io,finalservers.net,findwords.info,fistfast.net,fm.solewe.com,fmoviez.org,forum.brcbet.com,forum.darksoftware.net,forum.universegunz.net,forumcoin.win,forums.stateoffirestone.xyz,freeapps4y.blogspot.com,freebitcoin.win,freecourselab.com,freecoursesite.com,freecoursesonline.us,freecourseweb.com,freeiptv.life,freemidi.org,freenod32key.com,freeomovie.com,freepanel.ts3.cloud,freephonenum.com,freesmscode.com,freetimelearning.com,freetutorials.eu,freetutorials.us,freetutorialsus.com,freetvall.com,freevirtualsmsnumber.com,frendx.com,fullmovie.gratis,fulltorrentindir.club,funcinema.ga,funtastic-vids.com,futbolchile.net,futeboltv.com,futeboltvgratis.com,futurefoundationngo.com,fuyufs.com,g1novelas.org,galaxy.gala100.net,gamecode.win,gamedev.net,gamemod.mobi,gamesandroidhvga.net,gametimers.it,gamezito.com,gay69.stream,gceguide.com,geekdrop.com,geomedia.gala100.net,getfreesmsnumber.com,getlink.pw,getmyfile.ga,getyourbitco.in,gifsis.com,gigadownloads.co,globalcryptopress.com,globalrph.com,gobits.io,gocoo.co,gofobo.com,gohub.pw,goldenmangas.online,gradown.com,grafixfather.com,gratismas.org,greatprojectscampaign.com,gymlive.net,gymlive.org,ha-lab.com,hackerbot.net,hacksfinity.com,hardwarebbq.com,hdbox.ws,hdstreamvf.com,hdturk.de,hentaicore.org,heroacademia2.net,hibrido1337.blogspot.com,hightech.web.id,hindistopin.com,hindistoponline.com,hotcoins.cf,htnovo.net,hubcoins.xyz,hulblog.com,hulkpop.com,humaribit.win,hyperdebrid.net,icefilms.info,idtbox.com,ifate.com,ilcorsaroblu.org,imaginetricks.com,imggram.org,imojado.org,indianhacking.in,informazionefiscale.it,instawank.com,intoupload.com,intoupload.net,ioanbtc.com,ioscreator.com,iphonecake.com,iptvbin.com,irisbuddies.blogspot.com,isolaillyon.it,it-times.de,italiashare.info,italiashare.life,italiashare.net,itdmusic.me,itdmusic.site,itopmusic.com,itshokunin.cc,iwatchseries.online,iwatchtheoffice.com,jagledam.co,jagledam.com,jainjinvani.com,jav911.com,javadecompilers.com,javstream.com,javsubtitle.co,jcbtechno.com,jh333.pw,jhub.pw,jilhub.xyz,jkwaveblog.com,joey-king.net,jolygram.com,jpopsingles.eu,justlightnovels.com,justlikeyojna.com,justnerd.it,kadal.club,karaoke-tutor.com,ke1.nl,kickedface.com,kimochi.info,kinonet.pl,kissjav.com,kissmanga.com,klartext-ne.de,kodi-tutorials.uk,komiku.co,komiupdates.xyz,kubadownload.com,kuronotranslations.com,l2network.eu,l2s.io,lacalleochotv.org,lamitadmas1.net,lapumiafilmes.com,lctutors.com.br,leakforums.co,leakmania.gq,leechall.com,leechpremium.link,lesyt.xyz,letsdownloads.com,lewdzone.com,li-nkz.com,lik.cl,lingolex.com,linkasm.com,linkdrop.net,linkjust.com,liodonwloads.blogspot.com,litepaste.com,livetvcafe.me,losslessbests.com,loudwarez.pl,lowframe.com,luckybitco.com,luckybits.io,lustich.de,maango.info,macappdownload.com,macbed.com,mackungfu.org,maclife.vn,macplanete.com,magesy.eu,magesypro.com,majesy.com,makemehost.com,mamahd.tv,mangahost-br.cc,mangahost-br.com,mangahost.cc,mangahost1.com,mangahost2.com,mangahostbr.com,mangahosted.com,mangaorigin.com,mangashiro.net,manyak.info,maritimeherald.com,marvelousga.com,masonlar.org,mcoc-guide.blogspot.co.uk,mcoc-guide.blogspot.com,mcoc-guide.blogspot.in,medicalopium.blogspot.com.br,megafilmestorrenthd.net,megapanda.net,megaurl.in,megaxtreme.net,meizufans.eu,mertcangokgoz.com,meulink.tk,micinehd.com,midiextreme.blogspot.com,milanworld.net,mileyupdateuk.com,minhaoperadora.com.br,minhasreceita.in,mixmods.com.br,modapkfree.me,money.it,movi.pk,movieforhd.com,mrhowtosay.com,mrtechmyth.com,mrtekani.com,msguides.com,muchfriends.com,mwpaste.com,myakoam.com,myfree-tivi.com,mygoodstream.pw,myicloud.info,myip.ms,mylink.sh,mylivewallpapers.com,mytechnopedia.com,myxclip.com,natationpourtous.com,naturalbd.com,navigaweb.net,nb-music.net,nerdmaldito.com,newsforbolly.org,nfhost.eu,nfhost.me,nfhost.xyz,nflstreams.me,ngolos.com,niagotch.com,nibbits.com,nmac.to,nod32key.xyz,nonsensediamond.online,nonsensediamond.website,noobslab.com,nooyul.co,nulledteam.com,nullpress.net,nyaa.pantsu.cat,nysexoffenders.com,oaome.com,oemdtc.com,ogznet.com,oldjogos.com,oldskool.vip,olympine.com,omglyrics.com,omgtorrent.cz,oneload.co,onhax.net,onlinefreecourse.net,onlinevideoconverter.com,ooodesi.com,open-live.org,openelec.tv,opus.re,otakuindo.co,otakuindo.net,otakunation.org,ownhax.com,palimas.tv,pallok.com,panditfiles.cc,panditfiles.pro,pastemod.com,pastepub.com,pastpapers.papacambridge.com,pasty.link,payco.xyz,peliculasmegahdd.net,peperonity.net,pes-patch.com,pes.social,peyton-list.net,peytonlist.ru,pg3dhacks.com,piktag.net,pinaywalkers.net,pinoymovies.site,pipocas.tv,platinmods.com,playit.ch,pocaodemana.com,pokemonexotic.net,pokexgames-tutoriais.blogspot.com,popfilmeshd.net,pornbimbo.com,porndish.com,porndownload.xyz,pornfay.com,porngun.net,pornscum.com,premiumproxy.net,prgwonders.blogspot.com,programasvirtualespc.net,programming.discudemy.com,promipool.de,promovies.pro,proxybunker.online,publicleech.xyz,pustkala.com,qmaths.in,railpictures.net,railwayoperationsimulator.com,ramdan.tv,rangdhanu.live,readheroacademia.com,readonepunchman.net,readshingekinokyojin.com,realkana.com,realmofdarkness.net,resurrectionremix.com,rjno1.com,rl-hackers.net,rlinstall.tech,rmdan.net,rmdan.org,rmdan.tv,royalown.review,rule34hentai.net,rumushitung.com,s0ft4pc.com,sabishiidesu.com,sadeempc.com,saikoanimes.com,saikocloud.ml,sankakucomplex.com,sarapbeh.com,sardeath.com,sat-universe.com,satoshilabs.net,script-stack.com,scubidu.eu,serial-key.com,serialosy.pl,serialwale.com,seriesgato.net,seriesgato.tv,servicesfun.com,seucinema.net,sevenangel.id,shaanig.se,shara.today,sharejunction.com,shingekikyojin3.net,shortit.pw,shortzon.com,shrtfly.com,siberyazilimci.net,sigourney-weaver.net,silicongadget.com,sims4marigold.blogspot.com,simulatedapeminer.com,sinepinoy.net,singingdalong.blogspot.com,sivitechno.com,skidrowgamescpy.org,skiehacker.weebly.com,skmedix.pl,skycloud-exploit.weebly.com,skyfaucet.win,slink.bid,smarteasystudy.com,smsbomber.in,smscodeonline.com,smskola.com,smslisten.com,smsnumbersonline.com,smsreceiveonline.com,smsreceiving.com,smstibo.com,smtebooks.net,snowfiles.com,sobootlogo.blogspot.com,sofiotheque.info,solowarez.org,somosbinarios.es,sorcerers.net,speed4up.net,spiratedhub.com,sportbh.stream,sportbikerider.us,sportsvideo.net,startseite.to,steamid.eu,steamid.uk,stefaniescott.org,stfly.io,stream4free.live,streamflix.ru,streamingdivx.co,streamlord.com,streamplay.to,studychacha.com,studydhaba.com,stupdroid.com,sukkisukki.com,supercineonline.tv,superiorwallpapers.com,superyachtfan.com,swiggygold.com,syriancivilwarmap.com,sznpaste.net,talkittechy.com,tamiltunes.online,tasksshare.com,techfinda.com,techmazza.com,technocanvas.xyz,technoslek.com,techposts.org,techreviewpro.com,techtremendous.com,techtunes.co,techtunes.com.bd,techzac.com,tecknity.com,teqniaplus.com,teqnwy.com,tercihiniyap.net,teutorrent.com,textmechanic.com,thebeast1.com,thefirmwareclub.com,themefire.net,themeslide.com,themesradar.com,therevcounter.co.uk,theseotools.net,thewpclub.net,thoptv.cricket,thoptv.net,thuthuatjb.com,tibiabr.com,timeforbitco.in,tinypaste.cc,tohax.com,tokyoghoulre.net,tomato.to,tooyul.co,topvideosgay.com,topzone.lt,tormalayalam.com,torrent9.uno,torrentbrazil.org,torrentdosfilmeshd.net,torrentmegafilme.com,torrentmegafilmes.com,torrentsgamez.com,trekbbs.com,tricksbest.com,ttorial.com,ttsmp3.com,tubeland.site,tunovelaligera.com,turboserver.info,turiver.com,tutoriaux-excalibur.com,tvarticles.me,tvfree.me,uclick.in,udemyfreecoursesdownload.com,unfriend-app.com,unionmangas.top,updatesmarugujarat.in,upfiles.top,upload.mn,uploadbank.com,uploadbyte.com,uploadedpremiumlink.xyz,uploadkadeh.com,uploadproper.com,uploadproper.net,uploadrar.com,uploadx.link,uplod.it,uplod.ws,url.hulblog.com,urlaubspartner.net,urlcero.com,urlcero.us,urlcloud.us,utmn.gnomio.com,vandenbrink.fr,vemai.org,venipa.net,vertusseriesypeliculasonline.blogspot.com,videoadept.com,videoo.info,vietmod.pro,vinaurl.in,viral-alert.com,visioncloud.cf,vivads.net,vnhax.com,vodlock.co,voirseries.co,vortez.net,vpnjantit.com,vsthouse.ru,waccoe.com,wakfutemporada2subs.blogspot.com,wallpaper-house.com,wallpaperenginefree.com,wallpaperhdzone.com,wallpapermania.eu,wanaliz.com,watch30rockonline.com,watchadventuretime.com,watchamericandad.net,watcharcheronline.com,watcharresteddevelopment.com,watchbreakingbad.online,watchcastleonline.com,watchcheersonline.com,watchcommunity.online,watchcurbyourenthusiasm.com,watchdoctorwhoonline.com,watcheverybodylovesraymond.com,watchfearthewalkingdead.net,watchfriendsonline.net,watchhouseonline.net,watchhowimetyourmother.com,watchhowimetyourmother.online,watchitsalwayssunnyinphiladelphia.com,watchkingofthehill.com,watchparksandrecreation.net,watchprisonbreakonline.com,watchpsychonline.net,watchrickandmorty.online,watchscrubsonline.com,watchseinfeld.com,watchsmallvilleonline.net,watchsouthpark.online,watchsupernaturalonline.cc,watchthat70show.com,watchtheoffice.online,watchtheofficeonline.net,watchthesopranos.com,watchthewalkingdead.online,watchtopgearonline.net,watchtwoandahalfmenonline.com,webcache.googleusercontent.com,webforefront.com,webgate.tn,whackit.co,wholehk.com,win4cut.com,winhelp.us,wizblog.it,wizblogger.com,worldofbitco.in,wowebook.org,wroffle.com,xboxforum.pl,xenforo.pk,xia1ge.com,xiaomifirmwareupdater.com,xossip.com,xossip.rocks,xpickle.club,xshark.me,yalujailbreak.net,yggtorrent.fr,yibtccoins.com,youmath.it,yourlifeupdated.net,yourtechguider.com,yuinime.net,zermusicz.com,zetabitco.com,zeusnews.it,zlounge.co,znaki.vxm.pl,zoey-deutch.us,zone-telechargement2.net,zoogirls.org$$script[wildcard="*// 4.2b*DMCA*['length', 'charCodeAt', 'fromCharCode'];*"][min-length="5000"][max-length="27000"]
! Old BAB (`$$script[wildcard="*eval*babasbmsgx*"][min-length="5000"][max-length="20000"]`)
herexxx.com,zomatofood.in,mcadventuretime.com,kikupload.xyz,sctricks.com,ustvgo.tv,torrentmegafilme.net,go-links.net,naturalhealthy.xyz,arubedo.blogspot.com,xn--wemodels-gf7e.to,cutadlink.net,getfreebit.xyz,cloudstorageoptions.com,turkdown.com,premiumchronicle.com,torrentsaatiniz.com,premiumleecher.com,keettech.com,duniaislamku.com,earn4files.com,ad4msan.win,tempmail.ninja,business-trade.me,chile-forum.ru,sorhadi.net,freshmms.com,paidcoursesforfree.com,receivetxt.com,infotaxco.com,durtypass.com,dzapk.com,wikihandbk.com,properhacks.weebly.com,freecourselab.com,onehack.us,informarea.it,pluslive.live,downfile.io,juba-get.com,cutlinks.pro,todotech20.com,her-sey.net,dostats.info,k2nblog.com,kolompc.us,tollypics.com,manatelugumovies.cc,mycumx.com,learningcrux.com,vqporn.com,readcomicsonline.ru,gmetrix.review,thichviet.site,megaurl.in,correotemporal.org,dl2f.com,navratdoreality.cz,robuxgen.online,g-status.com,adnet.cash,linsoo.co.kr,executivetraveller.com,fastoshi.site,warscrap.io,massivetechinterview.blogspot.com,tech-zealots.com,kimchi.tv,nulledpremium.com,freephonenum.com,tvonlinegratis.ru,readster.me,hoshinoromi.org,av-drive.blogspot.com,gomentod.com,technicalguru.us,0mniscient.github.io,10-download.com,1000bit.it,100count.net,123movies.tn,1me.club,2cheat.net,2o-my.com,4553t5pugtt1qslvsnmpc0tpfz5fo.xyz,4downfiles.org,4gsmmaroc.com,4horlover.com,900hub.pw,99udemy.com,9ketsuki.info,a2zapk.com,abouttech.space,adbilty.me,adbull.me,addoncloud.org,adflly.com,adlpu.com,adorofilmesdeterror.com,adpop.me,adslash.me,adslink.pw,adsrt.com,adsviv.com,afreesms.com,agradarpan.com,ahramk.com,ainodorama.web.id,ak77now.pixnet.net,akalaty4day.com,akenini.com,akl2day.com,akoam.net,akoam.pro,akoam.site,akoam.ws,albkinema.net,aliancadeherois.blogspot.com,allacronyms.com,allsoftwarefull.com,allvideos.me,alt-torrent.com,altadefinizione.cloud,alts4free.com,amf.pw,amtonline.com.br,androgalaxy.in,android-zone.ws,androidaba.com,androidemulator.in,androidescomplicado.blogspot.com,androidrepublic.org,ani-ost.info,ani-share.com,anime-loads.org,anime7.download,animes-mangas-ddl.net,animesgo.net,animeshouse.net,animetake.tv,animetubeitalia.it,animmex.net,animmex.tv,anitoonstv.com,anitube.cz,annakendrick-fr.com,annuaire-ebook.com,aphim.co,apkmos.com,apnetv.co,apnetv.tv,appdrop.net,appnee.com,apprendre-les-runes.com,appvn.com,arabloads.net,arabseries.net,arenavision.biz,arenavision.cc,arenavision.link,arenavision.ru,arenavision.us,arenavision2017.cf,arianatoday.net,arkforum.de,artikeltekno.com,asianovel.com,audioz.cc,ausbt.com.au,automobile-catalog.com,avarti.co.il,avaxhome.co,avaxhome.pro,bail-bonds.me,baixarsoftware.com,baqiworld.com,batshort.com,bdiptv.com,bdiptv.stream,beelink.in,bella-thorne.org,bellathorne.net,bestarticles.me,bestinforoom.com,bitcoinker.com,bitload.org,bittorrent.am,blackmod.net,blockadblock.com,bloggingdekh.xyz,blogthetech.com,bludv.com,boostme.gg,boxwares.com,brenhealth.com,brfiles.com,british-birdsongs.uk,bspin.club,btc.ms,btc4free.site,btcsmile.com,buenamusica.com,business-credit.co,business-mortgage.co,business-service.me,business-solutions.us,business-tv.me,business-tv.org,businessvoip.me,businessvoip.pw,buyitonline.store,c4free.win,camwhores.co,canlimacevi.com,catchsms.com,catcuturl.tk,chimica-online.it,chloemoretz.org,cinemafacil.com,cineview.me,claimfreebtc.win,clik.pw,clk.icu,clk.ink,clk.press,cll.press,cloudwebcopy.com,cmacapps.com,cobachpl8.milaulas.com,coingrabr.com,coinkurier.de,coinpot.win,cointalk.club,colorspire.com,computerworm.net,computingforgeeks.com,conference-hosting.us,connect-trojan.net,connectwww.com,contract-miner.com,coolsoft.altervista.org,cooltamilhd.com,courseclub.net,crabcut.net,cracxsoftwares.com,csport.xyz,d-h.st,damasgate.com,dangotoons.com,dasolo.co,david-forum.de,dayzrp.com,dc-chronicle.com,ddmix.net,deadtoonsindia.com,desirecourse.com,desirecourse.net,dir50.com,dir50.net,discordemoji.com,dizired.com,dl-protect1.com,dl.r3sub.com,dogefaucet.com,doluoyun.com,dopedgeeks.com,doshort.info,dove-cameron.org,down2hub.com,download.pixelexperience.org,dream-sound.com,dslr-forum.de,dundi.it,dupedornot.com,dutchycorp.space,e-dokument.org,eaglezz.com,easylife.tw,eatings.stream,education-load.com,edusaguepa.milaulas.com,egprices.com,eimusics.com,electrical4u.com,elrincondelvoxero.com,emailtemporal.org,emilyosment.net,enfermeria.gnomio.com,eroxia.com,error4hack.com,eslwriting.org,eusouandroid.co,examsleague.co.in,extraimage.co,ez3c.tw,fakyu.net,faucetcrypto.com,faucethub.io,faucethubgiveaway.win,faucy.win,fautsy.com,fce365.info,fcportables.com,file-up.org,file4go.biz,file4go.me,filebebo.net,filesharing.io,finalservers.net,findwords.info,fistfast.net,fm.solewe.com,fmoviez.org,forum.brcbet.com,forum.darksoftware.net,forum.universegunz.net,forumcoin.win,forums.stateoffirestone.xyz,freeapps4y.blogspot.com,freebitcoin.win,freecourselab.com,freecoursesite.com,freecoursesonline.us,freecourseweb.com,freeiptv.life,freemidi.org,freenod32key.com,freeomovie.com,freepanel.ts3.cloud,freephonenum.com,freesmscode.com,freetimelearning.com,freetutorials.eu,freetutorials.us,freetutorialsus.com,freetvall.com,freevirtualsmsnumber.com,frendx.com,fullmovie.gratis,fulltorrentindir.club,funcinema.ga,funtastic-vids.com,futbolchile.net,futeboltv.com,futeboltvgratis.com,futurefoundationngo.com,fuyufs.com,g1novelas.org,galaxy.gala100.net,gamecode.win,gamedev.net,gamemod.mobi,gamesandroidhvga.net,gametimers.it,gamezito.com,gay69.stream,gceguide.com,geekdrop.com,geomedia.gala100.net,getfreesmsnumber.com,getlink.pw,getmyfile.ga,getyourbitco.in,gifsis.com,gigadownloads.co,globalcryptopress.com,globalrph.com,gobits.io,gocoo.co,gofobo.com,gohub.pw,goldenmangas.online,gradown.com,grafixfather.com,gratismas.org,greatprojectscampaign.com,gymlive.net,gymlive.org,ha-lab.com,hackerbot.net,hacksfinity.com,hardwarebbq.com,hdbox.ws,hdstreamvf.com,hdturk.de,hentaicore.org,heroacademia2.net,hibrido1337.blogspot.com,hightech.web.id,hindistopin.com,hindistoponline.com,hotcoins.cf,htnovo.net,hubcoins.xyz,hulblog.com,hulkpop.com,humaribit.win,hyperdebrid.net,icefilms.info,idtbox.com,ifate.com,ilcorsaroblu.org,imaginetricks.com,imggram.org,imojado.org,indianhacking.in,informazionefiscale.it,instawank.com,intoupload.com,intoupload.net,ioanbtc.com,ioscreator.com,iphonecake.com,iptvbin.com,irisbuddies.blogspot.com,isolaillyon.it,it-times.de,italiashare.info,italiashare.life,italiashare.net,itdmusic.me,itdmusic.site,itopmusic.com,itshokunin.cc,iwatchseries.online,iwatchtheoffice.com,jagledam.co,jagledam.com,jainjinvani.com,jav911.com,javadecompilers.com,javstream.com,javsubtitle.co,jcbtechno.com,jh333.pw,jhub.pw,jilhub.xyz,jkwaveblog.com,joey-king.net,jolygram.com,jpopsingles.eu,justlightnovels.com,justlikeyojna.com,justnerd.it,kadal.club,karaoke-tutor.com,ke1.nl,kickedface.com,kimochi.info,kinonet.pl,kissjav.com,kissmanga.com,klartext-ne.de,kodi-tutorials.uk,komiku.co,komiupdates.xyz,kubadownload.com,kuronotranslations.com,l2network.eu,l2s.io,lacalleochotv.org,lamitadmas1.net,lapumiafilmes.com,lctutors.com.br,leakforums.co,leakmania.gq,leechall.com,leechpremium.link,lesyt.xyz,letsdownloads.com,lewdzone.com,li-nkz.com,lik.cl,lingolex.com,linkasm.com,linkdrop.net,linkjust.com,liodonwloads.blogspot.com,litepaste.com,livetvcafe.me,losslessbests.com,loudwarez.pl,lowframe.com,luckybitco.com,luckybits.io,lustich.de,maango.info,macappdownload.com,macbed.com,mackungfu.org,maclife.vn,macplanete.com,magesy.eu,magesypro.com,majesy.com,makemehost.com,mamahd.tv,mangahost-br.cc,mangahost-br.com,mangahost.cc,mangahost1.com,mangahost2.com,mangahostbr.com,mangahosted.com,mangaorigin.com,mangashiro.net,manyak.info,maritimeherald.com,marvelousga.com,masonlar.org,mcoc-guide.blogspot.co.uk,mcoc-guide.blogspot.com,mcoc-guide.blogspot.in,medicalopium.blogspot.com.br,megafilmestorrenthd.net,megapanda.net,megaurl.in,megaxtreme.net,meizufans.eu,mertcangokgoz.com,meulink.tk,micinehd.com,midiextreme.blogspot.com,milanworld.net,mileyupdateuk.com,minhaoperadora.com.br,minhasreceita.in,mixmods.com.br,modapkfree.me,money.it,movi.pk,movieforhd.com,mrhowtosay.com,mrtechmyth.com,mrtekani.com,msguides.com,muchfriends.com,mwpaste.com,myakoam.com,myfree-tivi.com,mygoodstream.pw,myicloud.info,myip.ms,mylink.sh,mylivewallpapers.com,mytechnopedia.com,myxclip.com,natationpourtous.com,naturalbd.com,navigaweb.net,nb-music.net,nerdmaldito.com,newsforbolly.org,nfhost.eu,nfhost.me,nfhost.xyz,nflstreams.me,ngolos.com,niagotch.com,nibbits.com,nmac.to,nod32key.xyz,nonsensediamond.online,nonsensediamond.website,noobslab.com,nooyul.co,nulledteam.com,nullpress.net,nyaa.pantsu.cat,nysexoffenders.com,oaome.com,oemdtc.com,ogznet.com,oldjogos.com,oldskool.vip,olympine.com,omglyrics.com,omgtorrent.cz,oneload.co,onhax.net,onlinefreecourse.net,onlinevideoconverter.com,ooodesi.com,open-live.org,openelec.tv,opus.re,otakuindo.co,otakuindo.net,otakunation.org,ownhax.com,palimas.tv,pallok.com,panditfiles.cc,panditfiles.pro,pastemod.com,pastepub.com,pastpapers.papacambridge.com,pasty.link,payco.xyz,peliculasmegahdd.net,peperonity.net,pes-patch.com,pes.social,peyton-list.net,peytonlist.ru,pg3dhacks.com,piktag.net,pinaywalkers.net,pinoymovies.site,pipocas.tv,platinmods.com,playit.ch,pocaodemana.com,pokemonexotic.net,pokexgames-tutoriais.blogspot.com,popfilmeshd.net,pornbimbo.com,porndish.com,porndownload.xyz,pornfay.com,porngun.net,pornscum.com,premiumproxy.net,prgwonders.blogspot.com,programasvirtualespc.net,programming.discudemy.com,promipool.de,promovies.pro,proxybunker.online,publicleech.xyz,pustkala.com,qmaths.in,railpictures.net,railwayoperationsimulator.com,ramdan.tv,rangdhanu.live,readheroacademia.com,readonepunchman.net,readshingekinokyojin.com,realkana.com,realmofdarkness.net,resurrectionremix.com,rjno1.com,rl-hackers.net,rlinstall.tech,rmdan.net,rmdan.org,rmdan.tv,royalown.review,rule34hentai.net,rumushitung.com,s0ft4pc.com,sabishiidesu.com,sadeempc.com,saikoanimes.com,saikocloud.ml,sankakucomplex.com,sarapbeh.com,sardeath.com,sat-universe.com,satoshilabs.net,script-stack.com,scubidu.eu,serial-key.com,serialosy.pl,serialwale.com,seriesgato.net,seriesgato.tv,servicesfun.com,seucinema.net,sevenangel.id,shaanig.se,shara.today,sharejunction.com,shingekikyojin3.net,shortit.pw,shortzon.com,shrtfly.com,siberyazilimci.net,sigourney-weaver.net,silicongadget.com,sims4marigold.blogspot.com,simulatedapeminer.com,sinepinoy.net,singingdalong.blogspot.com,sivitechno.com,skidrowgamescpy.org,skiehacker.weebly.com,skmedix.pl,skycloud-exploit.weebly.com,skyfaucet.win,slink.bid,smarteasystudy.com,smsbomber.in,smscodeonline.com,smskola.com,smslisten.com,smsnumbersonline.com,smsreceiveonline.com,smsreceiving.com,smstibo.com,smtebooks.net,snowfiles.com,sobootlogo.blogspot.com,sofiotheque.info,solowarez.org,somosbinarios.es,sorcerers.net,speed4up.net,spiratedhub.com,sportbh.stream,sportbikerider.us,sportsvideo.net,startseite.to,steamid.eu,steamid.uk,stefaniescott.org,stfly.io,stream4free.live,streamflix.ru,streamingdivx.co,streamlord.com,streamplay.to,studychacha.com,studydhaba.com,stupdroid.com,sukkisukki.com,supercineonline.tv,superiorwallpapers.com,superyachtfan.com,swiggygold.com,syriancivilwarmap.com,sznpaste.net,talkittechy.com,tamiltunes.online,tasksshare.com,techfinda.com,techmazza.com,technocanvas.xyz,technoslek.com,techposts.org,techreviewpro.com,techtremendous.com,techtunes.co,techtunes.com.bd,techzac.com,tecknity.com,teqniaplus.com,teqnwy.com,tercihiniyap.net,teutorrent.com,textmechanic.com,thebeast1.com,thefirmwareclub.com,themefire.net,themeslide.com,themesradar.com,therevcounter.co.uk,theseotools.net,thewpclub.net,thoptv.cricket,thoptv.net,thuthuatjb.com,tibiabr.com,timeforbitco.in,tinypaste.cc,tohax.com,tokyoghoulre.net,tomato.to,tooyul.co,topvideosgay.com,topzone.lt,tormalayalam.com,torrent9.uno,torrentbrazil.org,torrentdosfilmeshd.net,torrentmegafilme.com,torrentmegafilmes.com,torrentsgamez.com,trekbbs.com,tricksbest.com,ttorial.com,ttsmp3.com,tubeland.site,tunovelaligera.com,turboserver.info,turiver.com,tutoriaux-excalibur.com,tvarticles.me,tvfree.me,uclick.in,udemyfreecoursesdownload.com,unfriend-app.com,unionmangas.top,updatesmarugujarat.in,upfiles.top,upload.mn,uploadbank.com,uploadbyte.com,uploadedpremiumlink.xyz,uploadkadeh.com,uploadproper.com,uploadproper.net,uploadrar.com,uploadx.link,uplod.it,uplod.ws,url.hulblog.com,urlaubspartner.net,urlcero.com,urlcero.us,urlcloud.us,utmn.gnomio.com,vandenbrink.fr,vemai.org,venipa.net,vertusseriesypeliculasonline.blogspot.com,videoadept.com,videoo.info,vietmod.pro,vinaurl.in,viral-alert.com,visioncloud.cf,vivads.net,vnhax.com,vodlock.co,voirseries.co,vortez.net,vpnjantit.com,vsthouse.ru,waccoe.com,wakfutemporada2subs.blogspot.com,wallpaper-house.com,wallpaperenginefree.com,wallpaperhdzone.com,wallpapermania.eu,wanaliz.com,watch30rockonline.com,watchadventuretime.com,watchamericandad.net,watcharcheronline.com,watcharresteddevelopment.com,watchbreakingbad.online,watchcastleonline.com,watchcheersonline.com,watchcommunity.online,watchcurbyourenthusiasm.com,watchdoctorwhoonline.com,watcheverybodylovesraymond.com,watchfearthewalkingdead.net,watchfriendsonline.net,watchhouseonline.net,watchhowimetyourmother.com,watchhowimetyourmother.online,watchitsalwayssunnyinphiladelphia.com,watchkingofthehill.com,watchparksandrecreation.net,watchprisonbreakonline.com,watchpsychonline.net,watchrickandmorty.online,watchscrubsonline.com,watchseinfeld.com,watchsmallvilleonline.net,watchsouthpark.online,watchsupernaturalonline.cc,watchthat70show.com,watchtheoffice.online,watchtheofficeonline.net,watchthesopranos.com,watchthewalkingdead.online,watchtopgearonline.net,watchtwoandahalfmenonline.com,webcache.googleusercontent.com,webforefront.com,webgate.tn,whackit.co,wholehk.com,win4cut.com,winhelp.us,wizblog.it,wizblogger.com,worldofbitco.in,wowebook.org,wroffle.com,xboxforum.pl,xenforo.pk,xia1ge.com,xiaomifirmwareupdater.com,xossip.com,xossip.rocks,xpickle.club,xshark.me,yalujailbreak.net,yggtorrent.fr,yibtccoins.com,youmath.it,yourlifeupdated.net,yourtechguider.com,yuinime.net,zermusicz.com,zetabitco.com,zeusnews.it,zlounge.co,znaki.vxm.pl,zoey-deutch.us,zone-telechargement2.net,zoogirls.org$$script[wildcard="*eval*babasbmsgx*"][min-length="5000"][max-length="20000"]
! For an old version: #banner_ad
!+ NOT_OPTIMIZED
torrentmegafilme.net,allcoins.pw,xn--wemodels-gf7e.to,ad4msan.win,tempmail.ninja,chile-forum.ru,sorhadi.net,paidcoursesforfree.com,receivetxt.com,infotaxco.com,durtypass.com,dzapk.com,wikihandbk.com,freecourselab.com,onehack.us,informarea.it,pluslive.live,downfile.io,juba-get.com,dl2f.com,adnet.cash,warscrap.io,kimchi.tv,nulledpremium.com,freephonenum.com,readster.me,adflly.com,akenini.com,animeshouse.net,anitoonstv.com,apprendre-les-runes.com,arenavision2017.cf,edusaguepa.milaulas.com,emailtemporal.org,file4go.biz,file4go.me,g1novelas.org,hibrido1337.blogspot.com,itdmusic.me,itdmusic.site,jcbtechno.com,lacalleochotv.org,lik.cl,medicalopium.blogspot.com.br,meulink.tk,minhasreceita.in,mwpaste.com,myfree-tivi.com,natationpourtous.com,oldjogos.com,opus.re,peliculasmegahdd.net,programasvirtualespc.net,rl-hackers.net,seucinema.net,shara.today,solowarez.org,tercihiniyap.net,tibiabr.com,torrentbrazil.org,torrentmegafilmes.com,torrentsgamez.com,tvfree.me,urlcero.us,vemai.org,visioncloud.cf,voirseries.co#@##banner_ad
! Temporary rule for apps, if BAB is not inline script
!+ PLATFORM(windows, mac, android)
leporno.org,allcoins.pw,xn--wemodels-gf7e.to,ad4msan.win,receivetxt.com,freecourselab.com,onehack.us,informarea.it,anime-loads.org,pasty.link,wrixy.com,animesvision.com.br,tikvid.com,adnet.cash,hdporncomics.com,getpcapps.com,warscrap.io,tvonlinegratis.ru,nmac.to,uplod.net,cmacapps.com,chimica-online.it,camwhores.co,animeunity.it,blockadblock.com,listenpersian.net,360haven.com,reevown.com,freemcserver.net#%#(function() { var sto = window.setTimeout, re = /\.bab_elementid.$/; window.setTimeout = function(a, b) { if ( typeof a !== 'string' || !re.test(a) ) { return sto(a, b); } }.bind(window); var signatures = [ ['blockadblock'], ['babasbm'], [/getItem\('babn'\)/], ['getElementById','String.fromCharCode','ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789','charAt','DOMContentLoaded','AdBlock','addEventListener','doScroll','fromCharCode','<<2|r>>4','sessionStorage','clientWidth','localStorage','Math','random'] ]; var check = function(s) { var tokens, match, j, token, pos; for ( var i = 0; i < signatures.length; i++ ) { tokens = signatures[i]; match = 0; for ( j = 0, pos = 0; j < tokens.length; j++ ) { token = tokens[j]; pos = token instanceof RegExp ? s.search(token) : s.indexOf(token); if ( pos !== -1 ) { match += 1; } } if ( (match / tokens.length) >= 0.8 ) { return true; } } return false; }; var realEval = window.eval; window.eval = function(a) { if ( !check(a) ) { return realEval(a); } var el = document.body; if ( el ) { el.style.removeProperty('visibility'); } el = document.getElementById('babasbmsgx'); if ( el ) { el.parentNode.removeChild(el); } }.bind(window); })();
! BlockAdBlock special case: `sessionStorage.getItem('babn')`
imaginetricks.com#@##banner_ad
!END: BlockAdBlock
!
! START: antiblock.org g207
! $generichide exclusions moved to `content_blocker.txt`
! `#%#//scriptlet('abort-current-inline-script', 'document.addEventListener', '/,displayMessage:/')`
94lauin.com,anime-extremo.com,azvideo.net,deportesmax.com,deportesmax.info,dictionnaire-medical.net,firelinks.me,forum-pokemon-go.fr,getinmac.com,hdbox.ws,in-trend.biz,links4u.me,losslessbests.com,megafilmestorrents.net,mp3fiber.com,publicleech.xyz,sharecool.us,studizba.com,up-load.io,ur-link.biz,url-ink.biz,url-ink.com,urli-nk.com,vivo-tv.com,vivotvhd.com,wehellas.gr,xbox360torrent.com,xn--f9jh4f4b4993b66s.tokyo#%#//scriptlet('abort-current-inline-script', 'document.addEventListener', '/,displayMessage:/')
! `#%#//scriptlet('abort-current-inline-script', 'document.addEventListener', '/google_ad_client/')`
wegner.tech,wikitrik.com,aspdotnet-suresh.com,jagoanssh.com,computerpcdata.com,methbox.com,cle0desktop.blogspot.com,dropapk.to,mycumx.com,hjkhgyss.tistory.com,acloudfiles.com,maniac-game.tistory.com,pharmaguideline.com,news-tech.xyz,marketmovers.it,ktmx.pro,mw5blog.blogspot.com,olarila.com,jelajahinternet.me,mega-debrit.com,direct-link.net,elsfile.org,eggblog.tistory.com,mimaletamusical.blogspot.com,fckdescargas.com.ve,indoblog.me,balog18.blogspot.com,yupptv.in,fforfree.net,300mb.in.net,readrawmanga.com,bestfitnesstips.club,filmywap.world,vabstutorials.com,infosehatku.club,muhammadyoga.me,myshorturls.blogspot.com,talkshowyoutube.blogspot.com,rjno1.com,link-to.net,almezoryae.com,jobhunterplg.xyz,tamilyogi.eu,freeserial-keys.blogspot.com,toptv.cloud,sna3talaflam.com,merdekaid.online,shtu.pro,sslproxies24.top,suarankri.me,pd-retro-tv.tistory.com,dropapk.com,getlec.blogspot.com,mohanlalmovieshub.blogspot.com,1idsly.com,updatetribun.org,up-to-down.net,darmowa-telewizja.online,akanosora.com,porkyfap.org,kikiro.tistory.com,tamilyogi.nu,iglive.me,drivebox.club,linkatna.me,earn-url.com,fmoviez.org,loverscum.com,linku.us,mt4forexplatform.review,oploverz.in,dvdgayporn.com,mobdi3ips.com,ljutkeunvpn.blogspot.com,liveinincheon.tistory.com,javaguides.net,youbamangablog.ga,vqporn.com,egyptiangy.net,2shorte.com,freshstuff4you.com,onetwopatch.com,komikcast.com,komikindo.web.id,zermusicz.com,exiledros.net,lifeadori.tistory.com,anime-i.com,fakyu.net,sardeath.com,mangakyo.net,diagnofast.com,nisdon.com,aeprofree.com,plok01234.tistory.com,droidtk.com,egyption-gy.net,nir-oz.blogspot.com,adturl.com,itdmusic.com,fuel-prices-europe.info,nsbu.co.kr,majesy.com,sourcebincc.com,jagobd.com,ministryofsolutions.com,khedame.com,samnaprawiam.com,king-pes.blogspot.com,linkatak.com,gotofap.tk,short24.pw,lanjutkeun.blogspot.com,sdw-net.me,tvlive.cc,akashiro.co.id,terrarium.com.pl,europeanclassiccomic.blogspot.com,programminggeek.in,beelink.in,singingdalong.blogspot.com,animeforce.stream,anonyviet.com,javhay.net,hexafile.net,subfb.us,neko-miku.com,visionias.net,micloudfiles.com,toptech360.com,siteneverdown.xyz,androgalaxy.in,torrentevo.blogspot.com,viewingcat.tistory.com,kpliker.net,smarturlref.net,go-ez.net,dz4soft.blogspot.de,dz4soft.blogspot.com,free-premium.maxidbr.com,telolet.in,mimaletadepeliculas.blogspot.de,mimaletadepeliculas.blogspot.com,voipsipclient.blogspot.com,voipsipclient.blogspot.nl,cryptovertise.tk,mamahd.tv,antiblock.org,dinostream.pw,verdirectotv.com,stadium-live.biz,driverdestek.com,ebookdz.com,ittopic.tistory.com,jpidols.tv,cowboy.blog.jp,eikaiwamastery.blogspot.com,wakudan.seesaa.net,kamikiyuki.hatenablog.com,omutulove.seesaa.net,omutulove.blog.fc2.com,akb48gnittimatome.com,gtoys.blog48.fc2.com,halchim.jp,klikshowtime.com,res-simler.blogspot.com,trgoals8.live,oyunceviri.net,yuklesene.org,yzbwp.cc,dreamfancy.org,etkisizeleman.com,www094602.com,m.pes24.com,sportbosshd3.wtf,trgoals1.live,sportbosshd2.wtf,tumkarikaturler.com,trgoals.live,csgohileleri.org,brtfix.com,merlininkazani.com,serialbumler.com,softmaroc.org,televallweb.site,projetomotog.blogspot.com,radiotormentamx.com,iptvvall.com,eldaryasolutiongame.blogspot.com,stiffgamerdown.com,peruanazotv.com,televall.website,sacheats.com,filmes-torrent-baixar.blogspot.com,grupovalltv.net,otakuworldsite.blogspot.com,futbol-envivohd.com,novelasymangasjpo.blogspot.com,bludvfilmes.com,tv-onlinehd.com,netflink.top,textflix.us,majesy.com,dompl3.info,lacajetillaroja.blogspot.com,latornamesa.blogspot.com,acienciasgalilei.com,yoututosjeff.es,nuevos-mu.ucoz.com,generacionretro.net,goaldirecto.blogspot.com,goaldirecto.blogspot.com.ar,novelasd.com,tiengnhatpro.net,zwergenstadt.com,praxis-jugendarbeit.de#%#//scriptlet('abort-current-inline-script', 'document.addEventListener', '/google_ad_client/')
! old JS rule
torrentdosfilmes.co,letras2.com,torrentmegafilmes.com,zonasports.es,pajaslocas.com,parasitipedia.net,ferr-um.ucoz.ru,stalker-mods.clan.su,helpsetup.ru,nazolog.com,i8086.de,promotionbasis.de,liens-telechargement.com,echoes.gr,neumanga.tv#%#(function(b){Object.defineProperty(Element.prototype,"innerHTML",{get:function(){return b.get.call(this)},set:function(a){/^(?:<([abisuq]) id="[^"]*"><\/\1>)*$/.test(a)||b.set.call(this,a)},enumerable:!0,configurable:!0})})(Object.getOwnPropertyDescriptor(Element.prototype,"innerHTML"));
! Temporary JS rules for apps
! `#%#AG_abortInlineScript(/google_ad_client/, 'document.addEventListener');`
!+ PLATFORM(windows, mac, android)
wegner.tech,wikitrik.com,aspdotnet-suresh.com,jagoanssh.com,computerpcdata.com,methbox.com,duit.cc,cle0desktop.blogspot.com,dropapk.to,mycumx.com,hjkhgyss.tistory.com,acloudfiles.com,maniac-game.tistory.com,pharmaguideline.com,news-tech.xyz,marketmovers.it,ktmx.pro,mw5blog.blogspot.com,olarila.com,jelajahinternet.me,mega-debrit.com,direct-link.net,elsfile.org,eggblog.tistory.com,mimaletamusical.blogspot.com,fckdescargas.com.ve,indoblog.me,balog18.blogspot.com,yupptv.in,fforfree.net,300mb.in.net,readrawmanga.com,bestfitnesstips.club,filmywap.world,vabstutorials.com,infosehatku.club,muhammadyoga.me,myshorturls.blogspot.com,talkshowyoutube.blogspot.com,rjno1.com,link-to.net,almezoryae.com,jobhunterplg.xyz,tamilyogi.eu,freeserial-keys.blogspot.com,toptv.cloud,sna3talaflam.com,merdekaid.online,shtu.pro,sslproxies24.top,suarankri.me,pd-retro-tv.tistory.com,dropapk.com,getlec.blogspot.com,mohanlalmovieshub.blogspot.com,1idsly.com,updatetribun.org,up-to-down.net,darmowa-telewizja.online,akanosora.com,porkyfap.org,kikiro.tistory.com,tamilyogi.nu,iglive.me,drivebox.club,linkatna.me,earn-url.com,fmoviez.org,loverscum.com,linku.us,mt4forexplatform.review,oploverz.in,dvdgayporn.com,mobdi3ips.com,ljutkeunvpn.blogspot.com,liveinincheon.tistory.com,javaguides.net,youbamangablog.ga,vqporn.com,egyptiangy.net,2shorte.com,freshstuff4you.com,onetwopatch.com,komikcast.com,komikindo.web.id,zermusicz.com,exiledros.net,lifeadori.tistory.com,anime-i.com,fakyu.net,sardeath.com,mangakyo.net,diagnofast.com,nisdon.com,aeprofree.com,plok01234.tistory.com,droidtk.com,egyption-gy.net,nir-oz.blogspot.com,adturl.com,itdmusic.com,fuel-prices-europe.info,nsbu.co.kr,majesy.com,sourcebincc.com,jagobd.com,ministryofsolutions.com,khedame.com,samnaprawiam.com,king-pes.blogspot.com,linkatak.com,gotofap.tk,short24.pw,lanjutkeun.blogspot.com,sdw-net.me,tvlive.cc,akashiro.co.id,terrarium.com.pl,europeanclassiccomic.blogspot.com,programminggeek.in,beelink.in,singingdalong.blogspot.com,animeforce.stream,anonyviet.com,javhay.net,hexafile.net,subfb.us,neko-miku.com,visionias.net,micloudfiles.com,toptech360.com,siteneverdown.xyz,androgalaxy.in,torrentevo.blogspot.com,viewingcat.tistory.com,kpliker.net,smarturlref.net,go-ez.net,dz4soft.blogspot.de,dz4soft.blogspot.com,free-premium.maxidbr.com,telolet.in,mimaletadepeliculas.blogspot.de,mimaletadepeliculas.blogspot.com,voipsipclient.blogspot.com,voipsipclient.blogspot.nl,cryptovertise.tk,mamahd.tv,antiblock.org,dinostream.pw,verdirectotv.com,stadium-live.biz,klikshowtime.com,ittopic.tistory.com,tiengnhatpro.net,driverdestek.com,res-simler.blogspot.com,trgoals8.live,oyunceviri.net,yuklesene.org,yzbwp.cc,dreamfancy.org,etkisizeleman.com,www094602.com,m.pes24.com,sportbosshd3.wtf,trgoals1.live,sportbosshd2.wtf,tumkarikaturler.com,trgoals.live,csgohileleri.org,brtfix.com,merlininkazani.com,serialbumler.com,ebookdz.com,softmaroc.org,zwergenstadt.com,praxis-jugendarbeit.de,jpidols.tv,cowboy.blog.jp,eikaiwamastery.blogspot.com,wakudan.seesaa.net,kamikiyuki.hatenablog.com,omutulove.seesaa.net,omutulove.blog.fc2.com,akb48gnittimatome.com,gtoys.blog48.fc2.com,halchim.jp,televallweb.site,projetomotog.blogspot.com,radiotormentamx.com,iptvvall.com,eldaryasolutiongame.blogspot.com,stiffgamerdown.com,peruanazotv.com,televall.website,sacheats.com,filmes-torrent-baixar.blogspot.com,grupovalltv.net,otakuworldsite.blogspot.com,futbol-envivohd.com,novelasymangasjpo.blogspot.com,bludvfilmes.com,tv-onlinehd.com,netflink.top,textflix.us,majesy.com,dompl3.info,lacajetillaroja.blogspot.com,latornamesa.blogspot.com,acienciasgalilei.com,yoututosjeff.es,nuevos-mu.ucoz.com,generacionretro.net,goaldirecto.blogspot.com,goaldirecto.blogspot.com.ar,novelasd.com#%#AG_abortInlineScript(/google_ad_client/, 'document.addEventListener');
! `#%#AG_abortInlineScript(/,displayMessage:/, 'document.addEventListener');`
!+ PLATFORM(windows, mac, android)
94lauin.com,anime-extremo.com,azvideo.net,deportesmax.com,deportesmax.info,dictionnaire-medical.net,firelinks.me,forum-pokemon-go.fr,getinmac.com,hdbox.ws,hindi.business-standard.com,in-trend.biz,links4u.me,losslessbests.com,megafilmestorrents.net,mp3fiber.com,publicleech.xyz,sharecool.us,studizba.com,up-load.io,ur-link.biz,url-ink.biz,url-ink.com,urli-nk.com,vivo-tv.com,vivotvhd.com,wehellas.gr,xbox360torrent.com,xn--f9jh4f4b4993b66s.tokyo#%#AG_abortInlineScript(/,displayMessage:/, 'document.addEventListener');
! if JS/scriptlet is not working
wikitrik.com,duit.cc#@##Adrectangle
wikitrik.com,duit.cc#@##PageLeaderAd
wikitrik.com,duit.cc#@##ad-column
wikitrik.com,duit.cc#@##advertising2
wikitrik.com,duit.cc#@##divAdBox
wikitrik.com,duit.cc#@##mochila-column-right-ad-300x250-1
wikitrik.com,duit.cc#@##searchAdSenseBox
wikitrik.com,duit.cc#@##adsense
wikitrik.com,duit.cc#@##ad
wikitrik.com,duit.cc#@##Ads
wikitrik.com,duit.cc#@##adSense
wikitrik.com,duit.cc#@##adrectangle
wikitrik.com,duit.cc#@##AdRectangle
! END: antiblock.org g207
!
!--- InstartLogic ---
! abd.html_streaming
spox.com,americanphotomag.com,atvrider.com,baggersmag.com,boatingmag.com,cruisingworld.com,cycleworld.com,destinationweddingmag.com,dirtrider.com,diversitybestpractices.com,fieldandstream.com,floridatravellife.com,flyingmag.com,hotbikeweb.com,islands.com,latintimes.com,marlinmag.com,medicaldaily.com,motorcyclecruiser.com,motorcyclistonline.com,newsweek.com,outdoorlife.com,popphoto.com,popsci.com,range365.com,saltwatersportsman.com,scubadiving.com,scubadivingintro.com,sportdiver.com,sportfishingmag.com,sportrider.com,superstreetbike.com,utvdriver.com,wakeboardingmag.com,waterskimag.com,workingmother.com,yachtingmagazine.com,ottawacitizen.com,opshead.com$$script[tag-content="INSTART.Init"][max-length="800"]
spox.com,sportdiver.com,wakeboardingmag.com,sportrider.com,webmd.com,chron.com,workingmother.com,opshead.com$$script[tag-content="==typeof t.IXC"][min-length="20000"][max-length="140000"]
newsweek.com$$script[tag-content="var i10cdone = (function()"][max-length="1000"]
newsweek.com$$script[tag-content="==typeof f.IXC"][min-length="20000"][max-length="130000"]
/i10c@p1/client/latest/abd.html_streaming/instart.js$domain=americanphotomag.com|atvrider.com|baggersmag.com|boatingmag.com|cruisingworld.com|cycleworld.com|destinationweddingmag.com|dirtrider.com|diversitybestpractices.com|fieldandstream.com|floridatravellife.com|flyingmag.com|hotbikeweb.com|islands.com|latintimes.com|marlinmag.com|medicaldaily.com|motorcyclecruiser.com|motorcyclistonline.com|newsweek.com|outdoorlife.com|popphoto.com|range365.com|saltwatersportsman.com|scubadiving.com|scubadivingintro.com|sportdiver.com|sportfishingmag.com|sportrider.com|superstreetbike.com|utvdriver.com|wakeboardingmag.com|waterskimag.com|workingmother.com|yachtingmagazine.com
||popsci.com/i10c@p1/client/nv-8.4.8/abd.html_streaming/instart.js
! abd
thoughtcatalog.com,ranker.com,tv.com,gamespot.com,motortrend.com,tvguide.com,salon.com$$script[tag-content="INSTART.Init"][max-length="600"]
ratemyprofessors.com,wetteronline.de,goal.com,cbssports.com,thoughtcatalog.com,wikia.com,tvtropes.org,gamespot.com,xda-developers.com,vg.no,motortrend.com,medicinenet.com,emedicinehealth.com,tvguide.com,sfgate.com,afterellen.com,allakhazam.com,baltimoresun.com,boston.com,calgarysun.com,capitalgazette.com,carrollcountytimes.com,cattime.com,celebslam.com,celebuzz.com,chicagotribune.com,chowhound.com,citypaper.com,cnet.com,comingsoon.net,computershopper.com,courant.com,craveonline.com,csgoutpost.com,ctnow.com,cycleworld.com,dailydot.com,dailypress.com,dayzdb.com,deathandtaxesmag.com,delmartimes.net,dogtime.com,dotaoutpost.com,edmontonjournal.com,edmontonsun.com,edmunds.com,esohead.com,everydayhealth.com,extremetech.com,fieldandstream.com,financialpost.com,focus.de,gamepedia.com,gamerevolution.com,geek.com,gofugyourself.com,growthspotter.com,hearthhead.com,hockeysfuture.com,hoylosangeles.com,ibtimes.com,idigitaltimes.com,ign.com,infinitiev.com,lajollalight.com,laptopmag.com,legacy.com,lifewire.com,livescience.com,lolking.net,mamaslatinas.com,mcall.com,metacritic.com,metrolyrics.com,mmo-champion.com,momtastic.com,msn.com,musicfeeds.com.au,mustangandfords.com,nasdaq.com,nationalpost.com,newsarama.com,orlandosentinel.com,ottawasun.com,pcmag.com,playstationlifestyle.net,popphoto.com,popsci.com,ranchosantafereview.com,ranker.com,realclearpolitics.com,realitytea.com,redeyechicago.com,salon.com,sandiegouniontribune.com,saveur.com,seattlepi.com,sherdog.com,slate.com,slickdeals.net,southflorida.com,space.com,spin.com,sporcle.com,sportingnews.com,stereogum.com,sun-sentinel.com,superherohype.com,tenplay.com.au,tf2outpost.com,thebalance.com,thefashionspot.com,thefrisky.com,thespruce.com,thesuperficial.com,thoughtco.com,timeanddate.com,tmn.today,tomsguide.com,tomsguide.fr,tomshardware.co.uk,tomshardware.com,tomshardware.de,tomshardware.fr,torontosun.com,totalbeauty.com,trustedreviews.com,tv.com,twincities.com,vancouversun.com,vibe.com,windsorstar.com,winnipegsun.com,wowhead.com,wrestlezone.com,zam.com$$script[tag-content="==typeof t.IXC"][min-length="20000"][max-length="140000"]
msn.com$$script[tag-content="==typeof n.IXC"][min-length="20000"][max-length="120000"]
ign.com$$script[tag-content="==typeof IXC"][min-length="20000"][max-length="120000"]
||ranker.com/i10c@p1/client/latest/abd/instart.js
! https://github.com/AdguardTeam/AdguardFilters/issues/25524
! https://github.com/AdguardTeam/AdguardFilters/issues/25022
||narcity.com/assets/*.js|
||mtlblog.com/assets/*.js|
narcity.com,mtlblog.com#%#Object.defineProperty(window, 'gr', { get: function() { return function() {}; } });
narcity.com,mtlblog.com$$script[tag-content="=function(){return Math.random().toString("][max-length="200"]
! ads removed when dev tools are opened
ign.com,sfgate.com,chron.com,tvtropes.org,xda-developers.com,motortrend.com,medicinenet.com,wowhead.com#%#(function() { var consoleLog = window.console.log; console.log = function(arg) { if (arg) { arg.toString(); } consoleLog.apply(this, arguments); } })();
!
pcmag.com,popsci.com,wakeboardingmag.com,sportrider.com,cbssports.com,newsweek.com,workingmother.com,vg.no,livescience.com,boston.com,newsarama.com,emedicinehealth.com,spox.com,motortrend.com,sporcle.com,space.com,tvguide.com,metacritic.com,salon.com,tomshardware.co.uk,tomshardware.com#%#AG_abortInlineScript(/INSTART_TARGET_NAME/i, 'parseInt');
baltimoresun.com,boston.com,calgaryherald.com,calgarysun.com,capitalgazette.com,carrollcountytimes.com,celebslam.com,celebuzz.com,citypaper.com,courant.com,ctnow.com,dailypress.com,deathandtaxesmag.com,delmartimes.net,edmontonjournal.com,edmontonsun.com,edmunds.com,financialpost.com,gamerevolution.com,geek.com,gofugyourself.com,growthspotter.com,hearthhead.com,hoylosangeles.com,ibtimes.com,idigitaltimes.com,ign.com,infinitiev.com,lajollalight.com,leaderpost.com,legacy.com,lifewire.com,lolking.net,mcall.com,mmo-champion.com,nasdaq.com,nationalpost.com,orlandosentinel.com,ottawacitizen.com,ranchosantafereview.com,ranker.com,sandiegouniontribune.com,saveur.com,sherdog.com,slickdeals.net,southflorida.com,spin.com,sporcle.com,stereogum.com,sun-sentinel.com,thefrisky.com,theprovince.com,thestarphoenix.com,thesuperficial.com,thoughtco.com,timeanddate.com,tmn.today,torontosun.com,twincities.com,vancouversun.com,vibe.com,windsorstar.com,wowhead.com#%#(function(b,d){b&&(Promise=function(a){if("function"!=typeof a)throw new TypeError(a+" is not a function");for(var e=Function.prototype.toString.call(a),c=0,f=d.length;c<f;c++)if(d[c].test(e))return b.resolve({Detected:!1});return new b(a)}.bind(),Promise.prototype=b.prototype,"prototype all race reject resolve name".split(" ").forEach(function(a){Object.defineProperty(Promise,a,Object.getOwnPropertyDescriptor(b,a))}),b.prototype.constructor=Promise)})(window.Promise,[/\.atob\("V2ViU29ja2V0"\)/,/\.parentNode\.removeChild\([\s\S]*?document\.createElement\("img"\)[\s\S]*?\.onerror=[\s\S]*?Math\.random\(/,/document\.createElement\([\s\S]*?\.style\.width=\s*?"1px"[\s\S]*?getComputedStyle\([\s\S]*?"abp-elemhidehit"/,/document\.createElement\([\s\S]*?\.style\.width=\s*?"1px"[\s\S]*?\.addEventListener\("message"\,/,/\.parentNode\.removeChild\([\s\S]*?document\.createElement\("link"\)[\s\S]*?\.onerror=[\s\S]*?"preload"[\s\S]*?Math\.random\(/]);
flyingmag.com,spox.com,dailymail.co.uk,wrestlezone.com,realclearpolitics.com#%#(function(b,d){b&&(Promise=function(a){if("function"!=typeof a)throw new TypeError(a+" is not a function");for(var e=Function.prototype.toString.call(a),c=0,f=d.length;c<f;c++)if(d[c].test(e))return b.resolve({Detected:!1});return new b(a)}.bind(),Promise.prototype=b.prototype,"prototype all race reject resolve name".split(" ").forEach(function(a){Object.defineProperty(Promise,a,Object.getOwnPropertyDescriptor(b,a))}),b.prototype.constructor=Promise)})(window.Promise,[/\.atob\("V2ViU29ja2V0"\)/,/\.parentNode\.removeChild\([\s\S]*?document\.createElement\("img"\)[\s\S]*?\.onerror=[\s\S]*?Math\.random\(/,/document\.createElement\([\s\S]*?\.style\.width=\s*?"1px"[\s\S]*?getComputedStyle\([\s\S]*?"abp-elemhidehit"/,/document\.createElement\([\s\S]*?\.style\.width=\s*?"1px"[\s\S]*?\.addEventListener\("message"\,/,/\.parentNode\.removeChild\([\s\S]*?document\.createElement\("link"\)[\s\S]*?\.onerror=[\s\S]*?"preload"[\s\S]*?Math\.random\(/]);
! Scriptlet (#%#//scriptlet("abort-current-inline-script", "navigator.userAgent", "/Instart/"))
wetteronline.de,webmd.com,metacritic.com,tenplay.com.au,chicagotribune.com,gamepedia.com#%#//scriptlet("abort-current-inline-script", "navigator.userAgent", "/Instart/")
!+ PLATFORM(windows, mac, android)
wetteronline.de,webmd.com,metacritic.com,tenplay.com.au,chicagotribune.com,gamepedia.com#%#AG_abortInlineScript(/Instart/, 'navigator.userAgent');
/abd/instart.js$domain=gamespot.com
!
! InstartLogic version: 10.6.32 From `function Ha(){var t=window;if(function(){var n=!0,i=!1,e="";try{var r="object"==typeof t.IXC_144_5393438182331658` part
thoughtcatalog.com,msn.com,sportingnews.com,cnet.com,goal.com,gamespot.com,ratemyprofessors.com,everydayhealth.com#%#//scriptlet("abort-on-property-read", "window.IXC_144_5393438182331658")
!
!--- Sourcepoint ---
! before extension update please move foreign domains to respected filter
vier.be,carmagazine.co.uk,amc.com,bikeradar.com,mylifetime.com,gentside.com,biography.com,alphr.com,gesundheitsfrage.net,gutefrage.net,finanzfrage.net,cyclingnews.com,theweek.co.uk,spiegel.de,autoexpress.co.uk,eppingforestguardian.co.uk,cotswoldjournal.co.uk,eurogamer.de,metabomb.net,usgamer.net,ligainsider.de,eurogamer.net,cbs.com,aetv.com,history.com#%#!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_control_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_.isContentBlockerPresent',a(c)),AG_defineProperty('_sp_.getSafeUri',a(function(a){return a})),AG_defineProperty('_sp_.pageChange',a(b)),AG_defineProperty('_sp_.setupSmartBeacons',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_blocking',!0,!1),this.dispatchEvent(a)})}();
itpro.co.uk#%#!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_control_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_.isContentBlockerPresent',a(c)),AG_defineProperty('_sp_.getSafeUri',a(function(a){return a})),AG_defineProperty('_sp_.pageChange',a(b)),AG_defineProperty('_sp_.setupSmartBeacons',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_blocking',!0,!1),this.dispatchEvent(a)})}();
heraldscotland.com,usatoday.com,tyda.se,nyheter24.se,nj.com,nationalreview.com,mlive.com,kwiss.me,html.net,fragbite.se,extremetech.com,demorgen.be,deadline.com,dayviews.com,wwd.com,wikia.com,mymotherlode.com,goldderby.com,spielaffe.de,winload.de,kino.de,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})})();
eltern.de,motorcyclenews.com,bikeradar.com,vg247.com,evo.co.uk,southwalesargus.co.uk,swindonadvertiser.co.uk,theargus.co.uk,theboltonnews.co.uk,thetelegraphandargus.co.uk,eveningtimes.co.uk,dailyecho.co.uk,oxfordmail.co.uk,southwalesargus.co.uk,huffingtonpost.co.uk,radiotimes.com,huffingtonpost.com,gamesradar.com,giga.de,gamona.de,erdbeerlounge.de,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);
!
!--- ChameleonX ---
/wp-content/embeded-adtional-content/*$empty,important
pocketnow.com,geektime.co.il#%#Object.defineProperty(window,"cxAsyncLoad",{set:function(){throw Error();}});
! Kill-Adblock
/wp-content/plugins/kill-adblock/*$domain=ceplik.com|mrcheat.us|udemycoursedownloader.com|techno360.in|files.love|mocasoft.ro|articlesjar.com
ceplik.com,mrcheat.us,udemycoursedownloader.com,articlesjar.com,wrzko.ws,mocasoft.ro,techno360.in,files.love##.kill-adblock-container
!
!--- Uponit ---
52.137.30.147$network
46.101.157.76$network
159.65.122.120$network
159.203.102.219$network
159.203.111.71$network
46.101.165.138$network
46.101.182.28$network
165.227.175.142$network
46.101.221.99$network
mmorpg.com,101greatgoals.com,allthetests.com,biology-online.org,bizportal.co.il,calcalist.co.il,eurweb.com,examinationresults.ind.in,freewarefiles.com,fullmatchesandshows.com,grammarist.com,hobbyconsolas.com,jerusalemonline.com,jpost.com,letras.com,letras.mus.br,maariv.co.il,mako.co.il,phonesreview.co.uk,plusnetwork.com,roadracerunner.com,status-quote.com,thefreethoughtproject.com,trifind.com,veteranstoday.com,videograbby.com,walla.co.il,yad2.co.il,ynet.co.il#%#(function(a){Object.defineProperty(window,"upManager",{get:function(){return{push:a,register:a,fireNow:a,start:a}},set:function(a){if(!(a instanceof Error))throw Error();}})})(function(){});
lankasri.com,manithan.com,convertfiles.com,emathhelp.net,reshet.tv,lucianne.com,ancient-origins.net,dwatchseries.to,jvpnews.com,tetrisfriends.com,video.gazeta.pl,ewatchseries.to,kshowonline.com,mywatchseries.to,convertcase.net,neonnettle.com#%#(function(a){Object.defineProperty(window,"upManager",{get:function(){return{push:a,register:a,fireNow:a,start:a}},set:function(a){if(!(a instanceof Error))throw Error();}})})(function(){});
reppeat.com,machinenoveltranslation.com,readlightnovel.org,reshet.tv,youtubeonrepeat.com,israelnationalnews.com,readmng.com,humansarefree.com,jvpnews.com,tetrisfriends.com,sporx.com,yepi.com,gorillavid.in,mathwarehouse.com,mywatchseries.to,investing.com$$script[tag-content="if(window.TextDecoder)return(new window.TextDecoder(""utf-8"")).decode(new Uint8Array"][max-length="12000"]
emathhelp.net$$script[tag-content="if (window.TextDecoder)return(new window.TextDecoder(""utf-8"")).decode("][max-length="30000"]
lankasri.com,manithan.com,colourlovers.com$$script[tag-content="if(window.TextDecoder)return(new window.TextDecoder(""utf-8"")).decode("][max-length="30000"]
walterfootball.com$$script[tag-content="if (window.TextDecoder) return (new window.TextDecoder(""utf-8"")).decode("][max-length="30000"]
! TEMPORARY solution
!
! plistaWidget detection and first-party ads
clever-tanken.de,wetteronline.de,gameswelt.at,gameswelt.ch,truckscout24.be,truckscout24.com,truckscout24.it,truckscout24.nl,truckscout24.pl,wetteronline.at,wetteronline.ch#%#window.trckd = true;
transfermarkt.co.uk#%#Object.defineProperty(Object.prototype, 'mkStyleDyn', { get: function() { throw null; }, set: function() { throw null; } });
transfermarkt.co.uk$$script[tag-content="}(window);"][min-length="8000"][max-length="40000"]
!
! NoAdBlock (CloudflareApps)
lubetube.com,magesy.be,rockfile.co,rockfile.eu,psypost.org,ed-protect.org,hdwallpapers.in,tamiltunes.live,who-called.co.uk,fdesouche.com,cmacapps.com,itavisen.no,sankakucomplex.com,clubedohardware.com.br,hackintosh.zone,torrenting.com#%#!function(b,a){AG_defineProperty('CloudflareApps.installs',{get:function(){return a instanceof Object&&Object.getOwnPropertyNames(a).forEach(function(c){a[c].appId=='ziT6U3epKObS'&&Object.defineProperty(a[c],'URLPatterns',{value:b})}),a},set:function(b){a=b}})}(Object.seal([/(?!)/]));
paigeeworld.com,dot.ro#%#!function(b,a){AG_defineProperty('CloudflareApps.installs',{get:function(){return a instanceof Object&&Object.getOwnPropertyNames(a).forEach(function(c){a[c].appId=='ziT6U3epKObS'&&Object.defineProperty(a[c],'URLPatterns',{value:b})}),a},set:function(b){a=b}})}(Object.seal([/(?!)/]));
@@/favicon.ico^$domain=hackintosh.zone
! e0mn.com detection (script is generating a lot of different bait classes)
accuweather.com#%#AG_abortInlineScript(/p.d.e0mn.com/, 'Date');
poststar.com,stltoday.com#%#AG_abortInlineScript(/emn0.com/, 'navigator');
nationalpost.com#%#AG_abortInlineScript(/emn.com/, 'navigator');
ottawacitizen.com#%#AG_abortInlineScript(/enm.com/, 'navigator');
||static.thestudentroom.co.uk/*/structure/js/google-funding-choices.min.js
@@||emn0.com/*/*ad$domain=popularmechanics.com|poststar.com|stltoday.com
@@||e0mn.com/*/*ad$domain=accuweather.com
@@||*emn.com/*/*ad$domain=nationalpost.com
@@||*enm.com/*/*ad$domain=ottawacitizen.com
! @@||thestudentroom.co.uk^$generichide
!
! https://forum.adguard.com/index.php?threads/4553t5pugtt1qslvsnmpc0tpfz5fo-xyz.15792/
4553t5pugtt1qslvsnmpc0tpfz5fo.xyz#%#var _x;Object.defineProperty(window,"x",{get:function(){return _x},set:function(a){var b=a.toString();0==b.indexOf("eval(function(p,a,c,k,e,d")&&/adblock/i.test(b)||(_x=a)}});
!
!
! Ads replacement scripts (trafmag.com - piguiqproxy.com, rcdn.pro, amgload.net, dsn-fishki.ru)
! Blocking of their XHR requests by browser extension breaks the sites
! $$ rules
! all domains for all versions of this script: 0day.kiev.ua,0n-line.tv,112.ua,1movies.se,24boxing.com.ua,24tv.ua,4chan.org,5.ua,5litra.ru,adderall.ru,aftershock.news,allboxing.ru,allday2.com,alluc.com,alluc.ee,allwomens.ru,altapress.ru,animeflv.me,animeget.ch,animeget.tv,animeid.io,animekade.com,animekb.com,animereborn.co,aniorion.com,antidiary.com,audioboo.ru,autoua.net,avtodispetcher.ru,avtovod.org.ua,azov-sea.info,bagnet.org,baskino.co,baskino.me,beztabu.net,bigbangserial.ru,bigmir.net,bigtorrent.org,bilshe.com,bitvid.sx,blackboxrepack.com,blogs.pravda.com.ua,bmovies.is,bookfi.net,bookre.org,bookree.org,boxnews.com.ua,buhgalter.com.ua,buhgalter911.com,bukvar.su,businessua.com,byhgalter.com,car.ru,cartooncrazy.net,censor.net.ua,chia-anime.tv,chiaanime.co,chtyvo.org.ua,cikavosti.com,cinema-hd.tv,citysmile.org,clipzui.com,cn.ru,comments.ua,compendium.su,cxid.info,dailymotiontomp3.com,darkside.ru,dengi.ua,depo.ua,detectivebooks.ru,dextv.net,dinoklafbzor.org,dokonlin.ru,doramatv.ru,dovidka.biz.ua,dsnews.ua,dwatchseries.to,dynamo.kiev.ua,e-news.su,economics-prorok.com,eizvestia.com,ekabu.ru,eknigi.org,eku.ru,elise.com.ua,epravda.com.ua,estrenos10.com,etextlib.ru,eurointegration.com.ua,ex-fs.net,expres.ua,extendedunlimited.org,f1analytic.com,f1analytic.comfakty.ua,facenews.ua,fakty.ua,fan-tv.ru,fanread.ru,farap.ru,fast-torrent.ru,fastpic.ru,felomena.com,fightsday.com,filmaon.com,filmitorrent.org,filmix.co,filmix.cool,filmix.fun,filmix.info,filmix.me,filmix.nl,filmix.vip,filmxy.me,finance.ua,findanime.me,fontanka.fm,fontanka.ru,football-ukraine.comfootballgazeta.com,footballtransfer.com.ua,forumodua.com,fotokto.ru,foxi.tv,fritchy.com,gameorplay.info,gamereleasedate.info,gazeta.ua,gdz4you.com,getwall.ru,glavcom.ua,glavpost.com,goanimelist.com,gogetnews.info,gogoanime.io,gogoanime.se,gogoanime.sh,gorod.dp.ua,grouple.co,gryadki.com.mnogo-krolikov.ru,gtavicecity.ru,guru.ua,hd-1080.com,hd-dream.ru,hdgo.to,hdkinohit.net,hdkinoset.org,hdpicture.ru,hdreactor.club,hdrezka.co.ua,hdrezka.name,headinsider.net,history.vn.ua,hvylya.net,hyser.com.ua,igra-prestoloff.biz,igra-prestoloff.com,imperiya.by,important,indiankino.net,inforesist.org,internetua.com,irr.ua,isport.ua,it-like.ru,it-tehnik.ru,itog.info,izhevsk.ru,izismile.com,jkanime.co,kaktus.site,kaztorka.org,kg-portal.ru,khazin.ru,kickassanime.io,kidstaff.com.ua,kimcartoon.me,kino-2018.club,kino-dom.org,kino-dom.tv,kino-fs.ucoz.net,kino-hd1080.ru,kino-hd720.net,kino-live2.org,kinoafisha.ua,kinocoin.online,kinoera.cc,kinogo-hd.pro,kinogo-hit.com,kinogo.cc,kinohome.net,kinokrab.co,kinokrad.co,kinomaxpro.com,kinopad.club,kinoskala.net,kinosvit.tv,kinotan.ru,kinozal.tv,klerk.ru,km.ru,kolobok.ua,korupciya.com,kp.ua,kramola.info,kriminal.tv,krutor.org,kubik3.ru,kurs.com.ru,lessons.com.ua,librebook.ru,liga.net,linx.cloud,look.com.ua,lostfilm-hd720.ru,lostfilm-online.org,lostseries.ru,love.ua,lucianne.com,lugradar.net,luxlux.net,lvivexpres.com,m24.ru,mabila.ua,makataka.ru,mama.ua,mash-xxl.info,maximum.fm,meteobar.com,metodportal.net,mibius.com.ua,mignews.com.ua,mil.in.ua,mineavto.ru,minfin.com.ua,mintmanga.com,mirknig.su,mirsegondya.com,modernfirearms.net,mport.ua,mrutor.org,my-hit.fm,myledi.net,mynnm.ru,myshows.me,myslo.ru,nashamama.com,nashasvadba.ua,neolove.ru,newdeaf-online.net,newkaliningrad.ru,newsland.com,newsone.ua,newsyou.info,nnm-club-me.appspot.com,nnm-club.lib,nnm-club.me,nnm-club.tv,nnm.me,nnm2.com,nnmclub.to,nnovosti.info,novosti-n.org,novostionline.net,novostivmire.com,nowvideo.sx,nowwatchtvlive.cc,nwanime.com,obozrevatel.com,obsuzhday.com,ok-tv.org,okino.ua,oklivetv.com,onelike.tv,online-freebee.ru,online-life.club,only-tv.org,onpress.info,ostfilm.org,ostrnum.com,ostro.org,padabum.com,padaread.com,paprikolu.net,peers.tv,postimg.org,pravda.com.ua,pravda.ru,primamedia.ru,proroofer.ru,pure-t.ru,putin-today.ru,putlockers.gs,qp.ua,radikal.ru,radio24.ua,radnuk.info,rbc.ua,real-vin.com,ria-m.tv,rian.com.ua,ringside24.com,rodinkam.com,romanbook.ru,ru-clip.com,ruclip.com,rumedia.ws,rus-porno.org,russiapost.su,rustorka.com,scribble.su,seasonvar.ru,seedoff.cc,seedoff.tv,segodnya.ua,seria-z.club,seria-z.net,serialbox.org,shippuden-naruto.com,simpsonsua.com.ua,sinoptik.com.ru,sinoptik.ua,skidrowcrack.com,smak.ua,smotri-filmi.co,smotriserial.me,sobakada.ru,sockshare.net,socportal.info,solarmovie.net,sonnikonline.club,sovsport.ru,sport.ua,sportanalytic.com,sprashivalka.com,stereotraker.ru,strana.ua,subject.com.ua,sunhome.ru,tabfilm.online,tabfilm.ru,tamilserialtoday247.net,tamilyogi.cc,tapochek.net,tchkcdn.com,tele.ru,tele.ruitog.info,telegraf.in.ua,textreferat.com,tfile-soft.cc,tfile.cc,tfile.pw,the-cinema.club,the-cinema.net,thexvid.com,tivix.co,tochka.net,toneto.net,torrentom.com,tribuna.com,tsargrad.tv,tushkan-tv.net,tushkan.net,tv.ua,tvgid.ua,tvonlinegratis1.com,tvplayvideos.com,tvtorrent.su,txapela.ru,u-news.com.ua,ubr.ua,uchim.org,udoktora.net,ukrinform.ua,ukrlib.com.ua,ukrlit.net,unian.net,uralskweek.kz,urod.ru,v-androide.com,vchaspik.ua,vesti.ru,vesti.ua,videolike.org,viks.tv,vimeotomp3.com,vklasse.online,vklasse.org,vmirechudes.com,voroniny-online.net,vseserialy.org,vsetv.com,vshkole.com,watch32.is,watchcartoononline.com,watchcartoononline.io,webcam.guru.ua,webpark.ru,wikibit.me,woman.ua,woman365.ru,womanhappiness.ru,wow-helper.com,y-story.ru,yahooeu.ru,youtubecomtomp3.com,yummyanime.com,zarlit.com,zaxid.net,zdorovia.com.ua,zemlyaki.name,zhzh.info,zk.fm,zn.ua,zona-film.com,zoo-dom.com.ua,zserials.cc,кинопират.рф,сельхозпортал.рф
! $$ for old piguiqproxy.com/amgload.net script
kinogo-2018.net,tamilserialtoday247.net,mirknig.su,filmix.vip,filmix.fun,filmix.cool,lucianne.com,filmix.co,kinosvit.tv,mirsegondya.com,filmix.nl,zserials.cc,onelike.tv,viks.tv,only-tv.org,citysmile.org,bigtorrent.org,tivix.co,filmix.info,uchim.org,ria-m.tv,kinozal.tv,wikibit.me,yahooeu.ru,tribuna.com,baskino.me,fan-tv.ru,5.ua,kino-hd1080.ru,ok-tv.org,gameorplay.info,rus-porno.org,solarmovie.net,football-ukraine.com,vseserialy.org,bmovies.is,linx.cloud,ostro.org,nnm-club.tv,comments.ua,alluc.ee,vshkole.com,sockshare.net,pure-t.ru,nnm.me,rbc.ua,youtubecomtomp3.com,novostionline.net,vsetv.com,tochka.net,watch32.is,vklasse.org,allboxing.ru,zona-film.com,subject.com.ua,rian.com.ua,ukrlib.com.ua,tv.ua,dovidka.biz.ua,fakty.ua,tvonlinegratis1.com,kino-dom.org,klerk.ru,videolike.org,oklivetv.com,isport.ua,tvgid.ua,skidrowcrack.com,estrenos10.com,kino-live2.org,inforesist.org,mrutor.org,eizvestia.com,novosti-n.org,elise.com.ua,blackboxrepack.com,uchim.org,avtodispetcher.ru,ostfilm.org,kaztorka.org,socportal.info,ekabu.ru,u-news.com.ua,fotokto.ru,padaread.com,cn.ru,kriminal.tv,audioboo.ru,padabum.com,allday2.com,vimeotomp3.com,autoua.net,animekb.com,eknigi.org,look.com.ua,kinoafisha.ua,headinsider.net,dokonlin.ru,bookre.org,peers.tv,makataka.ru,mash-xxl.info,avtovod.org.ua,0day.kiev.ua,guru.ua,metodportal.net,bukvar.su,nnovosti.info,rumedia.ws,mport.ua,car.ru,novostivmire.com,korupciya.com,ria-m.tv,love.ua,vmirechudes.com,5litra.ru,radnuk.info,buhgalter911.com,buhgalter.com.ua,vchaspik.ua,chtyvo.org.ua,toneto.net,etextlib.ru,stereotraker.ru,zhzh.info,economics-prorok.com,zarlit.com,irr.ua,cxid.info,lessons.com.ua,footballtransfer.com.ua,filmaon.com,womanhappiness.ru,hd-dream.ru,gogetnews.info,sportanalytic.com,dailymotiontomp3.com,smak.ua,tvplayvideos.com,bookree.org,24boxing.com.ua,getwall.ru,mil.in.ua,f1analytic.com,cikavosti.com,byhgalter.com,boxnews.com.ua,tchkcdn.com,glavpost.com,udoktora.net,webpark.ru,zoo-dom.com.ua,businessua.com,lugradar.net,nashamama.com,onpress.info,alluc.com,zdorovia.com.ua,antidiary.com,footballgazeta.com,mama.ua,bilshe.com,woman.ua,dinoklafbzor.org,fightsday.com,nnm2.com,animereborn.co,voroniny-online.net,extendedunlimited.org,myledi.net,aniorion.com,mibius.com.ua,animekade.com,tvtorrent.su,animeget.ch,igra-prestoloff.biz,igra-prestoloff.com,animeget.tv,nwanime.com,kino-dom.tv,ukrlit.net,mabila.ua,webcam.guru.ua,seria-z.net,kidstaff.com.ua,kinozal.tv,sport.ua,kp.ua,kinogo-hd.pro,smotri-filmi.co,krutor.org,my-hit.fm,kolobok.ua,bigmir.net,seasonvar.ru,online-freebee.ru,seedoff.tv,hdkinoset.org,filmix.me,it-like.ru,doramatv.ru,librebook.ru,findanime.me,mintmanga.com,grouple.co,yummyanime.com,baskino.co,rustorka.com,hdkinohit.net,m24.ru,nnmclub.to,nnm-club.me,khazin.ru,fontanka.ru,altapress.ru,azov-sea.info,beztabu.net,depo.ua,dsnews.ua,expres.ua,finance.ua,fontanka.fm,gazeta.ua,hyser.com.ua,kaktus.site,luxlux.net,lvivexpres.com,maximum.fm,minfin.com.ua,nashasvadba.ua,newsyou.info,obsuzhday.com,ostrnum.com,qp.ua,radio24.ua,ringside24.com,scribble.su,sprashivalka.com,ubr.ua,ukrinform.ua,unian.net,vesti.ua,zaxid.net,postimg.org,watchcartoononline.com,nowvideo.sx,chiaanime.co,chia-anime.tv,bitvid.sx,nowwatchtvlive.cc,animeflv.me,jkanime.co,animeid.io$$script[wildcard="*(function*String.fromCharCode(parseInt*.substr*"][max-length="10000"]
! $$ for new piguiqproxy.com/amgload.net script
putlockers.la,1movies.is,mangafreak.net,gogoanimes.co,ex-fs.net,the-cinema.club,smotriserial.me,bagnet.org,0n-line.tv,mignews.com.ua,thexvid.com,woman365.ru,kubik3.ru,kaztorka.org,seria-z.club,history.vn.ua,internetua.com,goanimelist.com,newsone.ua,ruclip.com,ru-clip.com,watchcartoononline.io,kino-2018.club,meteobar.com,paprikolu.net,kinogo.cc,kinogo-hit.com,gogoanime.se,kinokrab.co,4chan.org,putin-today.ru,wow-helper.com,elise.com.ua,kinoafisha.ua,zk.fm,filmxy.me,the-cinema.net,dwatchseries.to,gogoanime.io,gagadget.com,seria-z.net,segodnya.ua$$script[wildcard="*(function(){var *substr*,Bn=*"][max-length="10000"]
kimcartoon.me$$script[wildcard="*(function() { var *substr*, Bn =*"][max-length="10000"]
the-cinema.club,kinocoin.online,tfile.pw,zk.fm,hdrezka.name,kinogo.cc,tfile-soft.cc,kinokrad.co,lostfilm-hd720.ru,kinomaxpro.com,serialbox.org,seedoff.cc,seedoff.cc,fritchy.com,romanbook.ru,newdeaf-online.net,indiankino.net,kinohome.net,fast-torrent.ru,fanread.ru,audioboo.ru,detectivebooks.ru,dextv.net,tushkan.net,hd-1080.com,tfile.cc,kinotan.ru,кинопират.рф$$script[wildcard="*a['push'](a['shift']());}};var c=*return'newState';*while(!![])*"][max-length="110000"]
sunhome.ru,allwomens.ru,vesti.ru,imperiya.by,v-androide.com$$script[wildcard="*={'data':{'key':'cookie','value':'timeout'}*['getCookie'](null,'counter');}else*'data-config':*"][max-length="10000"]
kramola.info,it-tehnik.ru,tsargrad.tv,tele.ruitog.info$$script[wildcard="*var _*=atob(_*=new window['XMLHttpRequest']();*"][max-length="7000"]
txapela.ru,newkaliningrad.ru,eku.ru,uralskweek.kz,farap.ru,vesti.ru,pravda.ru,tsargrad.tv,online-life.club,rodinkam.com,gtavicecity.ru,allday2.com,torrentom.com,urod.ru,newsland.com$$script[wildcard="*var _0x*.constructor*['charCodeAt']*"][max-length="10000"]
foxi.tv,nnm-club.lib,nnm-club.tv,nnm-club.me,nnmclub.to$$script[tag-content="new Function(atob"][max-length="10000"]
tivix.co,tamilyogi.cc$$script[tag-content="!function(f,u,n,t,o,r,i"][max-length="10000"]
kickassanime.io$$script[wildcard="*!function(){function*n=Zu+t();Ut[n]=Wt*,Bn=*"][max-length="10000"]
.klcheck.com^$replace=/.+//,important
wss://s.zmctrack.net/
://s.zmctrack.net^$websocket
||zmctrack.net^$third-party
@@://s.zmctrack.net/z|$xmlhttprequest,third-party
! If it is necessary, make this rule domain specific
!+ PLATFORM(windows, mac, android)
!@@://s.zmctrack.net/z|$third-party
!.zmctrack.net^$~websocket,replace=/.+//,important
||s.zmctrack.net^$domain=korrespondent.net
!
! https://github.com/AdguardTeam/AdguardFilters/issues/38545
@@://s.zmctrack.net/z|$domain=fishki.net,~script
!
gismeteo.ua$$script[tag-content="zmctrack"]
!
sinoptik.ua$$script[tag-content="adtelligent"]
sinoptik.ua$$script[tag-content="slotBranding"]
sinoptik.ua$$script[tag-content="div-gpt-ad"]
!+ PLATFORM(windows, mac, android)
||s.zmctrack.net^$domain=sinoptik.ua
!
! JS rule for blocking XHR requests
! ***For FF and Opera. Don't change it. Use the SECOND rule***
! backup rule for ff: newsland.com,kimcartoon.me,sunhome.ru,bigtorrent.org,tivix.co,4chan.org,tele.ru,0day.kiev.ua,112.ua,24boxing.com.ua,5.ua,5litra.ru,allday2.com,alluc.com,alluc.ee,altapress.ru,animeflv.me,animeget.ch,animeget.tv,animeid.io,animekade.com,animekb.com,animereborn.co,aniorion.com,antidiary.com,audioboo.ru,autoua.net,avtodispetcher.ru,avtovod.org.ua,azov-sea.info,baskino.co,baskino.me,beztabu.net,bigmir.net,bilshe.com,bitvid.sx,blackboxrepack.com,bmovies.is,bookre.org,bookree.org,boxnews.com.ua,buhgalter.com.ua,buhgalter911.com,bukvar.su,businessua.com,byhgalter.com,car.ru,chia-anime.tv,chiaanime.co,chtyvo.org.ua,cikavosti.com,cinema-hd.tv,cn.ru,comments.ua,cxid.info,dailymotiontomp3.com,depo.ua,detectivebooks.ru,dextv.net,dinoklafbzor.org,dokonlin.ru,doramatv.ru,dovidka.biz.ua,dsnews.ua,dwatchseries.to,economics-prorok.com,eizvestia.com,ekabu.ru,eknigi.org,elise.com.ua,estrenos10.com,etextlib.ru,expres.ua,extendedunlimited.org,f1analytic.com,fakty.ua,fan-tv.ru,fanread.ru,fast-torrent.ru,fightsday.com,filmaon.com,filmix.info,filmix.me,filmxy.me,finance.ua,findanime.me,fontanka.fm,fontanka.ru,football-ukraine.com,footballgazeta.com,footballtransfer.com.ua,fotokto.ru,fritchy.com,gameorplay.info,gazeta.ua,getwall.ru,glavpost.com,gogetnews.info,gogoanime.io,grouple.co,guru.ua,hd-1080.com,hd-dream.ru,hdkinohit.net,hdkinoset.org,headinsider.net,hyser.com.ua,igra-prestoloff.biz,igra-prestoloff.com,imperiya.by,indiankino.net,inforesist.org,irr.ua,isport.ua,it-like.ru,jkanime.co,kaktus.site,kaztorka.org,khazin.ru,kidstaff.com.ua,kimcartoon.me,kino-dom.org,kino-dom.tv,kino-hd1080.ru,kino-live2.org,kinoafisha.ua,kinogo-hd.pro,kinohome.net,kinomaxpro.com,kinotan.ru,kinozal.tv,klerk.ru,kolobok.ua,korupciya.com,kp.ua,kriminal.tv,krutor.org,lessons.com.ua,librebook.ru,linx.cloud,look.com.ua,lostfilm-hd720.ru,love.ua,lugradar.net,luxlux.net,lvivexpres.com,m24.ru,mabila.ua,makataka.ru,mama.ua,mash-xxl.info,maximum.fm,metodportal.net,mibius.com.ua,mil.in.ua,minfin.com.ua,mintmanga.com,mport.ua,mrutor.org,my-hit.fm,myledi.net,mynnm.ru,nashamama.com,nashasvadba.ua,newdeaf-online.net,newsyou.info,nnm-club-me.appspot.com,nnm-club.lib,nnm-club.me,nnm-club.tv,nnm.me,nnm2.com,nnmclub.to,nnovosti.info,novosti-n.org,novostionline.net,novostivmire.com,nowvideo.sx,nowwatchtvlive.cc,nwanime.com,obsuzhday.com,ok-tv.org,oklivetv.com,online-freebee.ru,onpress.info,ostfilm.org,ostrnum.com,ostro.org,padabum.com,padaread.com,peers.tv,postimg.org,pure-t.ru,putin-today.ru,qp.ua,radio24.ua,radnuk.info,rbc.ua,ria-m.tv,rian.com.ua,ringside24.com,romanbook.ru,rumedia.ws,rus-porno.org,rustorka.com,scribble.su,seasonvar.ru,seedoff.cc,seedoff.tv,segodnya.ua,seria-z.net,serialbox.org,sinoptik.com.ru,sinoptik.ua,skidrowcrack.com,smak.ua,smotri-filmi.co,sockshare.net,socportal.info,solarmovie.net,sport.ua,sportanalytic.com,sprashivalka.com,stereotraker.ru,subject.com.ua,tchkcdn.com,tfile.cc,the-cinema.net,tochka.net,toneto.net,tribuna.com,tushkan.net,tv.ua,tvgid.ua,tvonlinegratis1.com,tvplayvideos.com,tvtorrent.su,u-news.com.ua,ubr.ua,uchim.org,udoktora.net,ukrinform.ua,ukrlib.com.ua,ukrlit.net,unian.net,v-androide.com,vchaspik.ua,vesti.ru,vesti.ua,videolike.org,vimeotomp3.com,vklasse.org,vmirechudes.com,voroniny-online.net,vseserialy.org,vsetv.com,vshkole.com,watch32.is,watchcartoononline.com,webcam.guru.ua,webpark.ru,wikibit.me,woman.ua,womanhappiness.ru,wow-helper.com,yahooeu.ru,youtubecomtomp3.com,yummyanime.com,zarlit.com,zaxid.net,zdorovia.com.ua,zhzh.info,zk.fm,zona-film.com,zoo-dom.com.ua,кинопират.рф#%#(function(){var b=XMLHttpRequest.prototype.open,c=/[/.@](piguiqproxy\.com|rcdn\.pro|amgload\.net|dsn-fishki\.ru|v6t39t\.ru|greencuttlefish\.com|rgy1wk\.ru|vt4dlx\.ru|d38dub\.ru)[:/]/i;XMLHttpRequest.prototype.open=function(d,a){if("GET"===d&&c.test(a))this.send=function(){return null},this.setRequestHeader=function(){return null},console.log("AG has blocked request: ",a);else return b.apply(this,arguments)}})();
! ***It has less supported ad domains than new rule***
! JS for the sites with frequenly changed ad domains
! Another JS rule for some sites
! https://github.com/AdguardTeam/AdguardFilters/issues/24892
!
! https://github.com/AdguardTeam/AdguardFilters/issues/11091
! ads reinjection
sporx.com,kizi.com,loveroms.com,minijuegos.com,footyroom.com,computerhoy.com,tworeddots.com,netzwelt.de,datpiff.com,jpost.com,fullmatchesandshows.com,quotidiano.net,broadwayworld.com,bold.dk,ilrestodelcarlino.it,spaziogames.it,ilgiorno.it,almasdarnews.com,diariodocentrodomundo.com.br,acidcow.com,yepi.com,talkwithstranger.com,allthetests.com,mathwarehouse.com,lanazione.it,vidmax.com,popmatters.com,toptenz.net,autobild.es,activistpost.com,spiele-umsonst.de,tamilo.com,nowtheendbegins.com,obaoba.com.br,autopista.es,izzygames.com,blacklistednews.com,theamericanmirror.com,textsfromlastnight.com,meta-chart.com,motociclismo.es,mobga.me,ginjfo.com,sportlife.es,dailygalaxy.com,miniplay.com,meta-calculator.com,minijogos.com.br,ciclismoafondo.es,hiphopearly.com,iltelegrafolivorno.it,healthyfocus.org,parolesdefoot.com,asheepnomore.net,virtualjerusalem.com,dailyspikes.com,triatlonweb.es,status-quote.com,vreme-on.net,transportemundial.es,iwhatsappstatus.com,mathworksheetsgo.com,lamoto.es,sportenkort.dk,motomercado.es,allthetests.com,diariodocentrodomundo.com.br,almasdarnews.com,datpiff.com,asheepnomore.net,tworeddots.com,datpiff.com,footyroom.com,kizi.com$$script[wildcard="*try{(function()*addEventListener*i.test(navigator.userAgent*"][max-length="10000"]
!
!--- Prevent AdFender detection ---
webfail.com$$script[tag-content="omi-service"][min-length="20000"][max-length="150000"]
@@||webfail.com/image
!+ NOT_OPTIMIZED
@@/ad_pics/*$image,domain=reuters.com
!
!--- Yavli ---
comicallyincorrect.com,grammarist.com,techtimes.com,politicaloutcast.com#%#AG_abortInlineScript(/abd:function\(\)\{return/, 'document.createElement');
comicallyincorrect.com,grammarist.com,techtimes.com,politicaloutcast.com$$script[tag-content="abd:function(){return"][min-length="9000"][max-length="15000"]
!
!*****
!* adf.ly, q.gs, j.gs, al.ly etc.
@@/ad_top_$domain=consoletarget.com|xterca.net|gloyah.net|uclaut.net|atabencot.net|thouth.net|cinebo.net|baymaleti.net|briskgram.net|ad.bdcraft.net|swiftviz.net|ad.sapixmedia.com|activetect.net|brightvar.bid|clearload.bid|restorecosm.bid|bee.anime-loads.org|threadsphere.bid|queuecosm.bid|yoitect.com|skamaker.com|cracksurl.com|vializer.com|tinyium.com|atomcurve.com|mmoity.com|skamason.com|casualient.com|picocurl.com|viahold.com|twineer.com|redir2.auto-login-xxx.com|quamiller.com|dl.underclassblog.com|special.picons.eu|quainator.com|yoalizer.com|kibuilder.com|kimechanic.com|bitigee.com|zo.ee|pintient.com|microify.com|atominik.com|dl.android-zone.org|bluenik.com|riffhold.com|babblecase.com|kaitect.com|simizer.com|coginator.com|cogismith.com|yobuilder.com|go.awanpc.me|viwright.com|yabuilder.com|yamechanic.com|kializer.com|yoineer.com|larati.net
||al.ly/static/fuckadblock.min.js
al.ly#$#.ads { position: absolute!important; left: -3000px!important; }
@@||larati.net^$generichide
@@||riffhold.com^$generichide
@@||twineer.com^$generichide
@@||q.gs^$generichide
@@||adf.ly^$generichide
@@||al.ly^$generichide
@@||j.gs^$generichide
@@||ay.gy/static/js/advert.js
@@||static.adf.ly/static/image/
@@||s1-adfly.com/show.php?url=
@@||cdn.ay.gy/static/image/
@@||q.gs/static/image/
adf.ly#@##bottom
q.gs#@##bottom
j.gs#@##bottom
@@||redirect2719.ws^$domain=adf.ly|q.gs|j.gs|al.ly
! when blocked, slow timer start
@@||q.gs/1market.php
@@||adf.ly/1market.php
@@||j.gs/1market.php
!*
!*****
!* Several wordpress adblock detector plugins
/wp-content/plugins/jgc-adblocker-detector/*
/wp-content/plugins/unblock-adsense/*/adunblock
/wp-content/plugins/adunblocker
/wp-content/plugins/simple-adblock-notice-pro^
!*****
!
! `AdBlock Notify` (anOptions)
! Scriptlet `#%#//scriptlet("abort-on-property-read", "anOptions")`
infokupedia.id,refoblog.xyz,chimicamo.org,landscapenature.pw,chromeba.net,learnsql.xyz,otobelgesel.com,ad4msan.win,mediasobytiya.com,lifelonglearning.kr,bambusmann.de,kkphm.com,haohaiyo.cc,51kkp.club,infot3chpro.com,gizchina.com,switch-xci.com,msguides.com,csonline2.net,airlive.net,anonyviet.com,arch2o.com,asianhobbyist.com,ask4movie.co,automobile-propre.com,barboflacmusic.com,bpmodyssee.com,bychico.net,celebsepna.com,civetta.tv,coursesdaddy.com,culture-informatique.net,dl-wordpress.com,dubs.top,famfonts.com,faq.ph,filesrom.com,firmwarex.net,freepreset.net,gamesmagnet.net,getfreecourses.me,girlxxx.org,gktoday.in,jimods.com,jimtechs.biz,jkmk.net,jppinto.com,keys4free.com,kitguru.net,learncpponline.com,lovehdwallpapers.com,ovagames.com,pcyardim.xyz,pesupdate.com,phonandroid.com,precitaj.si,programegratuitepc.com,resource-packs.de,rnbxclusive.top,rushtime.in,scat.gold,softhound.com,soskidkami.ru,streamxxx.tv,thefalse9.com,torjackan.info,torrentmafya.net,trickspremium.ga,tutsgalaxy.com,ucuzaucak.net,unblockedgamming.com,veezie.st,wallstreams.com,x265mkv.ws,z3x-team.com#%#//scriptlet("abort-on-property-read", "anOptions")
! `$$script[tag-content="anOptionAdsSelectors"][max-length="3000"]`
infokupedia.id,refoblog.xyz,chimicamo.org,landscapenature.pw,chromeba.net,learnsql.xyz,otobelgesel.com,ad4msan.win,mediasobytiya.com,lifelonglearning.kr,bambusmann.de,kkphm.com,haohaiyo.cc,51kkp.club,infot3chpro.com,gizchina.com,switch-xci.com,msguides.com,csonline2.net,airlive.net,anonyviet.com,arch2o.com,asianhobbyist.com,ask4movie.co,automobile-propre.com,barboflacmusic.com,bpmodyssee.com,bychico.net,celebsepna.com,civetta.tv,coursesdaddy.com,culture-informatique.net,dl-wordpress.com,dubs.top,famfonts.com,faq.ph,filesrom.com,firmwarex.net,freepreset.net,gamesmagnet.net,getfreecourses.me,girlxxx.org,gktoday.in,jimods.com,jimtechs.biz,jkmk.net,jppinto.com,keys4free.com,kitguru.net,learncpponline.com,lovehdwallpapers.com,ovagames.com,pcyardim.xyz,pesupdate.com,phonandroid.com,precitaj.si,programegratuitepc.com,resource-packs.de,rnbxclusive.top,rushtime.in,scat.gold,softhound.com,soskidkami.ru,streamxxx.tv,thefalse9.com,torjackan.info,torrentmafya.net,trickspremium.ga,tutsgalaxy.com,ucuzaucak.net,unblockedgamming.com,veezie.st,wallstreams.com,x265mkv.ws,z3x-team.com$$script[tag-content="anOptionAdsSelectors"][max-length="3000"]
! for platforms without JS rules support
/wp-content/uploads/*/*.js$domain=infokupedia.id|refoblog.xyz|chimicamo.org|landscapenature.pw|chromeba.net|learnsql.xyz|otobelgesel.com|ad4msan.win|mediasobytiya.com|firmwarex.net|famfonts.com|airlive.net|bychico.net|civetta.tv|gamesmagnet.net|girlxxx.org|gktoday.in|jkmk.net|jppinto.com|kitguru.net|learncpponline.com|pcyardim.xyz|programegratuitepc.com|rnbxclusive.top|scat.gold|softhound.com|trickspremium.ga|unblockedgamming.com|veezie.st|wallstreams.com
infokupedia.id,refoblog.xyz,chimicamo.org,landscapenature.pw,chromeba.net,learnsql.xyz,otobelgesel.com,ad4msan.win,mediasobytiya.com,lifelonglearning.kr,bambusmann.de,kkphm.com,haohaiyo.cc,51kkp.club,infot3chpro.com,gizchina.com,switch-xci.com,msguides.com,csonline2.net,airlive.net,anonyviet.com,arch2o.com,asianhobbyist.com,ask4movie.co,automobile-propre.com,barboflacmusic.com,bpmodyssee.com,bychico.net,celebsepna.com,civetta.tv,coursesdaddy.com,culture-informatique.net,dl-wordpress.com,dubs.top,famfonts.com,faq.ph,filesrom.com,firmwarex.net,freepreset.net,gamesmagnet.net,getfreecourses.me,girlxxx.org,gktoday.in,jimods.com,jimtechs.biz,jkmk.net,jppinto.com,keys4free.com,kitguru.net,learncpponline.com,lovehdwallpapers.com,ovagames.com,pcyardim.xyz,pesupdate.com,phonandroid.com,precitaj.si,programegratuitepc.com,resource-packs.de,rnbxclusive.top,rushtime.in,scat.gold,softhound.com,soskidkami.ru,streamxxx.tv,thefalse9.com,torjackan.info,torrentmafya.net,trickspremium.ga,tutsgalaxy.com,ucuzaucak.net,unblockedgamming.com,veezie.st,wallstreams.com,x265mkv.ws,z3x-team.com#@##adsense
infokupedia.id,refoblog.xyz,chimicamo.org,landscapenature.pw,chromeba.net,learnsql.xyz,otobelgesel.com,ad4msan.win,mediasobytiya.com,lifelonglearning.kr,bambusmann.de,kkphm.com,haohaiyo.cc,51kkp.club,infot3chpro.com,gizchina.com,switch-xci.com,msguides.com,csonline2.net,airlive.net,anonyviet.com,arch2o.com,asianhobbyist.com,ask4movie.co,automobile-propre.com,barboflacmusic.com,bpmodyssee.com,bychico.net,celebsepna.com,civetta.tv,coursesdaddy.com,culture-informatique.net,dl-wordpress.com,dubs.top,famfonts.com,faq.ph,filesrom.com,firmwarex.net,freepreset.net,gamesmagnet.net,getfreecourses.me,girlxxx.org,gktoday.in,jimods.com,jimtechs.biz,jkmk.net,jppinto.com,keys4free.com,kitguru.net,learncpponline.com,lovehdwallpapers.com,ovagames.com,pcyardim.xyz,pesupdate.com,phonandroid.com,precitaj.si,programegratuitepc.com,resource-packs.de,rnbxclusive.top,rushtime.in,scat.gold,softhound.com,soskidkami.ru,streamxxx.tv,thefalse9.com,torjackan.info,torrentmafya.net,trickspremium.ga,tutsgalaxy.com,ucuzaucak.net,unblockedgamming.com,veezie.st,wallstreams.com,x265mkv.ws,z3x-team.com#@#.an-advert-banner
infokupedia.id,refoblog.xyz,chimicamo.org,landscapenature.pw,chromeba.net,learnsql.xyz,otobelgesel.com,ad4msan.win.mediasobytiya.com,lifelonglearning.kr,bambusmann.de,kkphm.com,haohaiyo.cc,51kkp.club,infot3chpro.com,gizchina.com,switch-xci.com,msguides.com,csonline2.net,airlive.net,anonyviet.com,arch2o.com,asianhobbyist.com,ask4movie.co,automobile-propre.com,barboflacmusic.com,bpmodyssee.com,bychico.net,celebsepna.com,civetta.tv,coursesdaddy.com,culture-informatique.net,dl-wordpress.com,dubs.top,famfonts.com,faq.ph,filesrom.com,firmwarex.net,freepreset.net,gamesmagnet.net,getfreecourses.me,girlxxx.org,gktoday.in,jimods.com,jimtechs.biz,jkmk.net,jppinto.com,keys4free.com,kitguru.net,learncpponline.com,lovehdwallpapers.com,ovagames.com,pcyardim.xyz,pesupdate.com,phonandroid.com,precitaj.si,programegratuitepc.com,resource-packs.de,rnbxclusive.top,rushtime.in,scat.gold,softhound.com,soskidkami.ru,streamxxx.tv,thefalse9.com,torjackan.info,torrentmafya.net,trickspremium.ga,tutsgalaxy.com,ucuzaucak.net,unblockedgamming.com,veezie.st,wallstreams.com,x265mkv.ws,z3x-team.com#@#.an-sponsored
!
!START: adtoniq
gelbooru.com,bigleaguepolitics.com,thegatewaypundit.com,flagandcross.com#%#//scriptlet("abort-on-property-read", "adtoniq")
gelbooru.com,thegatewaypundit.com,flagandcross.com$$script[tag-content="adtoniq_protect"]
! Temporary rule for apps, if adtoniq is not inline script
!+ PLATFORM(windows, mac, android)
bigleaguepolitics.com#%#AG_abortOnPropertyRead('adtoniq');
!
gelbooru.com,flagandcross.com#$#.pub_300x250.pub_300x250m.pub_728x90.text-ad.textAd.text_ad.text_ads.text-ads.text-ad-links {display:block!important;}
!END: adtoniq
!
!START: Popups - LocalStorage element abPopLastCall
hdzog.com,sss.xxx#@#.adsbox
@@||ads.exoclick.com/ads.js$domain=sss.xxx|hdzog.com
hdzog.com,sss.xxx#@#.advertisements
hdzog.com,sss.xxx#@#.adver
!END: Popups - LocalStorage element abPopLastCall
!
! https://github.com/AdguardTeam/AdguardFilters/issues/39928
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$empty,important,domain=godmods.com
! miniurl.pw
miniurl.pw#@#.ad-banner
miniurl.pw#@##ad-banner
miniurl.pw#%#AG_defineProperty('app_vars.force_disable_adblock', {value: "0"});
! https://github.com/AdguardTeam/AdguardFilters/issues/39877
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=amc.com
! https://github.com/AdguardTeam/AdguardFilters/issues/39828
iloveamritsar.in#@#.ad-banner
iloveamritsar.in#@##ad-banner
iloveamritsar.in#%#AG_defineProperty('app_vars.force_disable_adblock', {value: "0"});
! https://github.com/AdguardTeam/AdguardFilters/issues/39824
egovtjob.in#@#.ad-banner
egovtjob.in#@##ad-banner
egovtjob.in#%#AG_defineProperty('app_vars.force_disable_adblock', {value: "0"});
! https://github.com/AdguardTeam/AdguardFilters/issues/39819
trendgang.info#@#.ad-banner
trendgang.info#@##ad-banner
trendgang.info#%#AG_defineProperty('app_vars.force_disable_adblock', {value: "0"});
! https://github.com/AdguardTeam/AdguardFilters/issues/39708
webbro.online#@#.afs_ads
! https://github.com/AdguardTeam/AdguardFilters/issues/39528
@@||onlystream.tv/js/pop.js
onlystream.tv#%#AG_setConstant('xRds', 'false');
! https://github.com/AdguardTeam/AdguardFilters/issues/39745
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$empty,important,domain=download.shareappscrack.com
! https://github.com/AdguardTeam/AdguardFilters/issues/39675
embed.best#@#.afs_ads
! https://github.com/AdguardTeam/AdguardFilters/issues/39571
razorlink.us#%#//scriptlet("set-constant", "safelink.adblock", "false")
!+ PLATFORM(windows, mac, android)
razorlink.us#%#AG_defineProperty('safelink.adblock', { value: false }); AG_defineProperty('safelink.counter', { value: 0 });
! https://github.com/AdguardTeam/AdguardFilters/issues/39576
camera.aeonax.com#%#//scriptlet("set-constant", "window.frames.length", "18")
!+ PLATFORM(windows, mac, android)
camera.aeonax.com#%#AG_setConstant('window.frames.length', '18');
camera.aeonax.com#%#(function(){var c=window.setInterval;window.setInterval=function(f,g){return g===1e3&&/GetDownloadsPling/.test(f.toString())&&(g*=0.01),c.apply(this,arguments)}.bind(window)})();
! https://github.com/AdguardTeam/AdguardFilters/issues/39565
safelinkblog.com#%#//scriptlet("abort-current-inline-script", "document.createElement", "arlinablock")
!+ PLATFORM(windows, mac, android)
safelinkblog.com#%#AG_abortInlineScript(/arlinablock/, 'document.createElement');
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$empty,important,domain=safelinkblog.com
! https://github.com/AdguardTeam/AdguardFilters/issues/39555
hightech.web.id#%#//scriptlet("abort-current-inline-script", "document.getElementById", "adback")
hightech.web.id$$script[tag-content="adback_configuration"][min-length="100000"][max-length="360000"]
! https://github.com/AdguardTeam/AdguardFilters/issues/39553
@@||cdnjs.cloudflare.com/ajax/libs/fuckadblock/3.2.1/fuckadblock.min.js$domain=yungeblog.xyz
! https://github.com/AdguardTeam/AdguardFilters/issues/39508
@@||getfreebit.xyz/libs/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/39507
@@||techperiod.com/wp-content/cache/min/*/wp-content/themes/TechPeriod/js/ads-*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/39505
sendsurl.com#@#.ad-banner
sendsurl.com#@##ad-banner
sendsurl.com#%#AG_defineProperty('app_vars.force_disable_adblock', {value: "0"});
! https://github.com/AdguardTeam/AdguardFilters/issues/39614
geomica.com#@#.ad-banner
geomica.com#@##ad-banner
geomica.com#%#AG_defineProperty('app_vars.force_disable_adblock', {value: "0"});
! https://github.com/AdguardTeam/AdguardFilters/issues/39501
@@||turkdown.com/*/advertisement.js
turkdown.com#$##agzblocker-unit-id { display: block!important; }
turkdown.com#%#AG_setConstant('agzblocker.adsBlocked', 'noopFunc');
turkdown.com#%#AG_abortInlineScript(/bannerad/, 'document.getElementById');
! https://github.com/AdguardTeam/AdguardFilters/issues/39493
@@||adshorted.net/ads.js
adshorted.net#%#AG_defineProperty('app_vars.force_disable_adblock', {value: "0"});
! https://github.com/AdguardTeam/AdguardFilters/issues/39573
@@||ngantukberat.me/wp-content/plugins/*/assets/fuckadblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/39558
getlink.deadtoonsindia.net#@#.ad-banner
getlink.deadtoonsindia.net#@##ad-banner
getlink.deadtoonsindia.net#%#AG_defineProperty('app_vars.force_disable_adblock', {value: "0"});
! https://github.com/AdguardTeam/AdguardFilters/issues/39552
idzone.site#@#.ad-banner
idzone.site#@##ad-banner
idzone.site#%#AG_defineProperty('app_vars.force_disable_adblock', {value: "0"});
! https://github.com/AdguardTeam/AdguardFilters/issues/39498
creditcardrush.com#@##adWrap
creditcardrush.com#@#.adBanner
creditcardrush.com#$##adWrap { display: block!important; height: 1px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/39492
digitallearn.online#@#.ad-banner
digitallearn.online#@##ad-banner
digitallearn.online#%#AG_defineProperty('app_vars.force_disable_adblock', {value: "0"});
! https://github.com/AdguardTeam/AdguardFilters/issues/39443
@@||cruisin.me/community/js/wutime_adblock/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/39397
viralusablog.us#@##ad-banner
viralusablog.us#@#.ad-banner
! https://github.com/AdguardTeam/AdguardFilters/issues/39386
@@||prayersalltime.com/wp-content/plugins/*/assets/fuckadblock.js
@@||letsdownloads.com/wp-content/plugins/*/assets/fuckadblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/39378
bollyreveal.com#@#.ad-banner
bollyreveal.com#@##ad-banner
bollyreveal.com#%#AG_defineProperty('app_vars.force_disable_adblock', {value: "0"});
! https://github.com/AdguardTeam/AdguardFilters/issues/39140
itrum.net#%#AG_abortOnPropertyRead('XF.samAdBlockAction');
! https://github.com/AdguardTeam/AdguardFilters/issues/39213
myhdjav.info#@#.afs_ads
! https://github.com/AdguardTeam/AdguardFilters/issues/39065
||muhbayu.github.io/adBDetect/js/adbdetect.packed.js
! https://github.com/AdguardTeam/AdguardFilters/issues/39316
! https://github.com/AdguardTeam/AdguardFilters/issues/39322
@@/fuckadblock.js$domain=videoxseries.xyz|scenelife.org|piratulhd.com|hqq.tv|newhost.me
@@||cdn.jsdelivr.net/npm/videojs-contrib-ads/dist/videojs.ads.min.js$domain=videoxseries.xyz|scenelife.org|piratulhd.com|hqq.tv|newhost.me
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=videoxseries.xyz|scenelife.org|piratulhd.com|hqq.tv|newhost.me
newhost.me,videoxseries.xyz,scenelife.org,piratulhd.com,hqq.tv#%#//scriptlet("set-constant", "sadbl", "false")
newhost.me,videoxseries.xyz,scenelife.org,piratulhd.com,hqq.tv#%#//scriptlet("set-constant", "adblock", "true")
newhost.me,videoxseries.xyz,scenelife.org,piratulhd.com,hqq.tv#%#//scriptlet("set-constant", "adblock2", "true")
newhost.me,videoxseries.xyz,scenelife.org,piratulhd.com,hqq.tv#%#AG_setConstant('sadbl', 'false');
newhost.me,videoxseries.xyz,scenelife.org,piratulhd.com,hqq.tv#%#AG_setConstant('adblock', 'true');
newhost.me,videoxseries.xyz,scenelife.org,piratulhd.com,hqq.tv#%#AG_setConstant('adblock2', 'true');
! https://github.com/AdguardTeam/AdguardFilters/issues/39196
antdownloadmanager.com#@#.adv_td
! https://github.com/AdguardTeam/AdguardFilters/issues/39187
||cellz.io/dist/adblockF.js
! https://github.com/AdguardTeam/AdguardFilters/issues/39143
@@||binbox.io/adblock.js
binbox.io#%#AG_setConstant('weNeedAdsToKeepRunning', 'true');
! https://github.com/AdguardTeam/AdguardFilters/issues/38925
@@||newsteez.com/blog/wp-content/plugins/*/assets/fuckadblock.js
shrtfly.net#@#.ad-banner
shrtfly.net#@##ad-banner
shrtfly.net#%#AG_defineProperty('app_vars.force_disable_adblock', {value: "0"});
! https://github.com/AdguardTeam/AdguardFilters/issues/38854
besttechinfo.com#%#AG_setConstant('$tieE3', 'true');
! https://github.com/AdguardTeam/AdguardFilters/issues/39038
||satchel.rei.com/packages/adobe-target^
! https://github.com/AdguardTeam/AdguardFilters/issues/38961
@@||solve-all-problems.info/googleads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/38753
@@||egyanime.com/layout/js/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/38757
automobiledimension.com#$##adtura { height: 1px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/38562
pcgamer.com#%#AG_setConstant('handleHeaderError', 'noopFunc');
! https://github.com/AdguardTeam/AdguardFilters/issues/38632
parentingss.xyz#@##ad-banner
parentingss.xyz#@#.ad-banner
parentingss.xyz#$?#body > .ad-banner { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/38347
zoobeeg.com##.swal2-container
! https://github.com/AdguardTeam/AdguardFilters/issues/38701
bestjavporn.com#@#.afs_ads
! https://github.com/AdguardTeam/AdguardFilters/issues/38700
kastream.biz#@#.adsBox
kastream.biz#%#AG_abortOnPropertyRead('absda');
! https://github.com/AdguardTeam/AdguardFilters/issues/38693
@@||downmienphi.net/themes/uploadfly/frontend_assets/js/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/38651
cover-addict.com#%#AG_abortOnPropertyRead('downloadJSAtOnload');
||cdn.jsdelivr.net/gh/Arlina-Design/quasar@master/arlinablock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/38632
trendlouds.com#@#.ad-banner
trendlouds.com#@##ad-banner
trendlouds.com#%#AG_defineProperty('app_vars.force_disable_adblock', {value: "0"});
! https://github.com/AdguardTeam/AdguardFilters/issues/38625
@@||indianrailways.info/js/adblocker.js
! https://github.com/AdguardTeam/AdguardFilters/issues/38653
mysiterank.org#@#.ad-banner
mysiterank.org#@##ad-banner
mysiterank.org#%#AG_defineProperty('app_vars.force_disable_adblock', {value: "0"});
! https://github.com/AdguardTeam/AdguardFilters/issues/33497
autocar.co.uk#@#input[onclick^="window.open('http://www.FriendlyDuck.com/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/38555
bollyleague.com#@#.ad-banner
bollyleague.com#@##ad-banner
bollyleague.com#%#AG_defineProperty('app_vars.force_disable_adblock', {value: "0"});
! https://github.com/AdguardTeam/AdguardFilters/issues/38528
digitalcafez.com#@#.ad-banner
digitalcafez.com#@##ad-banner
digitalcafez.com#%#AG_defineProperty('app_vars.force_disable_adblock', {value: "0"});
! https://github.com/AdguardTeam/AdguardFilters/issues/38332
shotfly.in#@#.ad-banner
shotfly.in#@##ad-banner
shotfly.in#%#AG_defineProperty('app_vars.force_disable_adblock', {value: "0"});
! https://github.com/AdguardTeam/AdguardFilters/issues/38401
safemaru.blogspot.com###unblocker
! https://github.com/AdguardTeam/AdguardFilters/issues/32766
videogreen.gq#@#.afs_ads
! https://github.com/AdguardTeam/AdguardFilters/issues/38302
! https://github.com/AdguardTeam/AdguardFilters/issues/38290
smwebs.xyz#@#.ad-banner
smwebs.xyz#@##ad-banner
smwebs.xyz#%#AG_defineProperty('app_vars.force_disable_adblock', {value: "0"});
! https://github.com/AdguardTeam/AdguardFilters/issues/38289
@@||techkreative.xyz/wp-content/plugins/*/assets/fuckadblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/38270
@@||cdn.zillowtech.com/wp-content/plugins/better-adsmanager/js/advertising.min.js
zillowtech.com#%#AG_setConstant('better_ads_adblock', 'true');
! https://github.com/AdguardTeam/AdguardFilters/issues/38210
||wrixy.com/assets/antiAds-*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/38127
! https://github.com/AdguardTeam/AdguardFilters/issues/38148
||tsukie.com/js/guarder2.js
! https://github.com/AdguardTeam/AdguardFilters/issues/38135
@@||ams.cdn.arkadiumhosted.com/assets/*/display-ads-f.js
! https://github.com/AdguardTeam/AdguardFilters/issues/38156
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=wuxiaworld.com
wuxiaworld.com#%#AG_defineProperty('CHAPTER.adwallTag', {value: ""});
||pubads.g.doubleclick.net/gampad/ads?*Wuxia_Video_*www.wuxiaworld.com$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/,important
! https://github.com/AdguardTeam/AdguardFilters/issues/38117
! https://github.com/AdguardTeam/AdguardFilters/issues/38073
@@||cdnjs.cloudflare.com/ajax/libs/fuckadblock/3.2.1/fuckadblock.min.js$domain=marimo.me
! https://github.com/AdguardTeam/AdguardFilters/issues/38075
||tikvid.com/js/ba.js
! https://github.com/AdguardTeam/AdguardFilters/issues/37992
! https://github.com/AdguardTeam/AdguardFilters/issues/38049
||racedepartment.com/js/RD/blockDetect.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/38001
watch-jav-english.live#@#.afs_ads
! https://github.com/AdguardTeam/AdguardFilters/issues/38005
@@||solarmoviefree.ac/themes/v*/js/ads.js
solarmoviefree.ac#%#AG_setConstant('check_adblock', 'true');
! https://github.com/AdguardTeam/AdguardFilters/issues/37950
adbilty.me#@#.ad-banner
adbilty.me#@##ad-banner
adbilty.me#%#AG_defineProperty('app_vars.force_disable_adblock', {value: "0"});
! https://github.com/AdguardTeam/AdguardFilters/issues/37830
@@||ads.a-static.com/ads.js$domain=macupload.net
macupload.net#%#AG_setConstant('fabActive', 'false');
! https://github.com/AdguardTeam/AdguardFilters/issues/34558
@@||cnbc.com/staticContent/showads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/37853
adsafelink.net#@#.ad-banner
adsafelink.net#@##ad-banner
adsafelink.net#%#AG_defineProperty('app_vars.force_disable_adblock', {value: "0"});
! rbc.ru - fixing error (pt. 1 Another rules are in Russian filter)
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=autonews.ru|rbc.ru|sportrbc.ru
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=autonews.ru|rbc.ru|sportrbc.ru
@@||securepubads.g.doubleclick.net/gampad/ads?gdfp_req=1$domain=autonews.ru|rbc.ru|sportrbc.ru
autonews.ru,rbc.ru,sportrbc.ru#@#iframe[id^="google_ads_iframe"]
autonews.ru,rbc.ru,sportrbc.ru#@#div[id^="div-gpt-ad"]
autonews.ru,rbc.ru,sportrbc.ru#@#div[id^="google_ads_iframe_"]
autonews.ru,rbc.ru,sportrbc.ru#$#div[id^="div-gpt-ad"] { position: absolute!important; left: -3000px!important; }
autonews.ru,rbc.ru,sportrbc.ru#$#div[id^="google_ads_iframe_"] { position: absolute!important; left: -3000px!important; }
autonews.ru,rbc.ru,sportrbc.ru#$#iframe[id^="google_ads_iframe"] { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/37798
@@||v7player.wostreaming.net/ads.js
v7player.wostreaming.net#$##adblocker-test-ad { display: block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/37717
! https://github.com/AdguardTeam/AdguardFilters/issues/37685
@@||cdnjs.cloudflare.com/ajax/libs/fuckadblock/3.2.1/fuckadblock.min.js$domain=jyra.online
! https://github.com/AdguardTeam/AdguardFilters/issues/29454
@@/smarttag.js$~third-party,domain=rte.ie
@@/showads.$~third-party,domain=rte.ie
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=rte.ie
! https://github.com/AdguardTeam/AdguardFilters/issues/28337
! https://github.com/AdguardTeam/AdguardFilters/issues/37573
@@||fwlive.sonycrackle.com/ad/g/1|
! https://github.com/AdguardTeam/AdguardFilters/issues/37508
@@||mycastapp.*.amazonaws.com/assets/ads.js$domain=mycast.io
mycast.io#%#AG_abortInlineScript(/blocking_ads/, 'document.getElementById');
! https://github.com/AdguardTeam/AdguardFilters/issues/39122
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=player.tubia.com
@@||adservice.google.*/adsid/integrator.js$domain=player.tubia.com
! https://forum.adguard.com/index.php?threads/34088/
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=dl2f.com
dl2f.com#@#.adsbygoogle
dl2f.com#$#.adsbygoogle { height: 1px!important; }
dl2f.com###modal-adbmon-div
! https://github.com/AdguardTeam/AdguardFilters/issues/33975
conservativefiringline.com#$#body { display: block!important; }
!+ NOT_PLATFORM(ios, ext_android_cb, ext_safari)
||conservativefiringline.com/*/*.jpg$script
! https://github.com/AdguardTeam/AdguardFilters/issues/37450
filmandseries.com#@#.adsBox
! abs-cbn.com - adblock detection
abs-cbn.com#@#.adsbox
! https://github.com/AdguardTeam/AdguardFilters/issues/34707
@@||tiz-cycling.racing/adsbygoogle.js
! https://github.com/AdguardTeam/AdguardFilters/issues/35648
@@||nosteam.ro/notcaptcha/messages.js
! warscrap.io
||warscrap.io/js/libs/blockadblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/37340
! https://github.com/AdguardTeam/AdguardFilters/issues/35670
kitploit.com#%#AG_abortOnPropertyRead('adB');
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$empty,important,domain=kitploit.com
! veedi.com
@@||veedi.com/*/js/ads/advert.js
! https://github.com/AdguardTeam/AdguardFilters/issues/37214
@@||v.fwmrm.net/ad/g/1$domain=uktvplay.uktv.co.uk
! https://github.com/AdguardTeam/AdguardFilters/issues/37196
@@||9anime.vip/assets/js/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/36748
24hd.club#@#.afs_ads
! https://github.com/AdguardTeam/AdguardFilters/issues/36573
@@||mac2sell.net/js/ads/advert.js
! https://github.com/AdguardTeam/AdguardFilters/issues/35411
! https://github.com/AdguardTeam/AdguardFilters/issues/37070
myphotolikes.com#@#.adsbygoogle
myphotolikes.com#$#.adsbygoogle { display: block!important; position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/37030
! https://github.com/AdguardTeam/AdguardFilters/issues/36960
bitco.world#%#AG_abortOnPropertyRead('adBlockDetected');
! desirecourse.net
@@||desirecourse.net/wp-content/*/themes/jannah/assets/js/advertisement-*.js
! british-birdsongs.uk
british-birdsongs.uk#%#(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/35828
! https://github.com/AdguardTeam/AdguardFilters/issues/36684
! https://github.com/AdguardTeam/AdguardFilters/issues/36749
! https://github.com/AdguardTeam/AdguardFilters/issues/36760
@@||bc.vc/fly/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/35663
uwatchfreetv.cf,vanlongstream.com#@#.afs_ads
! https://github.com/AdguardTeam/AdguardFilters/issues/32896
@@||mediaite.com/*/adsbygoogle.js
! mstream.cloud
@@||statics.mystream.to/pop.js
mstream.cloud#%#AG_setConstant('cRads', 'true');
! https://github.com/AdguardTeam/AdguardFilters/issues/36921
! https://github.com/AdguardTeam/AdguardFilters/issues/36653
! https://github.com/AdguardTeam/AdguardFilters/issues/36642
! https://github.com/AdguardTeam/AdguardFilters/issues/36619
! https://github.com/AdguardTeam/AdguardFilters/issues/33545
@@/js/ads.$script,domain=verifyemailaddress.io
! https://github.com/AdguardTeam/AdguardFilters/issues/35873
embed.media#@#.afs_ads
! https://github.com/AdguardTeam/AdguardFilters/issues/35591
janjua.tv#@#.adBanner
janjua.tv#$##blockeddiv { height: 1px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/36324
camhub.cc,camhub.world#%#AG_defineProperty('flashvars.protect_block', {value: ""});
camhub.cc,camhub.world#@#.ads-iframe
@@||camhub.cc/player/player_ads.html
@@||camhub.world/player/player_ads.html
! https://github.com/AdguardTeam/AdguardFilters/issues/36317
! https://github.com/AdguardTeam/AdguardFilters/issues/35900
! https://github.com/AdguardTeam/AdguardFilters/issues/35883
uiz.io#@#.myTestAd
! https://github.com/AdguardTeam/AdguardFilters/issues/35779
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$empty,important,domain=trackr.fr
! https://github.com/AdguardTeam/AdguardFilters/issues/36380
! 'absda'
imgdawgknuttz.com,0123movies.su#@#.adsBox
imgdawgknuttz.com,0123movies.su#%#//scriptlet("set-constant", "absda", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/39994
adbl.me#@#.ad-banner
adbl.me#@##ad-banner
! https://github.com/AdguardTeam/AdguardFilters/issues/35840
! mylink.li
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$empty,important,domain=mylink.li
! https://github.com/AdguardTeam/AdguardFilters/issues/35608
! https://github.com/AdguardTeam/AdguardFilters/issues/35557
! https://forum.adguard.com/index.php?threads/myhackingworld-com-adblock-message.33627/
myhackingworld.com#@#.an-sponsored
myhackingworld.com#@#.an-advert-banner
myhackingworld.com#@##adsense
! userscloud.com - limited speed
userscloud.com#@#.adsbox
! https://github.com/AdguardTeam/AdguardFilters/issues/36122
@@||hargahpmu.com/wp-content/plugins/*/assets/fuckadblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/36217
! breaks cookie settings on https://github.com/AdguardTeam/AdguardFilters/issues/38663
! ||sourcepoint.mgr.consensu.org^
! https://github.com/AdguardTeam/AdguardFilters/issues/36225
clx.icu#@##ad-banner
clx.icu#@#.ad-banner
! https://github.com/AdguardTeam/AdguardFilters/issues/36152
@@||ijobanana.xyz^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/36108
||ask4movie.co/wp-content/cache/minify/7f26c.js
! https://github.com/AdguardTeam/AdguardFilters/issues/36036
nekopoi.care#%#AG_setConstant('popjs', 'noopFunc');
! https://github.com/AdguardTeam/AdguardFilters/issues/35714
sinagritbabasworkshop.com##body > #mbd1
! https://github.com/AdguardTeam/AdguardFilters/issues/32134
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=di.fm
! https://github.com/AdguardTeam/AdguardFilters/issues/35674
@@||newser.com/javascript/*/adblock.js
! mylink.how
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=mylink.how|mylink.how
! rulu.co
@@||rulu.co/*.php$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/35139
ebates.ca#@#.google-ads
! https://github.com/AdguardTeam/AdguardFilters/issues/31904
||pubads.g.doubleclick.net/gampad/live/ads?correlator=$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/
@@||gvt1.com/videoplayback/id/*/source/gfp_video_ads/*/file.mp4$domain=rx.iscdn.net
@@||pubads.g.doubleclick.net/gampad/live/ads?correlator=$domain=rx.iscdn.net
! https://github.com/AdguardTeam/AdguardFilters/issues/38924
! https://github.com/AdguardTeam/AdguardFilters/issues/36992
! https://github.com/AdguardTeam/AdguardFilters/issues/35452
linksht.com$$script[tag-content="div.adCreator"][max-length="2000"]
linksht.com#%#//scriptlet("prevent-setTimeout", "_0x")
! https://github.com/AdguardTeam/AdguardFilters/issues/35404
! https://forum.adguard.com/index.php?threads/hanime-tv-cant-intercept.33106/
@@||htvassets.club/images/partners^
! https://github.com/AdguardTeam/AdguardFilters/issues/35406
! https://github.com/AdguardTeam/AdguardFilters/issues/35292
! https://github.com/AdguardTeam/AdguardFilters/issues/35273
! https://github.com/AdguardTeam/AdguardFilters/issues/35235
! https://github.com/AdguardTeam/AdguardFilters/issues/35360
short.pe#@#.adsBox
! https://github.com/AdguardTeam/AdguardFilters/issues/35294
@@||techsighter.com/js/siropu/am/ads.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/35284
@@||217.172.189.161/googlead.js
@@||217.182.196.136/googlead.js
! https://github.com/AdguardTeam/AdguardFilters/issues/35212
! meeplegamers.com - overlay
meeplegamers.com#@#.afs_ads
! https://github.com/AdguardTeam/AdguardFilters/issues/34066
flashplayer.fullstacks.net#%#AG_setConstant('gadb', 'false');
||pagead2.googlesyndication.com/pagead/show_ads.js$empty,important,domain=flashplayer.fullstacks.net
! https://github.com/AdguardTeam/AdguardFilters/issues/35163
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$empty,important,domain=free-mp3-download.net
! https://github.com/AdguardTeam/AdguardFilters/issues/35174
wupfile.com#@#.adsBox
! https://github.com/AdguardTeam/AdguardFilters/issues/35157
smallseotools.com#$?#.adsbygoogle { remove: true; }
smallseotools.com#%#AG_setConstant('adblock', 'false');
smallseotools.com#%#AG_setConstant('adblock2', 'false');
smallseotools.com#%#AG_setConstant('adblockF', 'false');
smallseotools.com#%#AG_setConstant('isAdBlockActive', 'false');
! https://github.com/AdguardTeam/AdguardFilters/issues/35169
nextgenupdate.com#%#AG_setConstant('canRunAds', 'true');
@@||nextgenupdate.com/js/showads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/35119
chuksguide.com#%#AG_setConstant('ai_adb_detected', 'noopFunc');
chuksguide.com##body > div[style^="position: fixed; top:"][style*="z-index: 9999"]:not([class]):not([id])
! https://github.com/AdguardTeam/AdguardFilters/issues/35141
! https://github.com/AdguardTeam/AdguardFilters/issues/35129
official-kmspico.com#%#AG_setConstant('$tieE3', 'true');
@@||official-kmspico.com/wp-content/*/wp-content/themes/jannah/assets/js/advertisement-*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/35055
! https://github.com/AdguardTeam/AdguardFilters/issues/35068
helis.com#$##ablockercheck { display: block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/35098
moviemaniac.org#@#.afs_ads
! https://github.com/AdguardTeam/AdguardFilters/issues/34993
! https://github.com/AdguardTeam/AdguardFilters/issues/35007
! https://github.com/AdguardTeam/AdguardFilters/issues/34998
gametop.com#%#AG_onLoad(function() { var el=document.body; var ce=document.createElement('div'); if(el) { el.appendChild(ce); ce.setAttribute("id", "aswift_0_expand"); } });
! https://github.com/AdguardTeam/AdguardFilters/issues/35027
||imggram.org/js/ba.js
! https://github.com/AdguardTeam/AdguardFilters/issues/30536
@@||cdnjs.cloudflare.com/ajax/libs/fuckadblock/3.2.1/fuckadblock.min.js$domain=wikiall.org
! https://github.com/AdguardTeam/AdguardFilters/issues/35060
! https://github.com/AdguardTeam/AdguardFilters/issues/34990
@@||surfsees.com/wp-content/plugins/clickarsf/assets/fuckadblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/34987
macrotrends.net#%#AG_abortInlineScript(/removeCookie/, 'atob');
macrotrends.net$$script[tag-content="removeCookie"][min-length="8000"][max-length="20000"]
! https://github.com/AdguardTeam/AdguardFilters/issues/34958
! https://github.com/AdguardTeam/AdguardFilters/issues/34941
! https://github.com/AdguardTeam/AdguardFilters/issues/34932
undeniable.info#%#AG_abortInlineScript(/testadblock/, 'document.getElementById');
@@||undeniable.info/pz/wiki/showads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/34931
myabandonware.com#%#AG_setConstant('canRunAds', 'true');
@@||myabandonware.com/media/js/showads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/34918
win10.vn#%#AG_abortInlineScript(/\|kcolbdakcolb\|/, 'document.addEventListener');
! https://github.com/AdguardTeam/AdguardFilters/issues/34853
@@||tinyhomebuilders.com/scripts/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/34884
! https://github.com/AdguardTeam/AdguardFilters/issues/39858
! https://github.com/AdguardTeam/AdguardFilters/issues/37706
! https://github.com/AdguardTeam/AdguardFilters/issues/34877
@@||dreamdth.com/*/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/34878
! https://forum.adguard.com/index.php?threads/speed4up-com.32807/
! https://github.com/AdguardTeam/AdguardFilters/issues/34873
@@||cdn.vup.to/js/pop.js
vup.to#%#AG_setConstant('cRAds', 'true');
! https://github.com/AdguardTeam/AdguardFilters/issues/34854
! https://github.com/AdguardTeam/AdguardFilters/issues/34832
! https://github.com/AdguardTeam/AdguardFilters/issues/34787
! https://github.com/AdguardTeam/AdguardFilters/issues/34737
! https://github.com/AdguardTeam/AdguardFilters/issues/34742
! https://github.com/AdguardTeam/AdguardFilters/issues/34725
! https://github.com/AdguardTeam/AdguardFilters/issues/34732
@@||freeupload.info/assets/js/advertisement.js$domain=fstore.biz
fstore.biz#@##bannerad
! https://github.com/AdguardTeam/AdguardFilters/issues/34664
! https://github.com/AdguardTeam/AdguardFilters/issues/34703
ddlflix.com#%#AG_abortInlineScript(/\|kcolbdakcolb\|/, 'document.addEventListener');
! https://github.com/AdguardTeam/AdguardFilters/issues/34653
! https://github.com/AdguardTeam/AdguardFilters/issues/34663
! https://github.com/AdguardTeam/AdguardFilters/issues/34595
! https://github.com/AdguardTeam/AdguardFilters/issues/34569
! https://github.com/AdguardTeam/AdguardFilters/issues/34535
! bestfitnesstips.club
! https://github.com/AdguardTeam/AdguardFilters/issues/34497
! https://github.com/AdguardTeam/AdguardFilters/issues/34484
! https://github.com/AdguardTeam/AdguardFilters/issues/34464
! https://github.com/AdguardTeam/AdguardFilters/issues/34429
@@||satellite-calculations.com/ads.js
satellite-calculations.com#%#AG_setConstant('blck_enabled', 'false');
! yepi.com
yepi.com##.wgAdBlockMessage
! https://github.com/AdguardTeam/AdguardFilters/issues/34384
! https://github.com/AdguardTeam/AdguardFilters/issues/34399
! komiupdates.xyz
! https://github.com/AdguardTeam/AdguardFilters/issues/34311
! https://github.com/AdguardTeam/AdguardFilters/issues/34288
! https://github.com/AdguardTeam/AdguardFilters/issues/34338
! https://github.com/AdguardTeam/AdguardFilters/issues/34224
! https://github.com/AdguardTeam/AdguardFilters/issues/34211
! https://github.com/AdguardTeam/AdguardFilters/issues/34196
! https://github.com/AdguardTeam/AdguardFilters/issues/34176
! https://github.com/AdguardTeam/AdguardFilters/issues/34175
@@||cdnjs.cloudflare.com/ajax/libs/fuckadblock/3.2.1/fuckadblock.min.js$domain=pitbullofficial.com
! https://github.com/AdguardTeam/AdguardFilters/issues/34026
@@/js/ads.js$domain=nutraceuticalsworld.com
! https://github.com/AdguardTeam/AdguardFilters/issues/34110
! https://github.com/AdguardTeam/AdguardFilters/issues/34083
@@||freevpn4you.net/ads/*.png
freevpn4you.net#$##adbanner { display: block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/34116
||pasty.link/javascript/js.js$replace=/(function (thatEnjoyment)\(\)\{)[\s\S]*?(}function)/\$1return true;\$3/
pasty.link#%#AG_onLoad(function() { window.thatEnjoyment = function() { return true; }; });
pasty.link#$##adsense2 { display: block!important; position: absolute!important; left: -3000px!important; }
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=pasty.link
pasty.link#%#AG_onLoad(function() { var el=document.querySelector(".adsbygoogle"),ce=document.createElement("iframe");ce.style="width: 0px !important; border: none !important;";el&&el.appendChild(ce);var eli=document.querySelector(".adsbygoogle iframe");eli&&eli.contentWindow.document.body.appendChild(ce); });
@@||pasty.link^$content
! https://github.com/AdguardTeam/AdguardFilters/issues/33986
gamekit.com#$#.ad.ads.adBanner { display: block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/33883
! https://github.com/AdguardTeam/AdguardFilters/issues/34028
! https://github.com/AdguardTeam/AdguardFilters/issues/33994
! https://github.com/AdguardTeam/AdguardFilters/issues/34002
! https://github.com/AdguardTeam/AdguardFilters/issues/33993
!+ PLATFORM(windows, mac, android)
||run-syndicate.com^$empty,important,domain=vev.io
!+ PLATFORM(windows, mac, android)
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$empty,important,domain=vev.io
! https://github.com/AdguardTeam/AdguardFilters/issues/33938
mm9841.com#@#.afs_ads
! https://github.com/AdguardTeam/AdguardFilters/issues/33924
excelviewer.herokuapp.com#%#AG_setConstant('gadb', 'false');
||pagead2.googlesyndication.com/pagead/show_ads.js$empty,important,domain=excelviewer.herokuapp.com
! https://github.com/AdguardTeam/AdguardFilters/issues/33908
! https://github.com/AdguardTeam/AdguardFilters/issues/33863
! https://github.com/AdguardTeam/AdguardFilters/issues/33861
namemc.com#%#AG_abortInlineScript(/Object\.defineProperties\?Object\.defineProperty:function/, 'navigator');
namemc.com$$script[tag-content="Object.defineProperties?Object.defineProperty:function"][max-length="120000"]
! https://github.com/AdguardTeam/AdguardFilters/issues/33837
manyak.info$$script[tag-content="[][(![]+[])[+[]]"][min-length="15000"][max-length="25000"]
! https://github.com/AdguardTeam/AdguardFilters/issues/33870
123link.biz#%#AG_abortOnPropertyRead('showAdsBlock');
! https://github.com/AdguardTeam/AdguardFilters/issues/33932
! https://forum.adguard.com/index.php?threads/hanime-tv-unable-to-block.32296/
hanime.tv#@#.ad-content-area
hanime.tv#@#.vertical-ad
hanime.tv#$#.htv-video-player > iframe { display:block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/33857
! insurance-info.us
@@||insurance-info.us/src/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/33824
! https://github.com/AdguardTeam/AdguardFilters/issues/33743
@@||spinbot.com/js/showads.js
@@||spinbot.com/js/adsbygoogle.js
! https://github.com/AdguardTeam/AdguardFilters/issues/33760
thelibertydaily.com#$#body { display: block!important; }
!+ NOT_PLATFORM(ios, ext_android_cb, ext_safari)
||thelibertydaily.com/*/*.jpg$script
! https://github.com/AdguardTeam/AdguardFilters/issues/33719
@@/js/adframe.js$domain=beelink.in
beelink.in#%#AG_setConstant('adblockEnabled', 'false');
! https://github.com/AdguardTeam/AdguardFilters/issues/33671
worder.cat#%#AG_setConstant('aben', 'false');
! https://github.com/AdguardTeam/AdguardFilters/issues/33795
@@||ratemyteachers.com/ads.js
ratemyteachers.com#%#AG_abortInlineScript(/whitelist/, 'document.getElementById');
! https://github.com/AdguardTeam/AdguardFilters/issues/33678
! https://github.com/AdguardTeam/AdguardFilters/issues/33653
! https://github.com/AdguardTeam/AdguardFilters/issues/33657
! link-to.net
! skycloud-exploit.weebly.com
! https://github.com/AdguardTeam/AdguardFilters/issues/33656
! https://github.com/AdguardTeam/AdguardFilters/issues/33609
! https://github.com/AdguardTeam/AdguardFilters/issues/33515
@@||web2.0calc.com/js/ads.js
web2.0calc.com#%#AG_setConstant('doads', 'true');
! https://github.com/AdguardTeam/AdguardFilters/issues/33511
! https://github.com/AdguardTeam/AdguardFilters/issues/33423
antiadblockscript.com#@#.ad_box
! https://github.com/AdguardTeam/AdguardFilters/issues/33484
! https://github.com/AdguardTeam/AdguardFilters/issues/33489
! https://github.com/AdguardTeam/AdguardFilters/issues/33476
! https://github.com/AdguardTeam/AdguardFilters/issues/33487
! https://github.com/AdguardTeam/AdguardFilters/issues/33475
!+ NOT_PLATFORM(ext_ff, ext_opera)
vidlox.me#%#AG_setConstant('adb', '0');
! https://github.com/AdguardTeam/AdguardFilters/issues/33472
! https://github.com/AdguardTeam/AdguardFilters/issues/33446
duplichecker.com#%#(function(){var b=window.setTimeout;window.setTimeout=function(a,c){if(!/"\.adsbygoogle"/.test(a.toString()))return b(a,c)};})();
! https://github.com/AdguardTeam/AdguardFilters/issues/33433
! https://github.com/AdguardTeam/AdguardFilters/issues/33341
! https://github.com/AdguardTeam/AdguardFilters/issues/33321
! https://github.com/AdguardTeam/AdguardFilters/issues/33348
! https://github.com/AdguardTeam/AdguardFilters/issues/33373
! https://github.com/AdguardTeam/AdguardFilters/issues/33322
dmntsf.net#%#AG_setConstant('canRunAds', 'true');
@@||dmntsf.net/wp-content/plugins/dh-anti-adblocker/assets/js/showads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/33351
! https://github.com/AdguardTeam/AdguardFilters/issues/33362
cyfostreams.com###blockblockA
@@||cyfostreams.com/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/33318
! https://github.com/AdguardTeam/AdguardFilters/issues/33055
! https://github.com/AdguardTeam/AdguardFilters/issues/33303
! https://github.com/AdguardTeam/AdguardFilters/issues/35313
freetuts.download#%#AG_setConstant('adblock_is_adsense', '0');
@@||freetuts.download/wp-content/*plugins/adblock-monetizer/js/ads*.js
freetuts.download#$#.redirect-message > button { display: inline-block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/33270
! https://github.com/AdguardTeam/AdguardFilters/issues/33278
! https://github.com/AdguardTeam/AdguardFilters/issues/33276
megaxz.com#%#(function(){var b=window.addEventListener;window.addEventListener=function(c,a,d){if(a&&-1==a.toString().indexOf("adblocker"))return b(c,a,d)}.bind(window)})();
! https://github.com/AdguardTeam/AdguardFilters/issues/33259
nonsensediamond.website#%#(function(){var b=window.setInterval;window.setInterval=function(a,c){if(!/.\.display=='hidden'[\s\S]*?.\.visibility=='none'/.test(a.toString()))return b(a,c)}.bind(window)})();
! https://github.com/AdguardTeam/AdguardFilters/issues/33258
! https://github.com/AdguardTeam/AdguardFilters/issues/33216
! https://github.com/AdguardTeam/AdguardFilters/issues/34363
! https://forum.adguard.com/index.php?threads/freepsdvn-com.31748/
@@||freepsdvn.com/wp-content/themes/mts_sense/js/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/31759
@@||xcafe.com/*/advertisement.jsf
! https://github.com/AdguardTeam/AdguardFilters/issues/33117
! https://github.com/AdguardTeam/AdguardFilters/issues/33118
! https://github.com/AdguardTeam/AdguardFilters/issues/33125
! https://github.com/AdguardTeam/AdguardFilters/issues/33167
! https://github.com/AdguardTeam/AdguardFilters/issues/33106
! https://github.com/AdguardTeam/AdguardFilters/issues/33058
! https://github.com/AdguardTeam/AdguardFilters/issues/33025
@@||uploadship.com/themes/pro/frontend_assets/js/advertisement.js
uploadship.com#%#AG_abortInlineScript(/"adblockinfo"/, 'document.getElementById');
! https://github.com/AdguardTeam/AdguardFilters/issues/33008
! https://github.com/AdguardTeam/AdguardFilters/issues/33031
! https://github.com/AdguardTeam/AdguardFilters/issues/33028
! https://github.com/AdguardTeam/AdguardFilters/issues/32994
! https://github.com/AdguardTeam/AdguardFilters/issues/37324
! https://github.com/AdguardTeam/AdguardFilters/issues/32993
@@||xenforo.pk/js/wutime_adblock/ads.js
@@||xenforo.pk/js/siropu/am/ads.min.js
@@||xenforo.pk/js/SvgAdblockDetected/advertising.js
! https://github.com/AdguardTeam/AdguardFilters/issues/32918
@@||s.jsrdn.com/s/1.js$domain=lcpdfr.com
@@||g17media.com/detect.html$domain=lcpdfr.com
! https://github.com/AdguardTeam/AdguardFilters/issues/32925 - fixing openload fullscreen button
@@/advert3.js|$~third-party,domain=videoxseries.xyz|oload.vip|piratulhd.com|scenelife.org|hqq.tv|oload.best|oload.network|oload.biz|oload.website|oload.xyz|openload.cz|oload.press|oload.life|oload.services|oladblock.me|oladblock.xyz|oladblock.services|oload.space|oload.live|openload.co|openload.pw|oload.fun|oload.icu|oload.cloud|oload.download|oload.stream|oload.info|oload.club
! oload.life,oload.services,oladblock.me,oladblock.xyz,oladblock.services,oload.space,oload.live,oload.club,openload.co,oload.fun,oload.icu,oload.cloud,oload.download,oload.stream,oload.info#%#AG_setConstant('sadbl', 'false');
! https://github.com/AdguardTeam/AdguardFilters/issues/32806
@@||rjiblog.org/advertisement.js
! merdekaid.online,shtu.pro - antiadblock
@@||merdekaid.online^$generichide
@@||shtu.pro^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/32767
! https://github.com/AdguardTeam/AdguardFilters/issues/32813
teachertube.com#%#AG_abortInlineScript(/\|kcolbdakcolb\|/, 'document.addEventListener');
! https://github.com/AdguardTeam/AdguardFilters/issues/32784
! https://github.com/AdguardTeam/AdguardFilters/issues/32896
@@||mediaite.com/adbait/adsbygoogle.js
! https://github.com/AdguardTeam/AdguardFilters/issues/31731
! https://github.com/AdguardTeam/AdguardFilters/issues/32871
mifirm.net#%#AG_abortInlineScript(/load|unload/, 'window.addEventListener');
! https://github.com/AdguardTeam/AdguardFilters/issues/32722
! https://github.com/AdguardTeam/AdguardFilters/issues/32685
onle.co#@#.adsBox
onle.co#$#.center-captcha.hidden { display: block!important; visibility: visible!important; }
onle.co#$#.btn-danger[title^="Please disable AdBlocker"] { display: none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/32697
! https://github.com/AdguardTeam/AdguardFilters/issues/32580
! https://github.com/AdguardTeam/AdguardFilters/issues/32672
! https://github.com/AdguardTeam/AdguardFilters/issues/32582
! https://github.com/AdguardTeam/AdguardFilters/issues/32591
! gadget-freakz.com#%#//scriptlet("set-constant", "ai_adb_detected", "noopFunc")
gadget-freakz.com#%#AG_setConstant('ai_adb_detected', 'noopFunc');
gadget-freakz.com##body > div[style^="position: fixed; top:"][style*="z-index: 9999"]:not([class]):not([id])
! https://github.com/AdguardTeam/AdguardFilters/issues/32614
@@||febbit.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/32586
software-on.com#%#(function(){var b=window.setInterval;window.setInterval=function(a,c){if(!/e\.display=='hidden'[\s\S]*?e\.visibility=='none'/.test(a.toString()))return b(a,c)}.bind(window)})();
@@||software-on.com/wp-content/plugins/angwp2/assets/dev/js/advertising.js
! https://github.com/AdguardTeam/AdguardFilters/issues/32581
@@||reactiongaming.us/community/js/siropu/am/ads.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/32547
! https://github.com/AdguardTeam/AdguardFilters/issues/32554
@@||australianfrequentflyer.com.au/community/js/siropu/am/ads.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/32526
! https://github.com/AdguardTeam/AdguardFilters/issues/32497
! https://github.com/AdguardTeam/AdguardFilters/issues/32490
! https://github.com/AdguardTeam/AdguardFilters/issues/32479
! https://github.com/AdguardTeam/AdguardFilters/issues/32460
@@||cdnjs.cloudflare.com/ajax/libs/fuckadblock/3.2.1/fuckadblock.min.js$domain=memoryhackers.org
! https://github.com/AdguardTeam/AdguardFilters/issues/32458
@@||topserialy.to/js/advertisements.js$domain=topserialy.to
! https://github.com/AdguardTeam/AdguardFilters/issues/32447
! https://github.com/AdguardTeam/AdguardFilters/issues/32444
@@||nohat.cc/*/advertisement.js
nohat.cc#%#AG_setConstant('adblock', '1');
! https://github.com/AdguardTeam/AdguardFilters/issues/32432
! https://github.com/AdguardTeam/AdguardFilters/issues/32385
@@||netlify.com/js/adsbygoogle.js$domain=duellinksmeta.com
duellinksmeta.com#%#AG_setConstant('aadb', 'false');
! https://github.com/AdguardTeam/AdguardFilters/issues/32324
dausel.co#@#.adsBox
dausel.co#$#.center-captcha.hidden { display: block!important; visibility: visible!important; }
dausel.co#$#.btn-danger[title^="Please disable AdBlocker"] { display: none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/32340
! https://github.com/AdguardTeam/AdguardFilters/issues/32260
tucson.com#$#body { overflow: visible!important; }
tucson.com#$#.fc-ab-root { display: none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/31679
uii.io#@#.adsBox
! https://github.com/AdguardTeam/AdguardFilters/issues/31213
@@||sportsplays.com/ads/ad.html$~third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/32197
springfieldspringfield.co.uk#@#.afs_ads
! https://github.com/AdguardTeam/AdguardFilters/issues/32291
javaguides.net#@#.vertical-ads
! https://github.com/AdguardTeam/AdguardFilters/issues/32131
! https://github.com/AdguardTeam/AdguardFilters/issues/32216
! https://github.com/AdguardTeam/AdguardFilters/issues/32189
! https://github.com/AdguardTeam/AdguardFilters/issues/32185
strikeout.co,vipleague.pw,vipleague.cc,vipbox.im,vipleague.bz#$#.embed-responsive > .position-absolute { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/32016
! veuclips.com - antiadblock
! https://github.com/AdguardTeam/AdguardFilters/issues/32108
! https://github.com/AdguardTeam/AdguardFilters/issues/32088
forum.islup.online#@#.adsbygoogle
forum.islup.online#$#body .adsbygoogle { display: block!important; position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/32090
@@||watchfree.su/themes/*/js/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/31983
! https://github.com/AdguardTeam/AdguardFilters/issues/31977
@@||zikjkh4d.site/js/adpop.js
zikjkh4d.site#%#AG_setConstant('adsShowPopup1', 'true');
! https://github.com/AdguardTeam/AdguardFilters/issues/31892
! https://github.com/AdguardTeam/AdguardFilters/issues/31888
rmdown.com#$#table.container td[bgcolor="white"] > a[href][target="_blank"] { position: absolute!important; left: -3000px!important; }
rmdown.com#$#table.container td[bgcolor="white"] > a[href][target="_blank"] > img { height: 1px!important; display: block!important; }
@@||rmdown.com/ads.js
rmdown.com###foo1ter
rmdown.com#%#AG_setConstant('ert6j', 'false');
rmdown.com#%#AG_onLoad(function() { window.dpos = function() {}; });
! https://github.com/AdguardTeam/AdguardFilters/issues/31926
! https://github.com/AdguardTeam/AdguardFilters/issues/31839
ftuforum.com#%#AG_abortInlineScript(/\|kcolbdakcolb\|/, 'document.addEventListener');
! https://github.com/AdguardTeam/AdguardFilters/issues/31832
! https://github.com/AdguardTeam/AdguardFilters/issues/31871
mmacore.tv#$#.adsbygoogle { height: 1px!important; display: block!important; }
mmacore.tv#@#.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/31840
! https://github.com/AdguardTeam/AdguardFilters/issues/31518
clik.pw#@#.adsBox
! https://github.com/AdguardTeam/AdguardFilters/issues/31745
! https://github.com/AdguardTeam/AdguardFilters/issues/31740
! https://github.com/AdguardTeam/AdguardFilters/issues/31714
! https://github.com/AdguardTeam/AdguardFilters/issues/31700
@@||modd.io/showads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/31702
dotpelangi.xyz#@##adsense
! https://github.com/AdguardTeam/AdguardFilters/issues/31600
freemcserver.net#%#(function(){var b=window.setTimeout;window.setTimeout=function(a,c){if(!/\/site\/adblock/.test(a.toString()))return b(a,c)};})();
! https://github.com/AdguardTeam/AdguardFilters/issues/31498
! https://github.com/AdguardTeam/AdguardFilters/issues/31475
! https://github.com/AdguardTeam/AdguardFilters/issues/31400
! https://github.com/AdguardTeam/AdguardFilters/issues/31385
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$empty,important,domain=mylink.love
! https://github.com/AdguardTeam/AdguardFilters/issues/31383
! https://github.com/AdguardTeam/AdguardFilters/issues/31375
! https://github.com/AdguardTeam/AdguardFilters/issues/31351
! https://github.com/AdguardTeam/AdguardFilters/issues/26283
justjared.com$$script[tag-content="pub_300x250m"][max-length="14000"]
justjared.com#%#AG_abortInlineScript(/getAttribute\(\"abp\"\)/, 'document.readyState');
! https://github.com/AdguardTeam/AdguardFilters/issues/31304
@@||watch32hd.org/ads_*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/31276
! https://github.com/AdguardTeam/AdguardFilters/issues/31258
! https://github.com/AdguardTeam/AdguardFilters/issues/31099
! https://github.com/AdguardTeam/AdguardFilters/issues/31274
lookmovie.ag#@#.adBanner
! https://github.com/AdguardTeam/AdguardFilters/issues/31193
! https://github.com/AdguardTeam/AdguardFilters/issues/31182
! https://github.com/AdguardTeam/AdguardFilters/issues/31195
gplcanyon.com##body > div[style^="position: fixed; top:"][style*="z-index: 9999"]:not([class]):not([id])
gplcanyon.com#%#AG_setConstant('ai_adb_detected', 'noopFunc');
! https://github.com/AdguardTeam/AdguardFilters/issues/31174
! https://github.com/AdguardTeam/AdguardFilters/issues/31157
! https://github.com/AdguardTeam/AdguardFilters/issues/31126
! https://github.com/AdguardTeam/AdguardFilters/issues/31091
! https://github.com/AdguardTeam/AdguardFilters/issues/31050
memoryhackers.org#@#.pub_300x250
! https://github.com/AdguardTeam/AdguardFilters/issues/31145
! https://github.com/AdguardTeam/AdguardFilters/issues/31069
@@||5d3e9.v.fwmrm.net/crossdomain.xml$domain=viafree.no
! https://github.com/AdguardTeam/AdguardFilters/issues/31052
pornbimbo.com#%#AG_defineProperty('flashvars.protect_block', {value: ""});
! https://github.com/AdguardTeam/AdguardFilters/issues/30966
! https://github.com/AdguardTeam/AdguardFilters/issues/30995
! https://github.com/AdguardTeam/AdguardFilters/issues/30946
@@||ams.cdn.arkadiumhosted.com/assets/*/advertisements.js
! https://github.com/AdguardTeam/AdguardFilters/issues/30959
! https://github.com/AdguardTeam/AdguardFilters/issues/34915
! https://github.com/AdguardTeam/AdguardFilters/issues/30936
@@||cdn.http.anno.channel4.com^$domain=channel4.com
! https://github.com/AdguardTeam/AdguardFilters/issues/30931
! https://github.com/AdguardTeam/AdguardFilters/issues/30941
@@||leakforums.co/js/siropu/am/ads.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/30924
! https://github.com/AdguardTeam/AdguardFilters/issues/30782
grabfone.com#%#AG_abortInlineScript(/moc\.kcolbdakcolb/, 'document.addEventListener');
! https://github.com/AdguardTeam/AdguardFilters/issues/30777
! https://github.com/AdguardTeam/AdguardFilters/issues/30766
! https://github.com/AdguardTeam/AdguardFilters/issues/30725
! https://github.com/AdguardTeam/AdguardFilters/issues/30845
! https://github.com/AdguardTeam/AdguardFilters/issues/30799
! https://github.com/AdguardTeam/AdguardFilters/issues/30755
! https://github.com/AdguardTeam/AdguardFilters/issues/30753
! https://github.com/AdguardTeam/AdguardFilters/issues/30728
! https://github.com/AdguardTeam/AdguardFilters/issues/30729
kissanime.si#%#AG_setConstant('check_adblock', 'true');
! videostreamlet.net - antiadblock
! https://github.com/AdguardTeam/AdguardFilters/issues/30655
! https://github.com/AdguardTeam/AdguardFilters/issues/30617
! https://github.com/AdguardTeam/AdguardFilters/issues/30608
@@||boas.io/adBlockDetector.js
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=boas.io
! https://github.com/AdguardTeam/AdguardFilters/issues/30547
! https://github.com/AdguardTeam/AdguardFilters/issues/35050
! https://github.com/AdguardTeam/AdguardFilters/issues/31232
! https://github.com/AdguardTeam/AdguardFilters/issues/11379
@@||media.trafficjunky.net/__js/test.js
@@||media.trafficjunky.net/js/holiday-promo.js$domain=redtube.com|tube8.com
! https://github.com/AdguardTeam/AdguardFilters/issues/30592
! https://github.com/AdguardTeam/AdguardFilters/issues/30523
@@||certifychat.com/js/siropu/am/ads.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/30510
epubreader.1bestlink.net#%#Object.defineProperty(window, 'gadb', { value: false });
||pagead2.googlesyndication.com/pagead/show_ads.js$domain=epubreader.1bestlink.net,empty,important
! https://github.com/AdguardTeam/AdguardFilters/issues/30430
avoiderrors.com#%#window.google_jobrunner = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/30456
! https://github.com/AdguardTeam/AdguardFilters/issues/30340
@@||dcode.fr^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/30404
! https://github.com/AdguardTeam/AdguardFilters/issues/30363
! https://github.com/AdguardTeam/AdguardFilters/issues/30364
! https://github.com/AdguardTeam/AdguardFilters/issues/30381
heidisql.com#%#window.adsbygoogle = { loaded: !0 };
! https://github.com/AdguardTeam/AdguardFilters/issues/30354
! https://forum.adguard.com/index.php?threads/up-4-net.30856
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=www.up-4.net
! https://github.com/AdguardTeam/AdguardFilters/issues/30296
uploadbank.com#%#AG_abortInlineScript(/ad blocking/, 'Math.random');
! https://github.com/AdguardTeam/AdguardFilters/issues/30114
! https://github.com/AdguardTeam/AdguardFilters/issues/36005
! https://github.com/AdguardTeam/AdguardFilters/issues/30143
@@||aosmark.com/ads.js
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$empty,important,domain=theappstore.org
! https://github.com/AdguardTeam/AdguardFilters/issues/29716
! https://github.com/AdguardTeam/AdguardFilters/issues/30120
@@||static.animecdn.xyz/js/ads.js
9animes.ru#%#window.check_adblock = true;
! https://github.com/AdguardTeam/AdguardFilters/issues/30028
@@||macddl.com/themes/min/frontend_assets/js/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/30100
@@||kisscartoon.is/js/ads.js
kisscartoon.is#%#window.check_adblock = true;
! https://github.com/AdguardTeam/AdguardFilters/issues/27851
! https://github.com/AdguardTeam/AdguardFilters/issues/29076
@@||mx-sh.net/advertisements.js
! https://github.com/AdguardTeam/AdguardFilters/issues/29138
! https://github.com/AdguardTeam/AdguardFilters/issues/28311
! https://github.com/AdguardTeam/AdguardFilters/issues/27373
@@||ayefiles.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/29894
! https://github.com/AdguardTeam/AdguardFilters/issues/29731
! https://github.com/AdguardTeam/AdguardFilters/issues/29687
||amf.pw/deli.js
! https://github.com/AdguardTeam/AdguardFilters/issues/29800
exyusubs.com#@#.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/29830
@@||geoguessr.com/_ads/
! https://github.com/AdguardTeam/AdguardFilters/issues/29706
@@||fflares.com^$generichide
@@||fflares.com/advertisements.js
! https://github.com/AdguardTeam/AdguardFilters/issues/29674
! https://github.com/AdguardTeam/AdguardFilters/issues/29775
@@||flixsite.b-cdn.net/js/pop.js
flix555.com#%#window.cRAds = !0;
! https://github.com/AdguardTeam/AdguardFilters/issues/29684
! https://github.com/AdguardTeam/AdguardFilters/issues/28201
@@||short-fly.com/js/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/29608
! https://github.com/AdguardTeam/AdguardFilters/issues/29628
! https://github.com/AdguardTeam/AdguardFilters/issues/29605
! https://github.com/AdguardTeam/AdguardFilters/issues/29164
! https://github.com/AdguardTeam/AdguardFilters/issues/28975
||techtunes-space.*.cdn.digitaloceanspaces.com/wp-content/themes/techtunes-trinity/framework/assets/js/tTunes_ad-blck.js$domain=techtunes.co
! https://github.com/AdguardTeam/AdguardFilters/issues/29443
! https://github.com/AdguardTeam/AdguardFilters/issues/28031
@@||cutearn.ca^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/29440
! https://github.com/AdguardTeam/AdguardFilters/issues/29151
stream4free.live#%#AG_abortInlineScript(/"moc\.kcolbdakcolb"/, 'document.addEventListener');
! https://github.com/AdguardTeam/AdguardFilters/issues/28928
! https://github.com/AdguardTeam/AdguardFilters/issues/29260
@@||couponscorpion.com/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/29444
@@||dramaz.se/embed/antiadblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/29460
! https://github.com/AdguardTeam/AdguardFilters/issues/29418
! https://github.com/AdguardTeam/AdguardFilters/issues/29417
! https://github.com/AdguardTeam/AdguardFilters/issues/29401
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=gameswf.com
! https://github.com/AdguardTeam/AdguardFilters/issues/29193
! https://github.com/AdguardTeam/AdguardFilters/issues/29051
safeurl.net#@#.adsBox
! https://github.com/AdguardTeam/AdguardFilters/issues/29262
||gymlive.org/js/ba.js
! https://github.com/AdguardTeam/AdguardFilters/issues/29148
! https://github.com/AdguardTeam/AdguardFilters/issues/32930
! https://github.com/AdguardTeam/AdguardFilters/issues/29259
pluspremieres.nz#%#(function(){var b=window.setTimeout;window.setTimeout=function(a,c){if(!/AdBlock/.test(a.toString()))return b(a,c)};})();
pluspremieres.nz#%#(function(){var b=window.setInterval;window.setInterval=function(a,c){if(!/AdBlock/.test(a.toString()))return b(a,c)}.bind(window)})();
pluspremieres.nz#%#AG_abortInlineScript(/<\\\/script>\/gi\,/, '$');
! https://github.com/AdguardTeam/AdguardFilters/issues/29265
@@||dramavery.com/ads.js
dramavery.com#%#Object.defineProperty(window, 'allow_ads', { value: true });
! https://github.com/AdguardTeam/AdguardFilters/issues/29101
! https://forum.adguard.com/index.php?threads/www-temp-phone-number-com.30589/
@@||temp-phone-number.com/files/js/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/28929
mkvcinema.co.in##body > div[style^="position: fixed; top:"][style*="z-index: 9999"]:not([class]):not([id])
mkvcinema.co.in#%#Object.defineProperty(window, 'ai_adb_detected', { get: function() { return function(){}; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/28927
@@||filevast.com/popads.js
filevast.com#$##blockblockA { display: none!important; }
filevast.com#$##blockblockB { display: block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/28923
! https://github.com/AdguardTeam/AdguardFilters/issues/28900
! https://github.com/AdguardTeam/AdguardFilters/issues/28894
! https://github.com/AdguardTeam/AdguardFilters/issues/28871
! https://github.com/AdguardTeam/AdguardFilters/issues/28836
! https://github.com/AdguardTeam/AdguardFilters/issues/28888
@@||game-maps.com/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/29048
fmoviez.org#%#window.canRunAds = true;
@@||fmoviez.org/wp-content/plugins/dh-anti-adblocker/assets/js/showads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/28948
@@||tubidy.net/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/28751
@@||amber-dash.cf/libs/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/28030
! https://github.com/AdguardTeam/AdguardFilters/issues/28749
luckybitco.com#@#.adsBox
! https://github.com/AdguardTeam/AdguardFilters/issues/28748
! https://github.com/AdguardTeam/AdguardFilters/issues/28719
! sonycrackle.com - making player unhidden
sonycrackle.com#$#.cracklePlayer > div > div { display: block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/28742
! https://github.com/AdguardTeam/AdguardFilters/issues/28763
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=cdn.witchhut.com
! https://github.com/AdguardTeam/AdguardFilters/issues/28689
@@||ebonus.gg/ads/ads.js
@@||google-analytics.com/r/collect?url=*://pubads.g.doubleclick.net/pcs/click|$domain=ebonus.gg
ebonus.gg#$#.grey-area { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/28471
@@||googletagmanager.com/gtag/js$domain=telerium.tv
! https://github.com/AdguardTeam/AdguardFilters/issues/28720
@@||cdnjs.cloudflare.com/ajax/libs/fuckadblock/3.2.1/fuckadblock.min.js$domain=getpaidtoshare.money
! https://github.com/AdguardTeam/AdguardFilters/issues/27408
! Prevent popup
@@||origin-ads.exosrv.com/ad99uip8i.php
! https://github.com/AdguardTeam/AdguardFilters/issues/28694
payco.xyz#@#.adsBox
! https://github.com/AdguardTeam/AdguardFilters/issues/28682
! https://github.com/AdguardTeam/AdguardFilters/issues/28513
||kimochi.info/qc.js
! https://github.com/AdguardTeam/AdguardFilters/issues/28631
||rawcdn.githack.com/Arlina-Design/quasar/*/arlinablock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/28627
||script.bloggerku.com/antiadblock/1.0/script.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/28634
! https://github.com/AdguardTeam/AdguardFilters/issues/28651
game-owl.com##body > div[style^="position: fixed; top:"][style*="z-index: 9999"]:not([class]):not([id])
game-owl.com#%#Object.defineProperty(window, 'ai_adb_detected', { get: function() { return function(){}; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/28605
! https://github.com/AdguardTeam/AdguardFilters/issues/28514
@@||earnz.xyz/js/adsbygoogle.js
earnz.xyz#%#window.canRunAds = true;
! https://github.com/AdguardTeam/AdguardFilters/issues/28466
! https://github.com/AdguardTeam/AdguardFilters/issues/25515
javqd.com#@#.adsBox
! https://github.com/AdguardTeam/AdguardFilters/issues/28389
@@||aniwatcher.com/adblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/28420
! https://github.com/AdguardTeam/AdguardFilters/issues/28383
eplayer.is#@#.adsBox
! https://github.com/AdguardTeam/AdguardFilters/issues/28307
! https://github.com/AdguardTeam/AdguardFilters/issues/28377
! https://github.com/AdguardTeam/AdguardFilters/issues/28310
boards.vinylcollective.com#@#.adsbygoogle
boards.vinylcollective.com#$#.adsbygoogle { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/28369
fembed.com#@#.afs_ads
! https://github.com/AdguardTeam/AdguardFilters/issues/28200
! https://github.com/AdguardTeam/AdguardFilters/issues/28294
! https://github.com/AdguardTeam/AdguardFilters/issues/25992
javdoe.com#@#.adsBox
! https://github.com/AdguardTeam/AdguardFilters/issues/28159
@@||wstream.video/img2/rivcash_banner_468x60_650.gif
wstream.video#$#img[src*="_banner_"] { height: 1px!important; visibility: hidden; }
! https://github.com/AdguardTeam/AdguardFilters/issues/28324
ally.shortens.co#@#.adsBox
ally.shortens.co#$#.btn-danger[title^="Please disable AdBlocker"] { display: none!important; }
ally.shortens.co#$#.center-captcha.hidden { display: block!important; visibility: visible!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/28333
! https://github.com/AdguardTeam/AdguardFilters/issues/28260
! https://github.com/AdguardTeam/AdguardFilters/issues/28121
! https://github.com/AdguardTeam/AdguardFilters/issues/28240
! https://github.com/AdguardTeam/AdguardFilters/issues/28191
@@||googletagmanager.com/gtag/js$domain=av01.tv
! https://github.com/AdguardTeam/AdguardFilters/issues/28174
! https://github.com/AdguardTeam/AdguardFilters/issues/27462
@@/ad/banner/_adsense_/_adserver/_adview_.ad.json
! https://forum.adguard.com/index.php?threads/missed-adblock-detected-message.30454/
nolfgirl.net#@#.adsbygoogle
nolfgirl.net#$#.adsbygoogle { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/27936
@@||dvdgayporn.com/wp-content/plugins/wp-adblock-dedect/js/dedect.js
! https://github.com/AdguardTeam/AdguardFilters/issues/28008
@@||demolandia.net/js/adsbygoogle.js
! https://github.com/AdguardTeam/AdguardFilters/issues/28037
! https://github.com/AdguardTeam/AdguardFilters/issues/27962
@@||firstonetv.live^$generichide
firstonetv.live#$#.adsbygoogle { position: absolute!important; left: -3000px!important; }
!+ PLATFORM(windows, mac, android)
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$empty,important,domain=firstonetv.live
! https://github.com/AdguardTeam/AdguardFilters/issues/27912
hanime.tv#@#.banner-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/27923
javfinder.sh#@#.adsBox
! https://github.com/AdguardTeam/AdguardFilters/issues/27919
! https://github.com/AdguardTeam/AdguardFilters/issues/27877
! https://github.com/AdguardTeam/AdguardFilters/issues/25906
@@||sexcamdb.com/advert.js
! https://github.com/AdguardTeam/AdguardFilters/issues/27808
! https://github.com/AdguardTeam/AdguardFilters/issues/27797
! https://github.com/AdguardTeam/AdguardFilters/issues/39622
@@/show-ad.js$domain=afdah.info,~third-party
@@/show-ads.js$domain=afdah.info,~third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/27643
||googletagmanager.com/gtag/$domain=strikeout.nu
! https://github.com/AdguardTeam/AdguardFilters/issues/27754
! https://github.com/AdguardTeam/AdguardFilters/issues/27747
@@||static.doubleclick.net/instream/ad_status.js$domain=linksht.com
! https://github.com/AdguardTeam/AdguardFilters/issues/27732
@@||simsdom.com/js/ads.*.js
simsdom.com#%#window.canRunAds = true;
! https://github.com/AdguardTeam/AdguardFilters/issues/27726
@@||pirate.ws/advert.js
pirate.ws#%#window.spoof_weer2edasfgeefzc = true;
! https://github.com/AdguardTeam/AdguardFilters/issues/27518
! https://github.com/AdguardTeam/AdguardFilters/issues/36048
@@||textfree.us^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/27602
@@||dreamdth.com/js/siropu/am/ads.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/27481
@@||gearingcommander.com/js/adsbygoogle.js
! https://github.com/AdguardTeam/AdguardFilters/issues/27493
@@||filegage.com/popads.js
filegage.com#$##blockblockB { display: block!important; }
filegage.com#$##blockblockA { display: none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/27441
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=myjest.com
! https://github.com/AdguardTeam/AdguardFilters/issues/27506
! https://github.com/AdguardTeam/AdguardFilters/issues/27435
@@||cdnjs.cloudflare.com/ajax/libs/fuckadblock/3.2.1/fuckadblock.min.js$domain=giga74.com
! https://github.com/AdguardTeam/AdguardFilters/issues/27398
@@||yesmovies.rs/themes/*/js/ads.js
yesmovies.rs#%#window.check_adblock = true;
! https://github.com/AdguardTeam/AdguardFilters/issues/27397
@@||gomovies.ec/themes/*/js/ads.js
gomovies.ec#%#window.check_adblock = true;
! https://github.com/AdguardTeam/AdguardFilters/issues/24969
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=firstonetv.net
! https://github.com/AdguardTeam/AdguardFilters/issues/27357
480mkvshortlink.blogspot.com##.adb
! https://github.com/AdguardTeam/AdguardFilters/issues/27330
||jolygram.com/js/ba.js
! https://github.com/AdguardTeam/AdguardFilters/issues/32570
! https://github.com/AdguardTeam/AdguardFilters/issues/27347
||bcloudhost.com/*/invoke.js$empty,important,domain=free-mp3-download.net
||googletagmanager.com/gtag/js?$empty,important,domain=free-mp3-download.net
! https://github.com/AdguardTeam/AdguardFilters/issues/30875
@@||file-up.org/js/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/27254
! https://github.com/AdguardTeam/AdguardFilters/issues/26985
! https://github.com/AdguardTeam/AdguardFilters/issues/38170
! https://forum.adguard.com/index.php?threads/30210/
@@||unlockapk.com/*ads.js
! Popular anti-adblock script
||npttech.com/advertising.js$empty,script,important
! https://github.com/AdguardTeam/AdguardFilters/issues/27222
@@||fastdrama.me/scripts/fuckadblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/27102
@@||player.ooyala.com/static/v*/production/latest/ad-plugin/google_ima.min.js$domain=broncos.com.au
! https://github.com/AdguardTeam/AdguardFilters/issues/27129
! https://github.com/AdguardTeam/AdguardFilters/issues/31728
! https://github.com/AdguardTeam/AdguardFilters/issues/26937
hackedonlinegames.com#%#AG_abortInlineScript(/Ly9wYWdlYWQyLmdvb2dsZXN5bmRpY2F0aW9uLmNvbS9wYWdlYWQvanMvYWRzYnlnb29nbGUuanM=/, 'decodeURIComponent');
hackedonlinegames.com#@#.adsbygoogle
hackedonlinegames.com#$#.adsbygoogle { height: 1px!important; }
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$empty,important,domain=hackedonlinegames.com
! https://github.com/AdguardTeam/AdguardFilters/issues/33094
! https://github.com/AdguardTeam/AdguardFilters/issues/28842
! https://github.com/AdguardTeam/AdguardFilters/issues/28387
! https://github.com/AdguardTeam/AdguardFilters/issues/28341
! https://github.com/AdguardTeam/AdguardFilters/issues/27120
123l.pw#%#AG_abortOnPropertyRead('showAdsBlock');
123link.vip,dalatmongm.site,123link.pw#%#Object.defineProperty(window, 'adBlockDetected', { get: function() { return; } });
/jquery.adi.$empty,important,domain=123l.pw|123link.vip|123link.pw|dalatmongm.site
||googleads.g.doubleclick.net|$empty,important,domain=123l.pw|123link.vip|123link.pw|dalatmongm.site
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$empty,important,domain=123l.pw|123link.vip|123link.pw|dalatmongm.site
||adservice.google.*/adsid/integrator.js?domain=123link.$empty,important,domain=123link.pw
@@||123link.vip/js/ads.js
@@||dalatmongm.site/js/ads.js
@@||123link.pw/js/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/27123
! https://github.com/AdguardTeam/AdguardFilters/issues/26990
!+ NOT_PLATFORM (windows, mac, android)
@@||2shorte.com^$generichide
!+ NOT_PLATFORM (windows, mac, android)
@@||freshstuff4you.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/27060
@@||mshare.io/js/ads.js
@@||mshare.io/js/blockadblock.js
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$empty,important,domain=mshare.io
! https://github.com/AdguardTeam/AdguardFilters/issues/25655
turbogvideos.com#@#.afs_ads
! https://github.com/AdguardTeam/AdguardFilters/issues/26665
@@||ovh.webshark.pl/adserver/*/main_script.js?advertise_check=1
@@|https:///ovh.webshark.pl/adserver/*/main_script.js?advertise_check=1
! https://github.com/AdguardTeam/AdguardFilters/issues/26610
safelinkmoba.blogspot.com#%#AG_defineProperty('safelink.adblock', { value: false }); AG_defineProperty('safelink.counter', { value: 0 });
! https://github.com/AdguardTeam/AdguardFilters/issues/26857
@@||btcmines.club/themes/faucettheme/assets/js/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/26621
@@||googleads.g.doubleclick.net/pagead/ads?client=ca-pub-$domain=dl.ccbluex.net
||pagead2.googlesyndication.com/pub-config/*/ca-pub-*.js$empty,important,domain=dl.ccbluex.net
||adservice.google.*/adsid/integrator.js?domain=dl.ccbluex.net$empty,important,domain=dl.ccbluex.net
! https://github.com/AdguardTeam/AdguardFilters/issues/26845
mhtviewer.booogle.net#%#Object.defineProperty(window, 'gadb', { value: false, writable: false });
||pagead2.googlesyndication.com/pagead/show_ads.js$empty,important,domain=mhtviewer.booogle.net
! https://github.com/AdguardTeam/AdguardFilters/issues/26841
! https://github.com/AdguardTeam/AdguardFilters/issues/26696
phoneworld.com.pk#%#window.$tieE3 = true;
@@||phoneworld.com.pk/wp-content/themes/phoneworld/assets/js/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/26663
! https://github.com/AdguardTeam/AdguardFilters/issues/26775
@@||kisscartoon.su/js/ads.js
kisscartoon.su#%#window.check_adblock = true;
! https://github.com/AdguardTeam/AdguardFilters/issues/26750
||nzbstars.com/vanilla.js
nzbstars.com#%#Object.defineProperty(window, 'adsBlockes', { get: function() { return function() {}; } });
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$empty,important,domain=nzbstars.com
! https://github.com/AdguardTeam/AdguardFilters/issues/32663
! https://github.com/AdguardTeam/AdguardFilters/issues/25530
!+ NOT_OPTIMIZED
theverge.com##div[class^="adblock-whitelist-messaging"]
! https://github.com/AdguardTeam/AdguardFilters/issues/26657
! rapidstream.co - antiadblock
@@||rapidstream.co/js/pop.js
! https://github.com/AdguardTeam/AdguardFilters/issues/26600
! gentside.com
@@/js/prebid/*/others.$script,domain=gentside.com|gentside.de|gentside.co.uk|gentside.com.br|esgentside.com|maxisciences.com|ohmymag.com|ohmymag.de|ohmymag.com.br|ohmirevista.com
@@/js/prebid/*/others/*$script,domain=gentside.com|gentside.de|gentside.co.uk|gentside.com.br|esgentside.com|maxisciences.com|ohmymag.com|ohmymag.de|ohmymag.com.br|ohmirevista.com
@@/js/prebid/others.$script,domain=gentside.com|gentside.de|gentside.co.uk|gentside.com.br|esgentside.com|maxisciences.com|ohmymag.com|ohmymag.de|ohmymag.com.br|ohmirevista.com
@@/js/prebid/others/*$script,domain=gentside.com|gentside.de|gentside.co.uk|gentside.com.br|esgentside.com|maxisciences.com|ohmymag.com|ohmymag.de|ohmymag.com.br|ohmirevista.com
@@||adservice.google.*/adsid/integrator.js^$domain=gentside.com|gentside.de|gentside.co.uk|gentside.com.br|esgentside.com|maxisciences.com|ohmymag.com|ohmymag.de|ohmymag.com.br|ohmirevista.com
@@||cdn.adsafeprotected.com/*.*.js$domain=gentside.com|gentside.de|gentside.co.uk|gentside.com.br|esgentside.com|maxisciences.com|ohmymag.com|ohmymag.de|ohmymag.com.br|ohmirevista.com
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=gentside.com|gentside.de|gentside.co.uk|gentside.com.br|esgentside.com|maxisciences.com|ohmymag.com|ohmymag.de|ohmymag.com.br|ohmirevista.com
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_$domain=gentside.com|gentside.de|gentside.co.uk|gentside.com.br|esgentside.com|maxisciences.com|ohmymag.com|ohmymag.de|ohmymag.com.br|ohmirevista.com
@@||maxisciences.com/js/amazon/$script
! buyitonline.store - antiadblock
! https://github.com/AdguardTeam/AdguardFilters/issues/26550
! https://github.com/AdguardTeam/AdguardFilters/issues/26328
@@||rapidrar.com/js/fuckadblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/26569
hackedfreegames.com#@#.adsbygoogle
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=hackedfreegames.com
! https://github.com/AdguardTeam/AdguardFilters/issues/26502
thoptv.info#%#AG_onLoad(function() { var el=document.querySelector('ins.adsbygoogle'); if(el) { el.appendChild(document.createElement('div')); } });
! https://github.com/AdguardTeam/AdguardFilters/issues/26474
! https://github.com/AdguardTeam/AdguardFilters/issues/26473
||freepanel.ts3.cloud/assets/js/letMeMakeMoneyBro.js
! https://github.com/AdguardTeam/AdguardFilters/issues/26316
@@||cdnjs.cloudflare.com/ajax/libs/blockadblock/*/blockadblock.js$domain=clk.ink
! https://github.com/AdguardTeam/AdguardFilters/issues/26242
@@||cdnjs.cloudflare.com/ajax/libs/fuckadblock/3.2.1/fuckadblock.min.js$domain=upost.info
! https://github.com/AdguardTeam/AdguardFilters/issues/26336
! https://github.com/AdguardTeam/AdguardFilters/issues/26229
@@||mc-premium.org/assets/js/fuckadblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/26334
@@||cdnjs.cloudflare.com/ajax/libs/fuckadblock/3.2.1/fuckadblock.min.js$domain=highresolutionmusic.com
! https://github.com/AdguardTeam/AdguardFilters/issues/26226
! https://github.com/AdguardTeam/AdguardFilters/issues/26225
! https://github.com/AdguardTeam/AdguardFilters/issues/26212
uploadbox.io$$script[tag-content="replaceContentWithAdBlockerContent"][max-length="1500"]
uploadbox.io#%#Object.defineProperty(window, 'replaceContentWithAdBlockerContent', { get: function() { return; } });
@@||uploadbox.io/js/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/26177
! https://github.com/AdguardTeam/AdguardFilters/issues/26136
strikeout.co#@#.AdSense
! https://github.com/AdguardTeam/AdguardFilters/issues/25901
! https://github.com/AdguardTeam/AdguardFilters/issues/26097
! https://github.com/AdguardTeam/AdguardFilters/issues/25925
dexterclearance.com#$##ads { height: 1px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/25942
@@||cdnjs.cloudflare.com/ajax/libs/fuckadblock/*/fuckadblock.min.js$domain=streamcloud.eu
! https://github.com/AdguardTeam/AdguardFilters/issues/25927
pluspremieres.eu#%#(function(){var b=window.setTimeout;window.setTimeout=function(a,c){if(!/AdBlock/.test(a.toString()))return b(a,c)};})();
! https://github.com/AdguardTeam/AdguardFilters/issues/24376
@@||native.propellerclick.com/1?z=^$domain=swatchseries.to
! https://github.com/AdguardTeam/AdguardFilters/issues/25923
receive-sms-online.info$$script[wildcard="*document.getElementsByTagName*AdBlock*"][max-length="1200"]
! https://github.com/AdguardTeam/AdguardFilters/issues/25765
! https://github.com/AdguardTeam/AdguardFilters/issues/25650
popsci.com#$#.tp-backdrop { display: none!important; }
popsci.com#$#.tp-modal { display: none!important; }
popsci.com#$#body.tp-modal-open { overflow: visible!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/31497
! https://github.com/AdguardTeam/AdguardFilters/issues/25591
@@||extremereportbot.com/ads.js
@@||extremereportbot.com/adframe.js
extremereportbot.com#%#Object.defineProperty(window, 'adblock', { value: false });
! https://github.com/AdguardTeam/AdguardFilters/issues/25962
@@||crstoday.com/wp-content/themes/bmc-core/library/js/showads.js$domain=crstoday.com
! https://github.com/AdguardTeam/AdguardFilters/issues/25746
@@||0123movies.is/themes/*/js/ads.js
0123movies.is#%#window.check_adblock = true;
! https://github.com/AdguardTeam/AdguardFilters/issues/25325
! https://github.com/AdguardTeam/AdguardFilters/issues/25471
leakforums.co#%#window.adblock = 'no';
@@||leakforums.co/js/SvgAdblockDetected/advertising.js
! https://github.com/AdguardTeam/AdguardFilters/issues/25577
megaleech.us#@#.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/25572
@@||agar.space/adsbygoogle.js
! https://github.com/AdguardTeam/AdguardFilters/issues/25580
encoretvb.com#@#.afs_ads
! https://github.com/AdguardTeam/AdguardFilters/issues/25581
@@||gounlimited.to/js/pop.js|
gounlimited.to#%#window.cRAds = true;
! https://github.com/AdguardTeam/AdguardFilters/issues/25445
! https://github.com/AdguardTeam/AdguardFilters/issues/25574
@@||pafpaf.info/advertisement.js
@@||kurosafety.menantisenja.com/advertisement.js
pafpaf.info,kurosafety.menantisenja.com#%#window.adblock = 1;
! https://github.com/AdguardTeam/AdguardFilters/issues/25624
@@||123link.pro/js/blockadblock.js
@@||123link.pro/js/ads.js
@@||123link.pro/*/advertisement.js
123link.pro#@#.adsbygoogle
123link.pro#$#.adsbygoogle { position: absolute!important; left: -3000px!important; }
!+ NOT_PLATFORM(ios, ext_android_cb)
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=123link.pro,empty,important
! https://github.com/AdguardTeam/AdguardFilters/issues/25616
audiobookforsoul.com##body > div[id][class][style*="z-index: 9999"]
audiobookforsoul.com##body > div[id][class][style*="z-index: 9999"] + div[class][style*="z-index: 9999"]
! https://github.com/AdguardTeam/AdguardFilters/issues/25569
||gymlive.net/js/ba.js
gymlive.net#%#window.google_jobrunner = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/25504
@@||solarmoviez.su/themes/*/js/ads.js
solarmoviez.su#%#window.check_adblock = true;
! https://github.com/AdguardTeam/AdguardFilters/issues/25443
@@||gomovies.lc/themes/*/js/ads.js
gomovies.lc#%#window.check_adblock = true;
! https://github.com/AdguardTeam/AdguardFilters/issues/25468
! https://github.com/AdguardTeam/AdguardFilters/issues/25409
@@||watchfree.at/themes/*/js/ads.js
watchfree.at#%#window.check_adblock = true;
! https://github.com/AdguardTeam/AdguardFilters/issues/25364
! https://github.com/AdguardTeam/AdguardFilters/issues/25322
! https://github.com/AdguardTeam/AdguardFilters/issues/25245
! https://github.com/AdguardTeam/AdguardFilters/issues/25250
etonline.com#@#.adBanner
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=etonline.com
! https://github.com/AdguardTeam/AdguardFilters/issues/25188
||rawgit.com/wejdaneblogger/master/master/wejdane-adblocker.js
! https://github.com/AdguardTeam/AdguardFilters/issues/25133
civildigital.com##body > div[style^="position: fixed; top:"][style*="z-index: 9999"]:not([class]):not([id])
civildigital.com#%#Object.defineProperty(window, 'ai_adb_detected', { get: function() { return function(){}; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/25259
kimcartoon.to##body > .top_page_alert
kimcartoon.to#%#Object.defineProperty(window, 'alb', { value: false });
! https://github.com/AdguardTeam/AdguardFilters/issues/25132
mobilehardreset.com##body > div[style^="position: fixed; top:"][style*="z-index: 9999"]:not([class]):not([id])
mobilehardreset.com#%#Object.defineProperty(window, 'ai_adb_detected', { get: function() { return function(){}; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/25105
! https://github.com/AdguardTeam/AdguardFilters/issues/25131
@@||gamezhero.com/api/ima3.js
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=gamezhero.com
@@||onlinemahjong.games/api/ima3.js
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=onlinemahjong.games
! https://github.com/AdguardTeam/AdguardFilters/issues/25026
asianclub.tv#@#.afs_ads
! https://github.com/AdguardTeam/AdguardFilters/issues/25055
iptv4sat.com##body > div[style^="position: fixed; top:"][style*="z-index: 9999"]:not([class]):not([id])
iptv4sat.com#%#Object.defineProperty(window, 'ai_adb_detected', { get: function() { return function(){}; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/25014
loadearn.com#%#AG_defineProperty('adBlocker.isDetected', { get: function() { return function() { return false; }; }, set: function() {}});
! https://github.com/AdguardTeam/AdguardFilters/issues/24937
smallseotools.com$$script[tag-content="isAdBlockActive||adblock"]
!
! https://github.com/AdguardTeam/AdguardFilters/issues/24722
@@||mega-debrid.eu/JS/advertisement.js
mega-debrid.eu#%#window.Advertisement = 1;
!
@@||file-upload.com/js/advertisement.js
file-upload.com$$script[tag-content="getElementById(""adblockinfo"")"][max-length="300"]
file-upload.com#%#AG_abortInlineScript(/getElementById\("adblockinfo"\)/, 'document.getElementById');
! https://github.com/AdguardTeam/AdguardFilters/issues/32830
@@/googleads.js$domain=solvetube.site
@@||217.182.199.179/googlead.js$domain=solvetube.site
@@||unique-tutorials.info/*ad*.js
@@||solvettube.com/*ad*.js
@@||solvetube.site/*ad*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/34437
! https://github.com/AdguardTeam/AdguardFilters/issues/24956
freecoursesonline.me#%#AG_abortInlineScript(/\|kcolbdakcolb\|/, 'document.addEventListener');
! https://github.com/AdguardTeam/AdguardFilters/issues/24977
albvid.com#@#.afs_ads
! https://github.com/AdguardTeam/AdguardFilters/issues/24940
hotanime.me#%#Object.defineProperty(window, 'adBlockDetected', { get: function() { return; } });
@@||cdnjs.cloudflare.com/ajax/libs/fuckadblock/3.2.1/fuckadblock.min.js$domain=hotanime.me
! https://github.com/AdguardTeam/AdguardFilters/issues/24887
link4gen.com#%#Object.defineProperty(window, 'adBlockDetected', { get: function() { return; } });
@@||cdnjs.cloudflare.com/ajax/libs/fuckadblock/3.2.1/fuckadblock.min.js$domain=link4gen.com
! https://github.com/AdguardTeam/AdguardFilters/issues/30644
! https://github.com/AdguardTeam/AdguardFilters/issues/24879
@@||ads.3dtuning.com/ad?placement=*&$~third-party
@@||3dtuning.com/adframe.js
3dtuning.com#%#Object.defineProperty(window, 'adblock', { value: false });
! https://github.com/AdguardTeam/AdguardFilters/issues/24884
! https://github.com/AdguardTeam/AdguardFilters/issues/24857
no1lyrics.com#%#Object.defineProperty(window, 'adBlockDetected', { get: function() { return; } });
@@||cdnjs.cloudflare.com/ajax/libs/fuckadblock/3.2.1/fuckadblock.min.js$domain=no1lyrics.com
! https://github.com/AdguardTeam/AdguardFilters/issues/24860
@@||h5.4j.com/js/ima3.js
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=dressupmix.com
! https://github.com/AdguardTeam/AdguardFilters/issues/24858
! https://github.com/AdguardTeam/AdguardFilters/issues/24830
@@||itopmusic.com/wp-content/plugins/ad-ace//includes/adblock-detector/advertisement.js
itopmusic.com#%#AG_defineProperty('jQuery.adblock', {value: false});
! https://github.com/AdguardTeam/AdguardFilters/issues/24835
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=temp-mail.org,empty,important
! https://github.com/AdguardTeam/AdguardFilters/issues/24804
@@||cdnjs.cloudflare.com/ajax/libs/fuckadblock/3.2.1/fuckadblock.min.js$domain=nekopoi.ga
! https://github.com/AdguardTeam/AdguardFilters/issues/24683
! https://github.com/AdguardTeam/AdguardFilters/issues/24657
@@||imgview.net/js/jquery-*.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/24618
crstodayeurope.com#%#window.canRunAds = true;
@@||crstodayeurope.com/wp-content/themes/bmc-core/library/js/showads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/24542
irobux.com#@#.adBanner
irobux.com#$##pleaseenablerevenue { height: 1px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/24512
! https://github.com/AdguardTeam/AdguardFilters/issues/24585
! https://github.com/AdguardTeam/AdguardFilters/issues/24522
@@||xboxdvr.com/assets/ads-*.js$~third-party
xboxdvr.com#%#Object.defineProperty(window, 'abD', { get: function() { return; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/24428
rim-world.com#%#(function(){var b=window.setTimeout;window.setTimeout=function(a,c){if(!/getAdIFrameCount/.test(a.toString()))return b(a,c)};})();
! https://github.com/AdguardTeam/AdguardFilters/issues/24422
@@||blindhypnosis.com/adsbygoogle.js
! trueachievements.com, pockettactics.com - ad reinjection
! https://github.com/AdguardTeam/AdguardFilters/issues/24472
pockettactics.com,trueachievements.com,ign.com#%#Object.defineProperty(window, '$JabK', { get: function(){ throw null; }, set: function(){ throw null; }});
pockettactics.com#%#AG_abortInlineScript(/isIframeNetworking/, 'Math.random');
trueachievements.com,ign.com#%#AG_abortInlineScript(/isIframeNetworking/, 'document.addEventListener');
trueachievements.com,pockettactics.com,ign.com$$script[tag-content="={""isIframeNetworking"":false,""mappings"":[{""selector"":""link[href*="][max-length="15000"]
! https://github.com/AdguardTeam/AdguardFilters/issues/24396
! https://github.com/AdguardTeam/AdguardFilters/issues/24374
@@||static.xmovies88.online/themes/*/js/ads.js
@@||static.xmovies88.online/themes/_js/adsbygoogle.js
xmovies8.pl#%#window.check_adblock = true;
xmovies8.pl#%#window.isAdsDisplayed = true;
! https://github.com/AdguardTeam/AdguardFilters/issues/24318
! https://github.com/AdguardTeam/AdguardFilters/issues/24160
simply-debrid.com#%#window.adsbygoogle = { loaded: !0 };
! https://github.com/AdguardTeam/AdguardFilters/issues/24322
allpcworld.com##body > div[id][class][style*="z-index: 9999"]
allpcworld.com##body > div[id][class][style*="z-index: 9999"] + div[class][style*="z-index: 9999"]
! https://github.com/AdguardTeam/AdguardFilters/issues/24178
@@||asianen.com/ads.js
asianen.com#%#Object.defineProperty(window, 'allow_ads', { value: true });
! https://github.com/AdguardTeam/AdguardFilters/issues/24149
! https://github.com/AdguardTeam/AdguardFilters/issues/24132
oload.icu#%#Object.defineProperty(window, 'preserve', { get: function() { return true; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/24179
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=igniel.com,empty,important
! https://github.com/AdguardTeam/AdguardFilters/issues/24180
! https://github.com/AdguardTeam/AdguardFilters/issues/24183
! https://github.com/AdguardTeam/AdguardFilters/issues/24186
@@||emailregex.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/24195
gaymenhdtv.com#@#.ads-iframe
@@||gaymenhdtv.com/player/player_ads.html
! https://github.com/AdguardTeam/AdguardFilters/issues/24119
! https://github.com/AdguardTeam/AdguardFilters/issues/24076
! https://github.com/AdguardTeam/AdguardFilters/issues/24079
ad4msan.ml###adblockdetected
! https://github.com/AdguardTeam/AdguardFilters/issues/24025
@@||mexashare.com/advertisements.js
mexashare.com#%#AG_abortInlineScript(/"adblockinfo"/, 'document.getElementById');
! https://github.com/AdguardTeam/AdguardFilters/issues/24011
@@||premiumzen.com/url/advertisement.js
premiumzen.com#%#AG_abortInlineScript(/bannerad/, 'document.getElementById');
! https://github.com/AdguardTeam/AdguardFilters/issues/24004
realcam.pw#@#.afs_ads
! https://github.com/AdguardTeam/AdguardFilters/issues/23993
! https://github.com/AdguardTeam/AdguardFilters/issues/23903
! https://github.com/AdguardTeam/AdguardFilters/issues/22945
parkers.co.uk#@#.plainAd
! https://github.com/AdguardTeam/AdguardFilters/issues/23661
@@||pagead2.googlesyndication.com/pagead/show_ads.js$domain=hexviewer.iblogbox.com
@@||pagead2.googlesyndication.com/pagead/js/*/show_ads_impl.js$domain=hexviewer.iblogbox.com
! https://github.com/AdguardTeam/AdguardFilters/issues/23741
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=boo.tw|b00.tw
@@||pagead2.googlesyndication.com/pagead/js/*/show_ads_impl.js$domain=boo.tw|b00.tw
! https://github.com/AdguardTeam/AdguardFilters/issues/23728
! https://github.com/AdguardTeam/AdguardFilters/issues/23668
||practicequiz.com/responsive/plugins/detectAdBlock.js
||practicequiz.com/responsive/js/detectAdBlockPC.js
! https://github.com/AdguardTeam/AdguardFilters/issues/23520
kimcartoon.me##body > .top_page_alert
! https://github.com/AdguardTeam/AdguardFilters/issues/23568
@@||kizi.com/assets/advertisement-*.js
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=kizi.com
! https://github.com/AdguardTeam/AdguardFilters/issues/23450
! https://forum.adguard.com/index.php?threads/www-stream2watch-org-detecting-adguard-again.29582
@@||stream2watch.stream/js/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/23098
guardiandeals.com#@#.afs_ads
! https://github.com/AdguardTeam/AdguardFilters/issues/23334
! https://github.com/AdguardTeam/AdguardFilters/issues/23318
! https://github.com/AdguardTeam/AdguardFilters/issues/22722
! https://github.com/AdguardTeam/AdguardFilters/issues/21596
||static.popads.net/js/trustguard.js$empty,important
! https://github.com/AdguardTeam/AdguardFilters/issues/23144
! https://github.com/AdguardTeam/AdguardFilters/issues/23176
@@||wakeupcallme.com/js/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/23068
mackie100projects.altervista.org###fuckadblock
! https://github.com/AdguardTeam/AdguardFilters/issues/23027
! https://github.com/AdguardTeam/AdguardFilters/issues/22890
safelink.miuipedia.com#%#AG_defineProperty('safelink.adblock', { value: false }); AG_defineProperty('safelink.counter', { value: 0 });
! https://github.com/AdguardTeam/AdguardFilters/issues/22955
! https://github.com/AdguardTeam/AdguardFilters/issues/22972
readcomiconline.to##.top_page_alert
! https://github.com/AdguardTeam/AdguardFilters/issues/25297
! https://github.com/AdguardTeam/AdguardFilters/issues/22921
@@||cdnjs.cloudflare.com/ajax/libs/fuckadblock/3.2.1/fuckadblock.min.js$domain=ourl.io
ourl.io#@#.adsBox
! https://github.com/AdguardTeam/AdguardFilters/issues/22916
! https://github.com/AdguardTeam/AdguardFilters/issues/22878
@@||deepbrid.com/backend-dl/app/views/site/default/ads/advertisement.js
deepbrid.com#%#AG_abortInlineScript(/adblock/, 'document.getElementById');
! trueachievements.com ad reinject
@@||trueachievements.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/24813
! https://github.com/AdguardTeam/AdguardFilters/issues/22722
kissmanga.com#%#Object.defineProperty(window, 'hynsaswnvx', { value: false });
@@||kissmanga.com/ads/*.aspx
kissmanga.com#@##adsIfrme3
kissmanga.com#@##adsIfrme2
||googletagmanager.com/gtag/js$domain=kissmanga.com,empty,important
||px.ads.linkedin.com/collect?fmt=js$domain=kissmanga.com,empty,important
||static.mgid.com/js/jquery.inputmask.min.js$domain=kissmanga.com,empty,important
! https://github.com/AdguardTeam/AdguardFilters/issues/22778
@@||prppsn.com/templates/base_master/js/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/22753
! Ad reinject
debka.com#%#AG_abortInlineScript(/InstallTrigger/, 'Math.random');
! matchat.online
! https://github.com/AdguardTeam/AdguardFilters/issues/22720
||cdn.rawgit.com/MuhBayu/adBDetect^$third-party
yuudrive.me#@#.adsbygoogle
! https://forum.adguard.com/index.php?threads/nulled-life.29494/
@@||nulled.life/Assets/Addon/Css/ads.css
! https://github.com/AdguardTeam/AdguardFilters/issues/22651
! https://github.com/AdguardTeam/AdguardFilters/issues/22562
@@||platinmods.com/js/siropu/am/ads.min.js
platinmods.com#%#window.adBlockDetected = false;
! https://github.com/AdguardTeam/AdguardFilters/issues/22526
! https://github.com/AdguardTeam/AdguardFilters/issues/22478
msguides.com#$##msgblogheader { height: 1px!important; }
! readshingekinokyojin.com
! https://github.com/AdguardTeam/AdguardFilters/issues/22461
@@||premium-uploaded.net/js/blockadblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/22447
gostream.nu#%#window.check_adblock = true;
@@||gostream.nu/themes/v*/js/ads.js$~third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/22421
@@||openload.co/advert2.js
! https://github.com/AdguardTeam/AdguardFilters/issues/22398
@@||upload.ac/hg/js/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/22352
@@||cdn.car4um.com/js/Siropu/AM/ads.min.js
@@||germancarforum.com/js/Siropu/AM/ads.min.js
germancarforum.com#%#window.samDetected = false;
! https://github.com/AdguardTeam/AdguardFilters/issues/22350
! https://github.com/AdguardTeam/AdguardFilters/issues/21804
@@||porntube.com/adb_detector.js|$~third-party
porntube.com#%#window.adsEnabled = true;
! https://github.com/AdguardTeam/AdguardFilters/issues/22333
! https://github.com/AdguardTeam/AdguardFilters/issues/21584
@@||pagead2.googlesyndication.com/pagead/show_ads.js$domain=24sms.net
@@||pagead2.googlesyndication.com/pagead/js/r*/show_ads_impl.js$domain=24sms.net
! https://forum.adguard.com/index.php?threads/fontsrepo-com.29425
||fontsrepo.com/plugin/*/inc/pause-front.js
! https://github.com/AdguardTeam/AdguardFilters/issues/22277
! https://github.com/AdguardTeam/AdguardFilters/issues/22189
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=player.theplatform.com
||pubads.g.doubleclick.net/gampad/ads?*&output=xml_vast$domain=stream.thecwvideo.com,empty,important
! https://github.com/AdguardTeam/AdguardFilters/issues/21856
thurrott.com#$#body { overflow: visible!important; }
thurrott.com#$##adBlock.blocker-interstitial { display: none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/22149
! https://github.com/AdguardTeam/AdguardFilters/issues/22142
! https://github.com/AdguardTeam/AdguardFilters/issues/22224
ally.sh#@#.adsBox
! https://github.com/AdguardTeam/AdguardFilters/issues/32732
! https://github.com/AdguardTeam/AdguardFilters/issues/22072
ondemandkorea.com#%#AG_setConstant('pbjs.libLoaded', 'true'); AG_setConstant('googletag._loadStarted_', 'true'); AG_setConstant('apstag.bids', 'noopFunc');
ondemandkorea.com#%#AG_setConstant('detector.adBlockDetect', 'noopFunc');
ondemandkorea.com#@#.afs_ads
||imasdk.googleapis.com/js/sdkloader/ima3.js$empty,important,domain=ondemandkorea.com
! https://github.com/AdguardTeam/AdguardFilters/issues/22058
@@||bspin.club/themes/demo/assets/javascript/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/22087
@@||videodistribution.com/js/ads.js
videodistribution.com#%#window.canRunAds = true;
! https://github.com/AdguardTeam/AdguardFilters/issues/22070
! https://github.com/AdguardTeam/AdguardFilters/issues/22051
! https://github.com/AdguardTeam/AdguardFilters/issues/22048
@@||sfl.ink^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/22050
@@||cpm4link.com/bch/libs/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/21862
! https://github.com/AdguardTeam/AdguardFilters/issues/21859
! https://github.com/AdguardTeam/AdguardFilters/issues/21792
! https://github.com/AdguardTeam/AdguardFilters/issues/21888
! https://github.com/AdguardTeam/AdguardFilters/issues/21839
! https://github.com/AdguardTeam/AdguardFilters/issues/21794
@@||g7t7z7m6.stackpathcdn.com/js/ads.js
! https://forum.adguard.com/index.php?threads/29340/
@@||service.videoplaza.tv/proxy/pulse-sdk-html5/*/latest.min.js$domain=rtl.be
! https://github.com/AdguardTeam/AdguardFilters/issues/21708
! https://github.com/AdguardTeam/AdguardFilters/issues/21702
@@||vivo.sx^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/21615
@@||cdnjs.cloudflare.com/ajax/libs/fuckadblock/*/fuckadblock.min.js$domain=sport-tv-guide.live
! https://github.com/AdguardTeam/AdguardFilters/issues/21380
@@||files.vitalitygames.com/games/webgl/PreloaderBG/*/game-ads.js
! short24.pw - antiadblock
! https://github.com/AdguardTeam/AdguardFilters/issues/21369
ebook3000.biz##.swal2-fade
! https://github.com/AdguardTeam/AdguardFilters/issues/21671
@@||firstonetv.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/21497
! https://github.com/AdguardTeam/AdguardFilters/issues/21477
! https://github.com/AdguardTeam/AdguardFilters/issues/21527
! https://github.com/AdguardTeam/AdguardFilters/issues/21459
! https://github.com/AdguardTeam/AdguardFilters/issues/21628
! https://github.com/AdguardTeam/AdguardFilters/issues/31976
! https://github.com/AdguardTeam/AdguardFilters/issues/21509
@@||fileflares.com/advertisements.js
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?$domain=fileflares.com
||adservice.google.com/adsid/integrator.js$empty,important,domain=fileflares.com
! https://github.com/AdguardTeam/AdguardFilters/issues/21513
streamjav.net#@#.adsBox
! https://github.com/AdguardTeam/AdguardFilters/issues/21197
rubiks-cube-solver.com#@#.adBanner
! https://github.com/AdguardTeam/AdguardFilters/issues/21422
@@||pngtosvg.com/wp-content/plugins/ad-inserter^
pngtosvg.com#@##banner-advert-container
pngtosvg.com#@#.chitika-ad
pngtosvg.com#@#.ad-inserter
pngtosvg.com#@##adsense
pngtosvg.com#@#.adsense
pngtosvg.com#@#.SponsorAds
! https://github.com/AdguardTeam/AdguardFilters/issues/21362
makeuseof.com#@#.adsbox
! https://github.com/AdguardTeam/AdguardFilters/issues/21348
! megaxtreme.net - blockadblock
! https://github.com/AdguardTeam/AdguardFilters/issues/21287
||opjav.com/statics/defaultv2/js/dedect.js
! https://github.com/AdguardTeam/AdguardFilters/issues/21204
! https://github.com/AdguardTeam/AdguardFilters/issues/21209
! https://github.com/AdguardTeam/AdguardFilters/issues/21226
@@||adulttvlive.net/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/21207
! https://github.com/AdguardTeam/AdguardFilters/issues/21206
imagetotext.iblogbox.com#%#Object.defineProperty(window, 'gadb', { value: false });
! https://github.com/AdguardTeam/AdguardFilters/issues/21218
hungama.com#%#window.showAds = true;
@@||hungama.ind.in/assets/js/ads.js$domain=hungama.com
! https://github.com/AdguardTeam/AdguardFilters/issues/20910
! https://github.com/AdguardTeam/AdguardFilters/issues/21186
linksmee.com#%#AG_defineProperty('jQuery.adblock', {value: false});
@@||linksmee.com/*/advertisement.js|$~third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/21175
! https://github.com/AdguardTeam/AdguardFilters/issues/21150
bozemandailychronicle.com#@#.adsBox
! https://github.com/AdguardTeam/AdguardFilters/issues/21122
@@||speedup-faucet.com/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/20985
@@||megaupload.pw/themes/pro/frontend_assets/js/advertisement.js
megaupload.pw#%#AG_abortInlineScript(/"adblockinfo"/, 'document.getElementById');
! https://github.com/AdguardTeam/AdguardFilters/issues/20955
@@||lunaticfiles.com/ads.js|
! https://github.com/AdguardTeam/AdguardFilters/issues/21030
! https://github.com/AdguardTeam/AdguardFilters/issues/20966
@@||vb.icdrama.se/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/20544
! https://github.com/AdguardTeam/AdguardFilters/issues/23800
! https://github.com/AdguardTeam/AdguardFilters/issues/20917
reuters.com#%#AG_abortInlineScript(/Flags\.autoRecov/, 'navigator');
reuters.com#%#Object.defineProperty(Object.prototype, 'autoRecov', { get: function() { throw null; }, set: function() { throw null; } });
reuters.com$$script[tag-content="Flags.networkListener"][min-length="20000"][max-length="150000"]
reuters.com#%#window.uabpdl = window.uabInject = window.uabpDetect = true;
@@||reuters.com/ads.js|
! https://github.com/AdguardTeam/AdguardFilters/issues/20786
! https://github.com/AdguardTeam/AdguardFilters/issues/20737
discoveryrom.org#%#AG_onLoad(function() { var el=document.body; var ce=document.createElement('div'); if(el) { el.appendChild(ce); ce.setAttribute("id", "aswift_0"); } });
! https://github.com/AdguardTeam/AdguardFilters/issues/21808
@@||pubads.g.doubleclick.net/gampad/adx$domain=watoday.com.au
watoday.com.au#$#.pub_300x250.pub_300x250m.pub_728x90.text-ad.textAd.text_ad.text_ads.text-ads.text-ad-links { display:block!important; }
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=watoday.com.au
! https://github.com/AdguardTeam/AdguardFilters/issues/20841
! https://github.com/AdguardTeam/AdguardFilters/issues/20754
@@||clubbingtv.com/*/ads/showad.js|
! https://github.com/AdguardTeam/AdguardFilters/issues/20753
! https://github.com/AdguardTeam/AdguardFilters/issues/16677
! https://github.com/AdguardTeam/AdguardFilters/issues/20663
||shortit.pw/js/adbb.js
! https://github.com/AdguardTeam/AdguardFilters/issues/20266
mailbait.info#%#Object.defineProperty(window, 'adblock_present', { value: 200 });
@@||pagead2.googlesyndication.com/pagead/show_ads.js$domain=mailbait.info
! https://github.com/AdguardTeam/AdguardFilters/issues/20648
@@||stream2watch.org/js/advertisement.js
! cbssports.com - antiadblock in video player
@@||imasdk.googleapis.com/js/sdkloader/ima3_debug.js$domain=cbssports.com
! https://github.com/AdguardTeam/AdguardFilters/issues/20520
! https://github.com/AdguardTeam/AdguardFilters/issues/20477
! https://github.com/AdguardTeam/AdguardFilters/issues/20219
@@||sexwebvideo.me/js/advertising.js
sexwebvideo.me#%#window.canRunAds = true;
! https://github.com/AdguardTeam/AdguardFilters/issues/20262
happyfor.win#%#(function(){var b=window.setTimeout;window.setTimeout=function(a,c){if(!/adblock.html/.test(a.toString()))return b(a,c)};})();
! https://github.com/AdguardTeam/AdguardFilters/issues/20257
emurom.net#$##adsense { display: block!important; height: 1px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/20377
! https://forum.adguard.com/index.php?threads/getlink-pw.29175/
! https://github.com/AdguardTeam/AdguardFilters/issues/20432
! https://github.com/AdguardTeam/AdguardFilters/issues/20271
@@||hackintoshzone.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/20130
@@||mp4upload.com/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/20270
@@||safeurl.net/theme/js/ads_tests.js
! https://github.com/AdguardTeam/AdguardFilters/issues/20272
converthinks.xyz#@##adsense
! https://github.com/AdguardTeam/AdguardFilters/issues/20222
shon.xyz#%#window.RunAds = true;
@@||shon.xyz/js/show_ads.js
@@||shon.xyz/js/adframe.js$~third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/20187
! https://github.com/AdguardTeam/AdguardFilters/issues/20004
! https://github.com/AdguardTeam/AdguardFilters/issues/20126
wroffle.com#@##banner-advert-container
wroffle.com#@#.chitika-ad
wroffle.com#@#.ad-inserter
wroffle.com#@##adsense
wroffle.com#@#.SponsorAds
wroffle.com#@#.adsense
@@||wroffle.com/wp-content/plugins/ad-inserter^
! https://github.com/AdguardTeam/AdguardFilters/issues/20124
! https://github.com/AdguardTeam/AdguardFilters/issues/20128
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=stickgames.com
! https://github.com/AdguardTeam/AdguardFilters/issues/20129
fmlawkers.club#@#.afs_ads
! https://github.com/AdguardTeam/AdguardFilters/issues/20134
@@||uploaded-premium-link-generator.com/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/20135
plg.ovakode.com#@#.bottom-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/20026
! filebebo.co - antiadblock
@@||filebebo.co/js/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/19952
rollercoin.com#@#.adBlock
rollercoin.com#%#AG_onLoad(function() { window.addBlockTest = function() {}; });
! https://github.com/AdguardTeam/AdguardFilters/issues/19935
! https://github.com/AdguardTeam/AdguardFilters/issues/19380
@@||pussyspace.com/js/advertising.js
! https://github.com/AdguardTeam/AdguardFilters/issues/19899
! https://github.com/AdguardTeam/AdguardFilters/issues/19902
@@||zonebourse.com/js/googleads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/19889
@@||rules.noadblock.org^$domain=hackintoshzone.com
! https://github.com/AdguardTeam/AdguardFilters/issues/19880
! https://github.com/AdguardTeam/AdguardFilters/issues/19837
@@||imgadult.com/anex/alt2.js
! https://github.com/AdguardTeam/AdguardFilters/issues/19838
@@||imgdrive.net/anex/alt2.js
! https://github.com/AdguardTeam/AdguardFilters/issues/19855
@@||safeurl.net/theme/js/ads_test.js
! https://github.com/AdguardTeam/AdguardFilters/issues/19633
slice.ca#@#.afs_ads
! kissasian.es - antiadblock
@@||kissasian.es/js/ads.js$~third-party
kissasian.es#%#window.check_adblock = true;
@@||kissasian.es/themes/vast/videojs.ads.min.js
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=kissasian.es
! https://github.com/AdguardTeam/AdguardFilters/issues/19754
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=mufasi.ga
! https://github.com/AdguardTeam/AdguardFilters/issues/19753
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=hiddenobjectgames.com
! https://github.com/AdguardTeam/AdguardFilters/issues/19749
@@||cdn.witchhut.com/network-js/witch-afg/ima3.js$domain=playpod.com
! https://github.com/AdguardTeam/AdguardFilters/issues/19748
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=tetris.com
@@||tetris.com/play-tetris-content/ads.js
! https://forum.adguard.com/index.php?threads/uplod-io.29091/
@@||uplod.io/hg/js/advertisement.js
! https://forum.adguard.com/index.php?threads/intoupload-net.29090/
! https://github.com/AdguardTeam/AdguardFilters/issues/19566
@@||wwe2day.com/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/19588
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=repo.xarold.com
! https://github.com/AdguardTeam/AdguardFilters/issues/19450
! https://github.com/AdguardTeam/AdguardFilters/issues/19563
paksociety.com##body > div[style^="position: fixed; top:"][style*="z-index: 9999"]:not([class]):not([id])
paksociety.com#%#Object.defineProperty(window, 'ai_adb_detected', { get: function() { return function(){}; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/19449
@@/adBlockDetector.js$~third-party,domain=facepunch.io|biters.io|skyroyale.io|fisp.io
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=facepunch.io|biters.io|skyroyale.io|fisp.io
! https://github.com/AdguardTeam/AdguardFilters/issues/19360
! https://github.com/AdguardTeam/AdguardFilters/issues/19558
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=wordgames.com
! https://github.com/AdguardTeam/AdguardFilters/issues/19473
! https://github.com/AdguardTeam/AdguardFilters/issues/19247
! https://github.com/AdguardTeam/AdguardFilters/issues/19454
! https://github.com/AdguardTeam/AdguardFilters/issues/19455
! https://github.com/AdguardTeam/AdguardFilters/issues/19456
mangadeep.com#@#.afs_ads
! https://github.com/AdguardTeam/AdguardFilters/issues/19458
smsget.net#@#.adsbygoogle
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=smsget.net
@@||pagead2.googlesyndication.com/pagead/js/*/show_ads_impl.js$domain=smsget.net
! https://github.com/AdguardTeam/AdguardFilters/issues/19459
@@||temp-mails.com/files/js/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/19520
! https://github.com/AdguardTeam/AdguardFilters/issues/19214
! https://github.com/AdguardTeam/AdguardFilters/issues/19320
cwseed.com#%#AG_defineProperty('wc.pid', { value: "" });
! https://forum.adguard.com/index.php?threads/29029/
xclusivejams.com##.main-container > div[id][class][style*="z-index: 9999"]
xclusivejams.com##.main-container > div[id][class][style*="z-index: 9999"] + div[class][style*="z-index: 9999"]
! https://github.com/AdguardTeam/AdguardFilters/issues/19283
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=coolgames.com
! https://github.com/AdguardTeam/AdguardFilters/issues/19337
! https://github.com/AdguardTeam/AdguardFilters/issues/19255
! https://github.com/AdguardTeam/AdguardFilters/issues/19338
@@||shortadd.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/19340
@@||absolutcheats.com/adframe.js
! https://github.com/AdguardTeam/AdguardFilters/issues/19310
||foxbooru.com/js/bab.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/19370
! https://github.com/AdguardTeam/AdguardFilters/issues/19318
! https://github.com/AdguardTeam/AdguardFilters/issues/19240
! https://github.com/AdguardTeam/AdguardFilters/issues/19242
@@||a2zp30.com/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/19243
@@||googledrivelinks.com/wp-content/plugins/dh-anti-adblocker/assets/js/showads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/19247
@@||forum.darksoftware.net/js/valecore/blockadblock/adsense.js
! https://github.com/AdguardTeam/AdguardFilters/issues/19254
asiancorrespondent.com#%#AG_abortInlineScript(/bidWon/, 'Math.floor');
! https://github.com/AdguardTeam/AdguardFilters/issues/19256
! https://github.com/AdguardTeam/AdguardFilters/issues/18503
@@||titsbox.com/js/pop.js
! https://github.com/AdguardTeam/AdguardFilters/issues/18937
@@||perfectgirls.net^$generichide
@@||ads.exosrv.com/ad_track.js$domain=perfectgirls.net
@@||ads.exosrv.com/ad99uip8i.php$domain=perfectgirls.net
! https://github.com/AdguardTeam/AdguardFilters/issues/19138
@@$domain=rapidvideo.com,webrtc,websocket
! https://github.com/AdguardTeam/AdguardFilters/issues/19092
@@||ad.skylinewebcams.com/ad.php
! https://github.com/AdguardTeam/AdguardFilters/issues/19061
! https://github.com/AdguardTeam/AdguardFilters/issues/18731
countrylife.co.uk#%#AG_abortInlineScript(/bidWon/, 'IPCCoreQueue');
! https://github.com/AdguardTeam/AdguardFilters/issues/18739
baloo.co,123tvseries.co$$script[tag-content="z=stop.bind"][max-length="10000"]
baloo.co,123tvseries.co#%#AG_abortInlineScript(/stop.bind/, 'z');
! https://github.com/AdguardTeam/AdguardFilters/issues/18876
! https://github.com/AdguardTeam/AdguardFilters/issues/19047
! https://github.com/AdguardTeam/AdguardFilters/issues/19050
! https://github.com/AdguardTeam/AdguardFilters/issues/18807
! https://github.com/AdguardTeam/AdguardFilters/issues/18577
@@||pagead2.googlesyndication.com/pagead/js/*/show_ads_impl.js$domain=androgalaxy.in
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=androgalaxy.in
! https://github.com/AdguardTeam/AdguardFilters/issues/18780
! https://github.com/AdguardTeam/AdguardFilters/issues/18806
@@||hm732.com/adverts/ad-400.js
goodtoknow.co.uk#%#AG_abortInlineScript(/bidWon/, 'IPCCoreQueue');
! https://github.com/AdguardTeam/AdguardFilters/issues/18577
@@||androgalaxy.in/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/18633
@@||evowars.io/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/18635
@@||freeproxylist.me^$generichide
@@||manager.youssh.net/js/jqe.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/18700
! https://github.com/AdguardTeam/AdguardFilters/issues/18728
! https://github.com/AdguardTeam/AdguardFilters/issues/18628
@@||1fichier.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/18569
! https://github.com/AdguardTeam/AdguardFilters/issues/35064
! https://github.com/AdguardTeam/AdguardFilters/issues/20387
! https://github.com/AdguardTeam/AdguardFilters/issues/18523
@@||kissasian.sh/Scripts/adsense.js
kissasian.sh$$script[tag-content="Please disable AdBlock"][max-length="2000"]
kissasian.sh,kissasian.ch#%#Object.defineProperty(window, 'alb', { value: false });
!+ NOT_PLATFORM(ios, ext_android_cb, ext_ublock)
||bebi.com/js/plugins.js$domain=kissasian.ch|kissasian.sh,empty,important
!+ NOT_PLATFORM(ios, ext_android_cb, ext_ublock)
||propellerads.com/wp-content/themes/Zephyr/framework/js/jquery.simpleplaceholder.js$domain=kissasian.ch|kissasian.sh,empty,important
!+ NOT_PLATFORM(ios, ext_android_cb, ext_ublock)
||pubmatic.com/wp-content/themes/pubmatic/js/jquery.alignHeight.js$domain=kissasian.ch|kissasian.sh,empty,important
! https://github.com/AdguardTeam/AdguardFilters/issues/18342
@@||likn.xyz/js/adframe.js
! https://github.com/AdguardTeam/AdguardFilters/issues/18174
@@||unique-tutorials.info/adframe.js
! https://github.com/AdguardTeam/AdguardFilters/issues/18296
dongyoungsang.com,dongyoungsang.me,dongyoungsang.net#@#.adsbygoogle
dongyoungsang.com,dongyoungsang.me,dongyoungsang.net#$#.adsbygoogle { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/18269
! https://github.com/AdguardTeam/AdguardFilters/issues/18215
! https://github.com/AdguardTeam/AdguardFilters/issues/12524
! https://github.com/AdguardTeam/AdguardFilters/issues/18350
! https://github.com/AdguardTeam/AdguardFilters/issues/18185
@@||streamango.com/assets/js/script.packed.js
! https://github.com/AdguardTeam/AdguardFilters/issues/18146
thefirmwareclub.com##body > div[style^="position: fixed; top:"][style*="z-index: 9999"]:not([class]):not([id])
thefirmwareclub.com#%#Object.defineProperty(window, 'ai_adb_detected', { get: function() { return function(){}; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/17927
||bitcolife.ru/*/assets/js/misc.js
! https://github.com/AdguardTeam/AdguardFilters/issues/18145
! https://github.com/AdguardTeam/AdguardFilters/issues/18139
! https://github.com/AdguardTeam/AdguardFilters/issues/17420
! https://github.com/AdguardTeam/AdguardFilters/issues/18079
couponcabin.com#@##bottomAd
! https://github.com/AdguardTeam/AdguardFilters/issues/18080
@@||anilinkz.to/adblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/17989
! https://github.com/AdguardTeam/AdguardFilters/issues/16618
! https://github.com/AdguardTeam/AdguardFilters/issues/16190
xberuang.blogspot.de,xberuang.blogspot.com#%#AG_defineProperty('safelink.adblock', {value: false}); AG_defineProperty('safelink.counter', {value: 0});
! https://github.com/AdguardTeam/AdguardFilters/issues/18012
@@||itsourtree.com/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/17851
! https://github.com/AdguardTeam/AdguardFilters/issues/17661
@@||cdnjs.cloudflare.com/ajax/libs/blockadblock/3.2.1/blockadblock.min.js$domain=cpmlink.net
! https://github.com/AdguardTeam/AdguardFilters/issues/17890
@@||waves4you.com/files/advert.js
! https://github.com/AdguardTeam/AdguardFilters/issues/17764
444.coffee##.ui-widget-overlay
444.coffee##div[aria-describedby="myaabpfun12dialog"]
! https://github.com/AdguardTeam/AdguardFilters/issues/17646
! https://github.com/AdguardTeam/AdguardFilters/issues/17110
! https://github.com/AdguardTeam/AdguardFilters/issues/17098
! https://github.com/AdguardTeam/AdguardFilters/issues/17644
! https://github.com/AdguardTeam/AdguardFilters/issues/27787
! https://forum.adguard.com/index.php?threads/10844/
! https://forum.adguard.com/index.php?threads/radio-net-ads.33637/
! ad reinjection
@@/ads.min.js$domain=notebookcheck-hu.com|notebookcheck.com|notebookcheck.net|notebookcheck.org|notebookcheck.biz|notebookcheck.it|notebookcheck.nl|notebookcheck.info|notebookcheck-tr.com|notebookcheck.se|notebookcheck-ru.com
radio.net,notebookcheck-hu.com,notebookcheck.com,notebookcheck.net,notebookcheck.org,notebookcheck.biz,notebookcheck.it,notebookcheck.nl,notebookcheck.info,notebookcheck-tr.com,notebookcheck.se,notebookcheck-ru.com$$script[tag-content="Flags.networkListener"][min-length="20000"][max-length="150000"]
radio.net,notebookcheck-hu.com,notebookcheck.com,notebookcheck.net,notebookcheck.org,notebookcheck.biz,notebookcheck.it,notebookcheck.nl,notebookcheck.info,notebookcheck-tr.com,notebookcheck.se,notebookcheck-ru.com#%#Object.defineProperty(Object.prototype, 'autoRecov', { get: function() { throw null; }, set: function() { throw null; } });
notebookcheck-hu.com,notebookcheck.com,notebookcheck.net,notebookcheck.org,notebookcheck.biz,notebookcheck.it,notebookcheck.nl,notebookcheck.info,notebookcheck-tr.com,notebookcheck.se,notebookcheck-ru.com#%#AG_abortInlineScript(/Flags\.autoRecov/, 'navigator');
@@||static.h-bid.com/prebid/*/prebid.js$domain=notebookcheck-hu.com|notebookcheck.com|notebookcheck.net|notebookcheck.org|notebookcheck.biz|notebookcheck.it|notebookcheck.nl|notebookcheck.info|notebookcheck-tr.com|notebookcheck.se|notebookcheck-ru.com
@@||static.h-bid.com/gdpr/cmp.stub.js$domain=notebookcheck-hu.com|notebookcheck.com|notebookcheck.net|notebookcheck.org|notebookcheck.biz|notebookcheck.it|notebookcheck.nl|notebookcheck.info|notebookcheck-tr.com|notebookcheck.se|notebookcheck-ru.com
@@||notebookcheck*/fileadmin/scripts/pagecall_dfp_async.js
notebookcheck-hu.com,notebookcheck.com,notebookcheck.net,notebookcheck.org,notebookcheck.biz,notebookcheck.it,notebookcheck.nl,notebookcheck.info,notebookcheck-tr.com,notebookcheck.se,notebookcheck-ru.com#%#window.uabpdl = window.uabInject = true;
! https://github.com/AdguardTeam/AdguardFilters/issues/17518
! https://github.com/AdguardTeam/AdguardFilters/issues/17607
@@||a2zapk.com/ads.js
a2zapk.com#%#window.ads = "on";
! https://forum.adguard.com/index.php?threads/28862/
@@||uploadcloud.pro/js/advertisement.js
! https://forum.adguard.com/index.php?threads/openload-oload-download-adblock-detection.28867/
@@||oload.download/assets/js/license.*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/17560
! https://github.com/AdguardTeam/AdguardFilters/issues/17604
@@||hulkshare.com/combine/*adblocker.js
! https://github.com/AdguardTeam/AdguardFilters/issues/17605
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=pluspremieres.io
pluspremieres.io#@##ad-container
pluspremieres.io#@#.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/25586
! https://github.com/AdguardTeam/AdguardFilters/issues/17609
!+ NOT_OPTIMIZED
||cdn.rawgit.com/Arlina-Design/quasar/*/arlinablock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/17382
! https://github.com/AdguardTeam/AdguardFilters/issues/17336
sofonesia.com###popDiv
! https://github.com/AdguardTeam/AdguardFilters/issues/17341
! https://github.com/AdguardTeam/AdguardFilters/issues/17104
! https://github.com/AdguardTeam/AdguardFilters/issues/17481
proxydocker.com#@#.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/17514
intercelestial.com##.swal2-container
! https://github.com/AdguardTeam/AdguardFilters/issues/16631
! https://github.com/AdguardTeam/AdguardFilters/issues/17447
@@||cdnjs.cloudflare.com/ajax/libs/fuckadblock/3.2.1/fuckadblock.min.js$domain=vcstream.to
! https://github.com/AdguardTeam/AdguardFilters/issues/28391
! https://github.com/AdguardTeam/AdguardFilters/issues/18113
@@||facebook.com/adsmanager/manage^
facebook.com,facebookcorewwwi.onion#@#.AdBox
facebook.com,facebookcorewwwi.onion#@#.Ad
facebook.com,facebookcorewwwi.onion#@#.advert
facebook.com,facebookcorewwwi.onion#@#.post-ads
facebook.com,facebookcorewwwi.onion#$#body > .AdBox.Ad.advert { display:block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/17252
@@||maps4heroes.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/17316
! https://github.com/AdguardTeam/AdguardFilters/issues/17216
almasdarnews.com##body > div[style^="position: fixed; top:"][style*="z-index: 9999"]:not([class]):not([id])
almasdarnews.com#%#Object.defineProperty(window, 'ddbbca0c0ea9', { get: function() { return function() {}; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/17379
@@||ruluthemes.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/16471
! Ads reinjection
cbc.ca#%#AG_abortInlineScript(/\{bs: "\/cxresources\/"\,sb:/, 'cxrgxs');
cbc.ca$$script[tag-content="{bs: ""/cxresources/"",sb:"][min-length="20000"][max-length="250000"]
! https://github.com/AdguardTeam/AdguardFilters/issues/17295
@@||crackedgameservers.com/uploads/set_resources*adframe.js
! https://github.com/AdguardTeam/AdguardFilters/issues/17302
@@||babeforums.org/clientscript/site_ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/17100
! https://github.com/AdguardTeam/AdguardFilters/issues/17077
! https://github.com/AdguardTeam/AdguardFilters/issues/26458
! https://github.com/AdguardTeam/AdguardFilters/issues/17233
kissanime.ru#%#Object.defineProperty(window, 'hynsaswnvx', { value: false });
@@||kissanime.ru/ads^
@@||propellerads.com/wp-content/themes/Zephyr/framework/js/jquery.easing.min.js$domain=kissanime.ru
kissanime.ru#%#Object.defineProperty(window, 'isClickHide', { value: true });
kissanime.ru#%#Object.defineProperties(window, { DoDetect1: { get: function() { return; } }, DoDetect2: { get: function() { return; } } });
kissanime.ru#$#iframe[id^="adsIfrme"] { display:block!important; position: absolute!important; left: -3000px!important; }
||kissanime.ru/Special/TemporaryBlock
! https://github.com/AdguardTeam/AdguardFilters/issues/17196
hotcars.com#@#.AdSense
! https://github.com/AdguardTeam/AdguardFilters/issues/28122
! https://github.com/AdguardTeam/AdguardFilters/issues/16909
! https://github.com/AdguardTeam/AdguardFilters/issues/16762
@@||thop.in/ads.js
||emploislongueuil.com/wp-includes/js/blo.js
! https://github.com/AdguardTeam/AdguardFilters/issues/16676
! https://github.com/AdguardTeam/AdguardFilters/issues/16978
@@||production-static.ondemandkorea.com/js_src/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/16844
inspirationde.com#@#.afs_ads
! https://github.com/AdguardTeam/AdguardFilters/issues/16832
! https://github.com/AdguardTeam/AdguardFilters/issues/16838
! https://github.com/AdguardTeam/AdguardFilters/issues/16698
@@||tvcatchup.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/16271
@@||n4mo.org/advert.js
! https://github.com/AdguardTeam/AdguardFilters/issues/16272
stream.cr#%#AG_abortInlineScript(/error:function/, '$');
@@/banners/adServe/*$script,stylesheet,domain=stream.cr
@@/core/adServe/banners/*$script,stylesheet,domain=stream.cr
@@||gomovies.technology/*/banners.php$domain=stream.cr|gomovies.technology
!+ NOT_PLATFORM(ext_ff, ext_edge, ios, ext_android_cb, ext_ublock)
||static.criteo.net/js/ld/publishertag.js$empty,important,domain=stream.cr
!+ NOT_PLATFORM(ext_ff, ext_edge, ios, ext_android_cb, ext_ublock)
||modulepush.com^$empty,important,domain=stream.cr
! https://github.com/AdguardTeam/AdguardFilters/issues/16660
@@||cutcaptcha.com/captcha/*.js$domain=filecrypt.cc
! https://github.com/AdguardTeam/AdguardFilters/issues/16476
! https://forum.adguard.com/index.php?threads/www-free-download-pro.28766/
@@||free-download.pro/adsense.js
! https://github.com/AdguardTeam/AdguardFilters/issues/16519
dl.ccbluex.net#@#.adsbygoogle
dl.ccbluex.net#@#.ad-banner
@@||pagead2.googlesyndication.com/pagead/js/*/show_ads_impl.js$domain=dl.ccbluex.net
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=dl.ccbluex.net
! https://github.com/AdguardTeam/AdguardFilters/issues/16420
@@||viewasian.tv/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/16460
! https://github.com/AdguardTeam/AdguardFilters/issues/16466
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=pluspremieres.us
@@||pagead2.googlesyndication.com/pagead/js/*/show_ads_impl.js$domain=pluspremieres.us
pluspremieres.us#@##ad-container
pluspremieres.us#@#.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/16288
! https://github.com/AdguardTeam/AdguardFilters/issues/16397
offidocs.com##body > div[style*="text-align: center; z-index: 90000;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/16239
@@||onlinefreecourse.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/15917
beinsports.com#@#.afs_ads
@@||assets.beinsports.com/*/scripts/ads.js$~third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/16390
mellowads.com#@##frameAd
! https://github.com/AdguardTeam/AdguardFilters/issues/16180
androidsage.com#%#Object.defineProperty(window, 'blckad', { get: function() { return; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/15962
mp4cloud.net,streamratio.com#%#window.detector_active = true;
@@/detector/adsbygoogle.js$~third-party,script,domain=mp4cloud.net|streamratio.com
! https://github.com/AdguardTeam/AdguardFilters/issues/16336
@@||flashx.*/counter.cgi?$~third-party
@@||flashx.*/flashx.php?f=fail&fxfx=$~third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/16277
@@||billiongraves.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/29721
! https://github.com/AdguardTeam/AdguardFilters/issues/16012
ihackedgames.com#%#Object.defineProperty(window, 'gasblockDone', { get: function() { return function() {}; } });
ihackedgames.com#@#.adsbygoogle
ihackedgames.com#$#.adsbygoogle { position: absolute!important; left: -3000px!important; }
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$empty,important,domain=ihackedgames.com
! https://github.com/AdguardTeam/AdguardFilters/issues/15762
||education-load.com/js/main.js
! https://github.com/AdguardTeam/AdguardFilters/issues/15740
pacogames.com#@#.afs_ads
! https://github.com/AdguardTeam/AdguardFilters/issues/15951
! https://github.com/AdguardTeam/AdguardFilters/issues/15933
@@||post4earn.com/js/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/15929
@@||houstonpress.com/js_cache/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/15752
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=ditchthecarbs.com
! https://github.com/AdguardTeam/AdguardFilters/issues/15851
! https://github.com/AdguardTeam/AdguardFilters/issues/15848
@@||phoenixnewtimes.com/js_cache/ads.js^
! https://github.com/AdguardTeam/AdguardFilters/issues/15850
! https://github.com/AdguardTeam/AdguardFilters/issues/15840
@@||macup.org/themes/flow/frontend_assets/js/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/15834
! https://github.com/AdguardTeam/AdguardFilters/issues/15806
! https://github.com/AdguardTeam/AdguardFilters/issues/15787
@@||pagead2.googlesyndication.com/pagead/js/r*/show_ads_impl.js$domain=cmacapps.com
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=cmacapps.com
! https://github.com/AdguardTeam/AdguardFilters/issues/15792
! https://github.com/AdguardTeam/AdguardFilters/issues/15439
@@||notify.medicalnewstoday.com/ads.html
! https://github.com/AdguardTeam/AdguardFilters/issues/15546
! https://github.com/AdguardTeam/AdguardFilters/issues/15623
@@||cdnjs.cloudflare.com/ajax/libs/fuckadblock/3.2.1/fuckadblock.min.js$domain=loadvid.online|hdonline.is
! https://github.com/AdguardTeam/AdguardFilters/issues/15533
@@||cdnjs.cloudflare.com/ajax/libs/fuckadblock/3.2.1/fuckadblock.min.js$domain=satoshihero.com|satoshimonster.com
! https://github.com/AdguardTeam/AdguardFilters/issues/15491
@@||cdn-surfline.com/quiver/*/scripts/ads.js$domain=surfline.com
! https://github.com/AdguardTeam/AdguardFilters/issues/15485
rockfile.co#%#AG_onLoad(function() { var el=document.body; var ce=document.createElement('iframe'); ce.style = 'display: none!important;'; if(el) { el.appendChild(ce); } });
! https://github.com/AdguardTeam/AdguardFilters/issues/15381
! https://github.com/AdguardTeam/AdguardFilters/issues/15319
||d3urj1bkrgys5t.cloudfront.net/app.min.js$domain=cityam.com
cityam.com#%#AG_defineProperty('CatapultTools.AdblockDetection', { get: function() { throw null; }, set: function() { throw null; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/15286
! https://github.com/AdguardTeam/AdguardFilters/issues/15247
! https://github.com/AdguardTeam/AdguardFilters/issues/15245
thememypc.net#$#.ABD_display_adblock { display: none!important; }
thememypc.net#$#.ABD_display_noadblock { display: block!important; }
@@||thememypc.net/wp-content/plugins/nervous-pleasure/assets/js/advertisement.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/15046
/^https?:\/\/anonymousemail\.me\/[\S]{3,10}\.js$/$important,domain=anonymousemail.me
! https://github.com/AdguardTeam/AdguardFilters/issues/15242
rentanadviser.com#$#.reklamcontainer { height: 1px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/15358
@@||vlist.se/advertisement.js
@@||videobug.se/advertisement.js
vlist.se#%#window.adblock = 1;
! https://github.com/AdguardTeam/AdguardFilters/issues/33179
! https://github.com/AdguardTeam/AdguardFilters/issues/23960
! https://github.com/AdguardTeam/AdguardFilters/issues/15341
@@||einthusan.ca/prebid.js
@@||einthusan.tv/prebid.js
@@||einthusan.com/prebid.js
@@||vid.springserve.com/vast/*einthusan.ca
@@||vid.springserve.com/vast/*einthusan.tv
@@||vid.springserve.com/vast/*einthusan.com
@@||imasdk.googleapis.com/js/sdkloader/loader.js$domain=einthusan.ca|einthusan.tv|einthusan.com
! https://github.com/AdguardTeam/AdguardFilters/issues/15190
@@||gardenista.com/assets/scripts/advert.js
gardenista.com#%#Object.defineProperty(window, 'adsAreBlocked', { value: false });
! https://github.com/AdguardTeam/AdguardFilters/issues/15296
@@/js/advertisement.$domain=blogs.sapib.ca
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=blogs.sapib.ca
@@||blogs.sapib.ca^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/15306
! https://github.com/AdguardTeam/AdguardFilters/issues/15276
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$empty,important,domain=repo.hackyouriphone.org
! https://github.com/AdguardTeam/AdguardFilters/issues/36258
! https://github.com/AdguardTeam/AdguardFilters/issues/15279  Paid Content
@@||orbitfour47.com/adclix.png
ancensored.com#%#Object.defineProperty(window, 'oio', { get: function() { return; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/15273
! https://github.com/AdguardTeam/AdguardFilters/issues/15275
! https://github.com/AdguardTeam/AdguardFilters/issues/15836#issuecomment-390495486
! https://github.com/AdguardTeam/AdguardFilters/issues/15017
9anime.is#%#AG_onLoad(function() { var el=document.querySelector('#sidebar > [class="widget crop text-center mgid"] > [id*="ScriptRoot"]'); var ce=document.createElement('div'); if(el) { el.appendChild(ce); ce.setAttribute("id", "MarketGidComposite180508"); } });
9anime.is#%#AG_onLoad(function() { setTimeout(function() { AG_removeElementBySelector('.container > .widget.crop.text-center, .content > .widget.crop.text-center'); }, 300); });
9anime.is#$#.widget.crop { height: 7px!important; }
9anime.is#@#.rc-item
9anime.is#@##rc-row-container
9anime.is#@#.rc-item-wrapper
9anime.is#@#div[id*="ScriptRootC"]
9anime.is#@#[id*="ScriptRoot"]
@@||trends.revcontent.com/serve.js.php$domain=9anime.is
! https://github.com/AdguardTeam/AdguardFilters/issues/15278
@@||cut4links.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/15049
elfqrin.com#%#var _st = window.setTimeout; window.setTimeout = function(a, b) { if(!/document\.querySelector\("ins\.adsbygoogle"\)/.test(a)){ _st(a,b);}};
! https://github.com/AdguardTeam/AdguardFilters/issues/15180
! https://github.com/AdguardTeam/AdguardFilters/issues/15043
! https://github.com/AdguardTeam/AdguardFilters/issues/15048
@@||speed4up.com/themes/flow/frontend_assets/js/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/15047
! https://github.com/AdguardTeam/AdguardFilters/issues/15039
@@||cartoon8.tv/js/ads.js
cartoon8.tv#%#window.check_adblock = true;
! https://github.com/AdguardTeam/AdguardFilters/issues/14003
@@||cartoonhd.pw/templates/cartoonhd/assets/scripts/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/15117
@@||hgtv.ca^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/15157
@@||pagead2.googlesyndication.com/pagead/js/lidar.js$domain=jerusalemonline.com
! https://github.com/AdguardTeam/AdguardFilters/issues/15040
@@||asr-games.net/*/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/15010
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=webnovel.com
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=webnovel.com
@@||tpc.googlesyndication.com/pagead^$domain=tpc.googlesyndication.com
@@||pagead2.googlesyndication.com/pagead/js/*/show_ads_impl.js$domain=webnovel.com
@@||yueimg.com/en/js/common/utils/adsbygoogle*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/31492
forum.blackhatindia.ru$$script[tag-content="onreadystatechange"]
! https://github.com/AdguardTeam/AdguardFilters/issues/14991
@@||livesports.pw/*adblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/14985
! https://github.com/AdguardTeam/AdguardFilters/issues/23708
@@||faucetcrypto.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/14969
! https://github.com/AdguardTeam/AdguardFilters/issues/14970
! https://github.com/AdguardTeam/AdguardFilters/issues/14960
! https://github.com/AdguardTeam/AdguardFilters/issues/14895
@@||gamesglue.com/game_core/check^
! https://github.com/AdguardTeam/AdguardFilters/issues/14898
! https://github.com/AdguardTeam/AdguardFilters/issues/14880
@@||googletagservices.com/tag/js/gpt.js$domain=twitch.tv
@@||c.amazon-adsystem.com/aax2/apstag.js$domain=twitch.tv
@@||nexac.com/*/getdata.xgi$domain=twitch.tv
@@||s0.2mdn.net^$domain=twitch.tv
@@||pagead2.googlesyndication.com^$domain=twitch.tv
@@||adservice.google.com^$domain=twitch.tv
!+ NOT_PLATFORM(ext_edge, ext_safari)
||googletagservices.com/tag/js/gpt.js$empty,important,domain=twitch.tv
!+ NOT_PLATFORM(ext_edge, ext_safari)
||c.amazon-adsystem.com/aax2/apstag.js$empty,important,domain=twitch.tv
!+ NOT_PLATFORM(ext_edge, ext_safari)
||nexac.com/*/getdata.xgi$empty,important,domain=twitch.tv
!+ NOT_PLATFORM(ext_edge, ext_safari)
||s0.2mdn.net^$empty,important,domain=twitch.tv
!+ NOT_PLATFORM(ext_edge, ext_safari)
||pagead2.googlesyndication.com^$empty,important,domain=twitch.tv
!+ NOT_PLATFORM(ext_edge, ext_safari)
||adservice.google.com^$empty,important,domain=twitch.tv
! https://github.com/AdguardTeam/AdguardFilters/issues/14826
@@||kimcartoon.co/js/ads.js
kimcartoon.co#%#window.check_adblock = true;
! https://github.com/AdguardTeam/AdguardFilters/issues/14858
! https://forum.adguard.com/index.php?threads/28509/
datpiff.fun###wp-footer > div[id][class][style^="background: rgb(221, 221, 221);"]
datpiff.fun###wp-footer > div[id][class][style^="background: rgb(221, 221, 221);"]+div[class][style]
! https://forum.adguard.com/index.php?threads/28491/
@@||dreamsky10.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/14825
@@||watchcartoonsonline.me/js/ads.js
watchcartoonsonline.me#%#window.check_adblock = true;
! https://github.com/AdguardTeam/AdguardFilters/issues/14823
! https://github.com/AdguardTeam/AdguardFilters/issues/14794
@@||giveaway-club.com/includes/js/ads.js
giveaway-club.com#%#window.gcAdsActive = true;
! https://github.com/AdguardTeam/AdguardFilters/issues/14430
! https://github.com/AdguardTeam/AdguardFilters/issues/28709
@@||v.fwmrm.net/ad/g/1$domain=stream.nbcsports.com
! https://github.com/AdguardTeam/AdguardFilters/issues/14749
@@||clipwatching.com/js/pop.js
@@||clipwatching.com/js/adframe.js
! https://github.com/AdguardTeam/AdguardFilters/issues/14546
@@||thecriptonews.us^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/14544
@@||litecoin-faucet.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/14259
! https://github.com/AdguardTeam/AdguardFilters/issues/14364
@@||sweetpornlinks.com/cb-builder/theme/robo-arimo/assets/js/adframe.js
! https://github.com/AdguardTeam/AdguardFilters/issues/14650
||javhiv.net/statics/defaultv2/js/dedect.js
! https://github.com/AdguardTeam/AdguardFilters/issues/14576
swissadspaysfaucet.com#@#.adsBox
swissadspaysfaucet.com#@#.adsbox
! allvideos.me - antiadblock
! https://github.com/AdguardTeam/AdguardFilters/issues/11336
twitch.tv#@#.adsbox
@@||pubads.g.doubleclick.net^$domain=twitch.tv
! https://github.com/AdguardTeam/AdguardFilters/issues/14486
! https://github.com/AdguardTeam/AdguardFilters/issues/14083
@@||dwatchseries.to/templates/default/js/advertising.js
! https://github.com/AdguardTeam/AdguardFilters/issues/14297
! https://github.com/AdguardTeam/AdguardFilters/issues/14020
! https://github.com/AdguardTeam/AdguardFilters/issues/13806
@@||getfree.co.in/bcash/libs/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/14392
@@||mapquest.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/14266
@@||orbitfour47.com^$domain=chicksonright.com
! https://github.com/AdguardTeam/AdguardFilters/issues/14303
@@||hyperdebrid.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/14246
||dreamdth.com/js/siropu/am/core.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/14076
globaltv.com#@#.afs_ads
! https://github.com/AdguardTeam/AdguardFilters/issues/13809
@@||bitbitcoin.website/libs/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/28426
! https://github.com/AdguardTeam/AdguardFilters/issues/14270
@@||anime-loads.org/assets/pub/js/ads.com/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/13814
@@||expertblogz.com/*/ads.js
expertblogz.com#%#window.canRunAds = true;
! https://github.com/AdguardTeam/AdguardFilters/issues/13326
! https://github.com/AdguardTeam/AdguardFilters/issues/14159
! https://github.com/AdguardTeam/AdguardFilters/issues/14198
! https://github.com/AdguardTeam/AdguardFilters/issues/14172
! https://github.com/AdguardTeam/AdguardFilters/issues/13831
! ads replacement script
@@||vintage-erotica-forum.com/clientscript/site_ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/13804
! https://github.com/AdguardTeam/AdguardFilters/issues/13808
@@||blockfaucet.com/assets/js/fuckadblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/13801
cointiply.com#@#.side-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/14067
! https://github.com/AdguardTeam/AdguardFilters/issues/13882
@@||tvarticles.org^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/13865
@@||games.softgames.com/modules/ads-client.last.js
@@||games.softgames.com/assets/showads.js
@@||games.softgames.com/assets/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/13797
! https://github.com/AdguardTeam/AdguardFilters/issues/14006
forum.hackinformer.com#@#.headerads
forum.hackinformer.com#@#.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/13991
@@||audioz.cc/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/13508
siteneverdown.xyz#@#.banner-top
! https://github.com/AdguardTeam/AdguardFilters/issues/34215
! https://github.com/AdguardTeam/AdguardFilters/issues/13539
!+ NOT_OPTIMIZED
fcportables.com##body > div[style^="position: fixed; top:"][style*="z-index: 9999"]:not([class]):not([id])
fcportables.com#%#Object.defineProperty(window, 'abff325c8300', { get: function() { return function(){}; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/13888
! https://github.com/AdguardTeam/AdguardFilters/issues/13815
! https://github.com/AdguardTeam/AdguardFilters/issues/13628
@@||leechall.download^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/20121
! https://github.com/AdguardTeam/AdguardFilters/issues/13434
@@||haaretz.com/dclk/dfp/test/show_all_dfp_ads.js
haaretz.com#%#Object.defineProperty(window, 'AdBlockUtil', { get: function() { return; } });
haaretz.com#%#Object.defineProperty(window, 'showAds', { get: function() { return true; } });
@@||haaretz.com/htz/js/advertisement.js
@@||haaretz.com/ad/dclk^
! https://github.com/AdguardTeam/AdguardFilters/issues/13436
@@||cdncontent.wakanim.tv/scripts/dist/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/13425
! https://github.com/AdguardTeam/AdguardFilters/issues/13034
||video-ads.rubiconproject.com/video/*/vast.xml$empty,important
! https://github.com/AdguardTeam/AdguardFilters/issues/13403
@@||hotcoins.cf/dash/libs/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/13401
@@||pasty.link/javascript/ads.js
pasty.link#%#Object.defineProperty(window, 'isAdBlockActive', { value: false });
! https://github.com/AdguardTeam/AdguardFilters/issues/13335
! https://github.com/AdguardTeam/AdguardFilters/issues/13332
@@||static.animecdn.stream/js/ads.js
kissanime.ac#%#window.check_adblock = true;
! https://github.com/AdguardTeam/AdguardFilters/issues/13061
@@||speedtest.net/javascript/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/13146
@@||pagead2.googlesyndication.com/pagead/js/*/show_ads_impl.js$domain=thewebflash.com
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=thewebflash.com
! https://github.com/AdguardTeam/AdguardFilters/issues/13031
! https://github.com/AdguardTeam/AdguardFilters/issues/13024
kmlviewer.nsspot.net#%#Object.defineProperty(window, 'gadb', { value: false });
||pagead2.googlesyndication.com/pagead/show_ads.js$domain=kmlviewer.nsspot.net,empty,important
! https://github.com/AdguardTeam/AdguardFilters/issues/13006
! https://github.com/AdguardTeam/AdguardFilters/issues/13057
@@||fcportables.com/wp-content/uploads/ad-inserter^
! https://github.com/AdguardTeam/AdguardFilters/issues/12924
@@||hentaihaven.org/popexit-a3s-ad-home.js
! https://github.com/AdguardTeam/AdguardFilters/issues/12939
@@||liveadexchanger.com/a/display.php^$domain=prem.link
! https://github.com/AdguardTeam/AdguardFilters/issues/12974
@@||uplod.org/hg/js/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/12942
@@||isnapshot.co/adblockdetect/_advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/12814
oload.site#%#window.U2II = function() {}; window.BetterJsPop = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/23901
! https://github.com/AdguardTeam/AdguardFilters/issues/12807
majesy.com#%#window.adblock = 1;
@@||majesy.com/css-cdn/advertisement.js
@@||mage.si/advertisement.js
@@||majesy.com/advertisement.js
@@||beelink.in/ad/advertisement.js
majesy.com,magesy.eu,beelink.in#%#AG_defineProperty('jQuery.adblock', {value: false});
! !+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||majesy.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/12816
minecraft-forum.net#%#window.ab = false;
@@||minecraft-forum.net/v/adblock-detection-master/advert.js
! https://github.com/AdguardTeam/AdguardFilters/issues/12736
@@||img.tfd.com/ads.js
freethesaurus.com,thefreedictionary.com#%#window.showAds = 1;
freethesaurus.com,thefreedictionary.com#%#(function(){var b=window.setTimeout;window.setTimeout=function(a,c){if(!/ad-free subscription/.test(a.toString()))return b(a,c)};})();
freethesaurus.com#%#window.adsbygoogle = { loaded: !0 };
freethesaurus.com#@#.afs_ads
freethesaurus.com#@#.TopBannerAd
!+ NOT_PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
||thefreedictionary.com/_/tr.ashx?
! https://github.com/AdguardTeam/AdguardFilters/issues/12529
@@||collectionofbestporn.com/templates/cobp/js/site_ads.js
! !+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||cyclingnews.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/12756
ma-x.org##.k2cd89-hide
! https://github.com/AdguardTeam/AdguardFilters/issues/12657
! https://github.com/AdguardTeam/AdguardFilters/issues/12654
! https://github.com/AdguardTeam/AdguardFilters/issues/12570
@@||gotceleb.com/wp-content/plugins/wppas/templates/js/advertising.js
! https://github.com/AdguardTeam/AdguardFilters/issues/12662
! https://github.com/AdguardTeam/AdguardFilters/issues/12639
@@||vergol.com/adblock.js
@@||vergol.com/player/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/12607
@@||sltrib.com/pb/resources/scripts/utils/ads/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/12506
||simplo.gg/js/defense.js
! https://github.com/AdguardTeam/AdguardFilters/issues/12478
streamcloud.eu#%#AG_defineProperty('scApp.cs', {value: true});
streamcloud.eu#$#.info_notice { display: none!important; }
streamcloud.eu#$##login > div[style*="width"][style*="display: none;"] { display: block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/14251
! https://github.com/AdguardTeam/AdguardFilters/issues/12297
vidlox.me#%#window.popns = true;
streamapi.xyz#%#(function(){var a={debug:{set:function(){return a}},on:function(b,c){b||setTimeout(function(){c()},1);return a},onDetected:function(b){return a.on(!0,b)},onNotDetected:function(b){return a.on(!1,b)},check:function(){}};Object.defineProperty(window,"fuckAdBlock",{get:function(){return a}})})();
! https://github.com/AdguardTeam/AdguardFilters/issues/12416
! https://github.com/AdguardTeam/AdguardFilters/issues/12414
itprotoday.com#$##body-wrapper { opacity: 1!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/12352
@@||pekalongan-cits.blogspot.co.id^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/34025
! https://github.com/AdguardTeam/AdguardFilters/issues/15968
! https://github.com/AdguardTeam/AdguardFilters/issues/14039
@@||freeopenvpn.org/units/*.png
@@||freeopenvpn.org^$generichide
@@||pagead2.googlesyndication.com/pagead/js/*/show_ads_impl.js$domain=freeopenvpn.org
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=freeopenvpn.org
freeopenvpn.org#$?#.adsbygoogle { height: 2px!important; }
freeopenvpn.org#$#.adsbygoogle iframe { position: absolute!important; left: -3000px!important; }
@@||freeopenvpn.org/adsense.js
freeopenvpn.org#%#window.adBlock = false;
! https://github.com/AdguardTeam/AdguardFilters/issues/12386
@@||fileflares.com^$generichide
@@||fileflares.com/*ads.js$~third-party
fileflares.com#$#.adsbygoogle { height: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/12290
moonbit.co.in#$##advert-space { width: 0!important; }
moonbit.co.in#$##advert-space > iframe { height: 31px!important; width: 0!important; display: block!important; }
!+ PLATFORM(windows, mac, android)
moonbit.co.in#%#AG_onLoad(function() { var el=document.querySelector('#advert-space'); var ce=document.createElement('iframe'); ce.style = 'width: 0px !important; border: none !important;'; if(el) { el.appendChild(ce); } });
! https://github.com/AdguardTeam/AdguardFilters/issues/12292
moondoge.co.in#$##advert-space > iframe { height: 31px!important; width: 0!important; display: block!important; }
!+ PLATFORM(windows, mac, android)
moondoge.co.in#%#AG_onLoad(function() { var el=document.querySelector('#advert-space'); var ce=document.createElement('iframe'); ce.style = 'width: 0px !important; border: none !important;'; if(el) { el.appendChild(ce); } });
! https://github.com/AdguardTeam/AdguardFilters/issues/12364
@@||wallpaperstudio10.com/assets/js/ads.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/12291
moonliteco.in#$##advert-space > iframe { height: 31px!important; width: 0!important; display: block!important; }
!+ PLATFORM(windows, mac, android)
moonliteco.in#%#AG_onLoad(function() { var el=document.querySelector('#advert-space'); var ce=document.createElement('iframe'); ce.style = 'width: 0px !important; border: none !important;'; if(el) { el.appendChild(ce); } });
! https://github.com/AdguardTeam/AdguardFilters/issues/12324
dz4soft.blogspot.de,dz4soft.blogspot.com#%#var _st = window.setTimeout; window.setTimeout = function(a, b) { if(!/newBody=document/.test(a)){ _st(a,b);}};
! https://github.com/AdguardTeam/AdguardFilters/issues/12321
! https://github.com/AdguardTeam/AdguardFilters/issues/12320
@@||clix4btc.com/ads.js
clix4btc.com#%#Object.defineProperty(window, 'adblock', { value: false });
! https://github.com/AdguardTeam/AdguardFilters/issues/12307
! https://forum.adguard.com/index.php?threads/28133/
||audiobookbay.nl^$replace=/window.location.replace\("\/member\/adblock.php"\);/return;/,~script,~stylesheet,~xmlhttprequest
! https://github.com/AdguardTeam/AdguardFilters/issues/12224
@@||9ani.me/js/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/11248
@@||dyncdn.me/static/20/js/showads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/12098
! https://github.com/AdguardTeam/AdguardFilters/issues/12036
@@||protecturl.xyz^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/12042
! https://github.com/AdguardTeam/AdguardFilters/issues/12031
@@||securepubads.g.doubleclick.net/gampad/ads^$domain=theatlantic.com
@@||cdn.theatlantic.com/assets/static/*/js/advertisement.2.js
! https://github.com/AdguardTeam/AdguardFilters/issues/12044
@@||static.motor-talk.de/js/src/ads/adframe.js
! https://github.com/AdguardTeam/AdguardFilters/issues/11994
@@||hotcopper.com.au/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/11881
@@||cdn.broadstreetads.com/init.js$domain=thebatavian.com
! https://github.com/AdguardTeam/AdguardFilters/issues/31493
! https://github.com/AdguardTeam/AdguardFilters/issues/11602
updato.com#%#(function(){var b=window.setTimeout;window.setTimeout=function(a,c){if(!/\!document\.getElementById[\s\S]*?#updato-overlay/.test(a.toString()))return b(a,c)};})();
@@||updato.b-cdn.net/wp-content/themes/updato/js/ads.js$domain=updato.com
updato.com#@#.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/11610
||mma-core.com/vidjs*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/11758
@@||stc.fx.fastcontentdelivery.com/js/showad_.js
! https://github.com/AdguardTeam/AdguardFilters/issues/11679
@@||clksite.com/static/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/27985
! https://github.com/AdguardTeam/AdguardFilters/issues/25578
! https://github.com/AdguardTeam/AdguardFilters/issues/11580
sms-receive.net#$#.adsbygoogle { height: 0!important; }
sms-receive.net#@#.adsbygoogle
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=sms-receive.net
@@||pagead2.googlesyndication.com/pagead/js/r20180214/r20170110/show_ads_impl.js$domain=sms-receive.net
! https://github.com/AdguardTeam/AdguardFilters/issues/11543
@@||hiapphere.com/static/js/show_ads.js
hiapphere.com#%#Object.defineProperty(window, '_d', { value: false });
! https://github.com/AdguardTeam/AdguardFilters/issues/11542
dl.go4up.com#%#window._0x9f3f = true;
@@||dl.go4up.com/gads.js
@@||sharethis.com/button/$script,domain=dl.go4up.com
! https://github.com/AdguardTeam/AdguardFilters/issues/11545
! https://github.com/AdguardTeam/AdguardFilters/issues/11519
! https://github.com/AdguardTeam/AdguardFilters/issues/10770#issuecomment-365468745
cwtv.com#%#AG_defineProperty('wc.pid', { value: "" });
! https://github.com/AdguardTeam/AdguardFilters/issues/11444
@@||kisscartoon.ac/js/ads.js^
kisscartoon.ac#%#window.check_adblock = true;
! https://github.com/AdguardTeam/AdguardFilters/issues/11429
windows10gadgets.pro#%#AG_abortInlineScript(/document\.getElementById\("fuckadblock"\)/, 'window.addEventListener');
! https://github.com/AdguardTeam/AdguardFilters/issues/11390
@@||minecraftbuildinginc.com/wp-content/themes/*/js/advertisement.js
minecraftbuildinginc.com#%#window.$tieE3 = true;
! https://github.com/AdguardTeam/AdguardFilters/issues/11366
@@||androgalaxy.in/js/Siropu/AM/ads.min.js
androgalaxy.in#$#.samCodeUnit .SamLink { height: 1px!important; }
androgalaxy.in#%#window.samDetected = false;
! https://github.com/AdguardTeam/AdguardFilters/issues/11454
classicreload.com#@#.afs_ads
! https://github.com/AdguardTeam/AdguardFilters/issues/11319
! https://github.com/AdguardTeam/AdguardFilters/issues/11269
@@||stream.nbcolympics.com/assets/page/general/ads.js
nbcolympics.com#%#Object.defineProperty(window,'adBlockEnabled',{value:false});
! https://github.com/AdguardTeam/AdguardFilters/issues/11240
@@||fbdown.net/js/adframe.js
fbdown.net#%#Object.defineProperty(window, 'harshblock', { value: false });
! https://github.com/AdguardTeam/AdguardFilters/issues/11204
! https://github.com/AdguardTeam/AdguardFilters/issues/11159
! https://github.com/AdguardTeam/AdguardFilters/issues/10906
! https://github.com/AdguardTeam/AdguardFilters/issues/11058
! https://github.com/AdguardTeam/AdguardFilters/issues/10856
! https://github.com/AdguardTeam/AdguardFilters/issues/11033
@@||camsexvideo.net/js/advertising.js
! https://github.com/AdguardTeam/AdguardFilters/issues/11026
surfguru.com##.camBoxAd
@@||surfguru.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/10890
observer.com#@#.AdSense
! https://github.com/AdguardTeam/AdguardFilters/issues/10919
@@||flacmusicfinder.com/*show_ads.js
@@||hostuje.net/show_ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/10938
funnygames.biz,funnygames.org,funnygames.at,funnygames.nl,funnygames.eu,funnygames.ch,funnygames.asia,funnygames.cz,funnygames.pl,funnygames.com.br,funnygames.hu,funnygames.com.tr,funnygames.com.co,funnygames.ru,funnygames.it,funnygames.in,funnygames.ph,funnygames.pk,funnygames.fi,funnygames.lt,funnygames.dk,funnygames.com.mx,funnygames.co.id,funnygames.gr,funnygames.no,funnygames.ie,funnygames.pt,funnygames.com.ng,funnygames.ro,funny-games.co.uk,misjuegos.com,funnygames.vn,funnygames.ir,funnygames.kr,funnygames.jp,funnygames.cn,funnygames.us,funnygames.se,cadajuego.es,funnygames.be,funnygames.fr#@#.afs_ads
@@||games.gamesplaza.com^$generichide
@@||games.gamesplaza.com/shared/loader/advert.js
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=games.gamesplaza.com|html5.gamedistribution.com
@@||games.gamesplaza.com/shared/loader/gads.js
! https://forum.adguard.com/index.php?threads/seehd-club.27998/
! https://github.com/AdguardTeam/AdguardFilters/issues/10862
@@||vip.freelive365.com/adblocker.js
! https://github.com/AdguardTeam/AdguardFilters/issues/10911
@@||100percentfedup.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/10914
@@||media.studybreakmedia.com/doubleclick/ads2.js
! https://github.com/AdguardTeam/AdguardFilters/issues/10863
@@||123link.pw/1/2/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/10867
@@||leecher.xyz/adi/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/10871
@@||zonasports.ch^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/10881
@@||beelink.in/advertisement2.js
! https://github.com/AdguardTeam/AdguardFilters/issues/10882
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=supergames.com
! https://github.com/AdguardTeam/AdguardFilters/issues/10844
@@||doomed.io/scripts/ads.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/10839
atrix.ovh#%#AG_onLoad(function() { var el=document.querySelector('ins.adsbygoogle'); if(el) { el.appendChild(document.createElement('div')); } });
! https://github.com/AdguardTeam/AdguardFilters/issues/10831
@@||akvideo.stream/banners^$domain=akvideo.stream
! https://github.com/AdguardTeam/AdguardFilters/issues/10806
! https://github.com/AdguardTeam/AdguardFilters/issues/10738
! https://github.com/AdguardTeam/AdguardFilters/issues/10712
@@||mellowads.com/view^$domain=bitfun.co|moondash.co.in|moonb.ch|moonbitcoin.cash
! https://github.com/AdguardTeam/AdguardFilters/issues/10586
@@||pagead2.googlesyndication.com/pagead/js/r20180124/r20170110/osd.js$domain=cpu-world.com
! https://github.com/AdguardTeam/AdguardFilters/issues/10680
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=updato.com
! https://github.com/AdguardTeam/AdguardFilters/issues/10530
animeupdate6.pro#%#Object.defineProperty(window, 'adblockDetect', { get: function() { return function(){}; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/10687
idsly.com##.adsbygoogle
@@||idsly.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/10576
mellow.link#$##frameAd { height: 50px!important; display: block!important; }
mellow.link#@##frameAd
!+ PLATFORM(windows, mac, android)
mellow.link#%#AG_onLoad(function() { var el=document.querySelector('[class^="flexAd"]'); var ce=document.createElement('div'); if(el) { el.appendChild(ce); ce.setAttribute("id", "frameAd"); } });
! https://github.com/AdguardTeam/AdguardFilters/issues/10672
@@||smallseotools.com/js/bioep.js$domain=smallseotools.com
! https://github.com/AdguardTeam/AdguardFilters/issues/10520
! https://github.com/AdguardTeam/AdguardFilters/issues/10519
@@||9bis.net/advert.js
! https://github.com/AdguardTeam/AdguardFilters/issues/10516
@@||abysstream.com/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/10620
@@/fuckadblock.min.js$domain=soft4win.com
! https://github.com/AdguardTeam/AdguardFilters/issues/18187
! https://github.com/AdguardTeam/AdguardFilters/issues/10542
! Ads reinjection
nme.com#%#AG_abortInlineScript(/Infinity/, 'Math.floor');
trustedreviews.com,nme.com$$script[tag-content="Object.defineProperties?Object.defineProperty:function"][max-length="120000"]
! https://github.com/AdguardTeam/AdguardFilters/issues/10492
! https://github.com/AdguardTeam/AdguardFilters/issues/10567
filesupload.org#$#.detect { display:none!important; }
filesupload.org#$#.link-download { display:block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/10592
@@||assets.galaxant.com/js/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/10384
@@||plus.addkt.com/slader.js$domain=slader.com
! https://github.com/AdguardTeam/AdguardFilters/issues/10409
! https://github.com/AdguardTeam/AdguardFilters/issues/10342
ally.sh#$#.center-captcha.hidden { display: block!important; visibility: visible!important; }
ally.sh#$#.btn-danger[title^="Please disable AdBlocker"] { display: none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/10482
@@||pagead2.googlesyndication.com/pagead/$domain=free-scores.com,image
! https://github.com/AdguardTeam/AdguardFilters/issues/10363
pluspremieres.us#@#.adsbygoogle
pluspremieres.us#@##ad-container
! https://github.com/AdguardTeam/AdguardFilters/issues/10296
@@||cryptovertise.tk/libs/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/10323
! https://github.com/AdguardTeam/AdguardFilters/issues/10147
livesports.pw###adb-enabled
! https://github.com/AdguardTeam/AdguardFilters/issues/10221
! https://github.com/AdguardTeam/AdguardFilters/issues/10241
! https://github.com/AdguardTeam/AdguardFilters/issues/10084
! https://github.com/AdguardTeam/AdguardFilters/issues/10017
@@||losslessbest.org^$generichide
@@||losslessbest.biz^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/10096
! https://github.com/AdguardTeam/AdguardFilters/issues/9980
superligatv.com#%#AG_defineProperty('jQuery.adblock', {value: false});
@@||superligatv.com/js/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/9979
vergol.com###adb-enabled
! https://github.com/AdguardTeam/AdguardFilters/issues/9977
! https://github.com/AdguardTeam/AdguardFilters/issues/9993
@@||metabomb.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/9990 - rule from Liste FR
||www.multiup.*/js/compiled_js_
! https://github.com/AdguardTeam/AdguardFilters/issues/9967
html-online.com#@#.adBanner
! https://github.com/AdguardTeam/AdguardFilters/issues/9958
@@||viewdrama.com/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/9945
! https://github.com/AdguardTeam/AdguardFilters/issues/9875
@@||c.amazon-adsystem.com/aax2/apstag.js$domain=player.watch.aetnd.com
@@||player.watch.aetnd.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/9806
! https://github.com/AdguardTeam/AdguardFilters/issues/9796
flashx.pw,flashx.sx,flashx.to,flashx.tv#%#AG_defineProperty('jQuery.adblock', {value: false});
@@||flashx1.tv/js/showad_.js|
@@||flashx1.tv/js/popad.js
! https://github.com/AdguardTeam/AdguardFilters/issues/9793
@@||kissanime.ac/js/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/9789
wstream.video#$#.mypop { height:1px!important; }
!https://github.com/AdguardTeam/AdguardFilters/issues/9537
off-soft.net#@#.adsbygoogle
off-soft.net##.contents-usual .adsbygoogle:not(#content-raw)
! https://github.com/AdguardTeam/AdguardFilters/issues/9264
@@||coinvesti.ru/wp-content/themes/jannah/js/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/9402
@@||planetsuzy.org/clientscript/site_ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/9350
@@||bigtitsxxxsex.com/eureka/showads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/9335
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=vidyome.com
! https://github.com/AdguardTeam/AdguardFilters/issues/9336
@@||download.hr/module/detector/adsbygoogle.js
download.hr#%#window.detector_active = true;
! https://github.com/AdguardTeam/AdguardFilters/issues/9136
@@||frizzymedia.com/adbl/adframe.js
! https://github.com/AdguardTeam/AdguardFilters/issues/9111
@@||thevideobee.to/js/pop.js
! https://github.com/AdguardTeam/AdguardFilters/issues/9028
@@||map.poketrack.xyz/js/ads-min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/9052
8wayrun.com#$#.happyContainer {height:1px!important; length:1px!important;}
8wayrun.com#@#.adsbygoogle
!
! https://github.com/AdguardTeam/AdguardFilters/issues/9411
@@||fwmrm.net^$domain=liiga.fi
@@||v.fwmrm.net/ad/g/1?$domain=ruutu.fi
! https://github.com/AdguardTeam/AdguardFilters/issues/9030
@@||redditgirls.com/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/9015
@@||googleads.g.doubleclick.net/pagead/images/abg$domain=lolalytics.com
@@||pagead2.googlesyndication.com/pagead/js/*/show_ads_impl.js$domain=lolalytics.com
! https://github.com/AdguardTeam/AdguardFilters/issues/23583
! https://github.com/AdguardTeam/AdguardFilters/issues/8992
battlecats-db.com#%#AG_onLoad(function() { AG_removeElementBySelector('.adsbygoogle'); });
@@||pagead2.googlesyndication.com/pagead/js/r*/show_ads_impl.js$domain=battlecats-db.com
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=battlecats-db.com
battlecats-db.com#@#.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/8955
@@||sancaklar.org/adblock-tespit-edildi/adframe.js
! https://github.com/AdguardTeam/AdguardFilters/issues/8891
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js^$domain=onitube.com
! https://github.com/AdguardTeam/AdguardFilters/issues/8923
||assets.jumpstartmediavault.com/abd/v2/jam_abd.min.js
||assets.jumpstartmediavault.com/abd/v2/jam_abd_nag.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/8865
@@||streamango.com/assets/js/license.adbl.js
! https://github.com/AdguardTeam/AdguardFilters/issues/8833
@@||doridro.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/8814
@@||enjoyfuck.com/eureka/showads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/8813
@@||pornokeep.com/eureka/showads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/8727
getrelax.club#@#.google-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/8694
! seattletimes.com - antiadblock
@@||seattletimes.com/wp-content/plugins/st-privacy-detection/js/src/ads/ad-test.js
seattletimes.com#%#AG_defineProperty('SEATIMESCO.browser.adBlock.baitLoaded', {value: true});
! https://github.com/AdguardTeam/AdguardFilters/issues/8700
pcsteps.com#@##adBanner
! https://github.com/AdguardTeam/AdguardFilters/issues/8702
therichest.com##.ad-zone-container
@@||therichest.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/8665
bonusbitcoin.co#$##adX {height:40px!important;}
! https://github.com/AdguardTeam/AdguardFilters/issues/7567
||gigaleecher.com/templates/plugmod/giga.js
! https://github.com/AdguardTeam/AdguardFilters/issues/8688
! https://github.com/AdguardTeam/AdguardFilters/issues/8675
hotcoins.cf#@##sponsorText
! https://github.com/AdguardTeam/AdguardFilters/issues/8668
@@||timeforbitco.in/application/views/script/advert.js
timeforbitco.in#%#window.adBlock = false;
! https://github.com/AdguardTeam/AdguardFilters/issues/8667
@@||worldofbitco.in/application/views/script/advert.js
worldofbitco.in#%#window.adBlock = false;
! https://github.com/AdguardTeam/AdguardFilters/issues/8666
@@||getyourbitco.in/application/views/script/advert.js
getyourbitco.in#%#window.adBlock = false;
! https://github.com/AdguardTeam/AdguardFilters/issues/8594
! https://github.com/AdguardTeam/AdguardFilters/issues/8590
! https://github.com/AdguardTeam/AdguardFilters/issues/8575
! https://github.com/AdguardTeam/AdguardFilters/issues/38762
titulky.com#%#Object.defineProperty(window, 'closeAdbb', { get: function() { return; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/8492
! https://github.com/AdguardTeam/AdguardFilters/issues/8480
||data-raid-recovery-link.com/wp-content/plugins/end-of-adblock-cycle/js/
! https://github.com/AdguardTeam/AdguardFilters/issues/8477
! https://github.com/AdguardTeam/AdguardFilters/issues/8474
multicoinfaucet.com#@#.adsBox
! https://github.com/AdguardTeam/AdguardFilters/issues/8409
bitcoin143.com#@##sponsorText
! https://github.com/AdguardTeam/AdguardFilters/issues/8408
! https://github.com/AdguardTeam/AdguardFilters/issues/8406
@@||dailyfreebits.com/show_ads.js
dailyfreebits.com#%#Object.defineProperty(window, 'show_ads812ha78', { value: true});
! https://github.com/AdguardTeam/AdguardFilters/issues/8405
@@||fautsy.com/libs/advertisement.js
||fautsy.com/js/site.js
! https://github.com/AdguardTeam/AdguardFilters/issues/8493
@@||hollaforums.com/js/adcash.js
! https://github.com/AdguardTeam/AdguardFilters/issues/8451
@@||btconity.com/libs/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/8436
@@||hentaihaven.org/basement/js/adshow.js
! https://github.com/AdguardTeam/AdguardFilters/issues/8499
@@||menshealth.com/*/pubads$script,~third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/8389
@@||ad.doubleclick.net/ddm/ad/*$domain=twitch.tv,third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/8403
@@||starbits.io/libs/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/8278
@@||porn.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/8106
@@||go.goldbachpoland.bbelements.com/bb/bb_one2n.js$domain=uploaduj.net
@@||go.goldbachpoland.bbelements.com/please/showit/*$domain=uploaduj.net
@@||googletagmanager.com/gtm.js$domain=uploaduj.net
@@||bbcdn.go.goldbachpoland.bbelements.com/bb/bb_one2n.131.65.134.1.js$domain=uploaduj.net
@@||bbcdn.go.goldbachpoland.bbelements.com/bb/bb_one2nAliasForWrapper.js$domain=uploaduj.net
! https://github.com/AdguardTeam/AdguardFilters/issues/8370
blockersurvive.com#@#.ads-content
! https://forum.adguard.com/index.php?threads/27405/
masseurporn.com#@#.advertisement
masseurporn.com#@#.ad-body
! https://github.com/AdguardTeam/AdguardFilters/issues/8364
@@||bigbtc.win^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/8298
@@||getfree.co.in^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/8299
! https://forum.adguard.com/index.php?threads/www-sky-de.27366/
@@||sky.de/next/static/scripts/show_ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/8357
! https://github.com/AdguardTeam/AdguardFilters/issues/8417
@@||tempr.email/public/responsive/js/ad/adframe.js
! https://forum.adguard.com/index.php?threads/www-putlockers9-ws.27427/
@@||zedstream.com/js/pop.js
! https://github.com/AdguardTeam/AdguardFilters/issues/8330
@@||kimcartoon.io/js/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/8252
! https://github.com/AdguardTeam/AdguardFilters/issues/8297
! https://github.com/AdguardTeam/AdguardFilters/issues/8235
@@||r1x.pw^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/8224
@@||mocasoft.net/wp-content/themes/jannah/js/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/33815
! https://github.com/AdguardTeam/AdguardFilters/issues/23999
! https://github.com/AdguardTeam/AdguardFilters/issues/8168
next-episode.net#%#AG_abortOnPropertyRead('tryCheckB32');
! https://github.com/AdguardTeam/AdguardFilters/issues/7708
@@||socksproxylist24.blogspot.de^$generichide
@@||socksproxylist24.blogspot.com^$generichide
@@||socks24.org^$generichide
@@||sslproxies24.top^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/8158
@@||kisscosplay.moe^$generichide
! https://forum.adguard.com/index.php?threads/www-fakeporn-tv-ads-nsfw-anti-adblock.27510/
@@||fakeporn.tv^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/7884
@@||adyou.me^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/7903
! https://github.com/AdguardTeam/AdguardFilters/issues/8107
@@||shortify.pw/adblock.js
! https://forum.adguard.com/index.php?threads/27550/
@@||apjr.needrom.com/advert*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/8062
doublemesh.com#@#.afs_ads
! https://forum.adguard.com/index.php?threads/27541/
@@||arconaitv.us/assets/javascripts/ads.js
! https://forum.adguard.com/index.php?threads/27524/
@@||themelock.com/advertisement.js
! https://forum.adguard.com/index.php?threads/27526/
||template-download.top/app/Themes/Colorizer/js/scripts.js?ver=
@@||template-download.top/adsense.js
! https://forum.adguard.com/index.php?threads/27527/
! https://github.com/AdguardTeam/AdguardFilters/issues/8089
target.my.com#%#AG_defineProperty('trg.ads', { get: function() { return true; }, set: function() { }, enumerable: true });
@@||target.my.com/media/js/app/ads.js^
! https://github.com/AdguardTeam/AdguardFilters/issues/7905
@@||kisshentai.net/Content/js/adframe.js^
kisshentai.net#%#Object.defineProperty(window, 'adblock', { value: false });
@@||googletagmanager.com/gtag/js^$domain=rapidvideo.com
! https://github.com/AdguardTeam/AdguardFilters/issues/8003
@@||ebates.com^$generichide
! https://forum.adguard.com/index.php?threads/27330/
||vortez.net/jscript/warn2.js
! https://forum.adguard.com/index.php?threads/27200/
! https://forum.adguard.com/index.php?threads/27243/
! https://forum.adguard.com/index.php?threads/sendvid-com.27212/
@@||sendvid.com/site_ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/7796
@@||kissanime.co/js/ads.js
! https://forum.adguard.com/index.php?threads/http-gigapurbalinggaa-ga.27085/
! https://github.com/AdguardTeam/AdguardFilters/issues/7589
@@||v.fwmrm.net/ad/g/1$domain=viasatsport.se
@@||v.fwmrm.net/ad/l/1$domain=viasatsport.se
@@||mssl.fwmrm.net/*/MTG_Brightcove_HTML5/AdManager.js$domain=viasatsport.se
||freewheel-mtgx-tv.akamaized.net/*.mp4$domain=viasatsport.se,empty,important
! https://github.com/AdguardTeam/AdguardFilters/issues/7592
! https://github.com/AdguardTeam/AdguardFilters/issues/7584
@@||tvshqiphd.com/adblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/7455
! https://forum.adguard.com/index.php?threads/27092/
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=uptostream.com
@@||uptostream.com^$generichide
! https://forum.adguard.com/index.php?threads/26919/
@@||popmyads.com*/pma$domain=publicleech.xyz
@@||publicleech.xyz^$generichide
! https://forum.adguard.com/index.php?threads/www-uploadcloud-pro.26897/
@@||uploadcloud.pro^$generichide
! https://forum.adguard.com/index.php?threads/26899/
@@||roxddl.space/Assets/Addon/Css/ads.css
! https://forum.adguard.com/index.php?threads/files-save-com.26898/
@@||files-save.com/Assets/Addon/Css/ads.css
! https://github.com/AdguardTeam/AdguardFilters/issues/7267
backin.net#$#.myadz { height: 1px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/7634
@@||festyy.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/7262
getfree-bitcoin.com#@#.top-advertisement
! https://github.com/AdguardTeam/AdguardFilters/issues/7242
au.tv.yahoo.com#@#.y7-advertisement
! https://github.com/AdguardTeam/AdguardFilters/issues/7240
@@||v.fwmrm.net/ad/g/1$domain=viasport.no
@@||v.fwmrm.net/ad/l/1$domain=viasport.no
@@||mssl.fwmrm.net/*/MTG_Brightcove_HTML5/AdManager.js$domain=viasport.no
||freewheel-mtgx-tv.akamaized.net/*.mp4$domain=viasport.no,empty,important
! https://forum.adguard.com/index.php?threads/xvidstage-com.26827/
@@||xvidstage.com/js/pop.js
! https://github.com/AdguardTeam/AdguardFilters/issues/7576
@@||bravofly.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/7600
@@||cllkme.com^$generichide
! https://forum.adguard.com/index.php?threads/resolved-dir50-com-android.26665/
! https://forum.adguard.com/index.php?threads/filebebo-com.26806/
@@||filebebo.com/js/advertisement.js
! https://forum.adguard.com/index.php?threads/26799/
! https://github.com/AdguardTeam/AdguardFilters/issues/7536
@@||cpmlink.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/7237
pesnewupdate.click###unblocker
! https://github.com/AdguardTeam/AdguardFilters/issues/7382
pornshare.org###adblockplus
! https://forum.adguard.com/index.php?threads/last-fm-anti-adblock.16897/
||static.doubleclick.net/instream/ad_status.js$domain=last.fm,empty,important
! https://forum.adguard.com/index.php?threads/26715/
@@||e-vdo.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/7493
@@||3rabshort.com/js/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/7306
@@||v.fwmrm.net/ad/g/1?$domain=player.canalplus.fr|01net.com
! https://github.com/AdguardTeam/AdguardFilters/issues/7333
||mn0e.com^$domain=missoulian.com
! https://github.com/AdguardTeam/AdguardFilters/issues/7110
||bnserving.com/*/invoke.js$empty,important,domain=strikeout.co
! https://forum.adguard.com/index.php?threads/26602/
@@||seomafia.net/stylesheets/ads.css
! https://forum.adguard.com/index.php?threads/26604/
@@||thebookee.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/7429
@@||coinb.ink/js/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/7377
kbb.com#@##New-spotlights
kbb.com#@#.ad-med-rec
kbb.com#@#.gpt-ad
kbb.com$$script[id="ab"]
! https://github.com/AdguardTeam/AdguardFilters/issues/6905
! https://github.com/AdguardTeam/AdguardFilters/issues/7175
simply-debrid.com#@##google_ads
! https://forum.adguard.com/index.php?threads/26503/
@@||gr8forte.org/assets/js/
! https://forum.adguard.com/index.php?threads/26512/
! https://forum.adguard.com/index.php?threads/26453/
@@||vpnsplit.com/ads/advertisement.js
! https://forum.adguard.com/index.php?threads/26469/
@@||download.themeslide.com/js/ads.js
! https://forum.adguard.com/index.php?threads/26451/
@@||estrenos10.com/assets/ads.js
mil.ink#@#.adsbygoogle
! https://forum.adguard.com/index.php?threads/26437/
! https://forum.adguard.com/index.php?threads/26453/
@@||tcpvpn.com/ads/advertisement.js
! https://forum.adguard.com/index.php?threads/down2hub-com.26379/
! https://github.com/AdguardTeam/AdguardFilters/issues/7256
@@||cinemamkv.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/7170
! https://github.com/AdguardTeam/AdguardFilters/issues/7251
@@||firstonetv.net/*/*&&_=
! https://github.com/AdguardTeam/AdguardFilters/issues/7108
! https://github.com/AdguardTeam/AdguardFilters/issues/7107
! https://github.com/AdguardTeam/AdguardFilters/issues/7106
freestocks.org##body.adblock > .popup
! https://github.com/AdguardTeam/AdguardFilters/issues/7105
! https://github.com/AdguardTeam/AdguardFilters/issues/7103
@@||egy-links.com/js/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/7055
@@||cut-earn.com/js/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/7224
! https://github.com/AdguardTeam/AdguardFilters/issues/7213
@@||linxtablet.co.uk^$generichide
! https://forum.adguard.com/index.php?threads/uploadx-link.26197/
! https://github.com/AdguardTeam/AdguardFilters/issues/7208
@@||my5.tv^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/7038
@@||onecccam.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/7037
manga99.com#@#.afs_ads
! https://forum.adguard.com/index.php?threads/26269/
androidoreos.info#@#div[id^="div-gpt-ad"]
androidoreos.info$$script[tag-content="var ab = function"][max-length="1800"]
! https://forum.adguard.com/index.php?threads/26266/
@@||globaldjmix.com/dist/js/ads.js
! https://forum.adguard.com/index.php?threads/26252/
! https://forum.adguard.com/index.php?threads/26177/
youtubemultidownloader.com#@#.ad-placement
youtubemultidownloader.com#$##ablockercheck { display: block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/7180
! https://github.com/AdguardTeam/AdguardFilters/issues/7034
@@||media.wired.it/static/js/cn-adv.js
! https://forum.adguard.com/index.php?threads/26127/
! https://forum.adguard.com/index.php?threads/26116/
! https://forum.adguard.com/index.php?threads/26114/
! https://forum.adguard.com/index.php?threads/26090/
olpair.com#%#window.adblock = false;
@@||olpair.com/assets/js/doubleclick.js
! https://forum.adguard.com/index.php?threads/26085/
@@/ads.js$domain=cut-urls.com,~third-party
! https://forum.adguard.com/index.php?threads/kizi-com-anti-ad-block.25955/
@@||common-static.tunnl.com/player/js/ads.js
@@||video-static.tunnl.com/js/ads.js
video-static.tunnl.com#%#window.canRunAds = true;
! marvelousga.com
! https://github.com/AdguardTeam/AdguardFilters/issues/7026
@@||hdliveextra-a.akamaihd.net/HD/scripts/*/config/ads.js
! https://forum.adguard.com/index.php?threads/zmovs-com-pop-up-nsfw.25923/
@@||zmovs.com/js/pop.js
! https://forum.adguard.com/index.php?threads/mylink-st-anti-adblock.25917/
! https://forum.adguard.com/index.php?threads/bigspeeds-com-anti-ad-block.25908/
@@||bigspeeds.com/ajax/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/34890
! https://github.com/AdguardTeam/AdguardFilters/issues/29250
! https://github.com/AdguardTeam/AdguardFilters/issues/28149
! https://github.com/AdguardTeam/AdguardFilters/issues/27757
! https://github.com/AdguardTeam/AdguardFilters/issues/27255
! https://github.com/AdguardTeam/AdguardFilters/issues/24465
! https://github.com/AdguardTeam/AdguardFilters/issues/20736
! https://github.com/AdguardTeam/AdguardFilters/issues/17725
! https://forum.adguard.com/index.php?threads/reevown-com.25899/
||reevown.com/js/main.js$replace=/\\$\(window\.atob\('Lm1haW4tY29udGVudA=='\)\)\.html\(window\.atob\('PGNlbnRlcj48aDE\+UGxlYXNlIGRpc2FibGUgeW91ciBhZGJsb2NrZXIgYW5kIHRoYW4gcmVmcmVzaCB0aGUgcGFnZS48L2gxPjxicj5NYXliZSBDVFJMICsgRjUgd2lsbCBoZWxwIHRvbzwvY2VudGVyPg=='\)\);//,important
! temporary rule
@@||reevown.com^$~third-party,script,xmlhttprequest
reevown.com#%#Object.defineProperty(window, 'isok', { value: true });
||google-analytics.com/analytics.js$empty,important,domain=reevown.com
||pagead2.googlesyndication.com/pub-config/*/ca-pub-*.js$empty,important,domain=reevown.com
||adservice.google.com/adsid/integrator.js?domain=reevown.com$empty,important,domain=reevown.com
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=reevown.com
@@||pagead2.googlesyndication.com/pagead/js/r*/show_ads_impl.js$domain=reevown.com
reevown.com##.adsbygoogle > ins[id^="aswift_"]
! https://forum.adguard.com/index.php?threads/www-televisionparatodos-tv-anti-adblock.25891/
latino-webtv.com###adb-enabled
! https://github.com/AdguardTeam/AdguardFilters/issues/7006
@@||bit-url.com/js/ads.js
! https://forum.adguard.com/index.php?threads/25761/
! https://forum.adguard.com/index.php?threads/25832/
! https://forum.adguard.com/index.php?threads/25823/
! https://forum.adguard.com/index.php?threads/25828/
! https://forum.adguard.com/index.php?threads/25738/
@@||static.xmovies88.stream/themes/*/js/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/6983
@@||ecut.io/js/ads.js
@@||ecut.it/js/ads.js
! https://forum.adguard.com/index.php?threads/25794/
! https://forum.adguard.com/index.php?threads/25796/
@@/fuckadblock.js$domain=playview.io
! https://github.com/AdguardTeam/AdguardFilters/issues/6982
@@||animeheaven.eu^$script,other,~third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/6980
! https://github.com/AdguardTeam/AdguardFilters/issues/6979
ps4news.com#$##blockblockB { display: block!important; }
ps4news.com#$##blockblockA { display: none!important; }
! https://forum.adguard.com/index.php?threads/25696/
! https://forum.adguard.com/index.php?threads/25743/
@@||zeroboard.org^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/6888
! https://github.com/AdguardTeam/AdguardFilters/issues/7022
@@||dx-tv.com/adv*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/6863
@@||adlinkme.com/js/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/7020
@@||rappers.in/js/antiadblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/6859
@@||igram.im/js/ads.js
! https://forum.adguard.com/index.php?threads/https-sweext-com-nsfw.25520/
fullhdxxx.org#@#.afs_ads
! https://forum.adguard.com/index.php?threads/https-fxporn69-com-nsfw.25495/
! https://forum.adguard.com/index.php?threads/http-www-javhiv-com-nsfw.25509/
||javhiv.com/statics/defaultv2/js/dedect.js
! vidoza.net
! https://forum.adguard.com/index.php?threads/25612/
userupload.net$$script[tag-content="|Adblock|"]
! https://forum.adguard.com/index.php?threads/25613/
! https://forum.adguard.com/index.php?threads/25497/
@@||wendgames.com/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/6922
! https://github.com/AdguardTeam/AdguardFilters/issues/28633
!+ NOT_OPTIMIZED
cs-fundamentals.com###adBlockerAlert
! https://github.com/AdguardTeam/AdguardFilters/issues/6947
||fairfaxstatic.com.au/dtm/*/satelliteLib-*.js$domain=theage.com.au
! https://github.com/AdguardTeam/AdguardFilters/issues/6812
||pigav.com/cdn-cgi/apps/head/*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/6866
digitalinformationworld.com#%#window.adsbygoogle = { loaded: !0 };
! https://github.com/AdguardTeam/AdguardFilters/issues/6864
@@||cut-egy.ml/js/ads.js
@@||cut-egy.ga/js/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/6858
alemdarleech.com###koddostu-com-adblocker-engelleme
! https://github.com/AdguardTeam/AdguardFilters/issues/6842
! https://github.com/AdguardTeam/AdguardFilters/issues/6841
@@||hackingwithphp.com/js/adsbygoogle.js
hackingwithphp.com#%#window.areAdsDisplayed = true;
! https://github.com/AdguardTeam/AdguardFilters/issues/6783
! https://github.com/AdguardTeam/AdguardFilters/issues/7402
@@||anonymousemail.me/*.js$~third-party
anonymousemail.me#$#.adsense { height: 1px!important; }
anonymousemail.me#$#.adsbygoogle { height: 1px!important; width: 1px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/6801
@@||firstonetv.watch/*/*?*&_=
! https://forum.adguard.com/index.php?threads/25426/
@@||uplod.cc/hg/js/advertisement.js
! https://forum.adguard.com/index.php?threads/https-chan-sankakucomplex-com.20084/
! https://github.com/AdguardTeam/AdguardFilters/issues/6777
behindwoods.com#@##sponsorText
! https://github.com/AdguardTeam/AdguardFilters/issues/6776
@@||arconai.tv/assets/javascripts/ads.js
arconai.tv#%#window.canRunAds = true;
! https://forum.adguard.com/index.php?threads/25368/
! https://github.com/AdguardTeam/AdguardFilters/issues/6860
||gpone.com/cdn-cgi/apps/head/*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/6871
@@||beinsports.com/wp-content/themes/bein/dist/scripts/fuckadblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/6775
@@||kisscartoon.es/js/ads.js
kisscartoon.es#%#window.check_adblock = true;
! https://github.com/AdguardTeam/AdguardFilters/issues/6787
@@||shorteurl.com/js/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/6786
@@||cuturlink.com/js/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/6785
@@||url.gem-flash.com/js/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/6822
ramedium.com##.admania_adblock_detector
! https://github.com/AdguardTeam/AdguardFilters/issues/18729
@@||tmearn.com/js/ads*.js
! https://forum.adguard.com/index.php?threads/25124/
||freeapkgame.net/wp-content/themes/nyeo-final/js/bypasskiller.js
! https://forum.adguard.com/index.php?threads/25130/
@@||fileoops.com^$generichide
! https://forum.adguard.com/index.php?threads/25117/
@@||7sim.net^$generichide
! https://forum.adguard.com/index.php?threads/25116/
@@||smspinger.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/6796
! https://forum.adguard.com/index.php?threads/25067/
playretrogames.com#@##prerollAd
! https://github.com/AdguardTeam/AdguardFilters/issues/6674
! https://github.com/AdguardTeam/AdguardFilters/issues/6673
! https://github.com/AdguardTeam/AdguardFilters/issues/6669
@@||lolskinlistgenerator.com/Kodlar/JS/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/15726
! https://github.com/AdguardTeam/AdguardFilters/issues/6661
! https://github.com/AdguardTeam/AdguardFilters/issues/6667
@@||link-cash.com/js/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/6663
uskip.me#%#window.RunAds = true;
@@||uskip.me/assets/js/show_ads.js
! https://forum.adguard.com/index.php?threads/25048/
@@||a10.com/wdg/js_aggregator-active/js/module/monetisation/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/6721
! https://github.com/AdguardTeam/AdguardFilters/issues/6731
@@||dato.porn/js/pop.js
@@||streamcherry.com/googlead.js
@@||streamcherry.com/popunder*.js
! https://forum.adguard.com/index.php?threads/26094/
@@||adshorte.com/js/ads.js
@@||adshort.co/js/ads.js
@@||shortfly.us/js/ads.js
@@||i-invdn-com.akamaized.net/js/ads.js
@@||adshort.me/js/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/6693
! https://github.com/AdguardTeam/AdguardFilters/issues/6717
@@||coinlink.us/js/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/6489
@@||catcatyfaucet.xyz/ads/ads.js
@@||catcatyfaucet.xyz/libs/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/6487
columbiaspectator.com#@#.afs_ads
! https://github.com/AdguardTeam/AdguardFilters/issues/6479
bizled.co.in#%#window.google_jobrunner = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/6478
@@||vertamedia.com/assets/img/adimage.png
! https://github.com/AdguardTeam/AdguardFilters/issues/6476
@@||afdah.to/show-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/6459
! https://forum.adguard.com/index.php?threads/24960/
@@||xmovies8.es/themes/*/ads.js?v=
! https://forum.adguard.com/index.php?threads/24937/
putlocker.bid#@##adsense
! https://forum.adguard.com/index.php?threads/24938/
! https://github.com/AdguardTeam/AdguardFilters/issues/6665
@@||adbilty.me/js/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/6593
! https://github.com/AdguardTeam/AdguardFilters/issues/6622
! https://github.com/AdguardTeam/AdguardFilters/issues/6434
@@||v.fwmrm.net/ad/g/1?$domain=play.tv3.lt
@@||mssl.fwmrm.net/*/MTG_Brightcove_HTML5/AdManager.js$domain=play.tv3.lt
@@||play.tv3.lt/ad/banner/*.ad.json$domain=play.tv3.lt
||freewheel-mtgx-tv.akamaized.net/*.mp4$domain=play.tv3.lt,empty,important
! https://forum.adguard.com/index.php?threads/24768/
! https://github.com/AdguardTeam/AdguardFilters/issues/6602
@@||sgxnifty.org/wp-content/themes/default/js/adblocker.js
! https://github.com/AdguardTeam/AdguardFilters/issues/6575
@@||business-standard.com/ad/banner.js
! https://github.com/AdguardTeam/AdguardFilters/issues/6568
||youmath.it/plugins/system/CssJsCompress/js.php^
! premium-link.ninja
@@||premium-link.ninja/js/blockadblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/6561
@@||pornbraze.com/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/6424
iptvultra.com#%#AG_onLoad(function() { var el=document.querySelector('ins.adsbygoogle'); if(el) { el.appendChild(document.createElement('div')); } });
! https://github.com/AdguardTeam/AdguardFilters/issues/6429
shutterdowner.com#$##zagsh { height: 1px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/6418
@@||v.fwmrm.net/ad/l/1$domain=tv3sport.dk,important
@@||v.fwmrm.net/ad/g/1$domain=tv3sport.dk,important
@@||mssl.fwmrm.net/*/MTG_Brightcove_HTML5/AdManager.js$domain=tv3sport.dk
!+ NOT_PLATFORM( ext_edge )
||freewheel-mtgx-tv.akamaized.net/*.mp4$domain=tv3sport.dk,empty,important
||mds.pliing.com/scm/videoburner/isobar/burneruploads/*.mp4$domain=tv3sport.dk,empty,important
! https://github.com/AdguardTeam/AdguardFilters/issues/6414
bank-codes.com#%#Object.defineProperties(window,{ab1:{value:false},ab2:{value:false},ab3:{value:false},ab4:{value:false}});
! https://github.com/AdguardTeam/AdguardFilters/issues/6411
! https://github.com/AdguardTeam/AdguardFilters/issues/6397
windowstechinfo.com#%#window.AlobaidiDetectAdBlock = true;
@@||windowstechinfo.com/wp-content/plugins/detect-adblock/js/ads.js
! https://forum.adguard.com/index.php?threads/24649/
@@||kmspico.esy.es^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/6357
@@||ads.korri.fr/index.js$domain=dogefaucet.com
! https://github.com/AdguardTeam/AdguardFilters/issues/6356
! https://github.com/AdguardTeam/AdguardFilters/issues/6355
||freewheel-mtgx-tv.akamaized.net/*.mp4$domain=viafree.se,empty,important
@@||v.fwmrm.net/ad/l/1$domain=viafree.se
@@||v.fwmrm.net/ad/g/1$domain=viafree.se
! https://github.com/AdguardTeam/AdguardFilters/issues/6530
@@||linkkawy.com^*js/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/6520
! https://github.com/AdguardTeam/AdguardFilters/issues/6521
! https://forum.adguard.com/index.php?threads/24564/
ur.ly,urly.mobi#@##bottomad
! https://github.com/AdguardTeam/AdguardFilters/issues/6501
! https://github.com/AdguardTeam/AdguardFilters/issues/6517
1001tracklists.com#@##adframe:not(frameset)
! https://github.com/AdguardTeam/AdguardFilters/issues/5761
! https://forum.adguard.com/index.php?threads/24454/
@@||1movies.*/js/ads.js^
! https://forum.adguard.com/index.php?threads/zippyshare-com-pop-up-on-download-now-windows.24433/
@@||zippyshare.com/ads.js
@@||revdepo.com/static/advertisement.js|
! https://github.com/AdguardTeam/AdguardFilters/issues/6336
nydailynews.com#%#window.Adv_ab = false;
@@||amsarkadium-a.akamaihd.net/assets/*/arena/heap/advertisements.js$domain=nydailynews.com
! https://forum.adguard.com/index.php?threads/24412/
@@||fmovies.is^$generichide
! https://forum.adguard.com/index.php?threads/24384/
@@||mydaddy.cc/js/ads.js
! https://forum.adguard.com/index.php?threads/22199/
@@||v.fwmrm.net/ad/p/1?$domain=channel4.com
! https://github.com/AdguardTeam/AdguardFilters/issues/6312
@@/crossdomain.xml$domain=channel4.com
@@||ak.http.anno.channel4.com^$domain=channel4.com
@@||cf.http.anno.channel4.com^$domain=channel4.com
! https://github.com/AdguardTeam/AdguardFilters/issues/6404
@@||wallpapersite.com/scripts/ads.js
wallpapersite.com#%#window.canRunAds = true;
! https://github.com/AdguardTeam/AdguardFilters/issues/6382
! https://forum.adguard.com/index.php?threads/24246/
! https://github.com/AdguardTeam/AdguardFilters/issues/6335
! https://forum.adguard.com/index.php?threads/24236/
||demo.smarttutorials.net/how-to-detect-adblocker-with-javascript-demo/js/script.js$third-party
! https://forum.adguard.com/index.php?threads/24285/
||kissasian.ch/Scripts/taptica.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/6349
@@||vivud.com/js/pop.js
! https://github.com/AdguardTeam/AdguardFilters/issues/6294
! https://github.com/AdguardTeam/AdguardFilters/issues/6163
@@||cutwin.com/js/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/6277
@@/js/ads.js$~third-party,domain=clik.pw|linksh.top
! https://github.com/AdguardTeam/AdguardFilters/issues/6284
! https://github.com/AdguardTeam/AdguardFilters/issues/6280
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=lolalytics.com
lolalytics.com#@#.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/6278
! https://github.com/AdguardTeam/AdguardFilters/issues/6253
! https://github.com/AdguardTeam/AdguardFilters/issues/11167
||savetodrive.net/*/cblock.js
savetodrive.net#%#var _st = window.setTimeout; window.setTimeout = function(a, b) { if(!/isAdsBlocked/.test(a)){ _st(a,b);}};
! https://github.com/AdguardTeam/AdguardFilters/issues/6236
@@||egobits.com/envato/detector/detector/adsbygoogle.js$~third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/6235
@@||static1-azcdn.newser.com/javascript/*/adblock.js
! https://forum.adguard.com/index.php?threads/apkmirror-com-ag-browser-extension.24166/
! https://forum.adguard.com/index.php?threads/desktop-and-android-same-filters-different-behavior.30070/
apkmirror.com#%#Object.defineProperty(window, 'ranTwice', {set: function(){ throw new Error(); }});
apkmirror.com#$#.gooWidget { display:block!important; position: absolute!important; left: -3000px!important; }
! ! + PLATFORM(ext_safari, ext_ff, ext_opera, ios, ext_android_cb)
!apkmirror.com#@#.google-ad-leaderboard
! ! + PLATFORM(ios, ext_android_cb)
!apkmirror.com#@#.google-ad-square
! https://github.com/AdguardTeam/AdguardFilters/issues/6231
@@||igeeksblog.com/wp-content/plugins/wp-quads-pro/assets/js/ads.js
igeeksblog.com#%#window.wpquads_adblocker_check = true;
! https://github.com/AdguardTeam/AdguardFilters/issues/6229
@@||moviemakeronline.com/resources/jsc/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/6228
@@||sportspyder.com/assets/ads-*.js|
sportspyder.com#%#window.adsEnabled=!0;
! https://github.com/AdguardTeam/AdguardFilters/issues/6227
@@||stream.nbcsports.com/assets/page/general/ads.js
nbcsports.com#%#AG_onLoad(function() { window.adBlockEnabled = false; });
! https://github.com/AdguardTeam/AdguardFilters/issues/6174
! https://github.com/AdguardTeam/AdguardFilters/issues/6165
! https://github.com/AdguardTeam/AdguardFilters/issues/6159
comicallyincorrect.com#@#.AdPanel
comicallyincorrect.com#@#.BannerAd
comicallyincorrect.com#@#.ad-banner
comicallyincorrect.com#@#.MBoxAdMain
comicallyincorrect.com#@##sponsoredwellcontainertop
comicallyincorrect.com#%#Object.defineProperty(window, 'oio', { get: function() { return; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/11166
paraphrasing-tool.com#$#[id^="adsense_"] { height: 80px!important; width: 80px!important; position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/6122
! https://forum.adguard.com/index.php?threads/24061/
@@||adm.fwmrm.net/p/aetn_live/AdManager.js$domain=history.com
history.com#@#.ad
! https://forum.adguard.com/index.php?threads/24045/
@@||copypastecharacter.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/6120
adgaterewards.com#%#Object.defineProperty(window,'adblockIsEnabled',{value:false});
@@||adgaterewards.com/assets/js/vc/advertisement.js|$~third-party
@@||asmwall.com/js/ads.js|$~third-party
! https://forum.adguard.com/index.php?threads/24023/
gntai.xyz#%#window.showAds = true;
@@||res.cloudinary.com/*/advertisement.js$domain=gntai.xyz
! https://github.com/AdguardTeam/AdguardFilters/issues/6060
||hamsab.net/golden/js/checkme.js
! https://github.com/AdguardTeam/AdguardFilters/issues/6059
swissadspaysethfaucet.com#%#Object.defineProperty(window,'adBlockEnabled',{value:false});
swissadspaysethfaucet.com#@#.adsBox
! https://github.com/AdguardTeam/AdguardFilters/issues/6053
@@||vaughnlive.tv/*/js/ima3.js
||cdn.pelcro.com/js/bab/min.js$domain=livenewsus.com
! https://github.com/AdguardTeam/AdguardFilters/issues/6049
@@||samehadaku.net/wp-content/themes/jannah/js/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/6006
@@||kingofdown.com^$generichide
! avaxhome.pro
!
! NoAdBlock (CloudflareApps)
!
!
! https://github.com/AdguardTeam/AdguardFilters/issues/6004
@@||transparentcalifornia.com/static/js/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/5953
! https://github.com/AdguardTeam/AdguardFilters/issues/5993
swedroid.se#%#window.canRunAds = true;
@@||swedroid.se/js/ads.js^
! https://github.com/AdguardTeam/AdguardFilters/issues/5995
@@||online-converting.com/js/ads.js^
! https://github.com/AdguardTeam/AdguardFilters/issues/5761
@@/adServe/banners^$domain=debridnet.com
@@||code.jquery.com^$domain=debridnet.com
@@||debridnet.com/adforge.js^
debridnet.com#$#div.center[-ext-has='>script[src*="clksite.com/adServe/banners"]'] {position:absolute;height:299px;left:-9999px;top:-9999px;}
! https://github.com/AdguardTeam/AdguardFilters/issues/5984
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=door2windows.com
! https://github.com/AdguardTeam/AdguardFilters/issues/5983
! https://github.com/AdguardTeam/AdguardFilters/issues/5982
@@||catchcoin.pw/u_peer/libs/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/5981
! https://github.com/AdguardTeam/AdguardFilters/issues/5957
@@||generatorlinkpremium.com/ads/advertisement.php
! tomsguide.com - ads replacement script
tomsguide.com#%#Object.defineProperty(window, 'tmntag_raascallback', { get: function() { return; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/11164
themeslide.com#%#Object.defineProperty(window, 'ai_adb_detected', { get: function() { return function(){}; } });
themeslide.com##body > div[style^="position: fixed; top:"][style*="z-index: 9999"]:not([class]):not([id])
themeslide.com##.main-wrap ~ div[id][class][style*="z-index: 9999"]
themeslide.com##.main-wrap ~ div[id][class][style*="z-index: 9999"] + div[class][style*="z-index: 9999"]
! https://github.com/AdguardTeam/AdguardFilters/issues/5904
! https://forum.adguard.com/index.php?threads/4-missed-ads-4-nsfw.23438/
! https://github.com/AdguardTeam/AdguardFilters/issues/5824
l2s.io#@#.myTestAd
@@||l2s.io/js/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/5901
explosm.net#%#window.showads=true;
@@||explosm.net/js/adsense.js
! https://github.com/AdguardTeam/AdguardFilters/issues/5760
@@||assets.gameallianz.com/api/js/ads/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/5861
1tiny.net#@##redirectBlock
! https://github.com/AdguardTeam/AdguardFilters/issues/5763
/js/script.js$domain=leechgear.net|leechtimes.net|luxleech.net
! https://github.com/AdguardTeam/AdguardFilters/issues/5766
yiv.com###AdBlockMessage
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=h5.4j.com
! https://github.com/AdguardTeam/AdguardFilters/issues/5706
viz.com#%#Object.defineProperty(window,'show_dfp_preroll',{value:false});
@@||viz.com^$generichide
!
! https://github.com/AdguardTeam/AdguardFilters/issues/5759
haxmaps.com#%#Object.defineProperties(window,{ab1:{value:false},ab2:{value:false},ab3:{value:false},ab4:{value:false}});
haxmaps.com#$#.adsbygoogle { height: 1px!important; }
!
! https://github.com/AdguardTeam/AdguardFilters/issues/5694
steamcustomizer.com###sadcat
steamcustomizer.com##span.support-notice.notice
@@||steamcustomizer.com/cache/skin/ad/$image
! https://forum.adguard.com/index.php?threads/23709/
@@||games.iwin.com^$generichide
! https://forum.adguard.com/index.php?threads/23711/
@@||link.tl/js/flashad.js
! https://forum.adguard.com/index.php?threads/23665/
@@/adsense.js$~third-party,domain=bdsmpornhd.com|bestpornever.xyz|fuckedintransit.com|gayporn-videos.xyz|handjob.pro|jav-hd.xyz|lezbiyen-tube.com|mybigbeautifulwoman.com|mystreetgirl.com|pinay-porn.xyz|sex-jav.com|shemale-videos.xyz|thaiporn-videos.xyz|vrporn-videos.xyz
! https://github.com/AdguardTeam/AdguardFilters/issues/5846
@@||trackr.fr/sites/all/themes/contrib/touch/js/miroirs/adwordstracking.js
! https://forum.adguard.com/index.php?threads/23645/
@@||thekickass.info^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/5758
@@||totaldebrid.org^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/5753
!
! https://github.com/AdguardTeam/AdguardFilters/issues/5740
tg007.net#$##gads { height: 1px!important; }
!
! https://github.com/AdguardTeam/AdguardFilters/issues/5770
@@||tune.pk/js/ads.js^
! http://ps.w.org/monitor-adblock/tags/2.3/monitorblockad.php
mmoplus.info,securityonline.info,xkorean.net,h-hentai.com,honatur.com,xyzbikini.com,hentaisos.com,lanouvelletribune.info,supertelatv.net,yearn-magazine.fr,msphdscholarship.com,kinoking.to,fierasdelaingenieria.com,cantaringles.com,cscscholarships.org,javgay.com,rozbor-dila.cz,teenboytwink.com,filmeseserieshd.org,kizzboy.com,meterpreter.org,pronunciaciones.com,atelevisao.com,streaming2040.org,worldoftrucks.ru,novelleleggere.com,plant-home.net,mundo-pack.com,scholarshipsads.org,jmusic.me###adblock_screen
! https://forum.adguard.com/index.php?threads/23575/
@@||instasave.xyz^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/5661
@@||cinesift.com/js/ads.js
! short.am
@@/js/show_ads.js|$~third-party,domain=srt.am|short.am
! https://forum.adguard.com/index.php?threads/23569/
@@||codelist.cc/advertisement.js
@@||adbull.me/js/ads.js
@@||adbull.me^$generichide
! https://forum.adguard.com/index.php?threads/15976/
@@||ahmedabadmirror.indiatimes.com/ads.cms
@@||timesofindia.indiatimes.com/ads_native_js^
@@||timesofindia.indiatimes.com/ad-banner-zedo^
!
! https://github.com/AdguardTeam/AdguardFilters/issues/5764
cellmapper.net#$##myAd { height: 1px!important; }
!
! https://github.com/AdguardTeam/AdguardFilters/issues/5695
@@||hackinformer.com/wp-content/plugins/detect-adblock/js/ads.js
! extremetube.com - ads replacement script
extremetube.com#%#Object.defineProperty(window, 'abb', { get: function() { return false; } });
! https://forum.adguard.com/index.php?threads/23423/
! https://github.com/AdguardTeam/AdguardFilters/issues/5687
@@||player.jkanime.co/static/ads.js^
! https://github.com/AdguardTeam/AdguardFilters/issues/5686
@@||player.gogoanime.ch/static/ads.js^
! https://github.com/AdguardTeam/AdguardFilters/issues/5685
animeheaven.eu#%#window.canRunAds = true;
! https://github.com/AdguardTeam/AdguardFilters/issues/5677
openculture.com#@##SponsoredLinks
openculture.com#@##influads_block
! conservativetribune.com - ads replacement script
conservativetribune.com$$script[tag-content="sponsoredwellcontainertop"][max-length="12000"]
conservativetribune.com#%#Object.defineProperty(window, 'oio', { get: function() { return; } });
!
!
gktoday.in$$script[tag-content="function an_blocker_counter"][max-length="15500"]
! https://github.com/AdguardTeam/AdguardFilters/issues/5648
pokevs.com##.adblocker
! https://forum.adguard.com/index.php?threads/23366/
! https://github.com/AdguardTeam/AdguardFilters/issues/5508
@@||cdn.reverso.net/*/static/js/advertising.js^
! https://forum.adguard.com/index.php?threads/urle-co-adblock-detection.23222/#post-143815
@@||urle.co/js/ads.js^
! https://forum.adguard.com/index.php?threads/23122/
trancepodcasts.com$$script[tag-content="if( $('.adsbygoogle')"][max-length="1700"]
trancepodcasts.com#$##banner-message { visibility: hidden!important; }
trancepodcasts.com#$#.w3eden { display: block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/18482
@@||mangatail.me/sites/all/themes/newbird/js/advertisement.js
! 9cartoon.me/Watch/160651/party-legends-season-2-2016/episodie-3
@@||player.9cartoon.me/static/ads.js^
! https://forum.adguard.com/index.php?threads/22999/
@@||indiaeveryday.com/staticcontent/ads/googleads.js^
! https://github.com/AdguardTeam/AdguardFilters/issues/5496
@@||tubeninja.net/ads.js^
! https://github.com/AdguardTeam/AdguardFilters/issues/5478
@@||xmovies8.ru/themes/*/js/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/5484
@@||kisscartoon.io/js/ads.js^
! https://github.com/AdguardTeam/AdguardForWindows/issues/1805
@@||shink.in/js/adframe.js
! https://forum.adguard.com/index.php?threads/cinemablend-com-anti-adb-windows.22290/
@@//aka-cdn-ns.adtechus.com/images/$domain=cinemablend.com
! https://forum.adguard.com/index.php?threads/urle-co.22212/
urle.co#@#.myTestAd
! Adblock Notify plugin https://themeisle.com/plugins/adblock-notify/
anonyviet.com,precitaj.si,getfreecourses.me,rushtime.in,gizchina.com,switch-xci.com,hwzone.co.il,learnlinux.tv,culture-informatique.net,wordexcerpt.com,money-sense.club,lisenme.com,mydramaoppa.com,wincamp.org,fuwaost.net,dzelectronic.com,audioplugin.net,downloadmockup.com,tudigitale.it,channel-jk.com,healthelia.com,turkishyama.com,magicgameworld.com,czapkomania.pl,thejewishvoice.com,watchpro.com,allamericansthings.com,kizi.cm,miuiturkiye.net,yoandroide.xyz,examupdates.in,dexterclearance.com,fosslovers.com,couponscorpion.com,luongovincenzo.it,tuttotek.it,otopress.pl,morfikirler.com,sayrodigital.com,forfreeiptv.com,atifzafrak.com,asia2tv.co,techsomogro.com,esportsinsider.com,xiaomitoday.com,vostfr-anime.com,oddreaders.com,razorphim.com,mi-globe.com,sinepinoy.net,sceptr.net,businessforyouand.me,sachmoi.info,msguides.com,mediabiasfactcheck.co,winkeyfinder.com,easyview.eu,tariffando.it,lffl.org,picenonews24.it,fizyoo.com,frkn64modding.com,newsweb.pl,telchina.pl,kenhtao.net,chaturbacumgirls.net,knowtechie.com,teleame.com,getmyfile.ga,nabtron.com,belajarpc.com,passioneanime.it,leakedearly.review,zarabiajnaokazjach.pl,hawkfeather.wp-x.jp,freeridermagazine.net,dvdcover.com,ww2gravestone.com,hentaitake.net,stolicazdrowia.pl,satcesc.com,awanpc.me,meteomodel.pl,revdlz.com,thehardtimes.net,dragonballforever.it,dexternights.com,albanian.tv,ispazio.net,keshavcommoditycalls.com,techygeekshome.info,wabetainfo.com,leakedearly.gdn,gktoday.in,endlessflix.co.uk,sims.life,1phut30giay.net,24gliwice.pl,2ech.com,2hpc.ru,2iptv.com,2ndrun.tv,300mbmoviesfree4u.com,365recettes.com,43rumors.com,4kfilme.de,4legend.com,9453av18.net,99volo.com,aboutspacejornal.net,aboutwedding.gr,acehsc.net,adictosaldiseno.org,adictosaliphone.org,adifferentface.net,advrtas.com,agarserv.com,agentesforestales.net,agrigentoierieoggi.it,ahsentv.com.tr,ahui3c.com,aikido-ueshiba.com,aimindo.com,airlive.net,ajnoo.com,akbrak.com,akoapreco.com,akses.link,albertaventure.com,algeriepress.com,alibertarianfuture.com,aliexpreses.ru,alimaniac.com,aljens.info,allaboutfpga.com,allezlyon.fr,allpianonotes.in,allporndiscounts.com,all-smart-games.com,allwallpapers.info,almeea.com,almeea.ro,alotof.software,alphahistory.com,alpha-te.com,altereddimensions.net,amitpatil.me,amunanet.com,androfyi.com,androidexplained.com,androidfacil.org,anglais-pdf.com,anibatch.id,anifirebr.net,animalstime.com,animatedshortfilms.net,anime1.me,animeemanga.it,animesubindo.id,animesubtitle.com,animesubways.net,animetubeita.com,animium.com,antyteksty.com,aphotoeditor.com,appki.com.pl,app-kostenlos.de,aprendeapincharmusica.com,arabicfont.net,arabitec.com,arabsex.be,arbhhome.com,arcades.xyz,arch2o.com,arena4g.com,ascolinews.it,astateoftrancelive.com,astucetech.com,asurada.com,attitude.co.uk,attractmen.org,attrape-songes.com,audionewsroom.net,audiophilefr.com,audiovision.de,audipassion.com,auf-den-berg.de,auto-actualite.eu,autocoachingpnl.com,autodidaxie.com,auto-login-xxx.com,autotalk.com,aviacaosemnocao.com,aviasafety.ru,avosassiettes.fr,avselected.com,ayudaempleosrd.com,b9.com.br,bagilagi.com,baixarseriesmp4.com,bakifail.hu,balkanandroid.com,bambooink.altervista.org,bankovnikod.cz,battlebotsupdate.com,baza-lekow.com.pl,bbox-mag.fr,beatlesbible.com,beatsmaza.com,beauty.net,behshaddavoudi.ir,beingblogged.se,benchmarkhardware.com,beritadumay.com,bestengineeringprojects.com,bestmydesign.com,bestzoosex.net,beurettefacile.com,beyondthematrix.nl,bieresetplaisirs.com,bigfreegiveaway.com,bilim-teknoloji.com,binaryoptionstested.com,bitcoindetector.com,bitcoinfh.com,bitnet-co.ir,biznes-prost.ru,bleachmx.fr,bleachmx.net,bleach-mx.net,bleachmx-news.net,blog4all.sk,blogobisnis.com,boainformacao.com.br,boardgamer.gr,bofoy.com,bonecabebereborn.com.br,boobooka.com,booksmedicos.me,bowshrine.com,brianzasport.it,btcbux.top,burshaberleri.com,bustedfaucet.com,buzzarena.com,buzzebene.net,cactushugs.com,calculatricescientifiqueenligne.com,calracing.com,canalpelis.com,canaltdt.es,caq.fr,carmeloportal.com,casinonl.com,cavemanketo.com,cd-2-dvd.com,celebplace.de,celebsflash.com,certifiedjewelry.com,cetresults.in,chasseursdecool.fr,chelorg.com,cherwell.org,cheznu.tv,chillitorun.pl,christiaanbeem.com,chrono-tm.org,ciekawe.org,cinefilosfrustrados.com,ciptacendekia.com,civilfree.com,clashclanswiki.com,clashroyaleguides.com,classifiedwale.com,classtonic.com,clickamericana.com,clickbabynames.com,clubpenguinmemories.com,club-quant.ru,cn130.com,cnx-software.com,coderexample.com,codernote.ru,coderstent.com,codesdegay.com,codexpcgames.com,coffeetalk.com,coins4.me,colorivivacimagazine.com,comicbookdaily.com,comicbox.eu,comicsxonline.com,comofazerumamonografia.com,comparebin.com,computerera.co.in,computersnyou.com,comunidadkodi.com,connectesport.com,conteudoenematualizado.com.br,coolsmartphone.com,coolvideo.info,cosas-que-pasan.com,cosmo-scope.com,cosplayjav.pl,cpoplove.com,crackingthesafe.com,crackplaza.com,craction.com,craftmovie.com,crayonpaper.com,crazynauka.pl,creamyscoop.com,creativeshory.com,cremated.ru,cronenberger-woche.de,cronyos.com,crowsnestpolitics.com,crybit.com,cscsquestions.com,cyberterminators.co,cybertlc.world,cyclingmagazine.ca,dabarecrutement.com,dabstars.com,dailyhdwallpaper.com,dailynexus.com,dailyrush.dk,dailysmash.co.uk,damereceta.com,damnripped.com,datpiff.xyz,dayi.ca,debcstmdsgn.com,deco-cool.com,deephouselounge.com,defencetalk.com,delchocweb.com,deltabreed.com,descargardoramas.com,designoptimal.com,detran-br.com.br,devassas.net,developerguru.net,d-hive.net,diablo3fans.pl,diana.bg,diariotecnico.net,diazmag.com,die-namenlosen.net,digit-hall.com,dimitrology.com,dirittoscolastico.it,disuk.cz,diversidadesdomundo.com,dlapolski.pl,dlwordpress.com,dogesurf.com,dolygames.com,dopaapdo.com,doramaniacos.com,downloadnewhdmovies.com,downloadorinstall.com,downloads4djs.co.in,dragonballcomplete.com,dragonballstream.com,dragoninquisition.com,drawingmanuals.com,drcaos.com,driveexperience.it,drogin.ru,droid-now.com,dronereviews.biz,dropboxwiki.com,dtechterminal.com,dxbblog.ae,ebenesport.com,e-bet.co,ebizlatam.com,echo.net.au,ecopreneurist.com,ecosounds.net,edessanews.gr,edmthrones.net,efagaming.com,eggslab.net,ehlisunnettv.com,elchapuzasinformatico.com,elektrobot.net,empregoestagios.com,en-contact.com,endurorider.pl,english01.ru,english100.ru,englishexplained.es,enjoylovelylife.com,enterpr1se.info,entrance-exam.ind.in,entrenadorfutbol.es,enwealthen.com,eoto.tech,epicpcgames.com,erhanakkus.com.tr,erkekse.com,erticonetwork.com,ervegan.com,escapefan.com,esctoday.com,escueladebonsaionline.com,esenin-poet.ru,e-sushi.fr,eteknix.com,ethernews.com,euribor.com.es,examhill.com,executeautomation.com,exhdmovies.in,experciencia.com,f1-live.eu,fabian-esteban.com,fabiofrittoli.altervista.org,factorio.su,fainaidea.com,faire-des-amis.com,faiunpreventivo.com,familion.ru,fandroid.com.pl,fantasy-coach.fr,farenda.com,fashandmag.com,fciencias.com,feirox.com,fes13.com,fesslersoft.de,filipinochow.com,filmulescu.com,filmydokumentalne.eu,filmywave.com,finalcall.travel,find-local-jobs.com,findmymain.com,fireteam.fr,firstact.nl,fistintheair.com,fiveminutehistory.com,flightfindair.com,folhavideira.com,fooin.net,footballatclick.com,formatatmak.com,forumsospc.fr,fotbolldirekt.se,fredericiaavisen.dk,freecvtemplate.org,freegamehackscheats.com,freemmostation.com,frenchnews.eu,freshershome.com,frisch-gebloggt.de,fujirumors.com,fullmatchtv.com,funkysnippet.nl,funmagazin.sk,futbolocos.com,g33kmania.com,gamblingherald.com,game-owl.com,gamingesports.com,garagespot.com,gate2017exam.com,gayecho.com,gaypornmasters.com,gaypornwave.com,geekdad.com,geekk.ru,geekmom.com,geeknews.click,geekproject.com.br,geekslop.com,geesguud.com,gej.rs,gerardopandolfi.com,gestiondesti.com,getoutofdebt.org,gexperience.it,gfxfarm.com,gfxfree.tk,gfxpirate.com,ggeguide.com,giallorossi.net,gid.lt,giftfluence.com,ginogy.com,gizchina.cz,globfone.com,gobbofinchecampo.com,goedkoopste-iphone.nl,gojio.net,gotofap.tk,gpsmap.us,grafica2d3d.com,grandoldteam.com,greentechreviews.ru,gripped.com,grocery-coupons-guid.com,guiadobitcoin.com.br,guiadota.org,guitarchordcollection.com,gustishare.net,hackfunk.com,hackingeveryday.com,haenselblatt.com,haerlemsbodem.nl,hakanhitay.net,halamadrid.pl,hardgame2.com,hardmaniacos.com,haustierseiten.de,hawkfeed.com,haydaywiki.com,head-it.ru,heimhelden.de,helpmehindi.com,hentaidestruction.com,hessteg.com,hhxnoter.dk,hiendnews.gr,hieristhailand.nl,highsierratopix.com,hijodeunahiena.com,hillaac.net,historyofroyalwomen.com,hitky.sk,hitydiscopolo.pl,hockeysverige.se,hoerli.net,hojenjen.com,homasg.com,hommedumatch.fr,hostingtop100.com,hotladsworld.com,housecontrollers.de,hqm.gr,hrelate.com,humandroid.com.br,hundeinfoportal.de,hungliaonline.com,ibeconomist.com,iblindness.org,ibpspreparation.com,identifiants-hotspot-wifi-gratuit.fr,idevice.me,idevicehacks.com,idevicetool.eu,idjblast.com,idol48fans.web.id,ieltsforfree.com,ifsalarim.com,igyaan.in,ihdimages.com,ilbosone.com,ilmukimia.org,imoham3d.ml,inavitnews.com,incredigames.com,indianintaiwan.com,indiaroadtrips.com,in-drive.ru,infobron.nl,infographixdirectory.com,infonotizia.it,informazionelibera.net,inrelationship.in,insearchofmexican.com,insidefmcg.com.au,insidegameofwar.com,insideretail.asia,insideretail.com.au,insideretail.hk,insideretail.sg,insidesmallbusiness.com.au,interfirstinsurance.com,internetretailing.com.au,inter-news.it,internshipul.ro,iphone-lab.net,iplliveupdate.in,irstaxseason.com,isite.tw,israellycool.com,italianwebdesign.it,itilexamtest.com,itishk.com,itmaniatv.com,it-media.kiev.ua,itproacc.com,jaimedijon.com,japanization.org,jaredheinrichs.com,javainsimpleway.com,jayendrapatil.com,jbklutse.com,jcutrer.com,jeuxastuce.com,jewishpress.com,jkmk.net,jobculture.fr,joeglens.com,jokerfansub.com,jokerfansub.top,jokerfansub.xyz,jornaldopovomarilia.com,jospiko.de,juegosdetiempolibre.org,juraexamen.info,justgeek.fr,justonemoreday.info,jzx100.com,kabarweb.com,kaisiadorieciams.lt,kalkographus.pl,karaokegratis.com.ar,kenpack.pl,kepoin.id,keygen-download.de,keypunk.com,keys4free.com,khalidalnajjar.com,kingoffaucet.online,kitguru.net,klikni-i-uzivaj.com,klu15.in,kondom-guru.net,koprivnica.net,koptalk.co.uk,koptalk.com,korben.info,koungeek.com,kpoply.com,kreasitekno.com,krs247.no,ktm2day.com,kupislonica.ru,kursus-online.asia,lacitypools.com,lapannocchiaimbarazzante.com,lapetitemaisondanslaprairie.fr,laprogressive.com,lateinlehrer.net,latorredicotone.com,latuaguida.com,layandrama.net,leedstime.com,legalescrow.co.uk,legiobiznes.pl,lemontube.it,lessons4you.info,letrasgratis.com.ar,lgfoot.be,lhwadwa.com,liderbilgi.com,lifebel.com,ligalive.net,liliputing.com,livingin2k.net,livrosconservadores.com.br,lobbystas.gr,loliconjav.pl,lolnews2030.com.br,longitudeonda.com,loukosporandroid.cc,loukosporandroid.com.br,lowcarbalpha.com,luzoplanet.com,macademiangirl.com,macappstore.org,mackie100projects.altervista.org,macmaniacs.at,macos-app.com,mactan.com.br,madpicks.com,maispaletes.com,maissuperior.com,maiuri.net,maker-tutorials.com,malayalapachakam.com,manga-home.com,manmagazin.sk,mapleleafshotstove.com,master-develop.com,mavs1007.de,mawqii.com,mbbscounselling.co.in,mc4u.de,medicalopedia.org,melamorsicata.it,mes-pains-maison.fr,miamibuttsluts.com,miapple.me,midis.com.ar,mikesaysmeh.com,mikudb.moe,minecraftquiz.com,minecraftservers.club,minhamulher.com,minilogue.net,minlife.ru,mint-space.com,mirplace.com,mirrorlessrumors.com,mixalwan.com,mixofall.com,mkxfan.org,mmo.it,mobilejury.com,mobilinternetayarlari.com,moddingtr.com,modernnexus.com,mojandroid.sk,momasefreshtakers.com,mondo24.it,mondoprimavera.com,monthlyreview.org,mortaljourney.com,mostafa-shemeas.com,motofire.com,movies360.info,mp3-telechargement.net,mrfreeat33.com,mrvideogame.com.br,msgdigital.com,mummumtime.com,mundokodi.com,mur.tv,musculacao.net,musicsongs.xyz,muzikbuldum.com,mxalwan.com,myaquaworld.ru,mybabybarbiegames.com,my-clash-royale.ru,myhadoopexamples.com,my-headway.ru,myicloud.info,myria.com,mysalonika.gr,mytechtipshub.com,myvegansupermarket.co.uk,myvirtualput.ru,nacionpix.com,napolicalcio.net,napolipiu.com,nativeamericacalling.com,nckreader.com,nebigarci.net,neckarstudent.de,nerdalicious.com.au,neupusti.kz,neupusti.net,newcameranews.com,newlaunches.com,newxmovies.com,newyou.buzz,newzars.com,nextgentech.it,nextimpulsesports.com,nextleveltricks.com,ninfasafada.com.br,nomascrisis.com,nondoc.com,noobabble.com,normastecnicas.com,notiziebomba.com,notre-siecle.com,novinite.eu,nudefoto.club,nuexpo1.com,nulledcode.cc,nulledforest.com,nulledradar.com,nulload.com,nusa.website,nyadagbladet.se,nyfalls.com,nylonhose.us,ohfabuloso.com,oklivetv.com,oknotivi.ru,okpronostico.it,omerfarukbodur.com,onlineknjige.com,onlinemakejobs.com,onlinerelaxing.com,opentuition.com,opozicionar.com,opsmedia.ru,optclean.com.br,optimist.rs,oracleerpappsguide.com,ostechnix.com,ostrovokpodelok.ru,overclex.net,overclocking.guide,palel.es,paraguaymipais.com.ar,parcequetoulon.com,pascalforget.com,pasha4ur.org.ua,passioncarre.net,passportindia.in,patriaquemera.com.ar,pbhz.com,pbn.com,pdfbaba.com,pensjonistferie.no,pepakura.eu,perv-box.com,pespatchupdate.com,philmacgiollabhain.ie,phonandroid.com,phonedas.com,phoneitech.com,photojav.com,pikoff.com,pinaydb.com,pinoyalbums.com,pintire.com,pixellicious.com,placegrenet.fr,planetagracza.pl,planet-sansfil.com,plan-gay.net,plusdebonsplans.com,podtrash.com,pointdeveloper.com,pointofsync.com,popmuzik.se,porncomic.xyz,pornoparaelas.com,postdekh.com,pozeraj.me,prawapolityka.pl,previdencia.social,prince2examtest.com,princetronics.com,probasket.pl,programegratuitepc.com,pticyrus.info,ptt8.net,punjabimania.com,pupless.com,puregaming.es,purwaka.net,putariaxxx.com,qkav.co,qstage.com.br,quantapti.com,quotidianopiemontese.it,r15team.net,radiojeunesactu.com,rape-porn-video.com,raremainstream.com,ravimagazine.com,razasporcinas.com,rbigradeb.com,rc-markt.de,realhardwarereviews.com,realwebjob.ru,rebelmayhem.com,recebersegurodesemprego.com,reekoscience.com,reflectim.fr,refundschedule.com,refundstatus.com,remonline.com,retrabbit.ru,rnbxclusive.me,rnbxclusive.site,rntimes.in,robintel.ro,roofvis.tv,rosh1.co.il,rosmini.eu,rubankom.com,runnersclub.gr,runningmagazine.ca,rusactions.ru,russia-aliexpress.com,rymandoujou.tokyo,sac-en-papier.net,sachmoi.net,sadvin.ru,salient.org.nz,saltymediagroup.com,salutebenessereperte.com,sami-s-rukami.ru,sandboxgamemaker.com,sandbox-games.net,sandero.ru,santosmadeiras.com.br,sapdocs.info,scambieuropei.info,schaefer-it-consultant.de,schamanische-krafttiere.de,schools99.com,scmowns.com,sdelatotoplenie.ru,sea-group.org,secretflying.com,segelreporter.com,seguridadwireless.es,selalutekno.com,semendria.com,sempreupdate.com.br,sequepuedovolar.com,sexjapaneseporn.com,sexonlineporn.com,sfilate.it,shadowlionheart.it,shanelynn.ie,share24.gr,shatimes.com,shiny-girlz.org,shock2.at,showbagnow.com,showbiz.mus.br,siglaseabreviaturas.com,simsroom.com,siteforeverything.com,sizhu-vjazhu.ru,sizofrenpsikolog.com,sledujufilmyserialy.cz,slovakmagazin.sk,slovakwoman.sk,slovenskemamicky.sk,slovenskyali.sk,smartprep.in,smitedatamining.com,smsalloccassion.com,socialextensions.eu,softandapps.info,softmaker.kz,soghoot.website,solalias.com,solosavoia.it,some-blog.ru,sonorapresente.com,sonyalpharumors.com,sopsport.org,souslechapiteau.com,south-park-tv.eu,sovetolog.com,sowhat-magazine.fr,s-pegasus.com,spisiakoviny.eu,starprivate.com,startingfinance.com,startkariery.pl,startups.bz,stechno.net,steelersdepot.com,steigerhout-bouwtekeningen.nl,stixos.eu,stopmensonges.com,stopvirus.fr,strainspot.com,streamingfilmcompleto.com,studipariwisata.com,studyandjobs.com,studydhaba.com,studylinux.ru,studystuff4u.com,stylejournal.de,sunday-coupons.com,supprimer.net,survival-sandbox.de,survivor-story.com,suvalkai.lt,svetandroida.cz,swtorcantina.de,syanart.com,tachido.mx,tacobit.website,tactiknews.com,tactotek.com,taisachhay.com,tamilfunda.com,tamilguns.in,tanki-tut.ru,tanya-tanya.com,tawdilo.com,taxschedule.com,tbvop.com,tcc-em-blocos.esy.es,tchar.net,tcmlogos.com,teachmehana.com,techdracula.com,techmoka.com,technicaloverload.com,technicalscoop.com,technicoz.com,technoarea.in,technoblitz.it,technochat.in,techwareguide.com,tecnicomo.com,tecnologosrd.com,tecnomasters.com.br,tegustaserunpirata.com,teknikalt.dk,teknokroki.com,teori-prov.com,terminal28.com,tgsup.com,theartfulcrafter.com,thebloggersden.com,thecodegarden.net,thedroidway.com,thedronedomain.com,theexplode.com,thefitgirlz.com,thegeekhammer.com,thegroovecartel.com,thelongdark.ru,thematch.gr,themosvagas.com.br,thepythonguru.com,theurbanist.info,thewebhow.com,thinkcomputers.org,thirdsectormagazine.com.au,threeredkings.com,tibbschool.net,time2draw.com,time4review.es,timeless-miracle.com,timourrashed.com,titulkomet.cz,tkbsen.in,tkj.se,todaytechnology.in,todogratisinternet.com,topgirl.sk,topnocreditcheckloans.com,toyotaklub.org.pl,trapress.net,travestis.xxx,trelipareanews.com,triathlonmagazine.ca,tribunesports.net,tronche-de-geek.fr,tudibao.com.br,turkifsalarizle.com,tutorialepc.ro,tutorialspedia.com,tutorialweb.net,tutoriels-android.com,tutsps.com,tuxnews.it,tvadmusic.co.uk,ukcsgo.com,ukfashiondesign.com,ultravfx.com,undergroundscience.net,unioncosmos.com,univers-anime.com,univers-animesi.com,univers-animezi.com,universityprimetime.com,universovalve.net,urbanidades.arq.br,urly.us,vacciniinforma.it,vakeourbano.com,valutawijzer.nl,vampire69blog.com,venpacks.com.ve,vergleichsspannung.de,veryhtml5.com,vgtribune.com,viajetip.com,viajoenmoto.com,videopazzeschi.com,videos-de-chasse.fr,vilistime.com,vimedhund.dk,vipcandid.com,vipsg.fr,vivuvivu.xyz,vliegtuigenspotter.nl,vocal4u.com,vskoole.net,vstitorrent.com,vstorrent.net,vstorrent.org,vstorrent.ru,walking-dead-en-streaming.fr,wann-is-was.de,warsawnow.pl,wasduk.com,watchnewmovie.net,watchnewmovie.org,wavelengthmag.co.uk,wavelengthmag.com,wavepc.pl,webdesignerhut.com,webmagazine24.it,webonet.fr,web-paint.ru,websitelister.org,websvelato.it,weddingplanner.vn,weeds-streaming.fr,weedtrader.com,weyz.net,whoiscute.com,wickedspot.org,wildernessarena.com,windoctor.it,windowsaplicaciones.com,windowsku.com,winphonecloud.com,winphonehub.org,wirtualnywydawca.pl,witcherhour.com,withform.cz,wololo.net,wololo-project.es,womennow.in,worldwithouthorizons.com,wowfacts.net,wow-rhea.com,wptele.ga,x1xporn.com,x-3dfx.com,xavierstuder.com,xbnrg.com,xclub.sk,xdiggers.com,xkorean.net,xn--4dbcyzi5a.com,xpenology-fr.net,xsafadas.com,xturkifsa.org,xxxhdmovie.com,xxxhdonline.com,xyzjyotishcenter.com,yakyakyak.fr,yallapro.com,yummyoyummy.com,zag-rider.net,zapisi-privata.com,zatznotfunny.com,zerofeed.com,zetail.com.tw,zetatecnologia.com,zippysharemediafire.download,z-news.xyz,znrls.co,zzn.fr#@##adsense
!
! https://github.com/AdguardTeam/AdguardFilters/issues/5655
@@||cdn.hackintosh.zone/ipscdn/adsense/$domain=hackintosh.zone
! https://github.com/AdguardTeam/AdguardFilters/issues/5627
pokehunter.co#@#.afs_ads
! https://github.com/AdguardTeam/AdguardFilters/issues/5626
! https://github.com/AdguardTeam/AdguardFilters/issues/5622
||icons.wxug.com/scripts/sourcepoint/
! https://github.com/AdguardTeam/AdguardFilters/issues/377
@@||itv.com/itv/tserver/size=videosponsor/*/viewid=
! https://forum.adguard.com/index.php?threads/23302/
@@||destyy.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/5567
@@||adpop.me^$generichide
! https://forum.adguard.com/index.php?threads/23262/
! https://github.com/AdguardTeam/AdguardFilters/issues/5469
! https://github.com/AdguardTeam/AdguardFilters/issues/5527
||kissasian.com/Scripts/taptica.min.js^
! https://forum.adguard.com/index.php?threads/23109/
@@||uplod.ws/*/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/28761
! https://github.com/AdguardTeam/AdguardFilters/issues/26327
! https://forum.adguard.com/index.php?threads/flacplayer-ehubsoft-net-anti-ad-block-ubo-on-chrome.23131/
!+ NOT_PLATFORM(ios, ext_android_cb)
||pagead2.googlesyndication.com/pagead/show_ads.js^$empty,important,domain=ehubsoft.net
!
! https://forum.adguard.com/index.php?threads/smsreceiveonline-com-anti-ad-block-ubo.23093/
! https://forum.adguard.com/index.php?threads/getfreesmsnumber-com-anti-ad-block-ubo-on-chrome.23091/
@@||getfreesmsnumber.com/js/advertisement.js^
! https://forum.adguard.com/index.php?threads/receive-a-sms-com-anti-ad-block-ubo-on-chrome.23087/
receive-a-sms.com##ins.adsbygoogle
@@||receive-a-sms.com/showads.js^
! https://github.com/AdguardTeam/AdguardFilters/issues/5507
@@||bytesloader.com^$generichide
! realclearpolitics.com antiadblock
@@||realclearpolitics.com/asset/section/doubleclick.js^
! uploadfiles.io anti-adblock (size of the element exceeds 100500px)
uploadfiles.io##.ad-blocked
! https://github.com/AdguardTeam/AdguardFilters/issues/5416
@@||dotesports.com/showads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/5389
gosugamers.net#@#.ad-placement
! https://forum.adguard.com/index.php?threads/22720/
! https://github.com/AdguardTeam/AdguardFilters/issues/5361
@@||audio-track.com/theme/*/advertisement.js^
! https://forum.adguard.com/index.php?threads/22597/
themes24x7.com#@#.adsbygoogle
themes24x7.com#$#.adsbygoogle { position: absolute!important; left: -3000px!important; display: block!important; }
! https://forum.adguard.com/index.php?threads/22624/
receive-sms-online.info$$script[tag-content="other adblocking software"][max-length="600"]
!
! https://forum.adguard.com/index.php?threads/getintopc-com-windows-anti-adblock.22681/
@@||filehoslguru.com/adframe.js
! https://forum.adguard.com/index.php?threads/22584/
@@/advertisement.js|$domain=fistfast.net
@@/pop.js|$domain=fistfast.net
! https://forum.adguard.com/index.php?threads/22596/
@@||uploadboy.com/ads.js
! https://forum.adguard.com/index.php?threads/https-www-firstonetv-eu-http-www-sdwnet-me-anti-adblock.22470/
@@||sdwnet.me^$generichide
! https://forum.adguard.com/index.php?threads/22293/
arconaitv.me#@#.afs_ads
! https://github.com/AdguardTeam/AdguardFilters/issues/39813
! https://github.com/AdguardTeam/AdguardFilters/issues/5269
||wowtoken.info/js/main.js$replace=/fail\(\);/window;/
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$empty,important,domain=wowtoken.info
wowtoken.info#%#!function(){var rnd = Math.random().toString(36).substr(2,8); Object.defineProperty(window, 'adsbygoogle', { get: function() { return { loaded: true, push: function() { return rnd; } }; } }); }();
! https://forum.adguard.com/index.php?threads/22255/
@@||common-static.vooxe.com/player/js/ads.js
||storesurprise.com^$third-party
! https://forum.adguard.com/index.php?threads/22256/
@@||binbucks.com/fuckadblock.js
@@||binbucks.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/3255
@@||hdliveextra-a.akamaihd.net/*/config/ads.js$domain=vplayer.nbcsports.com
! https://forum.adguard.com/index.php?threads/expedia-de.22147/
@@||travel-assets.com/ads/*/expadsblocked.js^
! https://forum.adguard.com/index.php?threads/22066/
@@||pinoybay.ch/assets/js/ads.js
! https://forum.adguard.com/index.php?threads/anti-adblock-ibtimes-co-uk.22124/
@@||d.ibtimes.co.uk/imasdk/ads.js^
! https://github.com/AdguardTeam/AdguardFilters/issues/5126
||facildownloads.net/wp-content/plugins/pause-adblocker/
! https://forum.adguard.com/index.php?threads/22081/
mylifetime.com#@#.block-doubleclick
! https://github.com/AdguardTeam/AdguardFilters/issues/5108
ff14angler.com#@#.adsbygoogle
! https://forum.adguard.com/index.php?threads/22029/
@@||raptu.com/e/$generichide
! https://forum.adguard.com/index.php?threads/21829/
whosampled.com#%#var _st = window.setTimeout; window.setTimeout = function(a, b) { if(!/_detectAdBlocker/.test(a)){ _st(a,b);}};
! https://forum.adguard.com/index.php?threads/u2s-io.21825/
@@||u2s.io^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/5085
liftable.com#@##sponsoredwellcontainertop
liftable.com#@#.MBoxAdMain
liftable.com#%#Object.defineProperty(window, 'oio', { get: function() { return; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/5083
@@||uvnc.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/27866
! https://github.com/AdguardTeam/AdguardFilters/issues/5062
@@||oploverz.in/wp-content/*.png#*_ad
@@||oploverz.in^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/5031
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=blog-rct.com
@@||blog-rct.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/5039
@@||viid.me^$generichide
! https://forum.adguard.com/index.php?threads/21811/
@@||chiaanime.co/static/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/15016
! https://github.com/AdguardTeam/AdguardFilters/issues/4661
@@||zap.in^$content
zap.in#$##flexContentAdFrame { height: 51px!important; display: block!important; }
zap.in#$##verifyAd { display: block!important; height: 1px!important; }
! https://forum.adguard.com/index.php?threads/21454/
forum.xda-developers.com#@#.adonis-placeholder
! arduino-board.com
@@||adserver.dca13.com/js/ads2.js
arduino-board.com#%#Object.defineProperty(window,'abc',{value:false});
! https://github.com/AdguardTeam/AdguardFilters/issues/4917
@@||dailygeekshow.com/wp-content/themes/soofresh2/js/advertisement.js^
! http://freetvall.com/video/9kb116rwshsb/motors-tv http://www.estadiofutebol.com/gratis/motorstv
televisaofutebol.com#$##pub2 {height:20px;}
! https://xenforo.com/community/resources/rellect-adblock-detector.2312/
/rellect/AdblockDetector/handler.$~third-party,empty,important
! https://forum.adguard.com/index.php?threads/a9droid-com.21265/
a9droid.com#@#div[id^="div-gpt-ad"]
! https://forum.adguard.com/index.php?threads/21366/
||b.slipstick.com/bmp/bmpjquery.js
! https://github.com/AdguardTeam/AdguardFilters/issues/4907
@@||elsfile.net^$generichide
! https://github.com/AdguardTeam/AdguardBrowserExtension/issues/662
||temp-mail.org/js/antiblock.js^
temp-mail.org#%#Object.defineProperty(window,'adblocked',{value:{}});
! https://forum.adguard.com/index.php?threads/bollywoodshaadis-com-anti-adb-windows.21328/
bollywoodshaadis.com###ad_blocker
! https://github.com/AdguardTeam/AdguardFilters/issues/4841
@@||vidoza.net/js/pop.js
@@||vidoza.net/js/ads.js
! Graphiq owned sites https://forum.adguard.com/index.php?threads/planes-axlegeeks-com.21241/
allpatents.com,armsrack.com,axlegeeks.com,careertrends.com,corporate.com,credio.com,findthebest.com,findthecompany.com,findthedata.com,findthehome.com,gearsuite.com,graphiq.com,healthgrove.com,homeowl.com,insidegov.com,mooseroots.com,pickban.com,pikasaur.com,platform.com,pointafter.com,prettyfamous.com,softwareinsider.com,specout.com,startclass.com,underthelabel.com,weatherdb.com#%#(function(o,a){o(window,"FTBAds",{get:function(){return a},set:function(b){a=b;o(a,"ads",{value:!1})}})})(Object.defineProperty);
! https://forum.adguard.com/index.php?threads/21233/
!+ NOT_OPTIMIZED
||api.tinypass.com^$domain=dallasnews.com
! https://github.com/AdguardTeam/AdguardFilters/issues/4868
@@||nineto5mac-d.openx.net/*/jstag?nc=*-9to5mac$script,other
! https://github.com/AdguardTeam/AdguardFilters/issues/4850
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=up-4ever.com
@@||pagead2.googlesyndication.com/pagead/js/*/show_ads_impl.js$domain=up-4ever.com
! https://github.com/AdguardTeam/AdguardFilters/issues/4840
engineeringtoolbox.com##.adblo
! https://github.com/AdguardTeam/AdguardFilters/issues/4837
surfline.com#@#.afs_ads
! wordpress theme https://mythemeshop.com/themes/ad-sense/
/wp-content/themes/mts_ad_sense/js/customscript.js^$replace=/\.blocker-enabled-check/\.EBEWYOgvtboacVhEOGHO/,~third-party
@@/wp-content/themes/mts_ad_sense/js/ads.js^$~third-party,domain=320box.com|adisteme.kz|adobevn.net|aggressivecars.com|allbluevr.com|androidcrush.com|applosungen.com|appluseis.com|awamiweb.com|azfinans.ru|besthealthyguide.com|bhookedcrochet.com|biochemden.com|bloggingden.com|braininspired.net|business-solution.us|carajuki.com|carapraktis.info|caratulasparacuadernos.com|catchmyjobs.com|ccna6.com|ccnav6.com|cineview.me|circuiteasy.com|conference-hosting.net|conspatriot.com|dailyhealthkeeper.com|darmawan.my.id|dayoadetiloye.com|degree-classes.com|detutorial.com|diedit.com|diysite.tips|diyzone.tips|dollsnews.com|dormir-moins-bete.com|download-album.com|duniaq.com|espiaresgratis.com|everythingsohealth.com|filmreno.net|freesmshub.com|gamingguidetips.com|geekpeaksoftware.com|gennarino.org|gratiserotik.se|grfeed.com|healthspiritbody.com|healthysolutionsbenefit.com|healthytotal.net|healthzone.tips|hightechbuzz.net|horamerica.com|howtorootmobile.com|idownloadblogs.com|inmigrantesenmadrid.com|insurancequotestip.com|kampusexcel.com|kimdirbu.com|lahuria.com|laivanduc.com|langsungviral.com|learn-automation.com|librospdfgratis.net|lifeblogid.com|liriklaguindonesia.net|lotsofhealthy.com|martketingdigital.com|masterdrivers.com|minimilitiacheats.com|mjemagazine.com|mobilehardreset.com|mobilesreview.co.in|mstory.me|mypapercraft.net|mysemakan.com|newmoviesfun.com|nicecarsinfo.com|ofertasahora.com|onlinehealthsociety.com|orduh.com|organichealthcorner.com|otimundo.com|ovnihoje.com|parhaye.com|pointsrecipes.com|prdnews.com|quoteacademy.com|ricasaude.com|rwaag.org|sapsibubapa.org|sarungpreneur.com|satgobmx.com|shoemoney.com|smartphonehrvatska.com|soltvperu.com|ssante.com|sumberpendidikan.com|supercarcenter.com|supportcanon.com|tatuajestatu.com|techcrack.net|teclane.com|tellynews.us|thestreetriders.com|tipsdroidmax.com|todaysjobalert.com|todolandia.com|top10remedioscaseros.com|topnaturaltips.com|topwebsitelists.com|trenddify.com|truquesedicas.org|tutorialescomo.com|ultra4kporn.com|usefuldiys.com|vegrecetas.com|vidabytes.com|viewhealth.net|viralholic.net|viralistics.com|wikigain.com|wisdomquotesandstories.com|www-mabadi.com|yoemigro.com|yomasti.co|zenfoneasus.com
320box.com,adisteme.kz,adobevn.net,aggressivecars.com,allbluevr.com,androidcrush.com,applosungen.com,appluseis.com,awamiweb.com,azfinans.ru,besthealthyguide.com,bhookedcrochet.com,biochemden.com,bloggingden.com,braininspired.net,business-solution.us,carajuki.com,carapraktis.info,caratulasparacuadernos.com,catchmyjobs.com,ccna6.com,ccnav6.com,cineview.me,circuiteasy.com,conference-hosting.net,conspatriot.com,dailyhealthkeeper.com,darmawan.my.id,dayoadetiloye.com,degree-classes.com,detutorial.com,diedit.com,diysite.tips,diyzone.tips,dollsnews.com,dormir-moins-bete.com,download-album.com,duniaq.com,espiaresgratis.com,everythingsohealth.com,filmreno.net,freesmshub.com,gamingguidetips.com,geekpeaksoftware.com,gennarino.org,gratiserotik.se,grfeed.com,healthspiritbody.com,healthysolutionsbenefit.com,healthytotal.net,healthzone.tips,hightechbuzz.net,horamerica.com,howtorootmobile.com,idownloadblogs.com,inmigrantesenmadrid.com,insurancequotestip.com,kampusexcel.com,kimdirbu.com,lahuria.com,laivanduc.com,langsungviral.com,learn-automation.com,librospdfgratis.net,lifeblogid.com,liriklaguindonesia.net,lotsofhealthy.com,martketingdigital.com,masterdrivers.com,minimilitiacheats.com,mjemagazine.com,mobilehardreset.com,mobilesreview.co.in,mstory.me,mypapercraft.net,mysemakan.com,newmoviesfun.com,nicecarsinfo.com,ofertasahora.com,onlinehealthsociety.com,orduh.com,organichealthcorner.com,otimundo.com,ovnihoje.com,parhaye.com,pointsrecipes.com,prdnews.com,quoteacademy.com,ricasaude.com,rwaag.org,sapsibubapa.org,sarungpreneur.com,satgobmx.com,shoemoney.com,smartphonehrvatska.com,soltvperu.com,ssante.com,sumberpendidikan.com,supercarcenter.com,supportcanon.com,tatuajestatu.com,techcrack.net,teclane.com,tellynews.us,thestreetriders.com,tipsdroidmax.com,todaysjobalert.com,todolandia.com,top10remedioscaseros.com,topnaturaltips.com,topwebsitelists.com,trenddify.com,truquesedicas.org,tutorialescomo.com,ultra4kporn.com,usefuldiys.com,vegrecetas.com,vidabytes.com,viewhealth.net,viralholic.net,viralistics.com,wikigain.com,wisdomquotesandstories.com,www-mabadi.com,yoemigro.com,yomasti.co,zenfoneasus.com#$#.pub_300x250.pub_300x250m.pub_728x90.text-ad.textAd.text_ad.text_ads.text-ads.text-ad-links {display:block!important;}
! https://forum.adguard.com/index.php?threads/14775/
gamespot.com#@#.AdHere
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_$domain=gamespot.com
@@||asset.pagefair.net/ads.min.js$domain=www.gamespot.com
@@||asset.pagefair.com/adimages/adsense.js$domain=www.gamespot.com
@@||onceux.unicornmedia.com/now/ads^$domain=gamespot.com
! https://forum.adguard.com/index.php?threads/http-www-sport247-live.20960/
@@||s1.medianetworkinternational.com/js/advertisement.js^
! https://github.com/AdguardTeam/AdguardFilters/issues/4796
||mangatail.com/sites/all/themes/newbird/js/adblock-checker.min.js
||mangasail.com/sites/all/themes/newbird/js/acheck.min.js
! https://forum.adguard.com/index.php?threads/20897/
oalevels.com#@#.afs_ads
! https://github.com/AdguardTeam/AdguardFilters/issues/4802
@@||liveedu.tv/static/js/ads.js
! https://forum.adguard.com/index.php?threads/adageindia-in-missed-ads-windows.20841/
||gaia.adage.com/assets/js/min/BlockDetector.js^
! https://github.com/AdguardTeam/AdguardFilters/issues/4727
wurstclient.net#@#.adsbygoogle
! https://forum.adguard.com/index.php?threads/liverpoolecho-co-uk.20590/
||dashboard.tinypass.com/*/load^$third-party
! https://forum.adguard.com/index.php?threads/20340/
@@||filez.tv/themes/flow/frontend_assets/js/advert.js
! https://forum.adguard.com/index.php?threads/20348/
@@||outlookindia.com/*anti_ab.js$script
@@||outlookindia.com$generichide
! https://forum.adguard.com/index.php?threads/14368/
gelbooru.com#%#window.abvertDar = 1;
@@||gelbooru.com/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/4661
@@||adz.bz^$content
adz.bz#@##frameAd
adz.bz#$##frameAd { height: 51px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/23200
@@||onlinemschool.com/script/ads.js
@@||onlinemschool.com/script/ads1.js
onlinemschool.com#@##oms_left
@@||onlinemschool.com^$generichide
! https://forum.adguard.com/index.php?threads/18766/
jetload.tv#@##bannerad
@@||jetload.tv/themes/flow/frontend_assets/js/advertisement.js
! https://forum.adguard.com/index.php?threads/http-www-newsnow-co-uk.20278/
newsnow.co.uk##.c-blockmsg
! https://forum.adguard.com/index.php?threads/www-papergeek-fr.20281/
papergeek.fr##.padb-enabled
! https://forum.adguard.com/index.php?threads/20253/
@@||streamlive.to^$generichide
! https://forum.adguard.com/index.php?threads/20212/
@@||shink.in/js/showads.js
! https://forum.adguard.com/index.php?threads/im9-eu.20226/
@@||tff.tf/popunder.js$domain=im9.eu
! https://github.com/AdguardTeam/AdguardFilters/issues/4636
||repo.xarold.com/ajax/unlock.php
! https://github.com/AdguardTeam/AdguardFilters/issues/4605
@@||fwmrm.net/*/AdManager.js^$domain=viafree.no
||viafree.no/api/playClient*resource=adinfo?$replace=/"freewheel"/"ab_allowed":true\,"freewheel"/
! https://github.com/AdguardTeam/AdguardFilters/issues/4624
bicycling.com,menshealth.com,prevention.com,rodale.tv,rodalesorganiclife.com,rodalewellness.com,runnersworld.com,womenshealthmag.com#%#(function(c,b){Object.defineProperties(window,{dataLayer:c,dataLayer_gtm:c})})({set:function(a){a&&a[0]&&(a[0].AdBlockerDetected=!1);b=a},get:function(){return b},enumerable:!0});
@@/securepubads.$script,other,~third-party,domain=bicycling.com|menshealth.com|prevention.com|rodale.tv|rodalesorganiclife.com|rodalewellness.com|runnersworld.com|womenshealthmag.com
@@.com/ads.$script,other,~third-party,domain=bicycling.com|menshealth.com|prevention.com|rodale.tv|rodalesorganiclife.com|rodalewellness.com|runnersworld.com|womenshealthmag.com
@@/pagead2.$script,other,~third-party,domain=bicycling.com|menshealth.com|prevention.com|rodale.tv|rodalesorganiclife.com|rodalewellness.com|runnersworld.com|womenshealthmag.com
@@/pubads.$script,other,~third-party,domain=bicycling.com|menshealth.com|prevention.com|rodale.tv|rodalesorganiclife.com|rodalewellness.com|runnersworld.com|womenshealthmag.com
! https://forum.adguard.com/index.php?threads/20180/
@@||top1porn.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/4604
@@||xda-developers-forum.blogspot.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/4597
@@||snippets.studybreakmedia.com/doubleclick/ads.js
citationmachine.net#%#window.canRunAds = true;
! https://github.com/AdguardTeam/AdguardFilters/issues/4578
@@||sportbikerider.us^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/4513
@@||adm.fwmrm.net/p/fox_live/AdManager.js^
@@||player.foxdcg.com/*/js/playback.js?*^ad$xmlhttprequest,domain=fox.com
! https://forum.adguard.com/index.php?threads/http-www-fordclub-eu.20043/
fordclub.eu#@#.reklama
! 1337x.to - antiblock ads
@@||1337x.to$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/4521
apktechdown.com###idblog-adb-enabled
! https://forum.adguard.com/index.php?threads/19067/
||spillvacation.com^$third-party
! https://forum.adguard.com/index.php?threads/19724/
@@||bsp.needrom.com/advert*.js
! https://forum.adguard.com/index.php?threads/freelive365-com.19834/
@@||freelive365.com/adblock.js^
! https://forum.adguard.com/index.php?threads/19740/
@@||bestlistofporn.com^$generichide
! https://forum.adguard.com/index.php?threads/19735/
@@||revdownload.com/*.php$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/4459
@@||battlecats.spica-net.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/4143
! https://forum.adguard.com/index.php?threads/%D0%A0%D0%B5%D1%88%D0%B5%D0%BD%D0%BE-http-www-allmusic-com.18598/
allmusic.com,sidereel.com#%#(function(a){setTimeout=function(){var b="function"==typeof arguments[0]?Function.prototype.toString.call(arguments[0]):"string"==typeof arguments[0]?arguments[0]:String(arguments[0]);return/\[(_0x[a-z0-9]{4,})\[\d+\]\][\[\(]\1\[\d+\]/.test(b)?NaN:a.apply(window,arguments)}.bind();Object.defineProperty(setTimeout,"name",{value:a.name});setTimeout.toString=Function.prototype.toString.bind(a)})(setTimeout);
! https://forum.adguard.com/index.php?threads/19628/ https://github.com/AdguardTeam/AdguardFilters/issues/4841
@@||easylist.club/ados.js
@@||easylist.club/popunder*.js
@@||easylist.club/adlabs.js
@@||easylist.club/adconfig.js
! https://forum.adguard.com/index.php?threads/19630/
! https://forum.adguard.com/index.php?threads/19630/
@@||flashx1.tv/sidead.js
@@/js/showad*.js$domain=flashx.tv|flashx.to
alluc.ee#%#adblock = false;
@@||flashx1.tv/js/showadcode.js
! https://github.com/AdguardTeam/AdguardFilters/issues/4404
vidlox.tv#%#Object.defineProperty( window, 'adb', { get: function(){ return 0; } });
! https://forum.adguard.com/index.php?threads/last-fm-anti-adblock-detection.13686/
! https://forums.lanik.us/viewtopic.php?f=62&t=35213
last.fm#%#(function(b,c){setTimeout=function(){var a=arguments[0];if("function"==typeof a&&/^function [A-Za-z]{1,2}\(\)\s*\{([A-Za-z])\|\|\(\1=!0,[\s\S]{1,13}\(\)\)\}$/.test(c.call(a)))throw"Adguard stopped a script execution.";return b.apply(window,arguments)}})(setTimeout,Function.prototype.toString);
! https://github.com/AdguardTeam/AdguardFilters/issues/4379
gamekings.tv#@#.afs_ads
! ratemyprofessors.com - adblock detection
@@||ratemyprofessors.com/assets/libs/adFrame_ads-*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/4362
@@||upbitcoin.com/show_ads.js
@@||upbitcoin.com^$generichide
! https://forum.adguard.com/index.php?threads/http-hentaihaven-org-nsfw.19381/
hentaihaven.org#%#Object.defineProperty(window,'canRunAds',{get:function(){return 1}});
! https://forum.adguard.com/index.php?threads/19407/
@@||bitcoinaliens.com/*/js/ads.js
! https://forum.adguard.com/index.php?threads/19389/
@@||bitvid.sx/banner.php
! https://forum.adguard.com/index.php?threads/13436/
@@||ads2.contentabc.com/ads?spot_id=$domain=8muses.com,xmlhttprequest
@@||8muses.com^$generichide
8muses.com#$#a.t-hover iframe { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/4299
@@||angrybirdsnest.com/wp-content/themes/abn-responsive/js/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/4305
@@||thebeastnews.com^$generichide
! https://forum.adguard.com/index.php?threads/voodaith7e-com.19387/
voodaith7e.com#%#adsShowPopup1 = true;
! https://forum.adguard.com/index.php?threads/http-www-javdude-com-nsfw.19019/
@@||javdude.com^$generichide
! https://forum.adguard.com/index.php?threads/pokemonultimate-forumcommunity-net.18332/
||forumfree.net/js/anti_adb.js
! https://forum.adguard.com/index.php?threads/18232/
@@||biophobia.tv^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/3909
picjumbo.com#@#.adsbygoogle
! https://forum.adguard.com/index.php?threads/16928/
@@||hdwall.us/js/adsbygoogle.js
! Anti-adblock ads
@@||traffic.adxprts.com/ads/ads.js
!
! rlslog.net - anti-adblock clickunder
@@||cdn.engine.spotscenered.info/Scripts/infinity.js.aspx?guid=$domain=rlslog.net
! https://forum.adguard.com/index.php?threads/http-www-anizm-tv.19210/
||player.tune.pk/v2/js/annoy.min.js^
! https://github.com/AdguardTeam/AdguardFilters/issues/4237
! Reported: https://forums.lanik.us/viewtopic.php?f=64&t=35263
sonichits.com#@#.right-ad
! https://forum.adguard.com/index.php?threads/18997/
@@||oogh8ot0el.com/js/-ad-big.js
@@||oogh8ot0el.com/ads/pop-under.js
! https://github.com/AdguardTeam/AdguardFilters/issues/4170
@@/ad_top$domain=gamecopyworld.click,image
! https://forum.adguard.com/index.php?threads/18340/
@@||imasdk.googleapis.com/js/sdkloader/ima3.js^$domain=zattoo.com
! https://forum.adguard.com/index.php?threads/20675/
@@||pubads.g.doubleclick.net/gampad/ad?$domain=nbc.com
@@||tpc.googlesyndication.com/pagead/imgad?id=$domain=nbc.com
! https://github.com/AdguardTeam/AdguardFilters/issues/4182
nbc.com#%#window.canRunAds = true;
@@||nbc.com/generetic/scripts/ads.js
! https://forum.adguard.com/index.php?threads/pornve-com-nsfw.18962/
@@||fistfast.com/pop.js
! https://forum.adguard.com/index.php?threads/18804/
@@||superwall.us/js/adsbygoogle.js
! https://forum.adguard.com/index.php?threads/18800/
@@||file-upload.cc^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/4113
@@||credio.com/ad?
@@||credio.com$generichide
! https://forum.adguard.com/index.php?threads/18658/
@@||bitporno.com^$generichide
! https://forum.adguard.com/index.php?threads/18662/
@@||jokerfansub.com^$generichide
@@||jokerfansub.com/content/themes/default/images/feed-icon-28x28.png#-iframe-ads^$image
! https://forum.adguard.com/index.php?threads/18566/
@@/jquery2.js$domain=flashx.tv,third-party
@@/js/showad_.js$domain=flashx.tv
@@||flashx.tv/counter.cgi$domain=flashx.tv
@@||flashx.to/counter.cgi
! https://github.com/AdguardTeam/AdguardFilters/issues/4026
@@||booksdeity.com^$generichide
! https://forum.adguard.com/index.php?threads/18447/
@@||mp3fy.com^$generichide
! https://forum.adguard.com/index.php?threads/18246/
@@||cracks9.com^$generichide
! https://forum.adguard.com/index.php?threads/18515/
@@||ximg.link/xxx/show_ads.js
! https://forum.adguard.com/index.php?threads/18517/
specout.com#$#.BOX-wrap[style^="z-index:"] { display: none!important; }
specout.com#$#body { overflow-y: visible!important; }
! https://forum.adguard.com/index.php?threads/9895/
@@||motherless.com/scripts/site_ads.js
! https://forum.adguard.com/index.php?threads/14844/
imagefap.com#@#[id][style*="width:"]
! https://forum.adguard.com/index.php?threads/18426/
@@||recwebcam.com/js/fuckadblock.js
@@||recwebcam.com^$generichide
@@||cam-archive.com/js/fuckadblock.js
@@||cam-archive.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/3969
@@||hdliveextra-a.akamaihd.net/*/showads*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/3965
@@||fanoffifa.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/3925
@@||msn.com/advertisement.ad.js
! https://github.com/AdguardTeam/AdguardFilters/issues/3958
||dc.wikia.com/api/v1/ARecoveryEngine/SourcePointMMSClient
! https://github.com/AdguardTeam/AdguardFilters/issues/3959
@@||visitweb.com/js/ref.js$domain=kisscartoon.se
! https://forum.adguard.com/index.php?threads/kissanime-domain-change.18364/
kissanime.ru#%#Object.defineProperty(window, 'isBlockAds2', { get: function(){ return false; } });
||kissanime.ru/xyz/check.aspx^
! http://www.oregonlive.com/beavers/index.ssf/2016/12/oregon_state_moves_up_to_no_22.html#incart_river_home - Prevent detection and style removal
||sp148.global.ssl.fastly.net^$empty
! https://forum.adguard.com/index.php?threads/vipbox-nu.17409/
strikeout.me,vipboxtv.me,vipbox.nu,vipleague.tv,vipbox.bz#%#(function(){var b=window.setInterval;window.setInterval=function(a,c){if(!/[A-Za-z]{40,}\(\)/.test(a.toString()))return b(a,c)}.bind(window)})();
! https://forum.adguard.com/index.php?threads/al-ly.17044/
@@||go.ad2up.com/afu.php?id=620502$domain=al.ly
al.ly#$##site { visibility:hidden!important; }
! https://forum.adguard.com/index.php?threads/wstream-video.14711/
wstream.video#$##divplayer { display: block!important; }
wstream.video#$##noplayer { display: none!important; }
! https://forum.adguard.com/index.php?threads/thesimsresource-com.16877/
thesimsresource.com#%#window.sessionStorage.loadedAds = 3;
! https://github.com/AdguardTeam/AdguardFilters/issues/3606
@@||aranzulla.it/_adv/dblclick.
aranzulla.it##body > div[id][class][-ext-has="a[href^='/locked-no-script.php']"]
! https://forum.adguard.com/index.php?threads/hqporner-com-nsfw.16107/
@@||5.79.78.12/js/ads.js
! https://forum.adguard.com/index.php?threads/javhdonline-com-nsfw.16116/
@@||javhdonline.com^$generichide
! Anti-adblock ads
@@||traffichaus.com/scripts/banner-ad.js
@@||traffichaus.com/scripts/*ad*.js$domain=spankwire.com|hdzog.com
! https://forum.adguard.com/index.php?threads/facebook-com.12519/
@@||fbcdn-creative-a.akamaihd.net/hads-ak-prn2/
@@||ad.atdmt.com/m/*account_id=*&source=cm&step=1^$domain=facebook.com
! https://forum.adguard.com/index.php?threads/14760/
! https://forum.adguard.com/index.php?threads/http-jav-720p-com-nsfw.20255/
@@||dato.porn/js/pop.js|
! https://forum.adguard.com/index.php?threads/18043/
windows7themes.net#$#div[id^="partnerbox"] { position: absolute!important; left: -3000px!important; height: 20px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/3762
@@||einthusan.tv^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/3779
@@||video-download.online/js/advertisement.js
! https://forum.adguard.com/index.php?threads/17645/
@@||imgwallet.com/advertisement.js
! https://forum.adguard.com/index.php?threads/wired-com-adblock-detection.8268/
@@||securepubads.g.doubleclick.net/gampad/ads?gdfp_req=1$domain=wired.com
! https://forum.adguard.com/index.php?threads/17045/
@@||getlinkgenerator.com^$generichide
! https://forum.adguard.com/index.php?threads/17590/
@@||football-lineups.com^$generichide
! https://forum.adguard.com/index.php?threads/17447/
@@.adcenter.$domain=indiansgetfucked.com
@@||indiansgetfucked.com$generichide
@@||myindianporn.com^$generichide
! vulture.com - anti-adblock message
vulture.com###article > #bottom > div.nymab-response
! vipbox.tv - anti-adblock clickunder
@@||vipbox.tv/js/cnads.js
! https://forum.adguard.com/index.php?threads/3-missed-ads.15870/
@@||pornbraze.com^$generichide
! https://forum.adguard.com/index.php?threads/16794/
@@||mije.net^$generichide
! https://forum.adguard.com/index.php?threads/16784/
@@||urlex.org^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/3594
@@||s0ft4pc.com^$generichide
! https://forum.adguard.com/index.php?threads/16689/
||cosplayjav.pl/wp-content/themes/cosplayjav/js/fuckadblock
! https://forum.adguard.com/index.php?threads/16627/
@@||ah-me.com^$generichide
! https://forum.adguard.com/index.php?threads/16183/
@@||gamenguide.com/common/js/common/ads.js
||gamenguide.com*adbk
! https://forum.adguard.com/index.php?threads/16187/
||itechpost.com*adbk
@@||itechpost.com/common/js/common/ads.js
! multidown.me https://github.com/AdguardTeam/AdguardFilters/issues/3540
@@||rapidvideo.com^$generichide
! https://forum.adguard.com/index.php?threads/16526/
@@||cloudfront.net^*adframe.js$domain=webupd8.org
@@||contextual.media.net/nmedianet.js$domain=webupd8.org
@@||contextual.media.net/fcmdynet.js$domain=webupd8.org
! bdcraft.net - ad block detection on adf.ly redirect
! http://adf.ly/564553/spbdc-512-mc110
@@||bdcraft.net/download/?$content
! https://github.com/AdguardTeam/AdguardFilters/issues/3496
xbox-store-checker.com#@#.adsbygoogle
! https://forum.adguard.com/index.php?threads/16312/
@@||media2.intoday.in/aajtak/$script
! https://github.com/AdguardTeam/AdguardFilters/issues/3482
theatlantic.com#@#.ad
theatlantic.com#@#.sponsored
theatlantic.com$$script[tag-content="function redirect()"][max-length="1700"]
! https://forum.adguard.com/index.php?threads/nowvideo-li.16277/
@@/banner.php^$domain=nowvideo.ag|nowvideo.co|nowvideo.li|nowvideo.sx|nowvideo.to
! https://forum.adguard.com/index.php?threads/16195/
@@||amarujala.com/ads.html$domain=amarujala.com
! https://forum.adguard.com/index.php?threads/16242/
/torrenttrackerlist.com\/(wp-content)\/(uploads)\/[a-zA-Z0-9]{10,}\/[a-zA-Z0-9]{10,}.js/
! https://forum.adguard.com/index.php?threads/16173/
@@||tehnotone.com^$generichide
! https://forum.adguard.com/index.php?threads/15982/
@@||livehindustan.com/*ad$script
! https://github.com/AdguardTeam/AdguardFilters/issues/38944
! https://forum.adguard.com/index.php?threads/15974/
indiatimes.com$$script[wildcard="*blockit*adblocker*var chk*"][max-length="6000"]
indiatimes.com$$script[wildcard="*var _0x*false;if(!_0x*}(document,window));*"][max-length="8000"]
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=indiatimes.com
@@||static.clmbtech.com/ase/$script,domain=indiatimes.com
@@||partner.googleadservices.com/gpt/pubads_impl_*.js$script,domain=indiatimes.com
@@||static.chartbeat.com/js/chartbeat.js$script,domain=indiatimes.com
@@||www.google-analytics.com/analytics.js$script,domain=indiatimes.com
@@||b.scorecardresearch.com/beacon.js$script,domain=indiatimes.com
@@||tags.crwdcntrl.net/c/*/cc.js$script,domain=indiatimes.com
@@||static.clmbtech.com/ad/commons/js/colombia_v2.js$script,domain=indiatimes.com
@@||files.adspdbl.com/publishers/timesofindia/code.js$script,domain=indiatimes.com
@@||ads.pubmatic.com/AdServer/js/pwt/*/pwt.js$script,domain=indiatimes.com
@@||static.columbia.timesinternet.in/ad/commons/js/colombia.js$script,domain=indiatimes.com
@@||images.taboola.com$image,domain=indiatimes.com
@@||ads.yahoo.com$image,domain=indiatimes.com
! https://forum.adguard.com/index.php?threads/15996/
@@||s3.amazonaws.com/khachack/*.js$script,domain=ndtv.com
! https://forum.adguard.com/index.php?threads/14313/
@@||gadgets360.com/*ad$script
! https://forum.adguard.com/index.php?threads/16112/
zippymusic.co##.modal-bg
! mirrorcreator.com - alternative clickunder
@@||cdn.engine.4dsply.com/Scripts/infinity.js.aspx$domain=mirrorcreator.com
! https://forum.adguard.com/index.php?threads/2-anti-adblock-messages.15764/
@@||realses.com^$generichide
! https://forum.adguard.com/index.php?threads/http-www-vipleague-co.15776/
vipleague.tv###warningdiv + div[id][style]
! https://forum.adguard.com/index.php?threads/www-lesechos-fr.15718/
lesechos.fr#%#window.call_Ad = function() { };
! https://github.com/AdguardTeam/AdguardFilters/issues/3254
||s1.wp.com/*/ie_block_redirect.js$important,domain=indianexpress.com
indianexpress.com#%#window.RunAds = !0;
! https://github.com/AdguardTeam/AdguardFilters/issues/3224
manastaynight09.blogspot.kr#@#.adsbygoogle
! sktorrent.net - adblock detection
@@||sktorrent.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/3353
@@||cdn.vidyomani.com/*/*ads*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/3354
@@||paybis.com/assets/*/responsive/*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/3333
@@||doridro.com^$generichide
@@||doridro.com/forum/styles/FLATBOOTS/theme/images/logo.png
! https://forum.adguard.com/index.php?threads/exashare-com.15270/
ohbuegh3ev.com,uame8aij4f.com,yahmaib3ai.com#%#Object.defineProperties(window,{adsShowPopup1:{get:function(){return!0}},jsPopunder:{get:function(){return function(){}}},admvpu:{set:function(){throw new TypeError;}}});
uv9ieb2ohr.com#%#Object.defineProperties(window,{adsShowPopup1:{get:function(){return!0}},jsPopunder:{get:function(){return function(){}}},admvpu:{set:function(){throw new TypeError;}}});
! https://forum.adguard.com/index.php?threads/15454/
@@||crawlist.net^$generichide
! https://forum.adguard.com/index.php?threads/15401/
@@||cdn1.pron.tv/xjs/advertisement.js$domain=pron.tv
! https://forum.adguard.com/index.php?threads/15439/
@@||crm-daily.com/share/*ad*.js$domain=crm-daily.com
crm-daily.com#%#window.canRunAds = true;
! https://github.com/AdguardTeam/AdguardFilters/issues/3279
@@||ad.crwdcntrl.net/*/callback=$domain=cityam.com
@@||partner.googleadservices.com/gpt/pubads_impl_$domain=cityam.com
@@||securepubads.g.doubleclick.net/gampad/ads$domain=cityam.com
! https://forum.adguard.com/index.php?threads/15344/
@@||radiosantaclaus.com/js/advert.js
@@/advert.js$domain=radiostreamlive.com,~third-party
! https://forum.adguard.com/index.php?threads/15316/
@@||eenadu.net/ads.js
! https://forum.adguard.com/index.php?threads/15306/
@@||uploadocean.com^$generichide,content
! https://github.com/AdguardTeam/AdguardFilters/issues/3257
theinquirer.net#%#window._r3z = {}; Object.defineProperties(window._r3z, { jq: { value: undefined }, pub: { value: {} } });
@@||securepubads.g.doubleclick.net/gampad/ads$domain=theinquirer.net
@@||partner.googleadservices.com/gpt/pubads_impl_$domain=theinquirer.net
@@||ssl.cf3.rackcdn.com/Pub/*$domain=theinquirer.net
@@||ssl.cf3.rackcdn.com/Ads/*$domain=theinquirer.net
@@|http://*.theinquirer.net/$script
! https://forum.adguard.com/index.php?threads/15034/
! Anti-adblock clickunder
@@||torrento.org$generichide
@@||adcity.tech/ads/ad_forum_$domain=torrento.org
! https://github.com/AdguardTeam/AdguardFilters/issues/3230
@@://*.ico$domain=livenewschat.eu
@@||adsatt.espn.starwave.com^$domain=livenewschat.eu,~script
! https://forum.adguard.com/index.php?threads/15246/
@@||sexwebvideo.com/js/ad*.js
! https://forum.adguard.com/index.php?threads/14961/
@@||hackintosh.computer^$generichide,genericblock
hackintosh.computer##.adsbygoogle
hackintosh.computer##.pea_cook_wrapper
! https://forum.adguard.com/index.php?threads/15159/
@@||javhdx.tv$generichide
! https://forum.adguard.com/index.php?threads/14963/
carandbike.com#@#.ad300
! https://forum.adguard.com/index.php?threads/14962/
@@||movieworld.me^$generichide
! https://forum.adguard.com/index.php?threads/14965/
@@||computerera.co.in^$generichide
! https://forum.adguard.com/index.php?threads/14904/
@@||katfile.com/js/*ad*.js
! https://forum.adguard.com/index.php?threads/14756/
@@||picrelated.com^$generichide
! https://forum.adguard.com/index.php?threads/14760/
@@||retainguaninefluorite.info/path/ads/ads.js
! https://forum.adguard.com/index.php?threads/14670/
@@||uploads.to^$generichide
! https://forum.adguard.com/index.php?threads/14667/
@@||upload.af^$generichide
! https://forum.adguard.com/index.php?threads/14596/
@@||unified3.adsjudo.com^$domain=firstrowus1.eu
! https://forum.adguard.com/index.php?threads/14664/
@@/adpop.js$domain=doyki.com|spashopaz.com
!
! https://forum.adguard.com/index.php?threads/14544/
@@||static.cdn.web.tv/scripts/ads.js
! https://forum.adguard.com/index.php?threads/14433/
@@||pornhdx.tv^$generichide
! flacmania.ru
@@||forum.flacmania.ru/*ads*.*/
! https://github.com/AdguardTeam/AdguardFilters/issues/3097
@@||ad.doubleclick.net/ddm/ad/*$domain=seekingalpha.com
@@||d3ujids68p6xmq.cloudfront.net^$domain=seekingalpha.com
! https://github.com/AdguardTeam/AdguardFilters/issues/3113
@@||climatempo.com.br/climatempo/climatempo/js/vendor/detectadblock/
! https://forum.adguard.com/index.php?threads/14279/
buzz99.com##body > div[class][style^="display: block; cursor: pointer; background: rgb"]
buzz99.com##body > div[class][style^="top: 100px; opacity: 1; visibility: visible; background: rgb"]
! https://forum.adguard.com/index.php?threads/14464/
@@||ad.doubleclick.net/ddm/ad/*$domain=wiltshiretimes.co.uk|gazetteandherald.co.uk|theboltonnews.co.uk|oxfordmail.co.uk|swindonadvertiser.co.uk|southwalesargus.co.uk
@@||budgetedbauer.com^$domain=wiltshiretimes.co.uk|gazetteandherald.co.uk|theboltonnews.co.uk|oxfordmail.co.uk|swindonadvertiser.co.uk|southwalesargus.co.uk
! https://forum.adguard.com/index.php?threads/14337/
beeg.com#@##ad-1
beeg.com#@##ad-2
! https://forum.adguard.com/index.php?threads/14287/
spaste.com#%#Object.defineProperty(window, 'adBlockDetected', { get: function() { return false; } });
! https://forum.adguard.com/index.php?threads/14288/
@@||shink.in$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/3092
@@||ad.doubleclick.net/ddm/ad/*$domain=familyhandyman.com
@@||d3ujids68p6xmq.cloudfront.net/x.js$domain=familyhandyman.com
@@||familyhandyman.com$generichide
! https://forum.adguard.com/index.php?threads/14158/
||kelleybbook.tt.omtrdc.net/m2/kelleybbook/mbox/ajax?mboxHost=
! https://forum.adguard.com/index.php?threads/13867/
@@||pagead2.googlesyndication.com/pagead/js/lidar.js$domain=freewarefiles.com
@@||ad.doubleclick.net/favicon.ico$domain=freewarefiles.com
! https://forum.adguard.com/index.php?threads/14149/
@@||policelifes.de/js/ads.js
! https://forum.adguard.com/index.php?threads/13919/
@@||zonasports.to^$generichide
! https://forum.adguard.com/index.php?threads/14020/
@@||bookdl.org^$generichide
@@|http*://*.ico^$domain=bookdl.org
! https://forum.adguard.com/index.php?threads/19712/
@@||arasa.news/pop.js
@@||watchingmysistergoblack.com/pop.js
/pop.js|$domain=pornve.com
pornve.com#%#(function() { window.xRds = false; window.frg = true; window.frag = true;  })();
! https://github.com/AdguardTeam/AdguardForWindows/issues/1291
@@||cypt.ga^$generichide
! https://forum.adguard.com/index.php?threads/13810/
||connect.cointent.com^$domain=allaboutjazz.com
! https://forum.adguard.com/index.php?threads/13801/
@@||sharepirate.com^$generichide
! https://forum.adguard.com/index.php?threads/13760/
@@||4fuckr.com$content,generichide
! https://forum.adguard.com/index.php?threads/13775/
@@||livemint.com/_js/*ads
! https://forum.adguard.com/index.php?threads/13754/
@@||multiup.org/pop.js
@@||myadcash.com/video_landing/js/jquery.inview.min.js$domain=multiup.org
! https://github.com/AdguardTeam/AdguardFilters/issues/3962
@@||4dbl0ckd3t3ct0r.net/*.js$domain=openload.co
@@/popunder2.js$domain=openload.co
@@/googlead.js$domain=openload.co
! https://forum.adguard.com/index.php?threads/adblock-at-http-ultrafilmizle-com.22368/
openload.co#%#Object.defineProperty(window, 'preserve', { get: function() { return true; } });
oload.stream,oload.info,oload.tv#%#Object.defineProperty(window, 'preserve', { get: function() { return true; } });
! https://forum.adguard.com/index.php?threads/13710/
@@||torrentmafia.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/2970
@@||viafree.dk$generichide
@@||viafree.dk/*ads*/*ad*/
! https://forum.adguard.com/index.php?threads/13659/
eurogamer.pl#%#Object.defineProperty(window, 'yafaIt', { get: function() { return {}; } });
@@||cdn.gamer-network.net/plugins/dfp/$script,domain=eurogamer.pl
! https://forum.adguard.com/index.php?threads/13640/
@@||rapidrar.com^$generichide
! html.net - anti-adblock ads
@@||ad.doubleclick.net/ddm/ad/*$domain=html.net
! https://forum.adguard.com/index.php?threads/13532/
@@||tugaflix.com^$generichide
! https://forum.adguard.com/index.php?threads/13593/
bollywood.bhaskar.com#%#window.canABP = true;
@@||bollywood.bhaskar.com/*ads*.js
! https://forum.adguard.com/index.php?threads/12944/
uploaded.net##[id*="pico"]
uploaded.net##[class*="pico"]
@@||ads.exoclick.com^$domain=uploaded.net,script
! https://forum.adguard.com/index.php?threads/13335/
@@||games-pc.ro/*adv*.js
! https://forum.adguard.com/index.php?threads/13328/
||businesstoday.in/ad-blocker.html
! https://github.com/AdguardTeam/AdguardFilters/issues/2930
@@||js.jansatta.com/ads_js.js
! https://forum.adguard.com/index.php?threads/13234/
@@||crackhex.com/ad.js
! https://forum.adguard.com/index.php?threads/13277/
seslimakale.com#@#.post-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/2926
@@||thenextweb.com$generichide
! https://forum.adguard.com/index.php?threads/lcpdfr-com.13294/
lcpdfr.com#@##HouseAd
! https://github.com/AdguardTeam/AdguardFilters/issues/2912
@@||serve.popads.net/checkInventory.php|$domain=jav4.me
! https://forum.adguard.com/index.php?threads/13263/
@@||agarabi.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/2901
apkandroidfree.info###fab-over
apkandroidfree.info###fab
! https://github.com/AdguardTeam/AdguardBrowserExtension/issues/335
@@||thoaimedia.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/2901
@@||xda-android-marshmallow.blogspot.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/2884
@@||crunchyroll.com^$generichide
! https://forum.adguard.com/index.php?threads/13125/
@@||adm.fwmrm.net/p/aetn_live/AdManager.swf$domain=fyi.tv
@@||v.fwmrm.net/ad/p/1?$domain=cdn.watch.aetnd.com
@@||budgetedbauer.com^$domain=fyi.tv
@@||ad.doubleclick.net/ddm/ad/*$domain=fyi.tv
! https://forum.adguard.com/index.php?threads/12937/
@@||winphonehub.org^$generichide
! https://forum.adguard.com/index.php?threads/17947/
@@||uploadrocket.net/ads.js
@@||uploadrocket.net/advertising/ads.js
! https://forum.adguard.com/index.php?threads/13055/
@@||download.jkmk.net^$genericblock,~image
! https://forum.adguard.com/index.php?threads/12969/
freewaresys.com##.xenOverlay
freewaresys.com###exposeMask
! https://forum.adguard.com/index.php?threads/13198/
@@||bsmedia.business-standard.com/include/_mod/site/adblocker/
@@||smartinvestor.business-standard.com^$generichide
! https://forum.adguard.com/index.php?threads/7291/
@@||seomafia.net^$generichide
! https://forum.adguard.com/index.php?threads/12850/
@@||sadeemapk.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/2828
@@||xbox-store-checker.com/assets/js/*ads*.js
! https://forum.adguard.com/index.php?threads/12663/
||connect.cointent.com^$domain=pwinsider.com
! https://github.com/AdguardTeam/AdguardFilters/issues/2792
investing.com#$##abPopup { display: none!important; }
investing.com#$#body { overflow: visible!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/2819
imageraider.com#@#.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/2816
hotslogs.com$$script[tag-content="AdFillMonkeyBroker"][max-length="17000"]
@@||cloudfront.net/mb*.gz.js$domain=hotslogs.com
hotslogs.com#$#div[class^="advertisementBanner"] { position: absolute!important; left: -3000px!important; }
@@||sv.monkeybroker.net/mb/*$domain=hotslogs.com
! https://forum.adguard.com/index.php?threads/12756/
v3.co.uk#%#Object.defineProperty(window, '_r3z', { get: function() { return; } });
! https://forum.adguard.com/index.php?threads/12425/
@@||partner.googleadservices.com/gpt/pubads_impl_$domain=indiatimes.com
@@||tags.crwdcntrl.net/*?ns=_$domain=indiatimes.com
@@||static.clmbtech.com/ad/commons/js/colombia_v2.js$domain=indiatimes.com
! https://forum.adguard.com/index.php?threads/12677/
kmspico.esy.es#@#.afs_ads
! https://forum.adguard.com/index.php?threads/12714/
@@||macupload.net/themes/flow/frontend_assets/js/adv*.js
! https://forum.adguard.com/index.php?threads/12039/
verliga.net###adb-enabled
! https://forum.adguard.com/index.php?threads/11977/
||myabandonware.com/media/js/blckevent.js
! https://forum.adguard.com/index.php?threads/12079/
@@||163.172.29.124/pop.js
! https://forum.adguard.com/index.php?threads/12300/
intoday.in##.adblocker-page
! https://github.com/AdguardTeam/AdguardFilters/issues/2743
@@||mid-day.com/Resources/middaymobile/js/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/2739
@@||economictimes.com/*ads*/*.cms
! https://forum.adguard.com/index.php?threads/12321/
@@||drop.ndtv.com/ndtv/images/*_zedo_
@@||cricketndtv.com/*adv$script
ndtv.com#%#Object.defineProperty(window, 'getNoTopLatestNews', { get: function() { return {}; } });
! https://forum.adguard.com/index.php?threads/12331/
@@||financialexpress.com/wp-content/themes/vip/financialexpress/js/ads_js.js
! https://github.com/AdguardTeam/AdguardFilters/issues/2568
timesofindia.indiatimes.com#%#AG_onLoad(function() { for (var key in window) { if (key.indexOf('_0x') == 0) { window[key] = []; } }; });
! https://forum.adguard.com/index.php?threads/11823/
@@||rapidgrab.pl^$generichide
@@-template-ads/*$domain=rapidgrab.pl
! https://forum.adguard.com/index.php?threads/12183/
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=jarochos.net
! https://github.com/AdguardTeam/AdguardFilters/issues/2662
@@||arsopo.com^$generichide
! https://forum.adguard.com/index.php?threads/11799/
premium-place.com##div[class*="ui-widget"]
! https://github.com/AdguardTeam/AdguardFilters/issues/2638
@@||hindustantimes.com/res/js/*ads*
! https://forum.adguard.com/index.php?threads/25593/
@@||fas.li^$generichide
@@||fas.li/js/adframe.js
! https://forum.adguard.com/index.php?threads/11956/
broadbandforum.co#%#AG_onLoad(function() { XenForo.rellect.AdBlockDetectorParams = {}; XenForo.rellect.AdBlockDetectorParams.loadScript = function() {}; });
! https://forum.adguard.com/index.php?threads/11971/
pokemonizle.net#@##adsense
! https://forum.adguard.com/index.php?threads/11774/
@@||vietget.net^$generichide
! https://forum.adguard.com/index.php?threads/11956/
indiatimes.com#%#window.canRun = true;
@@*ad*.cms$domain=indiatimes.com
@@||indiatimes.com/wp-content/themes/*/js/*ads*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/2506
@@||timesofindia.com^$generichide
@@||timesofindia.com/adsblocker.cms
businesstoday.in###adbocker_alt
! https://github.com/AdguardTeam/AdguardFilters/issues/2596
@@||adsur.it/y/service/ads/ads.js
! https://forum.adguard.com/index.php?threads/10802/
mma-core.com#%#var _st = window.setTimeout; window.setTimeout = function(a, b) { if(!/displayAdBlockedVideo/.test(a)){ _st(a,b);}};
! https://forum.adguard.com/index.php?threads/11844/
@@||gledanjefilmova.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/31457
! https://forum.adguard.com/index.php?threads/17643/
download.mokeedev.com#%#AG_setConstant('detectVerified', 'false');
download.mokeedev.com#%#(function(){var b=window.setTimeout;window.setTimeout=function(a,c){if(!/adsbygoogle instanceof Array/.test(a.toString()))return b(a,c)};})();
@@||download.mokeedev.com/ad.php$generichide
@@||download.mokeedev.com/js/show_ads_impl.js$domain=download.mokeedev.com
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=download.mokeedev.com
@@||pagead2.googlesyndication.com/pagead/osd.js$domain=download.mokeedev.com
@@||download.mokeedev.com/ad*.php$generichide
! dasolo.org
@@||js.adscale.de/getads.js:adscale_slot_id/$domain=dasolo.org
! http://forum.adguard.com/showthread.php?9817
@@||crackhex.com/*.js.pagespeed.*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/2557
@@||wplocker.com/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/2508
! https://github.com/AdguardTeam/AdguardFilters/issues/2534
intoday.in#@#.ad_banner
intoday.in#@#.right-ad
intoday.in$$script[tag-content="checkAds"][max-length="1550"]
! https://github.com/AdguardTeam/AdguardFilters/issues/2561
bournemouthecho.co.uk###__nq__hh
@@||budgetedbauer.com^$domain=bournemouthecho.co.uk
@@||ad.doubleclick.net/ddm/ad/*$domain=bournemouthecho.co.uk
! https://github.com/AdguardTeam/AdguardFilters/issues/2526
! adblade and mkolite scripts
ipatriot.com#%#Object.defineProperty(window, 'mk', { get: function() { return {}; } });
ipatriot.com#%#window.blockAdBlock = function() {};
legalinsurrection.com#%#Object.defineProperty(window, 'gf', { get: function() { return {}; } });
! https://forum.adguard.com/index.php?threads/11577/
@@||play-old-pc-games.com/wp-content/plugins/agreeable-vacation/assets/js/advertisement.min.js
! https://forum.adguard.com/index.php?threads/11626/
computerworlduk.com#%#Object.defineProperty(window, '_r3z', { get: function() { return; } });
! https://forum.adguard.com/index.php?threads/11437/
thefreedictionary.com#$#div[class][id] > a > img:not([src^="http"]) { height: 1px; }
thefreedictionary.com#$#div[class][id][style="height: auto;"] { position: absolute!important; left: -3000px!important; }
! https://forum.adguard.com/index.php?threads/11281/
audioboom.com##divDIV[class="pam white tc"]
@@||directapk.net/themes/flow/frontend_assets/js/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/2347
@@||ads.servebom.com/tmnhead.js$domain=livescience.com
livescience.com#%#Object.defineProperty(window, 'tmntag_raascallback', { get: function() { return; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/2374
onlinemoviewatchs.site#@#.afs_ads
! https://forum.adguard.com/index.php?threads/10793/
pizap.com#%#AG_onLoad(function() { window.showAdBlock = function() {}; });
! https://forum.adguard.com/index.php?threads/10976/
afreesms.com#%#Object.defineProperty(window, 'init_guard', { get: function() { return; } });
! https://forum.adguard.com/index.php?threads/12853/
allmusic.com#$#.advertising { position: absolute!important; left: -3000px!important; }
! https://forum.adguard.com/index.php?threads/11108/
playok.com#%#Object.defineProperty(window, 'abask', {get: function() { return function() {}; } });
! https://forum.adguard.com/index.php?threads/11076/ [BlockAdBlock]
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=ifate.com
stadt-bremerhaven.de##.deadblocker-header-bar
! https://forum.adguard.com/index.php?threads/mackie100projects-altervista-org-adblock-detected.10971/
||mackie100projects.altervista.org/wp-content/uploads/*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/2284
mocospace.com#@#.dfp_ad
! https://forum.adguard.com/index.php?threads/10701/
@@||wallpapershome.com/scripts/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/955
@@||thevideo.me/js/jspc.js?ab
! https://forum.adguard.com/index.php?threads/10585/
vipbox.nu#%#document.cookie = "xclsvip = 1";
! https://github.com/AdguardTeam/ExperimentalFilter/issues/2019
@@||videowood.tv$generichide
! https://forum.adguard.com/index.php?threads/10369/
@@||wholecloud.net/banner.php
! https://forum.adguard.com/index.php?threads/10386/
@@||maxcheaters.com^$generichide
! https://github.com/AdguardTeam/ExperimentalFilter/issues/2123
@@||fxnews2016.info/embed/$generichide
! https://forum.adguard.com/index.php?threads/10186/
@@||zonasports.be^$generichide
! https://forum.adguard.com/index.php?threads/10269/
techworld.com#%#Object.defineProperty(window, '_r3z', { get: function() { return; } });
! https://forum.adguard.com/index.php?threads/10149/
@@/showads.js$domain=iptvsale.info
! https://forum.adguard.com/index.php?threads/10151/
@@||sitenow.me^$generichide
! https://github.com/AdguardTeam/ExperimentalFilter/issues/2107
world4ufree.pw#@#.afs_ads
! https://forum.adguard.com/index.php?threads/10133/
@@||receivesmsonline.net/ads.js
! https://forum.adguard.com/index.php?threads/resolved-upvast-com.10102/
@@||upvast.com/pop.js
! https://forum.adguard.com/index.php?threads/10087/
@@||imasdk.googleapis.com/js/sdkloader/ima3.js^$domain=blackbird.zoomin.tv
! https://forum.adguard.com/index.php?threads/10067/
@@||castfree.me^$generichide
castfree.me#%#(function() { window.open_ = window.open; var w_open = window.open, regex = /dayt.pw/; window.open = function(a, b) { if (typeof a !== 'string' || !regex.test(a)) { w_open(a, b); } }; })();
! https://github.com/AdguardTeam/ExperimentalFilter/issues/2039
@@||b.scorecardresearch.com/b$domain=cravetv.ca
@@||platform.twitter.com/oct.js$domain=cravetv.ca
@@||googleadservices.com/pagead/conversion_async.js$domain=cravetv.ca
! https://forum.adguard.com/index.php?threads/9777/
@@||nuggad.net^$domain=sportdeutschland.tv
! https://forum.adguard.com/index.php?threads/9779/
@@||elgoles.net^$generichide
! https://forum.adguard.com/index.php?threads/9806/
@@||portalzuca25.ucoz.com^$generichide
! https://forum.adguard.com/index.php?threads/9766/
lawebdeldj.com#@#.afs_ads
! https://forum.adguard.com/index.php?threads/9740/
@@||mitierratvco2.com^$generichide
@@||maxdeportv.net^$generichide
! https://forum.adguard.com/index.php?threads/9742/
@@||iptvcanales.com^$generichide
! http://forum.adguard.com/index.php?threads/9714/
@@||starshd.xyz^$generichide
! http://forum.adguard.com/showthread.php?10797
keybr.com##div[class^="Supporter"]
! http://forum.adguard.com/showthread.php?10599
cloudtime.to#%#var v728x90=1;
@@||cloudtime.to/banner.php
! http://forum.adguard.com/showthread.php?10663
@@||elgoles2017.blogspot.ru^$generichide
@@||elgoles2017.blogspot.com.au^$generichide
! http://forum.adguard.com/showthread.php?10632
@@||sportshubtv.com/streams/advertisement.js
! http://forum.adguard.com/showthread.php?10633
zonasports.to###nf37
! http://forum.adguard.com/showthread.php?10634
fulltvsports.com###gf81
! http://forum.adguard.com/showthread.php?10564
slacker.com#$#body > header { margin-top: 0!important; }
slacker.com###leaderboard
! http://forum.adguard.com/showthread.php?10545
sunhd.info###micontenedor > div:not([id$="jwplayer1_wrapper"]):not(#jwplayer1)
! http://forum.adguard.com/showthread.php?10535
@@||azulyblanco.co^$generichide
! http://forum.adguard.com/showthread.php?799
debrid.us,debridfast.com#%#Object.defineProperty(window, 'TestPage', { get: function() { return {}; } }); Object.defineProperty(window, 'start', { get: function() { return {}; } });
getdebrid.com,debridfast.com,debrid.us$$script[tag-content="adblocker.html"]
debrid.us,getdebrid.com#%#AG_onLoad(function(){ document.getElementById("simpleAd").remove(); });
! http://forum.adguard.com/showthread.php?10433
cast4u.tv###notice
! miuipro.ru - prevent download firmware
@@||miuipro.ru/advert.js
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1872
@@||pcgamesn.com^$generichide
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1877
@@||wpmienphi.com^$generichide
! http://forum.adguard.com/showthread.php?9990
sports4u.tv###notice
! http://forum.adguard.com/showthread.php?9998
@@||liveonlinetv247.info/embed/$generichide
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1805
@@||embedupload.com^$generichide
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1807
theguardian.com##.js-adblock-sticky
! http://forum.adguard.com/showthread.php?9782
@@||byetv.org^$generichide
! http://forum.adguard.com/showthread.php?9768
@@||mamahd.com^$generichide
hdcast.org###notice
! http://forum.adguard.com/showthread.php?9773
@@||cdn.vipboxsa.co/js/cnads.js
! http://forum.adguard.com/showthread.php?9750
@@||millonbitcoin.com^$generichide
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1784
@@||nonags.com/ad/adframe.js
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1753
@@||savefile.co^$generichide
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1738
||macos-app.com/wp-content/uploads/an-temp/
! http://forum.adguard.com/showthread.php?9550
thescene.com#%#Object.defineProperty(window, 'sniffAdBlock', { get: function() { return function() { }; } });
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1702
kissanime.to#%#AG_onLoad(function() { for (var key in window) { if (key.indexOf('DoDetect') == 0) { window[key] = function() { }; } }; });
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1580
birminghammail.co.uk#%#window.checkState = function() {};
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1697
@@||kingofshrink.com^$generichide
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1699
debridfast.com#$#.myTestAd { height: 1px!important; }
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1640
leechpremium.link#%#window.blockAdBlock = function() {};
! http://forum.adguard.com/showthread.php?9268
@@||genbird.com^$generichide
! http://forum.adguard.com/showthread.php?9288
@@||cdn.cpmstar.com/cached/js/advertisement.js
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1589
@@||appdn.net/wp-content/plugins/chilly-pot/assets/js/advertisement.min.js
@@||appdn.net^$generichide
! http://forum.adguard.com/showthread.php?9177
spylinks.org#$#.cap { margin-top: 0!important; }
@@||spylinks.org^$generichide
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1541
@@||filespace.com^$generichide
! http://forum.adguard.com/showthread.php?9147
@@||wallpapermania.eu/assets/js/ads.js
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1532
@@||moviefull-hd.com^$generichide
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1509
pch.com###sfad-wrapper
pch.com###sfad-greyback
! http://forum.adguard.com/showthread.php?9049
premium-place.com#@#.afs_ads
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1356
@@||biggestplayer.cachefly.net/ad300.html
@@||biggestplayer.cachefly.net/cricad.html
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1457
world4ufree.cc#@#.afs_ads
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1416
||thinkcomputers.org/wp-content/uploads/an-temp/
! http://forum.adguard.com/showthread.php?8957
@@||static.filehorse.com/js/ads.js
! http://forum.adguard.com/showthread.php?8880
techno360.in#@#.afs_ads
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1373
liberallogic101.com#@##sidebar_ad_1
liberallogic101.com#@##text-37
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1310
@@||64.150.180.102/banmanpro/a.aspx$domain=educationcanada.com
@@||educationcanada.com/js/advertisement.js
@@||educationcanada.com/js/blockadblock.js
@@||educationcanada.com^$generichide
@@||pagead2.googlesyndication.com/pagead/show_ads.js$domain=educationcanada.com
educationcanada.com#%#AG_onLoad(function() { window.TestPage  = function() {}; });
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1217
cultofmac.com##.adblock-notification-wrapper
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1207
@@||partner.googleadservices.com/gpt/pubads_impl_$domain=cwtv.com
! http://forum.adguard.com/showthread.php?8295
@@||uploadshub.com^$elemhide
! http://forum.adguard.com/showthread.php?8250
@@||ebookmed.blogspot.in^$elemhide
! http://forum.adguard.com/showthread.php?7533
@@||pagead2.googlesyndication.com/pagead/show_ads.js$domain=cleodesktop.com
@@||pagead2.googlesyndication.com/pagead/js/*/show_ads_impl.js$domain=cleodesktop.com
! https://github.com/AdguardTeam/ExperimentalFilter/issues/978
@@||b.ifmnwi.club/adblockr.javascript$domain=cbs.com
@@||b.ifmnwi.club/ads.bmp$domain=cbs.com
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1129
@@||dozenofelites.com^$elemhide
! http://forum.adguard.com/showthread.php?8092
@@||uploadex.com^$elemhide
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1079
||debridfast.com/blocker.js
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1078
unixmen.com#@#.afs_ads
! http://forum.adguard.com/showthread.php?7839
@@||pagead2.googlesyndication.com/pagead/show_ads.js$domain=zippygo.org|zippymp3.org
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=chartdj.org
! http://forum.adguard.com/showthread.php?7859
@@||b.ifmnwi.club/ads.bmp$domain=cbsnews.com
@@||b.ifmnwi.club/adblockr.javascript$domain=cbsnews.com
! http://forum.adguard.com/showthread.php?7639
@@||kissanime.to/ads/madads.aspx
! https://github.com/AdguardTeam/ExperimentalFilter/issues/918
marketwatch.com#@#div[id="ad_DisplayAd"]
marketwatch.com#@#.advertisement
!
@@||porntube.com/*/js/ads.js
! http://forum.adguard.com/showthread.php?7551
apkdot.com##.downloadCountdown
! http://forum.adguard.com/showthread.php?7533
cleodesktop.com#$#div[id="myTestAd"] { height: 1px!important; }
! https://github.com/AdguardTeam/ExperimentalFilter/issues/880
@@/scripts/adv.js$domain=securenetsystems.net
! http://forum.adguard.com/showthread.php?7387
||avxwcuaagfcdn.net^$third-party
! http://forum.adguard.com/showthread.php?7321
nadgames.com#@#.afs_ads
! http://forum.adguard.com/showthread.php?7265
||salefiles.com/jss/blockadblock.js
! http://forum.adguard.com/showthread.php?7200
@@||biggestplayer.me^$generichide
! https://github.com/AdguardTeam/ExperimentalFilter/issues/821
mangamap.com#@#.afs_ads
! http://forum.adguard.com/showthread.php?7108
envatostuff.rocks##.adblock_detector
! http://forum.adguard.com/showthread.php?7001
zippymoviez.cc###h97e
! http://forum.adguard.com/showthread.php?6948
pornhub.com###abAlert
! https://github.com/AdguardTeam/ExperimentalFilter/issues/774
dayt.se#$##synpit { height:1px!important; }
! http://forum.adguard.com/showthread.php?6916
@@||shush.se/_ads.js
! http://forum.adguard.com/showthread.php?6825
||pwapi.washingtonpost.com^
! https://github.com/AdguardTeam/ExperimentalFilter/issues/727
@@||cdn.needrom.com/advert*.js
! https://github.com/AdguardTeam/ExperimentalFilter/issues/710
mangacap.com#@#.afs_ads
! http://forum.adguard.com/showthread.php?6501
pixiz.com###adblock-detected
! http://forum.adguard.com/showthread.php?6409
@@||appzdam.net^$elemhide
! http://forum.adguard.com/showthread.php?6416
@@||cdn.vipboxsa.co/js/ads.js
! http://forum.adguard.com/showthread.php?6415
@@||techonthenet.com/javascript/advert-min.js
! http://forum.adguard.com/showthread.php?6126
||xsportnews.com/wp-content/uploads/an-temp/
! https://github.com/AdguardTeam/ExperimentalFilter/issues/607
@@||pzkysq.pink/adblockr.javascript$domain=cbsnews.com
! http://forum.adguard.com/showthread.php?5748
binbox.io#@#.banner-ad
@@||binbox.io/ad/banner?paste=
! http://forum.adguard.com/showthread.php?5714
||z0r.de/inc/adb.js
! http://www.comss.ru/disqus/page.php?id=1888#comment-2054564210
bitcoinspace.net#%#window.canRunAds = true;
foxfaucet.com#%#window.setTimeout=function() {};
@@||xpbitcoin.com^$elemhide
@@||adbit.co/adspace.php$domain=xpbitcoin.com
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=xpbitcoin.com
! http://forum.adguard.com/showthread.php?5627
@@||filmpornoita.net/advertisement.js
! http://forum.adguard.com/showthread.php?5563
microimg.biz#%#window.setTimeout=function() {};
! http://forum.adguard.com/showthread.php?5575
@@||dlh.net/public/js/advertisement.js
@@||dlh.net/_application/modules/Standard/Adv/assets/advertisement.js
! http://forum.adguard.com/showthread.php?5579
@@||cpalead.com/content_locker.php$domain=torrentomega.com
! zippymoviez.com - disable anti-block
zippymoviez.com#%#window.setTimeout=function() {};
! https://github.com/AdguardTeam/ExperimentalFilter/issues/540
incredibox.com###bbox-fd
incredibox.com###box-abp
! https://github.com/AdguardTeam/ExperimentalFilter/issues/527
@@||4shared.com/show_ad
! http://forum.adguard.com/showthread.php?5363
nitroflare.com#@#div[style="width: 728px; height: 90px; text-align: center;"]
! https://github.com/AdguardTeam/ExperimentalFilter/issues/431
@@||pubads.g.doubleclick.net/gampad/ads?adk=$domain=viki.io
! http://forum.adguard.com/showthread.php?4323
@@||ps4news.com/ad/adframe.js
! https://github.com/AdguardTeam/ExperimentalFilter/issues/481 ; http://forum.adguard.com/showthread.php?5105 ; http://forum.adguard.com/showthread.php?9772
@@||cdn.vipbox.tv/js/ads.js
strikeout.co,vipleague.ws,vipleague.is,vipleague.se,vipleague.me,vipleague.co,vipleague.sx,vipbox.tv#$#.vip_052x003 {height: 150px!important;}
strikeout.co,vipleague.ws,vipleague.is,vipleague.se,vipleague.me,vipleague.co,vipleague.sx,vipbox.tv#$#.vip_09x827 {height: 25px!important;}
strikeout.co,vipleague.ws,vipleague.is,vipleague.se,vipleague.me,vipleague.co,vipleague.sx,vipbox.tv###warningdiv
strikeout.co,vipleague.ws,vipleague.is,vipleague.se,vipleague.me,vipleague.co,vipleague.sx,vipbox.tv#%#Object.defineProperty(window, 'iExist', { get: function() { return {}; } });
! fixed anti-block on viki.com
@@||pubads.g.doubleclick.net/gampad/ads?adk=*www.viki.com
! https://github.com/AdguardTeam/ExperimentalFilter/issues/436
/abb-msg.js$domain=hardocp.com
! allsoftinone.com
allsoftinone.com$$div[tag-content="Please enable / Bitte aktiviere JavaScript"][max-length="400"]
allsoftinone.com$$script[tag-content="displayMessage("]
! uptobox.com
uptobox.com$$script[tag-content="adblock.html"][max-length="3000"]
||static.uptobox.com/adunblock/
! batoto.net
batoto.net###topa
! mangastream.com
||mangastream.com/assets/img/block_leader.png
||mangastream.com/assets/img/block_sky.png
! http://forum.adguard.com/showthread.php?1278
whsports.tv$$div[tag-content="Please enable / Bitte aktiviere JavaScript"][max-length="1200"]
! hyperspeeds.com - http://forum.adguard.com/showthread.php?1355
hyperspeeds.com##body #d315
hyperspeeds.com$$div[tag-content="Please enable / Bitte aktiviere JavaScript"][max-length="1200"]
! http://forum.adguard.com/showthread.php?1444
drivermax.com#$#.ad-block-enabled { visibility: hidden; }
||solidice.com/js/sneaky.js
! n8fanclub.com
n8fanclub.com##body > center[id]
n8fanclub.com##body > i[id]
n8fanclub.com##body > p[id]
n8fanclub.com##body > strong[id]
! anti-adblock
kissanime.com$$script[tag-content="$('#adCheck1').load(function ()"][max-length="4000"]
! https://github.com/AdguardTeam/ExperimentalFilter/issues/239#issuecomment-66791045
labnol.org##.adsbygoogle > img
! https://github.com/AdguardTeam/ExperimentalFilter/issues/372
doulci.net#@##adlabel
doulci.net#@##adsense
doulci.net#@##advertbox3
doulci.net#@##bottomAd
doulci.net#@##mini-ad
doulci.net#@##rightAd
doulci.net#@##sky_advert
doulci.net#@##top_ad_game
doulci.net#@#.rightAd
! http://forum.adguard.com/showthread.php?4204
@@||4shared.com/ads.html^$document
! http://forum.adguard.com/showthread.php?4598
tamilmovierockers.net###j401
tamilmovierockers.net#$##j401 ~ * { display: block!important; }
! http://forum.adguard.com/showthread.php?3165
dirtstyle.tv##.lightbox
! http://forum.adguard.com/showthread.php?4814
||dzxxxg6ij9u99.cloudfront.net/wb.js$domain=cwtv.com
! http://forum.adguard.com/showthread.php?4846
@@||ifirstrowpt.eu/advertisement.js
ifirstrowpt.eu###adblockplus
! http://www.wilderssecurity.com/threads/adguard-for-chrome-open-beta-test.362760/page-13#post-2472504
inoreader.com#%#AG_onLoad(function() { window.adb_detected = function() {}; });
inoreader.com#%#var adb_detected = function() {};
! http://forum.adguard.com/showthread.php?4884
@@||d.pzkysq.pink/adblockr.javascript$domain=cbs.com
! http://forum.adguard.com/showthread.php?4750
oploverz.net#@##adlabel
oploverz.net#@##adsense
oploverz.net#@##advertbox3
oploverz.net#@##bottomAd
oploverz.net###btm_banner
oploverz.net#@##mini-ad
oploverz.net#@##rightAd
oploverz.net#@##sky_advert
oploverz.net#@##top_ad_game
! https://github.com/AdguardTeam/AdguardFilters/issues/8260
@@||imasdk.googleapis.com/js/sdkloader/outstream.js$domain=squadd.io
! https://github.com/AdguardTeam/AdguardFilters/issues/8377
wolframclient.net#@#.adsbygoogle
!-------------------------------------------------------------------------------!
!------------------ Extended CSS rules -----------------------------------------!
!-------------------------------------------------------------------------------!
!
! Extended CSS rules
!
! https://github.com/AdguardTeam/AdguardFilters/issues/39741
thegay.com#?#.footer-margin > .content > .box:has(> .bottom-adv__link-wrapper)
! https://github.com/AdguardTeam/AdguardFilters/issues/39562
jibfly.com#$?#form[action$="/links/popad"] { remove: true; }
! https://github.com/AdguardTeam/AdguardFilters/issues/39824
egovtjob.in#$?#form[action$="/links/popad"] { remove: true; }
! https://github.com/AdguardTeam/AdguardFilters/issues/39548
palmtube.com#?#.Video_Block > .Sub_Title:contains(Advertisement)
! https://github.com/AdguardTeam/AdguardFilters/issues/39752
pholder.com#$?#main[id="Slideshow"] > section[class^="Slide "]:has(> div.OUTBRAIN) { remove: true; }
pholder.com#$?#main[id="Slideshow"] > section[class^="Slide "]:has(> article.Frame > div[aria-label^="Chaturbate"]) { remove: true; }
! https://github.com/AdguardTeam/AdguardFilters/issues/39779
mangarock.com#?##page-content > .container > .row > .col-12 > span[style]:has(>a[href="/membership"])
mangarock.com#?#div[role="presentation"] > div[id^="vertical-page-"]:has(> div[class]:not([style]) > a[href="/membership"])
mangarock.com#?#div[role="presentation"] > div[id^="vertical-page-"]:last-child > div[class] > div[class]:has(> div[class] > a[href="/membership"])
mangarock.com#$?#div.slick-track > div.slick-slide:has(> a[href="/membership"]) { remove: true; }
mangarock.com#?#div.slick-track > div.slick-slide:last-child > div[class]:has(> div[class] > a[href="/membership"])
! https://github.com/AdguardTeam/AdguardFilters/issues/39576
camera.aeonax.com#$?##wrapper > #predownloads:has(> .inner > #amznads) { height: 0px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/39545
txxx.com#$?#.fat_under { remove: true; }
! https://github.com/AdguardTeam/AdguardFilters/issues/39180
repo.hackyouriphone.org#?##list_container > .list_elemnt:has(> .adsbygoogle)
! https://github.com/AdguardTeam/AdguardFilters/issues/39336
imgburn.com#?#td[class="contents"][align="center"]:has(> div[style="border: 1px solid black; width: 346px; padding: 5px;"])
! https://github.com/AdguardTeam/AdguardFilters/issues/39158
tvlogy.to#$?##pre-banner { remove: true; }
! https://github.com/AdguardTeam/AdguardFilters/issues/39260
livejournal.com#?#.l-flatslide-aside-content > div[class*="--feed "]:has(> div > div > div[ng-if="directive.close"])
! https://github.com/AdguardTeam/AdguardFilters/issues/39254
protopage.com#?#body > div[style^="position: absolute"]:has(div.scheme-body-text[style*="width: 100px"])
protopage.com#?#body > div[style^="position: absolute"]:has(> div[style*="/web/images/12x"])
protopage.com#?#body > div[style^="position: absolute"]:has(.adsbygoogle)
! https://github.com/AdguardTeam/AdguardFilters/issues/39092
fijivillage.com#?#.contentleft > p > small:contains(/^ADVERTISEMENT$/)
! https://github.com/AdguardTeam/AdguardFilters/issues/38925
shrtfly.net#$?#form[action$="/links/popad"] { remove: true; }
! https://github.com/AdguardTeam/AdguardFilters/issues/38915
biertijd.com,biertijd.xxx#?##wrapper > div#sidebarcontainer > h2:contains(/Advertenties|Sponsors|Aanrader/)
! https://github.com/AdguardTeam/AdguardFilters/issues/38877
thelocal.ch#?#div[id^="column"] > div[id^="column"] > div[id]:not([class]):has( > h2[id]:contains(From our sponsors))
thelocal.ch#?#body > div > .section:has( > div[class]:contains(Sponsored))
! https://github.com/AdguardTeam/AdguardFilters/issues/38767
wikifeet.com#?#.dashboard > div[style^="float:"]:has(> div.dashad)
! https://github.com/AdguardTeam/AdguardFilters/issues/38107
mywebtimes.com#?#.side > div.innertube:has(> aside > div.bundle > div.promo)
! https://github.com/AdguardTeam/AdguardFilters/issues/38631
playtube.pk#?#.container > .panel-default:has(> .panel-body > .adcode)
! https://github.com/AdguardTeam/AdguardFilters/issues/38625
indianrailways.info#?##showrest > .ir-flex-row.white-bg:has(> .ir-content-widget > .local-unit > a[href="https://url.mailzig.com/ir_outer_u"])
! https://github.com/AdguardTeam/AdguardFilters/issues/38398
upload.ac#?#.row > .fmore:has(> a[href^="https://bit.ly/"])
! https://github.com/AdguardTeam/AdguardFilters/issues/38311
prostylex.org#?#.wrapper > div[style*="text-align"]:has(> a[href^="https://trustaffs.com"])
! https://github.com/AdguardTeam/AdguardFilters/issues/38290
smwebs.xyz#$?#form[action$="/links/popad"] { remove: true; }
! https://github.com/AdguardTeam/AdguardFilters/issues/38269
askvg.com#?##sidebarHome > p:contains(/^Advertisements$/)
! https://github.com/AdguardTeam/AdguardFilters/issues/38211
ratemyprofessors.com#?##container > .sticky-wrapper:has(> .ad.GAM)
! https://github.com/AdguardTeam/AdguardFilters/issues/38196
manatelugumovies.cc#?#center > h6:contains(Advertisement)
manatelugumovies.cc#?#.sidebar > h6:contains(Advertisement)
! https://github.com/AdguardTeam/AdguardFilters/issues/38075
tikvid.com#?#.popularphoto > .row > .col-sm-6:has(> .pptabdiv > div[data-ad])
! https://github.com/AdguardTeam/AdguardFilters/issues/37931
unblocked.to#$?#html { margin-top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/34962
investmentwatchblog.com#?#.inside-right-sidebar > aside[id^="custom_html-"]:has(> div > script[src^="//ads.investingchannel.com/"])
! https://github.com/AdguardTeam/AdguardFilters/issues/37694
vosizneias.com#?#.body > div[style^="position: relative;"]:has(> #gruuvAd)
! text ad in topics list
cccp-rutracker.org,pornolab.biz,pornolab.cc,pornolab.lib,pornolab.net,rutracker-org.appspot.com,rutracker.cr,rutracker.lib,rutracker.net,rutracker.nl,rutracker.org#?#.vf-table > tbody > tr:not([data-topic_id]):has(> td > a[class^="ref-"])
! https://github.com/AdguardTeam/AdguardFilters/issues/34044
free-mockup.com#?##main > #secondary > div[style*="text-align: center; margin: 0 auto 15px;background: white;"]:has(> .adspot-title)
! https://github.com/AdguardTeam/AdguardFilters/issues/33281
thegatewaypundit.com#?#.page-sidebar > div.enhanced-text-widget:has(> div.textwidget > a[href*="duckduckgo.com"])
thegatewaypundit.com#?#.page-sidebar > div.thega-widget:has(> div[id^="thega-"] > div.powerinbox > div.pi_header)
thegatewaypundit.com#?#.page-sidebar > div.thega-widget:has(> div[id^="thega-"] > a[href*="americafirstpolls.com"])
! https://github.com/AdguardTeam/AdguardFilters/issues/37850
imtranslator.net#?#td:has(div[style="border:0px; margin-top:8px;width:728px;height:90px;"])
! https://github.com/AdguardTeam/AdguardFilters/issues/35520
multiup.org#?#.panel-body > .row > .col-md-4:has(> .panel > .panel-footer > a[href^="/download-fast/"][namehost="Usenet"])
! https://github.com/AdguardTeam/AdguardFilters/issues/37403
clx.icu#$?#form[action$="/links/popad"] { remove: true; }
! https://github.com/AdguardTeam/AdguardFilters/issues/37324
xenforo.pk#?#.p-body-sideNavContent > .block:has(> .block-container > .block-body > .adsbygoogle)
! https://github.com/AdguardTeam/AdguardFilters/issues/36979
kickass.vc#?#td[width="100%"] > style + div[id]:has(> div[id] > a[href="/k/?q=q"][target="_blank"])
kickass.vc#?#td[width="100%"] > .tabs > style + div[id]:has(> div[id] > a[href="/k/?q=q"][target="_blank"])
kickass.vc#?#td[width="100%"] > div:not([class]):not([id]) > style + div[id]:has(> div[id] > a[href="/k/?q=q"][target="_blank"])
kickass.vc#?#.commentsLeftModule > style + div[id]:has(> div[id] > a[href="/k/?q=q"][target="_blank"])
! https://github.com/AdguardTeam/AdguardFilters/issues/36782
discordbots.org#?#.bot-list-section > .columns > .column:has(> .content > .info > span.lib:contains(Promoted))
! https://github.com/AdguardTeam/AdguardFilters/issues/35890
javmec.com#?#.bar-sidebar > h4:contains(Advertiser)
! https://github.com/AdguardTeam/AdguardFilters/issues/35883
uiz.io#$?#form[action$="/links/popad"] { remove: true; }
! https://github.com/AdguardTeam/AdguardFilters/issues/35842
adbl.me#$?#form[action$="/links/popad"] { remove: true; }
! https://github.com/AdguardTeam/AdguardFilters/issues/36124
smarthomebeginner.com#?#.theiaStickySidebar > .widget:has(> div > div[class^="shb-"][class*="-placement"])
! https://github.com/AdguardTeam/AdguardFilters/issues/35312
texastech.forums.rivals.com#?#.mainContent > .sectionMain.funbox:has(.funbox_forum_view_above_thread_list > div > a[href][target="_blank"] > img)
! https://github.com/AdguardTeam/AdguardFilters/issues/35273
theseotools.net#?##rightCol > .well:has(> .sideXd > p > a[href^="http://deal.ink/Grammarly"])
! msn.com - en-US ads in slider
msn.com#$?#.swipenav > li:has(>a.nativead) { remove: true; }
! https://github.com/AdguardTeam/AdguardFilters/issues/34987
macrotrends.net#?##main_content > div[style*="background-color"][style*="text-align"][style*="min-height:"]:has(>#ic_728_90)
! https://github.com/AdguardTeam/AdguardFilters/issues/34854
stfly.io#$?#form[action$="/links/popad"] { remove: true; }
! https://github.com/AdguardTeam/AdguardFilters/issues/34760
kickass.love#?#td[width="100%"] > style + div[id]:has(> div[id] > a[href="/k.php?q=q"][target="_blank"])
kickass.love#?#.commentsLeftModule > style + div[id]:has(> div[id] > a[href="/k.php?q=q"][target="_blank"])
kickass.love#?#td[width="100%"] > div:not([class]):not([id]) > style + div[id]:has(> div[id] > a[href="/k.php?q=q"][target="_blank"])
! https://github.com/AdguardTeam/AdguardFilters/issues/34700
kickassz.com#?#td[width="100%"] > style + div[id]:has(> div[id] > a[href="/k/?q=q"][target="_blank"])
kickassz.com#?#.commentsLeftModule > style + div[id]:has(> div[id] > a[href="/k/?q=q"][target="_blank"])
kickassz.com#?#td[width="100%"] > div:not([class]):not([id]) > style + div[id]:has(> div[id] > a[href="/k/?q=q"][target="_blank"])
! https://github.com/AdguardTeam/AdguardFilters/issues/34104
bleepingcomputer.com#?#.cz-post-comment-wrapp + .cz-related-article-wrapp:has(> .adsbygoogle)
! https://github.com/AdguardTeam/AdguardFilters/issues/34095
spankwire.com#?#div[class^="sc-"][style="height: 400px;"] > div[class^="sc-"]:has(> div[class^="sc-"]:contains(Advertisement))
spankwire.com#?##js-react-categorypage > div[class^="sc-"] > div[class^="sc-"] > div[class^="sc-"]:has(> div[class^="sc-"]:contains(Advertisement))
! https://github.com/AdguardTeam/AdguardFilters/issues/34036
filehippo.com#?##content-main > h2[style]:contains(Recommended Web Apps)
! https://github.com/AdguardTeam/AdguardFilters/issues/33965
nsfwyoutube.com#?#.embed-container > h2:contains(Watch the Featured Video of the Day)
! https://github.com/AdguardTeam/AdguardFilters/issues/33128
viralizeit.net#?#.stick.card:has(> .banner)
! https://github.com/AdguardTeam/AdguardFilters/issues/33681
vivatube.com#?#.container.mt15 > .c-title:has(> .c-normtitle-output:contains(Reklam))
! https://github.com/AdguardTeam/AdguardFilters/issues/33152
ccn.com#?#.theiaStickySidebar > #text-31:has(> .widget-title:contains(Advertisement))
! https://github.com/AdguardTeam/AdguardFilters/issues/33098
oddsdigest.com#?#.td-ss-main-sidebar > .td_block_template_1:has(> h4 > span:contains(Advertisement))
! https://github.com/AdguardTeam/AdguardFilters/pull/33001/
reblop.com#?#.td-block-row > div[class^="td-block-span"]:has(a[href^="https://t.frtyo.com/"])
! https://github.com/AdguardTeam/AdguardFilters/issues/33446
duplichecker.com#$?#.adsbygoogle { remove: true; }
duplichecker.com#?#.side-bar > .search-panel-sec:has(> .adds_box)
! https://github.com/AdguardTeam/AdguardFilters/issues/36458
! https://github.com/AdguardTeam/AdguardFilters/issues/33406
nytimes.com#?#div[class^="css-"][class*=" "]:has(> div[class^="css-"][class*=" "] > div[class^="css-"] > div > .ad)
nytimes.com#?#div[data-testid="block-Well"] > div[class^="css-"] > [class^="css-"][data-well-section="well-section"]:has(> div[class^="css-"] > div > .ad)
! https://github.com/AdguardTeam/AdguardFilters/issues/33323
mensxp.com#?#.mb-50 > div[class*=" "]:has(> div > div > a[onclick])
! pcsteps.com - ad in article
pcsteps.com#?#.entry-content > p > strong:has(a[href^="https://www.pcsteps.com/cyberghost-pcsteps-deal"])
! https://github.com/AdguardTeam/AdguardFilters/issues/32993
xenforo.pk#?#.p-body-sidebar > .block > .block-container:has(> .block-minorHeader:contains(Advertisement))
! https://github.com/AdguardTeam/AdguardFilters/issues/32767
robot-forum.com#?##quickModForm > .windowbg2:has(> .post_wrapper > h4.member-r:contains(Advertisement))
! https://github.com/AdguardTeam/AdguardFilters/issues/32716
gizchina.com#?##vwspc-section-2 > .container > .row > .vwspc-section-content:has(> #ad-slot2)
! https://github.com/AdguardTeam/AdguardFilters/issues/32697
royalown.review#?##link-view > p:contains(Advertisement)
royalown.review#?#.col-md-12 > p:contains(Advertisement)
royalown.review#$?#form[action$="/links/popad"] { remove: true; }
! https://github.com/AdguardTeam/AdguardFilters/issues/32587
sammobile.com#?#.owl-stage > .owl-item:has(a[href*="/sponsored"])
sammobile.com#?##latest_news .item:has(a[href*="/sponsored"])
! https://github.com/AdguardTeam/AdguardFilters/issues/31663
gtainside.com#?#.container > .col-sm-6:has(> .box_grey.ad)
gtainside.com#?#.container > .row > .col-sm-6:has(> .box_grey.ad)
! ign.com - sponsored articles
ign.com#?#.broll.wrap > .tbl > article:has(a[href*="/promoted/"])
! google - search ads
google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,google.be,google.bf,google.bg,google.bi,google.bj,google.bs,google.bt,google.by,google.ca,google.cat,google.cd,google.cf,google.cg,google.ch,google.ci,google.cl,google.cm,google.cn,google.co.ao,google.co.bw,google.co.ck,google.co.cr,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.kr,google.co.ls,google.co.ma,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,google.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.com,google.com.af,google.com.ag,google.com.ai,google.com.ar,google.com.au,google.com.bd,google.com.bh,google.com.bn,google.com.bo,google.com.br,google.com.bz,google.com.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.com.et,google.com.fj,google.com.gh,google.com.gi,google.com.gt,google.com.hk,google.com.jm,google.com.kh,google.com.kw,google.com.lb,google.com.ly,google.com.mm,google.com.mt,google.com.mx,google.com.my,google.com.na,google.com.nf,google.com.ng,google.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,google.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,google.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,google.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,google.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.fi,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,google.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,google.iq,google.is,google.it,google.je,google.jo,google.kg,google.ki,google.kz,google.la,google.li,google.lk,google.lt,google.lu,google.lv,google.md,google.me,google.mg,google.mk,google.ml,google.mn,google.ms,google.mu,google.mv,google.mw,google.ne,google.nl,google.no,google.nr,google.nu,google.pl,google.pn,google.ps,google.pt,google.ro,google.rs,google.ru,google.rw,google.sc,google.se,google.sh,google.si,google.sk,google.sm,google.sn,google.so,google.sr,google.st,google.td,google.tg,google.tk,google.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws#?#.rl_full-list > div[jsl] .rl_tile-group > .rlfl__tls > div > div[class][data-hveid] > div[class]:has( > div > a > div[class] > .gghBu)
! komiupdates.xyz - popups
komiupdates.xyz#$?#form[action$="/links/popad"] { remove: true; }
! https://github.com/AdguardTeam/AdguardFilters/issues/31728
hackedonlinegames.com#$?#div[class=""][style^="display: block !important; visibility: visible !important;"] { remove: true; }
! https://github.com/AdguardTeam/AdguardFilters/issues/31589
economictimes.indiatimes.com#?#.pageContent > .articleSep:has(div[class*=" "] > div > div > a[onclick])
economictimes.indiatimes.com#?#.tabdata > div[class*=" "]:has(> div > a[onclick])
! https://github.com/AdguardTeam/AdguardFilters/issues/31362
nytimes.com#?##app > #site-content > div[class] > div[class^="css-"] > div[class^="css-"][class*=" "]:has( div[class^="css-"][class*=" "] > .ad)
nytimes.com#?#div[data-testid="block-Well"] > div[class] > div[data-well-section="well-section"]:has( > div[class] > .ad)
! https://github.com/AdguardTeam/AdguardFilters/issues/30970
wordexcerpt.com#?##main-sidebar > .widget_text > div[id^="custom_html-"].default:has(> .c-widget-wrap > .font-heading > h4:contains(Advertisement))
! https://github.com/AdguardTeam/AdguardFilters/issues/30737
easyvoyage.co.uk#?#.code-block > div[style*="text-align"]:contains(ADVERTISEMENT)
! https://github.com/AdguardTeam/AdguardFilters/issues/30637
opensubtitles.org#?#div[class="msg"][style="padding: 10px;"] > div:has(> iframe[src^="ads2.opensubtitles.org"])
! https://github.com/AdguardTeam/AdguardFilters/issues/30607
appsgeyser.com#?#.row > .col-md-12 > .powerwidget.green:has(> header:contains(Advertisement))
! https://github.com/AdguardTeam/AdguardFilters/issues/30381
heidisql.com#?##content > .bordered-box:has(> .adsbygoogle)
! https://github.com/AdguardTeam/AdguardFilters/issues/30064
wwitv.com#?##page-wrapper > center:has(> .adsbygoogle)
wwitv.com#?#.panel.top > .panel-body:has(> .adsbygoogle)
wwitv.com#?#.panel > .panel-body:has(> center:contains(Sponsored links))
! https://github.com/AdguardTeam/AdguardFilters/issues/29899
goalnepal.com#?#.highlights > .items:has(> .boundary-box > .adsbygoogle)
! https://github.com/AdguardTeam/AdguardFilters/issues/29163
brisbanetimes.com.au#?#article > section > div[class] > .noPrint:has(> div > div > div[id^="adspot-"])
! https://github.com/AdguardTeam/AdguardFilters/issues/29721
ihackedgames.com#?#div[class][style*="!important;"] > a[href][style*="!important;"]:has(> img[style*="!important;"])
! https://github.com/AdguardTeam/AdguardFilters/issues/29687
amf.pw#?#.page-content > .forabg:has(> .inner > .topiclist > .header > .icon > dt:contains(Advertisement))
amf.pw#?##page-footer > .forabg > .forabg > .inner:has(> .topiclist > .header > .icon > dt:contains(Advertisement))
! wololo.net - ad left-overs in article and tag view
wololo.net#?#.entry-inner > center[-ext-has='span[id^="ezoic-pub-ad-placeholder"]']
wololo.net#?#.content > .pad > .post-list > .post-row[-ext-has=' > span[id^="ezoic-pub-ad-placeholder"]']
! https://github.com/AdguardTeam/AdguardFilters/issues/29409
dnslytics.com#?#.row > .col-xs-12[style="margin-top: 20px;"] > .row > .col-lg-5:has(>.adboxcontentsum)
! https://github.com/AdguardTeam/AdguardFilters/issues/29193
mylivewallpapers.com#?#.posts > div.posts:has(> .adsbygoogle)
! https://github.com/AdguardTeam/AdguardFilters/issues/29028
audiobookbay.pl#?##page > div#rsidebar > ul > li:has(> h2:contains(AD))
audiobookbay.pl,audiobookbay.nl#?#.torrent_info > tbody > tr:has(> td[valign="top"]:contains(AD:))
! https://github.com/AdguardTeam/AdguardFilters/issues/29267
thesaurus.com#?#aside[class^="css-"] > aside[class^="css-"] > aside[class^="css-"]:has(> div[id^="thesaurus_serp_"])
! https://github.com/AdguardTeam/AdguardFilters/issues/29246
mangarock.com#?#div[class="col-12 col-lg-8"] > div[class]:has(> iframe[title^="Adtrue"])
! https://github.com/AdguardTeam/AdguardFilters/issues/28900
dutchycorp.space#?#center > p > b:contains(Advertisement)
! https://github.com/AdguardTeam/AdguardFilters/issues/26978
timesofindia.indiatimes.com#?#.main-content > div[style="display: none !important;"] ~ div:has(> div > div > a[onclick][rel="nofollow"] > span)
! https://github.com/AdguardTeam/AdguardFilters/issues/26978
timesofindia.indiatimes.com#?#.main-content > div.article_content~div[class*=" "][id]:has(> div > div > a[onclick])
! https://github.com/AdguardTeam/AdguardFilters/issues/28540
opencritic.com#?#.table-view > .row.d-md-block:has(> .col > app-advertisement)
! https://github.com/AdguardTeam/AdguardFilters/issues/28545
liveleak.com#?#.content_main_right_outer > .col-xs-12[style*="padding:"]:has(> center > script:first-child)
liveleak.com#?#.content_main_right_outer > .col-xs-12[style*="padding:"]:has(> center > div[class^="runative-banner-"])
! https://forum.adguard.com/index.php?threads/missed-adblock-detected-message.30454/
nolfgirl.net#?#.ipsList_reset > .ipsBox:has(> .ipsWidget_inner > center > .adsbygoogle)
! https://github.com/AdguardTeam/AdguardFilters/issues/27962
firstonetv.live#?#.columns > .widgetBox:has(> .widgetTitle > h5:contains(Advertisement))
! https://github.com/AdguardTeam/AdguardFilters/issues/27930
radioforest.net#?#.col_right > .box:has(> .col_title:contains(Advertisement))
! https://github.com/AdguardTeam/AdguardFilters/issues/27919
sctricks.com,futurefoundationngo.com,pustkala.com,techtremendous.com,brenhealth.com,justlikeyojna.com,shortzon.com,sivitechno.com,agradarpan.com,abouttech.space,li-nkz.com#?#.col-md-12 > #link-view > center:contains(Sponsored Links)
! https://github.com/AdguardTeam/AdguardFilters/issues/27869
pornpics.com#?##container2 > div:has(> span:contains(Brought By:))
! https://github.com/AdguardTeam/AdguardFilters/issues/27793
adultwalls.com#?#.sidebar .panel:has(h3.panel-title:contains(Sponsors))
adultwalls.com#?#.sidebar .panel:has(h3.panel-title:contains(Our Friends))
! https://github.com/AdguardTeam/AdguardFilters/issues/27792
spaste.com#?#.pasteContent > b:contains(Weekend Sale Live - Buy Brazzers, Mofos, RK, DP etc. Just for $9.99 How ?)
! https://github.com/AdguardTeam/AdguardFilters/issues/27370
kickass2.cc#?#.tabNavigation:has(> li > a.selectedTab > span:contains(Sponsored Links))
kickass2.cc#?#td[width="100%"] style ~ div[id]:has(> center > div[id] > a[href="/k.php?q=q"])
! https://github.com/AdguardTeam/AdguardFilters/issues/24493
tubeon.com#?#.envelope-coverap > div.contain:has(> div.livecams)
tubeon.com#?#.contain > div.c-appellation:has(> div.c-medappellation-output > h2:contains(Advertising))
tubeon.com#?#.envelope-coverap > div.contain:has(> div.c-appellation > div.c-medtitle-output > h2:contains(Advertisement))
! https://github.com/AdguardTeam/AdguardFilters/issues/27267
pandamovies.pw#?#.wrap > .rightdiv1:has(> .rightdiv1content > a[href][rel="nofollow"])
! https://github.com/AdguardTeam/AdguardFilters/issues/27241
piratebays.fi#?#body > table#searchResult:has(> tbody > tr > td > a[href="https://protect-your-privacy.co/private-vpn.php"])
piratebays.fi#?##main-content > table#searchResult:has(> tbody > tr > td > a[href="https://protect-your-privacy.co/private-vpn.php"])
! https://github.com/AdguardTeam/AdguardFilters/issues/26796
gamesradar.com#?##sidebar > div > div:contains(Advertisement)
! https://github.com/AdguardTeam/AdguardFilters/issues/26659
kizi.cm#?#div[class*="game"] > .sidebanner:has(> .main-game > .title-special  > div > center > h2:contains(Advertisement))
! https://github.com/AdguardTeam/AdguardFilters/issues/26657
dc-chronicle.com#?#.td-ss-main-sidebar > .widget_custom_html:has(> .block-title > span:contains(ADVERTISEMENT))
! https://github.com/AdguardTeam/CoreLibs/issues/492
gerasanews.com#?#.iads_border
gerasanews.com#?#[class^="bestaAds_"]
gerasanews.com#?#[class^="adsSpacer"]
! 10news.com - ad
10news.com#?#.ob-widget-items-container > li.ob-dynamic-rec-container:has(> a[onmousedown^="this.href='https://paid.outbrain.com/network/redir?"][target="_blank"])
! https://github.com/AdguardTeam/AdguardFilters/issues/25562
youramateurporn.com#?#div:has(> a[target="_blank"][rel="nofollow"])
youramateurporn.com#?##videoTopCarousel:has(a[target="blank"][rel="nofollow"] > img)
! https://github.com/AdguardTeam/AdguardFilters/issues/25054
apkpure.com#?#.right > .box:has(> div[style^="position: relative;"] > a[href^="https://dealspure.com/Deals?utm_source="])
apkpure.com#?##iframe_download + .slide-wrap > .bd > .tempWrap > ul[style^="width: 1656px;"] > li[style*="float: left; width: 828px;"]:has(> a[href^="https://yaksgames.com/?utm_source"])
! https://github.com/AdguardTeam/AdguardFilters/issues/35093
! https://github.com/AdguardTeam/AdguardFilters/issues/25276
!+ NOT_OPTIMIZED
androidpolice.com#?#body:not(.author-sponsored-post) #ap-body > .primary > .post.list-view[-ext-has='a[href^="https://www.androidpolice.com/author/sponsored-post"]']
! https://github.com/AdguardTeam/AdguardFilters/issues/24899
wikifeet.com#?##content > .dashboard > .dash2:has(> .dashtitle > h3:contains(Advertisement))
! https://github.com/AdguardTeam/AdguardFilters/issues/31716
! https://github.com/AdguardTeam/AdguardFilters/issues/24884
readonepunchman.net#?##main > .chapter_coin > center:has(.adsbygoogle)
readonepunchman.net#?##main > .code-block-1:has(.adsbygoogle)
! https://github.com/AdguardTeam/AdguardFilters/issues/24758
timesnownews.com#?#.right-block > div[class^="section-"]:has(> .ad-div)
! https://github.com/AdguardTeam/AdguardFilters/issues/24527
limetorrents.info#?#.torrentinfo div[style^="float:"]:has(> a[href^="/fast.php?"][rel="nofollow"][style^="display: block !important"])
! https://github.com/AdguardTeam/AdguardFilters/issues/24119
updatesmarugujarat.in#?##adsense-target .tr_bq > span:contains(Advertisement)
! https://github.com/AdguardTeam/AdguardFilters/issues/23462
porn300.com#?#.primary-nav > ul.main-menu > li.main-menu__item:has(> a[href^="http://traffic.bannerator.com/"]#tabcams-desk)
! https://github.com/AdguardTeam/AdguardFilters/issues/23874
gaypornempire.com#?#.item-page-stats > .item-list:contains(Advertisement)
! https://github.com/AdguardTeam/AdguardFilters/issues/23672
watchtvseries.unblckd.cx,swatchseries.to#?#.block-left-home > .block-left-home-inside[style]:has(>a[href="/westworld-watch.html"][rel="nofollow"] > img)
! https://github.com/AdguardTeam/AdguardFilters/issues/23110
mangarock.com#?#.row > .col-lg-4 > div[class^="_"]:has(div[id^="taboola-"])
! https://github.com/AdguardTeam/AdguardFilters/issues/23027
gamecode.win#?#.container > .row > .col-sm-4.text-center.white:has(> .adsContainer)
! https://github.com/AdguardTeam/AdguardFilters/issues/22142
superyachtfan.com#?#[id^="frag_"]:has(> .adsbygoogle)
! https://forum.adguard.com/index.php?threads/not-blocking-ads-on-linkedin.29440
linkedin.com#?#.ember-view > .ember-view[data-id^="urn:li:activity:"][-ext-has='span[class^="feed-shared-actor"] > .feed-shared-text-view span:contains(Promoted)']
! https://github.com/AdguardTeam/AdguardFilters/issues/21629
mail.google.com#?#.aeF > .nH > .nH[role="main"] > .aKB:has(> div)
! https://github.com/AdguardTeam/AdguardFilters/issues/21593
digit.in#?##sidebar > .specs-box[-ext-has='h3:contains(Recommendation and Deals)']
digit.in#?##sidebar > div.newleft-list:has( > ul > li[-ext-has='a[href*="tracker"][onclick*="BTC_Product_Widget_RHS"]'])
! https://github.com/AdguardTeam/AdguardFilters/issues/21771
softpedia.com#?#.main > div[class^="container_"] > div[class$="_30 grid_48"]:has(> .dlcls > span.promoted[style])
! https://github.com/AdguardTeam/AdguardFilters/issues/22410
! https://github.com/AdguardTeam/AdguardFilters/issues/21090
! https://forum.adguard.com/index.php?threads/facebook-sponsored-ads-have-started-appearing-again.29880
! facebook.com,facebookcorewwwi.onion#?#div[id^="substream_"] div[id^="hyperfeed_story_id_"][-ext-has='[id^="feed_subtitle_"] > span[class][role=presentation] + span[class]:matches-css(display: none)']
! facebook.com,facebookcorewwwi.onion#?#div[id^="substream_"] div[id^="hyperfeed_story_id_"][-ext-has='[id*="feed_subtitle_"] > span[class][role=presentation] + span[class]:matches-css(display: none)']
! facebook.com,facebookcorewwwi.onion#?#div[id^="substream_"] div[id^="hyperfeed_story_id_"][-ext-has='[id*="feed_sub"] > span[class][role=presentation] + span[class]:matches-css(display: none)']
! facebook.com,facebookcorewwwi.onion#?#div[id^="substream_"] div[id^="hyperfeed_story_id_"][-ext-has='[id*="feed_sub"] > span[class][role=presentation] ~ * ~ span[class]:matches-css(display: none)']
! facebook.com,facebookcorewwwi.onion#?#div[id^="substream_"] div[id^="hyperfeed_story_id_"][-ext-has='[id*="feed_sub"] > span[class][id^="u_fetchstream"] span[class]:matches-css(display: none)']
! facebook.com,facebookcorewwwi.onion#?#div[id^="substream_"] div[id^="hyperfeed_story_id_"]:has(div.d_gj-ysfupy > .n_gj-ysddak) --- breaks newsfeed
! https://github.com/AdguardTeam/AdguardFilters/issues/21497
readheroacademia.com#?##main > .chapter_coin > center:has(> h3 > strong:contains(Advertisement))
readheroacademia.com#?##main > .code-block[style] > center:has(> h3 > strong:contains(Advertisement))
! https://github.com/AdguardTeam/AdguardFilters/issues/20655
mylust.com#?#.box > .title:contains(Advertisement)
! https://github.com/AdguardTeam/AdguardFilters/issues/21090
! facebook.com,facebookcorewwwi.onion#?#div[id^="substream_"] div[id^="hyperfeed_story_id_"]:has(div._5pcp._5lel span a[href="#"] > div[class])
! https://github.com/AdguardTeam/AdguardFilters/issues/21268
filikula.co#?#.idTabs > li[-ext-has='a[href^="#tab-ad"]']
! https://github.com/AdguardTeam/AdguardFilters/issues/21149
javfor.me#?#.content-wrapper > .container > .row:not(#player-row)[-ext-has='a[href*="media.r18.com/track"]']
! https://github.com/AdguardTeam/AdguardFilters/issues/28471
! https://github.com/AdguardTeam/AdguardFilters/issues/25057
! https://github.com/AdguardTeam/AdguardFilters/issues/20956
telerium.tv#?#body > div[id]:has(iframe[src^="https://static.tellerium.com/"])
telerium.tv#?#body > div[id]:has(iframe[src*="rsc.cdn77.org/"])
telerium.tv#?#body > div[id]:has(iframe[src^="//teleriumads-"])
! https://github.com/AdguardTeam/AdguardFilters/issues/20817
geekdrop.com#?##forum > div[align="center"]:has(> a[href^="https://x.geekdrop.com/"])
geekdrop.com#?#.left-corner > div[align="center"]:has(> a[href^="https://x.geekdrop.com/"])
! https://github.com/AdguardTeam/AdguardFilters/issues/20734
downloadhub.cc#?#.primary-sidebar > .widget-title:contains(Recommended)
! https://github.com/AdguardTeam/AdguardFilters/issues/20292
mustangforums.com#?##right-rail > div[style^="text-align: center;"][-ext-has='center']
! https://github.com/AdguardTeam/AdguardFilters/issues/18927
reddit.com#?#.ii4q9d-0.fePAzF > div[class][-ext-has='img.actksk-0']
reddit.com#?#.ii4q9d-0.fePAzF > div[class][-ext-has='div[data-slot*="/desktop/"]']
! https://github.com/AdguardTeam/AdguardFilters/issues/20064
123movieshub.movie#?#.player-holder > #full-player > #list-eps > .le-server:has(> .les-content > a[href][data-link^="https://vod.play4k.co/"])
! https://github.com/AdguardTeam/AdguardFilters/issues/20124
fullepisodes.me#?#.container > .row > .col-md-4 > .widget:has(> .pm-ads-banner)
! https://github.com/AdguardTeam/AdguardFilters/issues/19516
caminspector.net#?#.container > .headline:has(> h2:contains(Web Girls - Online Now!))
! https://github.com/AdguardTeam/AdguardFilters/issues/19379
yourdailypornvideos.com#?#.span8.column_container > article[id^="post-"] > p[style^="text-align: center;"]:has(a[href^="https://www.brazzersnetwork.com/landing/"][target="_blank"])
! https://github.com/AdguardTeam/AdguardFilters/issues/19563
paksociety.com#?#.textwidget > p > b:contains(Advertisement)
! https://github.com/AdguardTeam/AdguardFilters/issues/19244
ninjakiwi.com#?##primary > .wideWidgetWrapper[-ext-has='#cpmstar_dynamicEditorial']
! https://forum.adguard.com/index.php?threads/faq-for-creating-rule-user-filter.28977/#post-169445
primewire.life#?#.actual_tab > .movie_version:contains(Promo Host)
! https://github.com/AdguardTeam/AdguardFilters/issues/15883
fpo.xxx#?#.block-video > .table:has(> .opt > [id^="mp_spot_"])
! https://github.com/AdguardTeam/AdguardFilters/issues/18042
clipconverter.cc#?##description > p[-ext-has='a[href][target="_blank"]']
! https://github.com/AdguardTeam/AdguardFilters/issues/17779
ghanaweb.com#?##ads > .ad:has(>.adsbygoogle)
! https://github.com/AdguardTeam/AdguardFilters/issues/17436
3movs.com#?##side_col > .section[-ext-has='span[class^="beau"]']
! https://github.com/AdguardTeam/AdguardFilters/issues/17733
streamwoop.net#?##stream .item-list[-ext-has='a[href^="https://jack.streamwoop.net/imp"]']
! https://github.com/AdguardTeam/AdguardFilters/issues/16278
tomahawktake.com,mlsmultiplex.com,fansided.com,dawgpounddaily.com#?#.sidebar > .widget > .top-stories > li:not([class]):not([id]):has(> .fs_ad_widget-ad)
! https://github.com/AdguardTeam/AdguardFilters/issues/17307
celebitchy.com#?##sidebar > .hotposts:contains(Advertisements)
! https://forum.adguard.com/index.php?threads/monova-to-monova.28773
monova.to#?#.general-table > tbody > tr[-ext-has='td:contains(Sponsored)']
! https://github.com/AdguardTeam/AdguardFilters/issues/16271
n4mo.org#?##sidebar > .sidebar-box:has(> .custom-html-widget > a[href^="https://keep2share.cc/"] > img)
! wizardsandwhatnot.com - ad in article
wizardsandwhatnot.com#?#.article-content > p:not([class]):not([id])[-ext-has='a[href^="http://fubo.tv"]']
! https://github.com/AdguardTeam/AdguardFilters/issues/16200
streamshunter.tv#?#.module-desc > .modulelinks tr[-ext-has='a[href^="http://bird.padaria.eu"]']
! https://github.com/AdguardTeam/AdguardFilters/issues/15777
tejji.com#?#.ip_url_convert + table td > span:contains(Advertisement)
! https://github.com/AdguardTeam/AdguardFilters/issues/15429
siterankz.com#?#.chartcontainer > .infotable:has(ins.adsbygoogle)
! https://github.com/AdguardTeam/AdguardFilters/issues/15242
rentanadviser.com#?##ctl00_ContentPlaceHolder1_lblvideos > .videocontainer:has(> .reklamcontainer)
! https://github.com/AdguardTeam/AdguardFilters/issues/15112
newatlas.com#?#.js-recommendations-inner > section:has(div[id*="taboola"])
! https://github.com/AdguardTeam/AdguardFilters/issues/15056
socialblade.com#?#.content-container > .content-module[-ext-has='.socialblade-heartbeat']
! https://github.com/AdguardTeam/AdguardFilters/issues/13534
reddit.com#?#.s1cwcagp-6 .ii4q9d-0[-ext-has='div[id^="sidebar-btf"]']
! https://github.com/AdguardTeam/AdguardFilters/issues/14783
mirrorace.com#?#.uk-grid .uk-grid .uk-grid > .uk-row-first[-ext-has='a[href^="https://9xmovie.co/downloadm"]']
! https://github.com/AdguardTeam/AdguardFilters/issues/14046
lo4d.com#?#ul > li.feedb2.bbcr:has(>.glbt > .adsbygoogle)
lo4d.com#?#.Bcolumn_2 > div:not([class]):not([id]):has(>.glbt > .adsbygoogle)
! https://github.com/AdguardTeam/AdguardFilters/issues/14297
proapkmod.com#?#.isotope-active > .item-isotope:has(.adsbygoogle)
! https://github.com/AdguardTeam/AdguardFilters/issues/14342
freethesaurus.com,thefreedictionary.com#?##sidebar > .widget:not([id]):has(>.holder > a[href])
! https://github.com/AdguardTeam/AdguardFilters/issues/14072
add0n.com#?#.content tbody > tr:first-child:contains(Advertisement)
add0n.com#?#.content tbody > tr:first-child:contains(Advertisement) + tr
! https://github.com/AdguardTeam/AdguardFilters/issues/14317
seriouseats.com#?#.sidebar > div[id^="sidebar-bng-"][-ext-has='.ad-wrapper']
! https://github.com/AdguardTeam/AdguardFilters/issues/13834
cryptomininggame.com#?#.col-lg-3 > .panel:has(>.panel-heading > h2:contains(Advertisements))
! https://github.com/AdguardTeam/AdguardFilters/issues/13463
redtube.com#?##content_container > div[class]:first-child:has(> div > a.ad-link)
! https://github.com/AdguardTeam/AdguardFilters/issues/13223
wuxiaworld.com#?#.row > .col-md-4 > #widget_0:has(>.panel-heading:contains(Advertisement))
! https://github.com/AdguardTeam/AdguardFilters/issues/13064
forbes.com#?#.homepage > .ad-row:has(.ad-unit:only-child .csf-ads)
! https://github.com/AdguardTeam/AdguardFilters/issues/12653
genesisowners.com#?##sidebar > li > .block:has(> .blocksubhead > span.blocktitle:contains(Genesis Ads))
! https://github.com/AdguardTeam/AdguardFilters/issues/12654
smarturlref.net#?#body > center > p > b:contains(Advertisement)
kpliker.net#?#center > p:contains(Advertisement)
! https://github.com/AdguardTeam/AdguardFilters/issues/12415
androidcentral.com#?#.article-body > .article-body__section > p + div[style*="text-align: center;"][style*="display:"][style*="!important"]:not(p):contains(Advertisement)
! https://github.com/AdguardTeam/AdguardFilters/issues/11679
vipleague.bz,vipbox.st,vipbox.fi#?#.collapse.show > div[class]:contains(Betting)
! https://github.com/AdguardTeam/AdguardFilters/issues/11847
xtube.com#?#.wrapper > .container:has(>[class] > .adContainer)
! https://github.com/AdguardTeam/AdguardFilters/issues/16826
! https://github.com/AdguardTeam/AdguardFilters/issues/11251
! https://github.com/AdguardTeam/AdguardFilters/issues/19064
! https://github.com/AdguardTeam/AdguardFilters/issues/19934
! https://github.com/AdguardTeam/AdguardFilters/issues/21297
! https://github.com/AdguardTeam/AdguardFilters/issues/21144
! Used javascript now
! quora.com#?#.PromptsList > div[id]:has(> [id$="_wrapper"] [id$="_content_wrapper"] [class]:contains(ad by))
! quora.com#?#.PromptsList > div[id]:has(> [id$="_wrapper"] [id$="_content_box"] [class]:contains(ad by))
! quora.com#?#.AnswerListDiv > div.UnifiedAnswerPagedList > div.paged_list_wrapper > div.pagedlist_item:has(a[href][target="_blank"][rel="nofollow noopener"]:contains(promoted  by))
! quora.com#?#.PromptsList > div[id][-ext-has='.advertiser_endpoint']
! quora.com#?#.paged_list_wrapper > .pagedlist_item:has(.advertiser_endpoint)
! quora.com#?#.actionable > .content_marker > .upper_content:has(.advertiser_url)
! quora.com#?#.AnswerListDiv > .UnifiedAnswerPagedList > .paged_list_wrapper > div[id][-ext-has='a[href][disable_auto_login][target="_blank"]']
! quora.com#?#.grid_page > .layout_2col_main > div[id]:not(.AnswerListDiv)[-ext-has='a[href][disable_auto_login][target="_blank"]']
!! top ad in questions
!quora.com#?#.grid_page > .layout_2col_main > div[id]:not(.AnswerListDiv):not(.answer_text_small):not(:last-child)[-ext-has='a[href][target="_blank"][rel="noopener nofollow"]']
!quora.com#?#.grid_page > .layout_2col_main > div[id]:not([class*="Answer"])[-ext-has='a[href][target="_blank"][rel="noopener nofollow"]']
!quora.com#?#.grid_page > .layout_2col_main > div[class]:not([id*="paged_list"])[-ext-has='a[href][target="_blank"][rel="noopener nofollow"]']
! quora.com#?#.grid_page div[class][id] > div[class*=" "] > div[id^="__"]:has(> div.upper_content_actions):has(> div > div > div:contains(/ad\s*by\s*/))
! quora.com#?#.grid_page div[class][id] > div[class*=" "] > div[id^="__"]:has(a[href][target="_blank"][rel="noopener nofollow"]):has( > div:contains(/ad\s*by\s*/))
!! bottom ads in questions
! quora.com#?#.UnifiedAnswerPagedList > .paged_list_wrapper > div[id][-ext-has='a[href][target="_blank"][rel="noopener nofollow"]:not(.external_link)']
! quora.com#?#.UnifiedAnswerPagedList > .paged_list_wrapper > div[id][-ext-has='a[href*="utm_medium"][target="_blank"][rel="noopener nofollow"]:not(.link_overlay)']
! quora.com#?#.UnifiedAnswerPagedList > .paged_list_wrapper > div[id][-ext-has='a[href][target="_blank"][rel="noopener nofollow"]:not(.link_overlay):contains(promo)']
! quora.com#?#.UnifiedAnswerPagedList > .paged_list_wrapper > div[id]:has( div > .promoted_answer_wrapper)
! quora.com#?#.UnifiedAnswerPagedList > .paged_list_wrapper > div[id]:has(a[href][target="_blank"][rel="noopener nofollow"]):has( > *:contains(/promoted\s*by\s*|sponsored\s*by\s*/))
!! main page ad
! quora.com#?#.HomeMultifeed > .paged_list_wrapper[id*="paged_list_wrapper"] > div[id] > div[class]:not(.AnswerStoryBundle)[-ext-has='a[href][target="_blank"][rel="noopener nofollow"]:not(.external_link):not(.link_overlay)']
! quora.com#?#.HomeMultifeed > .paged_list_wrapper[id*="paged_list_wrapper"] > div[id] > div[class]:not(.AnswerStoryBundle)[-ext-has='a[href*="utm_medium"][target="_blank"][rel="noopener nofollow"]:not(.link_overlay)']
! quora.com#?#.HomeMultifeed > .paged_list_wrapper[id*="paged_list_wrapper"] > div[id] > div[class]:not(.AnswerStoryBundle)[-ext-has='a[href*="utm_"][target="_blank"][rel="noopener nofollow"]:not(.link_overlay)']
! quora.com#?#.HomeMultifeed > .paged_list_wrapper[id*="paged_list_wrapper"] > div[id] > div[class]:not(.AnswerStoryBundle):has(a[href][target="_blank"][rel="noopener nofollow"]):has( > div:contains(/promoted\s*by\s*|Sponsored/))
!! main page ad when expanding answer
! quora.com#?#.AnswerStoryBundle .ToggleAnswerFooterWrapper > div[class][-ext-has='a[href][target="_blank"][rel="noopener nofollow"]:not(.external_link):not(.link_overlay)']
! quora.com#?#.AnswerStoryBundle .ToggleAnswerFooterWrapper > div[class][-ext-has='a[href*="utm_medium"][target="_blank"][rel="noopener nofollow"]:not(.link_overlay)']
! quora.com#?#.AnswerStoryBundle .ToggleAnswerFooterWrapper > div[class][-ext-has='a[href*="utm_"][target="_blank"][rel="noopener nofollow"]:not(.link_overlay)']
! quora.com#?#.AnswerStoryBundle .ToggleAnswerFooterWrapper > div[class]:has(a[href][target="_blank"][rel="noopener nofollow"]):has( > div:contains(/promoted\s*by\s*/))
! https://github.com/AdguardTeam/AdguardFilters/issues/11429
windows10gadgets.pro#?#.content-box > .row > .col-1-4:has(>.wrap-col > .item-content > .adsbygoogle)
! https://github.com/AdguardTeam/AdguardFilters/issues/11388
royalroadl.com#?#.portlet-body > h6.bold:contains(Advertisement)
! https://github.com/AdguardTeam/AdguardFilters/issues/11302
dcyoutube.com#?#.row > .addesk > .panel-default:has(>.panel-body > script[src*="bnserving.com/"])
! https://github.com/AdguardTeam/AdguardFilters/issues/10857
loks.us#?#.splash.container > .row > .col-md-5:has(>.ads)
! https://github.com/AdguardTeam/AdguardFilters/issues/10146
javadecompilers.com#?#.row > .col-xs-12.col-md-5:has(>.row > .adsbygoogle)
! https://github.com/AdguardTeam/AdguardFilters/issues/9797
dcode.fr#?##right > .heading_bar:contains(Sponsored ads)
! https://github.com/AdguardTeam/AdguardFilters/issues/9669
rarbgmirror.com,rarbgmirror.org,rarbgmirror.xyz,rarbgunblock.com,rarbg.is,rarbg.unblockall.org,rarbgaccess.org,rarbg.bypassed.org,rarbgproxy.org,rarbg.to,rarbg.bypassed.org#?#table[width="100%"].lista > tbody > tr:nth-child(2):has(>.header2:contains(VPN))
! https://forum.adguard.com/index.php?threads/28133/
audiobookbay.nl#$?##rsidebar > ul > li > *[-ext-has='a[href]:not([href^="https://twitter.com"]) img'] { position: absolute!important; left: -3000px!important; }
audiobookbay.nl#$?#.torrent_info tr[-ext-has='a[href*="download"]:not([href^="/download.php"])'] { position: absolute!important; left: -3000px!important; }
audiobookbay.nl#$?##rsidebar > ul > li > h2:contains(/^AD$/) { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/9408
onlinewatchfree.cc#?#.content .tab-content[-ext-has='a[href^="/streaming/"]']
! https://github.com/AdguardTeam/AdguardFilters/issues/9336
download.hr#?#.add_center_big:has(>.adsbygoogle)
download.hr#?#.add_responsive_right_box:has(>.adsbygoogle)
! https://github.com/AdguardTeam/AdguardFilters/issues/22891
yeswegays.com#?#.header > .nav > ul > li:has(> a[href^="https://www.flirt4free.com/"])
! https://github.com/AdguardTeam/AdguardFilters/issues/9122
watchonlinemovie.rocks#?##details > #Thevideo ~ p[-ext-has='a[href^="/streaming/"]']
! https://github.com/AdguardTeam/AdguardFilters/issues/9114
watch24free.net#?#.content > div > .below_player ~ .tab-content[-ext-has='a[href^="/watching/"]']
! https://github.com/AdguardTeam/AdguardFilters/issues/9150
quora.com#?#.AnswerListDiv > div.AnswerPagedList > div.pagedlist_item:has(a.promoted_hlink)
! https://github.com/AdguardTeam/AdguardFilters/issues/9047
watchputlocker.site#?#.content ul > li[-ext-has='a[href^="/streaming/"]']
! https://github.com/AdguardTeam/AdguardFilters/issues/8974
corporationwiki.com#?#.sidebar-container > .card:has(>.card-header:contains(Advertisements))
! https://github.com/AdguardTeam/AdguardFilters/issues/8916
findgaytube.com#?#.random-container > .wrapper > .b-head-title.recommend:contains(Advertisement)
! https://github.com/AdguardTeam/AdguardFilters/issues/8914
onlydudes.tv#?#.b-randoms-col > .b-head > h3:contains(Sponsored by:)
! https://github.com/AdguardTeam/AdguardFilters/issues/8822
putlocker.cz#?#.links-holder > .table-scroll tbody > tr[-ext-has='a[href^="http://putlocker.cz/episode-stream"]']
! https://github.com/AdguardTeam/AdguardFilters/issues/8837
watch2free.net#?#.content .movie_links ~ .tab-content[-ext-has='a[href^="/watching/"]']
! https://github.com/AdguardTeam/AdguardFilters/issues/8823
websiteoutlook.com#?#.container > .row .clearfix[-ext-has='ins.adsbygoogle']
! https://github.com/AdguardTeam/AdguardFilters/issues/8820
putlocker.bet#?#.content-box > .message ~ table[-ext-has='a[href^="/watching/"] > img']
! https://github.com/AdguardTeam/AdguardFilters/issues/8819
putlocker.at#?#.content-box > table[-ext-has='a[href^="http://putlocker.at/play"]']
! https://github.com/AdguardTeam/AdguardFilters/issues/8124
! facebook.com,facebookcorewwwi.onion#?#div[id^="substream_"] div[id^="hyperfeed_story_id"][-ext-has='a.uiStreamSponsoredLink']
! https://github.com/AdguardTeam/AdguardFilters/issues/8402
pajiba.com#?##burstBox > h2:has(> b:contains(Advertisement))
pajiba.com#?##burstBox > h2:has(> b:contains(Advertisement)) + hr
! https://github.com/AdguardTeam/AdguardFilters/issues/8662
freevirtualsmsnumber.com#?#tbody > tr:not(:first-child):not(:last-child) > td[colspan]:contains(ADS)
freevirtualsmsnumber.com#?#div[style^="clear:"][style*="both;"][style*="margin:"][style*="text-align:"][style*="center"]:contains(ADS)
! https://github.com/AdguardTeam/AdguardFilters/issues/8208
fantasti.cc#?#.right_column > .left-column-top-link:contains(SPONSOR)
! https://github.com/AdguardTeam/AdguardFilters/issues/8210
pornxs.com#?#.container > .thumbs > .thumb[-ext-has='.adv_list']
! https://forum.adguard.com/index.php?threads/allreleases-us.27500/
allreleases.us#?##left > .bl0[-ext-has='.bl3:contains(Advertising)']
! https://forum.adguard.com/index.php?threads/putlockeronlinefree-site.27409/
putlockeronlinefree.site#?#.content .tab-content[-ext-has='a[href^="/watching/"]']
! https://github.com/AdguardTeam/AdguardFilters/issues/8231
giveaway.su#?#.content > div.row > div.col-md-4:has(> div.definetelynotanad)
! https://forum.adguard.com/index.php?threads/putlockers-tv.27428/
putlockers.tv#?#.conteudo > h2[style]:contains(Sponsored Content)
! https://forum.adguard.com/index.php?threads/https-www-dailyfx-com.27273/
dailyfx.com#?#center > span:contains(Advertisement)
! https://forum.adguard.com/index.php?threads/27246/
lavamovies.se#?##list-eps > div.le-server:has(> div.les-content > a[href^="/"])
! https://github.com/AdguardTeam/AdguardFilters/issues/7737
wesh.com#?#.article-content--body-text > .article-content--body-wrapper-side-floater:has(>.ad-rectangle)
! https://github.com/AdguardTeam/AdguardFilters/issues/7405
codingforums.com#?##sidebar_container > #sidebar:has(span.blocktitle:contains(Sponsored Ads))
! https://forum.adguard.com/index.php?threads/26958/
graphicex.com#?##rightsidebar > .mainbox:has(> div.modules > div.blocktitle > h3:contains(Advertising))
graphicex.com#?##rightsidebar > .mainbox[-ext-has='a[href="http://shareae.com"]']
! https://forum.adguard.com/index.php?threads/resolved-downace-com.26194/
downace.com#?#div.uk-margin-small-bottom[-ext-has='> a[rel="nofollow"][style^="display:"] > img']
downace.com#?#div.uk-text-center > a[rel="nofollow"][-ext-has='>img']
! https://forum.adguard.com/index.php?threads/http-www-radiosure-com.26907/
radiosure.com#?#.widget-area > .widget[-ext-has='.widget-title:contains(Advertisement)']
! https://forum.adguard.com/index.php?threads/reuters-com.26825/
reuters.com#?#.sectionContent > .module-header > .module-heading:contains(Sponsored)
! https://forum.adguard.com/index.php?threads/technoclever-com.26798/
technoclever.com#?#.td-ss-main-sidebar > .widget[-ext-has='ins.adsbygoogle']
! https://github.com/AdguardTeam/AdguardFilters/issues/7270
lifehack.org#?#div.hidden-sm.col-md-4 > aside > div:not([class]):not([id]):has(div[class] > [id^="lifehack_d_"][id*="TF"])
lifehack.org#?#.visible-md:has(>[id^="div-gpt-ad"])
lifehack.org#?#.visible-md:has(>[id^="div-dfp-ad"])
lifehack.org#?#.visible-sm:has(#article_desk_728x90_ATF11)
! https://github.com/AdguardTeam/AdguardFilters/issues/7036
thefreedictionary.com#$?#main#main > div[class][id][style^="height: 1"][-ext-has='>iframe[src*="://a.farlex.com/_/bnrsrv.ashx?"]'] { height: 1px!important; }
! https://forum.adguard.com/index.php?threads/26006/
mirrorcreator.com#?##result > table > tbody > tr[-ext-has='a[href*="fdown.php"]']
! https://forum.adguard.com/index.php?threads/watchseries-do.25924/
watchseries.do#?##table_id > tbody > .odd[-ext-has='>.view_link > a[href^="http://downloadplayer.xyz/"]']
! https://github.com/AdguardTeam/AdguardFilters/issues/21185
! https://github.com/AdguardTeam/AdguardFilters/issues/6790
mycinema.pro#$?#[class]:matches-css(width: 336px):matches-css(height: 280px):matches-css(min-height: 280px):has(>ins.adsbygoogle) { visibility: hidden!important; }
mycinema.pro#?#[class]:not(:matches-css(width: 336px):matches-css(height: 280px):matches-css(min-height: 280px)):has(>ins.adsbygoogle)
mycinema.pro#?#div[class]:contains(Advertisement):not([-ext-has=">*"])
! https://forum.adguard.com/index.php?threads/25660/
autoblog.com#$?#section.affix-neartop[-ext-has="> div"] { top: 0px !important;}
! https://github.com/AdguardTeam/AdguardFilters/issues/6789
socketloop.com#?#.row-fluid > [class="span4 widget widget-box pull-right"][-ext-has=">.widget-header > h4:contains(Advertisement)"]
! https://github.com/AdguardTeam/AdguardFilters/issues/6951
turbobit.net#$?#html[-ext-has="> body"] { background: none!important; }
! https://forum.adguard.com/index.php?threads/http-www-imgrum-org.25318/
imgrum.org#?#.fs_blog_module > div.blogpost_preview_fw[-ext-has='> div.fw_preview_wrapper > [class="pf_output_container"][style^="text-align: center; margin-bottom: 0; height:"] > .adsbygoogle']
imgrum.org#?#.module_blog_page > .blogpost_user_meta[-ext-has=">.adsbygoogle"]
! https://forum.adguard.com/index.php?threads/25038/
cutestat.com#?#.stat_details > div.marginBottom_10 > div.stat_half_left[-ext-has="> div > script:contains(window._mNHandle.queue.push)"]
! https://github.com/AdguardTeam/AdguardFilters/issues/6638
rarbgproxied.org,rarbg.to,rarbg-to.proxydude.xyz,rarbg-to.pbproxy.red,rarbg.unblocked.lol,rarbg.pbproxy2.co#?#td[align="justify"] > div > table[width="100%"][class="lista"] > tbody > tr[-ext-has='tr > td + td[style*="height:"]']
! Ads replacement script (trafmag.com)
alluc.ee#?##resultlist > div#resultitems[-ext-has="> div"]~iframe:not([src])
!
spankwire.com#?##js-react-video-player > div > div > div:has(> a[href="https://www.czechsexcasting.com/"])
thelibertydaily.com#?#.widget-box:has(> div.widget-text > div.powerinbox > div.pi_header)
free-sex-video.net,xxxity.com#?##left > div.header:has(> h2:contains(Recommended))
pantagraph.com#?#.block-title:has(> div.block-title-inner > h3:contains(Recommended))
porndig.com#?#.navbar_menu_wrapper > ul.main_menu > li.main_menu_item:has(> a[href] > span:contains(/Webcams|Meet/))
thecambabes.com#?#.main-content > div.content:has(> div.box > iframe[src*="sexedchat.com/"])
pornxs.com#?#.video__container > .video__inner > div > div:contains(Advertisement)
levelsex.com,fapjournal.com#?#.content-wrap > div > .related:has(> div > .recommended-logo)
icegay.tv#?#.b-secondary-column__randoms > div.b-head > h3:contains(Sponsored)
techgenix.com#?#ul.sidebar_widget > li:has(> div > .dfp_ad_pos)
techgenix.com#?#ul.sidebar_widget > li:has(> div > .ezoic-ad)
ticklingforum.com#?##tmf_sidebar > div.tmf_sb_content:has(> p.tmf_sb_p > a[href*="clips4sale.com"])
ticklingforum.com#?##tmf_sidebar > div.tmf_sb_content:has(> p.tmf_sb_p > a[href*="cams.com"])
ticklingforum.com#?##tmf_sidebar > div.tmf_sb_heading > p.tmf_sb_p:contains(/clips4sale|Live Camgirls/)
nationalpost.com#?#section:has(> div > .flyer-ticker)
ofoct.com#?#.widget-area > aside[id^="text-"]:has(> div > ins.adsbygoogle)
ofoct.com#?##content > article:has(> ins.adsbygoogle)
filesmerge.com#?#.slider-body > div.slider_item:has(> div > h4:contains(/Ads|Werbung|Mainostaminen|Publicité|Publicidad|Pubblicità|广告|Реклама/))
winaero.com#?#aside:has(.adsbygoogle)
rumormillnews.com#?#p:has(a[target="_blank"])
moozpussy.com#?#article.box > blockquote:has(> a[href][target="_blank"])
forbes.com#?#.article-container div:has(> div > .ntv-ad)
techpowerup.com#?#.sidebar > figure:has(a[rel="nofollow external"])
m4maths.com#?#.m4_footer_container:has(> div:contains(Advertisements))
researchgate.net#?#.lite-page__side > div.nova-o-stack > div.nova-o-stack__item:has(> div > div > div.lite-page-ad)
veporns.com#?#.info:has(> a[href^="https://bit.ly"])
5movies.to#?#.links > ul > li.download:contains(Download in HD)
sexydesktopnudes.com#?#.left_sidebar > h2:contains(Links) + ul
iplocation.net#?#section > div.container div.widget:has(> div.widget_title > h3:contains(Advertisement))
0123moviestv.com#?##links-content > a.btn-list:contains(Sponsor)
wallpaperstudio10.com#?#.col-md-5 > div[class="card card-body"]:has(> div.text-center > ins.adsbygoogle)
sexy-youtubers.com#?#.site-sidebar > aside.widget:contains(var ad_idzone)
mocasoft.net#?#.main-content > div[class^="mag-box block-custom-content"]:first-child:has(> div.container-wrapper > div.mag-box-container > div.entry > p > ins.adsbygoogle)
milffox.com#?##page_content > div#side_content:has(> div > div.banner)
petri.com#?##sidebar > div.widget:has(> header > h6:contains(Sponsors))
vortez.net#?#.sidebar-content > div.split-panel > div.right > div.panel-block:has(> div.panel-title > h2:contains(Advertisement))
shareae.com#?##sidebar > div.block:has(h3.sidehead:contains(Advertising))
shareae.com#?##sidebar > div.block:has(> .topitem > div[align="center"] > a[href*="/aff_c?offer_id="])
problogbooster.com#?#.sidebar.section > div[class="widget HTML"]:has([id^="ezoic-pub-ad-"])
problogbooster.com#?#.sidebar.section > div[class="widget HTML"]:has(.pbbcenterads)
printscreenshot.com#?#body > div.container > div.fieldset:has(> div.googleAd)
sap-certification.info#?#.sidebar > section[id^="text-"]:has(> div.textwidget ins.adsbygoogle)
3movs.com#?##data > div.section_wide:has(> div.block_header > h4:contains(Advertisement))
3movs.com#?##side_col_video_view > div.section:has(> div.block_header_side > h4:contains(Advertisement))
tube8.com#?##videos_page_wrapper > div[class]:has(> div[class]:contains(Advertisement))
tube8.com#?#.content-wrapper > div[id] > div[id] > div[class] > div[class][id]:has(> div[class]:contains(Advertisement))
arenavision.ru#?#.full > .one_three[-ext-has=">.region-homepage-two > #block-block-12"]
mp3juice.tv,beemp3s.net#?#[class="col-md-12 text-right"] > small:contains(Advertisement)
watch2free.site#?#.tab-content > .movie_links > li[-ext-has='a[href^="/watching/"]']
nbk.io#?#.overlay_section.left:has(> div#leftContent > ins.adsbygoogle)
nuvid.com#?#.aside > h2:contains(Advertising)
zapak.com#?#.rightPanel div.colm3 > div.widget-box:has(> div.ad300)
javarchive.com#?#.sidebar_list > .widget_text:has(> h6:contains(/(ADS|Content Here)/))
javarchive.com#?#.sidebar_list > .widget_text:has(a[title="ads"])
jadult.net#?#.span-200 > div.box:has(> .btitle > h2:contains(Sponsors))
spankwire.com#?##js-react-footer > div > div:has(> div:contains(Advertisement))
ghacks.net#?#article.post > .fix + div[-ext-has="ins.adsbygoogle"]
xkeezmovies.com#?##sidebar > [id^="text-1"][-ext-has="script:contains(adsbyjuicy)"]
popjav.com#?#.releated_video_list > .releated_video[-ext-has='>center > iframe[src*="syndication.exosrv.com/ads-iframe"]']
jav789.com#?#.container > .box[-ext-has=">.porn-videos-ads"]
tvad.me#?#.player-options-section > .col-md-4[-ext-has='> div > div > div.panel-heading > h1:contains(Sponsored)']
xda-developers.com#?#.theiaStickySidebar > div.widget[-ext-has="> div.widget_title > h3:contains(on Swappa)"]
bitbt.org#?#div.ibox[-ext-has='a[href^="/download.php"][target="_blank"][rel="nofollow"] > img']
pervclips.com#?#.cut_block > .block > .heading > h2:contains(Ad)
katestube.com#?#.video-control[-ext-has="span.text_adv"]
pornboss.org#?##menu-menue-1 > li:has(> a[href^="http://toplist.raidrush.ws/"])
askvg.com#?##sidebarHome > p+p[-ext-contains="Advertisements"]
yeptube.com#?#.wrapper > div.container[-ext-has="> div.c-title > div.c-medtitle-output > h2.c-mt-output:contains(Advertisement)"]
2ddl.pro#?##side-content >div#posts > div[class="post"][-ext-has="> .postmeta > .metaright > .advert"]
askvg.com#?#.post > p[-ext-contains="Advertisements"]
askvg.com#?##sidebarSingle > p[-ext-contains="Advertisements"]
! https://forum.adguard.com/index.php?threads/24881/
time.com#?#div[class="row vZMmMa_9"] > div[class="column small-12"] > div.row[-ext-has='> div[id^="ad-"]']
! https://forum.adguard.com/index.php?threads/24774/
dailytelegraph.com.au#?#.widget-area-main-content > div.widget_newscorpau_capi_sync_collection > div.tgs-mosaicv2-rootwidget div.tgc-mosaicv2-slim-m_flex_child[-ext-has='> article.tge-cardv2 > a.tge-cardv2_wrapper[href="#"]']
! facebook.com
! https://github.com/AdguardTeam/AdguardFilters/issues/8124
t.facebook.com#?#div[id^="more_pager_pagelet_"] div[id^="hyperfeed_story_id_"][-ext-has='a[href^="/ads/about"]']
t.facebook.com#?#div[id^="substream_"] div[id^="hyperfeed_story_id_"][-ext-has='a[href^="https://t.facebook.com/ads/about"]']
! facebook.com,facebookcorewwwi.onion#?#div[id^="substream_"] div[id^="hyperfeed_story_id_"][-ext-has='div[id^="feed_subtitle"] > span > a[href="#"] > div[class] > div[class]:not(.timestampContent)']
! facebook.com#?#div[id^="substream_"] div[id^="hyperfeed_story_id_"]:has(div._5pcp._5lel > span div a[href="#"])
! https://forum.adguard.com/index.php?threads/facebook-com.21192/
! facebook.com,facebookcorewwwi.onion#?#div[id^="substream_"] div[id^="hyperfeed_story_id_"][-ext-has='._5paw > a._3e_2[href^="https://l.facebook.com"]']
! https://forum.adguard.com/index.php?threads/movieonline-io-fake-button.24728/
movieonline.io#?#.col3-r > .col3-btn:not([id])[-ext-has='>a[href^="//go.oclasrv.com/afu.php?"]']
! https://forum.adguard.com/index.php?threads/http-www-thebody-com.24551/
thebody.com#?#font[color="#999999"]:contains(Advertisement)
! https://github.com/AdguardTeam/AdguardFilters/issues/6410
tampermonkey.net#?#.noborder > tbody > tr > td[width][style^="vertical-align:"][-ext-has=">.adsbygoogle"]
! https://forum.adguard.com/index.php?threads/https-www-ghacks-net.24274/
ghacks.net#?##sidebar > strong:contains(Advertisement)
! https://github.com/AdguardTeam/AdguardFilters/issues/6286
emuparadise.me#?#.row > .col_3  > .left-menu[-ext-has='#ad160']
! https://github.com/AdguardTeam/AdguardFilters/issues/6281
vol.az#?##esas > [class] > .basliq4:contains(Reklam)
! https://forum.adguard.com/index.php?threads/24217/
jkanime.net#?#.video_right > div.publibox[-ext-has='> div.separepubli > script[src^="http://ads."]']
jkanime.net#?##top_block > div#moveboxr > div.publibox[-ext-has='> div > div[id^="adtrue_"]']
! https://github.com/AdguardTeam/AdguardFilters/issues/6297
majorgeeks.com#?#.content > b > center[-ext-has='> font[face="Arial"] > font:contains(advertisement)']
! https://github.com/AdguardTeam/AdguardFilters/issues/6058
chowhound.com#?#.freyja_container > .col.gu4 > .wp_rrmw[-ext-has='.sb_mpu']
! https://forum.adguard.com/index.php?threads/http-jav911-com-nsfw.23974/
jav911.com#?#.main-page > .container > .box[-ext-has='.title:contains(Advertisers)']
! https://github.com/AdguardTeam/AdguardFilters/issues/6062 - lesyt.xyz - ad leftover
lesyt.xyz#?#.sb > .sb-item-group > .sb-item.island[-ext-has='.sb-item-title.bgc:contains(Advertisement)']
! https://github.com/AdguardTeam/AdguardFilters/issues/5990
sitepoint.com#?#.l-w-aside-i > .m-border + .f-light.f-larger.f-uppercase.f-c-white.t-bg-grey-500:contains(Sponsors)
sitepoint.com#?#.Product_sidebar > [template-alias="Premium Resource Sidebar"] + .f-light.f-larger.f-c-white.t-bg-grey-500:contains(SPONSORS)
! https://github.com/AdguardTeam/AdguardFilters/issues/6016
bythom.com#?##sidebar-content div.pagelet.titled[-ext-has="> h4 > span:contains(Advertisement)"]
! https://github.com/AdguardTeam/AdguardFilters/issues/6043
shabdkosh.com#?#.col-sm-4 > h3:contains(Sponsored Link)
shabdkosh.com#?#.col-lg-4 > h1:contains(Sponsored Link)
! https://github.com/AdguardTeam/AdguardFilters/issues/5991
bradsknutson.com#?##blog-widgets > p + h2:contains(Check These Out)
! https://github.com/AdguardTeam/AdguardFilters/issues/5941
fontsquirrel.com#?##full_sidebar > #sidebar_ad_container + div:not([class]):not([id])[-ext-has='h3:contains(Advertisements)']
! https://forum.adguard.com/index.php?threads/4-missed-ads-4-nsfw.23438/
javfor.me#?##largewidget > .widget:last-child[-ext-has='h3:contains(SPONSORS)']
! https://github.com/AdguardTeam/AdguardFilters/issues/5837
theverge.com#?#.l-col__main > div.c-compact-river > div.c-compact-river__entry[-ext-has=" > div.c-entry-box--compact > div.c-entry-box--compact__body> div.c-entry-box__ad-preamble"]
! https://github.com/AdguardTeam/AdguardFilters/issues/5618
toolslib.net#?#[class="col-lg-4 col-md-6 col-sm-6"][-ext-has='.custom > div.custom-label > span:contains(Advertising)']
! https://forum.adguard.com/index.php?threads/23429/
bhg.com.au#?#.OUTBRAIN ul.ob-widget-items-container > li.ob-dynamic-rec-container[-ext-has='a[onmousedown*="https://paid.outbrain.com/network/redir?"]']
! https://github.com/AdguardTeam/AdguardFilters/issues/38725
! conservativetribune.com
conservativetribune.com#?#.ad-notice-small+div[class="article-extras trending"][-ext-has="div.sponsor"]
! https://github.com/AdguardTeam/AdguardFilters/issues/5508
reverso.net#?#.sticky > .verticalbox[-ext-has='.verticalboxtitle > span:contains(Advertising)']
! https://github.com/AdguardTeam/AdguardFilters/issues/5527
kissasian.com#?#div[style*="height:"][style*="position:"][-ext-has='>.divCloseBut']
! https://forum.adguard.com/index.php?threads/23123/
audiobookbay.me,audiobookbay.la,audiobookeo.com#?##page > div#rsidebar > ul > li[-ext-has="> h2:contains(Ads)"]
audiobookbay.me,audiobookbay.la,audiobookeo.com#?##page > div#rsidebar > ul > li[-ext-has="> h2:contains(Sponsor Links)"]
audiobookbay.me,audiobookbay.la,audiobookeo.com#?#.torrent_info > tbody > tr[-ext-has='> td[valign="top"]:contains(Ads:)']
! https://github.com/uBlockOrigin/uAssets/issues/471
pornhub.com#?#.sectionWrapper > div[class*=" "][-ext-has='> div[class]:only-child > a.removeAdLink']
pornhub.com#?#body > .wrapper + div[class][-ext-has='> .removeAdLink']
! https://github.com/AdguardTeam/AdguardFilters/issues/5454
csgosquad.com#?#.col-xs-6 > .panel[-ext-has='>.panel-heading>.panel-title:contains(Advertisement)']
! https://github.com/AdguardTeam/AdguardFilters/issues/5403
dexerto.com#?##sidebar > [class="mb2"][-ext-has='>#fallback-st']
! https://forum.adguard.com/index.php?threads/audiobookle-com.22741/
audiobookle.com#?##rsidebar > ul > li[-ext-has='>h2:contains(Sponsor Links)']
! https://github.com/AdguardTeam/AdguardFilters/issues/5069
alphagamers.net#?#.mainContent > .sectionMain.funbox[-ext-has=">*>.adsbygoogle"]
! https://forum.adguard.com/index.php?threads/21862/
putlocker.kim#?#.table > tbody > tr[-ext-has='> td[valign="middle"] > a[href*="afu.php?"]']
! https://forum.adguard.com/index.php?threads/resolved-google-de.20917/#post-134268
! Google map search ads
google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,google.be,google.bf,google.bg,google.bi,google.bj,google.bs,google.bt,google.by,google.ca,google.cat,google.cd,google.cf,google.cg,google.ch,google.ci,google.cl,google.cm,google.cn,google.co.ao,google.co.bw,google.co.ck,google.co.cr,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.kr,google.co.ls,google.co.ma,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,google.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.com,google.com.af,google.com.ag,google.com.ai,google.com.ar,google.com.au,google.com.bd,google.com.bh,google.com.bn,google.com.bo,google.com.br,google.com.bz,google.com.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.com.et,google.com.fj,google.com.gh,google.com.gi,google.com.gt,google.com.hk,google.com.jm,google.com.kh,google.com.kw,google.com.lb,google.com.ly,google.com.mm,google.com.mt,google.com.mx,google.com.my,google.com.na,google.com.nf,google.com.ng,google.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,google.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,google.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,google.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,google.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.fi,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,google.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,google.iq,google.is,google.it,google.je,google.jo,google.kg,google.ki,google.kz,google.la,google.li,google.lk,google.lt,google.lu,google.lv,google.md,google.me,google.mg,google.mk,google.ml,google.mn,google.ms,google.mu,google.mv,google.mw,google.ne,google.nl,google.no,google.nr,google.nu,google.pl,google.pn,google.ps,google.pt,google.ro,google.rs,google.ru,google.rw,google.sc,google.se,google.sh,google.si,google.sk,google.sm,google.sn,google.so,google.sr,google.st,google.td,google.tg,google.tk,google.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws#?#.rlfl__tls > div[jstcache="0"]:not([class]):not([id])[-ext-has='span._mB']
! https://forum.adguard.com/index.php?threads/amazon-de.21625/
!+ NOT_PLATFORM(ext_safari)
amazon.de,amazon.com,amazon.co.uk,amazon.fr,amazon.in,amazon.it,amazon.es#?#.s-result-list > .s-result-item[-ext-has='h5[data-alt-pixel-url^="/gp/sponsored"]']
! https://forum.adguard.com/index.php?threads/ndtv-com.21547/
ndtv.com#?##ins_storylist > ul > li[-ext-has='>[id^="taboola-native"]']
! https://forum.adguard.com/index.php?threads/androidmtk-com.21117/
androidmtk.com#?#.ezoic-ad[-ext-has='>span[id^="div-gpt-ad"]']
! https://forum.adguard.com/index.php?threads/21104/
vmovee.click#?##container > .movie-element[-ext-has='div.adverts']
! https://forum.adguard.com/index.php?threads/watchfree-to.20423/
watchfree.to#?#.list_links > .link_item[-ext-has='a[onclick*="sponsored"]']
! https://forum.adguard.com/index.php?threads/phazeddl-tv.20435/
phazeddl.tv#?##downloads-table > tbody > tr[-ext-has='>.crop>a[href^="/premium-download-"]']
! https://forum.adguard.com/index.php?threads/20401/
putlockerz.ws#?#.content-box > .table[-ext-has='a[href^="/watching/"] + a[href^="/watching/"]']
! https://forum.adguard.com/index.php?threads/visit4movies-com.20198/
visit4movies.com#?#.tab-content[-ext-has='a[href^="/hdstream?"]']
! https://forum.adguard.com/index.php?threads/project-free-tv-im.19913/
project-free-tv.im#?##mybox > table.alternate_color > tbody > tr[-ext-has='>td>a[href^="http://project-free-tv.im/mirror-link/"]']
! https://forum.adguard.com/index.php?threads/putlockeris-org.19959/
putlockeris.org#?#.dataTable > tbody > tr[-ext-has='>td>a[href*="?url=http://hdvideostream.biz/"]']
! https://forum.adguard.com/index.php?threads/19462/
onlytv.me#?#.links_table > tbody > tr:first-child[-ext-has="td > a:contains(Now)"]
! https://github.com/AdguardTeam/AdguardFilters/issues/4450
putlocker.ac#?#.easy-table-default > tbody > tr[-ext-has='a[href^="/4k"]']
! https://forum.adguard.com/index.php?threads/https-androidworld-nl.19434/#post-127142
androidworld.nl#?#.stream > .card[-ext-has="li > a.meta__special"]
androidworld.nl#?#.full-small > .card--tiny[-ext-has="li > a.meta__special"]
! https://forum.adguard.com/index.php?threads/windowsreport-com.19661/
windowsreport.com#?#.featured-posts + div[-ext-has=">p>.adsbygoogle"]
! https://forum.adguard.com/index.php?threads/19057/
putlockertv.is,putlockers.ch#?#.content-box > h2[style][-ext-has="strong:contains(Sponsored Content)"]
! https://forum.adguard.com/index.php?threads/putlocker-ac.19588/
putlocker.ac#?#.easy-table-default > tbody > tr[-ext-has='a[href^="/watch-download."]']
! https://forum.adguard.com/index.php?threads/19298/
idiva.com#$?#.first_container > div.first_ul > ul[id] li[class^="card_"][-ext-has='a[rel="nofollow,noindex"][onclick*="www.idiva.com/idivurs/click.htm?"]'] { position: absolute!important; left: -3000px!important; }
! https://forum.adguard.com/index.php?threads/resolved-putlocker-hd-tv.19061/#post-125775
putlocker-hd.tv#?#.tab > strong > li[-ext-has=">.openload2"]
! https://forum.adguard.com/index.php?threads/voodaith7e-com.19387/
voodaith7e.com#?#[style*="999998"][-ext-has="+#player_code"]
! https://forum.adguard.com/index.php?threads/19298/
idiva.com#?#.left-container > div[data-layout="content"] > div > div[class][-ext-has="h2:contains(FROM AROUND THE WEB)"]
! https://forum.adguard.com/index.php?threads/http-www-livepopulation-com.19168/
livepopulation.com#?#.panel-default[-ext-has=".adsbygoogle"]
! https://forum.adguard.com/index.php?threads/resolved-primewire-ag.18353/#post-122698
primewire.ag#?#.actual_tab > table.movie_version[-ext-has='span.version_host:contains(Host)']
! https://forum.adguard.com/index.php?threads/kisscartoon-me.18213/
kisscartoon.se#?##rightside > .rightBox[-ext-has='a[href="/Message/GoPremium"]']
! https://github.com/AdguardTeam/AdguardFilters/issues/3742
wagnardsoft.com#?##page article[class^="block block-block"][-ext-has="script:contains(google)"]
! https://forum.adguard.com/index.php?threads/17080/
javfinder.com#?#.sidebar div.sidebar-vid.most-viewd[-ext-has=".sidebar-heading:contains(SPONSORS)"]
! https://forum.adguard.com/index.php?threads/16057/
javzab.com#?#.col-md-3 > .panel[-ext-has='i.fa-bookmark-o']
javzab.com#?#.col-md-9 > .panel[-ext-has='i.fa-globe']
! https://github.com/AdguardTeam/AdguardFilters/issues/3413
ubuntumaniac.com#?#div[class="widget HTML"][id^="HTML"][-ext-has='script[src="http://www.bnhtml.com/invoke.js"]']
! https://forum.adguard.com/index.php?threads/15886/
!+ NOT_PLATFORM(ext_safari)
amazon.ca,amazon.cn,amazon.co.jp,amazon.com,amazon.com.br,amazon.com.uk,amazon.de,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.jp,amazon.nl#?#.s-result-list-parent-container > .s-result-list > li[id^="result_"][-ext-has='.s-sponsored-list-header']
! https://github.com/AdguardTeam/AdguardFilters/issues/3341
2daygeek.com#?#.sidebar-content div.widget.widget_text[-ext-has=">h3:contains( Ads –)"]
! https://forum.adguard.com/index.php?threads/10206/
hltv.org#?##thirdCollumn.columnRight li[id][class][-ext-has='.boxBarText > a > img[src="http://static.hltv.org//images/txt_sponsors.gif"]']
! https://forum.adguard.com/index.php?threads/exashare-com.15270/
uv9ieb2ohr.com,ohbuegh3ev.com,uame8aij4f.com,yahmaib3ai.com#?#[style*="999998"][-ext-has="+#player_code"]
! https://forum.adguard.com/index.php?threads/15238/
bleepingcomputer.com#?##ips_Posts > .post_block[-ext-has='div.apb']
! https://forum.adguard.com/index.php?threads/15236/
thurrott.com#?##sidebar > .widget[-ext-has='div[id^="div-gpt-ad"]']
! https://forum.adguard.com/index.php?threads/15235/
techperiod.com#?##sidebar > .widget[-ext-has='ins.adsbygoogle']
! https://forum.adguard.com/index.php?threads/15176/
sextop10.net#?#.widget-area > .xoxo > .widget_text[-ext-has='div[id^="SC_TBlock"]']
! https://forum.adguard.com/index.php?threads/14472/
jdforum.net,jodic-forum.org#?#table[class$="tborder"][bgcolor][-ext-has='script:contains(var banner)']
! https://forum.adguard.com/index.php?threads/14188/
search.comodo.com#?#.sr_list > li.list[-ext-has='cite.srurls > span.yellow-badge:contains(Ad)']
! https://forum.adguard.com/index.php?threads/13921/
hipornvideo.com#?#div[class$="story box"][-ext-has='h3[class$="shead"]:contains(Hot Porn Videos)']
! https://forum.adguard.com/index.php?threads/13796/
listoffreeware.com#?#div[class$="post excerpt"][-ext-has='ins[class$="adsbygoogle"]']
! https://forum.adguard.com/index.php?threads/13760/
4fuckr.com ##div[class^="box"][style][-ext-has='a:not([href^="/image_"]):not([href^="/video_"]) > img']
! https://forum.adguard.com/index.php?threads/13471/
cnn.com#?#div[class^="column zn__column--idx-"][-ext-has='h2[data-analytics$="Paid Partner Content_list-xs_"]']
! https://forum.adguard.com/index.php?threads/13479/
pornhub.com#?#.sectionWrapper > div.psWrapper[-ext-has="a.removeAdsStyle"]
! https://github.com/AdguardTeam/AdguardFilters/issues/7912
thedailybeast.com#?#.HomePage__two-columns-wrapper .Card[-ext-has='.AdSlot']
! https://github.com/AdguardTeam/AdguardFilters/issues/8377
wolframclient.net#?#.post-content > div[-ext-has='ins.adsbygoogle']
!
primewire.to#?#.actual_tab > .movie_version[-ext-has='a[href^="http://www.primewire.to/watchnow"]']
economictimes.indiatimes.com#?#.list[-ext-has='img[alt^="Advert"]']
!-------------------------------------------------------------------------------!
!------------------ Banner sizes -----------------------------------------------!
!-------------------------------------------------------------------------------!
!
! Section contains list of popular banner sizes
!
##embed[height="175"][width="175"]
##embed[height="200"][width="100%"]
##embed[height="200"][width="175"]
##embed[height="233"][width="280"]
##embed[height="250"][width="175"]
##embed[width="100%"][height="100"]
##embed[width="1000"][height="150"]
##embed[width="120"][height="240"]
##embed[width="120"][height="600"]
##embed[width="160"][height="600"]
##embed[width="180"][height="300"]
##embed[width="180"][height="530"]
##embed[width="200"][height="230"]
##embed[width="200"][height="250"]
##embed[width="200"][height="300"]
##embed[width="200"][height="400"]
##embed[width="200"][height="500"]
##embed[width="210"][height="270"]
##embed[width="212"][height="300"]
##embed[width="215"][height="359"]
##embed[width="220"][height="250"]
##embed[width="240"][height="150"]
##embed[width="240"][height="250"]
##embed[width="240"][height="300"]
##embed[width="240"][height="400"]
##embed[width="240"][height="420"]
##embed[width="250"][height="250"]
##embed[width="300"][height="250"]
##embed[width="310"][height="70"]
##embed[width="430"][height="120"]
##embed[width="460"][height="70"]
##embed[width="468"][height="60"]
##embed[width="470"][height="50"]
##embed[width="500"][height="100"]
##embed[width="500"][height="120"]
##embed[width="500"][height="170"]
##embed[width="570"][height="100"]
##embed[width="600"][height="160"]
##embed[width="600"][height="200"]
##embed[width="600"][height="90"]
~zing.vn##embed[width="640"][height="160"]
##embed[width="680"][height="130"]
##embed[width="700"][height="60"]
##embed[width="728"][height="90"]
##embed[width="940"][height="90"]
##embed[width="960"][height="120"]
##iframe[width="100%"][height="120"]
~tut.by##iframe[width="100%"][height="60"]
##iframe[width="104"][height="464"]
##iframe[width="200"][height="240"]
##iframe[width="200"][height="300"]
##iframe[width="210"][height="237"]
##iframe[width="240"][height="300"]
##iframe[width="240"][height="350"]
##iframe[width="240"][height="400"]
##iframe[width="300"][height="250"]
##iframe[width="468"][height="60"]
##iframe[width="600"][height="90"]
##iframe[width="728"][height="90"]
##iframe[width="780"][height="120"]
##iframe[width="980"][height="90"]
~4pda.ru,~drweb.co.il,~emilyblunt.us,~moboi.narod.ru##img[width="240"][height="400"]
##img[width="240px"][height="400px"]
##img[width="460"][height="60"]
##img[width="468"][height="60"]
##img[width="600"][height="90"]
##img[width="720"][height="90"]
##img[width="728"][height="90"]
##object[height="100"][width="550"]
##object[height="120"][width="120"]
##object[height="175"][width="175"]
##object[height="200"][width="100%"]
##object[height="250"][width="175"]
##object[height="380"][width="190"]
##object[height="80"][width="100%"]
##object[height="97"][width="500"]
##object[width="100%"][height="150"]
##object[width="100%"][height="250"]
##object[width="100%"][height="300"]
##object[width="100%"][height="60"]
##object[width="100%"][height="90"]
##object[width="1000"][height="100"]
##object[width="1000"][height="150"]
##object[width="1000"][height="200"]
~s-tv.ru##object[width="1000"][height="250"]
~autogas.in.ua##object[width="1000"][height="270"]
##object[width="1000"][height="300"]
##object[width="1000"][height="70"]
##object[width="1000"][height="90"]
##object[width="1020"][height="200"]
##object[width="1020"][height="220"]
##object[width="1024"][height="150"]
##object[width="1024"][height="80"]
##object[width="120"][height="300"]
##object[width="120"][height="60"]
##object[width="120"][height="600"]
##object[width="140"][height="320"]
##object[width="140"][height="600"]
##object[width="1440"][height="299"]
##object[width="150"][height="150"]
##object[width="150"][height="250"]
##object[width="150"][height="300"]
##object[width="150"][height="360"]
##object[width="160"][height="200"]
##object[width="160"][height="400"]
##object[width="160"][height="600"]
##object[width="161"][height="250"]
##object[width="170"][height="170"]
##object[width="170"][height="80"]
##object[width="175"][height="200"]
##object[width="175"][height="220"]
##object[width="180"][height="107"]
##object[width="180"][height="235"]
##object[width="180"][height="250"]
##object[width="180"][height="300"]
##object[width="180"][height="540"]
##object[width="185"][height="228"]
##object[width="188"][height="290"]
##object[width="190"][height="310"]
##object[width="190"][height="46"]
##object[width="190"][height="700"]
##object[width="200"][height="100"]
##object[width="200"][height="150"]
~satsis.info##object[width="200"][height="200"]
##object[width="200"][height="220"]
##object[width="200"][height="300"]
##object[width="200"][height="352"]
##object[width="200"][height="360"]
##object[width="200"][height="400"]
##object[width="210"][height="300"]
##object[width="215"][height="400"]
##object[width="220"][height="160"]
##object[width="220"][height="320"]
##object[width="224"][height="373"]
##object[width="229"][height="229"]
##object[width="230"][height="100"]
##object[width="230"][height="60"]
##object[width="234"][height="60"]
##object[width="240"][height="100"]
##object[width="240"][height="120"]
##object[width="240"][height="200"]
##object[width="240"][height="240"]
##object[width="240"][height="300"]
##object[width="240"][height="325"]
##object[width="240"][height="350"]
##object[width="240"][height="400"]
##object[width="240"][height="800"]
##object[width="250"][height="125"]
##object[width="250"][height="250"]
##object[width="250"][height="500"]
##object[width="250"][height="520"]
##object[width="250"][height="60"]
##object[width="256"][height="300"]
~rockfm.in.ua##object[width="260"][height="130"]
##object[width="260"][height="450"]
##object[width="265"][height="300"]
##object[width="270"][height="540"]
##object[width="275"][height="138"]
##object[width="280"][height="90"]
##object[width="300"][height="250"]
##object[width="300"][height="276"]
##object[width="300"][height="300"]
~in-radio.ru,~slushaut.ru##object[width="300"][height="60"]
##object[width="300"][height="78"]
##object[width="340"][height="170"]
##object[width="340"][height="585"]
##object[width="340"][height="80"]
##object[width="350"][height="115"]
##object[width="350"][height="170"]
##object[width="360"][height="120"]
##object[width="360"][height="60"]
##object[width="370"][height="170"]
##object[width="400"][height="50"]
##object[width="400"][height="87"]
##object[width="408"][height="275"]
##object[width="440"][height="100"]
##object[width="460"][height="40"]
##object[width="468"][height="40"]
##object[width="468"][height="60"]
##object[width="468"][height="90"]
##object[width="469"][height="70"]
##object[width="470"][height="50"]
##object[width="480"][height="100"]
##object[width="480"][height="60"]
##object[width="500"][height="100"]
##object[width="500"][height="200"]
##object[width="500"][height="250"]
##object[width="500"][height="78"]
##object[width="530"][height="170"]
##object[width="545"][height="70"]
##object[width="550"][height="130"]
##object[width="550"][height="200"]
##object[width="560"][height="120"]
##object[width="570"][height="180"]
##object[width="572"][height="106"]
##object[width="580"][height="80"]
##object[width="590"][height="100"]
##object[width="600"][height="130"]
##object[width="600"][height="200"]
##object[width="600"][height="250"]
##object[width="600"][height="80"]
##object[width="600"][height="90"]
##object[width="610"][height="130"]
##object[width="620"][height="120"]
##object[width="626"][height="75"]
##object[width="630"][height="206"]
##object[width="635"][height="185"]
~zing.vn##object[width="640"][height="100"]
~zing.vn##object[width="640"][height="160"]
##object[width="675"][height="80"]
##object[width="680"][height="125"]
##object[width="680"][height="240"]
##object[width="680"][height="90"]
##object[width="690"][height="85"]
##object[width="700"][height="100"]
##object[width="700"][height="87"]
##object[width="700"][height="90"]
##object[width="703"][height="120"]
##object[width="720"][height="120"]
##object[width="720"][height="60"]
##object[width="720"][height="90"]
##object[width="728"][height="90"]
##object[width="738"][height="90"]
##object[width="750"][height="100"]
##object[width="758"][height="93"]
##object[width="760"][height="90"]
##object[width="770"][height="100"]
##object[width="800"][height="128"]
##object[width="800"][height="200"]
##object[width="800"][height="90"]
##object[width="850"][height="100"]
##object[width="850"][height="83"]
##object[width="880"][height="80"]
##object[width="900"][height="100"]
##object[width="900"][height="150"]
##object[width="900"][height="68"]
##object[width="900"][height="90"]
##object[width="940"][height="120"]
##object[width="950"][height="150"]
##object[width="950"][height="90"]
##object[width="951"][height="90"]
##object[width="980"][height="100"]
##object[width="980"][height="250"]
##object[width="982"][height="150"]
##object[width="990"][height="206"]
!-------------------------------------------------------------------------------!
!------------------ Foreign rules ----------------------------------------------!
!-------------------------------------------------------------------------------!
!---------------------------------------------------------------------
!------------------------------ Albanian -----------------------------
!---------------------------------------------------------------------
! https://github.com/AdguardTeam/AdguardFilters/issues/34502
filma24.cc###vidad
filma24.cc#$?##vidad { remove: true; }
filma24.cc##.widgets > .widget > .textwidget > center > a[href][target="_blank"] > img
||filma24.cc/f24.gif
||youtube.com/embed/nB_P9i5NBRg?autoplay=*=1&origin=*.filma24.cc$domain=filma24.cc
||albvid.com/asset/default/player/plugins/vast-*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/30433
||gameselect.net/*.php$domain=albvid.com
! https://github.com/AdguardTeam/AdguardFilters/issues/24977
filma24.io,Filma24.tv#%#Object.defineProperty(window, 'PopAds', { get: function() { return; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/22556
@@||videotekaime.net/uni/popunder.js|
videotekaime.net#%#window.ad_permission = "OK";
! https://github.com/AdguardTeam/AdguardFilters/issues/24977
! https://github.com/AdguardTeam/AdguardFilters/issues/22215
! https://github.com/AdguardTeam/AdguardFilters/issues/22010
! https://github.com/AdguardTeam/AdguardFilters/issues/21558
filma24.io##center > a[href][rel="noopener"] > img
||youtube.com/embed/*?*&origin=*.filma24.io&widgetid$domain=filma24.io
filma24.io###vidad
||bastarenacdn.com/*/movies/filma24/filma24-*.mp4$domain=filma24.io
filma24.io#%#AG_onLoad(function(){ var el = document.getElementById('vidad').remove(); if (el) { el.remove(); }; });
! https://github.com/AdguardTeam/AdguardFilters/issues/17139
||gjc.gjirafa.com^
gjirafa.com##div[id^="an-holder-"]
video.gjirafa.com#%#AG_defineProperty('originVideo.requestA.Id', { value: "0" });
||video.gjirafa.com/Kanali/_videoObject?id=$replace=/("resultA":\{"Id":)[\s\S]*?\,[\s\S]*?"SkipTime":\d\}(\,|)/\$1 0\}\$2/,important
!
||teksteshqip.com/imgz/ads/336.gif
! https://github.com/AdguardTeam/AdguardFilters/issues/12509
@@||videotekaime.com/uni/popunder.js
!---------------------------------------------------------------------
!------------------------------ Arabian ------------------------------
!---------------------------------------------------------------------
! https://github.com/AdguardTeam/AdguardFilters/issues/37579
nabmovie.com#%#window.open=function(){};
nabmovie.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/37514
@@||okanime.com/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/35921
||aflamfree.top/tv/BoxO.gif
! https://github.com/AdguardTeam/AdguardFilters/issues/34349
! https://github.com/AdguardTeam/AdguardFilters/issues/33787
talkshowyoutube.blogspot.com##.ads1_post
! https://github.com/AdguardTeam/AdguardFilters/issues/33571
! https://github.com/AdguardTeam/AdguardFilters/issues/33481
alfajertv.com##div._ads
! https://github.com/AdguardTeam/AdguardFilters/issues/33114
! https://github.com/AdguardTeam/AdguardFilters/issues/33002
! https://github.com/AdguardTeam/AdguardFilters/issues/31678
||cdn.jsdelivr.net/gh/tknobloog/nossir98@master/adblock/adblock%2B.js
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$empty,important,domain=mikrotikafricaa.com
!
gerasanews.com###firstads_close_button
! https://github.com/AdguardTeam/AdguardFilters/issues/31000
! https://github.com/AdguardTeam/AdguardFilters/issues/31000
egybest.xyz,egybest.biz,egybest.me,egybest.org,egybest.online,egybest.club,egybest.pw,egybest.site,egybest.com,egy.best##a[href^="https://bodelen.com"][href*=".php"]
egybest.xyz,egybest.biz,egybest.me,egybest.org,egybest.online,egybest.club,egybest.pw,egybest.site,egybest.com,egy.best#$#.pub_300x250.pub_300x250m.pub_728x90.text-ad.textAd.text_ad.text_ads.text-ads.text-ad-links {display:block!important;}
! breaks player: egybest.site,egy.best#%#AG_setConstant('WinMsgHtml', 'noopFunc');
@@||cdn-static.egybest.net/static/global/js/adblock.js
egybest.xyz,egybest.biz,egybest.me,egybest.org,egybest.online,egybest.club,egybest.pw,egybest.com,egybest.site,egy.best$$script[tag-content="['removeCookie']"][min-length="10000"][max-length="30000"]
egybest.xyz,egybest.biz,egybest.me,egybest.org,egybest.online,egybest.club,egybest.pw,egybest.com,egybest.site,egy.best#%#(function(){var b=window.setTimeout;window.setTimeout=function(a,c){if(!/new Date\(\)[\s\S]*?WinMsgHtml|_AdBlock|WinMsgHtml\(decodeURIComponent/.test(a.toString()))return b(a,c)};})();
egybest.xyz,egybest.biz,egybest.me,egybest.org,egybest.online,egybest.club,egybest.pw,egybest.com,egybest.site,egy.best#%#(function() { var w_open = window.open, regex = /click\.php/; window.open = function(a, b) { if (typeof a !== 'string' || !regex.test(a)) { w_open(a, b); } }; })();
! https://github.com/AdguardTeam/AdguardFilters/issues/30988
@@||ads.farakav.com/group/*?uid=$domain=video.varzesh3.com
! https://github.com/AdguardTeam/AdguardFilters/issues/30662
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=abdoutech.com
! https://github.com/AdguardTeam/AdguardFilters/issues/29897
@@||cdnjs.cloudflare.com/ajax/libs/js-cookie/*/js.cookie.min.js$domain=faselhd.co
@@||vidsplay.net^$script,domain=faselhd.co
! https://github.com/AdguardTeam/AdguardFilters/issues/28657
! https://github.com/AdguardTeam/AdguardFilters/issues/27855
@@||egyshort.info^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/27924
@@||android4ar.com/wp-content/themes/style/assets/js/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/27880
! https://github.com/AdguardTeam/AdguardFilters/issues/26691
hastidl1.com##.container > center
hastidl1.com##div[data-adtype]
hastidl1.com##div[class^="main-"] > center > a[href][target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/26933
@@||upload.far7net.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/25507
@@||pro3xplain.com/wp-content/themes/jannah*/assets/js/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/25523
! https://github.com/AdguardTeam/AdguardFilters/issues/25281
! https://github.com/AdguardTeam/AdguardFilters/issues/24150
asia2tv.co###scpsec
asia2tv.co###video-container
||asia2tv.co/wp-content/themes/*/assets/js/adsvideos.js
! https://forum.adguard.com/index.php?threads/mazakony-com.29604
mazakony.com#@#.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/22832
@@||play.bokracdn.run/*/adsjs/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/22590
! https://github.com/AdguardTeam/AdguardFilters/issues/22589
sarayanews.com##[class^="adsSpacer"]
sarayanews.com##div[class^="bestaAds_"]
! https://github.com/AdguardTeam/AdguardFilters/issues/22273
! https://github.com/AdguardTeam/AdguardFilters/issues/21720
myegy.cc##a[href^="https://firstbyte.pro"]
! https://github.com/AdguardTeam/AdguardFilters/issues/21321
filfan.com#$#.feautred { background:none!important; }
filfan.com##div[class^="c-"] > .mr
filfan.com##.topLeaderboardHome
! https://github.com/AdguardTeam/AdguardFilters/issues/21322
yallakora.com##.leaderboardDiv
yallakora.com##.showcaseDiv
! https://github.com/AdguardTeam/AdguardFilters/issues/23063
! https://github.com/AdguardTeam/AdguardFilters/issues/20809
masrawy.com##.leaderboardDiv
masrawy.com##.showcaseDiv
masrawy.com##.monsterDiv
!+ NOT_OPTIMIZED
masrawy.com##.billboardDiv
! https://github.com/AdguardTeam/AdguardFilters/issues/19544
sigma4pc.com#%#AG_abortInlineScript(/abisuq/, 'document.addEventListener');
! https://github.com/AdguardTeam/AdguardFilters/issues/18339
hastidl.me##.main-sidebar > center
hastidl.me##.container > center
hastidl.me###shenavar
hastidl.me##div[data-adtype]
! https://github.com/AdguardTeam/AdguardFilters/issues/16364
shahid.mbc.net#$#.pub_300x250.pub_300x250m.pub_728x90.text-ad.textAd.text_ad.text_ads.text-ads.text-ad-links { display:block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/15984
! https://github.com/AdguardTeam/AdguardFilters/issues/16089
karwan.tv#%#AG_defineProperty('settings.adBlockerDetection', { value: false });
! https://github.com/AdguardTeam/AdguardFilters/issues/15323
el7l.tv#%#(function(){var b=window.setTimeout;window.setTimeout=function(a,c){if(!/new Image\(\);s\.onerror=function/.test(a.toString()))return b(a,c)};})();
! https://github.com/AdguardTeam/AdguardFilters/issues/14859
@@||masrawy.com/Scripts/ads.js^
! https://github.com/AdguardTeam/AdguardFilters/issues/13999
@@||ma-x.org^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/13929
||zi-m.com/open4.js
zi-m.com$$meta[http-equiv="Refresh"][content="30; URL=http://afandena.net/"]
zi-m.com#%#Object.defineProperty(window, 'loadpopunder', { get: function() { return; } });
zi-m.com#%#AG_onLoad(function() { var el = document.querySelector('html[onclick="click_item()"]'); if(el) { el.removeAttribute('onclick'); } });
! https://github.com/AdguardTeam/AdguardFilters/issues/13677
eddirasa.com#@##banner_ad
! https://github.com/AdguardTeam/AdguardFilters/issues/30773
! https://github.com/AdguardTeam/AdguardFilters/issues/12334
khaberni.com##div[class$="-banners"]
khaberni.com##div:has(> img[src="https://www.khaberni.com/themes/default/images/open122x25.png"])
khaberni.com##.site-main-area > .col-lg-12[-ext-has='a[href^="http://www.lamudi.jo"]']
||stackpathdns.com/uploads/banners_model^$third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/11587
@@||arbwarez.com/wp-content/themes/jannah-NULLED/js/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/11254
360kora.com#%#AG_abortInlineScript(/abisuq/, 'document.addEventListener');
! https://github.com/AdguardTeam/AdguardFilters/issues/9304
@@||cdn.egy.best/static/global/js/adblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/8204
! https://github.com/AdguardTeam/AdguardFilters/issues/6957
! https://github.com/AdguardTeam/AdguardFilters/issues/5822
wdbloog.com###unblocker
wdbloog.com###post-wdbloog > .dsbygoogle-src3h
wdbloog.com##.date-posts > .post-wd > .inline-wd
! https://forum.adguard.com/index.php?threads/ammonnews-net-android-google-chrome.23402/
ammonnews.net##.Margin-Right-10 > .Width-480.Margin-Right-10[-ext-has='img[src*="Sponsor"]']
! https://forum.adguard.com/index.php?threads/www-raialyoum-com-android-google-chrome.23403/
raialyoum.com##a[href="http://www.oxbridge-apartments.com/"] > img
||raialyoum.com/images/adarabi.jpg
||raialyoum.com/images/adenglish.jpg
! https://forum.adguard.com/index.php?threads/missed-ads-on-two-news-sites.23389/
ammonnews.net##[class^="bestaAds_"]
! https://github.com/AdguardTeam/CoreLibs/issues/492
! https://github.com/AdguardTeam/AdguardFilters/issues/5091
paklight-sharing.com#%#(function() { var w_open = window.open, regex = /goo.gl/; window.open = function(a, b) { if (typeof a !== 'string' || !regex.test(a)) { w_open(a, b); } }; })();
! https://github.com/AdguardTeam/AdguardFilters/issues/5036
@@||koraaaaaabook.blogspot.co.id^$generichide
!
qatarshares.com##.above_body > div#header+table[width="100%"][cellpadding="0"]
adslgate.com##.smallfont > center > a > img
adslgate.com##.smallfont a[href^="http://deals.souq.com/"]
qatarshares.com##.above_body > table[width="100%"] a > img
||campaign-uploads.s3.amazonaws.com/fl/KSA-Footer/JSFiles/leader.js
!---------------------------------------------------------------------
!------------------------------ Armenian -----------------------------
!---------------------------------------------------------------------
auto.am##.azd-top
||auto.am/files/uploads/html5_banners/
||auto.am/ajax.php?act=loadBanners
hayastantv.co#@#.afs_ads
!---------------------------------------------------------------------
!------------------------------ Azerbaijani --------------------------
!---------------------------------------------------------------------
edumap.az##.textwidget > a[href] > img
sherg.az##.bannerler
sherg.az##.orta_banner
||sia.az/informers/
sherg.az##img[width="500"][height="94"]
||sherg.az/banner/
||azedu.az/share/share.php
sumqayitxeber.com###media_image-2
||azedu.az/uploads/adds/
||axsam.az/img/banner/
axsam.az##.adsbymahimeta
azadliq.az##img[width="1000"][height="110"]
||vebmarket.az/medias/banner/
satal.az##div[class^="box-banner"]
qarabazar.az##.left_banner
birja-in.az##.right_banner
alsat.az##.reklamsol
||alsat.az/uploads/bgreklam.gif
emlak.al##.rclm
emlak.al##.rec_cl
bul.az##body > div[style="margin: 0px auto; width: 1004px; height: 100px; margin-top: 20px;"]
birja.com##body .left-banner
birja.com##body .right-banner
||evmarket.az/bannerler/
metbuat.az##body > .container.z-index-up:has(.z-index-up a[href][target="_blank"])
||metbuat.az/images/xb984x155.gif
sen.az#$#header#header { height: 50px!important; }
sen.az##header#header > div[style^="margin-left:"][style*="margin-top:"]
danger.az##.ortasag > .bolme:contains(Reklam)
danger.az#$#a[href^="https://www.instagram.com/xirdalan_online_shop"] { display:none!important; }
danger.az#$#a.dlogo img { top: 25px!important; }
||amazingomgnews.ru/live.js^
hol.az##div[class$="fixedads"]
hol.az###right .sideheader:contains(REKLAMLAR)
qadin.az##.container > div[class] > div.row-fluid:contains(Reklam)
||ru.axar.az/axar.php$third-party
||teleqraf.com/informers/publika.html$third-party
||ikisahil.az/images/banner^
ikisahil.az###gkTopMenu > .custom
azertag.az##[href^="https://goo.gl"][target="_blank"] > img
||gunaz.az/aa.swf
gunaz.az##div[class^="aads"] > object
xeberoxu.az##td[style="padding-left:10px;"] > a[target="blank"] > img
statuslarim.com###HTML2
statuslarim.com###HTML1
yeniqadin.biz##div[class*="reklam"]
lunar.az##.sagpanel div[class^="yenisb"]:contains(Reklam)
lunar.az##body > div[style*="width: 990px;margin: 0px auto;background:"]
lunar.az###dle-content > .fulltitle:has(div[id^="SC_TBlock_"])
lunar.az##div[class$="areklam"]
lunar.az##.tabbasliq > ul > .tabx > .tabSelected
izle.az###mediarek
kenquru.az##.ads
||hizliresimyukle.com/images/2018/02/13/banner-1.jpg
||525.az/site/dinamicbanner525_l_qolaz.php
||news.lent.az/iframe/*/index.php
matbuat.az##.row > .col-sm-8.col-lg-9 > .news_in_content + .wh_box.hidden-sm
matbuat.az#$#.tnav { margin-top: 0!important; }
||mia.az/images/miabg
mia.az##.logo_banner
vol.az##.rightopenrek
apa.tv##.centerbanner
||apa.tv/iframe/worldcaspianipack/index.php
||apa.tv/iframe/980x100_asan_radio/iframe.html
||p.jwpcdn.com/*/vast.js$domain=apa.tv,important
xeber.info##.bannergroup
||regionxeberleri.com/templates/tema/images/reklam
regionxeberleri.com###right > #slideshow
regionxeberleri.com##.full-story > a[href^="https://goo.gl/"] > img
qafqazxeber.az##div[class^="banner_"]
vol.az##a[href="http://mp3.big.az/zengimcell"].btn
banco.az##.lr-banner
banco.az##.banner-4x4
banco.az##.menu-banners
banco.az##.row-10 > .col-6 > a[href].btn
unikal.org##object[height="90"]
unikal.org##.menuReklam
unikal.org##img[style="width: 260px;"]
||unikal.org/images/ady.az.gif
||unikal.org/images/bmp.az.gif
||xeberler.az/ckfinder/userfiles/images/
metbuat.az#$#.tnav { margin-top: auto!important; }
||yenicag.az/wp-content/themes/_city-desk/baner_c/
7news.az##.sidebarbanner
arenda.az##.kurs_banner
||azvision.az/banners/
||apa.az/iframe/
olke.az##.horBanner
||olke.az/iframes/
yenicag.az##.adv-post-inner
yenicag.az###sidebar .adsense
||yenicag.az/files/uploads/2017/12/hatemoglu-winter.gif
||yenicag.az/files/uploads/2017/09/18861517_1933284533593004_7482849296203644928_n.gif
azerbaijan-news.az##.ads
axar.az##.branding
||bakuguide.com/rek/
big.az##a[href="http://unvan.az"]
||sonxeber.az/reklamexport_
sonxeber.az##.makerekframe
fins.az##.currency-weather-block-inner > div.weather
||yeniemlak.az/img/banner/
yeniavto.az##a[href^="../?id=5&sehife="] > img
yeniavto.az##img[width="170"][height="240"]
vol.az##.sag > .basliq4[style="display: none !important;"] + .bolmeici
vol.az##.topdareklam
wikibit.me##div[id^="adv"]
turbo.az##.bg-bnr-container
mp3.feat.az##.sidebarfull > .sidebox2:has(>.side-t > div[align="center"] > span:contains(Reklam))
biznesinfo.az##.tableDefault100percent > tbody > tr:first-child > td[style="overflow:hidden;width: 1000px"]
feat.az###dle-content > .full-story > div[align="center"] > a[href="http://enhitmp3lerindir.com"]
||i.hizliresim.com/1J2pQB.png
sport7.az##.sidebarbanner
move.az##.videoreklam
cebhe.info##.sidebar > .box_outer:has(> div.widget > h3 > div.box_outer > div.widget > h3.widget_title:contains(Reklam))
cebhe.info###soldakayan
cebhe.info###sagdakayan
news.lent.az##.col-xs-12 > object[width="550"]
||qaynarinfo.az/theme/frontend/q/style/default/banner/
||i.hizliresim.com/01326B.gif
atv.az##[style*="margin-top: 10px"] > object[height="102"]
||gununsesi.info/wp-content/uploads/*/virtual_road_300_200.gif
day.az##.ad-240x400
day.az###top_adv_links
||milli.az/informers/$third-party
||fins.az/banners/
fins.az##.banner
fins.az##[class^="contenttop-banner"]
fins.az##.header-banners
fins.az##.news-block-id-3 > .news-block-inner> ul.no-list-style > li[-ext-has=">.news-block-banner"]
||azvision.az/turan/akkord5.gif
||azvision.az/turan/500-100.png
||azvision.az/turan/*.jpg
||metbuat.az/site/informer$third-party
bakupost.az##.news-viewer-item-content > iframe
bakupost.az##.paper-row.sagdalent > .paper-row-content.small-item-double > .paper-row-item:not([onclick])[-ext-has=">.adsgarden"]
bakupost.az##.paper-row.sagdalent > .paper-row-content.small-item-double > .paper-row-item:not([onclick])[-ext-has=">.adsbyskyline"]
||bakupost.az/theme/frontend/y/style/default/images/300-200.gif
||bakupost.az/theme/frontend/y/style/default/images/whatsApp.jpeg
||bakupost.az/theme/frontend/y/style/default/images/2017-yeni-satis-sertleri_KVADRAT.jpg
myvideo.az##.mv_banner_600x100
myvideo.az###mv_tvbox_banner
mp3.sun.az##td[valign="top"] > .blockmenu[-ext-has='a[href="http://www.liveinternet.ru/click"]']
||mp3.sun.az/banner/SIZIN_REKLAM.jpg
||ikisahil.az/iframe/banner
||bakipost.az/590x80.html
||azvision.az/qafqaza/qafqazinfo.php$third-party
||joy.az/select/index.html
||joy.az/templates/Softo/images/xatik.swf
||film.joy.az/templates/film/images/Maker-4.swf
film.joy.az##[id$="-menu"][-ext-has=">.mavi-text:contains(Reklam)"]
film.joy.az###body-left > #sol
daytube.az##.advertise_row
video.az##.section-area > div[style^="height: 100px;"][-ext-has='>script[src*="/ads2.newmedia.az/"]']
ann.az##.sidebarbanner
raundaz.com##.adsbyskyline
mp3.xodver.az##.main_content_info > .main_tittle:contains(Reklam)
mp3.xodver.az##.main_content_info > .main_tittle:contains(Reklam) + .main_in_content
mp3.xodver.az##.main_right_side > .main_tittle:first-child:contains(Reklam)
mp3.xodver.az##.main_right_side > .main_tittle:first-child:contains(Reklam) + .main_in_content
skrom.net##.post-ban
skrom.net##.ban-wrap
skrom.net##.adsbyskyline
joy.az##iframe[src^="http://move.az/reklam"]
joy.az###sidebar > .widget:not(.tab_widget):not([id]):not(.clearfix)
||avtomobil.az^$popup,domain=take.az
forgenc.net##div[class*="widget_alx_"]
||qaynarinfo.az/images/banner
||autonet.az/bannerler
autonet.az##.banner_slide_first > div#slides
autonet.az#$#header#header { height: auto!important; max-height: 400px!important; }
||topxeber.az/banners/
||salamnews.org/files/*_645x60_gif_az.gif
||medianews.az/ru/e/exp-minval.php$third-party
minval.az##iframe[src="http://medianews.az/ru/e/exp-minval.php"]
||icmal.az/theme/frontend/icmal/style/default/banner/
publika.az##.adv-horizontal
||brifinq.com/images/mynews240x120.gif
||surf.az/images/cevahirjewelleryreklam.png
||azpolitika.info/wp-content/themes/internationalpost-singlepro/ss/
musavat.com##.banner
||minval.az/reklam_iframe*.php
||axar.az/musavat.php$third-party
||tr.minval.az/e/musavat.php$third-party
||aktual.az/musavat$third-party
xanim.az###myrekopen
xanim.az##.makerekframe
xanim.az##body > a[href="http://unvan.az"][target="_blank"]
||xanim.az/banner/
xanim.az###rightmenu > a[href="http://mp3sayt.az"]
||moderator.az/rus_banner.html
||gununsesi.info/banner/$third-party
asanradio.az##.col-md-12 > .panel.panel-info > br
asanradio.az##.col-md-12 > .panel.panel-info > a[href][target="_blank"] > img
||asanradio.az/apa_baner/
||fenomen.az/wp-content/uploads/*/wallpaper-ad.jpg
||ailem.az/upload/reklams/
||azvision.az/qafqaza/olke.php^$third-party
||olke.az/qaynar.html^$third-party
elchi.az###featuredContent > div[style^="width:630px; height:130px;"]
elchi.az###innerContent > #innerLeft > div[style^="width:630px; height:130px;"]
||elchi.az/banner/
axar.az###ptop > div[style^="float:left; width:330px; height:90px;"]
axar.az###ptop > div[style^="float:left; width:500px; height:100px;"]
||publika.az/axar.php^$third-party
||axar.az/axar*.php^$domain=axar.az
||teleqraf.com/axar_out_*.php^$third-party
||sherg.az/axar/$third-party
goal.az##.rads__right
||goal.az/uploads/promotion/
||movqe.az/informer_*.php$third-party
bakipost.az##.paper-row.sagdalent > .paper-row-content.small-item-double > .paper-row-item:not([onclick])[-ext-has=">.adsgarden"]
bakipost.az##.paper-row.sagdalent > .paper-row-content.small-item-double > .paper-row-item:not([onclick])[-ext-has=">.adsbyskyline"]
||bakipost.az/theme/frontend/y/style/default/images/whatsApp.jpeg
||bakipost.az/theme/frontend/y/style/default/images/2017-yeni-satis-sertleri_KVADRAT.jpg
azerbaycan24.com##.ad-inner-wrap
||azerbaycan24.com/wp-content/uploads/*/on-off-electronics_n.gif
||teleqraf.com/publika.php^$third-party
||axar.az/publika*.php^$third-party
||publika.az/informers/$third-party
||placeholdit.imgix.net/~text?txtsize=*&txt=Sizin%20reklam%20yeriniz&w=*&h=
7news.az##iframe#disableIframeBanner
||bizimxeber.az/banner
||femida.az/baner/rek*.php
femida.az##.news-st > .addthis_native_toolbox ~ br
||yenicag.az/wp-content/themes/_city-desk/baner_b/
||salamnews.org/files/atabank-az.png
||sia.az/assets/images/iqtibas.png
qafqazxeber.az##.site-brand-container > .banner_site
qafqazxeber.az##.awaken-featured-container > .banner_site
||qafqazxeber.az/wp-content/uploads/*/mutlu.az_.gif
||qafqazxeber.az/wp-content/uploads/*/*qafqazhuquq.gif
primetime.az###header-top
||picshare.ru/uploads/170822/Z489OPvAEY.jpg
anews.az##div[id^="reklam"]:not(.small-sidebar)
||anews.az/theme/frontend/annaz/style/default/banner/
goldnews.az##div[class^="banner-"]
||goldnews.az/media/recla/
||goldnews.az/static/main-base/assets/images/bg_banner.png
minion.az##.ads
minion.az##.adslent
minion.az##.bannerarea
||minion.az/templates/Default/img/banner.jpg
||minion.az/templates/Default/img/bannerf.png
brifinq.com##.header-banners
brifinq.com##.news-header-adv
brifinq.com##.article-content > div ~ h3
politico.az##.bdy > tbody > tr > td > div[style*="height:60px;"]:not([class]):not([id])
||metbuat.az/html5_ads/
||navigator.az/img/triban_banner/
navigator.az##body > .list-banner + ul.tags.container
bax.tv,regionxeberleri.com,cebhe.info,gundem.ws##.adsgarden
gundem.ws##.sidebar > .kopa-article-list-5-widget[-ext-has=">.adsgarden"]
||lavazza.az/banner/
unikal.org##.banner
unikal.org##.right_r > a > img[style^="width:250px;"]
unikal.org##.right_r > div.sagg > a > img[style^="width:250px;"]
||youtube.com/embed/lHf04QyG_zc$domain=unikal.org
sfera.az###reklamdesktop
sfera.az##.row > .col-lg-12 > div[style="overflow-x: auto;padding:15px;text-align:center;border:1px solid #dedede;border-radius:5px;background:#e8e8e8;margin-bottom:15px;"]
arenda.az##.banner_side
arenda.az##.center2 > a[href].bann
||arenda.az/public/css/img/banner_for_rieltor.gif
||arenda.az/ba.html
||marja.az/banners/
||media24.az/banners/
azpolitika.info##.adsbyskyline
||navigator.az/img/bnrimg-
navigator.az##.ads
||navigator.az/img/banners/
navigator.az##.list-banner
yenicag.az##.ad-manager
||yenicag.az/files/uploads/2017/09/turkiye-banner-ev.gif
yenicag.az##a[href="http://www.yenicag.az/company/advertising/"] > img
yenicag.az##.main-content-class > div.main-inner-pad[style="margin-bottom:15px!important;"]
infocity.az##.mkdf-header-banner-widget
infocity.az##a[href="http://ganja.marathon.az/"]
||saygac.az^$domain=mp3yukle.link
||code.adsgarden.com/js/adsgarden.js
az.baku.ws##iframe[src^="http://ad.adriver.ru/"]
az.baku.ws##iframe[src^="https://ad.adriver.ru/"]
mp3.run.az###dle-content > .full > .sect
mp3.run.az##center > a[href][rel="nofollow"] > img
||alan.az/ads-$domain=mp3.run.az
mp3.run.az##.ortarek
mp3.run.az###dle-content > .embedkod
mp3.run.az###maincont > div > .mpblok
mp3.run.az##a[href="http://mp3.run.az/reklam.html"] > .mpblok
mp3.run.az###content > #rsidebar > .mpblok[-ext-has=".adsbyskyline"]
mp3.run.az##[id$="sidebar"] > .mpblok[-ext-has=".mpblok_head:contains(Reklam)"]
bina.az##.bg-bnr
bina.az##.crm-top
apasport.az##.header-rek
apasport.az###right_rek
apasport.az##.center_rek
sportarena.az##tbody > tr > td[align="center"][valign="middle"][height="100"]
futbolxeber.az###col_sag
sportinfo.az##.craiBanner
||news.lent.az/lentiframeapasport$subdocument,domain=apasport.az
||apa.tv/apatv2sport$subdocument,domain=apasport.az
||sportarena.az/banner/
||media24.az/sportal.php$subdocument,domain=sportarena.az
||rekord.az/images/aaafpark.swf
||emlak.az/images/banners/
||dashinmazemlak.az/images/banner
||digital.newmedia.az/web/web_page_2.html
vipemlak.az##.blockreklam
qan.az##div[style="text-align: center"] > b > b[-ext-contains="Reklam:"]+a[href^="http://qan.az/chat/simaz/go.php?id="]+br
qan.az##div[style="text-align: center"] > b > b[-ext-contains="Reklam:"]
qan.az##div[style="text-align: center"] > b > br+b+a[href^="http://qan.az/chat/simaz/go.php?id="]
||bizplus.az/wp-content/themes/Newsmag-child/banners/
bizplus.az##.td_block_widget > a[href^="https://goo.gl/"] > img
||goal.az/informer.html
metbuat.az##.col-sm-8 > [class="wh_box hidden-sm hidden-xs"]
||azvision.az/qafqaza/680.php
turizm.fins.az##.banner
turizm.fins.az##.header-top
||turizm.fins.az/file/banner/
ceeb.mobi##body > div.content[style="padding: 5px; margin: 0;"]
||ceeb.mobi/images/banners/
||cebhe.info/reklam
bakipost.az##.news-viewer-item-content > iframe
||7news.az/*.html$third-party
turbo.az##.bg-bnr
mp3.big.az##.blockreklam
mp3.big.az##body > a[href="http://unvan.az"][target="_blank"]
||big.az/banner/
||olke.az/banners/
ucarliyiq.biz##.popular-posts-widget > a[href="http://son-xeberler.com"]
metbuat.az##.row > div[class="col-sm-8 col-md-9 col-lg-9"] > div[class="wh_box"]
metbuat.az##.row > div[class="col-sm-4 col-md-3 col-lg-3"] > div[class="scrool_news hidden-xs hidden-sm"]
||big.az/unvanexp.php^
||azadliq.az/ads/
||www.azadliq.az/ozaramizdibanner.jpg
||www.azadliq.az/turkiyekitabsifarisim.png
||bizimyol.info/az/wp-content/uploads/*-ads-*.png
bizimyol.info##.textwidget > [style="text-align:center;"] > a[href][target="_blank"]
xeberler.az##a[href="http://hesab.az"]
||xeberler.az/new/960x100/960x100.html
||xeberler.az/new/images/eventsbanner.jpg
olkem.az##.k192.fl.aciksari > .bar.bosluk > .baslik.yesil
day.az##.bTop
avtoxeber.az##div[class="vc_sidebar sidebar main-sidebar wpb_column vc_column_container"] > .wpb_wrapper > .wpb_widgetised_column > .wpb_wrapper > .widget.momizat-video[-ext-has='.widget-head > .widget-title > span:contains(Reklam)']
||avtoxeber.az/banner/
||skyline.az/static/js/adsbyskyline.js^
apa.az##.lazyLoadAd_places
apa.az##.right_side > .row.bb.uni_b
milli.az##.large-ad-holder
milli.az###main > [style="clear: both; background: #dadada; margin: -38px  0 20px 0;"]
tap.az##.bg-bnr-container
tap.az###js-lotriver-top-banner
tap.az##.bg-bnr
tap.az##.banners-top
||news.lent.az/rek/
news.lent.az##body > div[style*="990px;"][style*=" auto;"]
news.lent.az##.head-ads-side
||news.lent.az/*/rebans/
feat.az##div[class^="reklam"]
||qafqazinfo.az/banners/
||qafqazinfo.az/public/site/js/adsbyskyline.js^
sonxeber.az##.blk_rek
sonxeber.az##.blk_rekinline
sonxeber.az##body > a[href="http://unvan.az"][target="_blank"]
||sonxeber.az/banner/
turbo.az##.banners-top
boss.az##.bg-bnr
boss.az##.bnr-top
||bizimyol.info/azz_rightads.html
bizimyol.info##.site > div[style^="width:"][style*="1010px"]:first-of-type
bizimyol.info##.sagqanad > div[style*="250px;"][style*="300px;"]:nth-of-type(-n+2)
mp3.ses.az##body > .menu:nth-of-type(6)
mp3.ses.az##body > .menu:nth-of-type(4)
mp3.ses.az##body > .menu:nth-child(n+9) > center:first-child
qafqazinfo.az##a.visible-lg
||simvol.az/ads/
qafqazinfo.az##div[id^="sag-banner-"]
||salamnews.org/files/ENERGY_az.jpg
alan.az##.rclm
||faktinfo.az/wp-content/themes/fakt/images/banner
wsemir.com##.banner
mekan.az##div[id$="-ad-bar"]
modern.az##.manshet_adds_bottom
modern.az##.manshet_adds
||modern.az/uploads/banner/
modern.az##.head_content_top
modern.az#$#.wrapper_cont > div.head { height: auto!important; }
dushunce.az##object[data^="/files/others/mega-az-"]
tumejortorrent.com##.pub728x90
tumejortorrent.com###box-ads-tr
tumejortorrent.com#%#window.atob = function() { };
tumejortorrent.com$$script[tag-content="if (window.atob)"][max-length="3500"]
saglamolun.az##.wallpreklamsag
||qaziler.az/rek/
saglamolun.az##div[id^="banner"]
avtosfer.az##.top_banners
avtosfer.az##.bnr0
||avtosfer.az/upload/banner/
avtosfer.az##.adsbyskyline ~ div[style*="534px"]:nth-last-child(-n+2)
avtosfer.az##.bannerArea + * + div[style*="min-height:"]
avtosfer.az##.bannerArea + div[style*="min-height:"]
valyuta.com###bannerInvest
||baku.ws/banners
az.baku.ws##.main_top_banners
az.baku.ws##.bottom_banner
baku.ws##.ban_mac
turbo.az##.banners-right
||turbo.az/r/
turbo.az##.banners-poster
turbo.az##.banners--section-title
||tap.az^$domain=turbo.az
bina.az###central_banners
||avtosfer.az/banner*_
||criminal.az/avtosfer.html
avtosfer.az##iframe[src^="http://avtosfer.az/banner"]
||avtosfer.az/banner240x
avtosfer.az##div[class^="bannerArea"]
||avtosfer.az/banners/
||unvan.az/banner
unvan.az##.makerekframe
||unvan.az/reklamexport_
run.az##.bolmem[-ext-has="load:contains(Reklam)"]
run.az##.bolmem[-ext-has="div.bolme > load:contains(REKLAM)"]
run.az#%#document.cookie = "popunder=1";
legend.az##.bantop
||legend.az/banners/
legend.az##.fban
big.az##.makerekframe
big.az##.blk_rek
||saglamolun.az/images/banners/
saglamolun.az##.wallpleft
saglamolun.az##.wallpright
saglamolun.az###nsp-nsp_632
olke.az##iframe.mom_visibility_desktop
||interpress.az/banner/$third-party
||a24.az/banners/$third-party
||medianews.az/export/*.php
||az.qaynarinfo.az/banner*.php
||qafqazinfo.az/milliaz.html
milli.az##.ad-back
olke.az##.modal.in
olke.az##.modal-backdrop.in
olke.az##div[style$="height: 90px; text-align: center"]
||olke.az/ads/
lent.az##body > div[style="margin:0 auto;height:86px;width:990px;"]
lent.az##.lazyLoadAd_places
||apa.tv/test/banners/
||vesti.az/site/vestiiframe3lentaz
||bizimyol.info/azzz_
anspress.com##.ans-adv-block
musavat.com##div[style^="width: 222px; height: 200px;"]
musavat.com##div[style="margin:6px 0px 0px 0px;width: 502px;display:table"] > iframe
trend.az###header > div > div[id^="TREND_slot"]
avtomobil.az##.banner
news.lent.az##div[style*="margin:0 auto;height:86px;width:990px;"]
news.lent.az##.right_rebans_box > object[width="200"][height="250"]
az##.adsgarden
az##.adsbyskyline
! https://github.com/AdguardTeam/AdguardFilters/issues/13766
banker.az##.sticky_left_banner
banker.az##.sticky_right_banner
banker.az##.wpb_wrapper > [class="vc_wp_text wpb_content_element"]:has(> .widget > .textwidget > p > a[href^="https://turanbank.az/"])
banker.az#%#Object.defineProperty(window, 'td_ad_background_click_link', { get: function() { return ""; } });
||banker.az/wp-content/uploads/2016/09/Untitled-300x46.png
||banker.az/wp-content/uploads/*/700x115.gif
! https://github.com/AdguardTeam/AdguardFilters/issues/13110
weather.day.az#$##navigation { top: 0!important; }
weather.day.az###DAY_Slot_Weather_Top_1000x120
weather.day.az#$##navigation-sticky-wrapper+header { margin-top: auto!important; }
! https://forum.adguard.com/index.php?threads/http-www-1news-az.26222/
1news.az#$#.banners_sm { display: none!important; }
1news.az#$#.redline { top: 0!important; margin-top: 0!important; }
1news.az#$#.left { margin-top: 65px!important; }
1news.az#$#.right { margin-top: 65px!important; }
! https://forum.adguard.com/index.php?threads/https-news-day-az.26219/
day.az#$#div.b-topres { top: 0!important; }
day.az#$#div#service { margin-top: 50px!important; }
! https://forum.adguard.com/index.php?threads/http-joy-az.25340/
joy.az#%#document.cookie = "popunder=1";
! https://forum.adguard.com/index.php?threads/http-take-az.25344/
take.az#%#Object.defineProperty(window, 'makePopunder', { get: function() { return {}; } });
! https://forum.adguard.com/index.php?threads/http-az-surf-az.25310/
surf.az#$#div[id^="SC_TBlock"] { position: absolute!important; left: -3000px!important; }
! https://forum.adguard.com/index.php?threads/25324/
regionxeberleri.com#@#.adzone
! https://forum.adguard.com/index.php?threads/25309/
@@||unikal.org/images/ad/*.js
! https://forum.adguard.com/index.php?threads/https-news-milli-az.25236/
milli.az##.ad-text_line
milli.az#$#header > .nav-holder2 { top: 0!important; }
milli.az#$#header > .info-panel2 { margin-top: 43px!important; }
! https://forum.adguard.com/index.php?threads/24920/
@@||navigator.az/adblockhuntermaster/advert.js
! https://forum.adguard.com/index.php?threads/http-video-yukle-xyz.24702/
video-yukle.xyz#$#[id^="SC_TBlock"] { position: absolute!important; left: -3000px!important; }
! https://forum.adguard.com/index.php?threads/http-feat-az.22519/
feat.az#%#document.cookie="popunder=1; path=/;";
! https://forum.adguard.com/index.php?threads/3-missed-ads-1.22522/
apa.az#$##pushmodal { display: none!important; }
apa.az#$#.modal-backdrop.fade.in { display: none!important; }
apa.az#$#body.modal-open { overflow: visible!important; padding-right: 0!important; }
! https://forum.adguard.com/index.php?threads/http-olke-az.18883/
olke.az#$##top_banner_A {display:none!important;}
olke.az#$#body.trans { margin-top:100px!important; }
olke.az#$##content_block > .header { top: 0!important; }
olke.az#$#.wrapper { top: 0!important; }
!---------------------------------------------------------------------
!------------------------------ Belgian ------------------------------
!---------------------------------------------------------------------
! https://github.com/AdguardTeam/AdguardFilters/issues/39799
@@||videoplayer.persgroep.be/v*/player/ad_smartads_.js
! https://github.com/AdguardTeam/AdguardFilters/issues/27989
@@||medialaancdn.be^$generichide
@@||v.fwmrm.net/ad/g/1$domain=medialaancdn.be
! https://forum.adguard.com/index.php?threads/flair-be.19224/
@@||flair.be/js/default/*_jq.$script
!---------------------------------------------------------------------
!------------------------------ Bulgarian ----------------------------
!---------------------------------------------------------------------
! play.nova.bg - anti adblock
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=play.nova.bg
! https://github.com/AdguardTeam/AdguardFilters/issues/7027
@@||seirsanduk.com/ad-server.js
seirsanduk.com#%#window.canRunAds = true;
! https://github.com/AdguardTeam/AdguardFilters/issues/6311
bg-gledai.tv##.squarebanner
! https://github.com/AdguardTeam/AdguardFilters/issues/6054
@@||alein.org/jscript/advert.js
! https://github.com/AdguardTeam/AdguardFilters/issues/6050
@@||webcafe.bg/js/ads.js
!
seirsanduk.com###fbox-background
||dir.bg/js_ext.php?placeid=*&affiliate_id=*
digital.bg##.banner-holder
kliuki.bg##img[width="650"][height="80"]
kliuki.bg##img[width="960"][height="90"]
kliuki.bg###container > div[style="float:left;"] > div[style]
@@||smartadserver.com/call/pubx/*/M/$domain=vbox7.com
!---------------------------------------------------------------------
!------------------------------ Bengali ------------------------------
!---------------------------------------------------------------------
! https://github.com/AdguardTeam/AdguardFilters/issues/36588
/banner/*.gif$domain=ebdpratidin.com
!---------------------------------------------------------------------
!------------------------------ Chinese ------------------------------
!---------------------------------------------------------------------
! https://github.com/AdguardTeam/AdguardFilters/issues/38452
||m.nfydd.com/template/wap1/js/dd.js
! https://github.com/AdguardTeam/AdguardFilters/issues/34930
.gif$third-party,domain=yasem5.com
yasem5.com###cdaas-rand
yasem5.com##a[href*="yasem5.com/go"][target="_blank"]
! https://github.com/AdguardTeam/AdguardFilters/issues/33593
kkphm.com,haohaiyo.cc,51kkp.club##a[href*="kkpmh.com/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/33851
flyblog.cc##.pixnavbar__top-bar__main-sites
flyblog.cc###links > div[id] > div.hslice:not(#search):not(#counter):not(#category):not(#calendar):not([id*="-article"]):not(#latest-comment)
flyblog.cc#?#.article-body > div[style]:has(> div[style] > div[id] > ins.adsbyfalcon)
! https://github.com/AdguardTeam/AdguardFilters/issues/34470
maxfoodfun.com#?#.article-body > div[style]:has(> div[style] > div[id] > ins.adsbyfalcon)
maxfoodfun.com###links > div[id] > div.hslice:not(#search):not(#qrcode):not(#category):not([id*="-article"]):not(#latest-comment)
! https://github.com/AdguardTeam/AdguardFilters/issues/37960
58b.tv##.listri > .ad
58b.tv##.closead
58b.tv##div[style^="width:300px; height:250px;"]
58b.tv##div[style^="width: 300px; height: 250px;"]
58b.tv,8fun.tv##div[style^="width:300px;height:250px;"]
58b.tv,8fun.tv#?#.datal.clear:has(> table div[id^="revive_zoneid_"])
58b.tv#?#.datal.main:has(> table div[id^="revive_zoneid_"])
58b.tv#$#.playmar > .playl { visibility: hidden!important; }
58b.tv#$#.playmar > .playr { visibility: hidden!important; }
58b.tv#$##banner { display: none!important; }
58b.tv#$##video_player { display: block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/34903
||104.167.70.98^$domain=chuzuche8.com
chuzuche8.com##body > h4 > font[color="red"][size="6"]
chuzuche8.com#?#body > font:contains(function)
chuzuche8.com#?##container > font[color] > font[color] > div[style]:has(> table[width] > tbody > tr > th > a[href][target="_blank"])
! https://github.com/AdguardTeam/AdguardFilters/issues/34905
xxxsm.vip##.ad280x165
xxxsm.vip##a[href="ilupian8.html"]
! https://github.com/AdguardTeam/AdguardFilters/issues/34901
||alicdn.com^$image,domain=hg6384.com-www.6u7u.com
||sinaimg.cn^$image,domain=hg6384.com-www.6u7u.com
hg6384.com-www.6u7u.com##.advert
! https://github.com/AdguardTeam/AdguardFilters/issues/34906
/uploads/*/*-860x250*.gif$domain=aipa551.com|aipa552.com
aipa551.com,aipa552.com##a[href*="theporndude.com/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/33601
lsj2017.com##.wrap > .top_box
||107.175.181.58^$domain=lsj2017.com
! https://github.com/AdguardTeam/AdguardFilters/issues/33587
||a304.top^$image,domain=hihbt.com
||z2x5c8.com^$image,domain=hihbt.com
hihbt.com##aside[id^="advert-"]
hihbt.com##.single-content > p > a[target="_blank"]:not([href^="/ac"])
hihbt.com#?#.theiaStickySidebar > .widget_custom_html:has(> .textwidget > p a[target="_blank"][rel="noopener"]:not([href^="/ac"]):not([href^="/asian"]):not([href^="/category"]))
! https://github.com/AdguardTeam/AdguardFilters/issues/33592
f2dsex1.com##.ad-recommend
f2dsex1.com##.private-entertain
f2dsex1.com##.detail_left > div > a[target="_blank"]
f2dsex1.com##a[href="https://kf2828.com/"]
f2dsex1.com##div.link
||f2dsex1.com/public/fb*.png
! https://github.com/AdguardTeam/AdguardFilters/issues/33586
dyz99.com#?#.content > table.main > tbody > tr > td[width]:has(> a[target="_blank"]:not([href="/ad.html"]):not([href="/xjlist.php"]))
dyz99.com##.place > a[target="_blank"]:not([href="/xjlist.php"])
dyz99.com##.sponsor
! https://github.com/AdguardTeam/AdguardFilters/issues/33714
find.ruten.com.tw##.site_evt
! https://github.com/AdguardTeam/AdguardFilters/issues/33595
||theporn.xyz/static/tmp/
||theporn.xyz/static/bet365.gif
! https://github.com/AdguardTeam/AdguardFilters/issues/33582
xin99r2.com##.wrap-head-spots
xin99r2.com##.sidebar > .block.spots
xin99r2.com##.main > a[href][target="_blank"] > img
xin99r2.com###index_tan
! https://github.com/AdguardTeam/AdguardFilters/issues/34633
dyhs6.com##.mydl
dyhs6.com##.business
||alicdn.com^$domain=dyhs6.com
! https://github.com/AdguardTeam/AdguardFilters/issues/34641
yaoshe67.com##.container > .top
! https://github.com/AdguardTeam/AdguardFilters/issues/37361
guruma.net##.s_body_top
! https://github.com/AdguardTeam/AdguardFilters/issues/34912
caoporn.com##.jw-icon-replay-contain > div[style^="display: block; position: absolute; background-color: white; width:"]
||caoporn.com/ggs.php
! https://github.com/AdguardTeam/AdguardFilters/issues/34899
moyu16.com##.nav-banner
moyu16.com##a[href="http://71979.com"]
moyu16.com##.panel > .v-thumb > a.v-link > img
moyu16.com##.tab-cont > a[href][target="_blank"] > .show-img > img
! https://github.com/AdguardTeam/AdguardFilters/issues/34768
dy.xdf.cn##div[id^="adModel_"]
! https://github.com/AdguardTeam/AdguardFilters/issues/31820
||bixjf.com/*/ad/*.mp4
||bixjf.com/*/video_loading.gif
imkan.tv##.bottom__card
! https://github.com/AdguardTeam/AdguardFilters/issues/35140
macdaxue.com##.content > div.asb
! https://github.com/AdguardTeam/AdguardFilters/issues/35526
://m.*.top/*.js?ssid=_
://m.*.top/*/*.js?
://m.*.pw/*.js?ssid=_
://m.*.pw/*/*.js?
! https://github.com/AdguardTeam/AdguardFilters/issues/35785
||m.danmeixsw.com/js/mwap.js
! https://github.com/AdguardTeam/AdguardFilters/issues/35416
/promo/right_float_poster/image^$domain=litv.tv
litv.tv##body > .right_float_poster_container
! https://github.com/AdguardTeam/AdguardFilters/issues/33365
.gif$third-party,domain=922tp.com
! https://github.com/AdguardTeam/AdguardFilters/issues/31621
cl.wpio.xyz##.tpc_content > a[target="_blank"][onmouseover]
.gif$third-party,domain=cl.wpio.xyz
! https://github.com/AdguardTeam/AdguardFilters/issues/37137
||zd518.cn/bfq2.html
/y.js?pid=$domain=zd518.cn
! https://github.com/AdguardTeam/AdguardFilters/issues/36070
||atoncengreige.com^$image,domain=icantv.cn
! https://github.com/AdguardTeam/AdguardFilters/issues/33638
@@||cdn.rawgit.com/*/lazyload.js$domain=javmost.com
!
javdove.com##.ad-body
javdove.com##.tdads-nonlinear
69vj.com###nta
66se2.com##a[target="_blank"] > img
66se2.com##.f_f
.gif^$domain=kobi8.com|66se2.com
kobi8.com##.abc
kobi8.com###fixed-left
kobi8.com###fixed-right
! https://github.com/AdguardTeam/AdguardFilters/issues/26330
||acs.youku.com/*.youku.play.$replace=/("ad":{).+"(\}\,"playlog")/\$1\$2/
@@||cibntv.net/youku/*.mp4?$domain=v.youku.com
! https://github.com/AdguardTeam/AdguardFilters/issues/36120
gz.bendibao.com##.content_r_ad300
! https://github.com/AdguardTeam/AdguardFilters/issues/36092
@@||s.ip-cdn.com/img/ag.jpg
ip.cn#$#.container-fluid > div > a[href="#"] > img#tp { position: absolute!important; left: -3000px!important; }
!
||buzztoon12.com/data/*.gif
! https://github.com/AdguardTeam/AdguardFilters/issues/35258
||static.tohomh123.com/js/funasd.js
! https://github.com/AdguardTeam/AdguardFilters/issues/35180
sohu.com##div[data-spm-content="promotion"]
sohu.com##a[href^="https://m.sohu.com/promotion?"]
! https://github.com/AdguardTeam/AdguardFilters/issues/36199
.gif$third-party,domain=m.7ktw.com
! https://github.com/AdguardTeam/AdguardFilters/issues/35090
yaseg2.com,yaseg3.com##.wp > div[class] > div[id] > a[data-num][style*=".yaseok.com/uploads/20"][style$=".gif');"][href*=".yaseg3.com/go?id="]
yaseg2.com,yaseg3.com##.player > div[id][style^="width: 100%; height: 100%; background:"][style*="position: absolute; z-index:"]
! https://github.com/AdguardTeam/AdguardFilters/issues/34400
ifun.tv#%#Object.defineProperty(Object.prototype, 'ShouldPlayAds', { get: function(){ return function() {}; }, set: function(){ return function() {}; }});
!+ NOT_PLATFORM(ios, ext_android_cb, ext_safari)
ifun.tv##vg-player.ng-star-inserted > vg-pause-ads + div.caption.show > .inner
! https://github.com/AdguardTeam/AdguardFilters/issues/34322
@@||8maple.ru/comic.jpg$domain=video.bilibili.to
bilibili.to###yytf
||8maple.ru/comic.jpg
! https://github.com/AdguardTeam/AdguardFilters/issues/33590
ddav.org###adv-2
||upload.cc/i1/*.gif$domain=ddav.org
! https://github.com/AdguardTeam/AdguardFilters/issues/33875
||stp.qiansi.pw^$domain=danmeijia5.com
||photo.52nvyou.cn^$domain=danmeijia5.com
! https://github.com/AdguardTeam/AdguardFilters/issues/37247
! https://github.com/AdguardTeam/AdguardFilters/issues/33774
@@||rjno1.com^$csp=script-src 'self' *;style-src
rjno1.com#%#AG_setConstant('scriptLoaded', 'true');
rjno1.com#%#AG_setConstant('Goog_Osd_UnloadAdBlock', 'true');
rjno1.com#%#AG_setConstant('rjnocanrunads', 'true');
@@||rjno1.com/templates/moban/js/ads/show_ads.js
||d5.sina.com.cn/litong/zhitou/leju/leju.js$empty,important,domain=rjno1.com
! https://github.com/AdguardTeam/AdguardFilters/issues/33643
papalah.com#%#AG_abortOnPropertyRead('adBlockDetected');
@@||cdnjs.cloudflare.com/ajax/libs/fuckadblock/3.2.1/fuckadblock.min.js$domain=papalah.com
! https://github.com/AdguardTeam/AdguardFilters/issues/33061
xinfcw.com##.dmcenterb
||xinfcw.com/js/layer1.js
! https://github.com/AdguardTeam/AdguardFilters/issues/33273
bt.cosxcos.xyz##.myakbz
! https://github.com/AdguardTeam/AdguardFilters/issues/33454
sese733.info##.fp-player > div[style^="position: absolute;"][style*="overflow: hidden; z-index:"]:not([class])
! https://github.com/AdguardTeam/AdguardFilters/issues/33458
avcao.cc##div#aa
avcao.cc##.ps-body > div[class^="adv-top"]
||avcao.cc/js/p.js
||worldcup1.com/imgs/*.gif$domain=avcao.cc
avcao.cc#%#AG_abortOnPropertyRead('myclick');
! https://github.com/AdguardTeam/AdguardFilters/issues/33510
||axjbt.com/dbxf/pctc.js
axjbt.com#%#AG_abortOnPropertyRead('myclick');
! https://github.com/AdguardTeam/AdguardFilters/issues/33508
udn.com##.mag_topic > a[href][target="_blank"] > img[src^="https://p.udn.com.tw/upf/"][src*="_banners/Special/"]
||p.udn.com.tw/upf/*_banners/Special/
! https://github.com/AdguardTeam/AdguardFilters/issues/33507
javfree.club#%#AG_abortInlineScript(/#adisblock/, '$');
javfree.club$$script[tag-content="#adisblock"][min-length="50"][max-length="200"]
javfree.club#@#.google-ad
javfree.club#$##main_content { display: block!important; }
javfree.club#$##adisblock { display: none!important; }
javfree.club##.loaded-popup-wrapper
javfree.club#%#(function() { var w_open = window.open, regex = /agxclick\.com/; window.open = function(a, b) { if (typeof a !== 'string' || !regex.test(a)) { w_open(a, b); } }; })();
! https://github.com/AdguardTeam/AdguardFilters/issues/33453
85tube.com##.block-video > .table
||85tube.com/player/html.php?aid=*_html&video_id=*&*&referer
! https://github.com/AdguardTeam/AdguardFilters/issues/31528
||r3sub.com/posters/00698128.jpg
! https://github.com/AdguardTeam/AdguardFilters/issues/33456
weihemenye.com###popup_bottom
weihemenye.com#$##player_div { display: block!important; }
weihemenye.com#$##player_ad_div { display: none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/30701
||qq.com/proxyhttp$replace=/ad/_ad/
! https://github.com/AdguardTeam/AdguardFilters/issues/35335
! https://github.com/AdguardTeam/AdguardFilters/issues/33197
bingfeng.tw#$##ypaad { height: 3px!important; }
bingfeng.tw#%#(function(){var b=window.setTimeout;window.setTimeout=function(a,c){if(!/Adblock/.test(a.toString()))return b(a,c)};})();
@@||bingfeng.tw/source/plugin/unadblock/*_ads_*.js
bingfeng.tw#%#//scriptlet('abort-current-inline-script', 'setTimeout', 'COOKIE_NAME')
! https://github.com/AdguardTeam/AdguardFilters/issues/33141
ip.cn#$##result  { display: block!important; }
ip.cn##.container-fluid > #tips[style]:contains(请不要屏蔽广告)
@@||ip.cn/favicon.ico
@@||s.ip-cdn.com/img/logo.gif
! https://github.com/AdguardTeam/AdguardFilters/issues/32320
kpl037.com##center > a[target="_blank"] > img
.gif$domain=kpl037.com
! https://github.com/AdguardTeam/AdguardFilters/issues/31612
dnvod.tv#%#Object.defineProperty(Object.prototype, 'ShouldPlayAds', { get: function(){ return function() {}; }, set: function(){ return function() {}; }});
!+ NOT_PLATFORM(ios, ext_android_cb, ext_safari)
dnvod.tv##vg-player.ng-star-inserted > vg-pause-ads + div.caption.show > .inner
! https://github.com/AdguardTeam/AdguardFilters/issues/32721
ebb.io#%#AG_setConstant('ga', 'noopFunc');
ebb.io#%#AG_setConstant('google_empty_script_included', 'true');
||google-analytics.com/analytics.js$empty,important,domain=ebb.io
||pagead2.googlesyndication.com/pagead/js/google_top_exp.js$empty,important,domain=ebb.io
! https://github.com/AdguardTeam/AdguardFilters/issues/31004
m.86kl.com#%#AG_abortOnPropertyRead('akumtagcc');
! https://github.com/AdguardTeam/AdguardFilters/issues/31681
dmhy.org##div[id$="_ad"] > a[onclick*="'ad'"][target="_blank"]
dmhy.org##div[id$="_adv"] > a[onclick*="'ad'"][target="_blank"]
! https://github.com/AdguardTeam/AdguardFilters/issues/31631
qing.gq##.banner
! https://github.com/AdguardTeam/AdguardFilters/issues/31003
jianshu.com##a[id^="web-note-ad"]
jianshu.com###note-fixed-ad-container
! https://github.com/AdguardTeam/AdguardFilters/issues/29693
sobaigu.com##a[href^="https://cloud.tencent.com/redirect.php?"][target="_blank"][rel="noopener"] > img
||sobaigu.com/images/tencentcloudamd_1040x100.jpg
! https://github.com/AdguardTeam/AdguardFilters/issues/29650
mcar.cc##.showhide > video + div[style="background-color:#FC0;margin-top:1px; width:500px; height:90px;"]
mcar.cc##.showhide > video + div[style="background-color:#FC0;margin-top:1px; width:500px; height:90px;"] + div[style="background-color:#FF0;background-float:right;margin-top:-371px;margin-left:500px; width:234px; height:375px;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/28382
tw.bid.yahoo.com###livePromote
||s.yimg.com/ma/auc/common/js/ext_y_straas_shell_*.js$domain=tw.bid.yahoo.com
! https://github.com/AdguardTeam/AdguardFilters/issues/26318
! https://forum.adguard.com/index.php?threads/youku-com-v-qq-com.30749/
||acs.youku.com/*/mtop.youku.play.ups.appinfo.get/*/?jsv=$replace=/("ad":\{)[\s\S]*?(\}\,"playlog")/\$1\$2/,important
||vali*.cp*.ott.cibntv.net/*.mp4?ccode*&duration=$mp4,important
||vali*.*.cibntv.net/*.mp4?$mp4,domain=youku.com,important
! https://github.com/AdguardTeam/AdguardFilters/issues/28334
finance.sina.cn##.article-sax
! https://github.com/AdguardTeam/AdguardFilters/issues/28258
tw.yahoo.com##.travelads
! https://github.com/AdguardTeam/AdguardFilters/issues/28211
91wii.com#%#window.ad = window.ads = window.dzad = window.dzads = true;
@@||91wii.com/source/plugin/unadblock/adjs_pic_cpc_cpm_cpa_guanggao_gg_ads_250x250.js
! https://github.com/AdguardTeam/AdguardFilters/issues/28117
yam.com##.axdBox
! https://github.com/AdguardTeam/AdguardFilters/issues/27580
||js.meitulu.com/css/*showgg.js
! https://github.com/AdguardTeam/AdguardFilters/issues/26948
qq.com##div[class^=ad-type-]
! https://github.com/AdguardTeam/AdguardFilters/issues/27480
mamibuy.com.tw##.layui-layer
mamibuy.com.tw##.layui-layer-shade
! https://github.com/AdguardTeam/AdguardFilters/issues/27164
techbang.com##.post-side > .related-article
techbang.com##.article > #post-additional
! https://github.com/AdguardTeam/AdguardFilters/issues/26597
discuss.com.hk###gamepage_banner
! https://github.com/AdguardTeam/AdguardFilters/issues/26174
! https://github.com/AdguardTeam/AdguardFilters/issues/25356
@@||i.y.qq.com/*/playsong.html
! https://github.com/AdguardTeam/AdguardFilters/issues/33275
! https://github.com/AdguardTeam/AdguardFilters/issues/24754
||coolpc.com.tw/home/img/right2.html
coolpc.com.tw##body > span[id="Psu"][style*="position: absolute;"]
coolpc.com.tw##body > span[id="doc"][style*="position: absolute;"]
coolpc.com.tw#$#body[style="overflow: hidden;"] { overflow: visible!important; }
!
||bt.cosxcos.com/uploads/mya/$image
! https://github.com/AdguardTeam/AdguardFilters/issues/23388
dnvod.tv##vg-pause-ads
! https://github.com/AdguardTeam/AdguardFilters/issues/25647
dnvod.tv##.player-side
dnvod.tv##.page-container > app-gg-block.mb-5
! https://github.com/AdguardTeam/AdguardFilters/issues/23683
ettoday.net#@#AMP-AD
ettoday.net#@#amp-ad
ettoday.net#@#.iframe-ad
ettoday.net###adsense-matched-content
ettoday.net##.content-container > .iframe-ad
ettoday.net##.sharebox:not([id]) ~ .iframe-ad
ettoday.net#%#AG_onLoad(function() { setTimeout(function() { AG_removeElementBySelector('.iframe-ad, amp-ad'); }, 1000); });
@@||ad.ettoday.net/msg_liveshow.php^$domain=ettoday.net
! https://github.com/AdguardTeam/AdguardFilters/issues/23597
5278.cc#%#AG_onLoad(function() { setTimeout(function() {if(window.location.href.indexOf("agree.php") != -1){ var elements = document.getElementsByTagName("a"); for( i = 0; i < elements.length; i++) { elements[i].removeAttribute("onclick"); }}}, 300); });
!
||lianmeng.la/cde/text.js
||lianmeng.la/cde/recommend.js
||lianmeng.la/cde/image.js
! https://github.com/AdguardTeam/AdguardFilters/issues/23160
@@||av01.tv/av01/videojs/imads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/22545
psnine.com##center[style="overflow:hidden;"] > a > img
! https://github.com/AdguardTeam/AdguardFilters/issues/22369
||rabc1.iteye.com^
! https://github.com/AdguardTeam/AdguardFilters/issues/22269
@@||17wtv.com/showads.js
17wtv.com##.ad3
! https://github.com/AdguardTeam/AdguardFilters/issues/22183
@@||mlbstatic.com/mlb.com/video/config/mlb-vpp-aws^
! https://github.com/AdguardTeam/AdguardFilters/issues/22108
ez3c.tw##.ypa-custom2
! https://github.com/AdguardTeam/AdguardFilters/issues/21502
||m.fbaix.com^$domain=daocaorenshuwu.com
! https://github.com/AdguardTeam/AdguardFilters/issues/21573
gameapps.hk##.ad-full-screen
! https://github.com/AdguardTeam/AdguardFilters/issues/21423
xiaoma.net##.colunm-banner
xiaoma.net##.col-list-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/21331
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=video.udn.com
! https://github.com/AdguardTeam/AdguardFilters/issues/21341
hjenglish.com###regModule
hjenglish.com###uzt-mask
hjenglish.com###bottomBar
hjenglish.com##.module-recommend-course
! https://github.com/AdguardTeam/AdguardFilters/issues/20706
||k366.com/images/smxs^
cm.k366.com##.rightpart td[height="260"]
cm.k366.com##.rightpart td[width="300"][height="270"]
! https://github.com/AdguardTeam/AdguardFilters/issues/20783
@@||youmaker.com/js/prebid.js$domain=epochtimes.com
! https://github.com/AdguardTeam/AdguardFilters/issues/20300
||baidu.com/feproxy/ad/list?
! https://github.com/AdguardTeam/AdguardFilters/issues/19797
toutiao.com##body div[ad_name]
! https://github.com/AdguardTeam/AdguardFilters/issues/19634
||img.ferlie.net^$domain=wangchao.net.cn
! https://github.com/AdguardTeam/AdguardFilters/issues/19430
7k7k.com##.skin-link
||7k7kimg.cn/cms/cms10/20180706/135219_4911.jpg
! https://github.com/AdguardTeam/AdguardFilters/issues/19010
||hyz86.com^
subhd.com##.container > div[style="margin:0 auto;"]:not([class]):not([id])
subhd.com##.container > div > div[style="padding-top:120px"]:not([class]):not([id])
subhd.com#%#sessionStorage.setItem("hassession", 1);
! https://github.com/AdguardTeam/AdguardFilters/issues/18526
!+ NOT_OPTIMIZED
||subhd.com/images/ap/
! https://github.com/AdguardTeam/AdguardFilters/issues/17446
! https://github.com/AdguardTeam/AdguardFilters/issues/17458
||sinaimg.cn^$domain=avcc.vip|av78.vip
/home/diyjs$domain=avcc.vip|av78.vip
av78.vip,avcc.vip##.business
! https://github.com/AdguardTeam/AdguardFilters/issues/17841
apk.tw##.login_bg > .ad300
! https://github.com/AdguardTeam/AdguardFilters/issues/17829
duowan.com###doc > div[style*="width:998px;height:90px;overflow:hidden;border"]
! https://github.com/AdguardTeam/AdguardFilters/issues/17249
||xianzhenyuan.cn/data/attachment^$image
@@||xianzhenyuan.cn/data/attachment/common/guanggao/adjs.htm
!
dayanzai.me##.rban1
dayanzai.me##.stopban
! https://github.com/AdguardTeam/AdguardFilters/issues/16846
http*://$script,third-party,xmlhttprequest,domain=cnbtspread.xyz
||cdxyb.cn^
||go.gotourls.bid^
! https://github.com/AdguardTeam/AdguardFilters/issues/16887
xia1ge.com##div[class^="category-iloveyou"]
xia1ge.com##.wsappad
xia1ge.com#@##banner_ad
! https://github.com/AdguardTeam/AdguardFilters/issues/16384
! https://github.com/AdguardTeam/AdguardFilters/issues/16105
||ddd.jandan.net/*.js|$domain=i.jandan.net
! https://github.com/AdguardTeam/AdguardFilters/issues/16028
! https://github.com/AdguardTeam/AdguardFilters/issues/15807
baidu.com#$##content_left > div[style*="display:block !important;"]:not(.result) { position: absolute!important; left: -4000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/15800
aotu43.com##center > a[rel="nofollow"] > .king
aotu43.com##.ads
||sinaimg.cn^$domain=aotu43.com
||chuantu.biz^$domain=aotu43.com
||aotu43.com/templates/defboot/js/duilian.js
||z4a.net^$domain=aotu43.com
! https://github.com/AdguardTeam/AdguardFilters/issues/15213
88files.net#%#window.open = function() {};
||sinaimg.cn^$domain=88files.net
||dioimg.net^$domain=88files.net
! https://github.com/AdguardTeam/AdguardFilters/issues/38910
! https://github.com/AdguardTeam/AdguardFilters/issues/22801
! https://github.com/AdguardTeam/AdguardFilters/issues/14731
iqiyi.com#%#//scriptlet("set-constant", "Object.prototype.blackscreenDuration", "1")
||iqiyi.com/show2?e=$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/,important,domain=iqiyi.com
iqiyi.com##.iqp-player > iqpdiv[data-cupid="container"] > div[data-adzone][templatetype="common_pause"]
/videos/other^$domain=iqiyi.com
! https://github.com/AdguardTeam/AdguardFilters/issues/14444
av01.tv###overlay-advertising
@@||av01.tv/wp-content/themes/wp-script-theme/vendor/*/trigger_video_hls.js
! https://github.com/AdguardTeam/AdguardFilters/issues/14112
vipthz.com###fwin_content_imc_attachad [style="WIDTH: 100%; padding-left:10px;"] > div > p > a[href][target="_blank"]
vipthz.com###fwin_content_imc_attachad [style="WIDTH: 100%; padding-left:10px;"] > div > a[href][target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/14051
@@||cnzz.com/z_stat.php$domain=newsite.sherpa.com.cn
! https://github.com/AdguardTeam/AdguardFilters/issues/13236
kocpc.com.tw##ads
kocpc.com.tw##.topbarad
! https://github.com/AdguardTeam/AdguardFilters/issues/14280
youku.com##div[name="m_pos"] > #FullPromotion
m.youku.com##body > [style="width: 100px; height: 100px; position: fixed; top: auto; right: 0px; bottom: 0px; left: auto; z-index: 188;"]:not([class]):not([id])
! https://github.com/AdguardTeam/AdguardFilters/issues/14286
m.dnvod.tv#%#AG_onLoad(function() { setTimeout(function() { document.getElementById("player").removeAttribute("hidden"); }, 3000); });
m.dnvod.tv#$#.top-bar > h3.text-over { display:none!important; }
m.dnvod.tv#$#.video-box > .video-box { display:none!important; }
! Fixing EasyList China
classic.dnvod.tv#@?#[data-code] > :not(object)
classic.dnvod.tv#@?#[data-code] > [target="_blank"]
classic.dnvod.tv#@?#[data-code] > :not([pluginspage="http://www.macromedia.com/go/getflashplayer"])
@@||dnvod.tv/api/video/play
@@||dnvod.tv/404.mp4
@@||m.dnvod.tv/fontawesome-webfont
!
wuchajian.net##.UPAD
easylife.tw##.adsbygoogle
!+ NOT_PLATFORM(ios, ext_safari, ext_android_cb)
|http*://$script,third-party,xmlhttprequest,domain=23wxx.com|chenhuixsd.com|cyxse.com|hfxiaoshuo.com|hlxiaoshuo.net|lwxiaoshuo.com|m.1200ksw.com|m.16kxsw.com|m.23sw.net|m.2kxs.com|m.31wxw8.com|m.360118.com|m.37zw.net|m.3dllc.cc|m.3kw.cc|m.50zw.co|m.50zw.la|m.50zww.com|m.52biquge.com|m.555zw.com|m.58xs.tw|m.5ccc.net|m.630book.la|m.67shu.com|m.69shu.org|m.6mao.com|m.80txt.com|m.83zw.com|m.88106.com|m.88dus.com|m.98xiaoshuo.com|m.99shumeng.net|m.aiquxs.com|m.amu520.com|m.aszw.org|m.b5200.net|m.baishulou8.com|m.baoliny.com|m.beijingaishu.net|m.bichi.me|m.biqudu.com|m.biquge.cm|m.biquge.com.tw|m.biquge.info|m.biqugego.com|m.biqugexsw.com|m.biqugezw.com|m.biqumo.com|m.biquwu.cc|m.boluoxs.com|m.book9.net|m.booktxt.net|m.bqg5.cc|m.bqg5200.com|m.bxwx9.org|m.daizhuzai.com|m.dashubao.cc|m.ddxsw.net|m.dhzw.org|m.diyibanzhu.xyz|m.dpcq1.net|m.duanwenxue.com|m.fhxiaoshuo.com|m.fhxsw.org|m.gsdaquan.com|m.gulizw.com|m.gxwztv.com|m.haotxt.com|m.haxwx2.com|m.heiyanwang.com|m.hkslg.net|m.jjxsw.org|m.kewaishu.info|m.konlan.org|m.kxs7.com|m.lanseshuba.com|m.lbxs.com|m.ldw.la|m.lewenxiaoshuo.com|m.liewen.cc|m.liushuba.com|m.lkshu.com|m.longtanxs.com|m.luoqiu.com|m.lwtxt.net|m.miaobige.com|m.miaoshufang.com|m.mishug.com|m.mpzw.com|m.panqis.cn|m.qianrenge.cc|m.qu.la|m.ranwena.com|m.sanjiangge.com|m.shengyan.org|m.shuanshu.com|m.shuketxt.net|m.shumil.com|m.shuqu8.com|m.shuquge.com|m.shushu8.com|m.silukeke.com|m.sjtxt.la|m.snwx8.com|m.sosoxiaoshuo.cc|m.sqsxs.com|m.suimeng.la|m.tingshuge.com|m.tmetb.net|m.tsxsw.com|m.ttzw.com|m.txt2017.com|m.txtduo.com|m.tywxw.la|m.vodtw.com|m.wanjuanba.com|m.wantxt.com|m.wenxue6.com|m.wenxuem.com|m.wenxuemi.com|m.wodeshucheng.com|m.wodexiaoshuo1.cc|m.x81zw.com|m.xbxwx.net|m.xiaoxiaoshuwu.net|m.xiashu.la|m.xinshula.com|m.xs.la|m.xs222.tw|m.xy48.net|m.yawenb.com|m.ybdu.com|m.yssm.org|m.yunlaige.com|m.yuyouge.com|m.zbzw.la|m.zhenben.cc|m.zhuaji.org|m.zhuishubang.com|qihaoqihao.com|wap.xxbiquge.com|wap.yb3.cc|xntk.net|yfxiaoshuoa.com|zhxiaoshuoa.com|zwdu.com
zybang.com##body.m-question > a[href^="https://www.kuaiduizuoye.com/"][target="_blank"] > img
dyttw.com.cn##td[align="center"][valign="middle"][bgcolor="#FFFFFF"] > table[width="1210"] > tbody > tr > td[height="55"]
99kubo.tv##.main > div[class="datal clear"]
99kubo.tv##div[style^="width:300px;height:250px;"]
feng.com##.dd305
worldjournal.com##.banner-zone
sina.cn#$#[data-href*="://sax"] { position: absolute!important; left: -3000px!important; }
free.com.tw###custom_html-5
free.com.tw###custom_html-7
pcstore.com.tw##div[class^="ad388zone"]
pcstore.com.tw##.bestshop_ad
pcstore.com.tw###id_index_ad_bimg
zhongziso.com##div[style="width:100%;height:100%;position:fixed;top:0"]
! https://github.com/AdguardTeam/AdguardFilters/issues/13976
@@||yesiget.i234.me^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/13323
||0302.pghwwjd.com/777dvd/98.js
||0302.pghwwjd.com/777dvd/gg.html
||0302.pghwwjd.com/777dvd/wapbb.js
||0302.pghwwjd.com/777dvd/wapbb.html
! https://github.com/AdguardTeam/AdguardFilters/issues/13438
udn.com##.ad_mask
udn.com##iframe[src*="udn.com/mall/cus/cat/OutWebAd.do"]
oops.udn.com###wrapper > #mainbar > .area:not(#story):not(#comments):has(> h3 > a[href]:contains(商品推薦))
! https://github.com/AdguardTeam/AdguardFilters/issues/13422
chinese.engadget.com##body #ldrBoardAd
chinese.engadget.com##.spotim-recirculation div[data-spotim-row] > div[data-spotim-slot-size="300x250"]
chinese.engadget.com#$#[data-spotim-module=recirculation][data-spotim-showing-slots~="1-start-300x250"] .spotim-recirculation div[data-spotim-row] > div[data-spotim-slot-size="300x250"] ~ .sprcRftoX { margin-left: 0!important; }
chinese.engadget.com#$#body [data-spotim-module=recirculation][data-spotim-showing-slots~="1-start-300x250"] .sprc2PlxR [data-spotim-row="1"]:before { left: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/13283
thenewslens.com##div[class^="help-tnl-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/13282
udn.com###sidebar_fix > .area.mag_topic > .nomurafunds > a[href^="https://p.udn.com.tw/upf/2016_sales/nomura/nomurafunds_2.html?"]
udn.com#%#AG_onLoad(function() { AG_removeElementBySelector('.recommendation-list__holder > div[class="recommendation-list__news area "]:empty'); });
udn.com#%#AG_onLoad(function() { AG_removeElementBySelector('.recommendation-list__holder > .recommendation-list__news.area.ads'); });
||udnfunlife.com/mall/cus/cat/OutWebAd.do
udn.com###mainbar > #ec.area
udn.com##.more_ad
||udn.com/mall/cus/cat/OutWebAd.do
! https://github.com/AdguardTeam/AdguardFilters/issues/13277
||adbot.tw^
! https://github.com/AdguardTeam/AdguardFilters/issues/13276
ltn.com.tw##.ad_w300
ltn.com.tw##div[class^="market300"]
! https://github.com/AdguardTeam/AdguardFilters/issues/35630
briian.com##.hentry-gad
briian.com##.sidebar-widget-area > #custom_html-6
! https://github.com/AdguardTeam/AdguardFilters/issues/13278
briian.com###main > div[style="width:100%; height:auto; margin: 5px 0 15px; background:#FFFFFF; text-align:center; padding:7px 0 10px 4px;"]
briian.com##.entry-data-wrapper > div[style="display:table; margin: 0 0 15px 0;"]
briian.com###custom_html-4
briian.com###post-wrapper div[style^="width:"][style*="height: auto; background"]
||img.scupio.com$domain=briian.com
! https://github.com/AdguardTeam/AdguardFilters/issues/13237
chinatimes.com##div[class^="banner"]
! https://github.com/AdguardTeam/AdguardFilters/issues/13255
storm.mg###floating_btns_wrapper
! https://github.com/AdguardTeam/AdguardFilters/issues/13218
||files.zmzjstu.com/g3^
! https://github.com/AdguardTeam/AdguardFilters/issues/13142
@@||av4u.info/source/plugin/unadblock^
! https://github.com/AdguardTeam/AdguardFilters/issues/13071
fcw45.com##div[id^="layui-layer"]
||fcw45.com/js/layer1.js^
||sinaimg.cn/large^$domain=fcw45.com
fcw45.com##.bottom-adv
! https://github.com/AdguardTeam/AdguardFilters/issues/12937
||199.180.100.185/love44^
! https://github.com/AdguardTeam/AdguardFilters/issues/12599
ez3c.tw##.adsbygoogle
ez3c.tw#@##banner_ad
! https://github.com/AdguardTeam/AdguardFilters/issues/12428
blog.csdn.net##dl[id^="yd_a_d_feed_"]
! https://github.com/AdguardTeam/AdguardFilters/issues/11794
pornvibe.org#%#AG_defineProperty('ai_adb_detected', { get: function() { return function() { ai_adb_undetected(); }; }, set: function() { }});
pornvibe.org#@#.SponsorAds
pornvibe.org#@##banner-advert-container
pornvibe.org#@#.chitika-ad
pornvibe.org#@#.ad-inserter
pornvibe.org#@##adsense
pornvibe.org#@#.adsense
! https://github.com/AdguardTeam/AdguardFilters/issues/11001
cnbeta.com##.cooperation
cnbeta.com##.cnbeta-side-sponsor
cnbeta.com##.cnbeta-home-side > .cbv
cnbeta.com##.cnbeta-update-list > .cbv
! https://github.com/AdguardTeam/AdguardFilters/issues/10751
778772.com##a[href^="http://www.yh988y.com"] > img
778772.com##td[style*="PADDING-BOTTOM:"] > a > img
!
wangfz.com##div[class^="my-ad-"]
@@||book.com.tw/image/getImage?
@@||chocotv.com.tw/scripts/ads.js
||cdndm5.com/*/default/js/ad_
hao6v.com##.topad
dysfz.cc##.adv_f
.html?$third-party,domain=m.800xs.net
/meitui.org\/[a-z][a-z].js/$domain=meitui.org
/meitui.org\/[a-z].js/$domain=meitui.org
! https://github.com/AdguardTeam/AdguardFilters/issues/10485
alotof.software#%#window.google_jobrunner = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/9156
||s1-a*.dnvod.tv
dnvod.tv###clickbgleft
dnvod.tv###clickbgright
dnvod.tv##.main > [id] > [id] > a[href^="//public.dnvod.tv/c/c"][target="_blank"] > img
dnvod.tv##[data-u2] > div[id] > a[href^="//public.dnvod.tv/c/c"]
dnvod.tv##div[class] > .box[style^="background"][style*="url"][style*="//static.dnvod.tv/upload/video/"]:empty
dnvod.tv#$##video[class^="bfq"] > [id] > a[href^="//public.dnvod.tv/c/c"][target="_blank"] { visibility: hidden!important; }
||dnvod.tv^*.jpg$domain=dnvod.tv
||z8.cnzz.com/stat.htm?$domain=dnvod.tv
dnvod.tv#%#AG_onLoad(function() { window.ckcpt = function() {}; });
! https://github.com/AdguardTeam/AdguardFilters/issues/7967
@@||590103.idv.tw/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/7428
! rjno1.com
! https://github.com/AdguardTeam/AdguardFilters/issues/7114
! https://github.com/AdguardTeam/AdguardFilters/issues/7046
~h5.dilidili.wang,dilidili.wang#$#a[href*=".11h5."] img { position: absolute!important; left: -3000px!important; }
dilidili.wang#$#body > article[class][style*="position: fixed;top: 0;z-index: 9999;display:block !important;"] { position: absolute!important; left: -3000px!important; }
||static.jfrft.com/js/main_list.js^$domain=dilidili.wang,empty,important
||static.jfrft.com/js/main_video.js^$domain=dilidili.wang,empty,important
! https://github.com/AdguardTeam/AdguardFilters/issues/6131
bysp.pw##a[href^="http://xz.98qr.cn/"] > img
bysp.pw##a[href^="http://t1.ugg66.com/"][target="_blank"]
||ugg66.com/*/*.gif$domain=bysp.pw
||yezilm.com/vs.php$domain=bysp.pw
||sinaimg.cn/*/*.gif$domain=bysp.pw
||bysp.pw/template/baoyusp-wap/js/wapad.js
! https://github.com/AdguardTeam/AdguardForiOS/issues/345
stealjobs.com#@#.custom-ad
! https://forum.adguard.com/index.php?threads/22723/
||9659927.com/bocai/index.html
500papa.com,papa03.com##a[href*="9927.com"] img
500papa.com,papa03.com###content > div[align="center"] > a > img
||manai521.com:88/bocai/index.html
! https://forum.adguard.com/index.php?threads/www-dnvod-tv.21124/
dnvod.tv##.clickbg[-ext-has="+*"]
! TEMPORARY until https://github.com/AdguardTeam/AdguardBrowserExtension/issues/631 is resolved
! https://forum.adguard.com/index.php?threads/forum-gamer-com-tw.20470/
@@||bahamut.com.tw/s01/$domain=forum.gamer.com.tw
! https://github.com/AdguardTeam/AdguardFilters/issues/4652
sockscap64.com#@#.adsbygoogle
!
!
||js.jialingmm.net/dm/history.js
||js.jialingmm.net/dm/tj.js
ettoday.net##div[id^="abp"]
ettoday.net##.etmall-shopping-guide
||udn.com.tw/upf/*_banners/BD/$third-party
udn.com##.mag_topic > a[href^="https://goo.gl/"][target="_blank"] > img[src*="_banners/BD/"]
//*.emgrt.com^$third-party
||jx.flzyw.com/js/foot.js
||ere.wew.92kkdy.cc^
||baike.com/iframeheightforad.
||cntv.cn/hezuo/
||sl.ce22d.cn^$domain=baike.com
||ifeng.com^*/wapifeng
avtb01.com##.ads
avtb01.com##.ads-player
avtb01.com##body > div[id^="haoetv"]
avtb01.com##a[href^="http://xgn66.com/?aff="]
||ourusababy.com/bsj.js
ifeng.com##a[href^="http://ids.deliver.ifeng.com/"]
ifeng.com##.luckybag
||www5.oss-cn-hangzhou.aliyuncs.com^
||sfsft.com/ckplayer/1config.js
cnprint.org##.adsbygoogle
zhihu.com##.QuestionAdBanner
||xuefo365.cn/dd/*.php|
fun01.net##.ui_adblock
gvm.com.tw###colorbox
gvm.com.tw###cboxOverlay
||storebt.com/storebt-static?
/mediashow.php?id=$domain=storebt.com
||lulu.dian500.com.cn^
||bobo.xmwty.com^
||dota.sykty.com^
go.10086.cn##.gaiPing
||tns.simba.taobao.com^
/cdn-cgi/pe/bag2?r[]=http%3A%2F%2Fope.tanx.com
gamer.com.tw#$##flyRightBox { position: absolute!important; left: -3000px!important; }
zhidao.baidu.com##a[class="cur"][href^="/mobile/board?"] > img
coco01.net##.scupioadslot
discuss.com.hk##div[style="width:728px;height:90px;"]
discuss.com.hk#$#iframe[width="728"][height="90"] { position: absolute!important; left: -3000px!important; }
discuss.com.hk##iframe[src="/fb_page_plugin.php?interface=web"]
techbang.com##.google-dfp
||cdnny.com^
||wasabii.com.tw/float/*.js
medialnk.com##.sidebar.fl.ui_blockbg > div[style$="height:600px;"]
||m.hackhome.com/js/m_ga.js
||panduoduo.net/wapl?i=$script
||m.shushu8.com/js/tongji.js?
jandan.net###random-ads
juejin.im##.feedAdsense
juejin.im##.banner-section
discuss.com.hk##div[id^="ad_"]
discuss.com.hk##iframe[src^="yna"]
||470kk.com/js/indextop.js
||470kk.com/js/config.js
||kwongwah.com.my/wp-content/plugins/dibs_engine/js/dibs_popup.js
kwongwah.com.my##.kp-adv-widget
://8ox.cn/$third-party
9kld.com##iframe[src^="http://www.9kld.com/ad"]
9kld.com##table[width="990"] img[width="990"]
ck101.com##.adfixWp
ck101.com##.float_ad_allage_box
feng.com##div[class^="ad_90"]
huaren.us##.article_title_ad_img
hueren.us##div[id^="ad_"]
uuvps.com##.widget_text
uuvps.com##img[width="1000"][height="50"]
vmvps.com###long_image
vmvps.com##.spbox
zrblog.net###top_nav
zrblog.net##.ad_h
zrblog.net##a[href^="http://u.zrblog.net"]
||9kld.com/ad*.html
||hgyouxi.net/source/plugin/hgyouxiad/
||huaren.us/Adverts/
||huaren.us/banners/
||huaren.us/bbs_ads/
||vmvps.com/aoyohost-com-bann
||zrblog.net/zanzhu/virpus.gif
! https://github.com/AdguardTeam/AdguardFilters/issues/4641
@@||hdslb.com/u_user/$~object,domain=bilibili.com
! https://github.com/AdguardTeam/AdguardFilters/issues/4530
@@||hdslb.com/bfs/archive/*@$domain=bilibili.com,image
! https://github.com/AdguardTeam/AdguardFilters/issues/27165
mobile01.com###ad-control
mobile01.com###show-play-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/3129
mobile01.com#$#body { overflow: visible!important; }
mobile01.com#$#.modal-backdrop { display: none!important; }
mobile01.com$$script[tag-content="$.cookie(""fullscreenad"""][max-length="550"]
! https://github.com/AdguardTeam/AdguardFilters/issues/3037
@@||hk.on.cc/mobile/js/lib/adbanner.js
! https://github.com/AdguardTeam/AdguardFilters/issues/2552
baidu.com#@##results > div[class]:not(.result):not(.result-op):not(.sp-rslt-bar)
! https://github.com/AdguardTeam/AdguardFilters/issues/2454
@@||livew.l.qq.com/livemsg?ty=web&ad_type=$domain=v.qq.com
! https://github.com/AdguardTeam/ExperimentalFilter/issues/846
macapp.so#$##m2 { height: 5px!important; }
!
! https://github.com/AdguardTeam/AdguardFilters/issues/6877
10co.biz,10co.xyz,10co.co,10co.me,10co.org###popad
10co.biz,10co.xyz,10co.co,10co.me,10co.org#$##myTestAd { height: 1px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/35997
||ecimg.tw/img/xdsys/*/layout/*/sign/channel*/ad_*.jpg
!---------------------------------------------------------------------
!------------------------------ Croatian -----------------------------
!---------------------------------------------------------------------
! https://github.com/AdguardTeam/AdguardFilters/issues/29090
eprevodilac.com##.oglasi_sredina
! https://github.com/AdguardTeam/AdguardFilters/issues/24734
njuskalo.hr#$#.pub_300x250.pub_300x250m.pub_728x90.text-ad.textAd.text_ad.text_ads.text-ads { display: block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/21440
||kupujemprodajem.com/bShow.php^
! https://github.com/AdguardTeam/AdguardFilters/issues/17278
||subs.vingd.com^$third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/15699
!+ NOT_OPTIMIZED
mob.hr##.noa-banner > a
!+ NOT_OPTIMIZED
mob.hr###billboard_ad_container
!+ NOT_OPTIMIZED
||banner.mob.hr^
!
||mob.hr/h18.jpg
||pcchip.hr/wp-content/uploads*BANNER
mob.hr##.side_banner
||mob.hr/blog/wp-content/uploads/noviupload/NOA-E1-BANNER
||mob.hr^*-300x250.
!---------------------------------------------------------------------
!------------------------------ Czech and Slovakian ------------------
!---------------------------------------------------------------------
! adbDetect
extra.cz,mobilmania.cz,idnes.cz,aktuality.sk,aktualne.cz,blesk.cz,centrum.cz,cnews.cz,e15.cz,karaoketexty.cz,novinky.cz,sport.cz,super.cz,tiscali.cz,zive.cz#%#AG_removeCookie('/^adb$|adb\.key|^[a-z]{5,11}$/');
! novinky.cz requires different rule, because rule above breaks video player
aktuality.sk,aktualne.cz,auto.cz,blesk.cz,centrum.cz,cnews.cz,e15.cz,extra.cz,idnes.cz,karaoketexty.cz,mobilmania.cz,novinky.cz,sport.cz,super.cz,tiscali.cz,zive.cz$$script[tag-content="Element.prototype,""shadowRoot"""][max-length="7000"]
aktuality.sk,aktualne.cz,auto.cz,blesk.cz,centrum.cz,cnews.cz,e15.cz,extra.cz,idnes.cz,karaoketexty.cz,mobilmania.cz,novinky.cz,sport.cz,super.cz,tiscali.cz,zive.cz$$script[wildcard="*.name)throw *=""ABP"",*"][max-length="7000"]
auto.cz$$script[tag-content="abortCurrentInlineScript"][max-length="7000"]
!
! https://github.com/AdguardTeam/AdguardFilters/issues/39754
volvo-club.cz#$##obalovydiv { display: block!important; }
volvo-club.cz#%#//scriptlet("abort-on-property-read", "gaFailedToLoad")
!+ PLATFORM(windows, mac, android)
volvo-club.cz#%#AG_abortOnPropertyRead('gaFailedToLoad');
! https://github.com/AdguardTeam/AdguardFilters/issues/38683
auto.cz##body > video[id^="vided-"][src^="data:video/webm"]
auto.cz#?#.right-col > #sticky-wrapper:has( > div[id^="sticky-banner-"])
! https://github.com/AdguardTeam/AdguardFilters/issues/36614
||bombuj.tv/adblock/fuckadblock2.js
! https://github.com/AdguardTeam/AdguardFilters/issues/35615
||www.csfd.cz/film/*/videa/|$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/
! https://github.com/AdguardTeam/AdguardFilters/issues/35240
karaoketexty.cz##.ad_large_square
! https://github.com/AdguardTeam/AdguardFilters/issues/33238
sport.aktuality.sk##.rs-advertisement
sport.aktuality.sk##.nike-box-promo-banner
sport.aktuality.sk###page-container > div[style="position:relative;"]:not([class]):not([id]) > div[style^="width:"] > iframe[id^="etarget_"]
! https://github.com/AdguardTeam/AdguardFilters/issues/33044
! https://github.com/AdguardTeam/AdguardFilters/issues/30781
freefilm.to##.adxvOverNew
freefilm.to##a[id^="advOverVideo"]
! https://forum.adguard.com/index.php?threads/http-www-auto-cz.31112
@@||auto.cz/js/base-cz/advert.js
auto.cz##.ads
auto.cz##.adv
auto.cz###column > .container[style="width: auto; position: relative; height: 620px;"]
@@||auto.cz/auto/skins/*/js/advertisment.js
! https://forum.adguard.com/index.php?threads/http-fightclubnews-cz.31083/
fightclubnews.cz#@#.td-ad-background-link
fightclubnews.cz#$#body.td-ad-background-link { background-image: none!important; }
fightclubnews.cz#$#body.td-ad-background-link #td-outer-wrap { cursor: auto!important; }
fightclubnews.cz#%#Object.defineProperty(window, 'td_ad_background_click_link', { get: function() { return ""; } });
||ticketportal.cz/Event/$popup,domain=fightclubnews.cz
! https://forum.adguard.com/index.php?threads/www-sport-cz.30895/
sport.cz###adArticleSign
sport.cz##div[id^="next-articles-"] > div[class][data-number]
sport.cz###adCommercialBackground:not([style*="background-image:"])
sport.cz##iframe[src^="//c.imedia.cz/context?url="]
||c.imedia.cz/context?url=$domain=sport.cz
sport.cz#%#Object.defineProperty(window, 'timelineAds', { get: function() { return; } });
||i.imedia.cz/json|$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/,domain=sport.cz
! https://github.com/AdguardTeam/AdguardFilters/issues/28905
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=nova.cz
!+ PLATFORM(windows, mac, android)
||pubads.g.doubleclick.net/gampad/ads?*=xml_vast*nova.cz$empty,important,domain=nova.cz
! https://github.com/AdguardTeam/AdguardFilters/issues/27138
topserialy.to###over-playit
||uptopopunder.com^$popup
! https://github.com/AdguardTeam/AdguardFilters/issues/25988
idnes.cz#$#html.klikaci-body body { background:none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/24181
e15.cz##.ad-skyscrapper
e15.cz##.ads
||e14.cz/*/*branding$image
e15.cz#$#body { background-image:none!important; }
e15.cz###topSite
e15.cz###brandingCreativeWrapper
! https://github.com/AdguardTeam/AdguardFilters/issues/24191
vtm.zive.cz##.box-cex
! https://github.com/AdguardTeam/AdguardFilters/issues/23207
seznamzpravy.cz##.ogm-branding > .e_fM > .e_fE:has([data-e2e="mol-advert"])
! https://github.com/AdguardTeam/AdguardFilters/issues/23034
najserialy.to##.wrapper > a[href^="https://goo.gl/"] > img
najserialy.co##body > a[href^="https://goo.gl/"].mojatv
! https://github.com/AdguardTeam/AdguardFilters/issues/22397
nikee.net##td[valign="Top"] > div[style^=" font-family: Verdana; font-size:"] > div[style*="background-color:"]:contains(Reklama)
! https://github.com/AdguardTeam/AdguardFilters/issues/22168
tiscali.cz##.box-offer
! https://github.com/AdguardTeam/AdguardFilters/issues/20752
eurozpravy.cz##.ad_aside
eurozpravy.cz##.ad_etarget
eurozpravy.cz##.hp_big_ad
eurozpravy.cz##.hp_bottom_ad
eurozpravy.cz##.hp_top > .leaders + .ad > .in > h6.title
eurozpravy.cz##.hp_topics_aside > .ad_etarget2 + .ad > .in > h6.title
||eurozpravy.cz/etarget.php?
! https://github.com/AdguardTeam/AdguardFilters/issues/20740
rajce.idnes.cz###top-banner
! stredoevrogan.cz - left-over at top in article
stredoevropan.cz##.td-header-sp-recs
! https://github.com/AdguardTeam/AdguardFilters/issues/20065
! https://github.com/AdguardTeam/AdguardFilters/issues/19871
motorkari.cz##.banner
motorkari.cz#@#.left-banner
motorkari.cz###left-side-banner
||img.motorkari.cz/upload/files/banery^
! https://github.com/AdguardTeam/AdguardFilters/issues/19661
||freefilm.sk/banners^
freefilm.sk##div[class^="reklama"]
@@||freefilm.sk/functions/fuckadblock^
@@||freefilm.sk^$generichide
freefilm.sk##a[title="Spustiť"]
freefilm.sk##.adxvOverNew
! https://github.com/AdguardTeam/AdguardFilters/issues/19573
zive.cz##.ads
zive.cz#$#.sky-wrapper { min-height: 10px!important;}
@@||zive.cz/Client.Scripts/advertisment.js
! https://github.com/AdguardTeam/AdguardFilters/issues/17198
mobilmania.cz##.ads
mobilmania.cz#$#.sky-wrapper { min-height: 50px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/18195
! https://github.com/AdguardTeam/AdguardFilters/issues/17923
! https://github.com/AdguardTeam/AdguardFilters/issues/17020
aktualne.cz###kulublu-mulu
aktualne.cz##.rtx-burn12 + div[class][id]
!+ PLATFORM(windows, mac, android)
/aktualne.cz\/[-_a-zA-Z0-9]{20,}/$domain=aktualne.cz,image
! https://github.com/AdguardTeam/AdguardFilters/issues/16537
||prima-vod-prep.ssl.cdn.cra.cz/vod_Prima^$media
iprima.cz##.vjs-ad-link
! https://github.com/AdguardTeam/AdguardFilters/issues/12347
cs-dopravak.cz##.col.span-3[id^="yui_"] > .sqs-block[data-block-type="5"]
cs-dopravak.cz##.col.span-3[id^="yui_"] > .sqs-block > .sqs-block-content > p:contains(Banner)
cs-dopravak.cz###sidebar .col[id^="yui_"] > .sqs-block[data-block-type="5"]
cs-dopravak.cz###sidebar .col[id^="yui_"] > .sqs-block > .sqs-block-content > p > strong:contains(Reklama)
! https://github.com/AdguardTeam/AdguardFilters/issues/11791
@@||static.cz.prg.cmestatic.com/static/cz/shared/js/advert.js
! https://github.com/AdguardTeam/AdguardFilters/issues/33226
! https://github.com/AdguardTeam/AdguardFilters/issues/11748
aktualne.cz##.souvisejici-box > .idvert-wrapper
aktualne.cz##.stranka > div[class]:not(.leva-strana):not([id]) > div[class*="-obal"]:not(#graphics-obal) > div[class]:not([id])
aktualne.cz##.sponzorovane
aktualne.cz###reklama-exchange_eko
aktualne.cz##div[class*="reklama-"]
aktualne.cz##.medium-rectangle
aktualne.cz###kulubulu-mulu
aktualne.cz##div[data-ec-list="hp-psd"] > .bezcary + div[class][id]
aktualne.cz##.special-obal
aktualne.cz##.pravy > div[class]:not(.clearfix):not([data-ec-list]):not(.plonkovy-boxik)
! https://github.com/AdguardTeam/AdguardFilters/issues/11748#issuecomment-367510890
!+ PLATFORM(windows, mac, android)
||eco.cdn.dopc.cz^$image
! https://github.com/AdguardTeam/AdguardFilters/issues/11585
peugeotclub.eu#@#.reklama
! https://github.com/AdguardTeam/AdguardFilters/issues/31512
! https://github.com/AdguardTeam/AdguardFilters/issues/11203
idnes.cz##table[id^="r-leaderboard"].s_branding
! https://github.com/AdguardTeam/AdguardFilters/issues/10776
@@||img.blesk.cz/js/base-cz/advert.js
@@||img.blesk.cz/static/data/blesk/reklama/advertisment.js
blesk.cz##div[data-vr-zone^="Komerční sdělení"]
blesk.cz##.ads
blesk.cz##div[class^="stickyContentBottom_"]
blesk.cz##div[id^="ads-"]
blesk.cz###mimibazar-block
blesk.cz###article div[class*="etext"][class*="_"]:not([id])
! https://github.com/AdguardTeam/AdguardFilters/issues/9023
! https://github.com/AdguardTeam/AdguardFilters/issues/7873
novinky.cz#%#//scriptlet("abort-on-property-read", "AdBlockTest")
!
! https://github.com/AdguardTeam/AdguardFilters/issues/6880
videacesky.cz#$#.pub_300x250.pub_300x250m.pub_728x90.text-ad.textAd.text_ad.text_ads.text-ads.text-ad-links {display:block!important;}
videacesky.cz##.advert
! https://github.com/AdguardTeam/AdguardFilters/issues/6767
iprima.cz##.banner
iprima.cz##.vjs-marker-ad
iprima.cz###AdTrackVideoPlayer
||iprima.cz/*/*tagid=*&keywords=$domain=iprima.cz
! https://github.com/AdguardTeam/AdguardFilters/issues/6675
@@||warforum.cz/ads.js
fastshare.cz/top*?utm_source=*&utm_medium=*&utm_campaign=$domain=warforum.cz
warforum.cz###popwrapper
! https://github.com/AdguardTeam/AdguardFilters/issues/6396
@@||sledujufilmy.cz/js/ads.js
sledujufilmy.cz##.riding-banner
sledujufilmy.cz##.ads-position
sledujufilmy.cz##.bottom-advert
sledujufilmy.cz##.block[style="position: relative; float: right; height: 848px; margin-right: 16px;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/6395
@@||sledujserialy.sk/theme/js/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/6315
@@||1gr.cz/reklama/banner.js?clickthru=advert|$domain=idnes.cz
@@||idnes.cz^$generichide
idnes.cz##[id^="r98."].r-box
idnes.cz##div[id^="r98."][class*="touch"]
idnes.cz##.art-full > #text-out-box + div:not([class]):not([id]) > .r-head
! sme.sk - adblock detection
||cdn.tinypass.com^$domain=sme.sk
! https://forum.adguard.com/index.php?threads/19077/
||extra.cz/*/*pripad
||extra.cz/*?click=
extra.cz##.detail-inner > .perex + .centered
extra.cz##.main-content > div[id*="-c"]
||extra.cz/*=ref^$empty
||extra.cz/*._blank$script
||extra.cz/*&p=outstream$script
||extra.cz/*?test$script
! https://forum.adguard.com/index.php?threads/14098/
xman.idnes.cz##body > div#main > table[id][class]
xman.idnes.cz###space-g
! https://forum.adguard.com/index.php?threads/10320/
extra.cz#%#Object.defineProperty(window, 'windowWidth', { get: function() { return 300; } });
extra.cz##.container > div[class^="ad "]
!
! https://github.com/AdguardTeam/AdguardFilters/issues/2893
||mobilmania.cz/RssHubPager.ashx
! https://github.com/AdguardTeam/AdguardFilters/issues/2737
@@||mitsubishiclub.cz^$generichide
!
extra.cz##.movingAd
! tipcars.com - broken POST requests
@@||tipcars.com/karta_vozu$document
!
.cz/ads/$~object,domain=~hcplzen.cz
tvstar.ch##.ad.rectangle
! mobilmania.cz - broken player
@@||mf.advantage.as/if/imcreat.php$domain=mobilmania.cz
!
bombuj.eu##div[id^="reklaama"]
sledujserialy.sk##.w-episode-source > div[id][style^="position: absolute; top: 0"]:not([class])
idnes.cz###main [id^="r98."]
idnes.cz###idnes-premium-popup
best4you.sk##a[href*="Onlinefilmy.eu"]
best4you.sk##a[href*="tipsport.sk"]
best4you.sk##img[src="/images/multisharesk.gif"]
best4you.sk##img[width="560"][height="90"]
best4you.sk##img[width="690"][height="90"]
best4you.sk##object[width="745"][height="100"]
letemsvetemapplem.eu###headervelka
tipcars.com###homepage_reklamni_pruh
tipcars.com###kosilka_reklama_td
tipcars.com###loading
amateri.cz###menu > div.box:nth-child(3)
forum.iphone.cz###rightcolumn > .in > h3:first-child
forum.iphone.cz###rightcolumn > .in > h3:first-child + div
in-pocasi.cz###topbanner
tipcars.com###vrstva_hlaska_okna
autorevue.cz##.adblock-leaderboard-clip
mobilmania.cz##.advantage-clip
tipcars.com##.nas_banner
tipcars.com##.nase_reklama
freevideo.cz##.topstory
@@||googletagmanager.com^$domain=mobilmania.cz
@@||mf.advantage.as/if/imshow.php$domain=f1sport.autorevue.cz
@@||mfstatic.cz/js/advantage.min.js$domain=mobilmania.cz
@@||stream.cz/static/js/stream/IssueDetector/advert.js
forum.iphone.cz##[src^="http://forum.iphone.cz/julek/west-coast-2.jpg"]
in-pocasi.cz##a[href^="http://go.cz.bbelements.com/"]
rozzlobenimuzi.com##body > a
||data.idnes.cz/nocache/DPP/dacan/
||egrensis.cz/images/banner/
||forum.iphone.cz/julek/west-coast-2.jpg$domain=forum.iphone.cz
||mobilmania.cz/Client.Scripts/Controls.Google.Tracker.js
||mobilmania.cz/Client.Scripts/tracking.js
||www2.ebm.cz/include/bannery/
!------------------
!---- JS rules ----
!------------------
! http://forum.adguard.com/showthread.php?10082
auto.cz#%#Object.defineProperty(window, 'abOpenHelp', { get: function() { return function() { }; } });
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1232
idnes.cz#%#Object.defineProperty(window, 'AdTrack', { get: function() { return; } });
!
mobilmania.cz#%#AG_onLoad(function() { window.VIDEO_AD_FORCE_YT = true; });
!------------------
!---- CSS fixes ---
!------------------
cez.cz#$#body { background: #333!important; }
!---------------------------------------------------------------------
!------------------------------ Danish -------------------------------
!---------------------------------------------------------------------
! https://github.com/AdguardTeam/AdguardFilters/issues/29017
dagensbyggeri.dk###megaboard-top-container
dagensbyggeri.dk#$#.ads { display: block!important; }
@@||dagensbyggeri.dk/assets/templates/dagensbyggeri/gfx/ads.png
! https://forum.adguard.com/index.php?threads/ekstrabladet-dk.29696/
finans.dk##.baPosition
! https://github.com/AdguardTeam/AdguardFilters/issues/21470
maskinbladet.dk##.openx-iframe-wrapper
@@||maskinbladet.dk/assets/templates/2016_maskinbladet/images/ads.png
! https://github.com/AdguardTeam/AdguardFilters/issues/17005
politiken.dk##.ad--horseshoe
politiken.dk##div[class^="ad ad--ctx-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/16652
@@||v.fwmrm.net/ad/g/1?$domain=dplay.dk
||dniadops-a.akamaihd.net/*.mp4$domain=dplay.dk,empty,important
||v.fwmrm.net/ad/g/1?$replace=/(tv\.freewheel\.SDK\._instanceQueue\['Context_[\s\S]*?'\][\s\S]*?\.requestComplete\(\{)[\s\S]*\}\);/\$1\}\);/,domain=dplay.dk,important
! https://github.com/AdguardTeam/AdguardFilters/issues/16229
! https://github.com/AdguardTeam/AdguardFilters/issues/15741
viafree.dk##.pause-ad
@@||v.fwmrm.net/ad/g/1$domain=viafree.dk
@@||v.fwmrm.net/ad/l/1$domain=viafree.dk
@@||mssl.fwmrm.net/p/MTG_Brightcove_HTML5/AdManager.js$domain=viafree.dk
||freewheel-mtgx-tv.akamaized.net/*.mp4$domain=viafree.dk,media,empty,important
||v.fwmrm.net/ad/g/1?$replace=/(tv\.freewheel\.SDK\._instanceQueue\['Context_[\s\S]*?'\][\s\S]*?\.requestComplete\(\{)[\s\S]*\}\);/\$1\}\);/,domain=viafree.dk,important
! https://github.com/AdguardTeam/AdguardFilters/issues/15287
!+ NOT_OPTIMIZED
newz.dk##.top-interstitial
! https://github.com/AdguardTeam/AdguardFilters/issues/12977
information.dk##.ib-wrap
@@||information.dk/adframe.js
! https://github.com/AdguardTeam/AdguardFilters/issues/12132
ekstrabladet.dk##.eb-position
ekstrabladet.dk##.fnSpaceManagement > div:has(> .widgetiframe)
! https://github.com/AdguardTeam/AdguardFilters/issues/11884
||boost-cdn.manatee.dk/config/mboost
! https://github.com/AdguardTeam/AdguardFilters/issues/10145
mx.dk#$##wrapper > #leaderboard > div { display: block!important; }
mx.dk###wrapper > #leaderboard
mx.dk##[class^="ad_"][class$="_300x250"]
! https://github.com/AdguardTeam/AdguardFilters/issues/7590
@@||version2.dk/ads.js
! https://forum.adguard.com/index.php?threads/inputmag-dk-adblock-detection.26940/
@@||inputmag.dk/wp-content/themes/jannah/js/advertisement.js
||inputmag.dk/wp-content/uploads/*/*_Galaxy-_takeover_$image
inputmag.dk#$#html > body { background-image: none!important; }
! https://forum.adguard.com/index.php?threads/25850/
@@||vibilagare.se/sites/all/themes/custom/okweb/js/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/5246
fuglestemmer.dk#@##banner_ad
! https://forum.adguard.com/index.php?threads/ekstrabladet-dk.21978/
ekstrabladet.dk##.mar-m--tb .native-element.list-wrapper
! https://forum.adguard.com/index.php?threads/marca.20946/
||boost.manatee.dk/srx/srx_lib_block_$script,other
! https://github.com/AdguardTeam/AdguardFilters/issues/3719
||damoh.aftonbladet.se$replace=/"enabled": true\,/"enabled": false\,/i
||damoh.aftonbladet.se$replace=/"enabled": true\,/"enabled": false\,/i,important
!
vibilagare.se##.banner
nordschleswiger.dk##.TopAdvertising-Content-Wrapper
! https://forum.adguard.com/index.php?threads/11124/
@@||ebimg.dk/misc/js/ads.js
! avisen.dk - anti-adblock
||cevd0tnyvecontent.net^$domain=avisen.dk
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1485
@@||jyllands-posten.dk/app/*ads*.js
!---------------------------------------------------------------------
!------------------------------ Estonian -----------------------------
!---------------------------------------------------------------------
ilm.ee##.tekstilingid
ilm.ee#$#header.trim > div.container { margin-top: auto!important; }
ilm.ee##.thisad
ilm.ee###taust
geenius.ee##.ad
telegram.ee###headerbanner > .banner
mail.ee###inx-main-roof
mail.ee###inxAds-imr
mail.ee##.b-promo
mail.ee##.b-text-ads
posti.mail.ee##tbody#eml-list__tbody > tr[id^="row"] > td
||posti.mail.ee/banners/
kava.ee##.kava_ad_chilli
||static.chilli.ee^$domain=kava.ee
! https://forum.adguard.com/index.php?threads/23477/
@@||pilet.elron.ee^$extension
!---------------------------------------------------------------------
!------------------------------ Finnish ------------------------------
!---------------------------------------------------------------------
! https://github.com/AdguardTeam/AdguardFilters/issues/39393
aamulehti.fi##.parade-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/34139
is.fi###kumppaneiden-tarjoukset
! https://github.com/AdguardTeam/AdguardFilters/issues/34214
iltalehti.fi##.parade-ad-container
! https://github.com/AdguardTeam/AdguardFilters/issues/34619
||svonm.com/www.katsomo.fi/config.json$replace=/"enabled": true\,/"enabled": false\,/i,domain=mtv.fi,important
!
riemurasia.net###container > div[class^="slide_"]
riemurasia.net###container > div.main-div > div[id]:has(>script[data-adfscript])
||kuvake.net^$domain=naurunappula.com
||gooby.naurunappula.com/images/armadillo
naurunappula.com##a[href^="http://bit.ly/"] > video
! https://github.com/AdguardTeam/AdguardFilters/issues/29464
mtvuutiset.fi##.ad-container
mtvuutiset.fi##.leaderboard
! https://github.com/AdguardTeam/AdguardFilters/issues/9411
||ads-*.nelonenmedia.fi/ads/*.mp4
! https://github.com/AdguardTeam/AdguardFilters/issues/23266
||iltalehti.fi^$domain=telkku.com,third-party
telkku.com##.nav__ekontakti
telkku.com##.nav__alma
telkku.com##.nav__alekoodi
telkku.com##.rectangle-container:has(> .iframe-container > iframe[src^="https://ad.ilcdn.fi/"])
telkku.com##.rectangle-container:has(> iframe[src^="http://www.iltalehti.fi/"])
telkku.com##.rectangle-container:has(> #footer-split--iltalehti-first)
telkku.com##.rectangle-divider-big
telkku.com##.rectangle-divider-medium
telkku.com##.rectangle-divider-small
! https://forum.adguard.com/index.php?threads/7957/
||amazonaws.com/www.katsomo.fi/config.json$replace=/"enabled": true\,/"enabled": false\,/i
||amazonaws.com/www.katsomo.fi/config.json$replace=/"enabled": true\,/"enabled": false\,/i,important
||cdn.videoplaza.tv/contrib/fr-m6/svm/homadConfigVideoplaza-w9.json$replace=/"enabled": true\,/"enabled": false\,/i
||e101.cdn.m6web.fr/players/generique/config/config_v3_w9.xml$replace=/(<url_generique_post[\s\S]*?>)[\s\S]*<\/url_generique_post>/\$1<\/url_generique_post>/
||cdn.videoplaza.tv/contrib/fr-m6/svm/homadConfigVideoplaza-w9.json$replace=/"enabled": true\,/"enabled": false\,/i,important
||e101.cdn.m6web.fr/players/generique/config/config_v3_w9.xml$replace=/(<url_generique_post[\s\S]*?>)[\s\S]*<\/url_generique_post>/\$1<\/url_generique_post>/,important
||static.katsomo.fi/conf/homadConfigKatsomo.json$replace=/"enabled":true\,/"enabled":false\,/i
||static.katsomo.fi/conf/homadConfigKatsomo.json$replace=/"enabled":true\,/"enabled":false\,/i,important
!---------------------------------------------------------------------
!------------------------------ French -------------------------------
!---------------------------------------------------------------------
! https://forum.adguard.com/index.php?threads/jeddl-org.19432/
jeddl.org##a[href^="//www.jeddl.org/telechargement-film.php?"]
jeddl.org##a[href="http://www.jeddl.org/Regarder-le-film.html"]
jeddl.org##a[href="http://www.jeddl.org/Telecharger-le-film.html"]
! https://forum.adguard.com/index.php?threads/https-fr-mappy-com-windows.19282/#post-125327
mappy.com#@#.advertising
!
all-stadium.net#$##layer2 {top:50px!important; left:950px!important;}
||all-stadium.net/tv3.html
all-stadium.net##body > center + #layer2
! https://github.com/AdguardTeam/AdguardFilters/issues/4084
@@||ima3vpaid.appspot.com/?adTagUrl=$domain=playtv.fr
!
liguendirect.com###floatLayer1
! https://forum.adguard.com/index.php?threads/18388/
cityplug.be#$#.preview-tabs-controls li { height: auto!important; }
! https://forum.adguard.com/index.php?threads/17451/
@@||intocam.com/chat/advertisement.js
@@||coco.fr/chat/advertisement.js
! https://forum.adguard.com/index.php?threads/15039/
lesinrocks.com#$#.noBlock__content { display: none!important; }
lesinrocks.com#$#body.no-scroll { overflow: auto!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/3048
@@||ultimedia.com/deliver/video$domain=ultimedia.com,xmlhttprequest,other
! https://forum.adguard.com/index.php?threads/13739/
retinaboys.com###screen_block
! https://github.com/AdguardTeam/AdguardFilters/issues/2947
igen.fr##body > a[style^="z-index:"]
igen.fr#$##motherboard { top: 30px!important; }
! https://forum.adguard.com/index.php?threads/7957/page-2#post-90715
||amazonaws.com/www.w9.fr/config.json$replace=/"enabled": true\,/"enabled": false\,/i
||amazonaws.com/www.w9.fr/config.json$replace=/"enabled": true\,/"enabled": false\,/i,important
! https://github.com/AdguardTeam/AdguardFilters/issues/2549
@@||90.63.192.161:81/application/$document
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1845
@@||static.lexpress.fr/js/ads.js
@@||static.lexpress.fr/*/ads.css
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1846
||cdn-analytics.ladmedia.fr/europe1/ablocker/$domain=europe1.fr
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1826
@@||f1g.fr/build/*/adsense.js
@@||foglio.basilic.io/ad/basilic.adsense.js
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1777
alluc.ee###aovl
@@||alluc.ee/js/ads.js
! http://forum.adguard.com/showthread.php?9276
@@||playerhd2.pw^$generichide
playerhd2.pw###micontenedor > div#total
! hifi.fr - advanced search is broken by Adguard injections
@@||hifi.fr/pm_advancedsearch$document
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1415
! broken by Adguard injections
@@||mycanal.fr/library/Pelican/Ajax/$document
! https://github.com/AdguardTeam/ExperimentalFilter/issues/794
@@||cdn.videoplaza.tv/contrib/fr-canalplus/svm/homadConfigVideoplaza-itele.json$domain=itele.fr
! http://forum.adguard.com/showthread.php?6399
forum.ad##img[width="250"][height="90"]
forum.ad###branding-content > #sidebar_header
!
lesoir.be##.sub-right > div[style*="100%; height:"][style*=" 3px; "]
lefigaro.fr##.fig-adgps
@@||pq-direct.revsci.net/pql?placementIdList=$domain=player.m6web.fr
@@||cdn.videoplaza.tv/contrib/fr-m6/svm/homadConfigVideoplaza-clubic.json?cache=$domain=player.m6web.fr
@@||cdn.videoplaza.tv/contrib/fr-m6/svm/vp_plugin.swf$domain=player.m6web.fr
||homad-global-configs-eu-fra.schneevonmorgen.com.s3.amazonaws.com/www.clubic.com/config.json?cache=player.m6web.fr
@@||tout-debrid.com^$elemhide
||lequipe.fr/*/adUnblock.js
||static.lequipe.fr/v6/js/popinVideo.js
!------------------
!---- JS rules ----
!------------------
! http://forum.adguard.com/showthread.php?6907
generation-nt.com#%#Object.defineProperty(window, 'AdvertBay', { get: function() { return []; } });
! skyrock - anti-adblock
skyrock.com,skyrock.fr#%#Object.defineProperty(window, 'OAS_AD', { get: function() { return []; } });
! radiocockpit.fr - anti-adblock
radiocockpit.fr#%#function setTimeout() {};
!---------------------------------------------------------------------
!------------------------------ Georgian -----------------------------
!---------------------------------------------------------------------
! https://github.com/AdguardTeam/AdguardFilters/issues/39640
movie.ge##.rss_container
! https://github.com/AdguardTeam/AdguardFilters/issues/38983
||geo.saitebi.ge/ads/getLink
||bit.ly^$domain=geo.saitebi.ge
! https://github.com/AdguardTeam/AdguardFilters/issues/38984
geocanabis.com##.ipsLayout_right > div[class^="ipsSideBlock clearfix __"]:has(> a > img[src^="https://geocanabis.com/banner-"])
||geocanabis.com/banner
geocanabis.com###sidebar2
! https://github.com/AdguardTeam/AdguardFilters/issues/37596
mymarket.ge,myhome.ge##.full-banner
mymarket.ge,myhome.ge,myparts.ge,myjobs.ge##.banner
myhome.ge##.h-banners
||static.my.ge/*/js/banners.js
! https://github.com/AdguardTeam/AdguardFilters/issues/37309
||sab.fast.ge/www/aversi/*.html$domain=forum.ge
||forum.ge/trash/ads_down.gif
||forum.ge/trash/basisbank2.jpg
||forum.ge/trash/Proservice_domain.png
! https://github.com/AdguardTeam/AdguardFilters/issues/34923
myauto.ge##.medium-banner
myauto.ge##.banner
! https://github.com/AdguardTeam/AdguardFilters/issues/34704
imovies.cc##.ggg-container
imovies.cc##.header-banner
imovies.cc##iframe[src*=".myvideo.ge/delivery/"]
||myvideo.ge/delivery/*.php?$domain=imovies.cc
! https://github.com/AdguardTeam/AdguardFilters/issues/33569
livesport.ge###banner
livesport.ge###footerbanner
||livesport.ge/js/banner.js
!
||autopapa.ge/system/content/banners
autopapa.ge##.top-rek
!---------------------------------------------------------------------
!------------------------------ Greek --------------------------------
!---------------------------------------------------------------------
! https://github.com/AdguardTeam/AdguardFilters/issues/39991
@@||xiaomi-miui.gr/*/advertisement.js
xiaomi-miui.gr#%#AG_setConstant('$easyadvtblock', 'false');
xiaomi-miui.gr#?##content > .tabularBox:has(> div > .teaserBoxContent > .teaserBoxContentList > .teaserBoxContentListItem > a[href^="http://www.mygad.gr/?tracking="])
! https://github.com/AdguardTeam/AdguardFilters/issues/37707
olympiakos-livetv.gr#@#.afs_ads
! https://github.com/AdguardTeam/AdguardFilters/issues/35957
newsbomb.gr##.textlinks > div.textlink > a[rel="nofollow noopener"]
newsbomb.gr##.banner-section
newsbomb.gr###taboola-below-article-thumbnails
! https://github.com/AdguardTeam/AdguardFilters/issues/31499
gazzetta.gr##.content a[target="_blank"] > img
gazzetta.gr##div#right_sidebar .ad
! https://github.com/AdguardTeam/AdguardFilters/issues/30314
enikos.gr##.billboard-wrap
enikos.gr##.content-wrap:has(> .googadd)
enikos.gr##.footer-wrap:has(> div[id^="FootDesk_A_"])
! https://github.com/AdguardTeam/AdguardFilters/issues/29642
olympiakos.live#@#.afs_ads
!
||oipeirates.tv/prts.nln.php^
||militaire.gr/banners^
militaire.gr##.td-header-sp-recs
echoes.gr##.adsbygoogle
echoes.gr##section[style="min-height: 252px"]:not([class]):not([id])
@@||cdnjs.cloudflare.com/ajax/libs/videojs-contrib-ads^$domain=in.gr
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=in.gr
://gom.ge/cookie.js
gom.ge##a[href="http://topkinoebi.com/"]
!---------------------------------------------------------------------
!------------------------------ Hindi --------------------------------
!---------------------------------------------------------------------
! https://github.com/AdguardTeam/AdguardFilters/issues/22120
hindi.business-standard.com#%#Object.defineProperty(window, 'adblock', { value: false });
hindi.business-standard.com#%#AG_abortInlineScript(/displayMessage:/, 'document.addEventListener');
@@||hindi.business-standard.com/common/adframe.js
!
@@||patrika.com/scripts/ads.js
patrika.com##.google-ads-full
!---------------------------------------------------------------------
!------------------------------ Hungarian ----------------------------
!---------------------------------------------------------------------
! https://github.com/AdguardTeam/AdguardFilters/issues/37929
gyorietokc.hu##.hirek-tamogato
||gyorietokc.hu/uploads/banner/
||gyorietokc.hu/images/partnerek/kiemelt/
! https://github.com/AdguardTeam/AdguardFilters/issues/35357
mobilarena.hu###top > div.container.bg-transparent.overflow-hidden > div:not([class^="content"])
mobilarena.hu###right > div[class$="-responsive-300px-60px"]
! https://github.com/AdguardTeam/AdguardFilters/issues/37226
bien.hu##.lapozos_728x90_cikk_elott
bien.hu#?##jobb-hasab > .desktopon:has(.goAdverticum)
! https://github.com/AdguardTeam/AdguardFilters/issues/36397
itcafe.hu##div[class$="responsive-300px-600px"]
itcafe.hu##div[class$="responsive-300px-250px"]
! https://github.com/AdguardTeam/AdguardFilters/issues/35734
port.hu#@#.advert
! https://github.com/AdguardTeam/AdguardFilters/issues/33668
hardverapro.hu###page-split > #top > .container.bg-transparent.overflow-hidden
hardverapro.hu###right > div[class*=" "] > h4 + [style^="width: calc("][style*="height: calc("]
hardverapro.hu###right > div[class*=" "]:has(> h4 + [style^="width: calc("][style*="height: calc("])
hardverapro.hu##.uad-details > .col-md-4.text-center > div[class*=" "] > h4 + [style^="width: calc("][style*="height: calc("]
hardverapro.hu##.uad-details > .col-md-4.text-center > div[class*=" "]:has(> h4 + [style^="width: calc("][style*="height: calc("])
! https://github.com/AdguardTeam/AdguardFilters/issues/31163
figyelo.hu#$#div[class$="__interstitial_active"] { display: none!important; }
figyelo.hu#$#div[class$="__interstitial_active"] + .page__body { display: block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/36392
||wireless-bolt.hu/logos/*banner*.
! https://github.com/AdguardTeam/AdguardFilters/issues/36395
||techkalauz.hu/app/uploads/*/*LSZ_ONLINE*.jpg
! https://github.com/AdguardTeam/AdguardFilters/issues/31167
magyarnemzet.hu##.et_pb_advertising
! https://github.com/AdguardTeam/AdguardFilters/issues/31995
magyarepitok.hu##.ad.row
! https://github.com/AdguardTeam/AdguardFilters/issues/31435
csaladinet.hu##a[href^="/?module=advertisement"]
! https://github.com/AdguardTeam/AdguardFilters/issues/30286
humenonline.hu##div[class$="sidebar-inner"] > #text-23 .pz_cont
! https://github.com/AdguardTeam/AdguardFilters/issues/29952
||video.vid4u.org^$domain=kitekinto.hu
! https://github.com/AdguardTeam/AdguardFilters/issues/28110
!+ NOT_OPTIMIZED
szifon.com##.afterpost-a
! https://github.com/AdguardTeam/AdguardFilters/issues/28705
jobinfo.hu##.advertiser-paper
! https://github.com/AdguardTeam/AdguardFilters/issues/28486
artportal.hu##div.ad
! https://github.com/AdguardTeam/AdguardFilters/issues/28477
nickelodeon.hu##.mtvn-mpu-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/28473
hirtv.hu##.banner-fix
hirtv.hu##.banner-media
hirtv.hu##.banner-horizontal
hirtv.hu#$#.banner-fix { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/32615
! https://github.com/AdguardTeam/AdguardFilters/issues/27282
!+ NOT_OPTIMIZED
hwsw.hu##.adoomany
! https://github.com/AdguardTeam/AdguardFilters/issues/26351
animeaddicts.hu###left > .box > .content > .twinkle
animeaddicts.hu###left > .box:has(> .content > .flash)
||animeaddicts.hu/file/adver/
||animeaddicts.hu/theme/images/bannerbg.jpg
||animeaddicts.hu/theme/images/banner_ezit.png
! https://github.com/AdguardTeam/AdguardFilters/issues/36396
helloworldonline.hu#$#.ad-skin-space { height: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/18934
prohardver.hu###right > div[class*=" "] > h4 + [style^="width: calc("][style*="height: calc("]
prohardver.hu###right > div[class*=" "]:has(> h4 + [style^="width: calc("][style*="height: calc("])
prohardver.hu##div[itemprop="articleBody"] > [class] > h4 + [style^="width: calc("][style*="height: calc("]
prohardver.hu##div[itemprop="articleBody"] > [class]:has(> h4 + [style^="width: calc("][style*="height: calc("])
prohardver.hu###center >.cntcolumn > .anyag.hir > div[class*=" "] > h4 + [style^="width: calc("][style*="height: calc("]
prohardver.hu###center >.cntcolumn > .anyag.hir > div[class*=" "]:has(> h4 + [style^="width: calc("][style*="height: calc("])
prohardver.hu##body > #page > div[class*=" "] > h4 + div[class][style^="width: calc("][style*="height: calc("]
prohardver.hu###main > #center[style^="margin: 20px; border:"][style*="z-index:"][style$="transition: background 2000ms ease; padding: 16px; width: 906px;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/18155#issuecomment-399240673
valasz.hu##.banner
! https://github.com/AdguardTeam/AdguardFilters/issues/18281
!+ NOT_OPTIMIZED
playstationcommunity.hu###body_liner > #header[style*="width: 100%"]
! https://github.com/AdguardTeam/AdguardFilters/issues/18134
automotor.hu##.mw-banner-zone
! https://github.com/AdguardTeam/AdguardFilters/issues/17054
bitport.hu##.right-block > div[style^="padding: 0 10px"][style*="background-color:"]
bitport.hu##.container > .col-lg-4 > .col2 > .right-block:has(a[href^="http://ad.adverticum.net/"])
! https://github.com/AdguardTeam/AdguardFilters/issues/26253
! https://github.com/AdguardTeam/AdguardFilters/issues/17554
||video.vid4u.org^$domain=pcworld.hu
pcworld.hu##a[href^="https://ad.adverticum.net/"]
pcworld.hu##.ad-sticky_bottom
pcworld.hu##.box.ad
pcworld.hu##div[class^="ad ad-article-"]
pcworld.hu#$#.ad-skin-space { height: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/17553
computerworld.hu##.box.ad
computerworld.hu##div[class^="ad ad-article-"]
computerworld.hu#$#.ad-skin-space[style] { height: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/17622
origo.hu##a[href*="adverticum.net"]
origo.hu##.os-content > .os-spar-holder
origo.hu#$#body.osLiveRelated.hasHangar { padding-top: 130px!important; }
origo.hu#$#.hasHangar footer[style^="margin-bottom:"] { margin-bottom: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/17552
filmbuzi.hu###right > h2:contains(Hirdetés)
! https://github.com/AdguardTeam/AdguardFilters/issues/17052
almapiac.com##.wrapper > #top-b
almapiac.com##body > #block-top-a
almapiac.com###maininner > section#innertop
||almapiac.com/Bannerek/almapiac/$image
almapiac.com#%#AG_defineProperty('SqueezeBox.open', { get: function() { return function() { popupAnywherecloseWindow(); }; }, set: function() {} });
! https://github.com/AdguardTeam/AdguardFilters/issues/17274
hvg.hu##a[title="Ratecard"]
@@||hvg.hu/Content/redesign/js-notbundled/showads.js
hvg.hu##.sidebar-ajanlat
! https://github.com/AdguardTeam/AdguardFilters/issues/16988
mobilarena.hu##div[itemprop="articleBody"] > [class] > [style^="width: calc("][style*="height: calc("]
mobilarena.hu###right > div[class*=" "] > [style^="width: calc("][style*="height: calc("][onclick*="/kapcsolodas.php?"]
mobilarena.hu##div[itemprop="articleBody"] > [class]:has(> [style^="width: calc("][style*="height: calc("])
mobilarena.hu###right > div[class*=" "]:has(> [style^="width: calc("][style*="height: calc("][onclick*="/kapcsolodas.php?"])
!
dvtk.eu##a[href^="/advertise/href/"]
m.cartoonnetwork.hu##.header-leaderboard-ad-tagline
haszon.hu##.bannergroup
haszon.hu##.pushdownbanner
||haszon.hu/images/banners/
glamour.hu##.wrapAds
glamour.hu##.wrapAdsSide
dietaesfitnesz.hu##.grid.ab-banner
dietaesfitnesz.hu##.article-banner
dietaesfitnesz.hu##.banner.margin-auto
delmagyar.hu###billboard
delmagyar.hu###fullbanner
delmagyar.hu##.banner-zone
delmagyar.hu##.banner__container
delmagyar.hu##.pr--partner-billboard
delmagyar.hu##a[href^="https://frappeguide.hu/?utm_source="][href$="&utm_campaign=promo"]
delmagyar.hu##aside#main-aside > .aside-box:has(> .aside-box__section > .banner-zone)
vezess.hu##.banner-container
||168ora.hu/data/Bannerek/ads_*.gif
nemzetisport.hu##.ado-holder
nemzetisport.hu##section.banner
baon.hu,zaol.hu,nool.hu,veol.hu,vaol.hu,feol.hu,duol.hu,szoljon.hu,teol.hu,heol.hu,sonline.hu###eads-super-banner
mindmegette.hu##.ad.inter
mindmegette.hu##.laku-3articles-slider-box
noizz.hu###ad-cikk2
noizz.hu###ad-fekvo2
noizz.hu##div[id^="ad-jobb"]
noizz.hu##.intext-ads-container
iosblog.hu###secondary > #text-5
iosblog.hu###secondary > #text-8
||iosblog.hu/banner_iosblog_*.gif
||iosblog.hu/banner_blog_mobile.jpg
iphonekozosseg.hu##.mainban
iphonekozosseg.hu##section#omc-sidebar > ul.xoxo > li#enhancedtextwidget-33
iphonekozosseg.hu##a[href*="?utm_source="][href*="&utm_medium="][href*="_banner&utm_campaign="][target="_blank"] > img
technap.hu##.banner
imagazin.hu##.section--offers
telefonguru.hu##div[style] > a[href^="https://www.arukereso.hu/mobiltelefon-"]
player.hu##.seethru
tech2.hu##div[class^="td-a-rec"]
tech2.hu##.td-post-content > .code-block[style]
gepigeny.hu##.adt_hun
techaddikt.hu##.vc_column-inner > .wpb_wrapper > .wpb_content_element:not(:contains(FACEBOOK))
mfor.hu##div[id^="banner_"]
mmonline.hu###panels > .panel.text-center
mmonline.hu##div.panel-body[id^="banner"] + .panel-footer
mmonline.hu##.container > .panel[-ext-has='div.panel-body[id^="banner"] + .panel-footer']
||szifon.com/wp-content/uploads/*/*_banner_
szifon.com###secondary > aside[id^="text-"]:not(#text-6)
szifon.com##div[class^="top-"][class*="fixed"]
gamechannel.hu##.post-bottom > .jobbra ~ p
||play247.hu/listaapi.php^$third-party
gamechannel.hu##.entry > .cikk_zona
gamechannel.hu##.entry > .cikk_zona + br
gamechannel.hu##.post-bottom > span[style*="height:30px;"]
gamechannel.hu##.post-bottom > .jobbra
uraharashop.hu##a[href^="https://uraharashop.hu/advertisement"]
urbanlegends.hu###fl-post-container > article.clearfix > center
||urbanlegends.hu/wp-content/*spar*wallpaper
urbanlegends.hu##body > #wrapper
urbanlegends.hu#$##fl-main-content { padding-top: 1px!important; }
urbanlegends.hu##.posts-ad
gamestar.hu##.ad
||cdn29.hu/apix_collect/ads^
gamestar.hu##a[href*="ad.adverticum.net"]
gamestar.hu#$#.ad-skin-space { height: 50px!important; }
gamestar.hu##.background
zsibvasar.hu#%#AG_onLoad(function() { $('a[target="_blank"]:not([href*="zsibvasar.hu"]').closest('.item').remove(); $('.carousel-inner > .item')[0].classList.add("active") });
zsibvasar.hu##a[href^="http://optimusnumizmatika"]
hazipatika.com###box-humanmeteorologia
||media.hazipatika.com/szponzor_hatter^
hazipatika.com###panel > noindex
hogyankell.hu###rightside > img
hogyankell.hu###localNotice
magro.hu##.banner_leaderboard
arukereso.hu##.promotion-container
playstationcommunity.hu###skinlinkDiv
playstationcommunity.hu###body_liner > div[align="center"][style="padding: 10px 0px 10px 0px"] > a[href][target="_blank"] > img
||playstationcommunity.hu/mr_banner_*.jpg
||playstationcommunity.hu/advertfiles^
playstationcommunity.hu#$##Page { margin-top: 0!important; }
playstationcommunity.hu#$#body { background-image: none!important; background: #06203d!important; }
idokep.hu##.hird-label
idokep.hu##.mitvegyekfel
prohardver.hu##.xabre-responsive-970px-90px
prohardver.hu##.xabre-responsive-300px-60px
ncore.cc##.banner
ncore.cc#@#.text-ad-links
!---------------------------------------------------------------------
!------------------------------ Iceland ------------------------------
!---------------------------------------------------------------------
bb.is$$div[class="banner"]
!---------------------------------------------------------------------
!------------------------------ Indian -------------------------------
!---------------------------------------------------------------------
! https://github.com/AdguardTeam/AdguardFilters/issues/34513
jagran.com##.article-ctn
! https://github.com/AdguardTeam/AdguardFilters/issues/35420
timesofindia.indiatimes.com##div[id^="div-clmb-ctn"]
indiatimes.com##.manbox-banner
! https://github.com/AdguardTeam/AdguardFilters/issues/35175
nakkheeran.in###block-adsidebarfirstarticle
nakkheeran.in##.sidebar-inner > div > div[id^="block-views-block-detail-page-ads-block-"]
nakkheeran.in##.sidebar-inner > div > div[id^="block-articlesidebar"]:has(div[id^="div-gpt-ad"])
! https://github.com/AdguardTeam/AdguardFilters/issues/35124
antarvasnastories.com###secondary a[href^="https://www.velamma.com"]
antarvasnastories.com#?##secondary > aside:has(a[href^="https://www.velamma.com"])
! https://github.com/AdguardTeam/AdguardFilters/issues/32861
navbharattimes.indiatimes.com##.ads_default
navbharattimes.indiatimes.com##.leftmain > div[style] ~ div[class*=" "]:has(> div > div > a[onclick])
navbharattimes.indiatimes.com#$#body.disable-scroll { overflow: auto!important; margin-right: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/26172
kolkata24x7.com#$#.adsbygoogle { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/23471
banglachotikahinii.com##span[w3p3]
||banglachotikahinii.com/wp-json/IPE/v1/get_dsc_online
||b4x6a6x3.ssl.hwcdn.net/k/709010/1ds/ul98hJ.js$domain=banglachotikahinii.com
! https://github.com/AdguardTeam/AdguardFilters/issues/22969
anandabazar.com##.banner-before-editors
anandabazar.com##.abp-horizontal-banner-inside
anandabazar.com##.abp-right-tab-fix > .home_right_ban_algn_no_brdr
||anandabazar.com/polopoly_fs/*/image/image.gif
! https://github.com/AdguardTeam/AdguardFilters/issues/22751
indiatyping.com#@##banner_ad
! https://github.com/AdguardTeam/AdguardFilters/issues/16790
||videoplaza.tv/proxy/distributor/$domain=hotstar.com,important
! https://github.com/AdguardTeam/AdguardFilters/issues/15471
@@||3050.pw^$generichide
3050.pw##a[href^="http://bit.ly/"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/13755
khabar.ndtv.com##.ad315
khabar.ndtv.com##.ins_rhscont300.___ads
! https://github.com/AdguardTeam/AdguardFilters/issues/12572
@@||qualityfilehosting.com/adframe.js
! https://github.com/AdguardTeam/AdguardFilters/issues/12500
superiorwallpapers.com#@##banner_ad
! https://github.com/AdguardTeam/AdguardFilters/issues/11612
@@||voot.com/js/libs/adframe.js
||videoplaza.tv/proxy/distributor/*.weburl=https://www.voot.com/$important
! https://github.com/AdguardTeam/AdguardFilters/issues/12303
! https://github.com/AdguardTeam/AdguardFilters/issues/12247 https://github.com/AdguardTeam/AdguardFilters/issues/12246
userupload.net,tnpdf.com#%#AG_onLoad(function() { setTimeout(function() { document.getElementById("downloadbtn").removeAttribute("disabled"); }, 300); });
@@||tnpdf.com/assets/js/advertisement.js
userupload.net#$#.download-btn { display:block!important; }
userupload.net#$##countdown { display:none!important; }
@@||userupload.net/assets/js/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/11860
nookthem.com##body > [style*="z-index: 999999"][style*="margin-"][style*="bottom:"]:not([class]):not([id])
||nookthem.com/js/popping^
! https://github.com/AdguardTeam/AdguardFilters/issues/11874
hdpornstarz.com###sidebar > div[id^="text-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/11942
pcsoftkey.com##a[href^="http://slappeary.info"]
! https://github.com/AdguardTeam/AdguardFilters/issues/12144
||iporntv.net/c_adu_pop.js
! https://github.com/AdguardTeam/AdguardFilters/issues/12096
sexpussynude.com##.sidebar > section[id^="custom_html-"]
||sexpussynude.com/wp-content/plugins/da-unblock^
! https://github.com/AdguardTeam/AdguardFilters/issues/11886
tubezx.com##.hrads
! https://github.com/AdguardTeam/AdguardFilters/issues/11653
deadtoonsindia.com#@##banner_ad
! https://github.com/AdguardTeam/AdguardFilters/issues/11663
oralhoes.com###vid-ads
! https://github.com/AdguardTeam/AdguardFilters/issues/11664
||sextubehub.com/js/htpop.js
||sextubehub.com/xx/o.php$empty
sextubehub.com#%#window.open = function() {};
sextubehub.com#%#var _st = window.setTimeout; window.setTimeout = function(a, b) { if(!/window\.location\.href = '\/xx\/o\.php/.test(a)){ _st(a,b);}};
! https://github.com/AdguardTeam/AdguardFilters/issues/11731
aajtak.intoday.in##.aaspassContainerAd
@@||smedia2.intoday.in/aajtak/*/resources/advertisement_zedo_banner_zedo_google/atitg.js
aajtak.intoday.in###pushwooshpopup
! https://github.com/AdguardTeam/AdguardFilters/issues/11769
xfuckonline.com###kt_player > #invideo_2
xfuckonline.com##.advmnt
||xfuckonline.com/eureka^
||xfuckonline.com/js/show_adv.js
! https://github.com/AdguardTeam/AdguardFilters/issues/11788 https://github.com/AdguardTeam/AdguardFilters/issues/11787
hdpornlove.net,wetpornvideos.net##.player > .a_all
hdpornlove.net,wetpornvideos.net##body > #im
hdpornlove.net,wetpornvideos.net##.player > div.play[onclick]
! https://github.com/AdguardTeam/AdguardFilters/issues/11080
||goo.gl^$domain=crackstubes.com
! https://github.com/AdguardTeam/AdguardFilters/issues/11083
ultravfx.com##a[href^="https://href.li/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/11085
cracx.net##center > a[href][rel="nofollow"] > img
cracx.net##a[href^="http://ppinstall.com"]
cracx.net##.post-sharing-bd
! https://github.com/AdguardTeam/AdguardFilters/issues/11160
pastpapers.papacambridge.com###directory-list-header > .well:not(.text-center):not([id])
! https://github.com/AdguardTeam/AdguardFilters/issues/10876
! https://github.com/AdguardTeam/AdguardFilters/issues/10878
yomowo.com#@##banner_ad
! https://github.com/AdguardTeam/AdguardFilters/issues/10453
@@||ceesty.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/10212
emp3c.co##a[href^="https://www.emp3c.co/spon/"]
emp3c.co##a[href^="/spons/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/9895
alphashoppers.co##.sponsered-links
! https://github.com/AdguardTeam/AdguardFilters/issues/9117
/vqa^$domain=pagalguy.com
pagalguy.com##iframe[id^="vqa:ads:"]
! https://github.com/AdguardTeam/AdguardFilters/issues/7031
anandabazar.com#%#Object.defineProperty(window,'canRunAds',{value:false});
@@||abpdemo.ttef.in/gads.js$domain=anandabazar.com
! https://github.com/AdguardTeam/AdguardFilters/issues/4787#issuecomment-316871958
adageindia.in,bombaytimes.com,businessinsider.in,gizmodo.in,iamgujarat.com,in.techradar.com,lifehacker.co.in,mensxp.com,indiatimes.com,samayam.com,idiva.com#%#Object.defineProperty(window,'trev',{get:function(){return function(){var a=document.currentScript;if(!a){var c=document.getElementsByTagName('script');a=c[c.length-1]}if(a&&/typeof\sotab\s==\s'function'/.test(a.textContent)){var d=a.previousSibling,b=d;while(b=b.previousSibling)if(b.nodeType==Node.COMMENT_NODE&&/\d{5,}\s\d{1,2}/.test(b.data)){d.style.setProperty('display','none','important');return}}}},set:function(){}});
! https://forum.adguard.com/index.php?threads/resolved-m-indiatimes-com-missed-ads-ios.20774/#post-140718
||media.indiatimes.in/idthat/
! https://forum.adguard.com/index.php?threads/22437/
dinamani.com##div[id^="pro_menu"]
! https://forum.adguard.com/index.php?threads/resolved-ndtv-com-anti-adb-ios.18066/page-2#post-140401
m.ndtv.com###header_ads
!
! https://forum.adguard.com/index.php?threads/resolved-m-timesofindia-com-missed-ads-ios.20287/#post-139881
timesofindia.com##.columbiaAds
timesofindia.com##div[id^="div-gpt-ad"]
!+ NOT_OPTIMIZED
||timesofindia.com/toimga/
!+ NOT_OPTIMIZED
timesofindia.com##style[type="text/css"] + div[class]:not([id]):not([style]):not([class*=" "])
!
! https://github.com/AdguardTeam/AdguardFilters/issues/4922
divyabhaskar.co.in#%#window.canABP = window.canRunAds = window.canCheckAds = true;
@@||bhaskar.com/adblock/*.js^
! https://forum.adguard.com/index.php?threads/resolved-gizmodo-in-missed-ads-windows.19891/
gizmodo.in##style[type="text/css"] + div[class]:not([id]):not([style]):not([class*=" "])
gizmodo.in##.adageunicorns
! https://forum.adguard.com/index.php?threads/astrospeak-com-missed-ads-ios.20843/
astrospeak.com##.astroCommon-300[style^="min-height:"]
astrospeak.com##.astroCommon-block[-ext-has=">.colombia"]
astrospeak.com##.colombia
! https://forum.adguard.com/index.php?threads/bombaytimes-com-missed-ads-windows.20842/
@@||bombaytimes.com/*ads$script,other,~third-party
bombaytimes.com#%#window.canRun = true;
||m.bombaytimes.com/detector.cms
bombaytimes.com##style[type="text/css"] + div[class]:not([id]):not([class*=" "])
! https://forum.adguard.com/index.php?threads/iamgujarat-com-missed-ads-windows.20826/
||www.iamgujarat.com/Igtah
iamgujarat.com##style[type="text/css"] + div[class]:not([id]):not([style]):not([class*=" "])
! https://forum.adguard.com/index.php?threads/adageindia-in-missed-ads-windows.20841/
||www.adageindia.in/agath/
adageindia.in##style[type="text/css"] + div[class]:not([id]):not([style]):not([class*=" "])
! https://forum.adguard.com/index.php?threads/m-indiatimes-com-missed-ads-ios.20774/
m.indiatimes.com##.ad-container
! https://github.com/AdguardTeam/AdguardFilters/issues/4742
@@||ads.dainikbhaskar.com/AdTech/ads/ads.js
! https://forum.adguard.com/index.php?threads/m-hindustantimes-com-missed-ads-ios.20284/
m.hindustantimes.com##.container-fluid > section[-ext-has=">.redvert-section"]
m.hindustantimes.com##.container-fluid > section.noBorder[-ext-has=">.recommended-story>.recommended-list>ul>li:not([class]):empty"]
m.hindustantimes.com##.recommended-list > ul > li:empty
! https://forum.adguard.com/index.php?threads/m-timesofindia-com-missed-ads-ios.20287/
m.timesofindia.com##[data-container="gadgetsnowdata"] div[data-utm]
!
! https://forum.adguard.com/index.php?threads/gadgetsnow-com-missed-ads-ios.20205/
||shop.gadgetsnow.com/gsearch/gadgetsnow.php^$domain=m.gadgetsnow.com|timesofindia.indiatimes.com
m.gadgetsnow.com##.article_cont ~ section.slideshowwdt
timesofindia.indiatimes.com##.shopping_times_wdgt
!+ NOT_OPTIMIZED
m.gadgetsnow.com##.shopping_wdgt
!
! https://forum.adguard.com/index.php?threads/businessinsider-in-missed-ads-windows.19295/#post-125544
businessinsider.in##style[type="text/css"] + div[class]:not([id]):not([style]):not([class*=" "])
||businessinsider.in/bimed/
! https://forum.adguard.com/index.php?threads/mensxp-com-missed-ads-windows.19296/
mensxp.com##.right_suggest_ctn_js > style[type="text/css"] + div[class]:not([id]):not([style]):not([class*=" "])
mensxp.com###rhsLatestCont > div[class]:not(.ListingBlock)
mensxp.com##.cont.blk + style:not([type]) + style[type="text/css"] + div[class]
mensxp.com###section_WhatsHot > div:not([id])
mensxp.com###right_panel > style[type="text/css"] + div[class]:not([id]):not([style])
||media.mensxp.com/mxcip/$image
! https://forum.adguard.com/index.php?threads/lifehacker-co-in-missed-ads-windows.19297/#post-125419
lifehacker.co.in##.articlelist1 > article.article:not([id^="btm_"])
lifehacker.co.in##.top-content.list1 > li > style[type="text/css"] + div[class]:not([id]):not([style]):not([class*=" "])
lifehacker.co.in###colombiaAdBox
lifehacker.co.in##.rhs_widget_h > h3.heading2 + ul > li[style^="display:"][style$="inline-block;"]:not([data-id])
||lifehacker.co.in/lhega/$image
! https://forum.adguard.com/index.php?threads/ndtv-com-anti-adb-ios.18066/#post-125302
ndtv.com##.cnAdzerkDiv
ndtv.com##.cnoverlay-regularAd
ndtv.com##.cnadvertisement-leaderboard
khabar.ndtv.com##.headerpartial > .clear > div[style$="color:#ccc;"]
khabar.ndtv.com##[data-nextstory] > .clear > div[style$="color:#ccc;"]
! https://forum.adguard.com/index.php?threads/colombia-ads-missed-ads-windows.19238/
in.techradar.com##style[type="text/css"] + div[class]:not([id]):not([style]):not([class*=" "])
||in.techradar.com/trcdem/
indiatimes.com##.last8brdiv > div.sponsor_block
||indiatimes.com/toiitpic/
! https://forum.adguard.com/index.php?threads/15978/
@@||anandabazar.com/*ad$script
! https://forum.adguard.com/index.php?threads/15428/
@@||jagran.com/*/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/2810
###__BULLETIN__bdiv[style="position"]
||203.94.227.140^$image,third-party
||203.94.248.40^$image,third-party
! https://forum.adguard.com/index.php?threads/12181/
bhaskar.com#%#var canABP = true;
@@||bhaskar.com/*/ads/ads.js|
!
@@||indiafreestuff.in/forum/public/*/facebook_
!---------------------------------------------------------------------
!------------------------------ Indonesian ---------------------------
!---------------------------------------------------------------------
! https://github.com/AdguardTeam/AdguardFilters/issues/39951
winnetnews.com##.adswrapper
||api.winnetnews.com/api/v*/banner/
! https://github.com/AdguardTeam/AdguardFilters/issues/39559
idalponse.blogspot.com#@##adcontent
idalponse.blogspot.com##.showadblock
! https://github.com/AdguardTeam/AdguardFilters/issues/39489
||layarxxi21.com^$image,domain=mvdown21.com
||topikhot.com^$image,domain=mvdown21.com
! https://github.com/AdguardTeam/AdguardFilters/issues/38275
moviekeren.com##.bnr
moviekeren.com###ads_player_inside > .Dvr-300
moviekeren.com#$##ads_player_inside { display: none!important; }
moviekeren.com#$#.TPlayer.on::after { display: none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/37211
layarkaca21.red#$#.mfp-bg { display: none!important; }
layarkaca21.red#$#.mfp-wrap { display: none!important; }
layarkaca21.red#$#html { overflow: visible!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/36322
||player.serverbk.com/bkcdn*.xml
||p.jwpcdn.com/*/vast.js$important,domain=bioskopkeren.one
||bioskopkeren.one/images/luxury/*.gif
bioskopkeren.one#$##film { display: block!important; }
bioskopkeren.one#$##filmoncereklam { display: none!important; }
! dunia21.biz
dunia21.biz##.sidebar > div#bsquare > a[rel="nofollow"] > img
dunia21.biz###player-below-b > a[rel="nofollow"] > img
dunia21.biz###top-b
tuyensinh247.com##.banner_fooder
dunia21.biz###overlay-pop
dunia21.cc###overlay-pop
! https://github.com/AdguardTeam/AdguardFilters/issues/35552
bagilagi.com#%#AG_onLoad(function() { var el=document.querySelector('img[id="showlink"]'); if(el) el.click(); });
! https://github.com/AdguardTeam/AdguardFilters/issues/35789
filmbioskop21.fun##.ban_empat
filmbioskop21.fun#$#body { overflow: visible!important; }
filmbioskop21.fun#$##myModalSingle { display: none!important; }
||filmbioskop21.fun/img/closeX.png
filmbioskop21.fun##.navbar-brand
filmbioskop21.fun##.inner-wrap > div[id^="previewBox"]
! https://github.com/AdguardTeam/AdguardFilters/issues/35087
||kotanopan.com/wp-content/uploads/*/*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/34775
||akurat.co/assets/royalflush-ok.gif
||dl.layarkaca21.vip/iframe/content.php
dl.layarkaca21.vip#$##teks { display: none!important; }
dl.layarkaca21.vip#$##skip { display: block!important; }
dl.layarkaca21.vip#%#AG_onLoad(function() { var el = document.querySelector("#skip > a"); if(el) { el.click(); } });
! https://github.com/AdguardTeam/AdguardFilters/issues/34394
! https://github.com/AdguardTeam/AdguardFilters/issues/30663
meownime.id###kadal
meownime.id###floating_banner_top
meownime.id##a[href][target="_blank"][rel="nofollow"] > img
meownime.id##a[href][target="_blank"][rel="noopener"] > img
||blogspot.com/*/*/*.gif$domain=meownime.id
! https://github.com/AdguardTeam/AdguardFilters/issues/28670
oploverz.in###btm_banner
! https://github.com/AdguardTeam/AdguardFilters/issues/26346
animeindo.co##.d728lasdk
animeindo.co##.d100asdweasd
||animeindo.co/wp-content/uploads/*/perkasa99-729x80.gif
! https://github.com/AdguardTeam/AdguardFilters/issues/26465
animeindo.video##.in_up_ad-area
! https://github.com/AdguardTeam/AdguardFilters/issues/24916
cafecinema.cc###netkevin-popup
cafecinema.cc###netkevin-overlay
cafecinema.cc##p > a[rel*="noopener"] > img
cafecinema.cc##img[width="300px"][height="250px"]
! https://github.com/AdguardTeam/AdguardFilters/issues/27139
bagilagi.com##.msb-box
||bagilagi.com/wp-content/plugins/medsosboost/msb-script.js
! https://github.com/AdguardTeam/AdguardFilters/issues/26871
komikcast.com##.klnmin a[target="_blank"] > img
komikcast.com#%#AG_onLoad(function() { openpopunder.value = undefined; });
! https://github.com/AdguardTeam/AdguardFilters/issues/26709
komikindo.web.id###gb
! https://github.com/AdguardTeam/AdguardFilters/issues/26453
hightech.web.id#%#AG_abortInlineScript(/AdBlock/, 'document.addEventListener');
neonime.com##div[class^="berlangganan-"]
neonime.com##.box_item_berlangganan
neonime.com##.tampilan_tambahan
! https://github.com/AdguardTeam/AdguardFilters/issues/25888
mangakyo.net###sidebar .sencs > .textwidget > a[href][target="_blank"] > p > img
! https://github.com/AdguardTeam/AdguardFilters/issues/25573
kurazone.net##.anuads
||cdn.staticaly.com/gh/sotazer/sotazone/*/kurazoneAdblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/25345
otakuindo.net##.ads
otakuindo.net##a[href^="https://bit.ly/"][target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/24441
gudangmovies21.cc##.s_right > #text-2
gudangmovies21.cc##.s_right > #text-3
gudangmovies21.cc##.contenido > .box > center a[href][rel="nofollow"]
||gudangmovies21.cc/wp-content/uploads/*.gif
! https://github.com/AdguardTeam/AdguardFilters/issues/24577
! https://github.com/AdguardTeam/AdguardFilters/issues/25480
! https://github.com/AdguardTeam/AdguardFilters/issues/22339
lk21.cam###tengah
lk21n.fun,lk21.cam##td[style*="padding: 1px;"] > a[target="_blank"] > img
lk21n.fun,lk21.cam###site-container > header#masthead > table:not([class]):not([id]):has(td > a[target="_blank"])
/wp-content/uploads/2*/*/*.gif$domain=lk21n.fun|lk21.cam
! https://github.com/AdguardTeam/AdguardFilters/issues/22115
nontonplus.com##.content-kuss
nontonplus.com###float-bottom-banner
||nontonplus.com/wp-content/uploads/2*/*/*.gif
! https://github.com/AdguardTeam/AdguardFilters/issues/26565
! https://github.com/AdguardTeam/AdguardFilters/issues/21372
dunia21.net###overlay-pop
||terafile.net/Luxury*.mp4
||terafile.net/luxury*.xml
dunia21.net##div[id^="player-"] > a[target="_blank"]
dunia21.net###top-b
dunia21.net###mid-b
dunia21.net###bsquare
||dunia21.net/assets/top-*.gif
! https://github.com/AdguardTeam/AdguardFilters/issues/36332
! https://github.com/AdguardTeam/AdguardFilters/issues/20634
indoxxi.center#%#AG_abortInlineScript(/=function\(str,vocabulary\)/, 'Math');
||img.akubebas.com/images/pencetpoker-
indoxxi.center##div[id^="home-bnner"]
indoxxi.center##div[id^="player-side-"] > a
indoxxi.center###content-embed > .jwseed[onclick]
indoxxi.center#%#AG_onLoad(function(){ var a=document.getElementById('content-embed');if(a){var b=new MutationObserver(function c(){var d=document.querySelector('#content-embed > a[href][target="_blank"]'),e=document.querySelector('#content-embed #tv-play-btn');d&&(b.disconnect(),d.removeAttribute('href'),e&&e.click())});b.observe(document,{childList:!0,subtree:!0});setTimeout(function(){b.disconnect()},3e4) } });
! https://github.com/AdguardTeam/AdguardFilters/issues/19738
@@||idfl.me/fancyboxidfl2/jquery.js
||idfl.me/fancyboxidfl2^
||postimg.cc/*/*Banner
! https://github.com/AdguardTeam/AdguardFilters/issues/19460
hightech.web.id#@##banner_ad
! https://github.com/AdguardTeam/AdguardFilters/issues/19453
@@||teknologilink.com/js/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/25349
! https://github.com/AdguardTeam/AdguardFilters/issues/19216
kompas.com#%#AG_abortInlineScript(/isIframeNetworking/, 'document.addEventListener');
tribunnews.com,kompas.com#%#Object.defineProperty(window, '$JabK', { get: function(){ throw null; }, set: function(){ throw null; }});
tribunnews.com,kompas.com$$script[tag-content="={""isIframeNetworking"":false,""mappings"":[{""selector"":""link[href*="][max-length="15000"]
tribunnews.com$$script[wildcard="(function(){try{*=d.createElement(""script"");*.tribunnews.com/*.body).appendChild(*"][max-length="400"]
kompas.com##.kcm__rectangle > .sticky__rectangle
kompas.com##.kcm__horizontal > a.kcm__close.js-kcm-horizontal
! https://github.com/AdguardTeam/AdguardFilters/issues/19004
sosiali.com#$#.adsbygoogle { height: 0!important; }
sosiali.com#@#.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/24805
! https://github.com/AdguardTeam/AdguardFilters/issues/18637
linkpoi.in##center > a[href][target="_blank"] > img
nekopoi.care###sidebar_right > .widget_text > .custom-html-widget > a[href^="http://bit.ly/"] > img
nekopoi.ga##.container > .row > .col-xs-12 > div[style="text-align:center;"]:not([class]):not([id])
nekopoi.care,nekopoi.cash,nekopoi.lol##div[class^="adsgen"]
nekopoi.cash##.ero > .leftarea
@@||nekopoi.*/wp-content/themes/ThemeNekopoi/js/adsbygoogle.js$~third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/15681
@@||ad4msan.com/wp-content/uploads/static/bg-logo.png
! https://github.com/AdguardTeam/AdguardFilters/issues/15514
bagilagi.com#@##banner_ad
! https://github.com/AdguardTeam/AdguardFilters/issues/14679
indofilm.pro#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/14389
dunia21.tv###ads-pop
dunia21.tv###float-banner
dunia21.tv###middle-banner
dunia21.tv###float-bottom-banner
||dunia21.tv/assets/*.gif$domain=dunia21.tv
! https://github.com/AdguardTeam/AdguardFilters/issues/12616
dwindly.io#%#AG_onLoad(function() { setTimeout(function() {var click = document.getElementById("btd"); link = click.onclick.toString().split(";"); link1 = link[0].split(")"); link2 = link1[1].split("("); link3 = link2[1] + "(" + link2[2] + ")"; document.location.href = eval(link3); }, 300); });
dwindly.io##.adBtn
dwindly.io#$#.adBtn {position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/12590
! https://github.com/AdguardTeam/AdguardFilters/issues/12559
! https://github.com/AdguardTeam/AdguardFilters/issues/11859
||pornxxxplace.com/eureka^
pornxxxplace.com###invideo_new
! https://github.com/AdguardTeam/AdguardFilters/issues/11888
freesex.pw###overlay-ads
! https://github.com/AdguardTeam/AdguardFilters/issues/11906
specialpornsex.com##.hd_bitch > ul > li[style="float:right;"]
specialpornsex.com##.ads_sys_300
! https://github.com/AdguardTeam/AdguardFilters/issues/11822
betikom.com#%#AG_defineProperty('insertAfter', { get: function() { return function() { }; }, set: function() { }});
! https://github.com/AdguardTeam/AdguardFilters/issues/11583
! https://github.com/AdguardTeam/AdguardFilters/issues/11541
@@||samehadaku.tv/wp-content/themes/*/js/advertisement.js
samehadaku.tv#%#window.$tieE3 = true;
samehadaku.tv##.adsbyadop
! https://github.com/AdguardTeam/AdguardFilters/issues/11492
majalahikan.com##.adsbygoogle
@@||majalahikan.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/10833
||idfl.me/files/banneriklan/
idfl.me###notices > ol > li[id^="navbar_notice_"] > p[align="center"] > a[target="_blank"] > img
idfl.me##div[style="position:fixed;left:-10px;bottom:0px;z-index:1000"] > a[target="_blank"] > img
idfl.me##div[style="position:fixed;left:290px;bottom:0px;z-index:1000"] > a[target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/11054
jalantikus.com##.ads
jalantikus.com##div[id*="div-gpt-ad-"]
jalantikus.com##[class^="ad-"][class*="-container"]
jalantikus.com#%#window.googleToken = "no";
! https://github.com/AdguardTeam/AdguardFilters/issues/10877
mangashiro.net##.rm > center > a > img
! https://github.com/AdguardTeam/AdguardFilters/issues/10811
kangibay.net#@##banner_ad
! https://github.com/AdguardTeam/AdguardFilters/issues/10727
mangaindo.web.id#@#.an-advert-banner
mangaindo.web.id#@##adsense
mangaindo.web.id#@#.an-sponsored
! Indonesian telco injecting its ads
||cfs1.uzone.id^$third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/10098
eramuslim.com#@##topAd
! https://github.com/AdguardTeam/AdguardFilters/issues/9962
sehatlega.com#@#.an-advert-banner
sehatlega.com#@##adsense
sehatlega.com#@#.an-sponsored
! https://github.com/AdguardTeam/AdguardFilters/issues/9539
sandrives.blogspot.de,sandrives.blogspot.com,sandrives.blogspot.com.au###HTML8
! https://github.com/AdguardTeam/AdguardFilters/issues/9286
||bitly.com^$domain=semprot.com
! https://forum.adguard.com/index.php?threads/neumanga-tv-ads-anti-adblock.26796/
neumanga.tv##.ads
neumanga.tv##a[href^="https://fb.me"]
neumanga.tv##a[onclick]#close-teaser > img
||neumanga.tv/uploads/*/raja365.gif
||neumanga.tv/uploads/*/Judi%20Poker%20Online.gif
||neumanga.tv/uploads/*/agenqq2.gif
||neumanga.tv/uploads/*/banner728.gif
||neumanga.tv/uploads/*/hokiqq2.gif
||depodomino.com^$popup,domain=neumanga.tv
neumanga.tv#%#(function() { window.open_ = window.open; var w_open = window.open, regex = /depodomino.com/; window.open = function(a, b) { if (typeof a !== 'string' || !regex.test(a)) { w_open(a, b); } }; })();
! https://github.com/AdguardTeam/AdguardFilters/issues/7277
inwepo.co##.adsbygoogle
@@||inwepo.co^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/7033
||gambar123.com/xf/trump/xyz_$domain=46.166.167.16
46.166.167.16##div[class^="semprotnenenmontok_"]
46.166.167.16#%#AG_abortInlineScript(/AdBlocker/, 'eval');
! https://github.com/AdguardTeam/AdguardFilters/issues/6872
!+ PLATFORM(windows, mac, android)
mivo.com#%#window.initRmpAdBlock = function() {};
!+ PLATFORM(windows, mac, android)
/rmp-blockadblock.js$domain=mivo.com
mivo.com#$#div[class^="player-ads-"] { visibility: hidden!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/6338
mangacanblog.com##.ad
mangacanblog.com###adrtop
mangacanblog.com###btm_banner
||mangacanblog.com/adblock/src/adblock-checker.js
! https://github.com/AdguardTeam/AdguardFilters/issues/5562
! https://github.com/AdguardTeam/AdguardFilters/issues/5566
@@||blog.taryo.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/5294
aplikasipc.com#@#.afs_ads
!
animeindo.moe###sct_content a[target="_blank"][target="_blank"].external > img
||animeku.tv/wp-content/themes/animeku/iklan/*.php
||tinypic.com^$domain=movie303.com|nontonmovie33.net
||bp.blogspot.com^$image,domain=movie303.com|nontonmovie33.net
||agenjudionline.in^$image,domain=movie303.com|nontonmovie33.net
movie303.com,nontonmovie33.net##div[id^="floating_banner"]
movie303.com###ads-pop
||agenmovie.net^$domain=movie303.com|nontonmovie33.net
||nontonmovie33.net^$domain=movie303.com
nontonmovie33.net,movie303.com##a[rel="Nofollow"] > img[height]
nontonmovie33.net,movie303.com##a[rel="Nofollow"] > img[width="220"]
bioskopstar88.com###floating_banner_top
kshowsubindo.org#%#Object.defineProperty(window, 'iframepopupwidow', { get: function() { return; } });
||kshowsubindo.org/wp-content/plugins/cm-pop-up-banners/
kshowsubindo.org##a[href^="http://bit.ly/"] > img
||lk21.me/wp-content/themes/layarkaca21/js/lk21ads.js^
lk21.me##.container > div[id$="banner"]
||gambar123.com^$image,domain=semprot.com
semprot.com##div[class^="semprotpokemon_"]
@@||gambar123.com/pic/o/semprot-b-$image,domain=semprot.com
@@||freesms4us.com/*adv*.js
movie76.com###btm_banner
wardhanime.net###iklanatas
wardhanime.net###kanan
wardhanime.net###kiri
dm5.com##.cp_adct
krucil.net##.krucil_ads
krucil.net##.krucil_floating_banner_top
gigapurbalingga.com##a[href^="http://downloadab.com/"]
movie76.com,wardhanime.net##div[id^="teaser"]
downloadfilem.com$$div[class="box"][tag-content="<h2>Iklan</h2>"]
movie76.com##img[alt="ads"]
krucil.net##img[width="550"][height="50"]
krucil.net##img[width="900"][height="50"]
||krucil.net/KD
! ad4msan.com - anti-adblock
@@||ad4msan.com^$elemhide
!---------------------------------------------------------------------
!------------------------------ Hebrew -------------------------------
!---------------------------------------------------------------------
! https://github.com/AdguardTeam/AdguardFilters/issues/37946
haaretz.co.il###pageRoot > div > section > div > a[href^="http://bit.ly"]
! https://github.com/AdguardTeam/AdguardFilters/issues/33131
13news.co.il,13tv.co.il#%#document.cookie = "r13_maavron=5; path=/";
! https://github.com/AdguardTeam/AdguardFilters/issues/32275
hwzone.co.il#%#AG_abortOnPropertyRead('anOptions');
! https://github.com/AdguardTeam/AdguardFilters/issues/31834
sheva7.co.il##.maavaron
sheva7.co.il##.advertising-box-wrapp
||sheva7.co.il/wp-content/banners/banner
! https://github.com/AdguardTeam/AdguardFilters/issues/26958
pc.co.il#%#document.cookie = "ad_shown=true; path=/;"; document.cookie = "numOfPageViews=1; path=/;";
! https://github.com/AdguardTeam/AdguardFilters/issues/27607
walla.co.il$$script[wildcard="*<=0x0||*new Uint8Array*"][min-length="50000"][max-length="150000"]
walla.co.il#%#AG_defineProperty('String.fromCharCode', { get: function() { return function() {}; }, set: function() {} });
fun.walla.co.il##.game-item > .pre-game
walla.co.il##div[class^="ads-image-link"]
||jor-el.net^$third-party
! Fixing video player with EasyList Hebrew enabled
@@||walla.co.il^$csp
@@$webrtc,domain=walla.co.il
! https://github.com/AdguardTeam/AdguardFilters/issues/27608
||taboola.com^$domain=sport5.co.il
! https://github.com/AdguardTeam/AdguardFilters/issues/26416
koozi.info#$#.tien-ads-video > div#player { visibility: visible!important; }
koozi.info#$#.tien-ads-video { background: none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/26111
walla.co.il#%#window.atob = function() { };
walla.co.il#%#AG_abortInlineScript(/TextDecoder/, 'atob');
! https://github.com/AdguardTeam/AdguardFilters/issues/24635
! https://github.com/AdguardTeam/AdguardFilters/issues/19323
||pijama.*.elasticbeanstalk.com^
! https://github.com/AdguardTeam/AdguardFilters/issues/20899
inn.co.il##.Content > .InfoIn2
inn.co.il###divTopAd
! https://github.com/AdguardTeam/AdguardFilters/issues/21327
kan.org.il#@#iframe[width="100%"][height="60"]
! https://github.com/AdguardTeam/AdguardFilters/issues/20439
haaretz.co.il##.footer-ruler
! https://github.com/AdguardTeam/AdguardFilters/issues/19953
desire2music.net###content[role="main"] > #weeksong:has(> .d2m-banner-zone)
desire2music.net###content[role="main"] > #top4:has(> .d2m-banner-zone)
desire2music.net#$##content[role="main"] > #pirsumleft { display: none!important; }
desire2music.net#$##content[role="main"] > #pirsumright { display: none!important; }
desire2music.net#$##main > #primary[style="width: 100%; max-width: 470px;"] { max-width: 100%!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/19874
||themarker.com/tm/js/resp/body_scripts/internal/plugins/adblock.js
||themarker.com/tm/js/resp/header_scripts/internal/util/z_adblockutil.js
themarker.com#%#Object.defineProperty(window, 'showAds', { value: true });
themarker.com##.outbrain-wrapper
themarker.com#@##ad-block-wrapper
@@||themarker.com^$generichide
@@||themarker.com/ad/dclk^
! https://github.com/AdguardTeam/AdguardFilters/issues/19324
haaretz.co.il#$#html[class][style="overflow-y: hidden;"] { overflow: visible!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/36558
haaretz.co.il#@#div[class*="addBlocker"]
haaretz.co.il#@#.adBanner
||haaretz.co.il/_next/static/chunks/*.js$replace=/return n&&"paying"/return; n&&"paying"/
haaretz.co.il#%#//scriptlet("prevent-addEventListener", "load", "hblocked?returnTo")
@@||haaretz.co.il/htz/js/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/14568
reshet.tv##.ad-Unit-Wrp
! https://github.com/AdguardTeam/AdguardFilters/issues/17101
inn.co.il##.taboola
inn.co.il###divBottomAd
inn.co.il##.leftClm > .div300
inn.co.il##.leftClm > #divInfT1_1
inn.co.il##.RightClm > #divin4
inn.co.il##.RightClm > #divin5
inn.co.il##.NewsLeft .LeftInfo.h600
inn.co.il###taboola-mid-main-column-thumbnails
inn.co.il##.Content[itemprop="articleBody"] > div#infin0:empty
||a7.org/*/*?func=Info.Insert&$domain=inn.co.il
! https://github.com/AdguardTeam/AdguardFilters/issues/17701
yad2.co.il##.left_column ~ .pie[style*="height: 90px; background-color"][style*="margin"]
yad2.co.il###top_banners
||yad2.co.il/dfp*/script/SpecialSlotsManager.js
! https://github.com/AdguardTeam/AdguardFilters/issues/15151
@@||themarker.com/htz/js/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/14769
grouponisrael.co.il##[za_campaign_id]
! https://github.com/AdguardTeam/AdguardFilters/issues/13542
walla.co.il##.celebs-promo
! https://github.com/AdguardTeam/AdguardFilters/issues/11941
reshet.tv###sidebar[ng-controller^="side_bar_ctrl"]
! https://github.com/AdguardTeam/AdguardFilters/issues/11683
mako.co.il##div.ad
mako.co.il##div[id^="top-strip-"]
mako.co.il###mysupermarketcontainer
! https://github.com/AdguardTeam/AdguardFilters/issues/6562
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=ynet.co.il
!
m.calcalist.co.il#%#Object.defineProperty(window, 'show_maavaron', { value: false })
m.calcalist.co.il#$#html{display:block!important;}
! https://github.com/AdguardTeam/AdguardFilters/issues/5877
baliperek.com###popup1
! https://github.com/AdguardTeam/AdguardFilters/issues/5145
srugim.co.il##.ads_cube
! https://github.com/AdguardTeam/AdguardFilters/issues/4635
ynet.co.il##.promolightboxmvc
ynet.co.il##div[class^="MarketingCarousel"]
||ynet.co.il/*/Teaser/MarketSchedual_
ynet.co.il##.HomepageTwoDivAds
ynet.co.il##div[id^="marketschedual"]
ynet.co.il##.block.B2b.spacer div.dy_unit
ynet.co.il##.block.B1.spacer div.general-image
! bizportal.co.il https://github.com/AdguardTeam/AdguardFilters/issues/4186
||cloudboost.co.il/ejs?
||cloudboost.co.il/wsm?
! https://github.com/AdguardTeam/AdguardFilters/issues/4241
hometheater.co.il##div[style="width:728px; height:90px;"]
!+ NOT_OPTIMIZED
hometheater.co.il##td[width="900"][align="center"][valign="top"]
! https://github.com/AdguardTeam/AdguardFilters/issues/4112
@@||themarker.com/dclk/dfp/test/
themarker.com#%#AG_onLoad(function() { hasadblock = false; });
! https://forum.adguard.com/index.php?threads/18644/
mako.co.il#%#Object.defineProperty(window, 'isBs', { get: function(){ return false; } });
!
||treemedia.co.il/sdarot2
! https://forum.adguard.com/index.php?threads/14514/
@@/walla_vod/*$domain=walla.co.il
! http://forum.adguard.com/showthread.php?8881
||cloudfront.net^$third-party,domain=ynet.co.il
! https://github.com/AdguardTeam/AdguardFilters/issues/2523
fxp.co.il#@#iframe[width="300"][height="250"]
!---Anti-Adblock---
! https://github.com/AdguardTeam/ExperimentalFilter/issues/996
goalim4you.site###f765
!---------------------------------------------------------------------
!------------------------------ Italian ------------------------------
!---------------------------------------------------------------------
! https://github.com/AdguardTeam/AdguardFilters/issues/39404
@@||dailybest.it/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/38634
m.tuttomercatoweb.com##.adv_margin
! https://github.com/AdguardTeam/AdguardFilters/issues/38303
||sottomarina.net/image/banner/
! https://github.com/AdguardTeam/AdguardFilters/issues/37558
rollingstone.it###result.adsblocked
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$empty,important,domain=rollingstone.it
! https://github.com/AdguardTeam/AdguardFilters/issues/37552
dreamsub.stream##.astromica
! https://github.com/AdguardTeam/AdguardFilters/issues/37155
! https://github.com/AdguardTeam/AdguardFilters/issues/31542
@@||dniadops-a.akamaihd.net/ads/scripts/fwconfig/2/configs/italy-dplay2live.js
! https://github.com/AdguardTeam/AdguardFilters/issues/36764
@@||cdnjs.cloudflare.com/ajax/libs/fuckadblock/3.2.1/fuckadblock.min.js$domain=abazero.com
! https://github.com/AdguardTeam/AdguardFilters/issues/35602
luongovincenzo.it#%#//scriptlet("abort-on-property-write", "ai_adb")
luongovincenzo.it#%#AG_abortOnPropertyWrite('ai_adb');
! https://github.com/AdguardTeam/AdguardFilters/issues/34818
open-live.org##.ads
! https://github.com/AdguardTeam/AdguardFilters/issues/34174
! https://github.com/AdguardTeam/AdguardFilters/issues/34151
! https://github.com/AdguardTeam/AdguardFilters/issues/34149
citynow.it#%#AG_setConstant('advanced_ads_check_adblocker', 'noopFunc');
citynow.it#$#.ad_unit.ad-unit.text-ad.text_ad.pub_300x250 { display: block!important; }
citynow.it#$#.wrapper.cityn-body-background { padding-top: 0!important; }
citynow.it##.cityn-sidebar-top-first a[data-bid][href^="https://www.citynow.it/linkout/"][rel="nofollow"] > img
||citynow.it/wp-content/uploads/*/336x250-GLA.gif
||citynow.it/wp-content/uploads/*/SkinSitoMotorShow2Mari.jpg
! https://github.com/AdguardTeam/AdguardFilters/issues/34103
lurlo.news###background-ad-cover
lurlo.news#$#body #tie-wrapper { margin-top: 0px!important; }
||lurlo.news/wp-content/uploads/*/cellulite-farmacia-minerva.jpg
! https://github.com/AdguardTeam/AdguardFilters/issues/33556
@@||svapo.it/dev/adblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/33256
! https://github.com/AdguardTeam/AdguardFilters/issues/32977
! https://github.com/AdguardTeam/AdguardFilters/issues/32800
! https://github.com/AdguardTeam/AdguardFilters/issues/32596
htnovo.net#@#.adBanner
htnovo.net#$##wrapfabber { height: 1px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/30934
gametimers.it##.td-header-sp-recs
! https://github.com/AdguardTeam/AdguardFilters/issues/30602
! https://github.com/AdguardTeam/AdguardFilters/issues/30475
@@||larena.it/gfx/siti/*/images/advertising_banner_300.gif
larena.it#$##adblock-check { height: 1px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/30033
napolivillage.com#@#.td-ad-background-link
||napolivillage.com/file/*/Skin_vivi-napoletano_-*.jpg
||bccnapoli.it^$popup,domain=napolivillage.com
napolivillage.com#$#body.td-ad-background-link { background-image: none!important; }
napolivillage.com#$#body.td-ad-background-link #td-outer-wrap { cursor: auto!important; }
napolivillage.com#%#Object.defineProperty(window, 'td_ad_background_click_link', { get: function() { return ""; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/28961
tuttoandroid.net###navbar .justify-content-end
! https://github.com/AdguardTeam/AdguardFilters/issues/29127
eurogamer.it##.advert
! https://github.com/AdguardTeam/AdguardFilters/issues/28002
androidworld.it##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/28551
@@||mrwebmaster.it/adserver/adview.js
mrwebmaster.it##.advmid
! https://github.com/AdguardTeam/AdguardFilters/issues/28154
money.it##.gptslot[data-adunitid]
! https://github.com/AdguardTeam/AdguardFilters/issues/27364
! https://github.com/AdguardTeam/AdguardFilters/issues/27208
chimerarevo.com##.banner-ad-area
chimerarevo.com#$##page[style^="margin-top:"] { margin-top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/26634
milanworld.net##ol#posts > li[class="postbitlegacy postcontainer"][id^="yui-gen"]:not([id="post_"])
! https://github.com/AdguardTeam/AdguardFilters/issues/26689
! https://github.com/AdguardTeam/AdguardFilters/issues/25398
! https://github.com/AdguardTeam/AdguardFilters/issues/26118
telefonino.net##.table-layout > .fixed-width-300:has(> .sidebar-spacer:first-child .banner-content)
! https://forum.adguard.com/index.php?threads/corrieredellosport-it-video-blocked.29976/
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=corrieredellosport.it
! https://github.com/AdguardTeam/AdguardFilters/issues/24663
||assets.deltapictures.it/js/adblock/adblock.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/23974
tv8.it##.adv-top-dx
! EasyList Italy Exclusion
! https://github.com/AdguardTeam/AdguardFilters/issues/14916
hdblog.it#@#.item_compra
hdblog.it#@#.box_flame
hdblog.it#@#.box_grampa_shadow
! End EasyList Italy Exclusion
! https://github.com/AdguardTeam/AdguardFilters/issues/23014
sentireascoltare.com##.mainAdv
sentireascoltare.com###block-adv
sentireascoltare.com##.banner_scroll_space
! https://github.com/AdguardTeam/AdguardFilters/issues/22984
! https://github.com/AdguardTeam/AdguardFilters/issues/22738
techuniverse.it###cb-logo-box > div.cb-h-block > img[alt]
! video.huffingtonpost.it broken videon
@@||imasdk.googleapis.com$domain=video.huffingtonpost.it
! https://github.com/AdguardTeam/AdguardFilters/issues/22694
evilkingmedia.com#%#Object.defineProperty(window, 'adBlockDetected', { get: function() { return; } });
@@||cdnjs.cloudflare.com/ajax/libs/fuckadblock/3.2.1/fuckadblock.min.js$domain=evilkingmedia.com
! https://github.com/AdguardTeam/AdguardFilters/issues/22630
macitynet.it#$#body.td-ad-background-link { cursor:initial!important; }
macitynet.it#$##td-outer-wrap > .td-header-wrap {margin-top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/17789
lffl.org##.egg-container
lffl.org##.cegg_widget_products
! https://github.com/AdguardTeam/AdguardFilters/issues/22446
gamesforum.it#@#.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/22166
qdmnotizie.it###mvp-foot-logo
qdmnotizie.it#$#.custom-background { background:none!important; }
qdmnotizie.it###mvp-wallpaper
! https://github.com/AdguardTeam/AdguardFilters/issues/21189
ispazio.net##.adverts-widget
ispazio.net##.entry-content > .entr-footer
ispazio.net##.entry-content > div[style="float:left;height:300px;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/21195
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=popcorntv.it
popcorntv.it#%#Object.defineProperties(window,{wantedPreroll:{value:0},adstarted:{value:5},waterfallIndex:{value:11}});
! https://github.com/AdguardTeam/AdguardFilters/issues/20689
animetubeitalia.it#@##banner_ad
! https://github.com/AdguardTeam/AdguardFilters/issues/20162
mondomobileweb.it###custom_html-25
mondomobileweb.it###custom_html-20
mondomobileweb.it###custom_html-13
! https://github.com/AdguardTeam/AdguardFilters/issues/19763
@@||itascan.info/js/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/19593
@@||ilpuntotecnico.com/forum/RealPopup/blockadblock.js
@@||ilpuntotecnico.com^$generichide
ilpuntotecnico.com##.container > div[style="text-align:center; height: 95px;"]
ilpuntotecnico.com##div[style="text-align:center; height:255px;"][id]
! https://github.com/AdguardTeam/AdguardFilters/issues/19275
||static-js.net-cdn.it/the-purge^$third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/18845
gamesvillage.it##article[id^="post-"] > p[alig] + br
gamesvillage.it#$#.header { margin-bottom: 0!important; }
gamesvillage.it##.post-detail-row > br
! https://github.com/AdguardTeam/AdguardFilters/issues/17006
@@||googletagservices.com/dcm/dcmads.js$domain=italiamac.it
@@||adspremium.it/adserver/www/delivery/lg.php?$domain=italiamac.it
@@||adspremium.it/adserver/www/delivery/ajs.php?zoneid=$domain=italiamac.it
! https://github.com/AdguardTeam/AdguardFilters/issues/18377
! https://github.com/AdguardTeam/AdguardFilters/issues/32311
||macitynet.it/wp-content/uploads/*/gearbest
macitynet.it#$#body { background:none!important; }
macitynet.it#%#window.open = function() {};
||macitynet.it/wp-content/uploads/2019/04/macitynetbig.jpg
! https://github.com/AdguardTeam/AdguardFilters/issues/18118
tg.la7.it##.region > #block-block-21
tg.la7.it##div[id^="rcsad_Frame"]
tg.la7.it##.region > #block-block-24
! https://github.com/AdguardTeam/AdguardFilters/issues/18028
aranzulla.it###super-header
! https://github.com/AdguardTeam/AdguardFilters/issues/18033
gizchina.it##.td-ss-main-sidebar .textwidget > a > img
! https://github.com/AdguardTeam/AdguardFilters/issues/17881
maidirelink.it##.background-cover
||maidirelink.it/wp-content/uploads/2017/02/sconti-amazon.jpg
! https://github.com/AdguardTeam/AdguardFilters/issues/30320
! https://github.com/AdguardTeam/AdguardFilters/issues/17802
forum.telefonino.net##.blz_link_container
! https://github.com/AdguardTeam/AdguardFilters/issues/17816
slidetomac.com###ad_300_subfirst
! https://github.com/AdguardTeam/AdguardFilters/issues/17790
farmacoecura.it##.nativeadv
farmacoecura.it###adv_content
farmacoecura.it###adv_side
farmacoecura.it###minihead
! https://github.com/AdguardTeam/AdguardFilters/issues/17736
andreagaleazzi.com#$#.site { top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/17739
tim.it#$#.modal-open { overflow:visible!important; }
tim.it#$##modal_offerta { display:none!important; }
tim.it#$#.modal-backdrop { display:none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/17746
formiche.net##a[class^="banner"]
formiche.net###secondary > .widget[-ext-has='a[class^="banner"]']
formiche.net###text-17
! https://github.com/AdguardTeam/AdguardFilters/issues/17608
ilpuntotecnico.com#@#.an-advert-banner
ilpuntotecnico.com#@##adsense
ilpuntotecnico.com#@#.an-sponsored
! https://github.com/AdguardTeam/AdguardFilters/issues/17496
@@||cdnjs.cloudflare.com/ajax/libs/fuckadblock/3.2.1/fuckadblock.min.js$domain=androidaba.com
androidaba.com##.sidebar-content > #media_image-2
androidaba.com##.sidebar-content > #widget_sp_image-2
! https://github.com/AdguardTeam/AdguardFilters/issues/16900
! https://github.com/AdguardTeam/AdguardFilters/issues/16665
@@||goodtag.it/gts/*/goodvideo.js?$domain=tvserial.it
tvserial.it###DSKBillboardATFxcpciu0
! https://github.com/AdguardTeam/AdguardFilters/issues/17025
hdmotori.it,hdblog.it#$#.banner_news_top_box { height:1px!important; background-image:none!important; background:none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/31982
! https://github.com/AdguardTeam/AdguardFilters/issues/15746
calciomercato.com##.adv--300x250:not(#generic-video-player)
@@||calciomercato.com/prebid.js
@@||calciomercato.com/ads.js
@@||adv.fkadb.bid/ad_adv.js$domain=calciomercato.com
calciomercato.com#%#window.my_random_number = 1;
calciomercato.com#%#(function(){var b=window.setTimeout;window.setTimeout=function(a,c){if(!/\[_0x/.test(a.toString()))return b(a,c)};})();
calciomercato.com$$script[tag-content="AntiAdblock"][min-length="2000"][max-length="5000"]
! https://github.com/AdguardTeam/AdguardFilters/issues/15615
@@||timvision.it/showads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/15676
! https://github.com/AdguardTeam/AdguardFilters/issues/14586
hdmotori.it#$#.ads_block { width: 15px!important; height: 15px!important; }
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=hdmotori.it
hdmotori.it#@#.ads_block
hdblog.it###banner4_300600
! https://github.com/AdguardTeam/AdguardFilters/issues/20525
! https://github.com/AdguardTeam/AdguardFilters/issues/17770
! https://github.com/AdguardTeam/AdguardFilters/issues/14602
! https://github.com/AdguardTeam/AdguardFilters/issues/14739
hdblog.it,hdmotori.it##.box_highlight_hot[style*="margin-top"]
!+ NOT_OPTIMIZED
hdblog.it,hdmotori.it##.box_highlight_footer[style*="margin-top"]
hdmotori.it##.box_highlight_hot
hdmotori.it,hdblog.it###banner2_980
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=hdblog.it
hdblog.it##.compras_items > .item_prod
hdmotori.it,hdblog.it###banner3_300600
hdblog.it#@#.ads_block
hdblog.it#$#.ads_block { min-height:15px!important; width: 15px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/14050
youtg.net#$##jsn-content { padding-top: 110px!important; }
youtg.net##.banneritem
! https://github.com/AdguardTeam/AdguardFilters/issues/13780
@@||dopedgeeks.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/13194
sukkisukki.com#@##banner_ad
sukkisukki.com#%#Object.defineProperty(window, 'loadpopunder', { get: function() { return; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/13027
||msp.ticdn.it/farmunica/adv^
! https://github.com/AdguardTeam/AdguardFilters/issues/12841
cb01.zone###rk_wp_twitter_button > a[href^="https://www.cb01.zone/film"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/12578
filmhd.me###streaming-hd > a[href="#"]
! https://github.com/AdguardTeam/AdguardFilters/issues/12541
yourlifeupdated.net##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/12542
concorsipubblici.net#@##banner_ad
concorsipubblici.net##.cp-get-this-deal
! https://github.com/AdguardTeam/AdguardFilters/issues/12394
! https://github.com/AdguardTeam/AdguardFilters/issues/12264
@@||cdn.mangaeden.com/js/ad/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/12154
speedvideo.net##a[href*="/fhud/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/12152
italiaserie.blue##a[href*="/4k/?"]
! https://github.com/AdguardTeam/AdguardFilters/issues/12153
eurostreaming.video##a[href*="/ads?key="]
! https://github.com/AdguardTeam/AdguardFilters/issues/12135
cb01.zone##a[href*="/adserver/iframe?"]
! https://github.com/AdguardTeam/AdguardFilters/issues/11870
filmhd.me#%#AG_abortInlineScript(/window\.open/, '$');
! https://github.com/AdguardTeam/AdguardFilters/issues/11410
guardarefilm.life,guardarefilm.live##a[href^="/4k/"]
guardarefilm.life,guardarefilm.live##a[href^="http://play4k.co/"]
guardarefilm.life,guardarefilm.live##[data-link^="https://vod.play4k.co/"]
guardarefilm.life,guardarefilm.live#%#AG_onLoad(function() { setTimeout(function() { var el2=document.querySelector('.list-play li:nth-child(2) > .ml'); if(el2) { el2.click(); } }, 500); });
!+ PLATFORM(windows, mac, android)
guardarefilm.life,guardarefilm.live#%#AG_onLoad(function() { var el=document.querySelector('.hd-cat-player-inner'); var ce=document.createElement('iframe'); if(el) { el.appendChild(ce); } });
! https://github.com/AdguardTeam/AdguardFilters/issues/11263
altadefinizione.bid##a[href^="http://altadefinizione.bid"][href*="wth.php"]
speedvideo.net###playerstart
||speedvideo.net/4k^
speedvideo.net###preparevideo
! https://github.com/AdguardTeam/AdguardFilters/issues/11260
filmhd.me###buttonposter
filmhd.me##.movie-actions #play-button
!! https://github.com/AdguardTeam/AdguardFilters/issues/11258
shrink-service.it#%#AG_onLoad(function() { setTimeout(function() {var loc = document.querySelectorAll('[value]')[0]; if (loc.type="hidden" && loc.value!="") {document.location.href = loc.value;}; }, 300); });
shrink-service.it#@##banner_ad
! https://github.com/AdguardTeam/AdguardFilters/issues/11000
||static.androidiani.com/wp-content/themes/androidianiv*/js/fckblock.js
androidiani.com###sidebar > ul > #text-5
! https://github.com/AdguardTeam/AdguardFilters/issues/10943
italia-film.online##article.post > div[align="center"][style*="margin-top"]
italia-film.online##a[href^="/player/play.php"]
||italia-film.online/player/play.php
! https://github.com/AdguardTeam/AdguardFilters/issues/10275
cinemalibero.club##a[href][target="__blank"] > img
cinemalibero.club#$##players { margin-top: auto!important; }
cinemalibero.club#%#(function() { window.open_ = window.open; var w_open = window.open, regex = /toroadvertisingmedia.com/; window.open = function(a, b) { if (typeof a !== 'string' || !regex.test(a)) { w_open(a, b); } }; })();
! https://github.com/AdguardTeam/AdguardFilters/issues/10023
filehd.host###container > center > a:not([href*="http://filehd.host/"]) > img
! https://github.com/AdguardTeam/AdguardFilters/issues/10122
@@||raiplay.it/dl/advertising/adframe.js
! https://github.com/AdguardTeam/AdguardFilters/issues/10027
cb01.zone##a[href^="/4k/"] > img
||cb01.zone/4k/
! https://github.com/AdguardTeam/AdguardFilters/issues/10032
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=vvvvid.it
@@||ads.mperience.net/vast$domain=imasdk.googleapis.com
||flashondemand.top-ix.org/video-omg/channels/mlogo_0.mp4
||flashondemand.top-ix.org/video-omg/vvvvid^
! https://github.com/AdguardTeam/AdguardFilters/issues/10026
swzz.xyz##div[class^="italianews"]
! https://github.com/AdguardTeam/AdguardFilters/issues/10022
altadefinizione.pink##a[href^="http://altarisoluzione.online/"]
!+ NOT_PLATFORM(ios, ext_android_cb)
hdpass.net##.wrapBgOpenload
hdpass.net#%#AG_onLoad(function() {setTimeout(function() {function clearify(url) {         var size = url.length;         if (size % 2 == 0) {             var halfIndex = size / 2;             var firstHalf = url.substring(0, halfIndex);             var secondHalf = url.substring(halfIndex, size);             var url = secondHalf + firstHalf;             var base = url.split("").reverse().join("");             var clearText = $.base64('decode', base);             return clearText         } else {             var lastChar = url[size - 1];             url[size - 1] = ' ';             url = $.trim(url);             var newSize = url.length;             var halfIndex = newSize / 2;             var firstHalf = url.substring(0, halfIndex);             var secondHalf = url.substring(halfIndex, newSize);             url = secondHalf + firstHalf;             var base = url.split("").reverse().join("");             base = base + lastChar;             var clearText = $.base64('decode', base);             return clearText         }     }  var urlEmbed = $('#urlEmbed').val(); urlEmbed = clearify(urlEmbed); var iframe = '<iframe width="100%" height="100%" src="' + urlEmbed + '" frameborder="0" scrolling="no" allowfullscreen />'; $('#playerFront').html(iframe); }, 300); });
||hdpass.net/HD/media/columbia.mp4
||hdpass.net/HD/media/warner.mp4
! https://github.com/AdguardTeam/AdguardFilters/issues/8496
italiashare.life##.bforum > #blockblockB
italiashare.life##div[style^="width:200px; height:728px;"]
italiashare.life###adblockplus
italiashare.life#%#AG_abortInlineScript(/abisuq/, 'document.addEventListener');
@@||italiashare.life/adblock/advertisement.js
@@||italiashare.life/advertisement.js
@@||italiashare.life/adblock/adframe.js
! https://github.com/AdguardTeam/AdguardFilters/issues/9025
calciomercato.it#$#.banner_RaccomandazioniArticolo { height: 1px!important; }
calciomercato.it###sidebar > .widget__content:has(>.banner_Sidebar)
! https://github.com/AdguardTeam/AdguardFilters/issues/8114
dblegacy.forumcommunity.net##.popup_adb
! https://github.com/AdguardTeam/AdguardFilters/issues/7591
@@/ads/adv/*$script,domain=video.virgilio.it
! https://github.com/AdguardTeam/AdguardFilters/issues/7032
@@||latin.it/banner.php
! https://github.com/AdguardTeam/AdguardFilters/issues/6732
! https://github.com/AdguardTeam/AdguardFilters/issues/6430
@@||jdownlader2premiums.blogspot.de^$generichide
jdownlader2premiums.blogspot.de##a[href^="http://amzn.to/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/6416
gpro.net##.boxy[-ext-has="#blockblockA"]
! https://github.com/AdguardTeam/AdguardFilters/issues/6412
mmorpgitalia.it#$#.adContainer { height: 1px!important; }
mmorpgitalia.it###topskin_clicktag
! https://github.com/AdguardTeam/AdguardFilters/issues/6275
italiashare.info#%#Object.defineProperties(window,{adblockblock:{value:function(){}}});
italiashare.info###adblockplus
! https://github.com/AdguardTeam/AdguardFilters/issues/6244
@@||acquavivalive.it/TemplateLive/app/assets/js/ads.js
acquavivalive.it##[class^="mkt-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/6055
@@||animeforce.org^$generichide
animeforce.org#$#[id^="MarketGidWrap"] { position: absolute!important; left: -3000px!important; }
||animeforce.org/frames/site-300.250.html
||animeforce.org/frames/300.250.html
! https://github.com/AdguardTeam/AdguardFilters/issues/5902
dasolo.me#%#Object.defineProperty(window,'adblock_aktiv',{value:false});
@@||dasolo.me^$generichide
@@||dasolo.me/show_ads.js
@@||dasolo.me/advertisement.js
@@||dasolo.me/ads/$image,domain=dasolo.me
dasolo.me##.footad
! https://github.com/AdguardTeam/AdguardFilters/issues/5246
canti-uccelli.it#@##banner_ad
! https://github.com/AdguardTeam/AdguardFilters/issues/5106
||zeusnews.it/antiadb.js
! https://github.com/AdguardTeam/AdguardFilters/issues/4838
@@||acea.it^$jsinject
@@||acea.it^$extension
! https://github.com/AdguardTeam/AdguardFilters/issues/4606
architetturaecosostenibile.it#@##banner_ad
! https://github.com/AdguardTeam/AdguardFilters/issues/3689
hackyouriphone.org##.sweet-overlay
hackyouriphone.org##div.show-sweet-alert
! https://forum.adguard.com/index.php?threads/16027/
dbplanet.net###document_modal
dbplanet.net###some_ad_block_key_popup
! https://github.com/AdguardTeam/AdguardFilters/issues/3186
||tradingmania.it/wp-content/uploads/*bdswiss$image
||tradingmania.it/wp-content/uploads/2016/09/corso-trading-online.gif
||tradingmania.it/wp-content/uploads/2016/06/Bonus-100-mania.jpg
! https://github.com/AdguardTeam/AdguardFilters/issues/3030
@@||calciomercato.com/promodisplay
calciomercato.com$$script[tag-content="new FuckAdBlock"][max-length="30000"]
!
ilfattoquotidiano.it##.rullo-item.special
ridble.com##.adisclaimer
fibs.it##a[href="http://www.aisla.it"] > img
hwupgrade.it##.amz-prodotto
androidworld.it##.b-adv
tg24.sky.it###advBoxTop
tg24.sky.it###advBoxBottom
ansa.it##.adv
ansa.it##.sponsor-menu
androidiani.com##ol#posts > li.postbitlegacy#post_
||lffl.org/wp-content/uploads/*/techrepair.jpg
||lffl.org/wp-content/uploads/*/Scopri-il-GM6.png
||lffl.org/wp-content/uploads/*/mrdeals-banner.jpg
||lffl.org/wp-content/uploads/*/techbannerino320x100.jpg
hwupgrade.it##.bannerMobile
hwupgrade.it###top300x250-container
hwupgrade.it###top300x250-background
hwupgrade.it##.page-content > div[style="width:300px; height:250px; "]:not([class]):not([id])
hwupgrade.it###col-dx-inner > div[style="width:300px; height:250px; "]:not([class]):not([id])
casacinema.video##a[href^="http://www.casacinema.video/fdh/wth.php"]
altadefinizione.pink##.sm_header > a[rel="nofollow"] > img
filmpertutti.black##a[href^="http://www.filmpertutti.black/fdh/wth.php"]
||altadefinizione.live/templates/Dark/img/reg.png
altadefinizione.live###mirrors > li > a[href="#"][class="playerlink"]
casacinema.video,filmpertutti.black,filmsenzalimiti.black##.ads
filmsenzalimiti.black##a[href^="http://filmsenzalimiti.black/fdh/wth.php"]
filmstreaminghd.biz##a[href="http://www.filmstreaminghd.biz/player/check.html"]
filmstreaminghd.biz##.wp-content[itemprop="description"] > div[style="float:none;margin:10px 0 10px 0;text-align:center;"]
||filmstreaminghd.biz/player/play.php
||filmstreaminghd.biz/player/banner.png
filmissimi.net##a[href^="https://www.filmissimi.net/4k/"]
||filmissimi.net/wp-content/uploads/2017/06/guarda7-2.png
altadefinizione01.zone,altadefinizione01.life##[data-link^="https://vod.play4k.co/"]
altadefinizione01.zone,altadefinizione01.life##a[href^="/4k/"]
altadefinizione01.zone,altadefinizione01.life##a[href^="http://play4k.co/"]
altadefinizione01.zone,altadefinizione01.life##.player-btn-outer
ilmessaggero.it###outbrain
hdmotori.it,hdblog.it##.ads
tiscali.it##.container_b_1
tiscali.it##.adv300x100vd
tiscali.it##.banner320x250
tiscali.it##.c1c6
megahd.tv##body > div[style] > div[id]:not([style]):not([id="megahd_wrapper"])
mediaset.it##div[class$="stickyadv"]
retenews24.it##a[href$="http://www.larivistaweb.it/le_monde_en_un_clic/"]
||ilsussidiario.net/images/banner_*.
||artimondo.it/promo^$third-party
||ilsussidiario.net/images/banner-*.
corriere.it###youreporter
corriere.it###ddayBox
corriere.it##a[href^="https://it.chili.tv"]
libero.it###sixpack
libero.it###partners
libero.it###bantwo
tiscali.it###meetic_quad
tiscali.it##.oroscopo_n
virgilio.it##div[class*="box-adv"]
virgilio.it##div[id$="advbreak"]
virgilio.it###localadvstuff
virgilio.it##div[id^="banner"] > div[id^="ad"]
virgilio.it##div[id^="sponsy"]
beppegrillo.it##div[id^="spazio_google_ads"]
beppegrillo.it##div[id^="google3"]
||beppegrillo.it/js/cadetect.js
! https://github.com/AdguardTeam/AdguardFilters/issues/2550
@@||aranzulla.it^*ads$domain=aranzulla.it
!---------------------------------------------------------------------
!------------------------------ Khmer --------------------------------
!---------------------------------------------------------------------
! https://github.com/AdguardTeam/AdguardFilters/issues/17698
dap-news.com##.ads
!---------------------------------------------------------------------
!------------------------------ Korean -------------------------------
!---------------------------------------------------------------------
! https://github.com/AdguardTeam/AdguardFilters/issues/39953
happycampus.com##.go_ad_banner
! https://github.com/AdguardTeam/AdguardFilters/issues/38795
manamoa.net,manamoa1.net,manamoa2.net,manamoa3.net,manamoa4.net,manamoa5.net,manamoa6.net,manamoa7.net,manamoa8.net,manamoa9.net,manamoa10.net,manamoa11.net,manamoa12.net###hd_pop
manamoa.net,manamoa1.net,manamoa2.net,manamoa3.net,manamoa4.net,manamoa5.net,manamoa6.net,manamoa7.net,manamoa8.net,manamoa9.net,manamoa10.net,manamoa11.net,manamoa12.net##.ad-banner-widget
! https://github.com/AdguardTeam/AdguardFilters/issues/38758
buzztoon.com,buzztoon1.com,buzztoon2.com,buzztoon3.com,buzztoon4.com,buzztoon5.com,buzztoon6.com,buzztoon7.com,buzztoon8.com,buzztoon9.com,buzztoon10.com,buzztoon11.com,buzztoon12.com,buzztoon13.com,buzztoon14.com##div[class^="banner_"]
buzztoon.com,buzztoon1.com,buzztoon2.com,buzztoon3.com,buzztoon4.com,buzztoon5.com,buzztoon6.com,buzztoon7.com,buzztoon8.com,buzztoon9.com,buzztoon10.com,buzztoon11.com,buzztoon12.com,buzztoon13.com,buzztoon14.com###hd_pop
/^https:\/\/buzztoon?.+.com\/data\/[A-Za-z0-9_]+.gif/$domain=buzztoon.com|buzztoon1.com|buzztoon2.com|buzztoon3.com|buzztoon4.com|buzztoon5.com|buzztoon6.com|buzztoon7.com|buzztoon8.com|buzztoon9.com|buzztoon10.com|buzztoon11.com|buzztoon12.com|buzztoon13.com|buzztoon14.com
! https://github.com/AdguardTeam/AdguardFilters/issues/38240
dispatch.co.kr###topAdRoll
dispatch.co.kr##body > div[style="height: 45px;"]:not([id]):not([class])
! https://github.com/AdguardTeam/AdguardFilters/issues/38162
yazaral11.com##div[id^="sitemap"] > a[href][target="_blank"]
yazaral11.com###bitme
! https://github.com/AdguardTeam/AdguardFilters/issues/38131
lifelonglearning.kr#$#.adsbygoogle { position: absolute!important; left: -10000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/38045
cafe.naver.com###cafe-intro
! https://github.com/AdguardTeam/AdguardFilters/issues/37504
tgd.kr###header-top-notice
! https://github.com/AdguardTeam/AdguardFilters/issues/37747
! https://github.com/AdguardTeam/AdguardFilters/issues/33603
toonkor.page##.main_top_bann
toonkor.page##.top_banner
toonkor.page##div[class^="bancol"]
! https://github.com/AdguardTeam/AdguardFilters/issues/37517
maniac-game.tistory.com##ins.adsbygoogle
maniac-game.tistory.com#@#.adsbygoogle
maniac-game.tistory.com#$#div.adsbygoogle { display: block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/26599
||imp.performanceplay.co.kr^$domain=ytn.co.kr
! https://github.com/AdguardTeam/AdguardFilters/issues/35672
@@||webzook.net/js/fuckadblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/35528
! https://github.com/AdguardTeam/AdguardFilters/issues/36241
||toonkor.*/bann^
! https://github.com/AdguardTeam/AdguardFilters/issues/37758
! https://github.com/AdguardTeam/AdguardFilters/issues/35837
ilsangt.tistory.com#$#.adsense-area { height: 1px!important; }
ilsangt.tistory.com#@#.adsense-area
ilsangt.tistory.com#@#.adsbygoogle
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=ilsangt.tistory.com
ilsangt.tistory.com#@#ins.adsbygoogle[data-ad-client]:not([data-matched-content-ui-type])
! https://github.com/AdguardTeam/AdguardFilters/issues/34623
web1907.tistory.com#@#.adsbygoogle
web1907.tistory.com#%#AG_abortOnPropertyRead('blockCode');
@@||daumcdn.net/tistory/*/skin/images/fuckadblock.js$domain=web1907.tistory.com
! https://github.com/AdguardTeam/AdguardFilters/issues/34577
moroa.tistory.com#%#AG_setConstant('adsbygoogle.loaded', 'true');
! https://github.com/AdguardTeam/AdguardFilters/issues/33404
wfwf17.com##.top-banner
||blogspot.com/*/*.gif$domain=wfwf17.com
! https://github.com/AdguardTeam/AdguardFilters/issues/33292
namu.live##.containe-fluid > .ad
! https://github.com/AdguardTeam/AdguardFilters/issues/30742
! https://github.com/AdguardTeam/AdguardFilters/issues/32799
@@||ad.smartmediarep.com/NetInsight/video^$domain=allvod.sbs.co.kr
!+ PLATFORM(windows, mac, android) NOT_OPTIMIZED
tvchosun.com##.flowplayer-ad-skip
||smrmembers-smr.smartmediarep.com/smc/smrmembers^$mp4,important
||cdnprism.pandora.tv/_adv_img^$domain=tvchosun.com,mp4,important
! https://github.com/AdguardTeam/AdguardFilters/issues/32406
news.heraldcorp.com###FadeADLayer
news.heraldcorp.com##div[id^="mobonDivBanner_"]
||js.newsmobile.co.kr/FadeIn_v*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/32032
mtoon10.com##a[href^="https://www.mtoon10.com/bbs/link.php?bo_table=banner"]
! https://github.com/AdguardTeam/AdguardFilters/issues/32382
blog.naver.com###ssp-adpost
||ssl.pstatic.net/tveta/libs/ssp/res/r.html$domain=blog.naver.com
! https://github.com/AdguardTeam/AdguardFilters/issues/32344
manamoa11.net,manamoa10.net,manamoa9.net,manamoa8.net,manamoa6.net,manamoa4.net,manamoa3.net,manamoa2.net,manamoa.net##.ad-banner-widget
! https://github.com/AdguardTeam/AdguardFilters/issues/32375
! https://github.com/AdguardTeam/AdguardFilters/issues/31959
naver.com#$#.section_newscast { padding-top:0px!important; }
naver.com##div[id^="veta_"]
! https://github.com/AdguardTeam/AdguardFilters/issues/32039
dcinside.com##iframe[src^="https://ad.pentabox.net/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/32031
||jusomoa.com/data/file/banner/
! https://github.com/AdguardTeam/AdguardFilters/issues/31905
@@||cdnjs.cloudflare.com/ajax/libs/fuckadblock/3.2.1/fuckadblock.min.js$domain=1004lucifer.blogspot.com
! https://github.com/AdguardTeam/AdguardFilters/issues/31452
marumaru01.com##.widget-basic-banner
||marumaru01.com/data/apms/egg_banner/
! https://github.com/AdguardTeam/AdguardFilters/issues/31379
daum.net##.advert_svcbnr
! https://github.com/AdguardTeam/AdguardFilters/issues/30018
torrentwal.com###left_ad_1
||torrentwal.com/banner/
! https://github.com/AdguardTeam/AdguardFilters/issues/37553
@@||pagead2.googlesyndication.com/pagead/js/*/reactive_library.js$domain=linsoo.co.kr
@@||googleads.g.doubleclick.net/pagead/ads?client=ca-pub-$domain=linsoo.co.kr
@@||adservice.google.*/adsid/integrator.js$domain=linsoo.co.kr
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=linsoo.co.kr
@@||pagead2.googlesyndication.com/pagead/js/*/show_ads_impl.js$domain=linsoo.co.kr
@@||pagead2.googlesyndication.com/pub-config/*/ca-pub-*.js$domain=linsoo.co.kr
linsoo.co.kr#@#.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/29174
torrentpan.net##.basic-banner
torrentpan.net##.side-banner-box
! https://github.com/AdguardTeam/AdguardFilters/issues/29823
yapletv5.com##.nivo-wrapper
yapletv5.com##.basic-post-slider
||yapletv5.com/data/ask_banner/
||yapletv5.com/data/file/banner
yapletv5.com##.div-carousel.widget-basic-post-photo-carousel
! https://github.com/AdguardTeam/AdguardFilters/issues/29798
! https://github.com/AdguardTeam/AdguardFilters/issues/27954
hiyobi.me##div[class][style] > div[style="width:100%;height:100%;text-align:center"]
hiyobi.me##body > div[class][style]:has(> div[style="width:100%;height:100%;text-align:center"] > a[href] > img[width="100%"])
! https://github.com/AdguardTeam/AdguardFilters/issues/31818
||newtoki*.*/data/banner/
newtoki24.net,newtoki23.com,newtoki23.net,newtoki8.com,newtoki7.net,newtoki4.net,newtoki2.net#$#body { overflow: visible!important; padding-right: 0!important; }
newtoki24.net,newtoki23.com,newtoki23.net,newtoki8.com,newtoki7.net,newtoki4.net,newtoki2.net#$#.modal-backdrop { display: none!important; }
newtoki24.net,newtoki23.com,newtoki23.net,newtoki8.com,newtoki7.net,newtoki4.net,newtoki2.net#$##adModal { display: none!important; }
newtoki24.net,newtoki23.com,newtoki23.net,newtoki8.com,newtoki7.net,newtoki4.net,newtoki2.net#%#AG_abortInlineScript(/\('#adModal'\)\.modal\('show'\)/, 'jQuery');
! https://github.com/AdguardTeam/AdguardFilters/issues/29331
@@||lover.ne.kr^$generichide
lover.ne.kr##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/28912
! https://github.com/AdguardTeam/AdguardFilters/issues/29006
! https://github.com/AdguardTeam/AdguardFilters/issues/28832
te31.com##a[target="_blank"] > img[width="300"]
! https://github.com/AdguardTeam/AdguardFilters/issues/28703
@@||cdn.syreop.com/javascripts/fuckadblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/28109
||etoland.co.kr/img/banner/
! https://github.com/AdguardTeam/AdguardFilters/issues/26151
speedtoon.com##.banners
! https://github.com/AdguardTeam/AdguardFilters/issues/26433
torrenthaja.com##div.main-banner
torrenthaja.com##div.side-banner
! https://github.com/AdguardTeam/AdguardFilters/issues/23346
||innorame.com^$third-party
thebigdata.co.kr##div[id^="mobitree"]
! https://github.com/AdguardTeam/AdguardFilters/issues/27999
! https://github.com/AdguardTeam/AdguardFilters/issues/27927
! https://github.com/AdguardTeam/AdguardFilters/issues/28013
! https://github.com/AdguardTeam/AdguardFilters/issues/27867
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=kakao.com
! https://github.com/AdguardTeam/AdguardFilters/issues/27854
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=kakaotv.daum.net
! https://github.com/AdguardTeam/AdguardFilters/issues/27390
||vod*.shoppingcall.me/ad_shoppingCallme.php
! https://github.com/AdguardTeam/AdguardFilters/issues/25933
m.ondisk.co.kr#$##js_evtBnnrLayerFortune { display: none!important; }
m.ondisk.co.kr#$#body > div.blankElement[style*="z-index:"] { display: none!important; }
m.ondisk.co.kr#$#body { overflow: visible!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/25707
/banner/img/$domain=mdtoday.co.kr
! https://github.com/AdguardTeam/AdguardFilters/issues/26813
||newtoki.com/data/banner/
newtoki.com#$#body { overflow: visible!important; }
newtoki.com#$#.modal-backdrop { display: none!important; }
newtoki.com#$##adModal { display: none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/24621
brotoon.com##.basic-banner
brotoon.com##.board-tail-banner
! https://github.com/AdguardTeam/AdguardFilters/issues/26579
! https://github.com/AdguardTeam/AdguardFilters/issues/26475
! https://github.com/AdguardTeam/AdguardFilters/issues/31048
! https://github.com/AdguardTeam/AdguardFilters/issues/30243
! https://github.com/AdguardTeam/AdguardFilters/issues/29547
! https://github.com/AdguardTeam/AdguardFilters/issues/26568
mangashow5.me,mangashow3.me,mangashow2.me,mangashow.me##.banner[onclick]
||blogspot.com/*/BN_ID-*x*.gif$domain=mangashow3.me|mangashow5.me
||mangashow2.me/img/banner/
||mangashow.me/img/msm/index_banner
! https://github.com/AdguardTeam/AdguardFilters/issues/25475
betanews.heraldcorp.com,betanews.heraldcorp.com:8080###banner_right01
betanews.heraldcorp.com,betanews.heraldcorp.com:8080###banner_right02
betanews.heraldcorp.com,betanews.heraldcorp.com:8080##iframe[src*=".betanews.net/banner.html?"][id^="ad_"]
betanews.heraldcorp.com##body > center > div[style="position:relative;width:728px;height:90px;margin:5px auto;"]
||betanews.net/banner.html^
! https://github.com/AdguardTeam/AdguardFilters/issues/25255
! https://github.com/AdguardTeam/AdguardFilters/issues/25167
jimnong.tistory.com#@#.adsbygoogle
jimnong.tistory.com###sidebar .adsbygoogle
jimnong.tistory.com##div[align="center"] > .adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/23658
||wasabisyrup.com/template/plugin02.js
||partner.toptoon.com/assets/files/banner^
||partner.toptoon.com/out^
! https://github.com/AdguardTeam/AdguardFilters/issues/24548
hellven.net###fboardlist > a[href].thumbnail
hellven.net##a[href^="https://hellven.net/bbs/adver_link.php"]
hellven.net##.col-md-3 > a[href][target="_blank"].thumbnail[style]
||hellven.net/data/apms/banner/
! https://github.com/AdguardTeam/AdguardFilters/issues/23821
koreapas.com##a[href^="https://bit.ly"][target="_blank"] > img
koreapas.com##a[href^="view.php?id="] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/23935
! https://github.com/AdguardTeam/AdguardFilters/issues/23846
! https://github.com/AdguardTeam/AdguardFilters/issues/23609
gigglehd.com##.widget_banner_skin
! https://github.com/AdguardTeam/AdguardFilters/issues/23646
@@||madpeople.net/layouts/xecenter/js/fuckadblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/37169
! https://github.com/AdguardTeam/AdguardFilters/issues/23245
dasibomtv.io,dasibomtv.net##.wpb_wrapper > div.wpb_single_image
dasibomtv.io,dasibomtv.net##.widget > div[style="text-align: center; "] > a[target="_blank"] > img
dasibomtv.io,dasibomtv.net##.widget > a[target="_blank"] > img
dasibomtv.io,dasibomtv.net##p[align="center"] > a[target="_blank"] > img
dasibomtv.io,dasibomtv.net##.wpb_wrapper > div.wpb_text_column a[target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/23050
marumaru.in###responsive-banner
marumaru.in##iframe[data-src^="//ssp.realclick.co.kr/"][id^="realssp_adinter"]
! https://github.com/AdguardTeam/AdguardFilters/issues/23017
@@||cdnjs.cloudflare.com/ajax/libs/fuckadblock/3.2.1/fuckadblock.min.js$domain=gmyankee.tistory.com
! https://github.com/AdguardTeam/AdguardFilters/issues/22893
! https://github.com/AdguardTeam/AdguardFilters/issues/22902
! https://github.com/AdguardTeam/AdguardFilters/issues/22807
khan.co.kr##.bn_photobank
khan.co.kr##.link_banner
khan.co.kr##.ad_imgBanner
! https://github.com/AdguardTeam/AdguardFilters/issues/22752
! https://github.com/AdguardTeam/AdguardFilters/issues/22749
! https://github.com/AdguardTeam/AdguardFilters/issues/22448
tzoy.me##.main-box-ad
||tzoy.me/data/banner/
! https://github.com/AdguardTeam/AdguardFilters/issues/22071
tzog.me##.main-box-ad
||tzog.me/data/banner/
! https://github.com/AdguardTeam/AdguardFilters/issues/30022
! https://github.com/AdguardTeam/AdguardFilters/issues/21905
torrentmap.com##.banner
torrentmap.com###ad_board
torrentmap.com###wrapper > #container > div[style="text-align:center; margin:10px;"]:not([class]):not([id]) > div[style^="width:100%;"]
torrentmap.com###hd_wrapper > div[style="float:right; width:450px; margin-top:10px;"]:not([class]):not([id])
torrentmap.com###container_wr > #container > div[style="margin-bottom:20px; border:1px #ccc solid; background:#fff; padding:6px;"]:not([class]):not([id])
torrentmap.com###container_wr > div[style="float:right; width:305px; height:60px; margin:0 0 10px 0; border:1px #ddd solid; background:#fff; line-height:60px; text-align:center; color:#ccc;"]:not([class]):not([id])
||torrentmap.com/banner/
! https://github.com/AdguardTeam/AdguardFilters/issues/21316
@@||ad.smartmediarep.com/crossdomain.xml$domain=sbscnbc.sbs.co.kr
! https://github.com/AdguardTeam/AdguardFilters/issues/21233
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=vod.mbcsportsplus.com
@@||vod.mbcsportsplus.com/player.html
! https://github.com/AdguardTeam/AdguardFilters/issues/21105
ppomppu.co.kr##.container > div > #pp_ban_bbs_list
ppomppu.co.kr##.container #result_box[style] > .power-link
ppomppu.co.kr##.ebay-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/21089
ittopic.tistory.com##.adsbygoogle
dldduxhrl.tistory.com##.tt_article_useless_p_margin > div[style="float:right;margin:0 0 10px 10px;width:336px;height:280px"]
dldduxhrl.tistory.com##.tt_adsense_bottom
dldduxhrl.tistory.com##.tt_article_useless_p_margin > #TixIntroMap
! https://github.com/AdguardTeam/AdguardFilters/issues/20547
dasibom.tv##div[id^="dasib-"] > a[href][target="_blank"] > img
dasibom.tv##div[class="vc_row wpb_row vc_row-fluid"] > div[class="wpb_column column_container col-md-3 vc_col-xs-3"]
||dasibom.tv/wp-content/uploads/*/*/*180.gif
||dasibom.tv/wp-content/uploads/*/*/*300.gif
||dasibom.tv/wp-content/uploads/*/*/*728.gif
! https://github.com/AdguardTeam/AdguardFilters/issues/20513
! https://github.com/AdguardTeam/AdguardFilters/issues/19658
dasiboda.com##.main-content a[target="_blank"]:not([href*="kakao"])
||dasiboda.com/dasi_media*/180x180
||adf.acrosspf.com^
||dasiboda.com/dasi_media/*300x300
opentv.media,dasiboda.com##.sidebar a[target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/19508
bbs.ruliweb.com##.content_wrapper > .nbp_container.default
! https://github.com/AdguardTeam/AdguardFilters/issues/18799
humoruniv.com###CmAdView2
humoruniv.com###ad_240
||humoruniv.com/banner^
! https://github.com/AdguardTeam/AdguardFilters/issues/18931
fmkorea.com###adpost
! https://github.com/AdguardTeam/AdguardFilters/issues/18712
||img.mobon.net/newAd^
||dreamsearch.or.kr/servlet/adBanner
! https://github.com/AdguardTeam/AdguardFilters/issues/13762
tvnamu.org##.each_adv_center
tvnamu.org##.primary > .pane_mobile_bottom
! https://github.com/AdguardTeam/AdguardFilters/issues/18095
||apis.naver.com/rmcnmv/rmcams^
! https://github.com/AdguardTeam/AdguardFilters/issues/17319
/banner^$domain=ttonga.net|ttonga.com
||freestory01.net/banner^
! https://github.com/AdguardTeam/AdguardFilters/issues/16876
||ttonga.net/banner^
! https://github.com/AdguardTeam/AdguardFilters/issues/16592
||tv.naver.com/fragment/gnb/banner^
tv.naver.com##.end_da._banner
tv.naver.com##.da_box > a[href][onclick^="clickcr(this, 'ban.banner'"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/16016
saramin.co.kr#@##ad_top
saramin.co.kr#$##ad_top > #ad_cast { visibility: hidden!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/15357
m.kpinews.co.kr##.pushADMiddle
m.kpinews.co.kr###mobitree
! https://github.com/AdguardTeam/AdguardFilters/issues/15338
||veta.naver.com/fxshow
! https://github.com/AdguardTeam/AdguardFilters/issues/15345
dcinside.com##.banner_box
! https://github.com/AdguardTeam/AdguardFilters/issues/15024
||tcorea.com/img/banner^
tcorea.com##div[onmouseover*="#ad_more"]
tcorea.com#$#div[style*="background:#fff;"][style*="border-right:"] > table[style^="margin-top:"] { margin-top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/14925
||zipbogo.net/cdsbData_gal^
zipbogo.net##a[href^="/ad/"]
zipbogo.net##.sidebar > ul > li[-ext-has='a[href*="/ad/"]']
zipbogo.net##div[id^="popup_"]
zipbogo.net##a[href^="http://filecast.co.kr"]
! https://github.com/AdguardTeam/AdguardFilters/issues/14146
@@||script.auction.co.kr/Ad/DACommon.js
auction.co.kr#@#.bnr
auction.co.kr##.hp_side_banner
! https://forum.adguard.com/index.php?threads/28421/
tzoa.me##.main-box-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/14269
||corearoadbike.com/data/banner^
m.corearoadbike.com##table#sticky-footer
! https://github.com/AdguardTeam/AdguardFilters/issues/13544
te31.com#$#.pub_300x250.pub_300x250m.pub_728x90.text-ad.textAd.text_ad.text_ads.text-ads.text-ad-links {display:block!important;}
te31.com##table[width="900"][height="270"]
! https://github.com/AdguardTeam/AdguardFilters/issues/13890
||bikesell.co.kr/site/images/ban/
! https://github.com/AdguardTeam/AdguardFilters/issues/13751
koreanz.tv##.basic-banner
! https://github.com/AdguardTeam/AdguardFilters/issues/13421
! https://github.com/AdguardTeam/AdguardFilters/issues/12910
madpeople.net#$#.pub_300x250.pub_300x250m.pub_728x90.text-ad.textAd.text_ad.text_ads.text-ads.text-ad-links {display:block!important;}
! https://github.com/AdguardTeam/AdguardFilters/issues/11394
gall.dcinside.com###admaru
gall.dcinside.com##._BTN_AD_
gall.dcinside.com##.power_click
! https://github.com/AdguardTeam/AdguardFilters/issues/12791
||ttonga.com/banner^
! https://github.com/AdguardTeam/AdguardFilters/issues/12777
||nsbu.co.kr/js/adblockblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/12228
||nyasarang.com/files/attach/images^
nyasarang.com###top_proban_wrap00
! https://github.com/AdguardTeam/AdguardFilters/issues/10666
joins.com#@#.adBanner
! https://github.com/AdguardTeam/AdguardFilters/issues/9089
ajersi.com##a[href^="/bbs/link.php?bo_table=banner"]
! https://github.com/AdguardTeam/AdguardFilters/issues/6302
||hayan.tv/adp.htm$empty,important
hayan.tv#$#iframe[src="/adp.htm"] { height: 0!important; }
hayan.tv###screen > #message ~ div[id][style^="position: absolute; left: 50%; bottom: 0px; text-align: center; z-index:"][style$="visibility: visible;"]
@@||hayan.tv^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/3982
@@||wasabisyrup.com^$generichide
! https://forum.adguard.com/index.php?threads/18178/
@@||ani19.net/js/ads.js
@@||ani19.net/vendor/fuckadblock/fuckadblock.js
@@||ani19.net/js/ads.exoclick.com.js
!
||mediacategory.com/servlet/iadbn
||mediacategory.com/servlet/adBanner
torrentleea.com###div10
||imagizer.imageshack.com/img922/5017/fDoDCo.gif
yuncomics.com##.adsense
shencomics.com,yuncomics.com##.floating-banner
mlbpark.donga.com##div[class^="ad_con"]
!---------------------------------------------------------------------
!------------------------------ Latvian ------------------------------
!---------------------------------------------------------------------
! https://github.com/AdguardTeam/AdguardFilters/issues/30887
balticlivecam.com##.vjs-poster
! https://github.com/AdguardTeam/AdguardFilters/issues/34539
autogidas.lt##.header-ann
! https://github.com/AdguardTeam/AdguardFilters/issues/3339
delfi.ee#@#.adbanner
delfi.ee#@#.bottomAdvert
delfi.ee###ab-top-bar
!
delfi.lt#%#AG_abortOnPropertyRead('_dlf.ab');
delfi.lt#%#//scriptlet("abort-on-property-read", "_dlf.ab")
delfi.lt#%#AG_setConstant('__dabd', 'noopFunc');
delfi.lt#%#//scriptlet("set-constant", "__dabd", "noopFunc")
delfi.lt###al-infoblock
delfi.lt###al-580x150
||alio.lt^$domain=delfi.lt
delfi.lt##img[alt="topsport"]
delfi.lt###ads-bottom-bar-container
||ap.delfi.ee^
delfi.ee##div[class$="col-has-ad"] div[id^="dwidget"]
delfi.ee##div[class$="col-has-ad"] table
||ado.delfi.ee^
delfi.ee##.pysipinnad--textlinks
||delfi.ee/misc/cobancar/*.php$subdocument
||delfi.lt/b?region=
||delfi.lv/news_export$domain=~delfi.ee|~delfi.lv
delfi.ee##a[href^="http://ap.delfi.ee/b?"]
delfi.ee###city24_precom
||delfi.lv/news_export/widget_creator.php$domain=reklama.vesti.lv
delfi.ee##.cxense-news
delfi.ee###section > div.aside
delfi.ee###right
digileht.epl.delfi.ee##.pagebreak-banner
delfi.lt##iframe[src*="//track.adform.net/"]
delfi.lt##iframe[src*="//www.alio.lt/"]
||alio.lt/info*.html$domain=delfi.lt
delfi.lt##body > div[style^="position:fixed;"][style*="z-index:9999999"]:not([class]):not([id])
delfi.lt##.right img[width="300"][height="600"]
delfi.lt##iframe[src^="https://www.delfi.lt/apps/banners/"]
delfi.ee##.md-banner-placement
delfi.lt##.ads-rudelfi-friends
||alio.lt/infoblock.html
delfi.lv##div[id^="zave_"]
delfi.lv##div[class^="city24"]
delfi.lv##div[class^="adsAdmin-"]
delfi.lv##.adblock_content
mixnews.lv##.advert
mixnews.lv##.banner-space
delfi.lv##.zave_m
delfi.lv##.zave_r
@@||ads.delfi.lv^$elemhide
@@||delfi.lv/celojumi^$elemhide
@@||s1.adform.net/banners/scripts/adx.js$domain=delfi.lt
delfi.lv##a.ads-blocks-link
delfi.lv##a[href*="delfi.lv/shop/click.php?shop_id="]
delfi.lv##a[href*="delfi.lv/trav/click.php?shop_id="]
mixnews.lv##img[src="/images/baltkom_player_tez.jpg"]
delfi.lt#$##header-top-banner.container { position: absolute!important; left: -3000px!important; }
delfi.lt#$##wallpaper-sitehat { position: absolute!important; left: -3000px!important; }
delfi.lt#$#.delfi-ads-block { position: absolute!important; left: -3000px!important; }
delfi.ee#$#body { margin-top: auto!important; }
delfi.lt#$##wallpaper { position: absolute!important; left: -3000px!important; }
delfi.lt#$##wallpaper-link-container { z-index: -999999!important; }
vesti.lv###subscribe-banner
vesti.lv##.banner
||vesti.lv/www/imgget/imgjs.php?
!
@@||ado.delfi.ee/files/js/ado.js$script,domain=delfi.ee
@@||delfi.ee/misc/crs/js/ads.js|$domain=delfi.ee
!---------------------------------------------------------------------
!------------------------------ Lithuanian ---------------------------
!---------------------------------------------------------------------
! https://forum.adguard.com/index.php?threads/missed-ads-on-www-delfi-lt.33213/
vaistai.lt###billboardwrapper
! https://github.com/AdguardTeam/AdguardFilters/issues/35013
! https://github.com/AdguardTeam/AdguardFilters/issues/33999
lrt.lt##.banner-block
! https://github.com/AdguardTeam/AdguardFilters/issues/31220
15min.lt##.widget-ad
15min.lt##.item:has(> a[href*="//bit.ly"][target="_blank"] > img)
! https://github.com/AdguardTeam/AdguardFilters/issues/27498
skelbiu.lt#@#DIV.content
! https://github.com/AdguardTeam/AdguardFilters/issues/27038
filmux.org##div[id*="ScriptRoot"]
@@||ufonaut.000webhostapp.com/advertisement.js$domain=filmux.org
filmux.org#$##blockblockA { display: none!important; }
filmux.org#$##blockblockB { display: block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/21166
||serveris.lnk.lt/*/ad.js?
||serveris.lnk.lt/*ad.xml?
||serveris.lnk.lt/files/x/*/*.mp4$media,domain=lnk.lt
||p.jwpcdn.com/*/vast.js$domain=lnk.lt,important
! https://github.com/AdguardTeam/AdguardFilters/issues/20953
skelbiu.lt###top-item-zone
@@||skelbiu-static.dgn.lt/static/js/show_ads.js
@@||skelbiu-static.dgn.lt/static/js/inside_ad.js
@@||skelbiu-static.dgn.lt/static/css/inside_ad.css
! https://github.com/AdguardTeam/AdguardFilters/issues/20461
tvplay.tv3.lt#@#.afs_ads
! https://github.com/AdguardTeam/AdguardFilters/issues/19084
topzone.lt##div[id^="edit"] > .tborder:not([id^="post"])
! https://github.com/AdguardTeam/AdguardFilters/issues/16150
filmux.org##.box-rekbar
! https://github.com/AdguardTeam/AdguardFilters/issues/7902
||static.vz.lt/files/antsrauto/countsJS.php^
!
m.basketnews.lt##div[style^="text-align: center; width: 300px; height: 250px;"]
m.basketnews.lt##.main_title > div[style="text-align: center;"] > a > img
15min.lt##.ads
@@/banners*swf$domain=vma.esec.vu.lt
!---------------------------------------------------------------------
!------------------------------ Mexican ------------------------------
!---------------------------------------------------------------------
poringa.net###banner-layer
poringa.net###banner-overlay
||o1.t26.net/poringa/tvmart/$domain=poringa.net
!---------------------------------------------------------------------
!------------------------------ Moldovian ----------------------------
!---------------------------------------------------------------------
jurnaltv.md###banSMP2
eumama.md###bannerPopup
point.md##.business-widget
point.md##.informer-widget
jurnaltv.md##div[id^="dqBnnRight"]
||eumama.md/sites/default/files/field/bannerfile/
!---------------------------------------------------------------------
!------------------------------ Nepali -------------------------------
!---------------------------------------------------------------------
! https://github.com/AdguardTeam/AdguardFilters/issues/33858
setopati.com###modalbox-banner
setopati.com##.top-main-ads > .mast-head
||img.setopati.org/uploads/bigyapan/$domain=setopati.com
! https://github.com/AdguardTeam/AdguardFilters/issues/26343
annapurnapost.com##.advertisement
annapurnapost.com##.sticky-footer
!---------------------------------------------------------------------
!------------------------------ Norwegian ----------------------------
!---------------------------------------------------------------------
! https://github.com/AdguardTeam/AdguardFilters/issues/38395
nettavisen.no##.am-bazaar-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/37562
dt.no##.am-bazaar-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/34686
||deiligejenter.com/testfile23.js
nakenprat.com###sidebar > li > .block:has(> .blocksubhead > span:contains(Noen sponsorer))
! https://github.com/AdguardTeam/AdguardFilters/issues/34439
@@||nettavisen.no/templates/v*/resources/admanager/templates/topover/topover.jsp
@@||nettavisen.no/api/mnemonic/v*/render/pluss.nettavisen.no/*dashboard.youplay.se*frontwidget$extension
! https://github.com/AdguardTeam/AdguardFilters/issues/35943
@@||google-analytics.com/analytics.js$domain=jula.no
! https://github.com/AdguardTeam/AdguardFilters/issues/27371
digi.no##.tujobs-ad
digi.no##.poster-placeholder
digi.no##.tu-frontpage > .frontpage-top-poster-wrap
digi.no##div[class^="sticky-col-"] > .sticky-content
! https://github.com/AdguardTeam/AdguardFilters/issues/25483
langrenn.com##body > .bannerlocation > div > a[href^="/bannerclick.php/"]
langrenn.com#$#body.haslocation12 { padding-top: 10px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/29678
! https://github.com/AdguardTeam/AdguardFilters/issues/23015
tu.no##.commercial
tu.no##.tujobs-ad
tu.no##.poster-placeholder
tu.no##article[data-pinned].annonse
tu.no##body > .surround > .top-poster-wrap.align-center
tu.no##.tu-frontpage > .frontpage-top-poster-wrap
tu.no##div[class^="sticky-col-"] > .sticky-content
tu.no##.col-full-width > .products-carousel.daily-offers
! https://github.com/AdguardTeam/AdguardFilters/issues/21961
||nakenprat.com/adfirst*.js
||nakenprat.com/adlast*.php^
! https://github.com/AdguardTeam/AdguardFilters/issues/20808
itavisen.no##.banner
! https://github.com/AdguardTeam/AdguardFilters/issues/18533
qxl.no##.butikkbunn
qxl.dk##body > div[style*="min-height:"][style*="background"]
qxl.dk###catIndexTopSeller
qxl.no###GoogleAdsensePanorama
qxl.no###qxlprofilertebox
! https://github.com/AdguardTeam/AdguardFilters/issues/31803
! https://github.com/AdguardTeam/AdguardFilters/issues/17490
viafree.no##.pause-ad
@@||v.fwmrm.net/ad/g/1$domain=viafree.no
@@||v.fwmrm.net/ad/l/1$domain=viafree.no
@@||v.fwmrm.net/crossdomain.xml$domain=viafree.dk
||freewheel-mtgx-tv.akamaized.net/*.mp4$domain=viafree.no,media,empty,important
||v.fwmrm.net/ad/g/1?$replace=/(tv\.freewheel\.SDK\._instanceQueue\['Context_[\s\S]*?'\][\s\S]*?\.requestComplete\(\{)[\s\S]*\}\);/\$1\}\);/,domain=viafree.no,important
! https://github.com/AdguardTeam/AdguardFilters/issues/16687
finn.no##iframe#easyad
finn.no##iframe#smallEasyAd
finn.no##.banner-skyscraper-container
finn.no##div.banners[style^="height: 150px"]
finn.no##.banners[data-banner-pos="topbanner"]
finn.no##div.external-banner-board.adsbox[data-controller]
finn.no##.banners.adsbox
! https://github.com/AdguardTeam/AdguardFilters/issues/12725
@@||fwmrm.net/ad/g/1?$domain=dplay.no
v.fwmrm.net/ad/g/1?$replace=/(tv\.freewheel\.SDK\._instanceQueue\['Context_[\s\S]*?'\][\s\S]*?\.requestComplete\(\{)[\s\S]*\}\);/\$1\}\);/,domain=dplay.no,important
! https://github.com/AdguardTeam/AdguardFilters/issues/11958
@@||advert.vg.no/1v*.js?v=$domain=e24.no
@@||advertisement.vg.no/1v*.js?v=$domain=e24.no
e24.no#%#Object.defineProperty(window, '__AB__', { get: function() { return; } });
e24.no##.ad
! https://github.com/AdguardTeam/AdguardFilters/issues/10383
@@||advert.vg.no/1v*.js?v=$~third-party
@@||advertisement.vg.no/1v*.js?v=$~third-party
vg.no#%#Object.defineProperty(window, '__AB__', { get: function() { return; } });
vg.no##.ad
vg.no##.appnexus.ad
vg.no##.inline-ad-text
!+ PLATFORM(windows, mac, android)
||no-vg.videoplaza.tv/proxy/distributor/$domain=vgtv.no|vg.no,important
! https://github.com/AdguardTeam/AdguardFilters/issues/7960
tv2.no##.tv2-ad
*.damoh.tv2.no/$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/
||hgc-*.svonm.com/www.tv2.no/config.json$replace=/"enabled":\strue\,/"enabled": false\,/i
||tv2.no/s/misc/homad/homadConfigTV2Live.json$replace=/"enabled":\strue\,/"enabled": false\,/i
! https://github.com/AdguardTeam/AdguardFilters/issues/6064
vgtv.no###player.pulse-isPauseAdVisible > .jw-overlays
! https://github.com/AdguardTeam/AdguardFilters/issues/5246
fuglelyder.net#@##banner_ad
!
itavisen.no##div[id^="ad-"]
vg.no###ad-topboard
!---------------------------------------------------------------------
!------------------------------ Persian ------------------------------
!---------------------------------------------------------------------
! https://github.com/AdguardTeam/AdguardFilters/issues/33352
downloadly.ir##iframe[src^="https://beta.kaprila.com/a/show.php"]
! https://github.com/AdguardTeam/AdguardFilters/issues/38063
soft98.ir##.a1dx-link
soft98.ir###adx-specials
soft98.ir###sidebar > section:has(> div > a.a1dx-link)
! https://github.com/AdguardTeam/AdguardFilters/issues/37023
soft98.ir##[class^="adx"]
||kaprila.com/a/show.js
! https://github.com/AdguardTeam/AdguardFilters/issues/33437
khabaronline.ir##section.box.ads
! https://github.com/AdguardTeam/AdguardFilters/issues/28759
||zoomit.ir/banners/
||zoomit.ir/*/*/*-*.gif
zoomit.ir##.bannercontainer
zoomit.ir##.showBanner > .declaration-inner > .declaration-container
zoomit.ir#$#.showBanner { display: none!important; }
zoomit.ir#$#body[style^="padding-top:"] { padding-top: 0!important; }
zoomit.ir#$#body > .hotMenu[style="top: auto;"] { top: 0!important; }
zoomit.ir#$#body > nav.is-sticky[style="top: 130px;"] { top: 0!important; }
zoomit.ir#%#document.cookie = "BnShowNum=4; path=/;";
! soft98.ir
soft98.ir#$#[id^="sidebar"][id*="stick"] > section { opacity: 0!important; pointer-events: none!important; }
soft98.ir#$#a.adx-link { opacity: 0!important; pointer-events: none!important; }
soft98.ir#$#.d-js2-none { display: none!important; }
soft98.ir#$#.d-js2-block { display: block!important; }
! soft98.ir/templates/soft98_default/js/jquery$replace=/\|antibot\|(\|)?[\s\S]*\|main\|/\|antibot\|\$1body\|main\|/
||soft98.ir/templates/soft98_default/js/jquery$replace=/\|antibot\|(size\|)?(\|)?[\s\S]*?\|main\|/\|antibot\|\$1\$2body\|main\|/
!||*.cf^$domain=soft98.ir,image
||*.ml^$domain=soft98.ir,image
soft98.ir##iframe[src*="//beta.kaprila.com/a/show.php?ref="]
soft98.ir##a[href*="&utm_campaign"]
!soft98.ir#$#[id^="sidebar"][id*="sticky"] > section { display:none!important; }
languagedownload.ir###content > article[id^="post-"].type-sticky.status-publish
languagedownload.ir###content > article[id^="post-"] > .entry-summary > div[data-post-id].insert-page
languagedownload.ir###content > article[id^="post-"] > div[class^="entry-"] > div[data-post-id].insert-page a[href*="://goo.gl/"]
languagedownload.ir###content > article[id^="post-"] > div[class^="entry-"] > div[data-post-id].insert-page a[href^="http://languagedownload.ir/"][title] > img[src*="/sticky"]
androidgozar.com##.container > .row > div[class][-ext-has='.ag-agah']
||androidgozar.com/agahi/remodal/dist/remodal.css
androidgozar.com##.remodal-wrapper
@@||api.digikala.com/api/AdService^
@@||soft98.ir^$generichide
asriran.com##.adv-yektanet-mrg
asriran.com##.adv_click
asriran.com##div[id^="yektanet-articles-"]
asriran.com##.adv_ifram_ticket
||api.ticketing-service.com^$domain=asriran.com
||upera.co/img/shahrzad/*
chareter.ir##.ad_sb
||beta.kaprila.com/a/show.php?ref=
p30download.com##img[width="240"][height="90"]
p30download.com##span[style^="width: 728px; height: 90px;"]
p30download.com##div[style*="width: 120px;"][style*="height: 240px;"]
p30download.com##.tabliq-468 > div[style="height: 260px; display:block"]
||sabavision.com^
||media.snn.ir/ads/
||farsroid.com/file/PopM.js
26ariamovie.in##div[class^="b"] a[rel="nofollow"] > img
26ariamovie.in##a[href="http://www.arzan57.tk/"]
download.ir##img[alt="120-240"]
p30day.com##.adsblockpop
p30day.com##.txtAdv
||8pic.ir/ads/tabligh.js
||p30day.com/images/popdanny*.js
!---------------------------------------------------------------------
!------------------------------ Philippines -------------------------------
!---------------------------------------------------------------------
joujizz.com##.video-top-wrap > .sb
!---------------------------------------------------------------------
!------------------------------ Polish -------------------------------
!---------------------------------------------------------------------
! Temporary
! https://github.com/AdguardTeam/AdguardForWindows/issues/2273
@@||wnioski.mpips.gov.pl^$extension,elemhide,jsinject
! End
! ---------------------------
! FuckAdBlock Polish
wroclawskiejedzenie.pl,jbzdy.co,innpoland.pl,jbzdy.com.pl,mywrestling.com.pl,andek.com.pl,smartage.pl,joemonster.org,tajemnice-swiata.pl,naszraciborz.pl,natemat.pl,stadionowioprawcy.net,fortnitepolska.pl,sadistic.pl,napisy24.pl,mamadu.pl,towideo.pl,forsal.pl,kresy.pl,mambiznes.pl,prnews.pl,weszlo.com,dziwneobrazki.pl#$#.pub_300x250.pub_300x250m.pub_728x90.text-ad.textAd.text_ad.text_ads.text-ads.text-ad-links {display:block!important;}
! ---------------------------
! adquesto
wroclawskiejedzenie.pl,innpoland.pl,smartage.pl,joemonster.org,natemat.pl,mamadu.pl,forsal.pl,kresy.pl,mambiznes.pl,prnews.pl,weszlo.com#%#AG_abortInlineScript(/adBlock/, 'parseInt');
||request.dqst.pl/v*/$xmlhttprequest
! https://github.com/AdguardTeam/AdguardFilters/issues/39840
@@||signs.pl/_css/adserver.css
signs.pl##div[id^="adibadi"]
||signs.pl/signlink/RL300/$image
! https://github.com/AdguardTeam/AdguardFilters/issues/39427
dziennik.pl,forsal.pl,gazetaprawna.pl##.adCaptionContainer
forsal.pl,gazetaprawna.pl#?#div[id^="miejsce"] > div[style*="text-align: center; color: grey; font-size: 10px;"]:contains(/^Reklama$/)
! https://github.com/AdguardTeam/AdguardFilters/issues/37781
interia.pl#%#!function(){-1!=window.location.href.indexOf("/wyloguj.html#utm_source=konto&utm_medium=pasek_portalowy&utm_campaign=Wylogowania_z_poczty&iwa_source=layer_logout_mail")&&(location.href="/")}();
! kreskowki.tv - skip timer
kreskowki.tv#%#AG_onLoad(function() { setTimeout(function() { if(typeof start_show_buttons === "function") { start_show_buttons(); } }, 150); });
! take-kino.pl - antiadblock
take-kino.pl#@#.afs_ads
! nadmorski24.pl - ads
||tkchopin.pl/cams/video_file/*.mp4$media,mp4
! https://github.com/AdguardTeam/AdguardFilters/issues/37199
medianarodowe.com#$#.row > .sidebar-right > #post-box::before { content: "REKLAMA"!important; position: absolute!important; background: white!important; color: white!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/37094
drogerium.pl#$#body[style="opacity: 0;"] { opacity: 1!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/35364
naekranie.pl#%#AG_abortInlineScript(/loadData|halfpage|welcome|screening/, '$');
! https://github.com/AdguardTeam/AdguardFilters/issues/36126
! https://github.com/AdguardTeam/AdguardFilters/issues/36012
ddwloclawek.pl,ddtorun.pl##.topLayer
! https://github.com/AdguardTeam/AdguardFilters/issues/37065
wylecz.to#?#.row div[class][style*="border-bottom:"][style*="max-height:"]:has(> div[style]:contains(REKLAMA))
! https://github.com/AdguardTeam/AdguardFilters/issues/35408
darkw.pl##.bladbl
darkw.pl#$#.adsbox { display: block!important; height: 1px!important; position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/35197
! https://github.com/AdguardTeam/AdguardFilters/issues/35159
vorek.pl#$#.ads.adsbox.ad { display: block!important; }
! kinoseans.pl - skip timer
kinoseans.pl#%#AG_setConstant('count', '0');
! https://github.com/AdguardTeam/AdguardFilters/issues/33675
! https://github.com/AdguardTeam/AdguardFilters/issues/34228
! https://github.com/AdguardTeam/AdguardFilters/issues/34112
poczta.o2.pl#@#body > div[class="pub_300x250 text_ads ad_container"][style] + div[class]:not([id])
! https://github.com/AdguardTeam/AdguardFilters/issues/34282
! https://github.com/AdguardTeam/AdguardFilters/issues/34100
! https://github.com/AdguardTeam/AdguardFilters/issues/37699
! https://github.com/AdguardTeam/AdguardFilters/issues/34071
@@||static.webcamera.pl/webcamera/ads.js
webcamera.pl#$#.adsbygoogle { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/33856
! https://github.com/AdguardTeam/AdguardFilters/issues/33231
andek.com.pl##.single-entry-summary > div[style="float:left;width:270px;height:260px;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/33102
! https://github.com/AdguardTeam/AdguardFilters/issues/32558
odkrywamyzakryte.com#$#.ezoic-ad { position: absolute!important; left: -3000px!important; }
odkrywamyzakryte.com##.td-ss-main-sidebar > .widget_text:has(> h4.block-title > span:contains(REKLAMA))
! https://github.com/AdguardTeam/AdguardFilters/issues/31994
chillizet.pl##.footer-article > .esi
! https://github.com/AdguardTeam/AdguardFilters/issues/31836
twojogrodek.pl#$#.pub_300x250.pub_300x250m.text-ad.textAd.text-ads.text-ad-links { display: block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/31706
metin2tech.eu#@#.adsbygoogle
metin2tech.eu#$#.adsbygoogle { display: block!important; position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/31544
@@||autocentrum.pl/system/modules/adblock/js/advertisement.js
autocentrum.pl#%#AG_setConstant('adblockJsFile', 'true');
! https://github.com/AdguardTeam/AdguardFilters/issues/31611
xiaomifans.pl#@#.adsbygoogle
xiaomifans.pl#$#.adsbygoogle { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/31459
tajemnice-swiata.pl##.mh-sidebar > div[id^="custom_html-"]
tajemnice-swiata.pl##.mh-sidebar > div[id^="text-"]:not(#text-41)
tajemnice-swiata.pl#$#.ezoic-ad { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/31343
dojrzewamy.pl##div[id^="google_ads_div_"]
dojrzewamy.pl##.adblock_info
dojrzewamy.pl#$#body .ad-container { display: block!important; height: 1px!important; }
dojrzewamy.pl#%#AG_abortInlineScript(/adblock_info/, 'setTimeout');
! https://github.com/AdguardTeam/AdguardFilters/issues/31172
@@||cdnjs.cloudflare.com/ajax/libs/fuckadblock/3.2.1/fuckadblock.min.js$domain=naszraciborz.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/31057
lwowecki.info##a[target="_blank"] > img[src$=".gif"]
! https://github.com/AdguardTeam/AdguardFilters/issues/30841
serialosy.pl#%#AG_abortOnPropertyWrite('smrtSB');
! https://github.com/AdguardTeam/AdguardFilters/issues/30525
nczas.com#$#.adsbygoogle { position: absolute!important; left: -3000px!important; }
! dniwolne.eu - ads
!+ NOT_PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari)
dniwolne.eu###main > .axv
! ekino-tv.pl - skip timer
ekino-tv.pl#%#Object.defineProperty(window,'time',{value:1});
! https://github.com/AdguardTeam/AdguardFilters/issues/30438
! valique.com - antiadblock
valique.com#$#.adds { height: 1px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/29820
jakbudowac.pl#$#.pub_300x250.pub_300x250m.text-ad.textAd.text-ads.text-ad-links { display: block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/29592
@@||static.webshark.pl/adserver/*/main_script.js?advertise_check=1
docer.pl#%#window.ads_unblocked = !0;
docer.pl#$?#iframe#doublebillboard-1 { width: 1px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/36229
! https://github.com/AdguardTeam/AdguardFilters/issues/34353
pilot.wp.pl#@#body > div:nth-of-type(1)[style^="display: block;"]:not(#page)
pilot.wp.pl#$#html > body > div.pub_300x250.text_ads.ad_container[style]:not(#page) { display: block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/29296
! legia.net - antiadblock
||get.optad360.io/*/plugin.min.js$empty,important,domain=legia.net
||lib.wtg-ads.com/lib.min.js$empty,important,domain=legia.net
||lib.wtg-ads.com/publisher/legia.net/standard.publisher.config.min.js$empty,important,domain=legia.net
! https://github.com/AdguardTeam/AdguardFilters/issues/29042
||video.onnetwork.tv^$domain=sciaga.pl
! wyborcza.pl - fixing video player
!+ PLATFORM(windows, mac, android)
||pubads.g.doubleclick.net/gampad/ads?*PREROLL$empty,important,domain=wyborcza.pl
! sadistic.pl - antiadblock
sadistic.pl###spAd
@@||cdnjs.cloudflare.com/ajax/libs/fuckadblock/3.2.1/fuckadblock.min.js$domain=sadistic.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/28505
||napisy24.pl/run/js/blad*.js$script
||google.com/*/ads.html|$empty,important,domain=napisy24.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/28554
kurnik.pl#@$#.adsbygoogle { height: 1px !important; width: 1px !important; }
kurnik.pl#$#.adsbygoogle { display: block!important; height: 2px!important; width: 1px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/28506
@@||static.gazetaprawna.pl/js/adverts.js
dziennik.pl#%#window.canRunAds = true;
! https://github.com/AdguardTeam/AdguardFilters/issues/28403
spottedskarzysko.pl##p[style="text-align: center;"] > a[rel="noopener noreferrer"] > img
spottedskarzysko.pl##p[align="center"] > a[target="_blank"][rel="noopener noreferrer"] > img
||spottedskarzysko.pl/images/data/*/UNINET-MAJ2.gif
! seciki.pl - incorrect blocking
seciki.pl#@#iframe[width="100%"][height="60"]
! https://github.com/AdguardTeam/AdguardFilters/issues/28173
scypion.pl#@#.adsbygoogle
scypion.pl#$#.adsbygoogle { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/28059
@@||satkurier.pl/frontEnd/js/ads.js
satkurier.pl#%#window.canRunAds = true;
! https://github.com/AdguardTeam/AdguardFilters/issues/28035
forsal.pl#%#window.canRunAds = true;
@@||static.forsal.pl/js/adverts.js
! https://github.com/AdguardTeam/AdguardFilters/issues/25773
skapiec.pl###content > .content-wrapper > h2.before-popularshops:has(> .advertisement)
skapiec.pl###content > .content-wrapper > h2.before-popularshops:has(> .advertisement) + div[class="slider-module-container slim no-background"]
! https://github.com/AdguardTeam/AdguardFilters/issues/27403
@@||szukajka.tv/static/fonts/$font
@@||cda.pl/video/$subdocument,domain=szukajka.tv
@@||szukajka.tv/link/$subdocument,domain=szukajka.tv
! https://github.com/AdguardTeam/AdguardFilters/issues/27314
przegladpiaseczynski.pl#$#html[class].wppas-model-open { overflow: visible!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/27249
@@||s-pt.ppstatic.pl/o/js/pp-ads/ads.js
@@||ppstatic.pl/lib/*/js/ads/*/reklama.js
! cda-tv.pl - skip timer
cda-tv.pl#%#AG_defineProperty('dtGonza.playeradstime', {value: -1}); AG_onLoad(function() { setTimeout(function() { if(window.location.href.indexOf("/links/") != -1) { var el = document.getElementById("link"); if(el) { var link = el.getAttribute("href"); window.location.replace(link); } }}, 300); });
! https://github.com/AdguardTeam/AdguardFilters/issues/26925
@@||towideo.pl/assets/smi_libs/showads.js
@@||towideo.pl/assets/ads_configs/sas_vod.js
@@||towideo.pl/assets/ads_configs/sasPluginData.js
@@||towideo.pl/assets/ads_configs/sas_ad_config_vod.js
@@||sascdn.com/video/controller.js$domain=towideo.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/26047
budujemydom.pl##.magazyn-label
budujemydom.pl##.byebye
! https://github.com/AdguardTeam/AdguardFilters/issues/26021
mecze24.pl##a[href^="https://www.mecze24.pl/bukmacher"] > img
mecze24.pl##.list > li[class]:not([data-sport]) > a[href] > img
mecze24.pl##.list ol > li.promo > a[href][rel="external"] > img[src^="upload/bookmaker/"]
mecze24.pl##ol > li.promo ~ li:not([class]):not([id]) > a[href][rel="external"] > img[src^="upload/bookmaker/"]
mecze24.pl#?#div[class^="cool-stuff"]
mecze24.pl##.active > .list > li[class]:not([data-sport]):not(.inactive):has(a[href^="https://www.mecze24.pl/bukmacher"])
meczenazywo.pl##.active > .list > li[class]:not([data-sport]):not(.inactive):has(a[href^="https://www.meczenazywo.pl/bukmacher"])
meczenazywo.pl,mecze24.pl##.active > .list > li[class]:not([data-sport]):not(.inactive):has(> fieldset a[href^="https://bit.ly/"])
meczenazywo.pl,mecze24.pl#%#Object.defineProperty(window, 'aPopunder', { get: function() { return []; } });
||cw.totolotek.pl/baner/banner*.php?refID
||extragoals.com/upload/video/fortuna.mp4
/media/js/jquery.pu.js$domain=mecze24.pl|meczenazywo.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/26562
@@||ipla.tv^$generichide
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=ipla.tv
! anime-odcinki.pl - ads
kitsune-subs.anime-odcinki.pl#%#window.showAds = true;
@@||kitsune-subs.anime-odcinki.pl/wp-content/themes/fanstrap/lib/js/advertisement.js
anime-odcinki.pl$$script[tag-content="zfgloadedpushopt"][min-length="30000"][max-length="50000"]
anime-odcinki.pl##a[href="https://e-neko.pl/"] > img
||cdn.shortpixel.ai/client/q_lossy,ret_img/https://anime-odcinki.pl/wp-content/uploads/*/ga_banner1.jpg
! https://github.com/AdguardTeam/AdguardFilters/issues/25794
bezprawnik.pl##.wall-bg-link
bezprawnik.pl#$#.wall-bg[style^="background-image:"] { background-image: none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/26054
popularne.pl#$#.ezoic-ad { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/26020
polsatsport.pl##.fl-right > a[href^="http://redefineadpl.hit.gemius.pl/hitredir/"][href*="url=https://ad.doubleclick.net/ddm/trackclk/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/26019
meczyki.pl##.container-communique
! https://github.com/AdguardTeam/AdguardFilters/issues/26076
speedtest.pl#$#.adsbygoogle { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/25849
@@||cdn.muratordom.smcloud.net/t/advert.js
@@||sascdn.com/video/controller.js$domain=mjakmama24.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/26074
mgsm.pl###left-con > .row > .columns > div[style="display: block; height: 330px; text-align:center;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/26011
money.pl##div[class^="sc-"]:has(> img[src="https://i.wpimg.pl/O/56x45/i.wp.pl/a/i/stg/pkf/bg.png"])
money.pl###app > div[data-reactroot] > div[class]:matches-css(background-image: /^url\(https:\/\/v\.wpimg\.pl\/MjAxOTAxLhopJyI7Lx00WG4cJic1Vz4eIAwmN24aKkQxFig=\)/)
money.pl###app > div[data-reactroot] > div[class]:matches-css(background-image: /^url\(https:\/\/www\.money\.pl\/static\/bg\.png\)/)
! https://github.com/AdguardTeam/AdguardFilters/issues/25329
chomikuj.pl###InboxTable > tbody > tr > td.dataCell > p.spons
chomikuj.pl###InboxTable > tbody > tr > td.dataCell + td > a[href*="/lp/"][href*="/?aid="][href*="&utm_campaign=default"]
chomikuj.pl###InboxTable > tbody > tr:has(> td.dataCell > p.spons)
! https://github.com/AdguardTeam/AdguardFilters/issues/25182
||kinonet.pl/css/images/player.gif
kinonet.pl##a[href^="https://brumflix.com/"]
kinonet.pl##.float-xl-left > .card.mb-3:has(> .card-body > a[href^="https://brumflix.com/"])
! https://github.com/AdguardTeam/AdguardFilters/issues/25285
otopress.pl##.pierwsza_reklameczka_part
otopress.pl#$#.adsbygoogle { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/24717
tv.wp.pl##div[class*=" "][height]:has(> img[src^="https://v.wpimg.pl/"][src$="=="]:not([alt]))
tv.wp.pl#$#.AdUnit.adBanner.adsbox.adsinfo.mixadvert { display: block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/26578
! https://github.com/AdguardTeam/AdguardFilters/issues/24284
||sascdn.com/video/controller.js$domain=eskago.pl,important
@@||cdnjs.cloudflare.com/ajax/libs/blockadblock/3.2.1/blockadblock.js$domain=eskago.pl
@@||cdn.rawgit.com/sitexw/FuckAdBlock/*/fuckadblock.js$domain=eskago.pl
! eskago.pl#%#Object.defineProperty(window, 'adBlockDetected', { get: function() { return adBlockUndetected; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/24095
infor.pl##.reklama > div[style^="text-align: right; color: gray;"]
! krs-online.com.pl - antiadblock
@@||krs-online.com.pl/js/showads.js
krs-online.com.pl#%#window.canRunAds = true;
! https://github.com/AdguardTeam/AdguardFilters/issues/24036
kreskowkazone.pl#@#.myTestAd
! https://github.com/AdguardTeam/AdguardFilters/issues/24008
||i.iplsc.com/twoje-zdrowie-banner^
! https://github.com/AdguardTeam/AdguardFilters/issues/23702
dziennik.pl##.widget-list-ul > .infeed1
! https://github.com/AdguardTeam/AdguardFilters/issues/23704
! ||i.wpimg.pl/O/56x45/i.wp.pl/a/i/stg/pkf/bg.png
money.pl##article[data-testid="article-main"] + aside[data-testid="article-aside"] > .iQjREM
wykop.pl##a[href^="https://www.wykop.pl/adverts"]
||wykop.pl/adverts^
wykop.pl###itemsStream > .link:has(a[href^="http://www.wykop.pl/reklama"])
! https://github.com/AdguardTeam/AdguardFilters/issues/23706
gazeta.pl###alternativeNewsSource
gazeta.pl##.o-section__adform
! https://github.com/AdguardTeam/AdguardFilters/issues/23631
dziennikbaltycki.pl,dzienniklodzki.pl,dziennikpolski24.pl,dziennikzachodni.pl,echodnia.eu,expressbydgoski.pl,expressilustrowany.pl,gazetakrakowska.pl,gazetalubuska.pl,gazetawroclawska.pl,gk24.pl,gloswielkopolski.pl,gol24.pl,gp24.pl,gs24.pl,katowice.naszemiasto.pl,kurierlubelski.pl,motofakty.pl,naszemiasto.pl,nowiny24.pl,nowosci.com.pl,nto.pl,polskatimes.pl,pomorska.pl,poranny.pl,sportowy24.pl,strefaagro.pl,strefabiznesu.pl,stronakobiet.pl,telemagazyn.pl,to.com.pl,wspolczesna.pl##.promoContainer
||ppstatic.pl/assets/gratka/v*/css/pages/promoButton.css
! https://github.com/AdguardTeam/AdguardFilters/issues/23630
instalki.pl##.module-adv
instalki.pl###outer > #banner
! https://github.com/AdguardTeam/AdguardFilters/issues/23628
pcworld.pl#%#window.uabpInject = function() {};
pcworld.pl$$script[tag-content=".uabpInject=!0,"][min-length="20000"][max-length="80000"]
! https://github.com/AdguardTeam/AdguardFilters/issues/39370
! https://github.com/AdguardTeam/AdguardFilters/issues/29945
! https://github.com/AdguardTeam/AdguardFilters/issues/28572
! https://github.com/AdguardTeam/AdguardFilters/issues/23446
@@||dziennikwschodni.pl/*/*ads.
@@||dziennikwschodni.pl/*/*?ads=$~third-party,image
dziennikwschodni.pl#$#.adholder { display: block!important; height: 1px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/23504
overwatch.pl#$#.adlabel.advertbox3.bottomAd.mini-ad.rightAd.sky_advert.top_ad_game {display:block!important;}
! https://github.com/AdguardTeam/AdguardFilters/issues/23399
gry-online.pl##.baner.if-no-baner
! https://github.com/AdguardTeam/AdguardFilters/issues/23178
@@||gamekit.io/ads.js
dogry.pl#$#.ad.ads.adBanner { display: block!important; }
dogry.pl###js-zarobek-quest-list-second-horizontal
! https://github.com/AdguardTeam/AdguardFilters/issues/23066
superportal24.pl##.bnr
superportal24.pl##.bnr--billboard
superportal24.pl##body > #page-top
! https://github.com/AdguardTeam/AdguardFilters/issues/22709
forbes.pl##div[data-run-module="local/main.stickyAloneAd"]
! https://github.com/AdguardTeam/AdguardFilters/issues/22625
dziwneobrazki.pl##.adsbygoogle
! doci.pl - antiadblock
doci.pl#$#iframe#doublebillboard-1:not(:has(>*)) { width: 1px!important; }
doci.pl#%#window.ads_unblocked = true;
! https://github.com/AdguardTeam/AdguardFilters/issues/22079
! https://github.com/AdguardTeam/AdguardFilters/issues/20305
skript.pl#%#AG_abortInlineScript(/adblocka/, 'document.addEventListener');
! ipon.pl - antiadblock
ipon.pl#$#.app_adv_baner { height: 1px!important; }
ipon.pl#$#.appAdvContainer { height: 1px!important; }
ipon.pl#%#(function(){var b=window.setTimeout;window.setTimeout=function(a,c){if(!/checkAds\(\);/.test(a.toString()))return b(a,c)};})();
! https://github.com/AdguardTeam/AdguardFilters/issues/19684
||cda.pl/*.php?*&*=$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/
||g.cda.pl/xml_adbc.php
! https://github.com/AdguardTeam/AdguardFilters/issues/19026
jbzdy.pl##.dads
! alltube.pl - popups
alltube.pl#%#AG_abortInlineScript(/__htapop /, 'document.createElement');
! https://github.com/AdguardTeam/AdguardFilters/issues/17188
! superfilm.pl - antiadblock
superfilm.pl#%#window.adblock = true;
! chip.pl - ads
chip.pl#%#Object.defineProperty(window, 'ads', { get: function() { return; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/14599
! https://github.com/AdguardTeam/AdguardFilters/issues/14435
allegro.pl##div[data-box-name*="carousel_ads"]
! https://github.com/AdguardTeam/AdguardFilters/issues/14334
@@||tools.services.tvn.pl/_ads/advert.js
! https://github.com/AdguardTeam/AdguardFilters/issues/14264
dobreprogramy.pl#%#AG_defineProperty('WP.gaf.loadAndRunBunch', { get: function() { return function() {}; }, set: function() {} });
dobreprogramy.pl#%#AG_abortInlineScript(/window\.open\('https:\/\/ad\.doubleclick\.net\//, '$');
! https://github.com/AdguardTeam/AdguardFilters/issues/14009
filmweb.pl#%#Object.defineProperty(window, 'sas', { get: function() { return { cmd: { push: function() {} } }; }, set: function() {} });
! https://github.com/AdguardTeam/AdguardFilters/issues/13641
animezone.pl#@#.myTestAd
! https://github.com/AdguardTeam/AdguardFilters/issues/13426
! https://github.com/AdguardTeam/AdguardFilters/issues/19903
!+ NOT_PLATFORM(ext_ublock)
~www.wp.pl,wp.pl##div[class^="_"] > div[class^="_"][class*="_"]:has(> img[src^="https://v.wpimg.pl/"][src$="=="][alt="WP"])
! https://github.com/AdguardTeam/AdguardFilters/issues/11314
! https://github.com/AdguardTeam/AdguardFilters/issues/11623
~www.wp.pl,wp.pl###aSlot3
! https://github.com/AdguardTeam/AdguardFilters/issues/13103
! https://github.com/AdguardTeam/AdguardFilters/issues/12308
kwejk.pl#$#.pub_300x250.pub_300x250m.pub_728x90.text-ad.textAd.text_ad.text_ads.text-ads.text-ad-links.adsbygoogle { display: block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/12024
@@||a-o.ninja/bannerinc.js
||a-o.ninja/allo.js
! electro-torrent.pl - popup
electro-torrent.pl#%#Object.defineProperty(window, 'bidrev', { get: function() { return; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/11565
gry.pl###overlay:has(>.adblock)
! tvp.pl - antiadblock
||adx.adform.net/adx/$replace=/(<VAST[\s\S]*?>)[\s\S]*?(<Extensions>[\s\S]*<\/Extensions>)[\s\S]*<\/VAST>|(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1\$2\$3<\/VAST>/,xmlhttprequest,domain=tvp.pl,important
||secure.adnxs.com/ptv?id=*&cb=*&pubclick=$replace=/(<VAST[\s\S]*?>)[\s\S]*?(<Extensions>[\s\S]*<\/Extensions>)[\s\S]*<\/VAST>|(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1\$2\$3<\/VAST>/,xmlhttprequest,domain=tvp.pl,important
||myao.adocean.pl/*ad.*?$replace=/(<VAST[\s\S]*?>)[\s\S]*?(<Extensions>[\s\S]*<\/Extensions>)[\s\S]*<\/VAST>|(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1\$2\$3<\/VAST>/,xmlhttprequest,domain=tvp.pl,important
||adocean.pl/*ad.xml$replace=/(<VAST[\s\S]*?>)[\s\S]*?(<Extensions>[\s\S]*<\/Extensions>)[\s\S]*<\/VAST>|(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1\$2\$3<\/VAST>/,domain=tvp.pl,important
||tvp.pl/video/vod/reklamy/$domain=tvp.pl
||vod.*.tvp.pl/video/vod/reklamy/
@@||adx.adform.net/adx/$xmlhttprequest,other,domain=tvp.pl
@@||myao.adocean.pl^$image,domain=tvp.pl
@@||myao.adocean.pl/_*/ad.xml$xmlhttprequest,other,domain=tvp.pl
@@||myao.adocean.pl/*ad.*?$xmlhttprequest,other,domain=tvp.pl
@@||secure.adnxs.com/ptv?id=*&cb=*&pubclick=$xmlhttprequest,other,domain=tvp.pl
@@||adservice.google.pl/adsid/integrator.js$script,domain=tvp.pl
@@||myao.adocean.pl/|$domain=tvp.pl
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=vod.tvp.pl
@@||imasdk.googleapis.com/js/sdkloader/vpaid_adapter.js$domain=vod.tvp.pl
! weszlo.com - popup
weszlo.com#%#AG_abortInlineScript(/window\.open\(getUrl,/, 'jQuery');
! pcworld.pl - ads
pcworld.pl#%#window.uabpdl = window.uabInject = true;
! https://github.com/AdguardTeam/AdguardFilters/issues/11383
a-o.ninja#%#Object.defineProperty(window, 'openload', { value: true });
a-o.ninja#%#Object.defineProperties(window, { megaupload1: { value: true }, megaupload7: { value: true }, przylecielitrzejkrolowie: { value: true }, sas: { value: [] } });
a-o.ninja#%#AG_onLoad(function() { var el = document.querySelector("#video-player"); if(el) { el.innerHTML = ('<iframe src="" width="100%" height="100%" allowfullscreen="true"></iframe>'); } });
! freedisc.pl - antiadblock
freedisc.pl#%#window.ads_unblocked = true;
! https://github.com/AdguardTeam/AdguardFilters/issues/11032
chamsko.pl##.main-banner
@@||chamsko.pl/js/advertisement.js
! wp.pl
!+ NOT_PLATFORM(ext_ublock)
www.wp.pl#$#body { overflow: visible!important; }
! ||wp.pl^$replace=/^(WP\.[\s\S]*?\.bodies)=WP\.[\s\S]*?\.bodies\|\|\{\};[\s\S]*\n//,script
! ||wpimg.pl/a/i/stg/wpjslib_*.js$replace=/(display:\\s\*)none(\\s\*!important)/\$1\$2/,script
! ||wp.pl^$replace=/(^(WP\.[\s\S]*?\.bodies)=WP\.[\s\S]*?\.bodies\|\|\{\};[\s\S]*\n)|((display:\\s\*)none(\\s\*!important))/\$4\$5/,script
! ||std.wpcdn.pl/wpjslib/wpjslib-sgap.js$replace=/((display:\\s\*)none(\\s\*!important)|(return) r===v)/\$2\$3\$4 false/,script
! ||std.wpcdn.pl/wpjslib/wpjslib-sgap.js$replace=/((display:\\s\*)none(\\s\*!important)|(\.hostname;function .\(\)\{return) .===.(\}))/\$2\$3\$4 false\$5/,script
! ||wp.pl^$replace=/(^(WP\.[\s\S]*?\.bodies)=WP\.[\s\S]*?\.bodies\|\|\{\};[\s\S]*\n)|((display:\\s\*)none(\\s\*!important)|(\.hostname;function .\(\)\{return) .===.(\}))/\$4\$5\$6 false\$7/,script
||pudelek.pl^$replace=/(^(WP\.[\s\S]*?\.bodies)=WP\.[\s\S]*?\.bodies\|\|\{\};[\s\S]*\n)//,script
||dynacrems.wp.pl/staticad/$replace=/.+//,important
||dobreprogramy.pl/cdn/*assets/js/wpjslib-sgap.js$replace=/(display:\\s\*)none(\\s\*!important)/\$1\$2/,important
||std.wpcdn.pl/wpjslib/wpjslib-nojq.js$replace=/((display:\\s\*)none(\\s\*!important)|((\.hostname;function .\(\)|=function\(\))\{return) .===.(\}))/\$2\$3\$4\$6/,script
||std.wpcdn.pl/wpjslib/wpjslib-core.js$replace=/((display:\\s\*)none(\\s\*!important)|((\.hostname;function .\(\)|=function\(\))\{return) .===.(\}))/\$2\$3\$4\$6/,script
||wpimg.pl/a/i/stg/wpjslib_*.js$replace=/((display:\\s\*)none(\\s\*!important)|((\.hostname;function .\(\)|=function\(\))\{return) .===.(\}))/\$2\$3\$4\$6/,script
||std.wpcdn.pl/wpjslib/wpjslib_*.js$replace=/((display:\\s\*)none(\\s\*!important)|((\.hostname;function .\(\)|=function\(\))\{return) .===.(\}))/\$2\$3\$4\$6/,script
||std.wpcdn.pl/wpjslib/wpjslib-sgap.js$replace=/((display:\\s\*)none(\\s\*!important)|((\.hostname;function .\(\)|=function\(\))\{return) .===.(\}))/\$2\$3\$4\$6/,script
||wp.pl^$replace=/(^(WP\.[\s\S]*?\.bodies)=WP\.[\s\S]*?\.bodies\|\|\{\};[\s\S]*\n)|((display:\\s\*)none(\\s\*!important)|((\.hostname;function .\(\)|=function\(\))\{return) .===.(\}))/\$4\$5\$6\$8/,script
||wp.pl^$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/,xmlhttprequest,other,~script
! www.wp.pl##div[class]:has(>div[class]:not([-ext-has=">*"]):first-child:contains(REKLAMA))
www.wp.pl##div[class^="sc-"]:has(> img[src="https://v.wpimg.pl/a2YvYmcuTlM4FC9eTA5DRntMewQKV00QLFRjT0xAV0ptQ3YETQIRHCkadgxMHE5BLRF2HQgTTlA-WCkDBFcc"])
wp.pl##[class^="_"]:has(>img[src*=".wp.pl"])
turystyka.wp.pl,opinie.wp.pl,gry.wp.pl,moto.wp.pl,gwiazdy.wp.pl,tech.wp.pl,kobieta.wp.pl#?#div[class^="_"][class*=" _"]:has(>div[class]:first-child:empty+img[src*="://v.wpimg.pl/"][alt="WP"]:empty)
film.wp.pl#?#div[class^="_"][class*=" _"]:has(>div[class]:first-child:empty+img[src*="://v.wpimg.pl/"][alt="Qaqwqwrqw"]:empty)
wiadomosci.wp.pl#?#div[class*="-"][class*=" "]:has(>div[class]:first-child:empty+img[src*="://v.wpimg.pl/"][alt]:empty)
||i.wp.pl/a/i/stg/wpjslib-nojq.js$domain=dobreprogramy.pl
! Glomex video ads - ttv.pl
||mdsglvod-a.akamaihd.net/vod/2.0/progressive/*/x.mp4$mp4,domain=ttv.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/10825
tokfm.pl#%#window.adsOk = !0;
@@||images.fm.tuba.pl/tuba*/_js/banner/advertisement.js
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=tokfm.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/10028
tokfm.pl#%#window.ads_ok = true;
@@||images.audycje.tokfm.pl/prodstatic/js/advertisement.js
@@||audycje.tokfm.pl/vast/ad/GetReklamyMultimediaVast?advertisement=$domain=tokfm.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/8343
fm.tuba.pl#%#window.adsOk = !0;
fm.tuba.pl#%#Object.defineProperty(window, 'adblockDetector', { get: function() { return { init: function() {} }; }, set: function() {} });
@@||fm.tuba.pl/adblockDetector.js
@@||images.fm.tuba.pl/*/_js/banner/advert.js
! pebx.pl - ad leftovers
pebx.pl##header > #header iframe[src]
! portel.pl - ad leftovers
portel.pl#$#iframe[src*="/R1"][src$=".html"][style*="display:block !important;"] { position: absolute!important; left: -3000px!important; }
! cba.pl - mining script
||cba.pl/min.cba.js
! https://github.com/AdguardTeam/AdguardFilters/issues/26613
! https://github.com/AdguardTeam/AdguardFilters/issues/20504
! https://github.com/AdguardTeam/AdguardFilters/issues/12159
! https://github.com/AdguardTeam/AdguardFilters/issues/7218
auto-swiat.pl,businessinsider.com.pl,fakt.pl,medonet.pl,noizz.pl,onet.pl,plejada.pl,przegladsportowy.pl,vod.pl#%#(function(){var b=window.setTimeout;window.setTimeout=function(a,c){if(!/document\.body\.getAttribute\("abp"\)/.test(a.toString()))return b(a,c)};})();
@@||komputerswiat.pl^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/15134
! https://forum.adguard.com/index.php?threads/adblock-detection-filmweb-pl-mac.26801/
filmweb.pl#%#AG_abortInlineScript(/adblockDisplayInformation\.toggleInformation/, 'document.querySelector');
filmweb.pl$$script[tag-content="adblockDisplayInformation.toggleInformation"][min-length="8000"][max-length="50000"]
filmweb.pl#%#AG_onLoad(function() { setTimeout(function() { AG_removeElementBySelector('.ws__wrapper'); }, 300); });
filmweb.pl$$script[tag-content=".name)throw h=""ABP"","][max-length="7000"]
filmweb.pl#%#(function(){var b=window.setTimeout;window.setTimeout=function(a,c){if(!/notDetectedBy/.test(a.toString()))return b(a,c)};})();
||filmweb.pl/*welcomeScreenJS
||filmweb.pl/adbchk?v=
@@||filmweb.pl^$generichide
filmweb.pl#@#.ws__wrapper
filmweb.pl#@#.adv_container
filmweb.pl#@#[class$="-ads"]
filmweb.pl#@##pasekup
filmweb.pl#@##flashcontent3
filmweb.pl#@##skyBanner
filmweb.pl#@#body .ws__wrapper
www.filmweb.pl#@#.ws__wrapper
filmweb.pl#$#.ws__wrapper { visibility: hidden!important; }
filmweb.pl#$#.lightboxNEW:not(.fullscreen)[style] { top: 0!important; }
||go.eu.bbelements.com/please/code|$domain=filmweb.pl,empty,important
||cz.search.etargetnet.com/|$domain=filmweb.pl,empty,important
||sk.adocean.pl/files/js/ado.js|$domain=filmweb.pl,empty,important
! https://github.com/AdguardTeam/AdguardFilters/issues/7471
@@||kresy.pl/wp-content/themes/*/js/adframe.js
kresy.pl#%#Object.defineProperty(window,'adblockDisabled',{value:true});
! niezalezna.pl - ads reinjection
niezalezna.pl#%#Object.defineProperty(window,'adonisHash',{get:function(){},set:function(){throw'Adguard: stopped a script execution.'}});
! https://github.com/AdguardTeam/AdguardFilters/issues/7325
! https://github.com/AdguardTeam/AdguardFilters/issues/24309
! https://github.com/AdguardTeam/AdguardFilters/issues/7139
||static.elektroda.pl/html5/mitronik*/desktop/index.html
||static.elektroda.pl/html5/mitronik*/mobile/index.html
||elektroda.pl/js/main/welcome.js
elektroda.pl###WelcomeAdContainer
elektroda.pl###WelcomeAdContainer + #overlay
elektroda.pl##.the-category > .section-patrons
elektroda.pl##body > #main > .content-wrap > .container  > .hidden-cookie-info + section[class] > a[href]:not([href^="https://www.elektroda.pl/"]) > picture > img
elektroda.pl#?#a.button_open[href="/rtvforum/companyabout.php"]:contains(Zamieść Reklamę)
elektroda.pl##.the-list > li[class^="clearfix "] > a[href][target="_blank"][onclick*="'Navibox', 'Click', '"]
elektroda.pl#?#.the-list > li[class^="clearfix "]:has(> a[href][target="_blank"][onclick*="'Navibox', 'Click', '"])
elektroda.pl#?#.the-content > div[class] > div:has(>form[action^="https://www.tme.eu/pl/katalog/"][target="_blank"])
elektroda.pl#?#.the-content > div[class] > div:has(>a[href][target="_blank"][onclick*="'Patron', 'Click Button'"])
elektroda.pl#?#.the-content > div[class] > div:has(>a[href^="http://www.biall.com.pl/sklep.html"][target="_blank"])
elektroda.pl##.the-post-list > ul > li[class^="clearfix "] > a[href][target="_blank"][onclick*="'Banner"]
elektroda.pl#?#.the-post-list > ul > li[class^="clearfix "]:has(> a[href][target="_blank"][onclick*="'Banner"])
elektroda.pl#?#.the-post-list > ul > [class^="clearfix "]:has(>[id^="div-gpt-ad"])
elektroda.pl##.sidebar-wrap > .row > .widgets > .boombox-content > a[href][target="_blank"][onclick*="'Navibox', 'Click', '"]
elektroda.pl###forumlist > .forumlist-wrap > .clearfix > a[href]:not([href^="https://www.elektroda.pl/"]) > picture > source[media^="(min-width:"] + img
elektroda.pl##.position-relative > .sec-b > a[href]:not([href^="https://www.elektroda.pl/"]) > picture > source[media^="(min-width:"] + img
elektroda.pl#?#.topic-lists > li[id] > .topic-box > .position-relative:has(> .sec-b > div[id^="div-gpt-ad"])
elektroda.pl#?#.topic-lists > li[id] > .topic-box > .position-relative:has(> .sec-b > div > ins.adsbygoogle)
! https://github.com/AdguardTeam/AdguardFilters/issues/6630
iiv.pl#$#.pub_300x250.pub_300x250m.pub_728x90.text-ad.textAd.text_ad.text_ads.text-ads.text-ad-links {display:block!important;}
! anyfiles.pl - popups
anyfiles.pl#%#Object.defineProperty(window, 'launchOpenWindow', { get: function() { return {}; } });
! https://github.com/MajkiIT/polish-ads-filter/issues/3175
naszemiasto.pl#%#window.adBlockTest = true;
! https://github.com/AdguardTeam/AdguardFilters/issues/5669
www.wp.pl#?#aside > div[data-st-area="Pogoda"] + div[class^="sc-"]:has(a[href^="https://koszykrd.wp.pl?product_url="])
www.wp.pl##[id^="sgwp_screening_"]
www.wp.pl##a[href^="http://direct.money.pl/landing-page/callcenter/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/32398
! https://github.com/AdguardTeam/AdguardFilters/issues/20613
! https://github.com/AdguardTeam/AdguardFilters/issues/15353
! https://github.com/AdguardTeam/AdguardFilters/issues/11323
! shinden.pl#%#(function(){var b=window.setTimeout;window.setTimeout=function(a,c){if(!/fL\(\);/.test(a.toString()))return b(a,c)};})();
! shinden.pl#%#var _st = window.setTimeout; window.setTimeout = function(a, b) { if(!/\|\|\(''\+ga\)/.test(a)){ _st(a,b);}};
! shinden.pl#%#var _st = window.setTimeout; window.setTimeout = function(a, b) { if(!/addBlockDetected/.test(a)){ _st(a,b);}};
! shinden.pl#%#Object.defineProperty(window, 'Criteo', { get: function() { return { DisplayAcceptableAdIfAdblocked: function() {} }; } });
! shinden.pl#%#(function(){var b=window.setInterval;window.setInterval=function(a,c){if(!/h\[b\d/.test(a.toString()))return b(a,c)}.bind(window)})();
shinden.pl#%#AG_onLoad(function() { AG_removeElementBySelector('.ads'); });
shinden.pl#%#AG_abortOnPropertyRead('popjs.init');
shinden.pl#%#Object.defineProperty(window, 'PopAds', { get: function() { return; } });
shinden.pl#%#window.iFrameResize = function() {};
shinden.pl#%#window.sas_noad = true;
shinden.pl#%#window.rtb_header_loaded = true;
shinden.pl#%#window.shinden_ads = 1;
@@||s.spolecznosci.net/js/core*-min.js$domain=shinden.pl
@@||static.criteo.net/js/ld/publishertag.js$domain=shinden.pl
!+ PLATFORM(windows, mac, android, ext_chromium, ext_ff)
||smartadserver.com/ac$domain=shinden.pl,empty,important
!+ PLATFORM(windows, mac, android, ext_chromium, ext_ff, ext_opera)
||ced-ns.sascdn.com/diff/templates/js/sas/sas-browser.js$domain=shinden.pl,empty,important
!+ PLATFORM(windows, mac, android, ext_chromium, ext_ff)
||securepubads.g.doubleclick.net/gpt/pubads_impl_$domain=shinden.pl,empty,important
!+ PLATFORM(windows, mac, android, ext_chromium, ext_ff)
||ced-ns.sascdn.com/diff/templates/js/overslide/sas-overslide-*.js$domain=shinden.pl,empty,important
!+ NOT_PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
||tradeadexchange.com/a/display.php$domain=shinden.pl,important
!+ NOT_PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
||rtbnowads.com^$domain=shinden.pl|a-o.ninja,important
!+ NOT_PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
||reklama.shinden.eu^$domain=shinden.pl,important
! https://forum.adguard.com/index.php?threads/videostar-pl-windows10.22172/
@@||static.videostar.pl/static/assets/js/adcheck.min.js^
! https://forum.adguard.com/index.php?threads/10734/
@@||adv.wp.pl/RM/Box/c/b/money_rail_and_frames/money-rail-1.0.2.js
! https://forum.adguard.com/index.php?threads/22087/
mmorpg.org.pl##div[id][style*="background-image: url(/images/info-peer.jpg);"]
mmorpg.org.pl#%#AG_onLoad(function() { $(function() { jQuery('body').unbind('click').removeAttr("body").css("cursor","default"); }); });
! https://github.com/AdguardTeam/AdguardFilters/issues/5103
||llog.pl^
! https://forum.adguard.com/index.php?threads/radiozet-pl.21880/
radiozet.pl##.adocean
radiozet.pl###banner-radiostacja
||radiozet.pl/extension/radiozet/design/standard/images/banner-
||gfx.radiozet.pl/design/radiozet/javascript/module/radio-sponsor.js
||gfx.radiozet.pl/design/radiozet/javascript/lib/radioSponsor.js
! https://forum.adguard.com/index.php?threads/wp-pl.19418/#post-136768
! https://github.com/AdguardTeam/AdguardFilters/issues/5564
www.wp.pl#%#document.cookie = "camps=v1qAkIAAEAB4oJXA%3D%3D";
www.wp.pl#%#Object.defineProperty(window, 'testMess', { get: function() { return; }, set: function() {} });
! https://forum.adguard.com/index.php?threads/dobreprogramy-pl.19744/#post-127483
dobreprogramy.pl##div[style^="color:"][style*="text-align:center;font-size:"][-ext-contains=""]
dobreprogramy.pl###slide-menu > * div[id^="c"][style*="height:"][style*="width:"][-ext-has="+*"]:not([id^="cb"]):not([id^="co"])
dobreprogramy.pl##div[style*="rgb(169, 169, 169);"][style*="font-size: 11px;"][-ext-contains=""]
dobreprogramy.pl##.gamescarousel-wrapper[-ext-has="+*"]
dobreprogramy.pl##div[id$="_divAdTop"][-ext-has="*"]
dobreprogramy.pl#%#(function(a){EventTarget.prototype.addEventListener=function(){("slide-menu"==this.id||this.parentNode&&"main"==this.parentNode.id&&this==this.parentNode.firstElementChild)&&-1!==["mouseout","click","mouseover"].indexOf(arguments[0])||a.apply(this,arguments)};})(EventTarget.prototype.addEventListener);
dobreprogramy.pl#$#body:not(#bd):not([style*="background-image:"]) { background-image:none!important; }
! https://forum.adguard.com/index.php?threads/weszlo-com.19388/
weszlo.com#$#body > #page { margin-top: 137px !important; }
weszlo.com#$#body > #page > .main-page-content > .navbar-fixed-top { top: 0px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/36308
! abczdrowie.pl,allani.pl,autokrata.pl,autokult.pl,biztok.pl,bloog.pl,dobreprogramy.pl,dzieci.pl,easygo.pl,echirurgia.pl,fotoblogia.pl,gadzetomania.pl,hotmoney.pl,interaktywnie.com,inwestycje.pl,jejswiat.pl,kafeteria.pl,kafeteria.tv,kantory.pl,kazimierzdolny.pl,komediowo.pl,komorkomania.pl,mazury.com,mojeauto.pl,mojeosiedle.pl,money.pl,nasygnale.pl,niewiarygodne.pl,nocowanie.pl,o2.pl,odkrywcy.pl,open.fm,parenting.pl,pudelek.pl,pudelek.tv,pytamy.pl,sfora.pl,snobka.pl,tlen.pl,totalmoney.pl,wakacje.pl,wawalove.pl,wp.pl,wp.tv,wrzuta.pl#%#AG_defineProperty('WP.crux.sealed', { get: function() { return function() { return false; }; }, set: function() {}}); AG_defineProperty('WP.crux.hasSentinel', { get: function() { return function() { return false; }; }, set: function() {}});
! https://forum.adguard.com/index.php?threads/kobieta-wp-pl.18565/
! https://forum.adguard.com/index.php?threads/wp-pl.19418/
homebook.pl,abczdrowie.pl,autokult.pl,dobramama.pl,dobreprogramy.pl,echirurgia.pl,fotoblogia.pl,gadzetomania.pl,jejswiat.pl,kafeteria.pl,kafeteria.tv,komorkomania.pl,luxlux.pl,medycyna24.pl,mixer.pl,money.pl,nocowanie.pl,o2.pl,open.fm,parenting.pl,pinger.pl,pogodnie.pl,pudelek.pl,pytamy.pl,samosia.pl,snobka.pl,testwiedzy.pl,wp.pl#$#body { pointer-events: auto!important; }
!+ PLATFORM(windows, mac, android)
abczdrowie.pl,allani.pl,autokrata.pl,autokult.pl,biztok.pl,bloog.pl,dobreprogramy.pl,dzieci.pl,easygo.pl,echirurgia.pl,fotoblogia.pl,gadzetomania.pl,hotmoney.pl,interaktywnie.com,inwestycje.pl,jejswiat.pl,kafeteria.pl,kafeteria.tv,kantory.pl,kazimierzdolny.pl,komediowo.pl,komorkomania.pl,mazury.com,mojeauto.pl,mojeosiedle.pl,money.pl,nasygnale.pl,niewiarygodne.pl,nocowanie.pl,o2.pl,odkrywcy.pl,open.fm,parenting.pl,pudelek.pl,pudelek.tv,pytamy.pl,sfora.pl,snobka.pl,tlen.pl,totalmoney.pl,wakacje.pl,wawalove.pl,wp.pl,wp.tv,wrzuta.pl#%#Object.defineProperty(Object.prototype, 'bodies', { get: function() { return true; }, set: function() { return true; } });
abczdrowie.pl,allani.pl,autokrata.pl,autokult.pl,biztok.pl,bloog.pl,dobreprogramy.pl,dzieci.pl,easygo.pl,echirurgia.pl,fotoblogia.pl,gadzetomania.pl,hotmoney.pl,interaktywnie.com,inwestycje.pl,jejswiat.pl,kafeteria.pl,kafeteria.tv,kantory.pl,kazimierzdolny.pl,komediowo.pl,komorkomania.pl,mazury.com,mojeauto.pl,mojeosiedle.pl,money.pl,nasygnale.pl,niewiarygodne.pl,nocowanie.pl,o2.pl,odkrywcy.pl,open.fm,parenting.pl,pudelek.pl,pudelek.tv,pytamy.pl,sfora.pl,snobka.pl,tlen.pl,totalmoney.pl,wakacje.pl,wawalove.pl,wp.pl,wp.tv,wrzuta.pl#%#//scriptlet("set-constant", "Object.prototype.bodies", "true")
abczdrowie.pl,allani.pl,autokrata.pl,autokult.pl,biztok.pl,bloog.pl,dobreprogramy.pl,dzieci.pl,easygo.pl,echirurgia.pl,fotoblogia.pl,gadzetomania.pl,hotmoney.pl,interaktywnie.com,inwestycje.pl,jejswiat.pl,kafeteria.pl,kafeteria.tv,kantory.pl,kazimierzdolny.pl,komediowo.pl,komorkomania.pl,mazury.com,mojeauto.pl,mojeosiedle.pl,money.pl,nasygnale.pl,niewiarygodne.pl,nocowanie.pl,o2.pl,odkrywcy.pl,open.fm,parenting.pl,pudelek.pl,pudelek.tv,pytamy.pl,sfora.pl,snobka.pl,tlen.pl,totalmoney.pl,wakacje.pl,wawalove.pl,wp.pl,wp.tv,wrzuta.pl#%#AG_defineProperty('WP.crux.set', { get: function() { return function() {}; }, set: function() {} });
abczdrowie.pl,allani.pl,autokrata.pl,autokult.pl,biztok.pl,bloog.pl,dobreprogramy.pl,dzieci.pl,easygo.pl,fotoblogia.pl,gadzetomania.pl,hotmoney.pl,interaktywnie.com,inwestycje.pl,jejswiat.pl,kafeteria.pl,kafeteria.tv,kantory.pl,kazimierzdolny.pl,komediowo.pl,komorkomania.pl,mazury.com,mojeauto.pl,mojeosiedle.pl,money.pl,nasygnale.pl,niewiarygodne.pl,nocowanie.pl,o2.pl,odkrywcy.pl,parenting.pl,pudelek.pl,pudelek.tv,pytamy.pl,sfora.pl,snobka.pl,tlen.pl,totalmoney.pl,wawalove.pl,wp.pl,wp.tv,wrzuta.pl#%#(function(b){function c(){"advertisement"!=arguments[0]&&b.apply(window,arguments)}Object.defineProperties(window,{hasSentinel:{get:function(){return function(){return!1}},set:function(){}},hamper:{value:function(a){return a}},addEventListener:{get:function(){return c},set:function(a){b=a}}})})(window.addEventListener);
~pilot.wp.pl,abczdrowie.pl,allani.pl,autokrata.pl,autokult.pl,biztok.pl,bloog.pl,dobreprogramy.pl,dzieci.pl,easygo.pl,fotoblogia.pl,gadzetomania.pl,hotmoney.pl,interaktywnie.com,inwestycje.pl,jejswiat.pl,kafeteria.pl,kafeteria.tv,kantory.pl,kazimierzdolny.pl,komediowo.pl,komorkomania.pl,mazury.com,mojeauto.pl,mojeosiedle.pl,money.pl,nasygnale.pl,niewiarygodne.pl,nocowanie.pl,o2.pl,odkrywcy.pl,parenting.pl,pudelek.pl,pudelek.tv,pytamy.pl,sfora.pl,snobka.pl,tlen.pl,totalmoney.pl,wakacje.pl,wawalove.pl,wp.pl,wp.tv,wrzuta.pl#%#AG_defineProperty('PWA_adbd', {value: 2});
pilot.wp.pl#%#AG_defineProperty('PWA_adbd', {value: 0});
||rek.www.wp.pl/vad.xml$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/,important
!+ NOT_PLATFORM(ext_ublock)
||adv.wp.pl/RM/Box/*.mp4$media,empty,important
! https://github.com/AdguardTeam/AdguardFilters/issues/3884
@@||tvn.adocean.pl/ad.xml$domain=miniminiplus.pl
@@||tvn.adocean.pl^*/ad.xml$domain=miniminiplus.pl
@@||miniminiplus.pl$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/23327
spidersweb.pl##.columns > .row > .show-for-large > aside.sidebar.margin-bottom40
spidersweb.pl###premium-content> .row > .show-for-large > div.sidebar-panel.margin-bottom60[data-equalizer-watch="premiumlist"]
! https://github.com/AdguardTeam/AdguardFilters/issues/3213
spidersweb.pl##a[href^="http://clk.tradedoubler.com/click?"] > img
spidersweb.pl##a[href^="https://www.playstation.com/"] > img
! https://forum.adguard.com/index.php?threads/6053/
fotka.pl,fotka.com#$#body { background: none!important; }
fotka.pl,fotka.com###brd_online
fotka.pl,fotka.com##div[onad^="hideBillboardTop"]
@@||spolecznosci.net/js/reklama/advertisement.js
@@||fotka.pl/js/advertisement.js
fotka.pl,fotka.com###brd_profil
! https://forum.adguard.com/index.php?threads/13966/
exsite.pl###adstower2
! https://github.com/AdguardTeam/AdguardFilters/issues/7184
teletoonplus.pl###nctopcontainer
||services.ncplus.pl/belka/$domain=teletoonplus.pl
!+ PLATFORM(windows, mac, android, ext_ff)
||redcdn.pl/*Adserver/*.mp4$media,empty,important
! https://github.com/AdguardTeam/AdguardFilters/issues/21639
! https://github.com/AdguardTeam/AdguardFilters/issues/11428
! https://forum.adguard.com/index.php?threads/10376/
||adocean.pl/*ad.xml$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/,domain=player.pl|miniminiplus.pl|teletoonplus.pl|tvnturbo.pl|tvn24.pl|tvn.pl,important
@@||tvn.hit.gemius.pl/*redataredir?url=*tvn.adocean.pl*ad.xml$domain=player.pl
@@||tvn.adocean.pl/*ad.xml$xmlhttprequest,domain=player.pl|tvn24.pl
@@||redcdn.pl/*/TVN-Adserver/*.mp4$xmlhttprequest,domain=miniminiplus.pl|teletoonplus.pl|tvnturbo.pl|tvn.pl
@@||cdntvn.pl/adscript.js$domain=player.pl
||dcs.redcdn.pl/dcs/o2/TVN-Adserver/*_www.mp4$mp4,domain=player.pl
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=tvn24.pl|tvn.pl
!+ NOT_PLATFORM(ext_ublock)
@@||player.pl^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/34440
! https://github.com/AdguardTeam/AdguardFilters/issues/21435
! https://github.com/AdguardTeam/AdguardFilters/issues/7477
@@||gapl.hit.gemius.pl/gplayer.js$domain=redefine.pl
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$script,domain=redefine.pl|redcdn.pl|polsatnews.pl|polsatsport.pl|twojapogoda.pl
@@||redefineadpl.hit.gemius.pl/*redataredir?url=*.hit.stat24.com*ad.xml$domain=polsatnews.pl|polsatsport.pl|twojapogoda.pl
@@||hit.stat24.com/*ad.xml$xmlhttprequest,other,domain=polsatnews.pl|polsatsport.pl|twojapogoda.pl
||ipla.hit.stat24.com/*ad.xml$empty,important,domain=~polsatnews.pl|~polsatsport.pl|~twojapogoda.pl
||hit.stat24.com/*ad.xml$replace=/(<VAST[\s\S]*?>)[\s\S]*?(<Ad id=[\s\S]*?>)[\s\S]*<\/VAST>/\$1\$2<\/Ad><\/VAST>/,important,domain=polsatnews.pl|polsatsport.pl|twojapogoda.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/3093
newpct1.com##.pub728x90
newpct1.com##div[style*="width:300px;height:250px;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/2862
optyczne.pl###warning[style^="z-index:"]
! https://forum.adguard.com/index.php?threads/12963/
@@||polvod.pl/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/2735
ss.lv#@#[id^="ads_"]
! https://forum.adguard.com/index.php?threads/12080/
dobreprogramy.pl##a[href="http://loa2.dobregry.pl/"]
||static.dpcdn.pl/*/assets/img/skin_*/back.jpg
dobreprogramy.pl###slide-menu > div.page-element.center.target > div[style="height: 250px; width: 970;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/2482
avito.ru#@#[class$="-ads"]
! https://forum.adguard.com/index.php?threads/11423/
motobanda.pl#$#body #mvideo { z-index: 1!important; }
! https://forum.adguard.com/index.php?threads/http-bazy-danych-wyklady-org-adblock-detected-windows.10816/
wyklady.org#@##banner_ad
!
||bsxmuny.wp.pl^
! https://github.com/AdguardTeam/ExperimentalFilter/issues/2138
purepc.pl#@#.reklama
! https://github.com/AdguardTeam/AdguardFilters/issues/3095
@@||tvnturbo.pl^$generichide
@@||cdntvn.pl/adscript.js?_=$domain=tvnturbo.pl
@@||cdn.behavioralengine.com/scripts/btest/advertisement.js$domain=tvnturbo.pl
@@||s.tvn.pl/tools/_ads/advert.js$domain=tvnturbo.pl
! https://forum.adguard.com/index.php?threads/9809/
stooq.pl##div[onclick*="window.open('http://stooq.pl/ads/"]
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1855
playpuls.pl#%#Object.defineProperty(window, 'ads', { get: function() { return {}; } });
! shinden.pl - anti-adblock
@@||shinden.pl^$generichide
! czasbajki.pl - skip timer
czasbajki.pl#%#AG_onLoad(function() { $('#kFinal').removeClass('kHidden'); $('#kSplash').remove(); });
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1545
lolsy.tv##.reklama-sidebar
! wp.pl - anti-adblock
@@||adv.wp.pl/bar.gif
!
||purepc.pl/themes/2k14/b64.php
||purepc.pl/files/Image/aaaaaa05x05.jpg
purepc.pl##a[datab][href*="/red1r.php"]
purepc.pl##body > a[rel="nofollow"]
purepc.pl#$#body > a[style] { height: 0!important; position: absolute!important; top: -2000px!important;}
purepc.pl#$#.container > a[style*="display:block !important;visibility:visible !important;"] { height: 0!important; position: absolute!important; top: -2000px!important; }
!
@@||rek.www.wp.pl/*.gif$domain=wp.pl
wp.pl##body > b
wp.pl##a[href*="adv.wp.pl/"]
wykop.pl##div[id^="bmone2n-"]
exsite.pl##a[href^="http://643.pl/"]
exsite.pl##div[id*="adkon"]
filmweb.pl###fullScreenAdBg
filmweb.pl##.d_utru
interia.pl##.adStandardTop
interia.pl##div[class*="ad ad_"]
interia.pl##div[class^="box ad box"]
||exsite.pl/kampania/ads/
exsite.pl#%#window.ab = false;
interia.pl#%#document.cookie = "lltsg=1";
!---------------------------------------------------------------------
!------------------------------ Romanian -----------------------------
!---------------------------------------------------------------------
! https://github.com/AdguardTeam/AdguardFilters/issues/37614
filmeserialeonline.org##a[href^="http://bit.ly/"][target="_blank"] > img
||filmeserialeonline.org/nshost300x250.jpg
! https://github.com/AdguardTeam/AdguardFilters/issues/29906
vezi-online.org##.sidebar aside#text-3
||vezi-online.org/wp-content/uploads/*/banner-diavolita.jpg
! https://github.com/AdguardTeam/AdguardFilters/issues/29224
radiozu.ro#@#.ad-container
! https://github.com/AdguardTeam/AdguardFilters/issues/38579
startupcafe.ro###block-views-block-events-block-2
startupcafe.ro##.main-partners
! https://github.com/AdguardTeam/AdguardFilters/issues/25320
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=antenaplay.ro
! https://github.com/AdguardTeam/AdguardFilters/issues/24936
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=antena3.ro
||ivm.antenaplay.ro/fadead_check.php$domain=antena3.ro
||videoassets.antenaplay.ro/temp/antenaplay-small.mp4$domain=antena3.ro
antena3.ro##.ima-ad-container
! filmeserialeonline.org - left-over box at main page
filmeserialeonline.org##.ads
! https://github.com/AdguardTeam/AdguardFilters/issues/22568
cinemagia.ro###banner_container_top
cinemagia.ro#$#.header_nav { position:static!important; }
cinemagia.ro#$##header { position:static!important; top: 0!important; }
cinemagia.ro#$##main_container { padding-top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/22575
||media.stiripesurse.ro/assets/img/ads_img^
||media.stiripesurse.ro/assets/img/agerpres
||media.stiripesurse.ro/assets/img/sati_logo.png
! https://github.com/AdguardTeam/AdguardFilters/issues/22586
romanialibera.ro##body > div.m-auto[style="width: 1200px; height: 200px"]
! https://github.com/AdguardTeam/AdguardFilters/issues/22583
@@||pieseauto.ro/functions/javascript/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/22565
gsp.ro##.parteneri > .inside > .boxuri-parteneri > .box-partener.custom
! https://github.com/AdguardTeam/AdguardFilters/issues/20684
@@||moduri.ro/wp-content/themes/parabola/ads.js
moduri.ro#%#AG_abortInlineScript(/moduri\.ro\/adblock"/, 'document.getElementById');
! https://github.com/AdguardTeam/AdguardFilters/issues/19781
||corespondent.eu/baner$third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/17990
||shok.md/wp-content/banners^
! https://github.com/AdguardTeam/AdguardFilters/issues/17103
! https://github.com/AdguardTeam/AdguardFilters/issues/17269
sport.ro###galrightbox > #rightBBox
sport.ro##.ads
! https://github.com/AdguardTeam/AdguardFilters/issues/12897
anime-ro-sub.ro#@#.an-advert-banner
anime-ro-sub.ro#@##adsense
anime-ro-sub.ro#@#.an-sponsored
! https://github.com/AdguardTeam/AdguardFilters/issues/11214
@@||phenom-network.blogspot.ro^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/10915
||p.jwpcdn.com/*/vast.js$domain=zf.ro,important
||adocean.pl/*ad.xml$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/,domain=zf.ro,important
! https://github.com/AdguardTeam/AdguardFilters/issues/7571
||p.jwpcdn.com/*/vast.js$domain=florydinvaslui.ro,important
||adocean.pl/*ad.xml$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/,domain=florydinvaslui.ro,important
! https://github.com/AdguardTeam/AdguardFilters/issues/7010
vezi-online.com##.parteneri
vezi-online.com##a[href="http://www.csmania.ro/download-cs/"] > img
||vezi-online.com/imagini/banner
||vezi-online.com/wp-content/uploads/*/csmania.png
! https://github.com/AdguardTeam/AdguardFilters/issues/6772
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=a1.ro
||videoassets.antenaplay.ro/temp/antenaplay-small.mp4$domain=a1.ro
a1.ro##.ima-ad-container
a1.ro###ivm-inread-video > [aria-label="video player"][-ext-has='video[src*="videoassets.antenaplay.ro/temp/antenaplay-small.mp4"]']
!
filmeonline2013.biz##center > a[rel="nofollow"] > img
||get-contents.video-ads.tk/files/*.mp4$mp4,domain=moje-filmy.tk
!---- Anti-adblock ---
!
!---------------------
nosteam.ro##div[id^="stickynote1"]
!------------------
!---- JS rules ----
!------------------
nosteam.ro#%#window.open = function() {};
!---------------------------------------------------------------------
!------------------------------ Serbian ------------------------------
!---------------------------------------------------------------------
! https://github.com/AdguardTeam/AdguardFilters/issues/31567
||filmotopia.org/sw.js
! https://github.com/AdguardTeam/AdguardFilters/issues/21612
||aviatica.rs/static/uploads/*/*/*-banner-*x*.gif
||aviatica.rs/static/uploads/*/*/aviatica-1atravel-*.gif
aviatica.rs##.fusion-imageframe > a[href][target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/21869
||zotabox.com^$domain=animesrbija.com
animesrbija.com#%#AG_abortInlineScript(/blockadblock/, 'document.addEventListener');
!
prva.rs##div[id^="midasWidget"]
tvarenasport.com##a[class^="baner_"]
! https://github.com/AdguardTeam/AdguardFilters/issues/3101
@@||sultanovic.net/*adv*.js
!---------------------------------------------------------------------
!------------------------------ Singhalese ---------------------------
!---------------------------------------------------------------------
! https://github.com/AdguardTeam/AdguardFilters/issues/12963
jh333.pw##.e3lan
!---------------------------------------------------------------------
!------------------------------ Swedish ------------------------------
!---------------------------------------------------------------------
! https://github.com/AdguardTeam/AdguardFilters/issues/39696
nyafilmer.to#%#AG_abortOnPropertyRead('jopperJs');
! https://github.com/AdguardTeam/AdguardFilters/issues/37540
@@||happypancake.se/static/show_ads.js
@@||googletagmanager.com/gtm.js$domain=happypancake.se
! https://github.com/AdguardTeam/AdguardFilters/issues/34388
@@||app.khz.se/api/*&ad_type=preroll-channel$domain=ilikeradio.se
! https://github.com/AdguardTeam/AdguardFilters/issues/25211
@@||adtech.de/dt/common/DAC.js$domain=swehockey.se
! https://github.com/AdguardTeam/AdguardFilters/issues/26999
@@||adtech.de/dt/common/DAC.js$domain=mitti.se
! https://github.com/AdguardTeam/AdguardFilters/issues/23998
swedroid.se###Sony_ad
! https://github.com/AdguardTeam/AdguardFilters/issues/23408
happyride.se##.fixed-col > #a-sidebar1
happyride.se##.container-fluid > .anp1-container
! https://github.com/AdguardTeam/AdguardFilters/issues/22980
aftonbladet.se#$#body.abMegaAd { overflow: visible!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/22402
nyafilmerhd.com##body > [id][onclick^="window.open("]
nyafilmerhd.com###wrap > div[style="margin-top:180px"]:empty
nyafilmerhd.com##.single-content > ul > li > a[href][target="_blank"]
||nyafilmerhd.com/wp-content/themes/keremiya1/js/script.js
nyafilmerhd.com#%#Object.defineProperty(window, 'popns', { get: function() { return {}; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/18357
blocket.se##body > #index_panorama[style]
! https://github.com/AdguardTeam/AdguardFilters/issues/17598
fotbolltransfers.com##div[class^="ad"]
@@||cdnjs.cloudflare.com/ajax/libs/fuckadblock^$domain=fotbolltransfers.com
@@||fotbolltransfers.com^$generichide
fotbolltransfers.com##.header_sponsored
! https://github.com/AdguardTeam/AdguardFilters/issues/15837
@@||mssl.fwmrm.net/p/MTG_Brightcove_HTML5/AdManager.js$domain=tv3play.tv3.ee
@@||v.fwmrm.net/ad/g/1$domain=tv3play.tv3.ee
||v.fwmrm.net/ad/g/1?$replace=/(tv\.freewheel\.SDK\._instanceQueue\['Context_[\s\S]*?'\][\s\S]*?\.requestComplete\(\{)[\s\S]*\}\);/\$1\}\);/,domain=tv3play.tv3.ee,important
! https://github.com/AdguardTeam/AdguardFilters/issues/13978
||dbf0a92kfjvxs.cloudfront.net/creatives/assets^$domain=tv4play.se
! https://github.com/AdguardTeam/AdguardFilters/issues/14694#
aftonbladet.se###MegaAd
! https://github.com/AdguardTeam/AdguardFilters/issues/12788
aftonbladet.se##.abTheme-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/12664
!+ NOT_OPTIMIZED
sydsvenskan.se##.burt-native-unit.teaser
! https://github.com/AdguardTeam/AdguardFilters/issues/12471
@@||v.fwmrm.net/ad/g/1$domain=dplay.se
||v.fwmrm.net/ad/g/1?$replace=/(tv\.freewheel\.SDK\._instanceQueue\['Context_[\s\S]*?'\][\s\S]*?\.requestComplete\(\{)[\s\S]*\}\);/\$1\}\);/,domain=dplay.se,important
! https://github.com/AdguardTeam/AdguardFilters/issues/10796
@@||acdn.adnxs.com/ast/ast.js$domain=svd.se
!
nyafilmer.to##.headerSpace
||nyafilmer.to/wp-content/themes/*/js/jopper.js
nyafilmer.to,nyafilmer.com,nyafilmer.bz##a[href^="/"][href*=".html"][target="_blank"]
dn.se##.sponsored-teaser
||nyafilmer.com/wp-content/themes/keremiya1/js/license.*.js
nyafilmer.com##a[href^="/go.html"]
nyafilmer.to,nyafilmer.com##.bigbg
nyafilmer.com#$##header-wrapper { margin-bottom: 0!important; }
nyafilmer.com##.footer-sticky-inner
nyafilmer.com#$##rk-content { display:none!important; }
nyafilmer.com#$##cn-content { display:block!important; }
fz.se##.bnr
sweclockers.com##.header > .hfix > .banner
dn.se##.ad
sydsvenskan.se##.ad
||fusion.sydsvenskan.se^
idg.se##.spklw-post-attr[data-type="ad"]
dreamfilm.se##div[style*="width:750px;height:100px;"]
dreamfilm.se##a[rel="nofollow"] > img
dreamfilm.se##div[align="center"] > a[href="http://dreamfilmhd.sh/go.html"] > img
dreamfilmhd.sh##a[href="http://dreamfilmhd.sh/go.html"] > img
||dreamfilmhd.sh/testpop
dreamfilmhd.sh##a[rel="nofollow"] > img
dreamfilmhd.sh##div[style*="width:750px;height:100px;"]
||dreamfilmhd.sh/images/358x36.png
@@||cds.w6x3h2w2.hwcdn.net/ads/advertisement.js
sydsvenskan.se##.ad--mobile
swefilm.tv##a[href="http://loading.swefilm.tv/watch/"]
swefilm.tv#$#a[href="lnk.html"] { pointer-events: none!important; cursor: default; }
||fusion.expressen.se/script.js
||allercdn.net/randomurl.js$domain=seoghoer.dk
swefilm.tv##.moviez > a > img
swefilm.tv##a[href^="http://goo.gl/"] > img
swefilm.tv##a[href^="http://adsrvmedia.adk2x.com/"]
swefilm.tv##.ads_mainmid
||swefilm.tv/template/img/midads.png
swefilm.tv##.top-banner
||swefilm.tv/template/img/topbanner.png
||cdn.trafficbee.com/tags/dfap.js
baws.se##body > div#wallpaper > a.wallpaper-link
baws.se#$#html { background: none!important; }
baws.se#%#document.documentElement.style['background-image'] = 'none';
expressen.se###ctl00_AllContent_SecondColumnSectionContent_SecondColumn_WidgetZone_ctl21_ctl00_ctl00_randomContainer
expressen.se###ctl00_AllContent_SecondColumnSectionContent_SecondColumn_WidgetZone_ctl31_ctl00_ctl00_randomContainer
aftonbladet.se##.abBoxAd
aftonbladet.se##.abBoxSponsoredRed
expressen.se##div[id*="_randomContainer"]
! https://forum.adguard.com/index.php?threads/15369/
||expressen.se*/video$replace=/"adsDisabled":false/"adsDisabled":true/
||expressen.se*/video$replace=/"adsDisabled":false/"adsDisabled":true/,important
@@||videoplaza.tv/creatives/assets*.mp4^$domain=expressen.se
!---Anti-Adblock---
!
! https://github.com/AdguardTeam/AdguardFilters/issues/14028
aftonbladet.se##[id^="abAdArea"]
||se-aftonbladet.videoplaza.tv/proxy/distributor/$domain=aftonbladet.se,important
||aftonbladet.ooul.tv/nocache/se-aftonbladet/aab/aftonbladet_config.js$empty,domain=aftonbladet.se
! https://forum.adguard.com/index.php?threads/aftonbladet-se-anti-adblock.26830/
aftonbladet.se#$#.pub_300x250.pub_300x250m.pub_728x90.text-ad.textAd.text_ad.text_ads.text-ads.text-ad-links {display:block!important;}
! https://github.com/AdguardTeam/AdguardFilters/issues/36632
ekstrabladet.dk#%#AG_setConstant('apntag.requests', 'noopFunc');
ekstrabladet.dk#@##ad_container
@@||adtech.de/dt/common/DAC.js$domain=ekstrabladet.dk
@@||politiken.dk/static/content/js/ads.js$domain=ekstrabladet.dk
!
@@||nowvideo.sx/banner.php
||login.di.se/assets/adblk.js
!---------------------------------------------------------------------
!------------------------------ Sinhalese and Tamil ------------------
!---------------------------------------------------------------------
! https://github.com/AdguardTeam/AdguardFilters/issues/11711
@@||topsinhalamp3.com/scripts/ads.js
@@||topsinhalamp3.com/scripts/showads.js
topsinhalamp3.com###sitbl > tbody > tr[-ext-has='a[href^="http://adserver.adreactor.com"]']
topsinhalamp3.com###sitbl > tbody > tr[-ext-has='a[href^="https://ylx-4.com"]']
!---------------------------------------------------------------------
!------------------------------ Taiwan -------------------------------
!---------------------------------------------------------------------
! https://github.com/AdguardTeam/AdguardFilters/issues/33598
forusex.com##a[href^="http://redheartnext.com"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/34625
bonbonme.com##.topbannerer
jizz99.com,bonbonyou.com###inplayer
! https://github.com/AdguardTeam/AdguardFilters/issues/34910
goodav17.com##.ads_pc
goodav17.com###sticky_ads
goodav17.com##div[id$="content"] > div[style="margin: 0 auto; text-align:center; margin-top:30px; width:90%;"]
goodav17.com#%#AG_abortOnPropertyRead('popunder');
goodav17.com$$script[tag-content="getPopunderCookie"][max-length="2500"]
! https://github.com/AdguardTeam/AdguardFilters/issues/35953
league-funny.com##.player_bb
league-funny.com##.more2ad_bb
league-funny.com##.scupioadslot
league-funny.com##.w336center
league-funny.com##.google_more
league-funny.com##.widgetBox.w300600
league-funny.com##.widgetBox.w728Bottom
league-funny.com##.right > .fansCard
! https://github.com/AdguardTeam/AdguardFilters/issues/35871
ck101.com#?##threadlisttableid > tbody:not([class]):not([id]):has(> tr > td[id^="popin_"])
! https://github.com/AdguardTeam/AdguardFilters/issues/35310
twpkinfo.com###div_close_cf
! https://github.com/AdguardTeam/AdguardFilters/issues/34922
hboav.com###inplayer
! https://github.com/AdguardTeam/AdguardFilters/issues/33850
tvshowbox.tw##a[href=" http://www.shumeimotel.com/"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/33954
skyqzone.com###pop_art
! https://github.com/AdguardTeam/AdguardFilters/issues/33646
avbebe.com##.sidebar > .xoxo > li[id^="text-"]
avbebe.com##.sidebar > .xoxo > li[id^="execphp-"]
avbebe.com##.sidebar a[href][target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/33588
seselah.com###video-ads
! https://github.com/AdguardTeam/AdguardFilters/issues/33648
in99.org,av99.us###inplayer
! https://github.com/AdguardTeam/AdguardFilters/issues/33247
||159i.com/nd/scxd.js
||159i.com/nd/b_slest.php
! https://github.com/AdguardTeam/AdguardFilters/issues/32133
||tw.jav321.com^$popup,domain=ucptt.com
ucptt.com#%#(function() { window.open_ = window.open; var w_open = window.open, regex = /tw\.jav321\.com/; window.open = function(a, b) { if (typeof a !== 'string' || !regex.test(a)) { w_open(a, b); } }; })();
! https://github.com/AdguardTeam/AdguardFilters/issues/26883
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=linetv.tw
@@||cdnjs.cloudflare.com/ajax/libs/videojs-contrib-ads/*/videojs.ads.min.js$domain=linetv.tw
! https://github.com/AdguardTeam/AdguardFilters/issues/30630
manhuagui.com##.gg_728
manhuagui.com##.gg_950
manhuagui.com##.w250 > .mt10[style="width: 300px; height: 250px;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/30495
@@||ez3c.tw/js/adblockDetector.js
! https://github.com/AdguardTeam/AdguardFilters/issues/30422
itshokunin.cc#$#.adsbygoogle { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/29611
food.ltn.com.tw##.popular300 > li[id^="compass-fit-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/29572
news.ltn.com.tw##.list > li[id^="apxzone_"]
news.ltn.com.tw##.list > li[id^="newest-native"]
news.ltn.com.tw##.list > li[id^="newspaper-native"]
news.ltn.com.tw##.whitecon > .related > li:has(> .ltn_ad)
news.ltn.com.tw#$#.whitecon > .related[data-desc="相關新聞"] > li:nth-child(5) { margin-right: 0!important; margin-left: 20px!important; }
ltn.com.tw##.Slider > li.L1ad
! https://github.com/AdguardTeam/AdguardFilters/issues/28527
maplestage.com##div[class*="-page-module__ad728Holder___"]
maplestage.com##div[class*="-page-module__right"] > div > div[style="margin-bottom:20px;padding:16px 10px;box-sizing:border-box;width:100%;background-color:#eee;border:1px solid #ddd;text-align:center;"]:first-child:not([class]):not([id])
! https://github.com/AdguardTeam/AdguardFilters/issues/28209
easylife.tw##.popup_bottom_ad
! https://github.com/AdguardTeam/AdguardFilters/issues/27822
||news.99k.tw/open/open*.php
news.99k.tw##.entry-content > table[align="left"][style="width:360px"]
news.99k.tw##iframe[src^="http://news.99k.tw/open/open"][src$=".php"]
! https://github.com/AdguardTeam/AdguardFilters/issues/26753
! https://github.com/AdguardTeam/AdguardFilters/issues/26760
||wholehk.com/atttuop.js
wholehk.com##div[id^="postmessage_"] > div[align="center"][style^="font-size:11px;"] > font:contains(Advertisement)
! https://github.com/AdguardTeam/AdguardFilters/issues/25146
@@||alotof.software/wp-content/themes/alosss/ads.php
! https://github.com/AdguardTeam/AdguardFilters/issues/31075
! https://github.com/AdguardTeam/AdguardFilters/issues/24476
getrelax.club$$script[tag-content="#adisblock"][min-length="50"][max-length="200"]
getrelax.club#%#(function() { var w_open = window.open, regex = /agxclick\.com/; window.open = function(a, b) { if (typeof a !== 'string' || !regex.test(a)) { w_open(a, b); } }; })();
getrelax.club#%#AG_abortInlineScript(/#adisblock/, '$');
getrelax.club#$#.playno1_ad_test { height: 101px!important; position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/24478
@@||poedb.tw/js/adsbygoogle.js
poedb.tw#%#AG_abortInlineScript(/#myModal'\)\.modal/, 'document.getElementById');
! https://github.com/AdguardTeam/AdguardFilters/issues/22904
eprice.com.tw##.ad-728x250-g
eprice.com.tw##.ad-728x90-g
eprice.com.tw##.ad-300x370
! https://github.com/AdguardTeam/AdguardFilters/issues/23735
ck101.com##.readingList > ul > div:has(> li > span:contains(PR))
ck101.com##.bt-ad-728x90
ck101.com###wp > .videoAdWrapper
ck101.com###wp > .subListTop
! https://github.com/AdguardTeam/AdguardFilters/issues/23481
||mamibuy.com.tw/Ad/Period.aspx
! https://github.com/AdguardTeam/AdguardFilters/issues/22157
slashlook.com#%#window.canRunAds = true;
@@||slashlook.com/_resource/js/_js_ads.min.js
||slashlook.com/_resource/html/_bloggerAdsBottom.html
||slashlook.com/_resource/html/_bloggerAdsInline1.html
slashlook.com###AdvertismentInline
slashlook.com###AdvertisementBottom
slashlook.com#$##mdAdsAnnouncement { display: none!important; }
slashlook.com#$#body.modal-open .modal-backdrop { display: none!important; }
slashlook.com#$#body.modal-open { padding-right: 0!important; overflow: visible!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/20884
nownews.com##div[class^="footer_"] > div[class^="adBlocks_"]
nownews.com##div[class^="leftSide_"] > div[data-reactid] a[data-event-action="page-recommend-ad"]
nownews.com##div[class^="leftSide_"] > ._popIn_recommend + div[data-reactid]:last-child > h2:contains(NOWnews 推薦)
nownews.com##div[class^=" margin10_"] > div[data-reactid] > a[class^="clearfix box_"][data-on="click"]:has(> .right > [class^="category_"]:contains(Sponsored))
! https://github.com/AdguardTeam/AdguardFilters/issues/16506
!+ NOT_OPTIMIZED
gamme.com.tw##.ad_down
!+ NOT_OPTIMIZED
gamme.com.tw##.list > li.ad
!+ NOT_OPTIMIZED
gamme.com.tw##a[href^="https://www.gamme.com.tw/redirect.php?id="][target="_blank"] > img
!+ NOT_OPTIMIZED
||gamme.com.tw/uploads/*?2
! https://github.com/AdguardTeam/AdguardFilters/issues/15434
520cc.me#@#iframe[width="300"][height="250"]
520cc.me#$##acornerinner1122 { position: absolute!important; left: -3000px!important; }
520cc.me#%#(function(){var b=window.setTimeout;window.setTimeout=function(a,c){if(!/myaaqqbpfun12\(\)/.test(a.toString()))return b(a,c)};})();
! https://github.com/AdguardTeam/AdguardFilters/issues/26460
! https://github.com/AdguardTeam/AdguardFilters/issues/21669
! https://github.com/AdguardTeam/AdguardFilters/issues/21072
! https://github.com/AdguardTeam/AdguardFilters/issues/15480
@@||service.4gtv.tv/4gtv/Data/GetAD.ashx
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=4gtv.tv
||vast.doublemax.net/adserver/vast.xml$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/,important
||ads.adaptv.advertising.com/*roll&pageUrl=4gtv.tv$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/,important
||facebook.com/*/instream/vast.xml?*&pageurl=http*.4gtv.tv$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/,important
||pubads.g.doubleclick.net/gampad/ads?*&output=xml_vast*&url=http*.4gtv.tv$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/,important
||service.4gtv.tv/4gtv/Data/GetAD.ashx$replace=/((\{[\s\S]*?)"preroll":( )?\[)[\s\S]*\]/\$1]/,important,domain=4gtv.tv
! https://github.com/AdguardTeam/AdguardFilters/issues/13456
upmedia.mg###divider_ad
! https://github.com/AdguardTeam/AdguardFilters/issues/13447
cool3c.com##.col-xs-12 > [class="board board-page board-Cool3c_SuperBoard board-new clearfix"][data-board="Cool3c_SuperBoard"]
cool3c.com##.col-xs-12 > [class="board board-article board-cool3c_superboard_article3 board-new clearfix"][data-board="cool3c_superboard_article3"]
cool3c.com##.post-list > [class="board board-post board-cool3c_superboard_2 board-new clearfix"][data-board="cool3c_superboard_2"]
cool3c.com##.post-list > [class="board board-post board-cool3c-super-board-home-1 board-new clearfix"][data-board="cool3c-super-board-home-1"]
cool3c.com##.sticky-inner > [class="board board-side board-cool3c-home_300x250_2 board-new clearfix"][data-board="cool3c-home_300x250_2"]
cool3c.com##.sticky-inner > [class="board board-side board-cool3c-homepage-TR300X250 board-new clearfix"][data-board="cool3c-homepage-TR300X250"]
! https://github.com/AdguardTeam/AdguardFilters/issues/13298
books.com.tw##.header_box_pop > [class^="flash_banner"]
! https://github.com/AdguardTeam/AdguardFilters/issues/13235
cna.com.tw##.ad_336_2
cna.com.tw#$#.fb_fanpage_inpage > .other_news_box_2 { padding: 0 0px!important; margin: 26px 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/13296
xuite.net###single-bottom-ad
xuite.net##[class^="ad-mid"]
xuite.net##div[id^="index-ad-mid"]
xuite.net###single-ad-300-250
xuite.net###side-special.special
! https://github.com/AdguardTeam/AdguardFilters/issues/13289
setn.com###aspnetForm > .rightFloat
@@||googleads.github.io/videojs-ima/node_modules/video.js/dist/video.min.js$domain=setn.com
@@||googleads.github.io/videojs-ima/node_modules/video.js/dist/video-js.min.css$domain=setn.com
! https://github.com/AdguardTeam/AdguardFilters/issues/13288
nownews.com##article > [class^="contentAd_"]
nownews.com##[class*="Side_"] div[class=""] > [id^="dfp-"][style^="width:"][style*="height:"]
nownews.com##[class^="bg_"] > [class^="clearfix container_"] > [class^="rightSide_"] > [class^="box"]
! https://github.com/AdguardTeam/AdguardFilters/issues/13236
kocpc.com.tw#$##header > nav.floated-navbar { top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/11819
tt1069.com#@##adbrite
! https://github.com/AdguardTeam/AdguardFilters/issues/11650
||ad.52av.tv^
! https://github.com/AdguardTeam/AdguardFilters/issues/10977
||r3sub.com/images/aaa^
! https://github.com/AdguardTeam/AdguardFilters/issues/7596
@@||ani.gamer.com.tw^$generichide
@@||i2.bahamut.com.tw/JS/ad/animeLogo.js^$domain=ani.gamer.com.tw
@@||i2.bahamut.com.tw/JS/ad/animeVideo.js^$domain=ani.gamer.com.tw
@@||i2.bahamut.com.tw/JS/ad/animeVideo2.js^$domain=ani.gamer.com.tw
@@||gamer-cds.cdn.hinet.net/vod/gamer/*.ts^$domain=ani.gamer.com.tw
@@||hinet.net/keys/a.key^$domain=ani.gamer.com.tw
@@||gamer-cds.cdn.hinet.net/vod/gamer/*.m3u8^$domain=ani.gamer.com.tw
!
! https://github.com/AdguardTeam/AdguardFilters/issues/6826
@@||digiland.tw/advert.js
!
gamer.com.tw#$##BH-bigbanner { position: absolute!important; left: -3000px!important; }
gamer.com.tw#$#img[onload="AntiAd.check(this)"] { position: absolute!important; left: -3000px!important; }
||bahamut.com.tw/js/ad.js
mm-cg.com###ArticlesEx_box
||rackcdn.com/htv/banners/$domain=hanime.tv
hanime.tv##.vertical-ad
mm-cg.com##.TW_UTtoy
!---------------------------------------------------------------------
!------------------------------ Thai ---------------------------------
!---------------------------------------------------------------------
! https://github.com/AdguardTeam/AdguardFilters/issues/38073
animeloli.com###bt-ads
animeloli.com###link_h_movie_ad
animeloli.com##a[href]:not([href^="https://www.animeloli.com"]) > .imgbanner
! https://github.com/AdguardTeam/AdguardFilters/issues/35415
doonungdee.online###floatleft
doonungdee.online###floatright
doonungdee.online##.ads-responsive
/pic-ads/*$domain=doonungdee.online
||publish.iptvz.net^$domain=doonungdee.online
!
ballzaa.com##.banner-box
||bp.blogspot.com^$image,domain=nontonmovie33.net
! https://github.com/AdguardTeam/AdguardFilters/issues/28171
flix-anime.com##.player-container > .kosana-container
@@||cdn.jsdelivr.net/npm/fuckadblock@3.2.1/fuckadblock.min.js$domain=flix-anime.com
! https://github.com/AdguardTeam/AdguardFilters/issues/26526
anime-i.com##.ads-300-150
anime-i.com##.ads-1000-100
player.anime-i.com#%#(function(){ window.addEventListener("load", function(){ AG_removeElementBySelector('ul[data-ads]'); }); })();
||7mscorethai.com/ohoslot-*.mp4$mp4,domain=player.anime-i.com
! https://github.com/AdguardTeam/AdguardFilters/issues/25544
@@||hdarkzone.com/wp-content/plugins/block-adsblock/js/ads.core.js
! https://github.com/AdguardTeam/AdguardFilters/issues/24797
misa-anime.com###banner
misa-anime.com###player_misaad
||cdn.inzpi.com/js/web-1-sec-1.js
||cdn.inzpi.com/js/web-1-sec-13.js
! https://github.com/AdguardTeam/AdguardFilters/issues/23746
neko-miku.com##.ads-825-100
neko-miku.com##.ads-290-100
player.neko-miku.com#%#(function(){ window.addEventListener("load", function(){ AG_removeElementBySelector('ul[data-ads]'); }); })();
||7mscorethai.com/ohoslot-*.mp4$mp4,domain=player.neko-miku.com
! https://github.com/AdguardTeam/AdguardFilters/issues/23024
movie2free.com##.notice h1 a[href][target="_blank"]
movie2free.com##.notice > div[style*="height: 200px;"][style*="width: 15%;"]
movie2free.com##a[href^="https://bit.ly/"][target="_new"] > img
movie2free.com##.notice a[href][target="new"] > img
||movie2free.com/wp-content/themes/next/images/*.gif
@@||movie2free.com/wp-content/themes/next/images/nav-bullet
! https://github.com/AdguardTeam/AdguardFilters/issues/21156
opuree.com#%#window.detector_active = true;
@@||opuree.com/scr/detector/adsbygoogle.js
! https://github.com/AdguardTeam/AdguardFilters/issues/20002
||ksubthai.co^$popup,domain=kseries.co
kseries.co#%#Object.defineProperty(window, 'tabUnder', { get: function() { return; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/18059
kod-hd.com##center > a[href][target="_blank"][rel="nofollow"] > img
kod-hd.com##center > a[href][target="_blank"][rel="noopener"] > img
kod-hd.com##.filmcontent > a[href][target="_blank"][rel="nofollow"] > img
kod-hd.com##.sidebar-right a[href][target="_blank"][rel^="nofollow"] > img
||donungvip.com/vip/$domain=kod-hd.com
||uppicimg.com/file/*.gif$domain=kod-hd.com
||file18x.com/imgupload/uploads/*.gif$domain=kod-hd.com
! https://github.com/AdguardTeam/AdguardFilters/issues/
hflight.net#@#.ipsAd
hflight.net##a[href^="http://th.airbnb.com/c"] > img
hflight.net###ipbwrapper .ipsAd > table[width][align="center"]
! https://github.com/AdguardTeam/AdguardFilters/issues/18057
nungsub.com###top-bar-image
nungsub.com###top-post-banner
nungsub.com##div[align="center"] > a[href][rel="nofollow"] > img
||nungsub.com/wp-content/uploads/*/fun88.gif
! https://github.com/AdguardTeam/AdguardFilters/issues/18050
||picz.in.th^$domain=88movie-hd.com
88movie-hd.com##.p-banner
! https://github.com/AdguardTeam/AdguardFilters/issues/18051
onlinemini-hd.com###bannersingle
! https://github.com/AdguardTeam/AdguardFilters/issues/18052
new-mastermovie.com###main > div[dir="ltr"]
new-mastermovie.com###sidebar div[dir="ltr"]
! https://github.com/AdguardTeam/AdguardFilters/issues/18053
sakkarinsai8.com##.img-ads
! https://github.com/AdguardTeam/AdguardFilters/issues/18054
! https://github.com/AdguardTeam/AdguardFilters/issues/18056
up-moviehd.com##.ai_widget
koi-anime.com,up-moviehd.com##.code-block
! https://github.com/AdguardTeam/AdguardFilters/issues/18055
moviehd-free.com###sidebar > .sidebarborder[-ext-has='a[href^="https://goo.gl"] > img']
moviehd-free.com##a[href^="https://goo.gl"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/18058
||lineballsod.com/images/banner^
lineballsod.com##.footer1
||lineballsod.com/wp-content/uploads*/*700x150
! https://github.com/AdguardTeam/AdguardFilters/issues/18049
movie2free.com##a[href*=".php"][target="_new"]
! https://github.com/AdguardTeam/AdguardFilters/issues/18060
gg-anime.com##a[target="_blank"] > img[alt="Advertisement"]
gg-anime.com###top-section > center
gg-anime.com###main > center
! https://github.com/AdguardTeam/AdguardFilters/issues/17460
! https://github.com/AdguardTeam/AdguardFilters/issues/16179
! https://github.com/AdguardTeam/AdguardFilters/issues/12774
@@||openpoint.com.tw^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/12395
video.520cc.cc###inplayer
jav777.cc##.ui-widget-overlay
jav777.cc##div[aria-describedby="myaabpfun12dialog"]
! https://github.com/AdguardTeam/AdguardFilters/issues/12087
av8x.com##.container > div[style*="overflow: hidden"]
! https://github.com/AdguardTeam/AdguardFilters/issues/11897
javboss.me#%#clientSide.player.play(true);
!+ NOT_PLATFORM(ios, ext_android_cb)
javboss.me###preroll
! https://github.com/AdguardTeam/AdguardFilters/issues/11768
||footballfuck.com/tvonline/$replace=/playlist: \[[\s\S]*?\{[\s\S]*?live: true\,[\s\S]*?sources: \[[\s\S]*?\{ type: "application\/x-mpegurl"\, src: "[\s\S]*?\/ads\/mp4:footer\.mp4\/playlist\.m3u8" \}\,[\s\S]*?\][\s\S]*?\}\,/playlist: [/
footballfuck.com##a[href*="footballfuck.com/go?url="]
footballfuck.com##.football-ads
footballfuck.com##section[name="banner"]
! https://github.com/AdguardTeam/AdguardFilters/issues/10101
adintrend.com#@#.Adsense
adintrend.com#@#.AdSense
adintrend.com#@#.adsense
adintrend.com#@#.adSense
! https://forum.adguard.com/index.php?threads/https-www-2510avporn-com-nsfw.25516/
||i.imgur.com/Uj494PO.gif
||2510avporn.com/banner/
||xxxthhd.com/wp-content/uploads/banner
||2510avporn.com/wp-content/uploads/*/banner
||2510avporn.com/wp-content/uploads/2017/09/2510avporn-960x100.jpg
2510avporn.com##[id^="banner"]
2510avporn.com#$##sgcolorbox { display: none!important; }
2510avporn.com#$##sgcboxOverlay { display: none!important; }
2510avporn.com#$#body[style="overflow: hidden;"] { overflow: visible!important; }
2510avporn.com#%#AG_onLoad(function() { jQuery(function() { jQuery('body, a').unbind('click'); }); });
! http://forum.adguard.com/showthread.php?8848
@@||thaitv3.com/js/video_ads.js
! http://forum.adguard.com/showthread.php?7076
daum.net##.box_banner
! http://forum.adguard.com/showthread.php?7078
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=voicetv.co.th
! http://forum.adguard.com/showthread.php?5788
@@||tv.sanook.com/ajax/get_ads?
@@||tv.sanook.com/assets/js/ads*.js
! http://forum.adguard.com/showthread.php?5505
cuptv.com###ads_tag
! http://forum.adguard.com/showthread.php?5402
@@||pq-direct.revsci.net/pql$domain=nationtv.tv
! http://forum.adguard.com/showthread.php?5403
brandbuffet.in.th#@#.category-advertorial
!---------------------------------------------------------------------
!------------------------------ Vietnam ------------------------------
!---------------------------------------------------------------------
! https://github.com/AdguardTeam/AdguardFilters/issues/38288
yan.vn###playable_banner
! https://github.com/AdguardTeam/AdguardFilters/issues/38692
/wp-content/uploads/*/*.js$domain=44car.site
44car.site#@##adsense
44car.site#@#.an-advert-banner
44car.site#@#.an-sponsored
44car.site$$script[tag-content="anOptionAdsSelectors"][max-length="3000"]
44car.site#%#//scriptlet("abort-on-property-read", "anOptions")
! https://github.com/AdguardTeam/AdguardFilters/issues/38159
||affiliate.k4.tinhte.vn^
tinhte.vn##.TinhteMods_AffiliateWidget
! https://github.com/AdguardTeam/AdguardFilters/issues/36260
ftios.vn##.ftd4-maybest
! https://github.com/AdguardTeam/AdguardFilters/issues/36902
vtvgiaitri.vn##.ads-pop-up
vtvgiaitri.vn##.ads-top-wrap
vtvgiaitri.vn#@##adblock
vtvgiaitri.vn#$##adblock { display: block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/36862
phim33.com##a[href^="https://c.bong99.com/"]
.gif$third-party,domain=phim33.com
! https://github.com/AdguardTeam/AdguardFilters/issues/34010
||hdsieunhanh.com/vast.xml
||p.jwpcdn.com/*/vast.js$important,domain=hdsieunhanh.com
! https://github.com/AdguardTeam/AdguardFilters/issues/33144
! https://github.com/AdguardTeam/AdguardFilters/issues/32976
phimgi.net#@#.adBanner
phimgi.net#$##wrapfabber { height: 1px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/32863
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=24h.com.vn
! https://github.com/AdguardTeam/AdguardFilters/issues/31929
xemphimso.com##.float-ck
xemphimso.com##.ads > center
! https://github.com/AdguardTeam/AdguardFilters/issues/32349
!+ NOT_OPTIMIZED
vnexpress.net##iframe[src^="https://fado.vn/iframe/search?ref_id="]
!+ NOT_OPTIMIZED
vnexpress.net##.title_box_category[style*="background:url(https://scdn.vnecdn.net/doisong/restruct/i/"][style*="/graphics/bg_fado_search.jpg)"]
! https://github.com/AdguardTeam/AdguardFilters/issues/30349
comicvn.net#%#AG_abortInlineScript(/'windowpop'/, '$');
comicvn.net##.cfish
comicvn.net##.fancybox-wrap
comicvn.net##.fancybox-overlay
comicvn.net##div[class^="displaya-top-"][class*="image-plus ber-plus"]
?utm_source=comicvn.net&utm_medium=m-popup$popup,domain=comicvn.net
?utm_source=comicvn.net&utm_medium=banner&utm_campaign=comicvn.net.*popup$popup,domain=comicvn.net
! https://github.com/AdguardTeam/AdguardFilters/issues/29690
phim8u.com##div[class^="float-ck"]
||phim8u.com/test/popup_m*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/28791
tivis.101vn.com###topads
tivis.101vn.com###right_float
tivis.101vn.com##a[href][target="_blank"][rel="nofollow"] > img
tivis.101vn.com##div[id][style="height: 100px;width:300px;bottom:12px"]
||gmodules.com/gadgets/proxy?container=*&url=*.gif$domain=tivis.101vn.com
! https://github.com/AdguardTeam/AdguardFilters/issues/28230
thuthuatjb.com#%#window.google_jobrunner = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/29803
baomoi.com##.is-ads
baomoi.com##.sidebar > .fyi--group:has(> .is-ads)
! https://github.com/AdguardTeam/AdguardFilters/issues/29558
khoai.tv#@#.afs_ads
||khoai.tv/assets/popup.js
||data.videonow.ru/?profile_id=$domain=khoai.tv
||delivery.vungtv.com/vungtv/fc.php?script=apVideo:vast$domain=khoai.tv
khoai.tv#%#Object.defineProperty(window, 'SmartPopunder', { get: function() { return; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/28369
anime47.com#%#Object.defineProperty(window, 'BB', { get: function() { return { getVASTUrl: function() {} }; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/27603
truyenqq.com##a[target="_blank"][href*="http"]:not([href*="truyenqq.com/"]) > img
! https://github.com/AdguardTeam/AdguardFilters/issues/24611
ngoisao.net##.qc_quangcao_300x250
ngoisao.net#$##QC_TOP { min-height: 0!important; padding: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/24854
! https://github.com/AdguardTeam/AdguardFilters/issues/24671
blogtruyen.com##.BT-Ads
blogtruyen.com##.advertise_pnl
blogtruyen.com##.container > .qc-inner
||blogtruyen.com/scripts/banner-preload.js
||blogtruyen.com/Data/data_script/bt_script_*_*.js
blogtruyen.com#%#Object.defineProperty(window, 'btpop', { get: function() { return; } });
blogtruyen.com##.qc-inner-move
! https://github.com/AdguardTeam/AdguardFilters/issues/23669
saostar.vn#$#.trang-chi-tiet { margin-top: 0!important; }
saostar.vn##.full-width-banner-ads
saostar.vn##.banner-middle
! https://github.com/AdguardTeam/AdguardFilters/issues/23591
nhanhtv.net##.ad_location
!
||showbizchaua.com/wp-content/uploads/*/tutaoweb
! https://github.com/AdguardTeam/AdguardFilters/issues/22909
doisongphapluat.com##.lastest > ul > li.pkg:has(> a[href^="http://bit.ly/"])
doisongphapluat.com##ul.module-vertical-list > li:has(> .info > a[href^="http://bit.ly/"])
! https://github.com/AdguardTeam/AdguardFilters/issues/22936
macintosh.vn##footer > #fancybox-wrap
macintosh.vn##footer > #fancybox-overlay
! https://github.com/AdguardTeam/AdguardFilters/issues/22907
yan.vn###divInpageBanner
! https://github.com/AdguardTeam/AdguardFilters/issues/23244
!+ NOT_OPTIMIZED
taifile.net###content_download > a[target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/22910
antt.vn##.ads_full
! https://github.com/AdguardTeam/AdguardFilters/issues/22508
baodatviet.vn##.adv_160
baodatviet.vn###left_col > center > div[style="width:468px; height: 280px; margin-top: 10px; clear: both"]
baodatviet.vn###right_col > .box_300.width_common > div[style="height:250px; width:300px; margin-top: 5px"]
baodatviet.vn###mid_col > .content_160 > div[style="clear: both; margin-top: 5px; margin-bottom: 2px; width: 160; height: 150px"]
! https://github.com/AdguardTeam/AdguardFilters/issues/22816
megaurl.in#$#.modal-open { overflow:visible!important; }
megaurl.in###myModal
megaurl.in##.modal-backdrop
! https://github.com/AdguardTeam/AdguardFilters/issues/22492
vietnamplus.vn##.m_banner_show
! https://github.com/AdguardTeam/AdguardFilters/issues/22536
plo.vn###Web_AdsArticleBodyMiddle
! https://github.com/AdguardTeam/AdguardFilters/issues/22161
tinhte.vn##.main > .section > .snd[-ext-has='div[style^="width:300px;height:"]']
tinhte.vn##.main > .section > .snd div[style^="width:300px;height:"]
tinhte.vn##.root > header + div[class^="jsx-"].main
! https://github.com/AdguardTeam/AdguardFilters/issues/21718
vuviphim.com##.sidebar aside#ai_widget-2
! https://github.com/AdguardTeam/AdguardFilters/issues/21571
! https://github.com/AdguardTeam/AdguardFilters/issues/20514
bongdaplus.vn###ad-in-page
bongdaplus.vn##iframe[src^="http://demo.klick.vn:"]
||bongdaplus.vn/ads/
! https://github.com/AdguardTeam/AdguardFilters/issues/20055
loigiaihay.com###wrapper > div[align="center"]:not([id]):not([class])
! https://github.com/AdguardTeam/AdguardFilters/issues/20618
||p.jwpcdn.com/*/vast.js$domain=khoai.tv,important
! https://github.com/AdguardTeam/AdguardFilters/issues/20011
! https://github.com/AdguardTeam/AdguardFilters/issues/19927
hoquangdai.com#%#window.adblock = 1;
@@||hoquangdai.com/j2/src/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/30050
! https://github.com/AdguardTeam/AdguardFilters/issues/19839
tvhay.org#%#AG_abortOnPropertyWrite('tvhay');
||tvhay.org/guide/tvhpu11.js
||tvhay.org/guide/punew-tvh.js
||tvhay.org/preload/*.php
||tvhay.org/guide*/pre-*.xml
||p.jwpcdn.com/*/vast.js$important,domain=tvhay.org
! https://github.com/AdguardTeam/AdguardFilters/issues/19694
itphutran.com#@#.an-advert-banner
itphutran.com#@##adsense
itphutran.com#@#.an-sponsored
! https://github.com/AdguardTeam/AdguardFilters/issues/18600
@@||phimmedia.tv/templates/themes/phim/js/advertisement.js
phimmedia.tv#%#window.adblock = 1;
phimmedia.tv#%#AG_defineProperty('PM_popup', { get: function() { return function() {}; }, set: function() {}});
! https://github.com/AdguardTeam/AdguardFilters/issues/19239
||licklink.net/js/full-page-script.js$empty,important
fcine.net#@#.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/18638
@@||vnurl.net/1/2/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/19036
||cdn.rawgit.com/BinLate/*/arlinablock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/18843
! https://github.com/AdguardTeam/AdguardFilters/issues/18835
@@||ani4u.org^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/18578
@@||webkul.com/joomaddon//plugins/system/adblockerdetect^
! https://github.com/AdguardTeam/AdguardFilters/issues/18638
vnurl.net##.banner
! https://github.com/AdguardTeam/AdguardFilters/issues/18743
@@||static.doubleclick.net/instream/ad_status.js$domain=fcine.net
fcine.net#@#.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/18702
hocvientruyentranh.com###popup-giua-man-hinh
! https://github.com/AdguardTeam/AdguardFilters/issues/18534
@@||nhacpro.net/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/18531
hentaivn.net##div[id^="page_ads_"]
! https://github.com/AdguardTeam/AdguardFilters/issues/18317
||anonyviet.com/wp-content/uploads/2017/02/LienHeQuangCao.png
||anonyviet.com/wp-content/uploads/2018/05/lmintArtboard-1.svg
! https://github.com/AdguardTeam/AdguardFilters/issues/18232
! https://github.com/AdguardTeam/AdguardFilters/issues/18175
phim.media##.nopadding > div > a[href^="http://bit.ly/"][target="_blank"] > img
@@||phim.media/templates/themes/phim/js/advertisement.js
phim.media#%#window.adblock = 1;
phim.media#%#AG_onLoad(function() { var elems=document.querySelectorAll('#btn-film-watch,.poster > a');if(elems)for(var href,i=0;i<elems.length;i++)href=elems[i].getAttribute('href'),href=href.match('utm_id=.*')[0].replace('utm_id=',''),href&&elems[i].setAttribute('href',atob(href)); });
! https://github.com/AdguardTeam/AdguardFilters/issues/17516
||p.jwpcdn.com/*/vast.js$domain=vung.tv,important
! https://github.com/AdguardTeam/AdguardFilters/issues/17102
! https://github.com/AdguardTeam/AdguardFilters/issues/17323
||hentaivn.net/js/abp.js
hentaivn.net##.qc_main
! https://github.com/AdguardTeam/AdguardFilters/issues/16910
24h.com.vn###div_inpage_banner_open
24h.com.vn###div_inpage_banner_after
24h.com.vn##section[id^="ADS_"][id$="s_container"]
! https://github.com/AdguardTeam/AdguardFilters/issues/16851
news.zing.vn##.banner
news.zing.vn###site-header
! https://github.com/AdguardTeam/AdguardFilters/issues/32215
!+ NOT_OPTIMIZED
game8.vn##.col-sm-9 > .box_text_qc
!+ NOT_OPTIMIZED
game8.vn##.thumb > a[href^="https://goo.gl/"][target="_blank"] > img
!+ NOT_OPTIMIZED
game8.vn##.box_quangcao_top > a[href^="http://goo.gl/"][rel="nofollow"] > img
!+ NOT_OPTIMIZED
game8.vn##a[href^="http://zxc.world/"]
||game8.vn/media/*/images/au2-300x250.jpg.300.250.cache
!+ NOT_OPTIMIZED
game8.vn##.box_quangcao_top > .btn_close_popup
!+ NOT_OPTIMIZED
game8.vn##.box_quangcao_top > a[href][target="_blank"] > img
!+ NOT_OPTIMIZED
game8.vn##.bn1
!+ NOT_OPTIMIZED
game8.vn##.bn2
!+ NOT_OPTIMIZED
game8.vn##.bn3
!+ NOT_OPTIMIZED
game8.vn##.thumb > a[href][target="_blank"] > img[alt^="Banner"][alt$="Adsense"]
!+ NOT_OPTIMIZED
||game8.vn/Partial/Adv*_=
!+ NOT_OPTIMIZED
||game8.vn/Partial/Adv728x90
!+ NOT_OPTIMIZED
||game8.vn/Partial/All_*AdvPartial
!+ NOT_OPTIMIZED
||game8.vn/Partial/All_AdvWidth*Partial
!+ NOT_OPTIMIZED
||game8.vn/Partial/AdvMobileContent?IdAdv=
!+ NOT_OPTIMIZED
game8.vn##.box_quangcao_mobile_320x50
! https://github.com/AdguardTeam/AdguardFilters/issues/16452
tiengnhatpro.net###HTML8
tiengnhatpro.net##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/14467
tinhte.vn#$#.adWidget { position: absolute!important; left: -3000px!important; }
tinhte.vn##.TinhteMods_KmThreads
! https://github.com/AdguardTeam/AdguardFilters/issues/27224
anime47.com##.ad-container
! https://github.com/AdguardTeam/AdguardFilters/issues/13756
@@||anime47.com/*/js/your-ad.txt
! https://github.com/AdguardTeam/AdguardFilters/issues/13906
phimhoathinh.biz#%#Object.defineProperty(window, 'BB', { get: function() { return { getVASTUrl: function() {} }; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/13221
xemphimon.com##a[href^="http://xemphimon.com/ads"]
xemphimon.com##.adv_phim
! https://github.com/AdguardTeam/AdguardFilters/issues/12884
tv.101vn.com##div[id^="full_banner"]
tv.101vn.com###topads
tv.101vn.com###fl813691
tv.101vn.com###right_float
tv.101vn.com##a[href^="http://tv.101vn.com/img"] > img
tv.101vn.com##.page > div[id^="sl"]
! https://github.com/AdguardTeam/AdguardFilters/issues/12886
keonhacai.com###fl813691
keonhacai.com##a[href^="http://keonhacai.com/img"] > img
keonhacai.com##.AdsDesktop-header
keonhacai.com###right_float
! https://github.com/AdguardTeam/AdguardFilters/issues/12887
||n.tivi8k.net/*.php
! https://github.com/AdguardTeam/AdguardFilters/issues/12962
||vuviphim.com/ads^
vuviphim.com##a[title="v9bet"]
! https://github.com/AdguardTeam/AdguardFilters/issues/12622
@@||static.hdonline.vn/template/frontend/js/ads.js
hdonline.vn#%#AG_defineProperty('HDOCONFIG.HDOADChecker.Adguard', {value: false});
! https://github.com/AdguardTeam/AdguardFilters/issues/12385
! https://github.com/AdguardTeam/AdguardFilters/issues/12322
! https://github.com/AdguardTeam/AdguardFilters/issues/12160
heodam.tv##.float-ck
||heodam.tv/ballon^
! https://github.com/AdguardTeam/AdguardFilters/issues/12169
||hdvietnam.com/banner^
! https://github.com/AdguardTeam/AdguardFilters/issues/11968
! https://github.com/AdguardTeam/AdguardFilters/issues/11462
@@||tvhay.org/playergk/fingerprint2.min.js
tvhay.org##.float-ck
tvhay.org##.ad_location
! https://github.com/AdguardTeam/AdguardFilters/issues/11440
@@||game24h.vn/js/ads_v*.js?v=$domain=game24h.vn
game24h.vn##.content > div[style="float:left;"] > .LRBanner
game24h.vn#$##adv_tai_tro_id { display: none!important; }
game24h.vn#$##game_player_container { display: block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/9910
! https://github.com/AdguardTeam/AdguardFilters/issues/9648
techrum.vn##.sidebar_ads_img
techrum.vn##.vip_ad_div
techrum.vn##div[class^="k_ads_vip_"]
! https://github.com/AdguardTeam/AdguardFilters/issues/9553
@@||megaurl.in/adi/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/8077
! https://github.com/AdguardTeam/AdguardFilters/issues/7671
webketoan.com##iframe[src^="//ad2017.meo4.info/"]
webketoan.com##a[href^="http://member.civi.vn/cpc/"]
webketoan.com##.sidebar > .widget-container > .WidgetFramework_WidgetRenderer_Html[-ext-has=">h3:contains(Ads)"]
! https://github.com/AdguardTeam/AdguardFilters/issues/7506
||tuoi69.com/trai.js
||tuoi69.com/balloonr.js
||ads.8live.com^$popup
tuoi69.com#%#Object.defineProperty(window,'sinhvienit',{value:1});
! https://github.com/AdguardTeam/AdguardFilters/issues/25822
! https://github.com/AdguardTeam/AdguardFilters/issues/7444
linkneverdie.com#$##adsqc { height: 1px!important; position: absolute!important; left: -3000px!important; }
linkneverdie.com#$##adsqca { height: 1px!important; position: absolute!important; left: -3000px!important; }
linkneverdie.com#$##adquangcao { position: absolute!important; left: -3000px!important; }
@@||ad.a-ads.com/*?size=300x250$domain=linkneverdie.com
@@||static.doubleclick.net/instream/ad_status.js$domain=linkneverdie.com
! https://github.com/AdguardTeam/AdguardFilters/issues/6582
@@||lmss.vn^$generichide
lmss.vn##.sidebanner.ads
lmss.vn##.s-image-box[data-dismiss="modal"]
! https://github.com/AdguardTeam/AdguardFilters/issues/5118
@@||js.genieessp.com/t^$domain=phim.media
@@||static.gammaplatform.com/js/ad-exchange.js$domain=phim.media
! https://github.com/AdguardTeam/AdguardFilters/issues/6587
linkneverdie.com#$##wrapper { display: block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/5823
@@||linkneverdie.com^$generichide
@@||linkneverdie.com/Assets/Js/ads.js
!
||phimmedia.tv/jwplayer-*/vast.js
phimmedia.tv###mobile_content_bottom
phimmedia.tv###mobile_content_on_top_player
phimmedia.tv##a[href^="https://www.fshare.vn/partnerlink"][target="_blank"]
razorphim.com###divFLRALeft
razorphim.com###divFLRARight
nld.com.vn###BorderMenutop > .bordertopmenuv4
ictnews.vn###page-wraper > .hidden-lg[style^="width:300px; height:250px;"]
phimmedia.tv##.banner_right_play
phimmedia.tv##.nopadding > div > a[href][target="_blank"] > img
ictnews.vn##.header-banner
kenhtao.net##.homeadv2
congtruongit.com##.quangcao_duoi_bai_viet
congtruongit.com##a[href^="https://goo.gl/"] > img
congtruongit.com##a[href^="http://flamingo.dailai.info/"] > img
congtruongit.com##a[href="http://sezi.vn/giay-nam-cp.html"]
congtruongit.com##a[href^="https://www.fshare.vn/partnerlink"]
||img.masoffer.net^$domain=congtruongit.com
||storage.fshare.vn/images/congtruongit.com_960x128.gif
vtc.vn##.adv
||jav22.net/mads/
jav22.net###divExoLayerWrapper
jav22.net##.rich-content > center > a[rel="noopener"] > img
news.zing.vn##.banners
vnexpress.net###box_splienquan
vnexpress.net##.box_shopvne
linksvip.net##div[class^="banner-style-"]
4share.vn##.affiliate
4share.vn##.affiliate~a[target="_blank"] > img
vaphim.com##div[id^="ad-nav"]
phimhotjav.com##.social
||tonystream.com/wp-includes/js/min.js
xxxvietsub.com##div[style^="width:100%;text-align:center;"] > a[rel="nofollow"] > img
||tivitot.net/qc/babilon-trai.php
tivitot.net##div[class^="ads"]
tivitot.net##div[id^="Ads_"]
animevs.pro,phimmedia.tv,phim.media##.float-ck
phim.media###mobile_content_bottom
phim.media##a[href^="http://lucky88.com/"]
phim.media##.adv-300-right
jav8.net,phimsexmoi.biz###text-2[style*="left: 0px; top: 0px;"]
tv3x.net###text-3[style*="left: 0px; top: 0px;"]
||fsharefilm.com/wp-content/themes/fsharefilm/js/popup.js
fsharefilm.com#%#Object.defineProperty(window, 'popunder', { get: function() { return {}; } });
@@||pq-direct.revsci.net/pql$domain=vivo.vn
@@||admicro1.vcmedia.vn/ads_codes/*$domain=vivo.vn
nhaccuatui.com###eventBannerLeft
nhaccuatui.com###eventBannerTop
torviet.com###leftBanner1Ky
torviet.com###rightBanner1Ky
torviet.com##a[href*="adredir.php?id="]
nhaccuatui.com##div[class^="adv_"]
||torviet.com/pic/banner/*.gif
! https://github.com/AdguardTeam/AdguardFilters/issues/5118
@@/ads.js$domain=hayhaytv.vn|talktv.vn|chiasenhac.vn|hplus.com.vn|fptplay.net|phim.media
!---------------------------------------------------------------------
!------------------------------ Fixing other filters -----------------
!---------------------------------------------------------------------
! https://github.com/AdguardTeam/ExperimentalFilter/issues/327
@@||m.ynet.co.il/Promo.aspx^$document
!
||pirsumot.co.il/banners/
!---------------------------------------------------------------------
!------------------------------ Fanboy Annoyances --------------------
!---------------------------------------------------------------------
! https://github.com/AdguardTeam/AdguardFilters/issues/26087
@@/1pixel.$~third-party,domain=javhdstream.net
! http://forum.adguard.com/showthread.php?6714
@@||heartage.me/*/js/common/directives/cookie-banner.js
!
@@||facebook.com/share/share_now_menu/$domain=facebook.com
!---------------------------------------------------------------------
!------------------------------ RU AdList: BitBlock ------------------
!---------------------------------------------------------------------
!
!---------------------------------------------------------------------
!------------------------------ EasyPrivacy --------------------------
!---------------------------------------------------------------------
! https://forum.adguard.com/index.php?threads/10526/
@@||wrestlezone.com/wp-content/plugins/*$domain=wrestlezone.com
!-------------------------------------------------------------------------------!
!------------------ General hiding rules----------------------------------------!
!-------------------------------------------------------------------------------!
!
! Section contains list general hiding rules
!
! https://github.com/AdguardTeam/AdguardFilters/issues/36807
!+ NOT_OPTIMIZED
##.commercial-unit-mobile-bottom
! https://github.com/AdguardTeam/AdguardFilters/issues/30864
!+ NOT_OPTIMIZED
##.mobile-instream-ad-holder-single
! https://github.com/AdguardTeam/AdguardFilters/issues/26257
!+ NOT_OPTIMIZED
###ad_wp_base
! https://github.com/AdguardTeam/AdguardFilters/issues/25532
!+ NOT_OPTIMIZED
###adxtop
! https://github.com/AdguardTeam/AdguardFilters/issues/19482
!+ NOT_OPTIMIZED
###ad_728h
!+ NOT_OPTIMIZED
###ad_336_singlebt
! https://github.com/AdguardTeam/AdguardFilters/issues/16974
!+ NOT_OPTIMIZED
##.tjads
!+ NOT_OPTIMIZED
##topadblock
! https://github.com/AdguardTeam/AdguardFilters/issues/14993
!+ NOT_OPTIMIZED
###ad-fullbanner2-billboard-outer
! https://github.com/AdguardTeam/AdguardFilters/issues/14979
!+ NOT_OPTIMIZED
##.loop_google_ad
! https://github.com/AdguardTeam/AdguardFilters/issues/10524
!+ NOT_OPTIMIZED
##.amp_ad_wrapper
! https://github.com/AdguardTeam/AdguardFilters/issues/10560
! https://github.com/AdguardTeam/AdguardFilters/issues/10799
!+ NOT_OPTIMIZED
##.commercial-unit-mobile-top
!
! For example: http://vol.az/mp3-3288-Nara-Richebru-Araftayim-2016
##div[id*="ScriptRootN"]
!
! https://github.com/AdguardTeam/AdguardFilters/issues/34045
!+ NOT_OPTIMIZED
##.b_ad
! https://github.com/AdguardTeam/AdguardFilters/issues/7752
!+ NOT_OPTIMIZED
##.ad-engage
! https://forum.adguard.com/index.php?threads/23528/
!+ NOT_OPTIMIZED
###gads_middle
! https://github.com/AdguardTeam/AdguardFilters/issues/7826
!+ NOT_OPTIMIZED
##.add_300x250
!
! https://github.com/AdguardTeam/AdguardFilters/issues/7613
!+ NOT_OPTIMIZED
##.ContentAd
!
##.puFloatLine > #puFloatDiv
##.td-a-rec
##a[href*=".ufinkln.com/"]
##body > #overover[style="position:fixed;width:100%;height:100%;background:silver;z-index: 2;opacity: 0.1;"]
##body > #overover[style="position:fixed;width:100%;height:100%;background:silver;z-index: 2;opacity: 0.1;"] ~ #obrazek
~ero-advertising.com##a[href^="https://redirect.ero-advertising.com"] > img
##.stripper > a[href*="istripper"] > img
##a[href*="/fdh/wth.php?"]
##.BetterJsPopOverlay
##.videojs-hero-overlay
~kingandqueenpro.com##a[href*="://kingandqueenpro.com/r/?"]
##div[id^="M"][id*="Composite"]
##.wpcnt > .wpa
###BannerBox
###ad-topper
###ad_300X250
###ad_google
###advertRightTopPosition
###banner-top-right
###bannerfloat22
###bb_banner
###blox-top-promo
###bp_banner
###campaign-banner
###extensible-banner
###fb_300x250
###footer-banner
###scorecard-ad
###topBanners
###total_banner
##.SC_TBlock
##.ad_google
##.ad_register_prompt
##.ad_showthread_firstpost_start_placeholder
##.adheader403
##.b-header-banner
##.baners_block
##.banner_header
##.banners-middle
##.banners_block
##.innerBanner
##.main_promo_image_container
##.menu-ads
##.post-ads
##.reclamTable
##.sidebar-ads-container
##.special-ads
##.sponsor-div
##.sponsored-home-page-inner
##.sponsored-items
##.top-adv-app
##.top-banners
##.top-r-ads
##.topbannerad
##.widget-sidebar-right-banner
##a[href*="//sub2.bubblesmedia.ru/"]
##a[href^="http://softexcellence.com/"]
!##body .wpmrec
##div[id^="google_ads_iframe_"]
##img[title^="advertisement"]
!-------------------------------------------------------------------------------!
!------------------ General javascript, CSS and HTML extensions ----------------!
!-------------------------------------------------------------------------------!
!-------------------
!-------JS----------
!-------------------
!
!**********************************
! START: Popular clickunders
!
! ExoClick (clickunder or/and ads)
hclips.com,pandamovie.pw,anysex.com,maturefatporn.com,chyoa.com,hutimg.com,nopeporn.com,101xxx.xyz,xxxarray.com,veu.xxx,mature-girls.com,iwantmature.com,amateurs-fuck.com,clubtubes.com,cumlouder.com,sexy-youtubers.com,smplace.com,losporn.org,sexytrunk.com,gaytiger.com,revolutions.pw,gaypornmasters.com,inpixme.pw,xxxbanjo.com,24video.adult,24video.in,russian-porn.online,bdsmstreak.com,pornozot.com,pornyfap.com,celebrity-leaks.net,perfectgirls.net,imgking.xyz,luscious.net,imgprime.com,pornoruf.com,thisvid.com,txxx.com,hdzog.com,yourporn.sexy,gotporn.com,upornia.com,pornhd.com,bravotube.net,hotmovs.com,porndoe.com,4tube.com,porntube.com,sunporno.com,myreadingmanga.info,plusone8.com,pornerbros.com,javhihi.com,hellporno.com,sexu.com,thefappening.pro,tubedupe.com,ah-me.com,pussyspace.com,hotclips24.com,alotporn.com,52av.tv,multporn.com,xbabe.com,vintage-erotica-forum.com,thegay.com,fux.com,ashemaletv.com,bobs-tube.com,hardsextube.com,reallifecamhd.net,pandamovie.eu,absoluporn.com,biguz.net,javbuz.com,frprn.com,8teenxxx.com,jizzman.com,ftopx.com,realgfporn.com,pornomovies.com,thehentaiworld.com,see.xxx,fullhdxxx.com,free-sex-video.net,amateurporn1.com,porntui.com,pornobae.com,worldsex.com,imzog.com,tranny.one,pornwatchers.com,girlscanner.cc,kporno.com,xerotica.com,jizzhut.com,besteporn.com,pornl.com,pornorips.com,submityourflicks.com,japan-whores.com,singlove.com,tuberel.com,pornult.com,unfaithfulxxx.com,dreamamateurs.com,likuoo.video,bravoerotica.com,madchensex.com,xstory-fr.com,juicygif.com,newporn24.com,gotgayporn.com,favefreeporn.com,thatpervert.com,onlygayvideo.com,qrrro.com,veronicca.com,eegay.com,sensualgirls.org,whichav.com,fxporn69.com,pornoheit.com,pornj.com,fuckbox.org,vixvids.to,thegay.porn,girlscv.com,redtub3xxx.com,pornoreino.com,9gag2.com,hentaipulse.com,onlyhgames.com,pornmtn.com,nakedmodelsxxx.com,homosexualtube.com,imghall.com,deutschsex.com,yeswegays.com,pornmaki.com,bonertube.com,rockjockcock.com,betterhdporn.com,vqporn.com,fuqer.com,sizzlingclicks.com,needgayporn.com,mrsexe.com,nude-gals.com,mypornstarbook.net,nxgx.com,erowall.com,streaming-porn.org,picbank.tk,hentaifr.net,jizzonline.com,whichav.net,dump.xxx,twinkhouse.com,home-made-videos.com,xxxvideos247.com,18-teen-xxx.com,nakenprat.com,deliciousbabes.org,pornvideoq.com,gosexpod.com,xnxxporntube.net,pornfapr.com,blobopics.biz,teenagefucking.com,sexuhot.com,xnxxvideoporn.com,eroxia.com,plashporn.com,xfilmen.com,lucotube.com,vidshort.net,wokao.co,18hentaionline.net,gameofporn.com,freexvideossex.com,homemature.net,gutesex.com,sexhdtuber.com,sexrura.pl,pornzexx.com,pornhugo.com,al4a.com,thisav.video,fivestarpornsites.com,pornv.porn,upskirtporn.de,cutieporno.com,xvideos.works,japanesefuck.com,playpornfree.net,muschitube.com,dumphub.com,sexybabes.club,pornpy.com,jizzbo.com,erohentai.net,pornoversion.com,porntcomic.com,freepornik.com,nakedbabes.club,thedoujin.com,fitteasatismerkezi.com,realitybrazzers.com,fuckhardporn.com,boysnaweb.net,onlypron.com,yumstories.com,losporn.com,hotsexlove.com,area51.porn,nudistube.com,pornvideoslove.com,porntubexxxl.com,pervertedmilfs.com,wetpornvideos.net,vavvi.net,girlsfucking.net,goshgay.com,cartoontube.xxx,japornhd.com,hdporn8.com,okporn.com,absolugirl.com,lonely-mature.com,gifsfor.com,drunkmoms.net,picfox.org,beste-sexgeschichten.com,porngq.com,freeimagefap.com,toustubes.com,pornvideo1.xxx,amateurdumper.com,pornclipsxxx.com,xboyzzz.com,sexymature.net,pornsql.com,ok-gay.com,misterboys.com,pornbourn.com,jemontremasextape.com,panapin.com,imgtorrnt.in,sikwap.info,twinks.singles,auntmia.com,youwatchporn.com,mega3x.com,brazzerzxxx.com,jemontremonminou.com,g6hentai.com,freetubeasia.com,tubeflv.com,obitube.com,seqing.world,beegsexporn.com,momthumb.com,sassygays.com,ohhgays.com,4asianporn.com,5278.live,gay-boys-xxx.com,desihoes.com,malexxx.net,fuckvideos.adult,sassytube.com,gaybarebacks.com,sexybabesz.com,moviesguy.com,youngsexhd.com,pornnudexxx.com,yify-films.com,club-flank.com,hdmoza.com,xxx-y.com,superbgays.com,newxxxvideos.net,pornvideohunter.com,hdporn.click,xxxtubesex.net,bustmonkey.com,fulltube.porn,porn-free-hub.com,perfectgirlsboobs.com,pornstarsadvice.com,jav789.com,javhihi.in,prostoporno.me,prostoporno.net,prostoporno.club,prostoporno.xxx,prostoporno.tv,sex01.org,trans.firm.in,picshick.com,mujeres-desnudas.com,imghost.top,petrovixxxjav.info,kawstimages.com,xyzimage.net,imgplaces.com,imageshtorm.com,xxxwebdlxxx.org,picshits.com,imgazel.info,enigmages.com,subrimages.com,imagerar.com,yoerotica.com,gelbooru.com,freeyesporn.com,imgpeak.com,motherless.com,beeg.com,pentasex.io,movierls.net,milffox.com,pixroute.com,img-central.com,ximagehost.org,newpornup.com,imgic.ru,pictoa.com,imgsalem.com,xxximagetpb.org,img24.org,xeimg.yt,pornleech.com,naughtyblog.org,8muses.com,doolls.org,topboard.org,youjizz.com,hipornvideo.com,imageweb.ws,planetsuzy.org,imagetwist.com#%#Object.defineProperty(window, 'ExoLoader', { get: function() { return; } });
hitomi.la,torrentgalaxy.org,prostylex.com,youngleak.com#%#Object.defineProperty(window, 'ExoLoader', { get: function() { return; } });
eroprofile.com,imguur.pictures,webcamshows.org,xxxmoviestream.xyz,mangoporn.co,erome.com,imgmercy.com,pandavideo.pw,playpornfree.xyz,letmejerk.com,wantedbabes.com#%#AG_abortOnPropertyRead('ExoLoader');
sexvideotube.tv,spankwire.com#%#Object.defineProperty(window, 'exbl', { get: function() { return; } });
imgtornado.com,shameless.com,imguur.pictures,imgdone.com,xxxdessert.com,xaoutchouc.live,simply-hentai.com,imgseed.com,akaihentai.com,picfuture.com,muskaer.com#%#(function(){Object.defineProperty(window, 'ExoLoader', { get: function() { return; } }); var c=document.addEventListener;document.addEventListener=function(a,b,d,e){"getexoloader"!=a&&-1==b.toString().indexOf('loader')&&c(a,b,d,e)}.bind(document);})();
imgtorrnt.in,pornyfap.com#%#(function(){var c=document.addEventListener;document.addEventListener=function(a,b,d,e){"getexoloader"!=a&&-1==b.toString().indexOf('loader')&&c(a,b,d,e)}.bind(document);})();
watchpornfree.info,freee-porns.com,xxxmoviestream.xyz,mangoporn.co,besthindisexstories.com,freehindisexstories.com,imgmercy.com,pandavideo.pw,ecoimages.xyz,nakenprat.com,youav.com,tmohentai.com,tbib.org,javhihi.com,dailyimages.xyz,159i.com,xopenload.me,reblop.com,tubsexer.com,blameless.work,imagemuggy.com,streamporn.pw,postpics.xyz,stileproject.com,watchpornfree.ws,noodlemagazine.com,pandamovies.pw,123pandamovie.me,solarporn.net,123pandamovie.com,imgoutlet.pw,imgrock.pw#%#AG_abortInlineScript(/getexoloader/, 'document.dispatchEvent');
watchpornfree.info,freee-porns.com,xxxmoviestream.xyz,mangoporn.co,besthindisexstories.com,freehindisexstories.com,imgmercy.com,pandavideo.pw,ecoimages.xyz,nakenprat.com,youav.com,tmohentai.com,tbib.org,javhihi.com,dailyimages.xyz,159i.com,xopenload.me,reblop.com,tubsexer.com,blameless.work,imagemuggy.com,streamporn.pw,postpics.xyz,stileproject.com,watchpornfree.ws,noodlemagazine.com,pandamovies.pw,123pandamovie.me,solarporn.net,123pandamovie.com,imgoutlet.pw,imgrock.pw#%#//scriptlet("abort-current-inline-script", "document.dispatchEvent", "/getexoloader/")
freee-porns.com,spankwire.com,xxxonxxx.com,3prn.com#%#AG_setConstant('ExoLoader.serve', 'noopFunc');
shameless.com#%#AG_abortInlineScript(/getexoloader/, '$LAB');
shameless.com#%#//scriptlet("abort-current-inline-script", "$LAB", "/getexoloader/")
!
! PopAds-a(`Privet darkv`)
vidz72.com,uplod.ws,uplod.so,flashxx.tv,pandamovie.net,vipleague.me,hdporn720.net,playpornx.net,hdporner720.com,newpct1.com,2ddl.ag,jkmk.net#%#Object.defineProperty(window, 'PopAds', { get: function() { return {}; } });
oke.io,ouo.io,friend-series.com,streamjav.net,propix.pw,propix.info,ouo.press,skidrowreloaded.com,worldfree4u.lol,todaypk.ag,hpjav.com,knaben.tk,nowwatchtvlive.cc,mkvcage.com,ancensored.com,123videos.tv,neko-miku.com,onlinemoviewatchs.ws,naphi.lol,300mbfilms.co,watchxxxfree.com,anyanime.com,audioz.download,xmoviesforyou.com,ovagames.com,psarips.com,javdude.com,portalroms.com,ddl2.org,5movies.to,xfilmywap.me,xfilmywap.mobi,baixarseriesmp4.com,animeshin.com,anime-sugoi.com,hdsector.com,fastdrama.co,filmehd.net,watchtheofficeonline.tv,eplsite.info,reallifecamhd.net,tumejortorrent.com,filma24.tv,snahp.it,vivatorrents.com,popjav.com,newpct.com,pandamovie.eu,torrentlocura.com,milfzr.com,datoporn.co,elitetorrent2.net,divxatope1.com,wplocker.com,jizzman.com,halacima.net,unmundodepeliculas.com,filmovizija.ws,desixnxx.net,turbovid.me,hentai-id.tv,vezi-online.com,4gmovies.mobi,clicksud.org,netspor12.com,pornotorrent.com.br,pornobae.com,khatrimazafull.net,goldrose.ml,filmesviatorrents.info,javstream.co,bokepseks.zone,animeindo.net,yifytorrent.me,kambikuttan.net,deltabit.co,pirateiro.com,animeindo.co,miltorrents.com,tele-wizja.com,filmeseseriesonlinex.com,downloadgameps3.com,animeku.tv,torrentrapid.com,programasvirtualespc.net,empressleak.biz,tugafree.net,yts.pe,xxgasm.com,khatrimazafull.com,wetblog.org,animev.net,seriesmeme.com,nflstream.net,gohub.pw,youtube-mp3.org,a-o.ninja,abcmalayalam.co,videodowload.com,porndish.com,milversite.me,gonewild.co,porn68jav.com,chochox.com,hkfree.co,pipocao.com,filmvilag.org,celebsflash.com,netlegendas.com,nekonime.com,peliculasaudiolatino.com,2ddl.ooo,javgay.com,thisjav.com,avpockiehd.com,modelblog.org,freehdx.com,extratorrent2.net,ivhunter.com,leechall.com,kinguys.com,usabit.com,mallandrinhas.net,dblatino.com,sexiz.net,dhakasports.com,gnula.biz,xanimeporn.com,mixhdporn.com,javsuper.com,ytsyify.com,italiaserie.co,movies-300mb.net,300mbfilms.org,itdmusic.me,peliculaseroticasonline.tv,bdmusic25.cam,filmsenzalimiti.black,pornvibe.org,tv21.org,onlygayvideo.com,cricbox.net,duckmovies.net,extra2.to,sportstreams.co,filikula.co,animeai.org,hdpornfull.co,oxo-nulled.info,freeonlinegayporn.com,youtube-audio.org,musicoye.com,streams-soccer.com,scan-vf.com,legendaoficial.net,downloadgamexbox.com,worldfree4umovie.live,f1streams.com,sexloading.com,animeforce.org,lhscans.com,thebarchive.com,hentaistream.co,videosexbokep.co,pictastar.com,eimusics.com,javleak.com,vepornhd.club,f1livegp.us,wallpapersin4k.org,zone-anime.net,avseesee.com,bokep2017.co,300mbdownload.cc,kinemania.tv,kizzboy.com,kshowsubindo.org,kobestreams.ch,openloadmovie.me,layarindo21.me,image-bugs.com,cinemalek.net,ketubanjiwa.com,nontononlinedrama.co,big4umovies.net,elmoslsal.com,todoinmega.com,ssec.life,yify-torrent.xyz,ebookbb.com,startseite.to,jkanime.site,1080phd.net,moviesevil.ws,video2mp3.de,friendstamilmp3.com,yuuk.net,animesync.tv,videobokepz.stream,borutotime.com,watchfomny.tv,pornpassw0rds.com,chuksmobile.com,soulreaperzone.com,schoolgirlfuck.net,watch-dbz.tv,maniacosporcomics.com,muslsl.com,hiper.cool,xvideospanish.com,south-park-tv.eu,filmetraduse.online,verliga.net,revistasequadrinhos.com,machosaonatural.com.br,anitube.info,deseneledublate.com,ngentothd.net,mkvtvseries.com,mp3slash.net,balkandownload.org,superanimes.biz,9clacks3.net,sexxdesi.net,yts.world,videobokepz.men,bdmusic90.net,omberbagi.com,kenh88.com,r34anim.com,replaymatches.com,javhd720.com,videocrot.city,dragonballplay.com,animated247.com,downloadlivre.net,metaserie.com,needgayporn.com,theapricity.com,watchdragonballsuper.info,taboosex.club,cda-x.pl,piratebay.co.in,peliculasid.cc,cinemamkv.net,movieshdgratis.com.mx,watchfreehd.net,allfreefightvideos.com,lilsubs.com,verpeliculasporno.gratis,hdporner720.com,adultwallpapers.co.in,latinodvdfull.net,radiofly.ws,iptvsatlinks.blogspot.com,bindassbros.com,cheaphdmovies.club,suki48.web.id,mp3goal.com,link-protect.me,xsiansix.com,netpornsex.com,porn93.com,aflmsexarab.com,tvids.net,nasze-kino.online,scnlog.eu,dnj.to,guasavemp3.com,electro-torrent.pl,pornlibrary.net,rnbxclusive.top,pkmusiq.co,javxxx.net,torrentpirata.com,dlhdmovies.in,songsnut.com,opujem.com,ziperto.com,bokepseks.tube,bigohot.com,gifbin.com,vipaltyazi.club,hdshows.in,pleermp3.net,hdencoders.com,newtorrentgame.com,xxhdporn.com,torjackan.info,peliculaspornomega.com,tv-release.pw,mitemovie.com,devil-torrents.pl,lightdl.xyz,instadp.com,sectordescargas.com,watchjavidol.com,imgdomino.com,animesdrive.com,discografiascompletas.net,utorrentmui.com,megadisco.xyz,javhdfree.net,korean720.com,sobatdrama.net,seriesonlinex.org,ifl-porn.com,videobokepcrot.com,bucetacasada.com,hentaiplus.co,newhdmovie24.biz,cricbox.co,ultrapeliculashd.com,olangal.biz,oceanofdownload.com,onlinefilmovisaprevodom.cc,filmclub.tv,mzansixxx.com,lokervids.win,freecast.pw,pornissimo.org,onlinefilmsitesii.net,tamilrockers.fr,sexloving.net,magnetlink.in,desibombs.com,naijalumia.com,bemetal.org,gottateens.com,animebam.net,altyazivip.club,tv-weeb.com,rlcsex.com,seriesblanco.tv,thepiratebay24.ga,morewap.com,anitube.online,desiseen.com,todaypk.lol,thepiratefilmesoficial.com,canal10videos.com,tpproxy.site,incestoreal.net,so-name.info,piratuca.com,couchtuner.fr,pornzexx.com,easypornos.com,netpics.top,megafilmeshd21.org,xxhay.com,mrvideogame.com.br,world4freeus.co.in,xxxstarsxxx.com,megafilmestorrent.cc,xpety.com,9clacks2.net,animesfusion.org,sexwaw.com,kingstheme.com,claim-bitco.in,mangaid.co,idolblog.org,bigohot.zone,hqcelebcorner.net,alivefoot.us,mzansifun.com,javzen.com,odia1.me,felipephtutoriais.com.br,pirateproxy.top,hdcine.in,prxy.party,altyazicafe.club,tr7music.me,hdjavonline.com,playpornfree.net,dramakorea.web.id,hotshortfilms.com,movies-300mb.info,torgamez.com,animeyes.biz,sobatsemi.com,anime7u.net,saikoanimes.com,asianpornempire.stream,musicastorrent.com,namethatpornad.com,xtremostereo.net,teenboytwink.com,hentaifreak.org,desivdo.com,shofonline.org,erostorrents.com,moviezen.me,estrenosdoramas.org,rumahbokep.fun,hdpornfull.net,freeiptvlinks.net,desiremovies.info,idolfake.com,nunghd.org,ezsports.stream,seirsanduk.com,livestream.sx,pakvim.net,ghonche.xyz,gayhd18.com,watchtvserieslive.org,avpapa.co,cpygames.io,2ddl.pro,losporn.com,ximage.me,kissasiantv.net,vpornex.com,brpass.com,avenuexxx.com,pornotecahd.com,world4freeus.org,megacinex.com,ahlamtv.com,bitclaimer.me,naijakings.com,hd2doo.com,rbreezy.net,jav18tv.com,xvidstage.com,earn-money-onlines.info,flashx.to,hdfilminadresi.org,bdsmpornhd.com,bestpornever.xyz,fuckedintransit.com,gayporn-videos.xyz,handjob.pro,jav-hd.xyz,lezbiyen-tube.com,mybigbeautifulwoman.com,mystreetgirl.com,pinay-porn.xyz,sex-jav.com,shemale-videos.xyz,thaiporn-videos.xyz,vrporn-videos.xyz,itdmusic.com,newpct1.com,al.ly,uplod.ws#%#Object.defineProperty(window, '_pop', { get: function() { return {}; } });
tamiltunes.online,frkmusic.org,speedvid.net#%#Object.defineProperty(window, '_pop', { get: function() { return {}; } });
bleach-hdtv.blogspot.com,cutadlink.net,telewizja-internetowa.pl,webcamshows.org,team1x1.com,thehiddenbay.com,ask4movie.com,oload.party,peeplink.in,animeultima.eu,moviezwaphd.la,zooqle.mrunlock.fun,darmowa-telewizja.online,kastream.biz#%#AG_abortOnPropertyRead('_pop');
animo-pace-stream.io,thepiratebay.asia,diag-auto.site,mygoodstream.pw,superitu.com,edmdl.com,ayefiles.com,vezi-online.org,project-free-tv.ag,9stream.pw,mypeercast.com,ibrodtv.net#%#Object.defineProperty(window, 'popjs', { get: function() { return {}; } });
acefile.co,watchxxxfreeinhd.com,haloani.ru,premiumleecher.com,short.pe,fjav.net,kastream.biz,dropapk.to,aflamfree.top,khatrimazafull.to,mirrorace.com,kuntv.pw,egybest2.com,javplay.me,fbbcdn.xyz,imgoutlet.pw,ytmp3.eu#%#AG_abortOnPropertyRead('popjs');
!
! PopAds-b
javhiv.com,nyafilmer.com,gotgayporn.com,letwatch.to,hqq.tv,xonline.vip,pornhd.com,thevideo.me,sextfun.com,vidup.me,imgoutlet.com,imgrock.net#%#Object.defineProperty(window, 'popns', { get: function() { return {}; } });
myreadingmanga.info,aflamyz.com,porntrex.com,faselhd.co,tnaflix.com,anysex.com,filecrypt.cc,icdrama.se,faselhd.com,jawcloud.co,xmoviesforyou.com,123moviesonline.stream,pornovo.com,swapsmut.com,imp3.live,imgrock.info,alantv.com,publicleech.xyz,pornwhite.com,dir50.com,vshare.eu#%#Object.defineProperty(window, 'popns', { get: function() { return {}; } });
ashemaletube.com,fiuxy.eu,moviezwaphd.la,moviesand.com#%#AG_abortOnPropertyRead('popns');
haloani.ru,thatav.net,playpornfree.xyz,gounlimited.to,jetload.net,megapornfreehd.com,manhwahentai.com,animo-pace-stream.io,fileone.tv,thepiratebay.unblockall.org#%#Object.defineProperty(Object.prototype, 'popns', { get: function() { return; }, set: function() { return; } });
filecrypt.cc#%#Object.defineProperty(window, 'WaynePop3', { get: function() { return {}; } });
!
! AdMaven
yts.gy,sendit.cloud,flowyourvideo.com,katcr.co,k2nblog.com,xclusivejams2.com,crackingpatching.com,xmovies8.es,1337x.to,unblocked.ink,albumkings.org,uploadocean.com,zippyshare.com,bigfile.to,flashxx.tv,imgcandy.net,uptobox.com,embed.nowvideo.sx,uptostream.com,flashx.tv,userscloud.com,imageweb.ws,salefiles.com,eztv.ag,extra.to,pornscum.com,pornsocket.com,depositfiles.com,depositfiles.org,dfiles.eu,dfiles.ru,pornve.com,yourbittorrent.com,nowvideo.ag,nowvideo.co,nowvideo.li,nowvideo.sx,nowvideo.to,karanpc.com,daclips.in,gorillavid.in,movpod.in,uplod.ws,psarips.com,freelive365.com,imgchili.net,porntrex.com,pornfay.com,hulkload.com,ddlvalley.cool,unblocked.onl,zone.telechargementz.tv,xmovies8.tv,imgclick.net,watchers.to,letwatch.to,bitvid.sx,deportesmax.com,gorillavid.com,daclips.com,speedvid.net,indishare.me,bdupload.info,vidlox.tv,img24.org,uploadrocket.net,sceper.ws,streamhub.live,prefiles.com,300mbfilms.co,yourporn.sexy,vidfile.net,anime-odcinki.pl,u2s.io,247hd.info,kingvid.tv,zippyaudio2.com,flashx.to,computerworm.net,extratorrent.cc,xmovies8.ru,clicknupload.link,suprafiles.co,lipstickalley.com,xmovies.to,streamflv.com,auroravid.to,watchvideo.us,uploading.site,coo5shaine.com,onhax.me,wholecloud.net,movpod.net,katfile.com,bestream.tv#%#Object.defineProperties(window,{admvpu:{get:function(){},set:function(a){if("function"==typeof a)throw Error();}},Fingerprint2:{get:function(){},set:function(){throw Error();}}});
manhwahentai.com,yts.gd,beinmatch.com,flashx.pw,yesmovies.to,streamplay.to,streamp1ay.me,adsrt.me,cloudvideo.tv,khoai.tv,linkatna.me,openloadmovies.net,xmovies8.im,gomovies.ec,0123movies.is,kisscartoon.su,bmovies.cz,watchfree.at,imgoutlet.pw,frkmusic.org,xmovies8.pl,snowfiles.com,lnkshrnk.net,vidto.me,tusfiles.com,flashx.co,dwindly.io,streamplay.me,opensubtitles.org,easyview.eu,peggo.tv,vidmoly.me,megaxtreme.net,goalsport.se,flashx.cc,adsrt.com,extreme-down.im,flashx.bz,peliculasveo.gratis,itdmusic.site,zi-m.com,downsub.com,xrivonet.info,linkrex.net,youtubemultidownloader.com,123movies.fun,worldsrc.com,shink.me,onhax.net,cpygames.com,vidtodo.me,tv-porinternet.com,drhtv.com.pl,srt.am,link-protect.me,dir50.net,ojomovies.com,yobuilder.com,estrenos10.com,urle.co,tvsportslive.stream,9xbuddy.com,pasteca.sh,onlinehdmovies.org,peliculaxd.com,vidzella.me,thepiratebay.org,listentoyoutube.com,streamplay.gdn,powvideo.net,monova.org,gamesofpc.com,gameslords.com,filesharingz.ga,file.up09.com,cogismith.com,coginator.com,simizer.com,riffhold.com,kaitect.com,vizer.tv,jkanime.net,tugaflix.com,douploads.com,suprafiles.org,leakedearly.gdn,tusfiles.net,solidfiles.com,itdmusic.com,ebook-gratuit.co,cloudyfiles.org#%#Object.defineProperties(window,{admvpu:{get:function(){},set:function(a){if("function"==typeof a)throw Error();}},Fingerprint2:{get:function(){},set:function(){throw Error();}}});
uploadmp4.com,komiupdates.xyz,streamtajm.com#%#Object.defineProperties(window,{admvpu:{get:function(){},set:function(a){if("function"==typeof a)throw Error();}},Fingerprint2:{get:function(){},set:function(){throw Error();}}});
! #%#//scriptlet("abort-on-property-write", "Fingerprint2")
! below rule can conflict with normal JS rule in Chrome Extension - Error executing AG js: TypeError: Invalid value used as weak map key
downloadpirate.com,openloadmovies.bz,imgrock.pw,gounlimited.to,shon.xyz,adbl.me,ask4movie.co,moviemaniac.org,cmacapps.com,userscloud.com#%#AG_abortOnPropertyWrite('Fingerprint2');
! Exclusion for that issue (to not break initial rule for FF/Opera extension)
userscloud.com#@%#Object.defineProperties(window,{admvpu:{get:function(){},set:function(a){if("function"==typeof a)throw Error();}},Fingerprint2:{get:function(){},set:function(){throw Error();}}});
!
! jsPopUnda
xxxstreams.me,watchfreexxx.net,playpornfree.org,pandamovie.co,losporn.net,namethatpornstar.com,demogame.org,bayimg.com,playpornfree.net,mangoporn.net,torrage.com,youwatchporn.com,watchfreexxx.net,verpeliculasbuenas.com,pornfree.me,4porno.com.br,movieporn.me,bayfiles.net,speedporn.net,videoporno.com,goldboard.org,configspc.com,peliculasactuales.com,gimblethorn.comunidades.net,cinemabrasileiro.comunidades.net,pornmix.org,3dlolicon.com#%#Object.defineProperty(window, 'jsUnda', { get: function() { return; } });
watchpornfree.info,xxxmoviestream.xyz,mangoporn.co,pandavideo.pw,playpornfree.xyz,xopenload.me,streamporn.pw#%#AG_abortOnPropertyRead('jsUnda');
watchpornfree.info,xxxmoviestream.xyz,mangoporn.co,pandavideo.pw,playpornfree.xyz,xopenload.me,streamporn.pw#%#//scriptlet("abort-on-property-read", "jsUnda")
!
! For scripts, which uses base64
force-download.es,bro.adca.st,jpost.com,convert-me.com,keezmovies.com#%#window.atob = function() { };
!
! phantomPopunder
shooshtime.com,streaming-porn.org,drtuber.com,planetsuzy.org#%#Object.defineProperty(window, 'phantomPopunder', { get: function() { return {}; } });
!
! impspcabe (anti adblock clickunder)
doodhwali.com,deutsche-porn.com,videotoolbox.com,convertfiles.com,private-shows.net,flashx.tv,extratorrent.cc,uploads.to,drtuber.com,uplod.it,4bir.com,rapidvideo.com,losmovies.club,mcfucker.com,befuck.com,streamgaroo.com,pandamovie.net,pipec.ru,xyya.net,playpornx.net,imageweb.ws,the-watch-series.to,linkshrink.net,vid.ag,userscloud.com,animeflv.net,icefilms.info,vidzi.tv,subs.ro,tumejortorrent.com,hdxpornx.com,thefappening.one,thefappening2015.com,thefappeningnew.com,yourporn.sexy,vshare.eu,anon-v.com,raptu.com,tubedupe.com,estream.to,hentai-id.tv,soundpark.pt,kingvid.tv,demonoid.pw,demonoid.click,dreamamateurs.com,thenewporn.com,ddlvalley.cool,salefiles.com,watchvideo.us#%#Object.defineProperties(window, { "_impspcabe_alpha": { value: false, writable: false }, "_impspcabe_beta": { value: false, writable: false }, "_impspcabe_path": { value: 'about:blank', writable: false }, "_impspcabe": { value: false, writable: false } });
worldwidetorrents.me,tamilyogi.cc,femefun.com,masalaclips.org,votrube.ru,fastpic.ru,720video.tv,megapeer.org,vidabc.com,bravoerotica.com,javfind.com,hotasiantubes.com#%#Object.defineProperties(window, { "_impspcabe_alpha": { value: false, writable: false }, "_impspcabe_beta": { value: false, writable: false }, "_impspcabe_path": { value: 'about:blank', writable: false }, "_impspcabe": { value: false, writable: false } });
!
! prscripts clickunder
! use 2nd to not break FF extension
camwhores.tv,cambabe.video,cambabe.me,tvspots.tv,sportbet.tips,dragonthumbs.com,crissymoran.net,freebets.claims,bettingtips.expert,tubepornovideo.com,amateursgonebad.com,glamourmodelsgonebad.com,anonimag.es,ukbettips.co.uk,bestbet.tips,ikwilthepiratebay.org,1337x.to,pornve.com,thepiratebay.org,imagebam.com,pornleech.com,rarbg.to,rocktv.co,flashx.tv#%#Object.defineProperties(window, { _wm: { get: function(){ return null; } }, _wm_settings: { get: function(){return{};} } });
webtv.ws,piratebays.fi,cwtvembeds.com,camgirlbay.net#%#Object.defineProperties(window, { _wm: { get: function(){ return null; } }, _wm_settings: { get: function(){return{};} } });
rarbgaccess.org,rarbg.to,rarbg.unblocked.work,rarbgmirror.com#%#Object.defineProperties(window, { _wm2: { get: function(){ return null; } }, _wm2_settings: { get: function(){return{};} } });
rarbgproxied.org,rarbgmirror.org,rarbgaccess.org,rarbg-to.pbproxy.red,rarbg.is,rarbg1-to.pbproxy2.co,rarbg.to,rarbg.unblocked.work,rarbgmirror.com#%#Object.defineProperties(window, { _wm3: { get: function(){ return null; } }, _wm3_settings: { get: function(){return{};} } });
!
! Gunggo
4553t5pugtt1qslvsnmpc0tpfz5fo.xyz,pirateproxy.tf,ukpirate.click,4553t5pugtt1qslvsnmpc0tpfz5fo.xyz#%#Object.defineProperty(window, '_gunggo', { get: function() { return []; } });
!
! AdCash WebRTC popups
!+ NOT_OPTIMIZED
104.155.51.226:443$network
2giga.link,animeid.tv,vidzi.tv,eztv.ag,raptu.com,vidtodo.com,akstream.video,wizhdsports.is,noslocker.com,vshare.eu,thevideobee.to,istockfile.com,streamin.to,extratorrent.cc,shaanig.org,flashx.tv,divxme.com,bitsnoop.com,vidzi.tv,movdivx.com,downace.com,vidabc.com,upfile.mobi,rocktv.co,watchseries.cr,readmanga.today#%#(function(){var b=window.setTimeout;window.setTimeout=function(a,c){if(!/RTCPeerConnection[\s\S]*?new MouseEvent\("click"/.test(a.toString()))return b(a,c)};})();
bitporno.com#%#(function(){var b=window.setTimeout;window.setTimeout=function(a,c){if(!/RTCPeerConnection[\s\S]*?new MouseEvent\("click"/.test(a.toString()))return b(a,c)};})();
gaybeeg.info,italiashare.life#%#(function(){var b=window.setTimeout;window.setTimeout=function(a,c){if(!/RTCPeerConnection[\s\S]*?new MouseEvent\("click"/.test(a.toString()))return b(a,c)};})();
!
! BetterJsPop
hentaihaven.org,avforme.com,3pornstarmovies.com,identi.li,xn--myp2-esa.eu,voyeurhit.com,myasiantv.se,katestube.com,hanime.tv,goldesel.to,fetishshrine.com,homemoviestube.com,alphaporno.com,fantagazzetta.com,sleazyneasy.com,movie-blog.org,xxxstreams.org,hotclips24.com,wankoz.com,subtorrents.com,ikshow.net,xxxkingtube.com,xvideosx.com.br,pornicom.com,shesfreaky.com,firstrowsportes.net,nosteam.ro,sheshaft.com,dramacity.se,firstsrowsports.tv,pornwhite.com,pandamovie.eu,exvagos1.com,sexgalaxy.net,waybig.com,divxtotal1.net,tubewolf.com,estrenosdtl.tv,firstrows.xyz,free-sex-video.net,yes.xxx,tubeunblock.me,porn18sex.com,sextop1.net,hd-world.org,streamingporn.xyz,hotcelebshome.com,imgcloud.pw,queerclick.com,newestxxx.com,tarjetarojaonline.org,rojadiracta.me,streamshunter.tv,imageweb.ws,freepornhq.xxx,sextop.net,recwebcam.com,firstrowi.com,streamhunter.top,vipbox.me,vipboxing.eu,roketfilmizle.org,atdhe.ru,justpicsplease.com,kisshentai.net,katyporn.net,xvideos5.com.br,cam-archive.com,atdhe.top,zedporn.com,julesjordanvideo.com,ddl-mdh.org,pornomineiro.com,yeswegays.com,myp1p.eu,3ddl.tv,fullxxxmovies.net,warez-world.org,myp2p.biz,videosdesexoxxx.blog.br,piratecams.com,freepornstreams.org,drago99.com,cricfree.org,mamasijaya.me,vipbox.so,stream2watch.ru,mypornstarbook.net,sexhayvc.com,crickfree.net,atdhe.to,atdhe.cc,vrsmash.com,webdesigndev.com,line25.com,stream2watch.eu,doitruy.net,plashporn.com,tarjetarojaonline.eu,sportlemons.com,javhdmovies.net,redvideos.com.br,rojadirectas.me,xxhay.com,handjobhub.com,wiziwig.to,femdomtube.xxx,porntube4k.net,sexne.net,firstsrowsports.com,darkom.me,1kino.in,firstrow1uk.eu,lavoratorio.it,scatkings.com,losporn.com,wiziwig.ru,sportlemon.net,entrejuegosgratis.com,ultradownloads.com.br,livesx.ru,drakulastream.tv,javstreams.org,xnxxhamster.net,downloadableporn.org,lshunters.tv,frontrowsports.ru,wisiwig.eu,xxxvideosporno.blog.br,amateurbusters.com,pornclipsxxx.com,youtubeconvert.cc,pornstreams.org,freshmusic.download,firstrowsportes.tv,ilivestream.com,porn2dl.net,sportlemon.top,sportcategory.org,guyswithiphones.com,streamhunter.net,astu-maison.com,deep-warez.org,xxx-photo.com,pornogiusto.com,vipbox.biz,frontrowsport.tv,dramafree.se,ilemi.so,streamhunter.so,atdhe.se,camarchiver.com,phimmup.net,realstreamunited.tv,jphimsex.net,kissdoujin.com,analstreams.net,astucito.com,exposedlyrics.com,torrentz.in,sexsub.net,astu-cuisine.com,pussylicking.me,pornotube.it,xxxsiterips.xyz,p2p4u.ru,videojav.net,lyriczz.com,sexiestpicture.com,fullpornmovies.net,pornbust.net,krank.de,hentaidream.org,freestream.to,firstrow.top,myp2p.sx,creamypussyvideos.com,firstrows.net,pirateporn.net,bioskop378.tv,freepornpass.biz,pelis24hrs.com,hahasports.net,cphimsex.com,sportlemons.net,nastyplace.org,p2p4u.tv,sessoitaliano.com,ddload.tv,sambapornobrasileiro.com,xxxphoto.org,somosgnula.com,lawanswers.com.au,couplecams.video,spintissimo.com,teenvideos.download,blow-jobs.me,firstsrowsports.eu,ilemi.co,lesbian-tube.net,newxxx.xyz,wiziwigs.eu,incesti.com,sportlemons.org,xfiles.cc,goatd.me,freestreams.eu,celebritysextapes.org,wiziwig.top,pornotubo.it,divxtotal.com,verseries.pw,firstsrow.eu,streams2watch.me,pornilly.com,firstrowi.eu,yougoggle.com,mdhstream.net,toppornstars.org,firstrowi.net,pornincest.org,buyu0910.com,pornsextube.tv,vive-le-porno.com,dermclarcis.ru,firstrow1us.eu,hahasport.top,gigaporno.com,hdvideos.porn,webcamrip.com,hahasports.tv,streamsport.eu,adultxpedia.com,hugeblackcocks.org,escorte.sex,xhamster.it,velhas10.com,bibledusexe.com,atdhe.me,eroticporn.co,bigboobedporn.xyz,annangelxxx.com,globaltravel.com,stopstreams.tv,coolsport.biz,theassfactory.com,atdhe.mx,olpair.com,streamplay.gdn,filecrypt.cc,theteenbay.co,dizi720p.co,turbobit.net,streamcherry.com,sankakucomplex.com,pervclips.com,fuckhardporn.com,streamplay.to,scnlog.eu,streamango.com,solidfiles.com,uploaded.net,safelinking.net,openload.co#%#Object.defineProperty(window, 'BetterJsPop', { get: function() { return { init: function() { } }; } });
oladblock.me,oladblock.xyz,oladblock.services,oload.space,oload.live,oload.club,openload.pw,oload.fun,povwideo.cc,turbobit.cc,fruithosts.net,oload.icu,putlockermix.org,streamplay.me,empressleak.biz,xxxity.com,oload.win#%#Object.defineProperty(window, 'BetterJsPop', { get: function() { return { init: function() { } }; } });
openload.cz,tryboobs.com,eporner.com,oload.press,vivatube.com,oload.life,streamp1ay.me,nxload.com,oload.services,verystream.com,freeteenporn.xxx,streamsfinder.com,ashemale.one,kaotic.com#%#AG_abortOnPropertyRead('BetterJsPop');
oload.vip,woof.tube,vidop.icu,oload.best,oload.network,alltube.pl,oload.biz,oload.website,oload.xyz#%#AG_abortOnPropertyRead('BetterJsPop');
! Scriptlet for a rule above: freeteenporn.xxx#%#//scriptlet("abort-on-property-read", "BetterJsPop")
!
streamplay.me,powvideo.xyz,powvideo.net#%#Object.defineProperty(window,"puOverlay",{get:function(){return function(){arguments[2]&&"function"==typeof arguments[2]&&arguments[2]()}}});
!
! A popunder script that generates cookies with name 'ppu_main' - system.popunder
xxxsex.tv,seehd.ws,kat.how,watchers.to#%#(function(){var b=document.addEventListener;document.addEventListener=function(){-1==arguments[1].toString().indexOf("inXP(e.target")&&b.apply(document,arguments)};var c=window.setInterval;window.setInterval=function(){if(-1==arguments[0].toString().indexOf("pSC(ppu_main,"))return c.apply(window,arguments)};Object.defineProperty(window,"onbeforeunload",{set:function(a){return-1==a.toString().indexOf("location.href=options.url")?a:null}})})();
1fichier.com,mp3red.me,pornfapr.com,freepornhq.xxx,piratebays.co.uk,gameofbay.org,fastpiratebay.co.uk,kickass.unlockproj.party,nowwatchtvlive.cc,kickass.com.se,djmaza.life,hdsector.com#%#(function(){var b=document.addEventListener;document.addEventListener=function(){-1==arguments[1].toString().indexOf("inXP(e.target")&&b.apply(document,arguments)};var c=window.setInterval;window.setInterval=function(){if(-1==arguments[0].toString().indexOf("pSC(ppu_main,"))return c.apply(window,arguments)};Object.defineProperty(window,"onbeforeunload",{set:function(a){return-1==a.toString().indexOf("location.href=options.url")?a:null}})})();
animeflv.net,srkcast.com,vidtodo.me,vidfile.net,vidlox.tv,m4ufree.com#%#!function(b,c){function a(a,b){return typeof a!=='function'?!0:a.toString().indexOf(b)===-1}b=document.addEventListener,document.addEventListener=function(){a(arguments[1],'inXP(e.target')&&b.apply(document,arguments)},c=window.setInterval,window.setInterval=function(){return a(arguments[0],'pSC(ppu_main,')?c.apply(window,arguments):void 0},AG_defineProperty('onbeforeunload',{beforeSet:function(b){return a(b,'location.href=options.url')?b:null}})}();
kat.sx,videoszoofiliahd.com,rarbgto.org,rarbgunblock.org,nopeporn.com,rarbg.to,proxyfl.info,unblockedhyperbay.info,tpbairproxy.in,thepiratebay.pictures,proxybayduck.fi,piratenbucht.eu,piratebaai.click,piratbaypirate.link,capjackproxy.net,ikwildepiratebay.org,proxyproxyproxy.nl,proxypirate.in,gameofbay.org,tpbunblocked.org,unblocktpb.com,piratebays.co.uk,tpbportal.in,thepiratebay.uk.net,fastpiratebay.co.uk,piratetoday.click,batpirate.info,baypirate.click,thepiratebay.blue,piratebaai.club,proxyspotting.in,baypiratebay.be,ukpirate.click,tpbproxyone.org,unblockedbay.info,baybaypirate.org,rowpirate.org,kickass.cd,eztv.unblocked.sh,porn00.org,megadrive.co,altadefinizione01.zone,altadefinizione01.life,javhdx.com,tamilrockers.tw,vidto.me,rarbgmirror.org,avgle.com,piratbaypirate.link,vidzi.tv#%#!function(b,c){function a(a,b){return typeof a!=='function'?!0:a.toString().indexOf(b)===-1}b=document.addEventListener,document.addEventListener=function(){a(arguments[1],'inXP(e.target')&&b.apply(document,arguments)},c=window.setInterval,window.setInterval=function(){return a(arguments[0],'cookies.ppu_main')?c.apply(window,arguments):void 0},AG_defineProperty('onbeforeunload',{beforeSet:function(b){return a(b,'location.href=options.url')?b:null}})}();
putlockers.pm,estream.xyz,estream.nu,estream.to,animeskai.com,animeflv.ru#%#!function(d,e){function f(g,h){return"function"!=typeof g||-1===g.toString().indexOf(h)}d=document.addEventListener,document.addEventListener=function(){f(arguments[1],"['tagName']['toLowerCase']()&&document")&&d.apply(document,arguments)},e=window.setInterval,window.setInterval=function(){return f(arguments[0],"['overlayName'])[")?e.apply(window,arguments):void 0},AG_defineProperty("onbeforeunload",{beforeSet:function beforeSet(g){return f(g,"location.href=options.url")?g:null}})}();
flashx.pw,rarbg2019.org,rarbgmirrored.org,rarbgget.org,proxyrarbg.org,flashx.co,x1337x.eu,1337x.to,1337x.st,x1337x.ws,kissasian.ch,fembed.com,proxytpb.pw,tvsinpagar.com,filmux.org,egy.best#%#!function(a,b){function c(i,j){return"function"!=typeof i||-1===i.toString().indexOf(j)}a=document.addEventListener,document.addEventListener=function(){c(arguments[1],")]=null,!(")&&a.apply(document,arguments)},b=window.setInterval,window.setInterval=function(){return c(arguments[0],"popunder")?b.apply(window,arguments):void 0},AG_defineProperty("onbeforeunload",{beforeSet:function(j){return c(j,"location.href=options.url")?j:null}})}();
albvid.com,m4ufree.tv,bludvfilmes.com,torrentrapid.com,speedvid.net,cda-hd.cc,ettv.tv,x1337x.se,hpjav.tv,bayproxy.eu,101xxx.xyz,xxxarray.com,veu.xxx,proxytpb.org,zombay.org,tpbbay.eu,proxyoneahoy.net,thepiratebay.bet,urbanproxy.eu,piratebays.co,piratebay.click,pirateproxy.tf,piratebaymirror.eu,pirate.trade,thepiratebay-proxy.com,wearepirates.click,ukpirate.org,hyperproxy.net,duckingproxy.eu,piratebayproxy.tf,tpbmirror.us,pirateproxy.yt,alivbay.org,piratebay.red,baytpbportal.fi,pirateproxy.wf,ukpirateproxy.xyz,piratebay247.net,pirateprox.club,baypiratebay.be,ukpirate.click,indiaproxy.in,pirateproxy.click,ahoypirate.click,thepirate.click,piratepirate.eu,tpb.tw,seehd.pl,worldwidetorrents.me,superanimes.site,kissmanga.com,streamdreams.org,1me.club,vergol.com,vidmoly.me,anitubebr.com,1337x.bypassed.ws,mp3fiber.com,flashx.cc#%#!function(a,b){function c(i,j){return"function"!=typeof i||-1===i.toString().indexOf(j)}a=document.addEventListener,document.addEventListener=function(){c(arguments[1],"'popunder'")&&a.apply(document,arguments)},b=window.setInterval,window.setInterval=function(){return c(arguments[0],"'ppu_")?b.apply(window,arguments):void 0},AG_defineProperty("onbeforeunload",{beforeSet:function(j){return c(j,"location.href=options.url")?j:null}})}();
biqle.ru#%#!function(a,b){function c(i,j){return"function"!=typeof i||-1===i.toString().indexOf(j)}a=document.addEventListener,document.addEventListener=function(){c(arguments[1],")]=null;")&&a.apply(document,arguments)},b=window.setInterval,window.setInterval=function(){return c(arguments[0],"popunder")?b.apply(window,arguments):void 0},AG_defineProperty("onbeforeunload",{beforeSet:function(j){return c(j,"location.href=options.url")?j:null}})}();
pirata.pw,superbay.link,thepiratebay.kiwi,bayception.org,bayception.pw,piratebay.town,ikwildepiratebay.xyz,piratebay.tel,proxy4life.org,thepiratebay.ist,tpb.one,baypirateproxy.org,airproxyproxy.pw,airproxyunblocked.org,proxyindia.net,bayhypertpb.be,ahoyhyperbay.com,pirateahoy.net,airproxyboat.in,unblockedtpb.pw,baypirateproxy.pw,airproxybay.art,thepiratebay.bet,piratbaypirate.link,proxyfl.info,ahoypiratebaai.eu,pirate.bet,pirataibay.in,thepiratebay.blue,tpbproxyone.org,thepiratebay.pictures,airproxytpb.red,blueproxy.blue,forrealzpiratebay.org,pirateproxy.click,bayunblocked.eu,piratenbucht.eu,urbanproxy.eu,pirat2.club,tpbpiratbay.club,ahoypirate.in,indiaproxydl.org,magnetbay.eu,freeproxy.rocks,pietpiraat.org,thepirate.one,thepirate.xyz,unblocktheship.org,pirateproxy.click,urbanproxy.eu,tpb.tw,thepiratebay.bet,proxytpb.pw,noobnoob.rocks,123movies.net#%#Object.defineProperty(window, 'AaDetector', { get: function() { return; } });
vidbom.com,okanime.com,fmovies.cab,1idsly.com,updatetribun.org,extramovies.host,file-up.org,rdxhd.cool#%#!function(a,b){function c(i,j){return"function"!=typeof i||-1===i.toString().indexOf(j)}a=window.addEventListener,window.addEventListener=function(){c(arguments[1],"tabunder")&&a.apply(window,arguments)},b=window.setInterval,window.setInterval=function(){return c(arguments[0],"catch(_")?b.apply(window,arguments):void 0},AG_defineProperty("onbeforeunload",{beforeSet:function(j){return c(j,"location.href=options.url")?j:null}})}();
putlockers.co,gomostream.com,kissmanga.com,kissasian.sh,megavideo.st,uwatchfree.st,oko.sh,punjabimoviesonline.org,suarankri.me,arabseed.tv,bdupload.info,9xupload.me,9xmovies.cc#%#!function(a,b){function c(i,j){return"function"!=typeof i||-1===i.toString().indexOf(j)}a=window.addEventListener,window.addEventListener=function(){c(arguments[1],"'tabu")&&a.apply(window,arguments)},b=window.setInterval,window.setInterval=function(){return c(arguments[0],"catch(_")?b.apply(window,arguments):void 0},AG_defineProperty("onbeforeunload",{beforeSet:function(j){return c(j,"location.href=options.url")?j:null}})}();
kimcartoon.to#%#!function(a,b){function c(i,j){return"function"!=typeof i||-1===i.toString().indexOf(j)}a=window.addEventListener,window.addEventListener=function(){c(arguments[1],"window['location']")&&a.apply(window,arguments)},b=window.setInterval,window.setInterval=function(){return c(arguments[0],"catch(_")?b.apply(window,arguments):void 0},AG_defineProperty("onbeforeunload",{beforeSet:function(j){return c(j,"location.href=options.url")?j:null}})}();
cloudvideo.tv,ckk.ai,hubfiles.ws,otakuindo.co#%#!function(a,b){function c(i,j){return"function"!=typeof i||-1===i.toString().indexOf(j)}a=window.addEventListener,window.addEventListener=function(){c(arguments[1],"window['open']")&&a.apply(window,arguments)},b=window.setInterval,window.setInterval=function(){return c(arguments[0],"['result']")?b.apply(window,arguments):void 0},AG_defineProperty("onbeforeunload",{beforeSet:function(j){return c(j,"location.href=options.url")?j:null}})}();
lordhd.com#%#!function(a,b){function c(i,j){return"function"!=typeof i||-1===i.toString().indexOf(j)}a=window.addEventListener,window.addEventListener=function(){c(arguments[1],"glxopen")&&a.apply(window,arguments)},b=window.setInterval,window.setInterval=function(){return c(arguments[0],"catch(_")?b.apply(window,arguments):void 0},AG_defineProperty("onbeforeunload",{beforeSet:function(j){return c(j,"location.href=options.url")?j:null}})}();
ouo.press,ouo.io,xstreamcdn.com,fbbcdn.xyz#%#AG_abortOnPropertyRead('AaDetector');
!
! jsPopunder
imgrock.info,dir50.net,thevideo.me,voodaith7e.com,imgrock.net,imgoutlet.com,spashopaz.com,doyki.com,vidup.me,imgoutlet.com#%#Object.defineProperty(window, 'jsPopunder', { get: function() { return function() {}; } });
zikjkh4d.site#%#AG_abortOnPropertyRead('jsPopunder');
!
! initPu, puShown
shemaleporn.xxx,lizardporn.com,downace.com,javstyle.com,yts.ag,qwertty.net,imgsin.com#%#Object.defineProperty(window, 'puShown', { get: function() { return true; } });
123pandamovie.me,adultvideoz.net,mangovideo.pw,cartoonporno.xxx,69games.xxx,mirrorace.com,xxxhost.me,4fuckr.com#%#Object.defineProperty(window, 'initPu', { get: function() { return; } });
watchpornfree.info,imguur.pictures,xxxmoviestream.xyz,mangoporn.co,kickass.vc,pandavideo.pw,freshscat.com,playpornfree.xyz,kickass.love,desiupload.in,xopenload.me,streamporn.pw#%#AG_setConstant('puShown', 'true');
watchpornfree.info,imguur.pictures,xxxmoviestream.xyz,mangoporn.co,kickass.vc,pandavideo.pw,freshscat.com,playpornfree.xyz,kickass.love,desiupload.in,xopenload.me,streamporn.pw#%#//scriptlet("set-constant", "puShown", "true")
!
! AdSupply clickunder
mirrorcreator.com,fullmatchesandshows.com,tinypic.com,tube8.com,youporn.com,redtube.com,pornhub.com#%#Object.defineProperty(window, 'UAParser', { get: function() { return function() { }; } });
vporn.com#%#Object.defineProperty(window, 'UAParser', { get: function() { return function() {}; } });
!
spankwire.com#%#Object.defineProperty(document, 'onclick', { get: function() { return; } });
watchseries-online.nl,btsone.cc#%#Object.defineProperty(window,'_drp', { get:function(){return {}; } });
!
! go.oclasrv.com clickunder/ads (`zfgloaded`)
! `$$`
superflix.net,comandotorrents.com,ymovies.to,onlystream.tv,torrentmegafilme.net,watchxxxfreeinhd.com,sendsurl.com,adshorted.net,lelscan-vf.com,turkceanimeizle.com,app.ignition.fun,5movies.cloud,cafehulu.com,up-4ever.org,telewizja-internetowa.pl,0123movies.org,watchhowimetyourmother.online,up-load.io,moshahda.online,kickassanime.ru,egyanime.com,indoxxi.center,wzayeef.com,gogoanimes.tv,ytmp3.mobi,mp4s.org,watchwebmovies.com,tamilmv.bid,rapidvid.to,streamloverx.com,is123moviesfree.com,putlocker.digital,prettyfast.to,0123movies.biz,0123movies.com,01fmovies.com,123kmovies.net,123movie.cc,123movie.sc,123movies.actor,123movies.cafe,123movies.domains,123movies.gallery,123movies.gdn,123movies.net,123movies.st,123movies2019.com,123movies2019.net,123movies2019.org,123moviesback.com,123moviese.com,123moviesfree.com,123moviesgot.com,123moviesok.org,123movieson.com,123moviespro.net,123moviesss.com,123moviestar.net,123moviies.org,123videos.tv,123watchmovies.org,1337x.unblock2.xyz,168hd.net,1movies.is,1movies.online,1movies.se,1movies.to,1xxx.tv,2conv.com,2movierulz.ac,2movierulz.ms,300mbmovies4u.club,33sk.tv,360nobs.org,3arabicporn.com,3sk.co,4cima.tv,4oof4u.com,4shworld.com,5starmusiq.com,9anime.cloud,9anime.ru,9anime.to,9anime.vip,9movies.tv,9putlocker.io,9xrockers.pw,a5bar-sari3a.com,adsviv.com,adultwallpapers.co.in,afghanidata.com,aflam.io,aflam4you.tv,aflamhq.co,aflamonlinee.org,ahlamtv.com,akoam.net,albkinema.net,allkdramas.tk,almidan9.net,alotofmusic.org,altadefinizione.bid,altadefinizione01.love,altadefinizione01.site,altastreaming.online,anime-odcinki.pl,animeawake.org,animedoor.com,animeflv.net,animeheaven.es,animesave.com,animeskai.biz,animestreams.tv,animeunity.it,animeyes.biz,animezone.pl,animo-pace-stream.io,anitube.cz,aovivonatv.com,arabhd.co,arenavision.cc,arenavision.us,atozmp3.co,baixandotudo.net,beinmatch.com,bestfilmeshd.com,bindassbros.com,bludv.com,bludv.tv,bmovies.is,btgalaxy.com,bucetasx.com,cadelanocio.com.br,cambabe.me,camgirlbay.net,caminspector.net,camwhores.adult,camwhores.tv,camwhoreshd.com,cb01.io,ceesty.com,chatrooms.org.in,chodan.com,chrt.pw,cima5.com,cimaclub.com,cineblog01.media,cinema4tv.com,clicknupload.org,clik.pw,clipconverter.cc,clipwatching.com,clooud.cc,cloudvideo.tv,clubedoaz.com.br,cmovieshd.bz,cmovieshd.com,cmovieshd.net,cockhero.org,converto.io,coolmg.com,crackzsoft.com,cwtvembeds.com,czech3x.net,dailyimages.xyz,dailyuploads.cc,darmowa-telewizja.online,darmowa-tv.pl,ddlplayer.com,denunciando.com,descargacineclasico.net,despreseriale.ro,dir50.com,dl.go4up.com,downace.com,downlaodmovies.com,downloadhub.org,downloadhub.ws,downloadming.la,downloadming.pro,downloadmp3song.live,dp-stream.com,drakulawidget.com,dramacool9.io,dramamate.com,dredown.com,dropfile.download,ebooksz.net,egy.best,egybest.net,egybest.site,ekasiwap.com,embed.watchasian.co,ewatchseries.to,extramovies.cc,extramovies.ws,extreme-d0wn.com,f-hd.net,f16f.com,f5movies.top,faselhd.co,fastpiratebay.co.uk,fastplay.to,fatimakhamissa.com,ffmovies.ru,file-up.org,filehostguru.online,filerio.in,filme-bune.net,filmeonline2013.biz,filmesonlinex.co,filmotopia.org,filmywap.com,filmywap2.com,flashx.to,flenix.net,flix555.com,flowhot.me,fmovie.cc,fmovies.ag,fmovies.is,fmovies.org,fmovies.pe,fmovies.sc,fmovies.se,fmovies.su,fmovies.tl,fmovies.to,fmovies.wf,fmovies.wtf,fmoviez.org,foxebook.net,freeapps4y.blogspot.com,freedisc.pl,freelivesports.co,fridaymovieshd.com,full-stream.nu,fullmaza.net,fullmovies24.net,fullmoviescenter.com,fullxxxonline.com,fullypcgames.in,fussball-livestream.net,gameofbay.org,ganduworld.info,gaypinoyporn.com,getlec.blogspot.com,glinks.me,gnula.se,gogoanime.cloud,gogomovies.net,gomovies.cool,gomovies.la,gomovies.tube,gotdatfire.com,gowatchseries.tv,greenmp3.com,gsul.me,gsur.in,hdfilmcehennemi1.com,hdfilme.net,hdfilme.tv,hdgo.to,hdmoviedownloader.com,hdmoviesfree.me,hdmoviesfree.net,hdmp4mania.world,hdpopcorns.in,hdteenx.com,her69.net,hevcbay.com,hindugodsongs.com,hizlifullfilmizle.com,homewhores.net,hon3yhd.com,hwnaturkya.com,idtbox.com,igg-games.com,imgbox.com,imgdawgknuttz.com,imgrock.info,indexofmovie.com,indoakatsuki.net,indoxx1.show,indoxxi.show,ipagal.org,irp.uz,iwatchtwd.com,japscan.to,jav18tv.com,javtasty.com,jawcloud.co,jizzman.com,joymovies.com,justdubsanime.net,justupload.io,katcr.review,katmovie.de,katmoviehd.cc,kickasstorrent.com.pl,kinemania.tv,kinofen.net,kinoger.com,kinoger.to,kissanime.ru,kisstvshow.to,kkiste.su,kombatch.com,kora-online.tv,koursaros.net,kprofiles.com,kreskowkazone.pl,kuntv.pw,lapeliculas.com,lavamovies.se,legendofkorra.tv,libertyvf.co,linkcaptcha.net,losmovies.cx,m4ufree.io,mac-torrent-download.net,mangahasu.se,mangaindo.web.id,manhwa-manga.kim,marstv.pw,medeberiyaa.com,mehlizmovies.com,milfzr.com,mirrorcreator.com,mirrored.to,mithaaprilia.com,mktba22.blogspot.com,mobilemovieshd.in,momjoi.com,movie1k.pw,movie2free.com,moviebay.io,moviemart.in,movieonline.io,movies1234.net,movies79.com,moviescounter.cool,moviesevil.ws,movieshd.ru,moviesonline.tf,moviespur.pw,moviestime.to,movistack.com,movizland.online,movs4u.to,movs4u.tv,mp3-pn.com,mp3-red.co,mp3-search.click,mp3-search.top,mp3bedavam.com,mp3red.me,mp3skulls.today,mp4mania.world,mr-hd.com,mr-hd.in,mrelhlawany.com,msphubs.com,musicart.ml,musicastorrent.com,musicpleer.es,my123movies.org,myegy.tv,mywatchseries.stream,mywatchseries.to,narudemi.co,nepalikanchi.com,new-mastermovie.com,newpct.com,newpct1.com,nghmaty.com,ngusman.com,niagotch.com,nordicfilm.co,novelasfb.com,odia1.me,ogario.ovh,oikamenoi.com,olozmp3.net,onlinechat.co.in,onlinemovierasiganyogis.in,onlinemoviesrasiganyogis.in,onlinemoviezrasiganyogi.com,onlinemovizrasiganyogi.in,onlinevideoconverter.com,onprojectfreetv.site,openloadmovie.org,oploverz.in,otakustream.tv,ouo.io,ourl.io,pagalworldm.com,panda-streaming.net,pelisencastellano.com,peruanazotv.com,phimotv.net,picclock.ru,pinoymovies.me,pinoymovies.site,piratebays.co.uk,pirateproxy.click,pirateproxy.wf,pirateproxy.yt,plg.ovakode.com,polskie-aktorki-porno.pl,pornley.com,pornlibrary.net,pornlicias.com,pornscum.com,porntrex.com,pregledaj.net,project-free-tv.ag,punjabimoviesonline.org,putlocker.cam,putlocker.sk,putlockerfree.net,putlockers.co,putlockers.fm,putlockers.la,putlockers.tf,putlockersfm.com,putlockerstoworld.com,putlockertv.se,putlockertv.ws,rapidvideo.com,rapidvideo.is,rdxhd.biz,realcam.pw,reallifecamhd.net,red-mp3.me,regarder-film-gratuit.eu,revivelink.com,rule34hentai.net,rumahminimalisbagus.com,s.to,sa7eralkutub.com,sabwap.co,savethevideo.com,sawlive.tv,scanof.net,sceper.ws,sebn.sc,seehd.ru,segiempat.com,sempreinter.com,sendvid.com,series9.to,seriesblanco.tv,seriesonlinehd.org,sexarabtv.com,sexmag.biz,shaggyimg.pro,short.pe,shortmony.me,shurikenteam.com,siii.club,simitator.com,sockshare.net,softcoretube.org,softpcfull.com,software-on.com,solarmovie.cam,solarmovie.net,solarmovie.st,solarmovie.today,solarmoviefree.co,solarmoviefree.me,solarmoviefree.net,solarmoviefreez.com,solarmoviesc.co,solarmoviesc.com,solarmoviex.to,speed4up.com,speed4up.net,sportify365.blogspot.co.uk,sportify365.blogspot.hr,starmusiq.la,stiffgamerdown.com,stream4free.live,streamcloud.eu,streaming-foot.club,streaming-football.org,streamingo.org,streamjav.net,streamm4u.com,strikeout.nu,subsmovies.me,swatchseries.to,switch-xci.com,szs.pw,tambayanlivetv.com,tamilfreemp3songs.com,tamilfullmovies.in,tamilmv.cz,tamilrock.org,telepisodes.org,thaihotmodels.com,the123movies.com,the123movies.org,thenightseries.net,thepcgames.net,theseriesonline.net,tnhd.co,toonworld4all.in,topbestsite.me,topeuropix.net,toptech360.com,toptx.net,toquemp3.com,torrentdosfilmes.co,torrentlocura.com,torrentmegafilme.com,torrentrapid.com,torrents9.org,torrentsmd.eu.org,tous-sports.tv,toussports.info,tubebg.com,tubecomplet.com,tudotv.tv,tudotvonline.com,tugaanimado.net,tumejortorrent.com,tusnovelas.net,tv-onlinehd.com,twojetv.ws,uii.io,upload.ac,upload4earn.org,uploadbank.com,uploadmp4.com,uppit.com,upzone.cc,urgetofap.com,urgrove.net,userscloud.com,ustreamix.com,vezi-online.com,vidbob.com,vidcloud.icu,videokhoj.co,vidfile.net,vidload.co,vidlox.me,vidlox.tv,vidnode.net,vidoevo.com,vidstreaming.io,vidtomp3.info,vimeotomp3.com,viralitytoday.com,vizhe.xyz,vojkudee.net,vstarmusiq.com,watch-online.biz,watch-series.cc,watch-series.co,watch32.is,watch5s.me,watcharcheronline.com,watchcartoonsonline.eu,watchcommunity.cc,watchfilmy.com,watchmovies.pk,watchncum.biz,watchncum.com,watchonline.me,watchonlinemovies.com.pk,watchparksandrecreation.net,watchrecentmovies.co,watchseries.unblockme.xyz,watchserieshd.cc,watchserieshd.io,watchshow.stream,watchtvseries.unblckd.cx,wicr.me,xeimg.yt,xkeezmovies.com,xmovies8.io,xmovies8.net,xmoviesforyou.com,xmoviesforyou1.com,xrares.com,xxxstreams.eu,xxxwebdlxxx.org,y2mate.com,yakaracolombia.com,yalla-shoot.com,yaoimangaonline.com,yeane.org,ymovies.tv,yourporn.sexy,yt2mp3s.me,yts.am,yts.lt,yttomp3.org,yuyalay.com,zedstream.com,zinkhd.co$$script[tag-content="zfgloaded"][min-length="30000"][max-length="80000"]
! `#%#//scriptlet("abort-current-inline-script", "String.fromCharCode", "zfgloaded")`
lelscan-vf.com,app.ignition.fun,cafehulu.com,gogoanimes.tv,watchwebmovies.com,9anime.vip,0123movies.biz,0123movies.com,123kmovies.net,123movie.cc,123movie.sc,123movies.actor,123movies.cafe,123movies.domains,123movies.net,123movies.st,123movies2019.com,123movies2019.net,123movies2019.org,123moviesback.com,123moviese.com,123moviesfree.com,123moviesgot.com,123moviesok.org,123movieson.com,123moviesss.com,123moviestar.net,123moviies.org,123videos.tv,123watchmovies.org,168hd.net,1movies.is,1movies.online,1movies.se,1movies.to,1xxx.tv,2conv.com,2movierulz.ms,300mbmovies4u.club,33sk.tv,360nobs.org,3arabicporn.com,3sk.co,4cima.tv,4oof4u.com,4shworld.com,5starmusiq.com,9anime.cloud,9anime.ru,9anime.to,9movies.tv,9putlocker.io,9xrockers.pw,a5bar-sari3a.com,adsviv.com,adultwallpapers.co.in,afghanidata.com,aflam.io,aflam4you.tv,aflamhq.co,aflamonlinee.org,ahlamtv.com,akoam.net,albkinema.net,allkdramas.tk,almidan9.net,alotofmusic.org,altadefinizione.bid,altadefinizione01.love,altadefinizione01.site,altastreaming.online,anime-odcinki.pl,animeawake.org,animedoor.com,animeflv.net,animesave.com,animeskai.biz,animestreams.tv,animeunity.it,animeyes.biz,animezone.pl,animo-pace-stream.io,anitube.cz,aovivonatv.com,arabhd.co,arenavision.cc,arenavision.us,atozmp3.co,baixandotudo.net,beinmatch.com,bestfilmeshd.com,bindassbros.com,bludv.com,bmovies.is,btgalaxy.com,bucetasx.com,cadelanocio.com.br,cambabe.me,camgirlbay.net,caminspector.net,camwhores.adult,camwhores.tv,camwhoreshd.com,cb01.io,ceesty.com,chatrooms.org.in,chodan.com,chrt.pw,cima5.com,cimaclub.com,cineblog01.media,cinema4tv.com,clicknupload.org,clik.pw,clipconverter.cc,clipwatching.com,clooud.cc,cloudvideo.tv,clubedoaz.com.br,cmovieshd.bz,cmovieshd.com,cmovieshd.net,cockhero.org,converto.io,coolmg.com,crackzsoft.com,cwtvembeds.com,czech3x.net,dailyimages.xyz,dailyuploads.cc,darmowa-telewizja.online,darmowa-tv.pl,ddlplayer.com,denunciando.com,descargacineclasico.net,despreseriale.ro,dir50.com,dl.go4up.com,downace.com,downlaodmovies.com,downloadhub.org,downloadhub.ws,downloadming.la,downloadming.pro,downloadmp3song.live,dp-stream.com,drakulawidget.com,dramacool9.io,dramamate.com,dredown.com,dropfile.download,ebooksz.net,egy.best,egybest.net,egybest.site,ekasiwap.com,embed.watchasian.co,ewatchseries.to,extramovies.cc,extramovies.ws,extreme-d0wn.com,f-hd.net,f16f.com,f5movies.top,faselhd.co,fastpiratebay.co.uk,fastplay.to,fatimakhamissa.com,ffmovies.ru,file-up.org,filehostguru.online,filerio.in,filme-bune.net,filmeonline2013.biz,filmesonlinex.co,filmotopia.org,filmywap.com,filmywap2.com,flashx.to,flenix.net,flix555.com,flowhot.me,fmovie.cc,fmovies.ag,fmovies.is,fmovies.org,fmovies.pe,fmovies.sc,fmovies.se,fmovies.su,fmovies.tl,fmovies.to,fmovies.wf,fmovies.wtf,fmoviez.org,foxebook.net,freeapps4y.blogspot.com,freedisc.pl,freelivesports.co,fridaymovieshd.com,full-stream.nu,fullmaza.net,fullmovies24.net,fullmoviescenter.com,fullxxxonline.com,fullypcgames.in,fussball-livestream.net,gameofbay.org,ganduworld.info,gaypinoyporn.com,glinks.me,gnula.se,gogoanime.cloud,gogomovies.net,gomovies.cool,gomovies.la,gotdatfire.com,greenmp3.com,gsul.me,gsur.in,hdfilmcehennemi1.com,hdfilme.net,hdfilme.tv,hdgo.to,hdmoviedownloader.com,hdmoviesfree.me,hdmoviesfree.net,hdmp4mania.world,hdpopcorns.in,hdteenx.com,her69.net,hevcbay.com,hindugodsongs.com,hizlifullfilmizle.com,homewhores.net,hon3yhd.com,hwnaturkya.com,idtbox.com,igg-games.com,imgbox.com,imgrock.info,indexofmovie.com,indoakatsuki.net,indoxxi.show,ipagal.org,irp.uz,iwatchtwd.com,japscan.to,jav18tv.com,javtasty.com,jawcloud.co,jizzman.com,joymovies.com,justdubsanime.net,justupload.io,katcr.review,katmovie.de,katmoviehd.cc,kickasstorrent.com.pl,kinemania.tv,kinofen.net,kinoger.com,kinoger.to,kissanime.ru,kisstvshow.to,kombatch.com,kora-online.tv,koursaros.net,kprofiles.com,kreskowkazone.pl,kuntv.pw,lapeliculas.com,lavamovies.se,legendofkorra.tv,libertyvf.co,linkcaptcha.net,losmovies.cx,m4ufree.io,mac-torrent-download.net,mangahasu.se,mangaindo.web.id,manhwa-manga.kim,marstv.pw,medeberiyaa.com,mehlizmovies.com,milfzr.com,mirrorcreator.com,mirrored.to,mithaaprilia.com,mktba22.blogspot.com,mobilemovieshd.in,momjoi.com,movie1k.pw,movie2free.com,moviebay.io,moviemart.in,movieonline.io,movies1234.net,movies79.com,moviescounter.cool,moviesevil.ws,movieshd.ru,moviesonline.tf,moviespur.pw,moviestime.to,movistack.com,movizland.online,movs4u.to,movs4u.tv,mp3-pn.com,mp3-red.co,mp3-search.click,mp3-search.top,mp3bedavam.com,mp3red.me,mp3skulls.today,mp4mania.world,mr-hd.com,mr-hd.in,mrelhlawany.com,msphubs.com,musicart.ml,musicastorrent.com,musicpleer.es,my123movies.org,myegy.tv,mywatchseries.stream,mywatchseries.to,narudemi.co,nepalikanchi.com,new-mastermovie.com,newpct.com,newpct1.com,nghmaty.com,ngusman.com,niagotch.com,nordicfilm.co,novelasfb.com,odia1.me,ogario.ovh,oikamenoi.com,olozmp3.net,onlinechat.co.in,onlinemovierasiganyogis.in,onlinemoviesrasiganyogis.in,onlinemoviezrasiganyogi.com,onlinemovizrasiganyogi.in,onprojectfreetv.site,openloadmovie.org,oploverz.in,otakustream.tv,ouo.io,ourl.io,pagalworldm.com,panda-streaming.net,pelisencastellano.com,peruanazotv.com,phimotv.net,picclock.ru,pinoymovies.me,pinoymovies.site,piratebays.co.uk,pirateproxy.click,pirateproxy.wf,pirateproxy.yt,plg.ovakode.com,polskie-aktorki-porno.pl,pornley.com,pornlibrary.net,pornlicias.com,pornscum.com,porntrex.com,pregledaj.net,project-free-tv.ag,punjabimoviesonline.org,putlocker.cam,putlocker.sk,putlockerfree.net,putlockers.co,putlockers.fm,putlockers.la,putlockers.tf,putlockersfm.com,putlockertv.se,putlockertv.ws,rapidvideo.com,rapidvideo.is,rdxhd.biz,realcam.pw,reallifecamhd.net,red-mp3.me,regarder-film-gratuit.eu,revivelink.com,rule34hentai.net,rumahminimalisbagus.com,s.to,sa7eralkutub.com,sabwap.co,savethevideo.com,sawlive.tv,scanof.net,sceper.ws,sebn.sc,segiempat.com,sempreinter.com,sendvid.com,seriesblanco.tv,seriesonlinehd.org,sexarabtv.com,sexmag.biz,shaggyimg.pro,short.pe,shortmony.me,shurikenteam.com,siii.club,simitator.com,sockshare.net,softcoretube.org,softpcfull.com,software-on.com,solarmovie.cam,solarmovie.net,solarmovie.st,solarmovie.today,solarmoviefree.co,solarmoviefree.me,solarmoviefree.net,solarmoviefreez.com,solarmoviesc.co,solarmoviesc.com,solarmoviex.to,speed4up.com,speed4up.net,sportify365.blogspot.co.uk,sportify365.blogspot.hr,starmusiq.la,stiffgamerdown.com,stream4free.live,streamcloud.eu,streaming-foot.club,streaming-football.org,streamingo.org,streamjav.net,streamm4u.com,strikeout.nu,subsmovies.me,swatchseries.to,switch-xci.com,szs.pw,tambayanlivetv.com,tamilfreemp3songs.com,tamilfullmovies.in,tamilmv.cz,tamilrock.org,telepisodes.org,thaihotmodels.com,the123movies.com,the123movies.org,thenightseries.net,thepcgames.net,theseriesonline.net,tnhd.co,toonworld4all.in,topbestsite.me,topeuropix.net,toptech360.com,toptx.net,toquemp3.com,torrentdosfilmes.co,torrentlocura.com,torrentmegafilme.com,torrentrapid.com,torrents9.org,torrentsmd.eu.org,tous-sports.tv,toussports.info,tubebg.com,tubecomplet.com,tudotv.tv,tudotvonline.com,tugaanimado.net,tumejortorrent.com,tusnovelas.net,tv-onlinehd.com,twojetv.ws,uii.io,upload.ac,upload4earn.org,uploadbank.com,uploadmp4.com,uppit.com,upzone.cc,urgetofap.com,urgrove.net,userscloud.com,ustreamix.com,vezi-online.com,vidcloud.icu,videokhoj.co,vidfile.net,vidload.co,vidlox.me,vidlox.tv,vidnode.net,vidoevo.com,vidstreaming.io,vidtomp3.info,vimeotomp3.com,viralitytoday.com,vizhe.xyz,vojkudee.net,vstarmusiq.com,watch-online.biz,watch-series.co,watch32.is,watch5s.me,watcharcheronline.com,watchcommunity.cc,watchfilmy.com,watchmovies.pk,watchncum.biz,watchncum.com,watchonline.me,watchonlinemovies.com.pk,watchparksandrecreation.net,watchrecentmovies.co,watchseries.unblockme.xyz,watchserieshd.cc,watchshow.stream,watchtvseries.unblckd.cx,wicr.me,xeimg.yt,xkeezmovies.com,xmovies8.io,xmovies8.net,xmoviesforyou.com,xmoviesforyou1.com,xrares.com,xxxstreams.eu,xxxwebdlxxx.org,yakaracolombia.com,yalla-shoot.com,yaoimangaonline.com,yeane.org,ymovies.tv,yourporn.sexy,yt2mp3s.me,yts.am,yttomp3.org,yuyalay.com,zedstream.com,zinkhd.co#%#//scriptlet("abort-current-inline-script", "String.fromCharCode", "zfgloaded")
! `#%#//scriptlet("abort-on-property-read", "zfgformats")`
superflix.net,comandotorrents.com,ymovies.to,onlystream.tv,torrentmegafilme.net,watchxxxfreeinhd.com,sendsurl.com,adshorted.net,turkceanimeizle.com,5movies.cloud,cafehulu.com,up-4ever.org,telewizja-internetowa.pl,0123movies.org,watchhowimetyourmother.online,up-load.io,moshahda.online,kickassanime.ru,egyanime.com,indoxxi.center,wzayeef.com,ytmp3.mobi,mp4s.org,tamilmv.bid,rapidvid.to,streamloverx.com,is123moviesfree.com,putlocker.digital,prettyfast.to,01fmovies.com,123movies.gallery,123movies.gdn,123moviespro.net,1337x.unblock2.xyz,2movierulz.ac,animeheaven.es,bludv.tv,foxebook.net,gomovies.tube,gowatchseries.tv,indoxx1.show,kkiste.su,mac-torrent-download.net,movs4u.to,onlinevideoconverter.com,putlockerstoworld.com,revivelink.com,seehd.ru,series9.to,short.pe,uploadmp4.com,watchcartoonsonline.eu,y2mate.com,yts.lt#%#//scriptlet("abort-on-property-read", "zfgformats")
! Temporary rule for apps, if `zfgloaded` is not inline script - `#%#AG_abortOnPropertyRead('zfgformats')`
!+ PLATFORM(windows, mac, android)
superflix.net,comandotorrents.com#%#AG_abortOnPropertyRead('zfgformats');
! other scriptlets
watch-series.cc,33sk.tv,watchserieshd.io#%#//scriptlet("abort-current-inline-script", "decodeURIComponent", "zfgloaded")
imgdawgknuttz.com,getlec.blogspot.com#%#//scriptlet("abort-on-property-read", "zfgloadedpopup")
!
! FastPops
sleazyneasy.com,gowatchfreemovies.to,streamcloud.eu,watchfree.to,vidbull.com,streamin.to,primewire.ag#%#if (typeof localStorage != 'undefined' && localStorage.setItem) { localStorage.setItem('InfNumFastPops', '1'); }
sleazyneasy.com,gowatchfreemovies.to,streamcloud.eu,watchfree.to,vidbull.com,streamin.to,primewire.ag#%#if (typeof localStorage != 'undefined' && localStorage.setItem) { localStorage.setItem('InfNumFastPopsExpire', new Date(new Date().setYear(2020))); }
mirrored.to#%#AG_abortOnPropertyRead('UAParser');
! __htapop
tamilyogi.fm,watchxxxfree.com,ikinohd.club,mac-torrent-download.net,watchjavonline.com,maturemoms.tv,pornovideoshub.com,pornsharing.com,jizzman.com,pornoid.com,finevids.xxx,bossvideotube.com,cat3movie.us,nudevista.net,cashvideotube.com,tczmp3.com,megafilmesonline.net,pervertslut.com,embedlink.info,befuck.com,nudevista.com.br,youfreeporntube.com,pinkrod.com,thenewporn.com,megacinefilmes.com,ghostvidstube.com,nudevista.at,carvideotube.com,updatetube.com,wetplace.com,xmovies1.com,wow-mature.com,omamaturetube.com,vermangasporno.com,movies-300mb.net,ahegao.online,desibees.com,veronicca.com,sexxincest.com,hotshame.com,tubetria.com,wawacity.ec,owplayer.com,pornalized.com,tuzmp3.com,verpornocomic.com,javyoo.com,fusker.xxx,hentaisd.tv,mp3xyz.co#%#Object.defineProperty(HTMLScriptElement.prototype, 'src', {writable:false});
! AdExtend
youporngay.com#%#Object.defineProperty(window, 'loadPUscript', { get: function() {return function() {}; } });
! FastPop rule not working in this case
! popMagic
get-to.link,gotporn.com,porncomix.info,imgdew.com,webcamrips.com,webcamshows.org,mycumx.com,vqporn.com,celebsepna.com,rapidvideo.com,tmohentai.com#%#(function(){var b=window.addEventListener;window.addEventListener=function(c,a,d){if(a&&-1==a.toString().indexOf("popMagic"))return b(c,a,d)}.bind(window)})();
get-to.link,gotporn.com,porncomix.info,imgdew.com,webcamrips.com,webcamshows.org,mycumx.com,vqporn.com,celebsepna.com,rapidvideo.com,tmohentai.com$$script[tag-content="adConfig"]
! END: Popular clickunders
!**********************************
!
!
! https://github.com/AdguardTeam/AdguardFilters/issues/39741
thegay.com#%#//scriptlet("abort-on-property-read", "vertis.popunder.neverblock")
thegay.com#%#//scriptlet("set-constant", "vdaVars.neverblock.loaderUrl", "undefined")
thegay.com#%#AG_abortOnPropertyRead('vertis.popunder.neverblock');
thegay.com#%#AG_setConstant('vdaVars.neverblock.loaderUrl', 'undefined');
! https://github.com/AdguardTeam/AdguardFilters/issues/39691
watchpornfree.info#%#//scriptlet("abort-on-property-read", "popunder")
watchpornfree.info#%#AG_abortOnPropertyRead('popunder');
! https://github.com/AdguardTeam/AdguardFilters/issues/39896
streamp1ay.me#%#Object.defineProperty(window,"puOverlay",{get:function(){return function(){arguments[2]&&"function"==typeof arguments[2]&&arguments[2]()}}});
! https://github.com/AdguardTeam/AdguardFilters/issues/39865
photos.freeones.com#%#AG_onLoad(function(){document.querySelector(".gallery-overview")&&(new MutationObserver(function(){document.querySelectorAll("a[href]#sponsorHref").forEach(function(a){a.removeAttribute("href")})})).observe(document,{childList:!0,subtree:!0})});
! https://github.com/AdguardTeam/AdguardFilters/issues/39562
jibfly.com#%#//scriptlet("prevent-window-open")
jibfly.com#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/39824
egovtjob.in#%#//scriptlet("prevent-window-open")
egovtjob.in#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/39753
imagevenue.com#%#AG_abortOnPropertyRead(`__ads`);
! https://github.com/AdguardTeam/AdguardFilters/issues/39548
palmtube.com#%#//scriptlet("prevent-window-open")
palmtube.com#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/39690
pornflixhd.com#%#AG_defineProperty('dtGonza.playeradstime', {value: -1});
! https://github.com/AdguardTeam/AdguardFilters/issues/39511
cutadlink.net#%#AG_abortOnPropertyRead('SmartPopunder');
! https://github.com/AdguardTeam/AdguardFilters/issues/39497
clk.ink#%#(function() { var _eval = window.eval; window.eval = function(a) { if ( a.toString().indexOf('__PPU_CHECK') === -1 ) { _eval(a); return; } }; })();
! https://github.com/AdguardTeam/AdguardFilters/issues/39493
adshorted.net#%#AG_abortOnPropertyRead('Z4EE');
! https://github.com/AdguardTeam/AdguardFilters/issues/39545
txxx.com#%#AG_abortOnPropertyRead('vertis.popunder.neverblock');
txxx.com#%#AG_setConstant('vdaVars.neverblock.loaderUrl', 'undefined');
! https://github.com/AdguardTeam/AdguardFilters/issues/39199
mangoporn.net#%#window.open = function() {};
mangoporn.net#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/39492
digitallearn.online#%#//scriptlet("prevent-window-open")
!+ PLATFORM(windows, mac, android)
digitallearn.online#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/38730
tube8.com#%#AG_setConstant('showPopunder', 'false');
! https://github.com/AdguardTeam/AdguardFilters/issues/39254
protopage.com#%#AG_setConstant('displayAds', 'false');
! https://github.com/AdguardTeam/AdguardFilters/issues/39135
pornwhite.com#%#//scriptlet("prevent-window-open")
pornwhite.com#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/39123
mangareader.net#%#AG_abortOnPropertyRead('parts');
mangareader.net#%#//scriptlet("abort-on-property-read", "parts")
! https://github.com/AdguardTeam/AdguardFilters/issues/39362
sendvid.com#%#(function() { var open_ = window.open; var w_open = window.open, regex = /about:blank|juicyads\.com/; window.open = function(a, b) { if (typeof a !== 'string' || !regex.test(a)) { w_open(a, b); } }; })();
! https://github.com/AdguardTeam/AdguardFilters/issues/38710
filmysign.com#%#//scriptlet("prevent-window-open")
filmysign.com#%#window.open = function() { };
! https://github.com/AdguardTeam/AdguardFilters/issues/39177
mangalaw.com#%#AG_setConstant('adtrue_rtb.tag', 'noopFunc');
! https://github.com/AdguardTeam/AdguardFilters/issues/39178
isekaiscan.com#%#Object.defineProperty(Object.prototype, 'Focm', { get: function(){ throw null; }, set: function(){ throw null; }});
! https://github.com/AdguardTeam/AdguardFilters/issues/39158
tvlogy.to#%#AG_defineProperty('second', {value: 0});
! https://github.com/AdguardTeam/AdguardFilters/issues/38925
shrtfly.net#%#//scriptlet("prevent-window-open")
!+ PLATFORM(windows, mac, android)
shrtfly.net#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/39071
yesvids.com#%#AG_setConstant('window.open', 'noopFunc');
! https://github.com/AdguardTeam/AdguardFilters/issues/38818
cutwin.com#%#AG_abortOnPropertyRead(`adss`)
! https://forum.adguard.com/index.php?threads/file-up-org.34362
file-up.org#%#AG_setConstant('window.open', 'noopFunc');
! https://github.com/AdguardTeam/AdguardFilters/issues/38725
camwhores.tv#%#AG_abortOnPropertyRead('crakPopInParams');
! https://github.com/AdguardTeam/AdguardFilters/issues/38912
beeng.net#%#//scriptlet("prevent-window-open")
beeng.net#%#window.open = function() { };
! https://github.com/AdguardTeam/AdguardFilters/issues/37856
xhamster.com#%#AG_abortOnPropertyRead('wit-popunder');
! https://github.com/AdguardTeam/AdguardFilters/issues/38026
lover.ne.kr#%#//scriptlet("prevent-window-open")
lover.ne.kr#%#window.open = function() { };
! https://github.com/AdguardTeam/AdguardFilters/issues/38558
easyexploits.com#%#AG_abortOnPropertyRead('S9tt');
! https://github.com/AdguardTeam/AdguardFilters/issues/38547
imguur.pictures#%#AG_abortOnPropertyRead('ad1');
imguur.pictures#%#AG_abortOnPropertyRead('popunder');
! https://github.com/AdguardTeam/AdguardFilters/issues/38399
ytss.unblocked.to#%#(function() { var _eval = window.eval; window.eval = function(a) { if ( a.toString().indexOf('popunder') === -1 ) { _eval(a); return; } }; })();
! woof.tube - popups
woof.tube#%#AG_setConstant('exclude', 'true');
woof.tube#%#(function() { var open_ = window.open; var w_open = window.open, regex = /about:blank/; window.open = function(a, b) { if (typeof a !== 'string' || !regex.test(a)) { w_open(a, b); } }; })();
woof.tube#%#window.addEventListener("load", function(){ var el = document.getElementById("videerlay"); if(el){el.click();} });
! https://github.com/AdguardTeam/AdguardFilters/issues/38389
hotpornfile.org#%#AG_abortOnPropertyRead('F900');
hotpornfile.org#%#AG_abortOnPropertyRead('cIPop');
hotpornfile.org#%#AG_abortOnPropertyRead('_clk_na_list');
! https://github.com/AdguardTeam/AdguardFilters/issues/38332
shotfly.in#%#//scriptlet("prevent-window-open")
!+ PLATFORM(windows, mac, android)
shotfly.in#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/38302
up-load.io#%#(function() { var _eval = window.eval; window.eval = function(a) { if ( a.toString().indexOf('__PPU_CHECK') === -1 ) { _eval(a); return; } }; })();
! https://github.com/AdguardTeam/AdguardFilters/issues/11848
redtube.com#%#AG_setConstant('window.open', 'noopFunc');
! https://github.com/AdguardTeam/AdguardFilters/issues/38290
smwebs.xyz#%#window.open = function() {};
! byter.tv - popups
byter.tv#%#AG_abortOnPropertyRead('S9tt');
byter.tv#%#AG_abortOnPropertyRead('tube');
! https://github.com/AdguardTeam/AdguardFilters/issues/38247
sixxxs.com#%#AG_abortOnPropertyRead('vurrr');
! https://github.com/AdguardTeam/AdguardFilters/issues/38726
! https://github.com/AdguardTeam/AdguardFilters/issues/37934
pussyspace.com#%#//scriptlet("abort-on-property-read", "amazon_native")
pussyspace.com#%#AG_abortOnPropertyRead('amazon_native');
pussyspace.com#%#AG_abortOnPropertyRead('noads_native');
||pussyspace.com/js/all.js$replace=/(\|lazy_mobile\|)[\S]*?(_native\|)/\$1noads\$2/
! https://github.com/AdguardTeam/AdguardFilters/issues/37941
porntopic.com#%#AG_abortOnPropertyRead('MPP');
! https://github.com/AdguardTeam/AdguardFilters/issues/34665
headfonics.com#%#AG_abortOnPropertyRead('advanced_ads_ready');
! https://github.com/AdguardTeam/AdguardFilters/issues/37881
shemaleorgy.xxx#%#document.cookie = "pu_count=1";
! https://github.com/AdguardTeam/AdguardFilters/issues/38149
softonic.cn,softonic.com,softonic.pl#%#document.cookie = "session.DI_ModalShown=1; path=/;";
! https://github.com/AdguardTeam/AdguardFilters/issues/38127
cle0desktop.blogspot.com#%#AG_abortOnPropertyRead('popunder');
! https://github.com/AdguardTeam/AdguardFilters/issues/37940
xxxmoviestream.xyz#%#AG_abortOnPropertyRead('popunder');
vidop.icu#%#(function(){var c=document.addEventListener;document.addEventListener=function(a,b,d,e){"click"!=a&&-1==b.toString().indexOf('.di()')&&c(a,b,d,e)}.bind(document);})();
! https://github.com/AdguardTeam/AdguardFilters/issues/37972
ultraurls.com#%#window.open = function() {};
ultraurls.com#%#(function() { var _eval = window.eval; window.eval = function(a) { if ( a.toString().indexOf('__PPU_CHECK') === -1 ) { _eval(a); return; } }; })();
! https://github.com/AdguardTeam/AdguardFilters/issues/38343
! https://github.com/AdguardTeam/AdguardFilters/issues/38007
kickassanime.ru,kickassanime.io#%#AG_abortOnPropertyRead('t_url');
kickassanime.ru,kickassanime.io#%#AG_abortInlineScript(/removeCookie/, 'atob');
! https://github.com/AdguardTeam/AdguardFilters/issues/37884
soundpark-club.casa,soundpark.best,sound-park.world,soundpark.red#%#AG_onLoad(function() { $(function() { $('.dnl').unbind('click'); }); });
soundpark-club.casa,soundpark.best,sound-park.world,soundpark.red#%#(function() { window.open_ = window.open; var w_open = window.open, regex = /anizablevetor\.pro/; window.open = function(a, b) { if (typeof a !== 'string' || !regex.test(a)) { w_open(a, b); } }; })();
! https://github.com/AdguardTeam/AdguardFilters/issues/37860
tranny.one#%#AG_abortOnPropertyRead('betterNameTr');
! https://github.com/AdguardTeam/AdguardFilters/issues/33587
hihbt.com#%#//scriptlet("abort-current-inline-script", "window.open")
hihbt.com#%#window.open = function() { };
! https://github.com/AdguardTeam/AdguardFilters/issues/37810
extramovies.wiki#%#Object.defineProperty(Object.prototype, 'Focm', { get: function(){ throw null; }, set: function(){ throw null; }});
! https://github.com/AdguardTeam/AdguardFilters/issues/37858
tube8.com#%#AG_abortOnPropertyRead('smpop');
! https://github.com/AdguardTeam/AdguardFilters/issues/37849
robuxgen.online#%#AG_abortOnPropertyRead('S9tt');
! https://github.com/AdguardTeam/AdguardFilters/issues/37509
givirsou.net#%#window.close();
! https://github.com/AdguardTeam/AdguardFilters/issues/37731
imgfile.net#%#AG_abortInlineScript(/shouldFire/, 'document.getElementById');
imgfile.net#%#(function() { window.open_ = window.open; var w_open = window.open, regex = /tripedrated\.xyz/; window.open = function(a, b) { if (typeof a !== 'string' || !regex.test(a)) { w_open(a, b); } }; })();
! https://github.com/AdguardTeam/AdguardFilters/issues/37685
jyra.online#%#(function(){var c=document.addEventListener;document.addEventListener=function(a,b,d,e){"mouseup"!=a&&-1==b.toString().indexOf(`var U="click";var R='_blank';var v="href";`)&&c(a,b,d,e)}.bind(document);})();
! https://github.com/AdguardTeam/AdguardFilters/issues/37545
recordmp3.co#%#(function(){window.open_=window.open;var c=window.open,d=/ecpms\.net/;window.open=function(e,f){return"string"==typeof e&&d.test(e)?document.body:void c(e,f)}})();
! https://github.com/AdguardTeam/AdguardFilters/issues/35611
0xxx.ws#%#(function(){var c=document.addEventListener;document.addEventListener=function(a,b,d,e){"mousedown"!=a&&-1==b.toString().indexOf('Z4P')&&c(a,b,d,e)}.bind(document); var b=window.setTimeout;window.setTimeout=function(a,c){if(!/\..4P\(|=setTimeout\(/.test(a.toString()))return b(a,c)};})();
! https://github.com/AdguardTeam/AdguardFilters/issues/34252
mangoporn.co#%#AG_abortOnPropertyRead('popunder');
! https://github.com/AdguardTeam/AdguardFilters/issues/35648
nosteamgames.ro#%#AG_abortOnPropertyWrite('jsPop21');
nosteamgames.ro#%#AG_abortOnPropertyWrite('jsPop22');
nosteamgames.ro#%#AG_abortOnPropertyWrite('Searchrum');
nosteamgames.ro#%#AG_abortInlineScript(/window\.open/, 'document.addEventListener');
! https://github.com/AdguardTeam/AdguardFilters/issues/35671
erome.com#%#AG_abortOnPropertyWrite('tiPopAction');
! https://github.com/AdguardTeam/AdguardFilters/issues/37403
clx.icu#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/37304
fmovies.to#%#(function() { var w_open = window.open, regex = /fmovies\.to\/stream\//; window.open = function(a, b) { if (typeof a !== 'string' || !regex.test(a)) { w_open(a, b); } }; })();
! https://github.com/AdguardTeam/AdguardFilters/issues/35903
lesbianexpert.com#%#AG_abortOnPropertyRead('asgPopunder');
! https://github.com/AdguardTeam/AdguardFilters/issues/36562
phillip-mellody.me#%#window.open = function() {};
phillip-mellody.me#%#(function(){var c=document.addEventListener;document.addEventListener=function(a,b,d,e){"mouseup"!=a&&-1==b.toString().indexOf(`var U="click";var R='_blank';var v="href";`)&&c(a,b,d,e)}.bind(document);})();
! uwatchfreetv.cf - popups
uwatchfreetv.cf#%#(function(){var c=document.addEventListener;document.addEventListener=function(a,b,d,e){"mousedown"!=a&&-1==b.toString().indexOf('Z4P')&&c(a,b,d,e)}.bind(document); var b=window.setTimeout;window.setTimeout=function(a,c){if(!/\..4P\(|=setTimeout\(/.test(a.toString()))return b(a,c)};})();
! https://github.com/AdguardTeam/AdguardFilters/issues/35520
multiup.org#%#AG_onLoad(function(){ AG_each('.panel-footer > a[href^="/redirect-to-host/"][onclick]',function(el) { el.removeAttribute('onclick') }); });
multiup.org#%#AG_onLoad(function(){var a=document.querySelectorAll('.panel-footer > a[href^="/redirect-to-host/"][link]');if(a)for(var c,b=0;b<a.length;b++)c=a[b].getAttribute("link"),c&&a[b].setAttribute("href",c)});
! https://github.com/AdguardTeam/AdguardFilters/issues/35623
opjav.com#%#AG_abortOnPropertyRead('dh_popup');
! https://forum.adguard.com/index.php?threads/up-4ever-org-cookie-notice.33762/
up-4ever.org#%#AG_onLoad(function() { setTimeout(function() { var el = document.querySelectorAll("a[onclick*='window.open'][data-target*='up4ever.download']")[0]; if(el) { el.removeAttribute("onclick"); } }, 300); });
! rapidvid.to, rapidvideo.is - popups
rapidvideo.is,rapidvid.to#%#AG_abortOnPropertyRead('doSecondPop');
rapidvideo.is,rapidvid.to#%#AG_setConstant('executed', 'true');
! https://github.com/AdguardTeam/AdguardFilters/issues/33663
katestube.com#%#(function(){var c=document.addEventListener;document.addEventListener=function(a,b,d,e){"click"!=a&&-1==b.toString().indexOf('bi()')&&c(a,b,d,e)}.bind(document);})();
! https://github.com/AdguardTeam/AdguardFilters/issues/36335
imagezilla.net#%#AG_abortOnPropertyRead('Pub2');
imagezilla.net#%#(function(){window.open_=window.open;var c=window.open,d=/pornoh\.info/;window.open=function(e,f){return"string"==typeof e&&d.test(e)?document.body:void c(e,f)}})();
! https://github.com/AdguardTeam/AdguardFilters/issues/36537
pandavideo.pw#%#AG_abortOnPropertyRead('popunder');
pandavideo.pw#%#(function(){var c=document.addEventListener;document.addEventListener=function(a,b,d,e){"mousedown"!=a&&-1==b.toString().indexOf('Z4P')&&c(a,b,d,e)}.bind(document); var b=window.setTimeout;window.setTimeout=function(a,c){if(!/\..4P\(|=setTimeout\(/.test(a.toString()))return b(a,c)};})();
! https://github.com/AdguardTeam/AdguardFilters/issues/35883
cutlinks.pro,uiz.io#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/35842
adbl.me#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/17223
! https://forum.adguard.com/index.php?threads/proporn-com-nsfw-pop-up.33631/
iceporn.com,proporn.com#%#AG_setConstant('openUrl3', 'noopFunc');
! https://github.com/AdguardTeam/AdguardFilters/issues/36247
motherless.com#%#AG_abortOnPropertyRead('_ml_ads_ns');
! https://github.com/AdguardTeam/AdguardFilters/issues/36200
123movies.st#%#AG_setConstant('open', 'noopFunc');
! https://github.com/AdguardTeam/AdguardFilters/issues/36105
winporn.com#%#AG_setConstant('showspop', 'undefined');
! https://github.com/AdguardTeam/AdguardFilters/issues/35851
komikcast.com#%#window.open = function() {};
! cloudvideo.tv - popups
cloudvideo.tv#%#AG_abortInlineScript(/=function\(str,vocabulary\)/, 'Math');
! https://github.com/AdguardTeam/AdguardFilters/issues/35293
hd21.com#%#AG_abortOnPropertyRead('showspop');
! https://forum.adguard.com/index.php?threads/old-problem-hanime-tv-unable-to-block.33811
! https://forum.adguard.com/index.php?threads/hanime-tv-cant-intercept.33106/
hanime.tv#%#document.cookie = "in_d3=1";
hanime.tv#%#document.cookie = "in_m4 = 1;"; document.cookie = "in_d4 = 1;"; document.cookie = "in_m1 = 1;";
! https://github.com/AdguardTeam/AdguardFilters/issues/35341
blastarena.io#%#AG_abortInlineScript(/cpmstarAPI/, 'document.createElement');
! https://github.com/AdguardTeam/AdguardFilters/issues/35342
porndr.com#%#//scriptlet("abort-current-inline-script", "getCookie", "popup_url")
! https://github.com/AdguardTeam/AdguardFilters/issues/35360
short.pe#%#AG_abortOnPropertyRead('pndrCodeScript');
! https://github.com/AdguardTeam/AdguardFilters/issues/28049
clipwatching.com#%#AG_abortInlineScript(/window\.open/, '$');
clipwatching.com#%#(function() { window.open_ = window.open; var w_open = window.open, regex = /kerumal\.com/; window.open = function(a, b) { if (typeof a !== 'string' || !regex.test(a)) { w_open(a, b); } }; })();
! clk.ink - popups
clk.ink#%#AG_onLoad(function(){ AG_each('a[href="/skiplink"][target="_blank"]',function(el) { el.removeAttribute('href') }); });
! https://github.com/AdguardTeam/AdguardFilters/issues/34872
tubev.sex#%#AG_abortOnPropertyRead('TrybbBlock');
! https://github.com/AdguardTeam/AdguardFilters/issues/34963
playpornfree.xyz#%#AG_abortOnPropertyRead('popunder');
playpornfree.xyz#%#AG_defineProperty('dtGonza.playeradstime', {value: -1});
! msn.com - en-US slider cleanup
msn.com#%#AG_onLoad(function() { setTimeout(function() { var el = document.querySelectorAll(".todaystripe .swipenav > li"); if(el) { for(i=0;i<el.length;i++) { el[i].setAttribute("data-aop", "slide" + i + ">single"); var data = el[i].getAttribute("data-id"); el[i].setAttribute("data-m", ' {"i":' + data + ',"p":115,"n":"single","y":8,"o":' + i + '} ')}; var count = document.querySelectorAll(".todaystripe .infopane-placeholder .slidecount span"); var diff = count.length - el.length; while(diff > 0) { var count_length = count.length; count[count_length-1].remove(); var count = document.querySelectorAll(".todaystripe .infopane-placeholder .slidecount span"); var diff = count.length - el.length; } } }, 300); });
! https://github.com/AdguardTeam/AdguardFilters/issues/34897
bmovieshub.com#%#(function() { window.open_ = window.open; var w_open = window.open, regex = /\/home\/watching\//; window.open = function(a, b) { if (typeof a !== 'string' || !regex.test(a)) { w_open(a, b); } }; })();
oload.party#%#(function(){var c=document.addEventListener;document.addEventListener=function(a,b,d,e){"mousedown"!=a&&-1==b.toString().indexOf('Z4P')&&c(a,b,d,e)}.bind(document); var b=window.setTimeout;window.setTimeout=function(a,c){if(!/\..4P\(|=setTimeout\(/.test(a.toString()))return b(a,c)};})();
! https://github.com/AdguardTeam/AdguardFilters/issues/34952
break.tv#%#(function() { window.open_ = window.open; var w_open = window.open, regex = /break\.tv\/widget\/r\//; window.open = function(a, b) { if (typeof a !== 'string' || !regex.test(a)) { w_open(a, b); } }; })();
! https://github.com/AdguardTeam/AdguardFilters/issues/35045
thevidhd.club#%#AG_abortOnPropertyWrite('smrtSB');
! https://github.com/AdguardTeam/AdguardFilters/issues/35024
filehippo.com#%#document.cookie = "session.DI_ModalShown=1; path=/;";
! https://github.com/AdguardTeam/AdguardFilters/issues/35056
vidbob.com#%#(function(){var c=document.addEventListener;document.addEventListener=function(a,b,d,e){"mousedown"!=a&&-1==b.toString().indexOf('Z4P')&&c(a,b,d,e)}.bind(document); var b=window.setTimeout;window.setTimeout=function(a,c){if(!/Z4P/.test(a.toString()))return b(a,c)};})();
! https://github.com/AdguardTeam/AdguardFilters/issues/35000
powvldeo.net#%#Object.defineProperty(window,"puOverlay",{get:function(){return function(){arguments[2]&&"function"==typeof arguments[2]&&arguments[2]()}}});
! https://github.com/AdguardTeam/AdguardFilters/issues/34954
dailymotiontomp3.com#%#AG_setConstant('IsPopAd', 'false');
dailymotiontomp3.com#%#(function() { window.open_ = window.open; var w_open = window.open, regex = /rotumal\.com/; window.open = function(a, b) { if (typeof a !== 'string' || !regex.test(a)) { w_open(a, b); } }; })();
! https://github.com/AdguardTeam/AdguardFilters/issues/33064
pornhub.com#%#Object.defineProperty(Object.prototype, 'loadPopUnder', { get: function(){ return function() {}; }, set: function(){ return function() {}; }});
! gosswatch.com - popunder when playing video
goss.watch,gosswatch.com#%#AG_setConstant('pop', 'noopFunc');
! mediafire.com - ad redirect on download
mediafire.com#%#AG_setConstant('InfCustomFPSTAFunc', 'noopFunc');
! https://github.com/AdguardTeam/AdguardFilters/issues/34854
stfly.io#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/34622
letmejerk.com#%#(function(){var b=window.addEventListener;window.addEventListener=function(c,a,d){if(a&&-1==a.toString().indexOf("exoJsPop"))return b(c,a,d)}.bind(window)})();
! https://forum.adguard.com/index.php?threads/upload-ac.32152/
upload.ac#%#AG_onLoad(function() { setTimeout(function() { var el = document.getElementById("chkIsAdd"); if(el) { el.click(); } }, 300); });
! https://forum.adguard.com/index.php?threads/userscloud-com.32800
userscloud.com#%#AG_onLoad(function() { setTimeout(function() { var el = document.getElementById("btn_download"); if(el) {el.removeAttribute("onclick");} }, 300); });
! dancers `Popping Tool`
porno-island.games,wantedbabes.com,consoletarget.com,celeb.today,ftopx.com,bunnylust.com#%#AG_abortInlineScript(/'popping'/, 'loadTool');
! healthinsider.online - popups
healthinsider.online#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/34703
ddlflix.com#%#AG_defineProperty('dtGonza.playeradstime', {value: -1});
! https://github.com/AdguardTeam/AdguardFilters/issues/34700
kickassz.com#%#(function(){var c=document.addEventListener;document.addEventListener=function(a,b,d,e){"click"!=a&&-1==b.toString().indexOf('checkTarget')&&c(a,b,d,e)}.bind(document);})();
! https://github.com/AdguardTeam/AdguardFilters/issues/34510
ytmp3.cc#%#(function() { window.open_ = window.open; var w_open = window.open, regex = /ytmp3\.cc\/p\//; window.open = function(a, b) { if (typeof a !== 'string' || !regex.test(a)) { w_open(a, b); } }; })();
! desiupload.in, uppit.com - ads
desiupload.in,uppit.com#%#Object.defineProperty(Object.prototype, 'Focm', { get: function(){ throw null; }, set: function(){ throw null; }});
! hubfiles.ws - popups
hubfiles.ws#%#(function() { window.open_ = window.open; var w_open = window.open, regex = /decademical\.com/; window.open = function(a, b) { if (typeof a !== 'string' || !regex.test(a)) { w_open(a, b); } }; })();
! verystream.com - popups
verystream.com#%#AG_setConstant('exclude', 'true');
verystream.com#%#(function() { window.open_ = window.open; var w_open = window.open, regex = /about:blank/; window.open = function(a, b) { if (typeof a !== 'string' || !regex.test(a)) { w_open(a, b); } }; })();
verystream.com#%#window.addEventListener("load", function(){ var el = document.getElementById("videerlay"); if(el){el.click();} });
! komiupdates.xyz,techcraze.online - popups
komiupdates.xyz,techcraze.online#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/34271
opjav.com#%#AG_abortOnPropertyRead('popunder');
! https://github.com/AdguardTeam/AdguardFilters/issues/34096
sexvid.xxx#%#AG_abortOnPropertyRead('pu');
! https://github.com/AdguardTeam/AdguardFilters/issues/34029
sozosblog.com#%#AG_onLoad(function(){AG_each('#content-area a[href="/go.php"][rel="nofollow"]',function(el){el.removeAttribute('href');});});
! https://github.com/AdguardTeam/AdguardFilters/issues/33973
upvid.live#%#AG_abortOnPropertyRead('MyJsPop');
! https://forum.adguard.com/index.php?threads/resolved-www-file-up-org.30886
file-up.org#%#AG_onLoad(function() { document.getElementsByClassName('blocktxt')[0].innerHTML = document.getElementsByClassName('blocktxt')[0].innerHTML.replace('ads',''); });
! https://github.com/AdguardTeam/AdguardFilters/issues/33024
drakula.top#%#(function() { window.open_ = window.open; var w_open = window.open, regex = /about:blank/; window.open = function(a, b) { if (typeof a !== 'string' || !regex.test(a)) { w_open(a, b); } }; })();
! https://github.com/AdguardTeam/AdguardFilters/issues/33665
empflix.com#%#AG_abortOnPropertyRead('ads.pop_url');
! https://github.com/AdguardTeam/AdguardFilters/issues/33728
xhamster.desi#%#AG_abortOnPropertyRead('dataPopUnder');
! https://github.com/AdguardTeam/AdguardFilters/issues/33624
hpjav.tv#%#AG_setConstant('NativeAd', 'noopFunc');
! fc.lc - popups
fc.lc#%#(function(){var c=document.addEventListener;document.addEventListener=function(a,b,d,e){"mouseup"!=a&&-1==b.toString().indexOf(`var U="click";var R='_blank';var v="href";`)&&c(a,b,d,e)}.bind(document);})();
! https://github.com/AdguardTeam/AdguardFilters/issues/32781
imgadult.com#%#AG_abortOnPropertyRead('adbctipops');
imgrock.pw,imgoutlet.pw,imgadult.com#%#(function(){Object.defineProperty(window, 'ExoLoader', { get: function() { return; } }); var c=document.addEventListener;document.addEventListener=function(a,b,d,e){"getexoloader"!=a&&-1==b.toString().indexOf('loader')&&c(a,b,d,e)}.bind(document);})();
! https://github.com/AdguardTeam/AdguardFilters/issues/33522
hdpornvideo.xxx#%#AG_abortOnPropertyRead('TrybbBlock');
! https://github.com/AdguardTeam/AdguardFilters/issues/33357
wickedsick.tv#%#AG_abortInlineScript(/api\/direct/, 'spot');
! https://github.com/AdguardTeam/AdguardFilters/issues/33480
imgfile.net#%#(function(){var c=document.addEventListener;document.addEventListener=function(a,b,d,e){"mousedown"!=a&&-1==b.toString().indexOf('hasClickListener')&&c(a,b,d,e)}.bind(document);})();
! https://github.com/AdguardTeam/AdguardFilters/issues/33442
mstream.cloud#%#AG_abortOnPropertyRead('doSecondPop');
! https://github.com/AdguardTeam/AdguardFilters/issues/33489
adsviv.com#%#(function() { window.open_ = window.open; var w_open = window.open, regex = /c4free\.win/; window.open = function(a, b) { if (typeof a !== 'string' || !regex.test(a)) { w_open(a, b); } }; })();
! https://github.com/AdguardTeam/AdguardFilters/issues/31358
multileech.net#%#document.cookie = "ad_locked=1; path=/";
! https://github.com/AdguardTeam/AdguardFilters/issues/33487
watchhowimetyourmother.online#%#Object.defineProperty(Object.prototype, 'Focm', { get: function(){ throw null; }, set: function(){ throw null; }});
! https://github.com/AdguardTeam/AdguardFilters/issues/33299
mangahato.com#%#AG_abortOnPropertyRead('loadRunative');
! https://github.com/AdguardTeam/AdguardFilters/issues/33324
! https://github.com/AdguardTeam/AdguardFilters/issues/33259
nonsensediamond.website#%#AG_abortOnPropertyRead('S9tt');
! https://github.com/AdguardTeam/AdguardFilters/issues/32352
moviezwaphd.la#%#AG_abortOnPropertyRead('a_d_sl_ot');
! https://github.com/AdguardTeam/AdguardFilters/issues/32886
manyvideos.xyz,yeapornpls.com#%#AG_abortOnPropertyRead('cIPop');
! https://github.com/AdguardTeam/AdguardFilters/issues/33095
streamplay.to,streamp1ay.me#%#AG_abortOnPropertyWrite('Fingerprent2');
! https://github.com/AdguardTeam/AdguardFilters/issues/30421
xozilla.com#%#AG_abortOnPropertyRead('popunder');
! nitroflare.com - popunder when downloading
nitroflare.com#%#(function(){window.open_=window.open;var c=window.open,d=/./;window.open=function(e,f){return"string"==typeof e&&d.test(e)?document.body:void c(e,f)}})();
! https://github.com/AdguardTeam/AdguardFilters/issues/33040
xopenload.me#%#AG_abortOnPropertyRead('popunder');
xopenload.me#%#//scriptlet("abort-on-property-read", "popunder")
! https://github.com/AdguardTeam/AdguardFilters/issues/31858
! delete second rule after scriptlets are supported by standalone apps
czechvideo.org#%#//scriptlet("prevent-window-open")
czechvideo.org#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/31571
crazyshit.com#%#AG_abortInlineScript(/ppu_main/, 'encodeURIComponent');
! linkshrink.net mobile website - popups
linkshrink.net#%#window.open = function() {};
linkshrink.net#%#AG_abortInlineScript(/ads\.linkshrink\.net/, 'confirm');
linkshrink.net#%#AG_abortInlineScript(/onpopstate/, 'history.pushState');
! uii.io - popups
uii.io#%#(function(){var c=document.addEventListener;document.addEventListener=function(a,b,d,e){"mouseup"!=a&&-1==b.toString().indexOf(`var U="click";var R='_blank';var v="href";`)&&c(a,b,d,e)}.bind(document);})();
! https://github.com/AdguardTeam/AdguardFilters/issues/32789
oload.services#%#AG_abortInlineScript(/about:blank/, 'navigator.userAgent');
! https://github.com/AdguardTeam/AdguardFilters/issues/31555
4sysops.com#%#AG_abortInlineScript(/google_ads_iframe/, '$');
! https://github.com/AdguardTeam/AdguardFilters/issues/32751
kisstvshow.to#%#AG_abortOnPropertyRead('loadRunative');
kisstvshow.to#%#Object.defineProperty(Object.prototype, 'Focm', { get: function(){ throw null; }, set: function(){ throw null; }});
! https://github.com/AdguardTeam/AdguardFilters/issues/32697
royalown.review#%#window.open = function() {};
royalown.review#%#AG_onLoad(function() { setTimeout(function() { var el = document.querySelector('form[action$="/links/popad"]'); if(el) el.remove(); }, 300); });
! https://github.com/AdguardTeam/AdguardFilters/issues/32669
! arenavision.cc#%#//scriptlet("abort-on-property-read", "smrtAdSySPop")
arenavision.cc#%#AG_abortOnPropertyRead('smrtAdSySPop');
! https://forum.adguard.com/index.php?threads/resolved-ghacks-net.25665
ghacks.net#%#AG_onLoad(function() { setTimeout(function() { document.getElementsByClassName('user-content')[0].innerHTML = document.getElementsByClassName('user-content')[0].innerHTML.replace('Advertisement',''); }, 300); });
! https://github.com/AdguardTeam/AdguardFilters/issues/32457
gaobook.review#%#AG_abortOnPropertyWrite('z3ll');
gaobook.review#%#(function(){var c=document.addEventListener;document.addEventListener=function(a,b,d,e){"mousedown"!=a&&-1==b.toString().indexOf('o(w4)')&&c(a,b,d,e)}.bind(document);})();
! https://github.com/AdguardTeam/AdguardFilters/issues/31807
mangovideo.pw#%#AG_abortOnPropertyRead('myFunction');
mangovideo.pw#%#AG_abortOnPropertyRead('myFunctions');
analdin.com,mangovideo.pw,streamporn.pw#%#AG_abortOnPropertyRead('popunder');
! https://github.com/AdguardTeam/AdguardFilters/issues/32348
kimcartoon.to#%#AG_abortOnPropertyRead('loadRunative');
kimcartoon.to#%#Object.defineProperty(Object.prototype, 'Focm', { get: function(){ throw null; }, set: function(){ throw null; }});
! https://github.com/AdguardTeam/AdguardFilters/issues/32269
myfeed2all.eu#%#AG_onLoad(function(){ AG_each('a[href^="/watch/"][onclick^="window.open"]',function(el) { el.removeAttribute('onclick') }); });
! https://github.com/AdguardTeam/AdguardFilters/issues/32185
nbastream.io,vipleague.bz#%#AG_abortOnPropertyRead('S9tt');
! https://github.com/AdguardTeam/AdguardFilters/issues/32150
kastream.biz#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/31976
fileflares.com#%#(function(){var c=document.addEventListener;document.addEventListener=function(a,b,d,e){"click"!=a&&-1==b.toString().indexOf('bi()')&&c(a,b,d,e)}.bind(document);})();
! https://github.com/AdguardTeam/AdguardFilters/issues/15133
link.tl#%#AG_onLoad(function() { setTimeout(function() {if(window.location.href.indexOf("/i/") != -1) { document.querySelector(" .skip > a").click(); }}, 300); });
! https://github.com/AdguardTeam/AdguardFilters/issues/30366
xhamster.one#%#AG_abortOnPropertyRead('dataPopUnder');
! https://github.com/AdguardTeam/AdguardFilters/issues/31439
arabseed.tv#%#Object.defineProperty(Object.prototype, 'Focm', { get: function(){ throw null; }, set: function(){ throw null; }});
! https://github.com/AdguardTeam/AdguardFilters/issues/27252
sexu.com#%#AG_abortOnPropertyRead('cIPop');
! https://github.com/AdguardTeam/AdguardFilters/issues/31091
updatetribun.org#%#Object.defineProperty(Object.prototype, 'Focm', { get: function(){ throw null; }, set: function(){ throw null; }});
! https://github.com/AdguardTeam/AdguardFilters/issues/31204
x1337x.eu,1337x.to,1337x.st,x1337x.ws#%#AG_setConstant('S9tt', 'noopFunc');
! https://github.com/AdguardTeam/AdguardFilters/issues/30959
tamiltunes.online#%#AG_abortInlineScript(/"TAMILWIRE_POP"/, 'document.addEventListener');
! https://github.com/AdguardTeam/AdguardFilters/issues/30037
imgmaze.pw#%#document.cookie = "jvsdzi=2; path=/";
imgview.pw,imgtown.pw,imgdew.pw#%#(function(){var c=document.addEventListener;document.addEventListener=function(a,b,d,e){"mousedown"!=a&&-1==b.toString().indexOf('bi()')&&c(a,b,d,e)}.bind(document);})();
! https://github.com/AdguardTeam/AdguardFilters/issues/30728
shrtfly.com#%#AG_onLoad(function() { setTimeout(function() { $("#go-popup").remove(); }, 300); });
! quora.com - ad posts
quora.com#%#(function(){ var observer=new MutationObserver(hide);observer.observe(document,{childList:!0,subtree:!0});function hide(){var e=document.querySelectorAll('.grid_page div[class][id] > div[class*=" "] > div[id^="__"]');e.forEach(function(e){var i=e.innerText;if(i){if(i!==void 0&&(!0===i.includes('Sponsored by')||!0===i.includes('Ad by'))){e.style="display:none!important;"}}})} })();
quora.com#%#(function(){ var observer=new MutationObserver(hide);observer.observe(document,{childList:!0,subtree:!0});function hide(){var e=document.querySelectorAll('.paged_list_wrapper > .pagedlist_item');e.forEach(function(e){var i=e.innerHTML;if(i){if(i!==void 0&&(!0===i.includes('Hide This Ad<\/span>'))){e.style="display:none!important;"}}})} })();
! https://github.com/AdguardTeam/AdguardFilters/issues/30631
strikeout.nu#%#Object.defineProperty(Object.prototype, 'Focm', { get: function(){ throw null; }, set: function(){ throw null; }});
! https://github.com/AdguardTeam/AdguardFilters/issues/30452
arcadeprehacks.com#%#AG_abortInlineScript(/#cpmstar/, 'Math.random');
! https://forum.adguard.com/index.php?threads/up-4-net.30856
up-4.net#%#AG_abortInlineScript(/document:{currentScript:null}/, 'Math.random');
! https://github.com/AdguardTeam/AdguardFilters/issues/30266
tnaflix.com#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/30188
peeplink.in#%#Object.defineProperty(Object.prototype, 'bullads', { get: function(){ throw null; }, set: function(){ throw null; }});
! https://github.com/AdguardTeam/AdguardFilters/issues/29675
soundpark-club.com#%#AG_onLoad(function() { $(function() { $('.dnl').unbind('click'); }); });
soundpark-club.com#%#(function() { window.open_ = window.open; var w_open = window.open, regex = /afletedly\.info/; window.open = function(a, b) { if (typeof a !== 'string' || !regex.test(a)) { w_open(a, b); } }; })();
! https://github.com/AdguardTeam/AdguardFilters/issues/30063
putlockers.co#%#Object.defineProperty(Object.prototype, 'Focm', { get: function(){ throw null; }, set: function(){ throw null; }});
! https://github.com/AdguardTeam/AdguardFilters/issues/29687
amf.pw#%#Object.defineProperty(window, 'PRPub2', { get: function() { return; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/29849
mydramaoppa.com#%#AG_defineProperty('dtGonza.playeradstime', {value: -1}); AG_onLoad(function() { setTimeout(function() { if(window.location.href.indexOf("/links/") != -1) { var el = document.getElementById("link"); if(el) { var link = el.getAttribute("href"); location.replace(link); } }}, 300); });
! https://github.com/AdguardTeam/AdguardFilters/issues/29674
idtbox.com#%#Object.defineProperty(window, 'mypop', { get: function() { return; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/29727
vidbom.com#%#AG_abortInlineScript(/removeCookie/, 'atob');
! https://github.com/AdguardTeam/AdguardFilters/issues/29775
flix555.com#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/29773
adsrt.me#%#window.open = function() {};
! https://forum.adguard.com/index.php?threads/no-longer-blocking-facebook-suggested-posts.28524 (added 05.09.2019 - they removed properties)
facebook.com,facebookcorewwwi.onion#%#!function(){var e=new MutationObserver(function(){document.querySelectorAll('[id^="substream"] > div:not(.hidden_elem) div[id^="hyperfeed_story_id"]').forEach(function(e){function o(e,o){for(s=e.querySelectorAll("i[class]"),socheck=0;socheck<s.length;socheck++)s[socheck].innerText.contains(o)&&(i=["1"],c=["1"],d=["1"],r=l=a=1,socheck=s.length)}function t(e,o,t,n,a){s=e.querySelectorAll('.userContentWrapper div[id*="feed"][id*="sub"] a [data-content='+o+"]"),i=e.querySelectorAll('.userContentWrapper div[id*="feed"][id*="sub"] a [data-content='+t+"]"),c=e.querySelectorAll('.userContentWrapper div[id*="feed"][id*="sub"] a [data-content='+n+"]"),d=e.querySelectorAll('.userContentWrapper div[id*="feed"][id*="sub"] a [data-content='+a+"]")}var n=0,a=0,l=0,r=0,s=0,i=0,c=0,d=0,u=document.querySelector("[lang]").lang,h=e.querySelectorAll('a[ajaxify*="ad_id"] > span'),g=e.querySelectorAll('a[href*="ads/about"]');if("display: none !important;"!=e.getAttribute("style")){if(0<h.length||0<g.length){console.log("--------"),p+=1;var f=e.querySelectorAll("a[href]")[2].innerText;console.log("Ad hidden from: "+f),console.log("Total ads hidden: "+p),console.log("F length: "+h.length),console.log("H length: "+g.length),console.log("--------"),e.style="display:none!important;"}if("display: none !important;"!=e.getAttribute("style")&&("af"==u?o(e,"Geborg"):"de"==u||"nl"==u?t(e,"G","e","s","n"):"am"==u?o(e,"የተከፈለበት ማስታወቂያ"):"ar"==u?o(e,"مُموَّل"):"as"==u?o(e,"পৃষ্ঠপোষকতা কৰা"):"az"==u?o(e,"Sponsor dəstəkli"):"co"==u?o(e,"Spunsurizatu"):"bs"==u||"sl"==u||"cs"==u?t(e,"S","p","z","n"):"da"==u||"en"==u||"et"==u||"fy"==u||"it"==u||"ku"==u||"nb"==u||"nn"==u||"pl"==u||"sq"==u||"sv"==u||"zz"==u?document.querySelector("body").className.includes("Locale_en_UD")?o(e,"pəɹosuodS"):t(e,"S","p","s","n"):"be"==u?o(e,"Рэклама"):"bg"==u?o(e,"Спонсорирано"):"mk"==u?o(e,"Спонзорирано"):"br"==u?o(e,"Paeroniet"):"ca"==u?o(e,"Patrocinat"):"gl"==u||"pt"==u?o(e,"Patrocinado"):"bn"==u?o(e,"সৌজন্যে"):"cb"==u?o(e,"پاڵپشتیکراو"):"cx"==u?t(e,"G","i","s","n"):"cy"==u?o(e,"Noddwyd"):"el"==u?o(e,"Χορηγούμενη"):"eo"==u?o(e,"Reklamo"):"es"==u?t(e,"P","u","c","d"):"eu"==u?o(e,"Babestua"):"fa"==u?o(e,"دارای پشتیبانی مالی"):"ff"==u?o(e,"Yoɓanaama"):"fi"==u?o(e,"Sponsoroitu"):"fo"==u?o(e,"Stuðlað"):"fr"==u?document.querySelector("body").className.includes("Locale_fr_FR")?t(e,"S","p","s","n"):t(e,"C","o","m","n"):"ga"==u?o(e,"Urraithe"):"gn"==u?o(e,"Oñepatrosinapyre"):"gu"==u?o(e,"પ્રાયોજિત"):"ha"==u?o(e,"Daukar Nauyi"):"he"==u?o(e,"ממומן"):"hr"==u?o(e,"Plaćeni oglas"):"ht"==u?o(e,"Peye"):"ne"==u||"mr"==u||"hi"==u?o(e,"प्रायोजित"):"hu"==u?t(e,"H","i","r","d"):"hy"==u?o(e,"Գովազդային"):"id"==u?t(e,"B","e","p","n"):"is"==u?o(e,"Kostað"):"ja"==u?o(e,"広告"):"ms"==u?o(e,"Ditaja"):"jv"==u?o(e,"Disponsori"):"ka"==u?o(e,"რეკლამა"):"kk"==u?o(e,"Демеушілік көрсеткен"):"km"==u?o(e,"បានឧបត្ថម្ភ"):"kn"==u?o(e,"ಪ್ರಾಯೋಜಿತ"):"ko"==u?o(e,"Sponsored"):"ky"==u?o(e,"Демөөрчүлөнгөн"):"lo"==u?o(e,"ຜູ້ສະໜັບສະໜູນ"):"lt"==u?o(e,"Remiama"):"lv"==u?o(e,"Apmaksāta reklāma"):"mg"==u?o(e,"Misy Mpiantoka"):"ml"==u?o(e,"സ്പോൺസർ ചെയ്തത്"):"mn"==u?o(e,"Ивээн тэтгэсэн"):"mt"==u?o(e,"Sponsorjat"):"my"==u?o(e,"ပံ့ပိုးထားသည်"):"or"==u?o(e,"ପ୍ରଯୋଜିତ"):"pa"==u?o(e,"ਸਰਪ੍ਰਸਤੀ ਪ੍ਰਾਪਤ"):"ps"==u?o(e,"تمويل شوي"):"ro"==u?o(e,"Sponsorizat"):"ru"==u||"uk"==u?o(e,"Реклама"):"rw"==u?o(e,"Icyamamaza ndasukirwaho"):"sc"==u?o(e,"Patronadu de"):"si"==u?o(e,"අනුග්‍රාහක"):"sk"==u?o(e,"Sponzorované"):"sn"==u?o(e,"Zvabhadharirwa"):"so"==u?o(e,"La maalgeliyey"):"sr"==u?o(e,"Спонзорисано"):"sw"==u?o(e,"Imedhaminiwa"):"sy"==u?o(e,"ܒܘܕܩܐ ܡܡܘܘܢܐ"):"sz"==u?o(e,"Szpōnzorowane"):"ta"==u?o(e,"விளம்பரம்"):"te"==u?o(e,"ప్రాయోజితం చేయబడింది"):"tg"==u?o(e,"Бо сарпарастӣ"):"th"==u?o(e,"ได้รับการสนับสนุน"):"tl"==u?o(e,"May Sponsor"):"tr"==u?o(e,"Sponsorlu"):"tt"==u?o(e,"Хәйрияче"):"tz"==u?o(e,"ⵉⴷⵍ"):"ur"==u?o(e,"سپانسرڈ"):"uz"==u?o(e,"Reklama"):"vi"==u?o(e,"Được tài trợ"):"zh-Hans"==u?o(e,"赞助内容"):"zh-Hant"==u&&o(e,"贊助"),0<s.length&&0<i.length&&0<c.length&&0<d.length)){for(cont=0;cont<s.length;cont++)0<s[cont].offsetHeight&&(n=1);for(cont1=0;cont1<i.length;cont1++)0<i[cont1].offsetHeight&&(a=1);for(cont2=0;cont2<c.length;cont2++)0<c[cont2].offsetHeight&&(l=1);for(cont3=0;cont3<d.length;cont3++)0<d[cont3].offsetHeight&&(r=1);if(1==n&&1==a&&1==l&&1==r){console.log("--------"),p+=1;f=e.querySelectorAll("a[href]")[2].innerText;console.log("Ad hidden from: "+f),console.log("Total ads hidden: "+p),console.log("--------"),e.style="display:none!important;"}}}})}),p=0;e.observe(document,{childList:!0,subtree:!0})}();
! facebook.com,facebookcorewwwi.onion#%#new MutationObserver(function(){var e=document.querySelectorAll('div[id^="substream_"] div[id^="hyperfeed_story_id"]'),n=0;e.forEach(function(e){for(k=Object.entries(e),c=0;c<k.length;c++)if((i=k[c])["data-ft"])n=i;else for(d=0;d<i.length;d++){var i;(i=k[c][d])["data-ft"]&&(n=i)}0!=n&&(t=n["data-ft"],void 0!==t&&(!0===t.includes('"is_sponsored":1')||!0===t.includes('"ei":')&&!1===t.includes('"page_id":"'))&&(e.style="display:none!important;"))})}).observe(document,{childList:!0,subtree:!0});
!!+ PLATFORM(windows, mac, android)
!facebook.com,facebookcorewwwi.onion#%#new MutationObserver(function(){document.querySelectorAll('div[id^="substream_"] div[id^="hyperfeed_story_id"]').forEach(function(e){for(k=Object.entries(e),c=0;c<k.length;c++)for(d=0;d<k.length;d++){var n=k[c][d];n["data-ft"]&&(i=n)}i&&(t=i["data-ft"],void 0!==t&&(!0===t.includes('"is_sponsored":1')||!0===t.includes('"ei":')&&!1===t.includes('"page_id":"'))&&(e.style="display:none!important;"))})}).observe(document,{childList:!0,subtree:!0});
! !#if (!adguard_app_windows && !adguard_app_mac && !adguard_app_android)
!facebook.com,facebookcorewwwi.onion#%#(function() { var observer=new MutationObserver(hide);observer.observe(document,{childList:!0,subtree:!0});function hide(){var e=document.querySelectorAll('div[id^="substream_"] div[id^="hyperfeed_story_id"]');e.forEach(function(e){var i=e.__FB_DATA_STORE;if(i){var t=i["data-ft"];if(t!==void 0&&(!0===t.includes('"is_sponsored":1')||!0===t.includes('"ei":')&&!1===t.includes('"page_id":"'))){e.style="display:none!important;";}}})} })();
!facebook.com,facebookcorewwwi.onion#%#(function() { var observer=new MutationObserver(hide);observer.observe(document,{childList:!0,subtree:!0});function hide(){var e=document.querySelectorAll('div[id^="substream_"] div[id^="hyperfeed_story_id"]');e.forEach(function(e){var i=e.__FB__STORE;if(i){var t=i["data-ft"];if(t!==void 0&&(!0===t.includes('"is_sponsored":1')||!0===t.includes('"ei":')&&!1===t.includes('"page_id":"'))){e.style="display:none!important;";}}})} })();
!facebook.com,facebookcorewwwi.onion#%#(function() { var observer=new MutationObserver(hide);observer.observe(document,{childList:!0,subtree:!0});function hide(){var e=document.querySelectorAll('div[id^="substream_"] div[id^="hyperfeed_story_id"]');e.forEach(function(e){var i=e.__FBSTORE;if(i){var t=i["data-ft"];if(t!==void 0&&(!0===t.includes('"is_sponsored":1')||!0===t.includes('"ei":')&&!1===t.includes('"page_id":"'))){e.style="display:none!important;";}}})} })();
!facebook.com,facebookcorewwwi.onion#%#(function() { var observer=new MutationObserver(hide);observer.observe(document,{childList:!0,subtree:!0});function hide(){var e=document.querySelectorAll('div[id^="substream_"] div[id^="hyperfeed_story_id"]');e.forEach(function(e){var i=e.__FB_STORE;if(i){var t=i["data-ft"];if(t!==void 0&&(!0===t.includes('"is_sponsored":1')||!0===t.includes('"ei":')&&!1===t.includes('"page_id":"'))){e.style="display:none!important;";}}})} })();
!!#endif
! facebook.com -  hides sponsored ads on marketplace
facebook.com,facebookcorewwwi.onion#%#(function(){ var observer=new MutationObserver(hide);observer.observe(document,{childList:!0,subtree:!0});function hide(){var e=document.querySelectorAll('div[data-testid="marketplace_home_feed"] > div > div > div[class] > div[class] > div > div[class]');e.forEach(function(e){var i=e.outerHTML;if(i){if(i!==void 0&&(!0===i.includes('/ads/about/'))){e.style="display:none!important;"}}})} })();
! https://forum.adguard.com/index.php?threads/uploadbuzz-org.29866
uploadbuzz.org#%#AG_onLoad(function() { setTimeout(function() { document.getElementById("xfiletemplates").click(); }, 300); });
! https://forum.adguard.com/index.php?threads/douploads.30540
douploads.com#%#AG_onLoad(function() { setTimeout(function() { document.getElementById("chkIsAdd").checked = false; }, 300); })
douploads.com#%#AG_onLoad(function() { setTimeout(function() { document.getElementById("chkIsAdd").checked = true; document.getElementById("chkIsAdd").click(); }, 1500); })
! https://github.com/AdguardTeam/AdguardFilters/issues/27643
viprow.net,strikeout.nu#%#AG_onLoad(function() { setTimeout(function() { var el = document.querySelector(".embed-responsive > .position-absolute"); if(el) el.click(); }, 300); });
! https://github.com/AdguardTeam/AdguardFilters/issues/28893
tugaflix.com,tugaflix.icu#%#AG_abortInlineScript(/about:blank/, 'document.addEventListener');
! https://github.com/AdguardTeam/AdguardFilters/issues/28694
payco.xyz#%#window.open = function() {};
payco.xyz#%#AG_onLoad(function() { setTimeout(function() { var el = document.querySelector('form[action$="/links/popad"]'); if(el) el.remove(); }, 300); });
! https://github.com/AdguardTeam/AdguardFilters/issues/28590
indishare.me#%#AG_abortInlineScript(/removeCookie/, 'atob');
indishare.me#%#Object.defineProperty(window, 'NativeAd', { get: function(){ throw null; }, set: function(){ throw null; }});
! https://github.com/AdguardTeam/AdguardFilters/issues/28194
maxcheaters.com#%#document.cookie = "ips4_espopup_16=true; path=/;";
! https://github.com/AdguardTeam/AdguardFilters/issues/28289
movierulzfree.me#%#(function() { window.open_ = window.open; var w_open = window.open, regex = /\/watchmovie\.php/; window.open = function(a, b) { if (typeof a !== 'string' || !regex.test(a)) { w_open(a, b); } }; })();
! https://github.com/AdguardTeam/AdguardFilters/issues/28288
vumoo.life#%#AG_defineProperty('dtGonza.playeradstime', {value: -1});
! https://github.com/AdguardTeam/AdguardFilters/issues/28203
adnangamer.com#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/28252
youtube6download.top#%#(function() { window.open_ = window.open; var w_open = window.open, regex = /youtube6download\.top\/adx\.php/; window.open = function(a, b) { if (typeof a !== 'string' || !regex.test(a)) { w_open(a, b); } }; })();
! https://github.com/AdguardTeam/AdguardFilters/issues/28285
pinoymovies.me#%#AG_defineProperty('dtGonza.playeradstime', {value: -1});
! https://github.com/AdguardTeam/AdguardFilters/issues/28277
domovies.se#%#(function(){var b=window.addEventListener;window.addEventListener=function(c,a,d){if(a&&-1==a.toString().indexOf("popunder"))return b(c,a,d)}.bind(window)})();
! https://github.com/AdguardTeam/AdguardFilters/issues/25736
xpee.com#%#Object.defineProperty(window, 'SgUnder', { get: function() { return; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/28250
ycapi.org#%#(function() { window.open_ = window.open; var w_open = window.open, regex = /ycapi\.org\/p\//; window.open = function(a, b) { if (typeof a !== 'string' || !regex.test(a)) { w_open(a, b); } }; })();
! https://github.com/AdguardTeam/AdguardFilters/issues/27936
dvdgayporn.com#%#AG_defineProperty('dtGonza.playeradstime', {value: -1});
! 9movies.us - popups
9movies.us#%#(function(){window.open_=window.open;var c=window.open,d=/go\.pub2srv\.com/;window.open=function(e,f){return"string"==typeof e&&d.test(e)?document.body:void c(e,f)}})();
! https://github.com/AdguardTeam/AdguardFilters/issues/27583
! delete second rule after scriptlets are supported by standalone apps
watchcartoonsonline.la#%#//scriptlet("prevent-window-open")
watchcartoonsonline.la#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/25451
hotpornfile.org#%#AG_abortInlineScript(/getexldr/, 'document.dispatchEvent');
! https://github.com/AdguardTeam/AdguardFilters/issues/27216
dwindly.io#%#window.open = function() {};
! https://forum.adguard.com/index.php?threads/upload4earn-org.30284/
upload4earn.org#%#AG_onLoad(function() { setTimeout(function() { document.getElementById("dcheck").checked = true; document.getElementById("dcheck").click(); }, 14500); })
upload4earn.org#%#AG_onLoad(function() { setTimeout(function() { document.getElementById("dcheck").checked = false; }, 14000); })
! marstv.pw - popups
marstv.pw,shassets.pw#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/27484
streamapi.xyz#%#(function(){var b=window.setTimeout;window.setTimeout=function(a,c){if(!/overlay/.test(a.toString()))return b(a,c)};})();
! https://github.com/AdguardTeam/AdguardFilters/issues/25319
300mbdownload.club#%#AG_abortInlineScript(/removeCookie/, 'atob');
! https://github.com/AdguardTeam/AdguardFilters/issues/27370
kickass2.cc#%#Object.defineProperty(window, 'puShown', { get: function() { return true; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/27100
dirtyshack.com#%#Object.defineProperty(window, 'SgUnder', { get: function() { return; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/26983
! https://github.com/AdguardTeam/AdguardFilters/issues/26984
gomovieshd.be,putlockersnewsite2018.com#%#AG_onLoad(function() { var el = document.querySelector('a#movie-play-intro1[href^="/watch.php?"][onclick]'); if(el) { el.removeAttribute('href'); } });
! https://github.com/AdguardTeam/AdguardFilters/issues/26931
youngsexhd.net#%#//scriptlet("abort-current-inline-script", "document.addEventListener", "api_host")
youngsexhd.net$$script[tag-content="api_host"][max-length="3500"]
! https://github.com/AdguardTeam/AdguardFilters/issues/27099
animekaizoku.com#%#Object.defineProperty(window, 'area51', { get: function() { return; } });
! psl.pw - popups
psl.pw#%#window.open = function() {};
! 2shorte.com - popups
2shorte.com#%#Object.defineProperty(window, 'puShown', { get: function() { return true; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/25655
turbogvideos.com#%#Object.defineProperty(window, 'MPP', { get: function() { return; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/26313
tumejortorrent.com#%#AG_abortInlineScript(/about:blank/, 'document.addEventListener');
! https://github.com/AdguardTeam/AdguardFilters/issues/26865
fembed.com,asianclub.tv#%#AG_onLoad(function() { setTimeout(function() { var el = document.querySelector('a.fakeplaybutton[href]'); if(el) { el.removeAttribute('href'); } }, 500); });
! https://github.com/AdguardTeam/AdguardFilters/issues/26502
thoptv.info#%#(function(){window.open_=window.open;var c=window.open,d=/greatdexchange\.com/;window.open=function(e,f){return"string"==typeof e&&d.test(e)?document.body:void c(e,f)}})();
! https://github.com/AdguardTeam/AdguardFilters/issues/8272
pictoa.com#%#Object.defineProperty(window, 'tiPopAction', { get: function() { throw null; }, set: function() { throw null; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/26244
savefrom.net#%#Object.defineProperty(window, 'clickAds', { get: function() { return; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/25681
watchtvseries.unblckd.cx#%#window.zfgloadednative = true;
! https://github.com/AdguardTeam/AdguardFilters/issues/25206
pornxt.com#%#document.cookie = "popundr=1";
! https://github.com/AdguardTeam/AdguardFilters/issues/25561
pandamovies.pw,solarporn.net#%#Object.defineProperty(window, 'puShown', { get: function() { return true; } });
solarporn.net,123pandamovie.com#%#Object.defineProperty(window, 'jsUnda', { get: function() { return; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/25057
player.limpi.tv,anahix11.com#%#Object.defineProperty(window, 'smrtAdSySPop', { get: function() { return function() {}; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/24463
hanime.tv#%#document.cookie = "in_d0=1";
! https://github.com/AdguardTeam/AdguardFilters/issues/24928
fruithosts.net#%#window.exclude = true;
fruithosts.net#%#window.addEventListener("load", function(){ var el = document.getElementById("videooverlay"); if(el){el.click();} });
! https://github.com/AdguardTeam/AdguardFilters/issues/24899
wikifeet.com#%#Object.defineProperty(window, 'NativeAd', { get: function(){ throw null; }, set: function(){ throw null; }});
! https://github.com/AdguardTeam/AdguardFilters/issues/24807
czechvideo.org#%#AG_abortInlineScript(/initBCbongacams_popPopunder/, 'document.addEventListener');
! https://github.com/AdguardTeam/AdguardFilters/issues/24886
vivo.sx#%#AG_abortInlineScript(/encodeURIComponent/, 'Math.random');
vivo.sx#%#(function(){var b=window.setTimeout;window.setTimeout=function(a,c){if(!/Object\[/.test(a.toString()))return b(a,c)};})();
vivo.sx#%#(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); } }; })();
vivo.sx$$script[tag-content="encodeURIComponent(document"][min-length="5000"][max-length="15000"]
! https://github.com/AdguardTeam/AdguardFilters/issues/24596
onionplay.net#%#Object.defineProperty(window, 'scds', { value: 0 });
! https://github.com/AdguardTeam/AdguardFilters/issues/24288
ultimate-guitar.com#%#document.cookie = "_ug_interstitialShown=1; path=/;"; AG_onLoad(function() { if (location.href.indexOf('/components/ads/interstitial/view?id=') > -1) { var el = document.querySelector('#countdown ~ div[style] > a[href].red_cl'); if(el) { el.click(); } } });
! https://github.com/AdguardTeam/AdguardFilters/issues/24389
1337x.unblocker.win#%#Object.defineProperty(window, 'bbe365', { get: function() { return; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/24207
pogo.com#%#AG_defineProperty('pogo.intermission.staticAdIntermissionPeriod', {value: -1});
! https://github.com/AdguardTeam/AdguardFilters/issues/28680
! https://github.com/AdguardTeam/AdguardFilters/issues/28441
! https://github.com/AdguardTeam/AdguardFilters/issues/27743
oload.vip,oload.best#%#window.open = function() {}; document.cookie = "popcashpuCap=1"; Object.defineProperty(window,'turnoff',{value:true}); Object.defineProperty(window, 'preserve', { get: function() { return true; } });
oload.network,oload.biz#%#window.open = function() {}; document.cookie = "popcashpuCap=1"; Object.defineProperty(window,'turnoff',{value:true}); Object.defineProperty(window, 'preserve', { get: function() { return true; } });
oload.website,oload.xyz#%#window.open = function() {}; document.cookie = "popcashpuCap=1"; Object.defineProperty(window,'turnoff',{value:true}); Object.defineProperty(window, 'preserve', { get: function() { return true; } });
openload.cz,oload.press,oload.life,oload.services#%#window.open = function() {}; document.cookie = "popcashpuCap=1"; Object.defineProperty(window,'turnoff',{value:true}); Object.defineProperty(window, 'preserve', { get: function() { return true; } });
oladblock.me,oladblock.xyz,oladblock.services,oload.space,oload.live,oload.club,openload.pw,oload.fun#%#window.open = function() {}; document.cookie = "popcashpuCap=1"; Object.defineProperty(window,'turnoff',{value:true}); Object.defineProperty(window, 'preserve', { get: function() { return true; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/23887
xxxdan.com#%#AG_abortInlineScript(/nasl/, 'document.cookie');
! https://github.com/AdguardTeam/AdguardFilters/issues/23560
za.gl#%#window.open = function() {};
za.gl#%#AG_abortInlineScript(/popup/, 'redirect');
! https://github.com/AdguardTeam/AdguardFilters/issues/29035
! https://github.com/AdguardTeam/AdguardFilters/issues/21439
twitch.tv#%#(function(){if("function"==typeof fetch){var a=window.fetch;window.fetch=function(b){if(2<=arguments.length&&"string"==typeof b&&b.includes("/access_token")){var d=new URL(arguments[0]);d.searchParams.delete("player_type"),d.searchParams.set("platform", "_"),arguments[0]=d.href}return a.apply(this,arguments)}}})();
! katcr.co - ad
katcr.co#%#AG_onLoad(function() { AG_removeElementBySelector('.alert--danger'); });
! https://github.com/AdguardTeam/AdguardFilters/issues/23110
mangarock.com#%#Object.defineProperty(window, 'NativeAd', { get: function() { return function() {}; } });
! vidtrick.com - skip timer
vidtrick.com#%#Object.defineProperty(window, 'count', { value: 0 }); AG_onLoad(function() { if (window.location.pathname.indexOf('/red.php') > -1) {  var wlochref = window.location.href; var dec = decodeURIComponent(wlochref); var loc = dec.replace(/https?:\/\/(www\.)?vidtrick\.com\/red\.php\?link=([\s\S]*)/,'$2'); window.location = loc; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/22429
bc.vc#%#AG_defineProperty('history.pushState', { get: function() { return function() {}; }, set: function() {} });
! https://github.com/AdguardTeam/AdguardFilters/issues/22121
optifine.net#%#(function(){var b=window.setTimeout;window.setTimeout=function(a,c){if(!/document\.location = url;/.test(a.toString()))return b(a,c)};})();
optifine.net#%#AG_onLoad(function() { var el = document.querySelector('a[href^="download"][onclick="onDownload()"]'); if(el) { el.removeAttribute('onclick'); } });
! https://github.com/AdguardTeam/AdguardFilters/issues/20845
deezer.com#%#Object.defineProperty(window, 'sas_manager', { get: function() { return { noad: function() {} }; }, set: function() {} });
! https://github.com/AdguardTeam/AdguardFilters/issues/21972
adsrt.com#%#window.open = function() {};
! https://forum.adguard.com/index.php?threads/userscloud-not-fixed.29344/
userscloud.com#%#Object.defineProperty(window, 'SubmitDownload1', { get: function() { return true; } });
! fembed.com - popup
fembed.com#%#(function(){var b=window.setTimeout;window.setTimeout=function(a,c){if(!/=setTimeout\(/.test(a.toString()))return b(a,c)};})();
! https://github.com/AdguardTeam/AdguardFilters/issues/21486
vidbull.tv#%#AG_defineProperty('flashvars.video_click_url', { value: "" });
! https://github.com/AdguardTeam/AdguardFilters/issues/21663
lnkshrnk.net#%#AG_onLoad(function() { setTimeout(function() {var click = document.getElementById("btd"); if(click) { link = click.onclick.toString().split(";");var link2 = link[0].split(")"); var link3 = link2[1].split("("); document.location.href = revC(link3[2]);} }, 300); });
lnkshrnk.net#%#AG_abortInlineScript(/onpopstate/, 'history.pushState');
! https://github.com/AdguardTeam/AdguardFilters/issues/21482
instamp3.zone#%#AG_onLoad(function(){var a=document.querySelector('.vid_deatail');if(a){var b=function(){var e=document.querySelectorAll('a.getUrl.btn');if(e)for(i=0;i<e.length;i++)e[i].removeAttribute('href')},c=new MutationObserver(b);c.observe(document,{childList:!0,subtree:!0})}});
instamp3.zone#%#AG_onLoad(function() { setTimeout(function() { document.getElementsByClassName("hide-mobile")[0].click(); }, 300); });
! https://github.com/AdguardTeam/AdguardFilters/issues/21298
torrents24.top,torrentz-eu.top,torrentz1.top,torrentz2eu.top,torrentz3.site,torrentz4.xyz,torrentz5.net,torrentz6.top,torrentz7.top,torrentz8.top,torrentz9.top#%#AG_onLoad(function() { window.popunder = function() {}; });
! https://github.com/AdguardTeam/AdguardFilters/issues/18764
sextvx.com#%#Object.defineProperty(window, 'isLogged', { get: function() { return true; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/21268
filikula.co#%#AG_onLoad(function() { setTimeout(function() { document.querySelectorAll(".idTabs a[href='#tab2']")[0].click(); }, 300); });
! https://github.com/AdguardTeam/AdguardFilters/issues/21272
torrent1.me#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/21207
tvlive.cc#%#Object.defineProperty(window, 'puShown', { get: function() { return true; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/21149
javfor.me#%#document.cookie = "r18pop = 1";
! https://github.com/AdguardTeam/AdguardFilters/issues/21103
eteknix.com#%#(function() { var w_open = window.open, regex = /goo\.gl/; window.open = function(a, b) { if (typeof a !== 'string' || !regex.test(a)) { w_open(a, b); } }; })();
! https://github.com/AdguardTeam/AdguardFilters/issues/21054
tusfiles.com#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/20977
wikia.com#%#AG_defineProperty('BT.BLOCKER_ENABLED', { get: function() { return false; }, set: function() { return false; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/20914
androidpolice.com#%#AG_onLoad(function() { setTimeout(function() {var el=document.querySelector('.primary > .post-flag-pinned + .post'); if(el) { if(el.classList.contains("sticky") && el.clientHeight == 0) { document.querySelector('.primary > .post-flag-pinned').style.display = "none"; }} }, 300); });
! https://github.com/AdguardTeam/AdguardFilters/issues/20345
linkshrink.net,dwindly.io#%#AG_abortInlineScript(/onpopstate/, 'history.pushState');
! https://github.com/AdguardTeam/AdguardFilters/issues/20861
theamericanmirror.com#%#AG_abortInlineScript(/Uint8Array/, 'Math.random');
! https://github.com/AdguardTeam/AdguardFilters/issues/20663
shortit.pw#%#(function() { window.open_ = window.open; var w_open = window.open, regex = /\.\/out\.php\?/; window.open = function(a, b) { if (typeof a !== 'string' || !regex.test(a)) { w_open(a, b); } }; })();
! https://forum.adguard.com/index.php?threads/getlink-pw.29175/
getlink.pw#%#AG_onLoad(function() { setTimeout(function() { $("#go-popup").remove(); }, 300); });
! https://github.com/AdguardTeam/AdguardFilters/issues/20222
novaenreta.space,shon.xyz#%#Object.defineProperty(window, 'pup', { value: 3 });
novaenreta.space,shon.xyz#%#var d=document.addEventListener;document.addEventListener=function(a,b,c){("mousedown"!=a&&"click"!=a||-1==b.toString().indexOf("popundrInit"))&&d(a,b,c)}.bind(document);
! https://github.com/AdguardTeam/AdguardFilters/issues/20172
webcamsbabe.com#%#AG_defineProperty('bcs_popup_show_bongacams_pop', {value:true}, window);
! filebebo.co - popup
filebebo.co#%#(function() { window.open_ = window.open; var w_open = window.open, regex = /mediaturn\.com|oclaserver\.com|reddleops\.pro|popcash\.net/; window.open = function(a, b) { if (typeof a !== 'string' || !regex.test(a)) { w_open(a, b); } }; })();
! vidup.io, vev.io - popup
vev.io#%#(function() { window.open_ = window.open; var w_open = window.open, regex = /about:blank/; window.open = function(a, b) { if (typeof a !== 'string' || !regex.test(a)) { w_open(a, b); } }; })();
vidup.io,vev.io#%#(function(){var c=document.addEventListener;document.addEventListener=function(a,b,d,e){"click"!=a&&-1==b.toString().indexOf('.hi()')&&c(a,b,d,e)}.bind(document);})();
! https://github.com/AdguardTeam/AdguardFilters/issues/19709
vidcloud.co,loadvid.online,vcstream.to#%#AG_defineProperty('BetterJsPop', { get: function() { return function() { }; }, set: function() { }});
vidcloud.co,loadvid.online,vcstream.to#%#AG_onLoad(function() { setTimeout(function() { loadPlayer(); }, 300); });
! https://forum.adguard.com/index.php?threads/intoupload-net.29090/
intoupload.net#%#AG_onLoad(function() { setTimeout(function() { $('#chkIsAdd').click(); }, 300); });
! https://github.com/AdguardTeam/AdguardFilters/issues/19516
caminspector.net#%#AG_abortInlineScript(/popunder/, 'navigator');
! https://github.com/AdguardTeam/AdguardFilters/issues/19685
xxxmilfporn.xxx#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/19522
cwtvembeds.com#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/19457
mp3skull-tube.net#%#Object.defineProperty(window, 'is_enabled_ads', { value: false });
! sport7.pw - popup
sport7.pw#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/19446
phillymag.com#%#AG_onLoad(function() { if (window.location.pathname.indexOf('/welcome/') > -1) { document.cookie = "10up-prestitial=true; path=/;"; var wlochref = window.location.href; var dec = decodeURIComponent(wlochref); var loc = dec.replace(/https?:\/\/(www\.)?phillymag.com\/welcome\/[\s\S]*?(https?)/,'$2'); window.location = loc; } });
! https://forum.adguard.com/index.php?threads/19490/
katfile.com#%#window.open = function() {};
! clipwatching.com - popup
clipwatching.com#%#(function() { window.open_ = window.open; var w_open = window.open, regex = /predictivdisplay\.com|rhfgjld\.com|refuzzlizing\.pro|exdynsrv\.com|ooredi\.com|911proxy\.re/; window.open = function(a, b) { if (typeof a !== 'string' || !regex.test(a)) { w_open(a, b); } }; })();
! https://github.com/AdguardTeam/AdguardFilters/issues/19375
veporns.com#%#AG_onLoad(function() { setTimeout(function() { document.getElementById("bt").click(); }, 300); });
! https://github.com/AdguardTeam/AdguardFilters/issues/18634
arenavision.in#%#Object.defineProperty(window, 'smrtAdSySPop', { get: function() { return function() {}; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/19062
efukt.com#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/18700
vivads.net#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/18719
tranny.one#%#Object.defineProperty(window, 'spot', { get: function() { } });
! https://github.com/AdguardTeam/AdguardFilters/issues/18543
embedy.me#%#window.open = function() {};
! sloomp.space - popup
sloomp.space#%#Object.defineProperty(window, 'pup', { value: 3 });
sloomp.space#%#var d=document.addEventListener;document.addEventListener=function(a,b,c){("mousedown"!=a&&"click"!=a||-1==b.toString().indexOf("popundrInit"))&&d(a,b,c)}.bind(document);
! https://github.com/AdguardTeam/AdguardFilters/issues/18219
mp3-pn.com#%#(function() { window.open_ = window.open; var w_open = window.open, regex = /demolat\.com/; window.open = function(a, b) { if (typeof a !== 'string' || !regex.test(a)) { w_open(a, b); } }; })();
! https://github.com/AdguardTeam/AdguardFilters/issues/15908
momsextube.pro#%#Object.defineProperty(window, 'getRandomPopunder', { get: function() { return; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/17411
bitporno.com#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/17992
streamsk.com#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/17877
xpau.se#%#Object.defineProperty(window, 'counter', { value: -1 });
xpau.se#%#AG_defineProperty('miner.getAcceptedHashes', { get: function() { return function() { 1000; } }, set: function() {} });
xpau.se#%#AG_onLoad(function() { setTimeout(function() { var el = document.getElementById("skipper"); if(el) { el.click(); } }, 2000); });
! ourl.io - popups
ourl.io#%#AG_abortInlineScript(/hicpm10\.com/, 'document.createElement');
! https://github.com/AdguardTeam/AdguardFilters/issues/17812
cinemamkv.net#%#AG_onLoad(function() { setTimeout(function() { var elements = document.querySelectorAll("a[href*='go.oclaserver.com']"); for(var i =0 ; i < elements.length; i++){ elements[i].removeAttribute("href"); } ; }, 500); });
! https://github.com/AdguardTeam/AdguardFilters/issues/17495
asiananimaltube.org#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/17497
zoosex.pink#%#Object.defineProperty(window, 'Popunder', { get: function() { } });
! https://github.com/AdguardTeam/AdguardFilters/issues/17672
upvid.co#%#window.open = function() { var dummy = document.getElementsByTagName("body")[0]; return dummy;}
upvid.co#%#AG_onLoad(function() { setTimeout(function() { document.getElementsByClassName("vjs-big-play-button")[0].click(); document.getElementsByClassName("vjs-big-play-button")[0].click(); }, 300); });
! https://forum.adguard.com/index.php?threads/openload-oload-download-adblock-detection.28867/
oload.download#%#window.open = function() {}; document.cookie = "popcashpuCap=1"; Object.defineProperty(window,'turnoff',{value:true});
! https://github.com/AdguardTeam/AdguardFilters/issues/17447
vcstream.to#%#Object.defineProperty(window, 'pop_cnt', { value: 10 });
! https://github.com/AdguardTeam/AdguardFilters/issues/16854
! https://github.com/AdguardTeam/AdguardFilters/issues/16855
! https://github.com/AdguardTeam/AdguardFilters/issues/16856
! https://github.com/AdguardTeam/AdguardFilters/issues/16867
vixenless.com,bestialporn.com,bestialitysexanimals.com,mynakedwife.video,bestialitytaboo.tv,mujeresdesnudas.club,megaxtreme.net#%#AG_abortInlineScript(/clickObject/, '$');
! https://github.com/AdguardTeam/AdguardFilters/issues/16372
catcuturl.tk#%#AG_onLoad(function() { setTimeout(function() { document.querySelectorAll("form[action='/links/popad']")[0].remove(); }, 300); });
! https://github.com/AdguardTeam/AdguardFilters/issues/16191
intoupload.com#%#AG_onLoad(function() { var el = document.getElementById("chkIsAdd"); if(el) el.checked = false; });
! https://github.com/AdguardTeam/AdguardFilters/issues/15933
post4earn.com#%#AG_onLoad(function() { var el = document.getElementById("dcheck"); if(el) el.checked = false; });
! https://github.com/AdguardTeam/AdguardFilters/issues/15740
pacogames.com#%#AG_onLoad(function() { setTimeout(function() { AG_defineProperty('Garter.ads.affiliate.enabled', { value: false }); }, 1000); });
! https://github.com/AdguardTeam/AdguardFilters/issues/15847
d0stream.com#%#AG_defineProperty('eresponse.adcode', { value: "" });
! https://github.com/AdguardTeam/AdguardFilters/issues/15806
pornfay.com#%#Object.defineProperty(window, 'MPP', { get: function() { return; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/15219
valueresearchonline.com#%#AG_onLoad(function() { if (window.location.pathname.indexOf('/ads/splash.asp') > -1) { document.cookie = "HasSeenSplash=True; path=/;"; window.location = 'http://valueresearchonline.com/'; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/15018
cartoon-sex.tv#%#Object.defineProperty(window, 'prPuShown', { get: function() { return true; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/15439
medicalnewstoday.com#%#window.atob = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/15623
loadvid.online#%#Object.defineProperties(window, { pop_cnt: { value: 10 }, popup: { value: true } });
! https://github.com/AdguardTeam/AdguardFilters/issues/15594
kimcartoon.me#%#Object.defineProperty(window, 'callExo', { get: function() { return; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/15482
sex.com#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/15483
arenavision.us#%#Object.defineProperty(window, 'smrtSP', { get: function() { return; } });
! thevid.net - popups
thevid.net#%#(function(){var c=document.addEventListener;document.addEventListener=function(a,b,d,e){"click"!=a&&-1==b.toString().indexOf('"dtnoppu"')&&c(a,b,d,e)}.bind(document);})();
! https://github.com/AdguardTeam/AdguardFilters/issues/15306
bagusdl.pro#%#(function() { window.open_ = window.open; var w_open = window.open, regex = /adserver\.adreactor\.com/; window.open = function(a, b) { if (typeof a !== 'string' || !regex.test(a)) { w_open(a, b); } }; })();
! pornscum.com - popunder on play button
pornscum.com#%#Object.defineProperty(window, '_cpp', { get: function() { return; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/13891
vrlesbian.video#%#document.cookie = "pu_count=1";
! https://github.com/AdguardTeam/AdguardFilters/issues/13823
sexvid.xxx#%#Object.defineProperty(window, 'popns', { get: function() { return; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/15010
webnovel.com#%#if('function'==typeof fetch){setInterval(function main(){[].forEach.call(document.querySelectorAll('.cha-content._lock'),function(a){a.classList.remove('_lock');var b=a.closest('.chapter_content').querySelector('.lock-video');b&&b.remove();var c=a.querySelector('.cha-words');c.style.opacity='0.1';var d=window.location.href.split('/book/')[1].split('/')[0],e=a.querySelector('[data-cid]').dataset.cid;return d&&e?fetch('https://www.webnovel.com/apiajax/chapter/GetChapterContentToken?bookId='+d+'&chapterId='+e).then(function(f){return f.json()}).then(function(f){return f.data.token}).then(function(f){return encodeURIComponent(f)}).then(function(f){return new Promise(function(g){function h(){fetch('https://www.webnovel.com/apiajax/chapter/GetChapterContentByToken?token='+f).then(function(k){return k.json()}).then(function(k){i=k.data.content.trim(),i?g(i):setTimeout(h,1e3)}).catch(function(k){console.error(k.stack),h()})}var i='';h()})}).then(function(f){var g=f.split('\n').map(function(h){return h.trim()}).filter(function(h){return!!h}).map(function(h){return'<p>'+h+'</p>'}).join('');c.innerHTML=g,c.style.opacity='1'}).catch(function(f){console.error(f.stack)}):void 0})},1e3)}
! https://github.com/AdguardTeam/AdguardFilters/issues/14996
oload.icu,oload.cloud,oload.win#%#window.open = function() {};
oload.icu,oload.cloud,oload.win#%#document.cookie = "popcashpuCap=1";
oload.icu,oload.cloud,oload.win#%#Object.defineProperty(window,'turnoff',{value:true});
! https://github.com/AdguardTeam/AdguardFilters/issues/14842
rmdown.com#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/14622
upload.ee#%#Object.defineProperty(window, '_smartad', { get: function() { return; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/13904
whostreams.net#%#var d=document.addEventListener;document.addEventListener=function(a,b,c){("mousedown"!=a&&"click"!=a||-1==b.toString().indexOf("popundrInit"))&&d(a,b,c)}.bind(document);
! https://github.com/AdguardTeam/AdguardFilters/issues/13191
xxx-videos.org#%#window.open = function() {};
! backin.net popunder
backin.net#%#(function() { window.open_ = window.open; var w_open = window.open, regex = /hitcpm.com/; window.open = function(a, b) { if (typeof a !== 'string' || !regex.test(a)) { w_open(a, b); } }; })();
! https://github.com/AdguardTeam/AdguardFilters/issues/14306
cpmlink.net#%#AG_abortInlineScript(/onpopstate/, 'history.pushState');
! https://github.com/AdguardTeam/AdguardFilters/issues/13827
lechetube.com#%#AG_abortInlineScript(/pop_type/, 'MPP');
! https://github.com/AdguardTeam/AdguardFilters/issues/13829
osaka69.com#%#AG_abortInlineScript(/./, 'dcInitPu');
! https://github.com/AdguardTeam/AdguardFilters/issues/13414
watchmynewgf.com#%#Object.defineProperty(window, 'prPopunder', { get: function() { return; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/12386
fileflares.com#%#AG_onLoad(function(){ window.open_ = window.open; var w_open = window.open, regex = /hicpm10.com/; window.open = function(a, b) { if (typeof a !== 'string' || !regex.test(a)) { w_open(a, b); } }; });
! https://github.com/AdguardTeam/AdguardFilters/issues/13562
putlockers.fm#%#AG_abortInlineScript(/jsc\.mgid\.com/, 'document.createElement');
! https://github.com/AdguardTeam/AdguardFilters/issues/13818
demonoid.pw#%#Object.defineProperty(window, '_cpp', { get: function() { return ; } });
! sawlive.tv video stream - blocks start popup
sawlive.tv#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/13109
neowin.net#%#AG_onLoad(function() { AG_removeElementBySelector('.news-item--sharethrough'); });
! https://github.com/AdguardTeam/AdguardFilters/issues/12673
silenceisconsent.net#%#Object.defineProperty(window, 'oio', { get: function() { return; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/13045
pornoaffe.com,hd-pornos.net#%#AG_defineProperty('vpUsePreRoll', {value:false}, window);
! https://github.com/AdguardTeam/AdguardFilters/issues/12912
analust.com#%#if (typeof sessionStorage != 'undefined' && sessionStorage.setItem) { sessionStorage.setItem('poped', '1'); };
! https://github.com/AdguardTeam/AdguardFilters/issues/12919
gamecode.win#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/12936
thegatewaypundit.com#%#Object.defineProperty(window, 'oio', { get: function() { return; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/11358
xtapes.to#%#AG_abortInlineScript(/pop_init/, 'jQuery');
! https://github.com/AdguardTeam/AdguardFilters/issues/12778
animego.to,watchcartoonsonline.eu,animeland.us#%#AG_abortOnPropertyRead('bbHideDiv');
kiss-anime.ws,animeshow.tv,toonget.net,kickassanime.io,thewatchcartoononline.tv,gogoanimes.tv,watchanime.info,watchcartoonsonline.la,watchcartoononline.com,mangafreak.net,gogoanimes.co,gogoanime.sh,kiss-anime.tv,9anime.to,watchcartoononline.io,readcomiconline.to,animeland.me,igg-games.com,animeflv.net,animeplus.tv,goodanime.co,animewow.org,animenova.org,animeland.tv,animetoon.org,9anime.is,gogoanime.se,gogoanime.to,gogoanime.in,mangapanda.com,memecenter.com,mangareader.net#%#AG_abortOnPropertyWrite('bbHideDiv');
animewow.org,animenova.org,gogoanime.to#%#AG_onLoad(function() { window.showAd = function() {}; });
! https://github.com/AdguardTeam/AdguardFilters/issues/12794
imagefap.com#%#Object.defineProperty(window, 'Buu', { get: function() { return; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/12705
telecharger-youtube-mp3.com#%#AG_onLoad(function(){AG_each('a[href][onclick^="setTimeout(function(){ window.open("][onclick*="clksite.com"]',function(el){el.removeAttribute('onclick'); el.removeAttribute('href');});});
! https://github.com/AdguardTeam/AdguardFilters/issues/12707
oload.site#%#AG_onLoad(function() { setTimeout(function() {document.getElementById("videooverlay").click();}, 300); });
oload.site#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/12480
1movies.to#%#AG_abortInlineScript(/ADBI/, 'decodeURI');
! https://github.com/AdguardTeam/AdguardFilters/issues/12361
spaste.com#%#AG_onLoad(function() { document.getElementsByClassName('pasteContent')[0].innerHTML = document.getElementsByClassName('pasteContent')[0].innerHTML.replace('Buy Premium Account of Brazzers, Mofos @40% Lifetime Discount How ?',''); });
! https://github.com/AdguardTeam/AdguardFilters/issues/11863
waxtube.com#%#Object.defineProperty(window, 'mybanners', { get: function() { return []; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/12255
gsmarena.com#%#Object.defineProperty(window, 'phpadsbanner', { get: function() { return; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/12199
openload.co#%#AG_onLoad(function() { setTimeout(function() {document.getElementById("videooverlay").click();}, 300); });
! https://github.com/AdguardTeam/AdguardFilters/issues/12072
tusfiles.net#%#AG_onLoad(function() { var el = document.querySelector('#btn_download[onclick^="window.open"]'); if(el) { el.removeAttribute('onclick'); } });
! https://github.com/AdguardTeam/AdguardFilters/issues/11849
humoron.com#%#Object.defineProperty(window, 'popad', { get: function() { return; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/11847
xtube.com#%#Object.defineProperty(window, 'UAParser', { get: function() { return function() { }; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/11879
pornflip.com#%#window["pop_clicked"] = 1;
! https://github.com/AdguardTeam/AdguardFilters/issues/11865
akvideo.stream#%#AG_onLoad(function() { var el = document.querySelector('a.dwnb[href][onclick^="window.open"]'); if(el) { el.removeAttribute('onclick'); } });
! https://github.com/AdguardTeam/AdguardFilters/issues/11866
wstream.video#%#AG_onLoad(function() { var el = document.querySelector('#dws > span[style] > a[href][onclick^="window.open"]'); if(el) { el.removeAttribute('onclick'); } });
! https://github.com/AdguardTeam/AdguardFilters/issues/11843
1337x.st#%#AG_abortInlineScript(/MarketGid/, 'MarketGidJSON');
! https://github.com/AdguardTeam/AdguardFilters/issues/11642
phim.media#%#AG_defineProperty('PM_popup', { get: function() { return function() { }; }, set: function() { }});
! https://github.com/AdguardTeam/AdguardFilters/issues/11417
pornotube.xxx#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/11088
tinypaste.cc#%#AG_abortInlineScript(/encodeURIComponent/, 'decodeURI');
! https://github.com/AdguardTeam/AdguardFilters/issues/10905 https://github.com/AdguardTeam/AdguardFilters/issues/10904
fxporn.net,ceporn.net#%#AG_onLoad(function() { setTimeout(function() {document.querySelectorAll('[onclick^="toplay"]')[0].click();}, 300); });
! https://github.com/AdguardTeam/AdguardFilters/issues/10902
fetishpapa.com#%#document.cookie = "lj_fetish=ads-modal";
fetishpapa.com#%#document.cookie = "lj_fetish_counter=1";
! https://github.com/AdguardTeam/AdguardFilters/issues/11014#issuecomment-363374170
shink.me#%#Object.defineProperty(window, 'pup', { value: 3 });
shink.me#%#var d=document.addEventListener;document.addEventListener=function(a,b,c){("mousedown"!=a&&"click"!=a||-1==b.toString().indexOf("popundrInit"))&&d(a,b,c)}.bind(document);
linkrex.net#%#(function(){var c=document.addEventListener;document.addEventListener=function(a,b,d,e){"click"!=a&&-1==b.toString().indexOf('trigerred')&&c(a,b,d,e)}.bind(document);})();
! https://github.com/AdguardTeam/AdguardFilters/issues/10856
adlpu.com#%#(function(){var c=document.addEventListener;document.addEventListener=function(a,b,d,e){"click"!=a&&-1==b.toString().indexOf('trigerred')&&c(a,b,d,e)}.bind(document);})();
! https://github.com/AdguardTeam/AdguardFilters/issues/10879
bro.adca.st#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/10532
vuxm.com#%#AG_onLoad(function() { setTimeout(function() {document.getElementsByClassName("close-parrot")[0].click();}, 500); });
! https://github.com/AdguardTeam/AdguardFilters/issues/10557
fucking-tube.com#%#AG_defineProperty('bcs_popup_show_tv_red', {value:true}, window);
! https://github.com/AdguardTeam/AdguardFilters/issues/10575
watchmygf.cc#%#Object.defineProperty(window, 'prPuShown', { get: function() { return true; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/10541
tune.pk#%#Object.defineProperty(window, 'TuneOverlay', { get: function() { return function(){}; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/10592
viralnova.com#%#AG_defineProperty('oio', { get: function() { return function() { }; }, set: function() { }});
! https://github.com/AdguardTeam/AdguardFilters/issues/10460
eliteindianporn.com#%#Object.defineProperty(document, 'onclick', { get: function() { return; } });
! bro.adca.st - popup
bro.adca.st#%#Object.defineProperty(window, 'opened', { value: true });
! https://github.com/AdguardTeam/AdguardFilters/issues/10275
vcrypt.net#%#AG_onLoad(function() { var el = document.getElementsByClassName("btncontinue")[0]; if(el) { el.removeAttribute('onclick'); } });
! https://github.com/AdguardTeam/AdguardFilters/issues/10216
imp3.live#%#Object.defineProperty(window, 'H7WWWW', { get: function() { return {}; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/10230
chicksextube.com#%#AG_onLoad(function() { setTimeout(function() { $('body').unbind('click'); }, 300); });
! tmearn.com - popunder
tmearn.com#%#(function() { var _eval = window.eval; window.eval = function(a) { if ( a.toString().indexOf('__PPU_CHECK') === -1 ) { _eval(a); return; } }; })();
! https://github.com/AdguardTeam/AdguardFilters/issues/10226
downsub.com#%#AG_abortInlineScript(/window.TextDecoder/, 'atob');
! https://github.com/AdguardTeam/AdguardFilters/issues/9824
flashx.pw,flashx.co,flashx.cc,flashx.bz,flashx.sx,flashx.to#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/9880
ndtv.com#%#AG_onLoad(function() { if (window.location.href.indexOf("hpinterstitialnew.html") != -1) { window.setCookie1('sitecapture_interstitial', 1, 1); window.location.href = "http://www.ndtv.com/"; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/9650
imgprime.com#%#AG_onLoad(function() {setTimeout(function() { if(linkid) { document.location.href = linkid;};}, 300); });
! https://github.com/AdguardTeam/AdguardFilters/issues/8982
cam4.de.com,cam4s.com#%#document.cookie = "bannerPops=under";
! https://github.com/AdguardTeam/AdguardFilters/issues/9507
savemyrights.com#%#AG_defineProperty('onclick', {value:true}, document);
! https://github.com/AdguardTeam/AdguardFilters/issues/9522
buffstream.net#%#AG_onLoad(function(){ AG_each('.list-group > a[onclick^="window.open("].list-group-item',function(el) { el.removeAttribute('onclick') }); });
! https://github.com/AdguardTeam/AdguardFilters/issues/9462
gameofporn.net#%#AG_onLoad(function() { document.getElementsByClassName("video-banner-close-play")[0].click(); });
! https://github.com/AdguardTeam/AdguardFilters/issues/9402
planetsuzy.org#%#AG_defineProperty('open', { get: function() { return; }});
! https://github.com/AdguardTeam/AdguardFilters/issues/9292
upload4earn.com#%#AG_onLoad(function() { document.getElementById("dcheck").checked = false });
! https://github.com/AdguardTeam/AdguardFilters/issues/9175
24scores.org,24score.com,24score.info,24scor.com#%#window.open = function(){};
! https://github.com/AdguardTeam/AdguardFilters/issues/9166
gotblop.com#%#AG_defineProperty('popunderUrl', { get: function() { return;}});
! https://github.com/AdguardTeam/AdguardFilters/issues/9164
pornoeggs.com#%#Object.defineProperty(window, 'pop_target', { get: function() { return; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/9147
ashemaletube.com#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/9113
manofuck.com#%#AG_abortInlineScript(/api\/direct/, 'spot');
! https://github.com/AdguardTeam/AdguardFilters/issues/8967
sunporno.com#%#AG_abortInlineScript(/api\/direct/, 'spot');
! https://github.com/AdguardTeam/AdguardFilters/issues/8920
gaytoday.xxx#%#AG_abortInlineScript(/api\/direct/, 'spot');
! https://github.com/AdguardTeam/AdguardFilters/issues/8856
bullhub.com#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/8865
gomovies.lol#%#AG_onLoad(function() { setTimeout(function() {var el = document.querySelector('.idTabs > li > a[href^="#div2"]'); if(el) el.click();}, 300); });
! https://github.com/AdguardTeam/AdguardFilters/issues/8822
putlocker.cz#%#AG_onLoad(function() { var el = document.querySelector('a.change-server[data-id]:not([data-id="default"])'); if(el) el.click(); });
! https://github.com/AdguardTeam/AdguardFilters/issues/8813
pornokeep.com#%#AG_defineProperty('bdet', { get: function() { return function() { }; }, set: function() { }});
! https://github.com/AdguardTeam/AdguardFilters/issues/8751
drtuber.com#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/8707
pornhd3x.to#%#AG_onLoad(function() { window.popunder = function() {}; });
! https://github.com/AdguardTeam/AdguardFilters/issues/8673
youjizz.com#%#Object.defineProperty(window, 'nb', { get: function() { return; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/8596
foxgay.com#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/8554
ah-me.com#%#AG_abortInlineScript(/api\/direct/, 'spot');
! https://github.com/AdguardTeam/AdguardFilters/issues/8536
e-hdporn.com#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/8197
assia.tv#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/8338
! ads reinjection
15min.lt#%#AG_abortInlineScript(/googlesyndication\.com/, 'performance.mark');
! https://github.com/AdguardTeam/AdguardFilters/issues/8265
xxxx.se#%#document.cookie = "pu_count=1";
! https://forum.adguard.com/index.php?threads/123gomovies-info.27447/
123gomovies.info#%#AG_onLoad(function() { var el = document.querySelector('a.change-server[data-id]:not([data-id="default"])'); if(el) el.click(); });
! https://github.com/AdguardTeam/AdguardFilters/issues/8334
lavamovies.se#%#document.cookie = "btcpopup=1";
! https://forum.adguard.com/index.php?threads/http-tr-nakednepaligirl-com-nsfw.27351/
nakednepaligirl.com#%#window.open = function() {};
! https://forum.adguard.com/index.php?threads/www-fakeporn-tv-ads-nsfw-anti-adblock.27510/
fakeporn.tv#%#Object.defineProperty(window, 'prPuShown', { get: function() { return true; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/8075
myshared.ru,slideplayer.biz,slideplayer.biz.tr,slideplayer.com,slideplayer.com.br,slideplayer.cz,slideplayer.dk,slideplayer.es,slideplayer.fi,slideplayer.fr,slideplayer.hu,slideplayer.in.th,slideplayer.info,slideplayer.it,slideplayer.nl,slideplayer.no,slideplayer.org,slideplayer.pl,slideplayer.se#%#AG_defineProperty('service.show_after_load', { get: function() { return function() { }; }, set: function() { }});
! https://forum.adguard.com/index.php?threads/27166/
cam4.com#%#AG_onLoad(function() { window.attachPopUnderToSelector = function() {}; });
! https://github.com/AdguardTeam/AdguardFilters/issues/7743
megayoungsex.com#%#document.cookie = "popunder_cookie=1";
! https://forum.adguard.com/index.php?threads/https-www-watchmyexgf-net-nsfw.26689/
watchmyexgf.net#%#Object.defineProperty(window, 'prPuShown', { get: function() { return true; } });
! https://forum.adguard.com/index.php?threads/27295/
sendit.cloud#%#AG_onLoad(function() { $('button[type="submit"]').prop('onclick',null).off('click'); });
! https://forum.adguard.com/index.php?threads/11931/
sceper.ws,celebmafia.com#%#Object.defineProperty(window, 'bidrev', { get: function() { return; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/7584
sport7.tech#%#AG_onLoad(function() { setTimeout(function() { $('#player-container').unbind('mouseup'); }, 300); });
! https://forum.adguard.com/index.php?threads/https-won-pe.27041/
won.pe#%#AG_onLoad(function() { var el = document.querySelector('#skipbox > a[href^="http://redirect.won.pe/ad/"]#skip_button'); if(el) { el.removeAttribute('href'); } });
! https://github.com/AdguardTeam/AdguardFilters/issues/7266
sportvisions.ws#%#window.open = function() {};
! https://forum.adguard.com/index.php?threads/24196/
zippyshare.com#%#Object.defineProperty(window, 'opener', { get: function() { return {}; } });
! https://forum.adguard.com/index.php?threads/resolved-downace-com.26194/
downace.com#%#Object.defineProperty(window, 'puTShown', { get: function() { return true; } });
! https://forum.adguard.com/index.php?threads/satikids-com.26894/
satikids.com#%#AG_onLoad(function(){AG_each('a[href^="/away.php"][rel="nofollow"][target="_blank"]',function(el){el.removeAttribute('href');})});
! https://forum.adguard.com/index.php?threads/26979/
dailyuploads.cc#%#Object.defineProperty(window, 'adbClick', { get: function() { return; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/7267
backin.net#%#AG_onLoad(function() { var el = document.querySelector('button.downloadbtn'); if(el) { el.removeAttribute('onclick'); } });
! https://forum.adguard.com/index.php?threads/zupload-me.26823/
zupload.me#%#AG_onLoad(function() { var el = document.querySelector('a[onclick].link_button'); if(el) { el.removeAttribute('onclick'); } });
! https://forum.adguard.com/index.php?threads/26805/
linkshrink.net#%#AG_onLoad(function() { setTimeout(function() {var click = document.getElementById("btd"); link = click.onclick.toString().split(";");var link2 = link[0].split(")"); var link3 = link2[1].split("("); document.location.href = revC(link3[2]); }, 300); });
! https://forum.adguard.com/index.php?threads/26874/
tonejoy.com#%#window.sessionStorage.adShowed = true;
! https://forum.adguard.com/index.php?threads/26804/
cpmlink.net#%#window.open = function(){};
! https://forum.adguard.com/index.php?threads/www-zzcartoon-com-nsfw.26670/
zzcartoon.com#%#Object.defineProperty(window, 'prPopunder', { get: function() { return; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/7381
pornorips.com#%#Object.defineProperty(window, 'popunder', { get: function() { return {}; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/7485
fap.to#%#Object.defineProperty(window, 'Buu', { get: function() { return; } });
! https://forum.adguard.com/index.php?threads/26590/
thewindowsclub.com#%#AG_onLoad(function() { setTimeout(function() { AG_removeElementBySelector('ins[id^="aswift_"]'); }, 2000); });
! https://forum.adguard.com/index.php?threads/26454/
oxo-nulled.info#%#AG_onLoad(function() { window.min_time = 1; });
! https://forum.adguard.com/index.php?threads/beemp3s-net.26211/
mp3juice.tv,beemp3s.net,yt-to-mp3.com#%#Object.defineProperty(window,'adBlockBypassPopup',{value:function(){}});
! https://forum.adguard.com/index.php?threads/resolved-empflix-com-nsfw.25961/
empflix.com#%#window.exo99HL3903jjdxtrnLoad = true;
! https://forum.adguard.com/index.php?threads/25943/
zapak.com#%#AG_onLoad(function() { prerollskip(); setTimeout(function() { prerollskip(); }, 100); setTimeout(function() { prerollskip(); }, 300); });
! https://forum.adguard.com/index.php?threads/times-of-india.26039/
timesofindia.indiatimes.com#%#Object.defineProperty(window,'nsShowCook',{value:0});
! https://forum.adguard.com/index.php?threads/darewatch-com.25976/
vidup.me,thevideo.cc,tvad.me,thevideo.ch,thevideo.us,thevideo.io#%#Object.defineProperty(window, 'popHandler', { get: function() { return {}; }, set: function() {} });
! https://forum.adguard.com/index.php?threads/myplaycity-com.25958/
m.myplaycity.com#%#Object.defineProperty(window,'showStartAds',{value:false});
m.myplaycity.com#%#Object.defineProperty(window,'showIngameAds',{value:false});
! https://forum.adguard.com/index.php?threads/25920/
entervideo.net#%#AG_onLoad(function() { window.dowin = function() {}; });
! https://forum.adguard.com/index.php?threads/25934/
backin.net#%#(function() { var w_open = window.open, regex = /cpm20.com/; window.open = function(a, b) { if (typeof a !== 'string' || !regex.test(a)) { w_open(a, b); } }; })();
! https://forum.adguard.com/index.php?threads/vwmmedia-com.25898/
vwmmedia.com#%#AG_onLoad(function(){AG_each('a[href^="/away.php"][rel="nofollow"][target="_blank"]',function(el){el.removeAttribute('href');})});
! https://forum.adguard.com/index.php?threads/https-hdporn4us-com-nsfw.25755/
hdporn4us.com#%#Object.defineProperty(window, 'popunder', { get: function() { return {}; } });
! https://forum.adguard.com/index.php?threads/25798/
forum.flacmania.ru#%#Object.defineProperty(window, 'showTabs', { get: function() {  return function(partnerUrl,fileUrl) {parent.location.href=fileUrl;return;}; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/6812
pigav.com#%#AG_onLoad(function() { jQuery(function() { jQuery('body').unbind('click'); jQuery(`#td-outer-wrap`).css("cursor","default"); }); });
! https://forum.adguard.com/index.php?threads/25447/
streamplay.to#%#Object.defineProperty(window, 'puOverlay', { get: function() { return; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/6801
firstonetv.live,firstonetv.net,firstonetv.watch#%#AG_onLoad(function() { var player = document.querySelector('#playerContainer'); if(player){ var _setInterval = setInterval(function(){ skipTimer() }, 500); function skipTimer() { var el = document.querySelector('#skipAdBtn'); if (el) { outputPlayer(); el.remove(); clearInterval(_setInterval); } }; } });
! vidoza.net - popups
vidoza.net#%#Object.defineProperty(window, 'initPusCommon', { get: function() { return; } });
vidoza.net#%#Object.defineProperty(window, 'fwCount', { value: 0 });
vidoza.net#%#Object.defineProperty(window,'pus_disabled',{value:"1"});
vidoza.net#%#AG_onLoad(function() { if(typeof cookName != 'undefined') { document.cookie = cookName + "0=1"; } });
! https://forum.adguard.com/index.php?threads/5-missed-ads-19-nsfw.24974/
vidsvidsvids.com#%#document.cookie = "pu_count = 1";
! https://forum.adguard.com/index.php?threads/24980/
animetycoon.org#%#AG_onLoad(function() { setTimeout(function() { document.getElementById("justmp4_close").click(); }, 300); });
animetycoon.org#%#AG_onLoad(function() { setTimeout(function() { document.getElementById("uploadcrazy_close").click(); }, 1300); });
! https://forum.adguard.com/index.php?threads/24981/
buenaisla.net#%#AG_onLoad(function() { setTimeout(function() { crearRep(); $('#bannerRep').remove();}, 300); });
! https://forum.adguard.com/index.php?threads/24982/
pornovo.cm#%#Object.defineProperty(window, 'tQZr', { get: function() { return function(){}; } });
pornovo.com#%#AG_onLoad(function() { setTimeout(function() {document.getElementById("p7").click();}, 300); });
! xnxx.com - clickunder
xnxx.com#%#Object.defineProperty(window, 'loadPopup', { get: function() { return function() { }; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/6339
sawlive.tv#%#AG_onLoad(function() { closeMyAd(); });
! https://github.com/AdguardTeam/AdguardFilters/issues/6624
! https://forum.adguard.com/index.php?threads/23919/
naughtyblog.org#%#Object.defineProperty(window, 'popunder', { get: function() { return {}; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/6493
jzrputtbut.net#%#var _initLbjs; Object.defineProperty(window, 'initLbjs', { get: function() { return _initLbjs; }, set: function(i) { _initLbjs = function(a, b) { b.AdPop = false; return i(a, b); }; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/6540
fantasti.cc#%#document.cookie = "popundr=1";
! https://forum.adguard.com/index.php?threads/putlocker-hd-com-pop-up.24739/
putlocker-hd.com#%#AG_onLoad(function() { var el=document.querySelector('#player > #overlay > a'); if(el) { el.removeAttribute("href"); } });
! https://forum.adguard.com/index.php?threads/cmovieshd-com-pop-up.24725/
cmovieshd.com#%#Object.defineProperty(window, 'cookies_blacklist', { value: 'GG' });
! https://github.com/AdguardTeam/AdguardFilters/issues/6576
lolalytics.com#%#AG_onLoad(function() { setTimeout(function() { AG_removeElementBySelector('ins[id^="aswift_"]'); },3000); });
! birdenplay.com - popups
birdenplay.com#%#Object.defineProperty(window, 'adverto', { get: function() { return {}; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/6529
file.up09.com#%#window.opened = 1;
! https://github.com/AdguardTeam/AdguardFilters/issues/6499
shooshtime.com#%#Object.defineProperty(window, 'phantomPopunders', { get: function() { return {}; } });
! https://forum.adguard.com/index.php?threads/24564/
ur.ly,urly.mobi#%#Object.defineProperty(window, 'change_link', { get: function() { return; } });
ur.ly,urly.mobi#%#Object.defineProperty(window, 'onblur', { get: function() { return; } });
ur.ly,urly.mobi#%#Object.defineProperty(window, 'cl_link', { get: function() { return; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/6495
greatdaygames.com#%#AG_onLoad(function() { showPreRollAd = function() {}; RefreshFlashGame(); });
! https://forum.adguard.com/index.php?threads/24559/
mp3fiber.com#%#Object.defineProperty(window, '_pop', { get: function() { return; } });
mp3fiber.com#%#Object.defineProperty(window, '_popByHours', { get: function() { return; } });
! oload.tv - popups
oload.stream,oload.info,oload.tv#%#window.open = function() {};
oload.stream,oload.info,oload.tv#%#Object.defineProperty(window,'turnoff',{value:true});
! https://forum.adguard.com/index.php?threads/zippyshare-com-pop-up-on-download-now-windows.24433/
zippyshare.com#%#Object.defineProperty(window, 'H7WWWW', { get: function() { return {}; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/6319
gamesradar.com#%#Object.defineProperty(window, 'usingBordeauxAds', { get: function() { return false; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/6235
newser.com#%#Object.defineProperty(window, 'UAParser', { get: function() { return function() { }; } });
! https://forum.adguard.com/index.php?threads/24196/
zippyshare.com#%#window.btoa = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/6192
youtubecomtomp3.com#%#Object.defineProperty(window,'IsPopAd',{value:false});
! thevideo.me - ads and popups
thevideo.me#%#window._mgq = { push: function() {} };
! https://forum.adguard.com/index.php?threads/http-www-xxxmovies-pro-nsfw.24031/
xxxmovies.pro#%#document.cookie = "popunder_cookie=1";
! https://github.com/AdguardTeam/AdguardFilters/issues/6128
mofosex.com#%#document.cookie = "popundr=1";
extremetube.com#%#document.cookie = "popundr=1";
! https://forum.adguard.com/index.php?threads/23885/
dailyuploads.net#%#window.open = function() {};
! https://forum.adguard.com/index.php?threads/23611/
pron.tv#%#Object.defineProperty(window,'getFallb', { get:function(){return; } });
! https://forum.adguard.com/index.php?threads/bottom-adleftovers-nsfw.23755/
asianporn.sexy#%#document.cookie = "popunder_cookie=1";
! https://github.com/AdguardTeam/AdguardFilters/issues/5861
1tiny.net#%#Object.defineProperty(window, 'myrfunction', { get: function() { return{}; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/5765
vkpass.com#%#Object.defineProperty(window, 'fired', { get: function() { return true; } });
! https://forum.adguard.com/index.php?threads/23412/
javmimi.com#%#Object.defineProperty(window, 'ppURLdata', { get: function() { return; } });
! rapidvideo.com - popups
rapidvideo.com#%#AG_abortOnPropertyRead('doSecondPop');
rapidvideo.com#%#(function() { var w_open = window.open, regex = /rapidvideo\.com\/pad\.php/; window.open = function(a, b) { if (typeof a !== 'string' || !regex.test(a)) { w_open(a, b); } }; })();
rapidvideo.com#%#AG_onLoad(function() { var el=document.querySelector('form[onsubmit^="exitpopup"]'),el1=document.querySelector('form[onsubmit^="exitpopup"] input#confirm');el&&el1&&(el.removeAttribute('onsubmit'),el1.click()); });
rapidvideo.com#%#Object.defineProperty(window,'executed',{value:true});
! https://forum.adguard.com/index.php?threads/23211/
hqq.watch#%#AG_onLoad(function() { setTimeout(function() {after_click();}, 300); });
! https://forum.adguard.com/index.php?threads/12858/
pornhd.com#%#Object.defineProperty(window, 'popU', { get: function() { return {}; } });
!
! https://forum.adguard.com/index.php?threads/resolved-saavn-com-missed-ads-windows.22981/#post-143066
!+ NOT_PLATFORM(ext_ff, ext_opera)
saavn.com#%#!function(a,b){b=new MutationObserver(function(){a.classList.contains('idle')&&a.classList.remove('idle')}),b.observe(a,{attributes:!0,attributeFilter:['class']})}(document.documentElement);
!
! https://github.com/AdguardTeam/AdguardFilters/issues/5388
csgoconfigs.com#%#document.cookie = "AD_SHOWN=true"
! https://forum.adguard.com/index.php?threads/littlebyte-net.22689/
littlebyte.net#%#AG_onLoad(function(){AG_each('a[onclick^="getActionContent"]',function(a){a.setAttribute('href','#');a.removeAttribute('target');})})
! https://forum.adguard.com/index.php?threads/userscloud-com-android-unsolved.22394/
userscloud.com#%#AG_onLoad(function(){AG_each('a[href*="usercdn.com"][onclick*="window.open("]',function(el){el.removeAttribute('onclick')});});
! https://forum.adguard.com/index.php?threads/nulledscripts-pro.22393/
nulledscripts.pro#%#Object.defineProperty(window,'Get_Cookie',{value:0});
! https://forum.adguard.com/index.php?threads/22194/
dropapk.com#%#window.eval = function() {};
! https://forum.adguard.com/index.php?threads/filescdn-com.22215/
filescdn.com#%#window.open = function(){};
! https://forum.adguard.com/index.php?threads/22187/
streamcherry.com,hqq.watch#%#Object.defineProperty(window, 'turnoff', { get: function() { return true; } });
streamcherry.com#%#Object.defineProperty(window, 'popAdsLoaded', { get: function() { return; } });
streamcherry.com#%#Object.defineProperty(window, 'doSecondPop', { get: function() { return; } });
streamcherry.com#%#Object.defineProperty(window, 'noPopunder', { get: function() { return true; } });
streamcherry.com#%#Object.defineProperty(window, 'adblock2', { get: function() { return false; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/4957
exrapidleech.info#%#if (document.location.href.indexOf('index.php') > 0) { window.eval = function() {}; }
exrapidleech.info#%#document.cookie = 'popcashpuCap=1';
exrapidleech.info#%#document.cookie = 'popcashpu=1';
exrapidleech.info#%#window.PopAds = "hi!";
! Prevent endless loading
technobuffalo.com,educationcanada.com#%#AG_onLoad(function() { AG_removeElementBySelector('ins[id^="aswift_"]'); });
cyberghostvpn.com#%#AG_onLoad(function() { AG_removeElementBySelector('iframe#ad'); });
! https://forum.adguard.com/index.php?threads/21861/
123moviesfree.com#%#window.eval = function() {};
! batmanstream.com
batmanstream.com#%#(function() { var w_open = window.open, regex = /adk2x.com/; window.open = function(a, b) { if (typeof a !== 'string' || !regex.test(a)) { w_open(a, b); } }; })();
! PanamaClient WebRTC circumvention
androidcentral.com,businessnewsdaily.com,champion.gg,closerweekly.com,collegehumor.com,connectedly.com,crackberry.com,dorkly.com,firstforwomen.com,healthline.com,intouchweekly.com,j-14.com,kiplinger.com,lifeandstylemag.com,livescience.com,lolcounter.com,merriam-webster.com,newsarama.com,nydailynews.com,phonearena.bg,phonearena.com,probuilds.net,space.com,spanishdict.com,teamliquid.net,theberry.com,thepoliticalinsider.com,tomsguide.com,tomshardware.co.uk,tomshardware.com,tomshardware.de,tomshardware.fr,topix.com,windowscentral.com,womansworld.com,xda-developers.com#%#URL.createObjectURL=function(){return"about:blank"};
drudgereport.com#%#URL.createObjectURL=function(){return"about:blank"};
54.229.21.199:3480$network
54.246.248.134:3480$network
! >=7.0.0
! Adonis ads reinjection
brobible.com,mensfitness.com,mashable.com,teamliquid.net,britannica.com,gsmarena.com,phonearena.com,wikia.com,nydailynews.com,champion.gg,collegehumor.com,dorkly.com,drudgereport.com,investopedia.com,merriam-webster.com,topix.com,androidcentral.com#%#Object.defineProperty(window,'adonisConnType',{get:function(){},set:function(){throw'Adguard: stopped a script execution.'}});
gosunoob.com,royalroadl.com,healthline.com,trakt.tv,uproxx.com,wuxiaworld.com,boredpanda.com,liquipedia.net,allkpop.com,windowscentral.com,androidcentral.com,slickdeals.net,xda-developers.com,probuilds.net,wikia.com#%#Object.defineProperty(window,'adonisHash',{get:function(){},set:function(){throw'Adguard: stopped a script execution.'}});
!
! https://github.com/AdguardTeam/AdguardFilters/issues/12211
! Ad reinject
israelnationalnews.com#%#AG_abortInlineScript(/new RegExp/, 'Math.random');
! https://github.com/AdguardTeam/AdguardFilters/issues/11692
peekvids.com#%#window["pop_clicked"] = 1;
! https://github.com/AdguardTeam/AdguardFilters/issues/11540
hentaihaven.org#%#AG_onLoad(function() { setTimeout(function() {document.querySelectorAll('a[title^="Mirror (720p)"]')[0].click();}, 300); });
! https://github.com/AdguardTeam/AdguardFilters/issues/10960
animeshow.tv#%#window.open = function() {};
! https://forum.adguard.com/index.php?threads/4-missed-ads-4-nsfw.23438/
javfor.me#%#document.cookie = "javformenewmpas=1";
! https://forum.adguard.com/index.php?threads/www-foumovies-com-windows.22664/
bypassed.eu,bypassed.bz,bypassed.org,hindilinks4u.to,freemovieswatchonline.com,psarips.com,123movies.net,foumovies.com#%#(function() { var _eval = window.eval; window.eval = function(a) { if ( a.toString().indexOf('charCodeAt') === -1 ) { _eval(a); return; } }; })();
! https://forum.adguard.com/index.php?threads/21834/
kickasstorrent.hu#%#Object.defineProperty(window, 'TABUnder', { get: function() { return; } });
! https://forum.adguard.com/index.php?threads/21961/
lesbiansex.pro#%#Object.defineProperty(window, 'getRandomPopunder', { get: function() { return; } });
! https://forum.adguard.com/index.php?threads/2giga-link.21801/
2giga.link#%#Object.defineProperty(window, '_0xbcc1', { get: function() { return function(){}; } });
! https://forum.adguard.com/index.php?threads/12858/
pornhd.com#%#Object.defineProperty(window, 'smPop', { get: function() { return {}; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/4874
9to5google.com,9to5mac.com,9to5toys.com,electrek.co#%#window.canRunAds = true; window.OXHBConfig = {};
! pornhub.com
pornhub.com#%#Object.defineProperty(window,'tj_ads',{get:function(){return[]}});
! https://forum.adguard.com/index.php?threads/18375/
oload.vip,oload.best#%#window.addEventListener("load", function(){ var el = document.getElementById("videooverlay"); if(el){el.click();} });
oload.network,oload.biz#%#window.addEventListener("load", function(){ var el = document.getElementById("videooverlay"); if(el){el.click();} });
oload.website,oload.xyz#%#window.addEventListener("load", function(){ var el = document.getElementById("videooverlay"); if(el){el.click();} });
oload.tv#%#window.addEventListener("load", function(){ document.getElementById("videooverlay").click(); });
openload.cz,oload.press,oload.life,oload.services#%#window.addEventListener("load", function(){ var el = document.getElementById("videooverlay"); if(el){el.click();} });
verystream.com,oladblock.me,oladblock.xyz,oladblock.services,oload.space,oload.live,oload.club,openload.pw,oload.fun,oload.icu,oload.cloud,oload.download,oload.stream,oload.info#%#window.addEventListener("load", function(){ var el = document.getElementById("videooverlay"); if(el){el.click();} });
! https://github.com/AdguardTeam/AdguardFilters/issues/4735
skidrowgamesreloaded.com#%#Object.defineProperty(window, 'tQZr', { get: function() { return {}; } });
! qz.com header glitch
qz.com#%#AG_onLoad(function(){if(document.body.classList){document.body.classList.remove("has-marquee");var a=document.getElementById("settingsNav");a&&a.classList.remove("header-stuck")}});
! https://github.com/AdguardTeam/AdguardFilters/issues/4736
yts.ag#%#window.atob = function() { };
! https://forum.adguard.com/index.php?threads/20670/
vidoza.net#%#Object.defineProperty(window, 'PuS', { get: function() { return {}; } });
! https://forum.adguard.com/index.php?threads/linclik-com.20662/
linclik.com#%#(function(a){window.open=function(){if("Popup_Window"!==argument[1])return a.apply(window,arguments)};})(window.open);
! https://forum.adguard.com/index.php?threads/20615/
streamango.com#%#window.exclude = true;
! https://forum.adguard.com/index.php?threads/16581/
pron.tv#%#AG_onLoad(function() { setTimeout(function() {document.getElementById('main').removeAttribute("style");}, 300); });
! https://forum.adguard.com/index.php?threads/20401/
putlockerz.ws#%#AG_onLoad(function() { setTimeout(function() { document.getElementsByClassName("play_action")[0].click(); }, 500); });
! https://forum.adguard.com/index.php?threads/20332/
hibasex.com#%#window.open = function() {};
! https://forum.adguard.com/index.php?threads/20111/
hentaihaven.org#%#Object.defineProperty(window, 'HentaiHavenPop', { get: function() { return function(){}; } });
! https://forum.adguard.com/index.php?threads/18374/
dato.porn#%#window.open = function() {};
! adf.ly clickunder
adf.ly#%#window.btoa = function() {};
! https://forum.adguard.com/index.php?threads/bigfile-to.19972/
bigfile.to#%#(function(a){Object.defineProperties(window,{bindPopUnder:a,bindPopUnderX2:a})})({get:function(){return function(){}},set:function(){}});
! https://forum.adguard.com/index.php?threads/vmovee-click.19958/#post-128586
vmovee.click#%#(function(a){window.open=function(){if(arguments[0].indexOf&&-1==arguments[0].indexOf("go.ad2up.com"))return a.apply(window,arguments)}})(window.open);
! https://forum.adguard.com/index.php?threads/18252/
thevideobee.to#%#AG_onLoad(function() { $('#btn_download').prop('disabled',''); $('#countdown_str').css('visibility','hidden'); });
! https://github.com/AdguardTeam/AdguardFilters/issues/4455
msn.com#%#AG_onLoad(function(){AG_removeElementBySelector(".infopaneregion > ul.swipenav > li.ead")});
! https://github.com/AdguardTeam/AdguardFilters/issues/4246
sextingforum.net#%#Object.defineProperty(window, 'stagedTmpFunc', { get: function() { return function() { }; } });
! https://forum.adguard.com/index.php?threads/19257/
embedding.pw#%#AG_onLoad(function() { var e = document.querySelector('a[href="#"][onclick^="play"]'); if (e) e.click(); });
! https://forum.adguard.com/index.php?threads/19258/
supercartoons.net#%#AG_onLoad(function() { prerollCompleted(); AG_removeElementBySelector('iframe[id="cartoon-preroll-container"]'); });
! https://forum.adguard.com/index.php?threads/19046/
katfile.com#%#AG_onLoad(function() { window.newlink = true; window.bodyclick = true; });
! https://forum.adguard.com/index.php?threads/19034/
uptobox.com#%#AG_onLoad(function() { document.getElementById('btn_download').disabled = false; AG_removeElementBySelector('p[id="timeLeft"]'); });
! https://forum.adguard.com/index.php?threads/19043/
uppit.com#%#AG_onLoad(function() { document.getElementById('btn_download').disabled = false; AG_removeElementBySelector('input[id="countdown"]'); });
! https://forum.adguard.com/index.php?threads/18997/
oogh8ot0el.com#%#Object.defineProperty(window, 'jsPopunder', { get: function() { return; } }); Object.defineProperty(window, 'install_2nd_popup', { get: function() { return; } }); Object.defineProperty(window, 'xfs_popup_1st', { get: function() { return; } }); Object.defineProperty(window, 'get_1_popup', { get: function() { return; } }); Object.defineProperty(window, 'get_tanya_popup', { get: function() { return; } });
! https://forum.adguard.com/index.php?threads/18968/
hqq.tv#%#AG_onLoad(function() { setTimeout(function() { after_click(); }, 300); });
! https://forum.adguard.com/index.php?threads/18874/
0eb.net#%#Object.defineProperty(window, 'loadpopunder', { get: function() { return function(){}; } });
! https://forum.adguard.com/index.php?threads/18216/
imgclick.net#%#AG_onLoad(function() { document.getElementById("form-captcha").submit(); });
! https://forum.adguard.com/index.php?threads/www-apkpromod-net.18611/
apkpromod.net#%#(function(){var a=window.open;window.open=function(){if(-1==arguments[0].indexOf("www.facebook.com/"))return a.apply(window,arguments)}})();
! https://forum.adguard.com/index.php?threads/15318/
imagepearl.com#%#Object.defineProperty(window, 'z0e', { get: function() { return []; } });
! https://forum.adguard.com/index.php?threads/18584/
youjizz.com#%#AG_onLoad(function() { for (var key in window) { if (key.indexOf('ExoLoader') == 0) { window[key] = {}; } }; });
! https://forum.adguard.com/index.php?threads/18593/
nhentai.net#%#if (typeof localStorage != 'undefined' && localStorage.setItem) { localStorage.setItem('popunder_state', {"last_shown":999999999999,"shown":["g"],"lock_until":999999999999}); }
! https://forum.adguard.com/index.php?threads/oload-tv-nsfw.18375/
oload.icu,oload.cloud,oload.tv#%#Object.defineProperty(window, 'adblock2', { get: function() { return false; } });
oload.website,oload.xyz#%#Object.defineProperty(window, 'adblock2', { get: function() { return false; } });
! https://forum.adguard.com/index.php?threads/myex-com-nsfw.18352/
myex.com#%#Object.defineProperty(window, 'pP', { get: function(){ return function() { }; } });
! https://forum.adguard.com/index.php?threads/http-free-mp3-streaming-online.18347/
free-mp3-streaming.online#%#var b=window.open;window.open=function(a,c,d){if(0!=a.indexOf("https://goo.gl/"))return b(a,c,d)};
! https://forum.adguard.com/index.php?threads/czechvideo-org-nsfw.18301/
czechvideo.org#%#Object.defineProperty(window, 'PopunderShown', { get: function() { return true; } });
! https://forum.adguard.com/index.php?threads/9895/
heavy-r.com,motherless.com#%#Object.defineProperty(window, 'popad', { get: function() { return; } });
! https://forum.adguard.com/index.php?threads/18426/
recwebcam.com#%#Object.defineProperty(window, 'jsUnda', { get: function() { return; } });
cam-archive.com#%#Object.defineProperty(window, 'jsUnda', { get: function() { return; } });
! https://forum.adguard.com/index.php?threads/www-trictrac-net.18102/
trictrac.net#%#Object.defineProperty(window,'ads',{get:function(){return;}});
! https://forum.adguard.com/index.php?threads/imgspice-com-nsfw.17966/
imgspice.com#%#Object.defineProperty( window, 'viewholder', { set: function(){ throw new Error(); } });
imgspice.com#%#var d=document.addEventListener;document.addEventListener=function(a,b,c){("mousedown"!=a&&"click"!=a||-1==b.toString().indexOf("popundrInit"))&&d(a,b,c)}.bind(document);
! https://forum.adguard.com/index.php?threads/16955/
pornfay.com#%#AG_onLoad(function() { setTimeout(function() { if (aclose) { aclose(); } },1000); });
! https://forum.adguard.com/index.php?threads/14629/
xhamster.com#%#Object.defineProperty(window, 'dataPopUnder', { get: function() { return; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/3698
myasiantv.se#%#Object.defineProperty(window, 'was_init', { get: function() { return true; } });
! https://forum.adguard.com/index.php?threads/mirrorcreator-com.16889/
mirrorcreator.com#%#(function(){var b=window.addEventListener;window.addEventListener=function(c,a,d){if(a&&-1==a.toString().indexOf("data:application/pdf;base64,JVBERi0"))return b(c,a,d)}.bind(window)})();
! https://forum.adguard.com/index.php?threads/vodlocker-lol.16910/
vidup.me#%#Object.defineProperty(window, 'adsShowPopup', { get: function() { return false; } });
! https://forum.adguard.com/index.php?threads/http-www-semprot-com.15120/
semprot.com#%#Object.defineProperty(window, 'semprot_abp', { set:function(){ throw new TypeError(); }});
! https://forum.adguard.com/index.php?threads/16792/
nulledfree.top#%#Object.defineProperty(window, 'popunder', { get: function() { return {}; } });
! https://forum.adguard.com/index.php?threads/16289/
rapidvideo.com#%#Object.defineProperty(window, '_axipp', { get: function() { return; } });
! https://forum.adguard.com/index.php?threads/www-c8-fr.15884/
c8.fr#%#var a=window.open;window.open=function(b){-1==b.indexOf("smartadserver.com")&&a(b)};
! https://forum.adguard.com/index.php?threads/14433/
playpornx.net#%#Object.defineProperty(window, '_drp', { get: function() { return; } });
! https://forum.adguard.com/index.php?threads/hdxxx-me-nsfw.16101/
hdxxx.me#%#Object.defineProperty( window, 'popper', { get: function(){ return {}; } });
! https://forum.adguard.com/index.php?threads/hqporner-com-nsfw.16107/
bemywife.cc#%#window.canRunAds = !0;
! https://forum.adguard.com/index.php?threads/telegraph-co-uk.16064/
telegraph.co.uk#%#var a=document.createElement("div"),b=document.createElement("div");a.id="galleryData";b.className="gallery-settings";b.setAttribute("data-gallery-slides-per-ad","1E9");b.setAttribute("data-gallery-ad-viewability","1E9");a.appendChild(b);AG_onLoad(function(){AG_each(".gallery.component",function(c){c.setAttribute("data-telegraph_image_gallery","#galleryData");c.appendChild(a.cloneNode(!0))})});
! bitvid.sx/file/c4925da6b17be
bitvid.sx#%#Object.defineProperty(window, 'r9C', { get: function() { return; } });
! https://forum.adguard.com/index.php?threads/resolved-uploading-site.15791/#post-111717
uploading.site#%#var o=window.open;window.open=function(a){a.indexOf("clicksor.net/cpxcenter")||o(a)};
! https://forum.adguard.com/index.php?threads/15795/
letwatch.to#%#AG_onLoad(function() { document.cookie="ppu_main_1=1"; document.cookie="ppu_delay_1=1"; });
! https://github.com/AdguardTeam/AdguardFilters/issues/3364
vg247.com#%#AG_onLoad(function() { window.yafaIt = function() {}; });
! https://forum.adguard.com/index.php?threads/7392/
img24.org#%#Object.defineProperty(window, '_mtxuxar', { get: function() { return {}; } });
! https://forum.adguard.com/index.php?threads/15364/
deadline.com#%#Object.defineProperty(window, 'AdLoader', { get: function() { return; } });
deadline.com#%#Object.defineProperty(window, 'pmc_admanager', { get: function() { return; } });
deadline.com#%#Object.defineProperty(window, '_sp_', { get: function() { return; } });
! https://forum.adguard.com/index.php?threads/9786/
extremetube.com#%#Object.defineProperty(window, 'pP', { get: function() { return {}; } });
! https://forum.adguard.com/index.php?threads/15188/
phimsk.com#%#Object.defineProperty(window, 'sinhvienit', { get: function() { return 1; } });
phimsk.com#%#Object.defineProperty(window, 'popunder', { get: function() { return {}; } });
! https://forum.adguard.com/index.php?threads/14831/
thevideo.me#%#Object.defineProperty(window, 'install_propeller_popup', { get: function() { return {}; } });
thevideo.me#%#Object.defineProperty(window, 'adsShowPopup', { get: function() { return false; } });
! https://forum.adguard.com/index.php?threads/14793/
czechvideo.org#%#Object.defineProperty(window, 'initBCtv_new_pop2Popunder', { get: function() { return {}; } });
! https://forum.adguard.com/index.php?threads/14666/
thevideo.me#%#Object.defineProperty(window, 'jsPopunderAB_embed', { get: function() { return {}; } });
! https://forum.adguard.com/index.php?threads/14596/
firstrowus1.eu#%#(function() { var w_open = window.open, regex = /adk2x/; window.open = function(a, b) { if (typeof a !== 'string' || !regex.test(a)) { w_open(a, b); } }; })();
firstrowus1.eu#%#Object.defineProperty(window, 'mainCheck', { get: function() { return {}; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/3145
fmovies.to#%#Object.defineProperty(window, 'j4v6', { get: function() { return {}; } });
! https://forum.adguard.com/index.php?threads/14487/
porn-bb.net#%#Object.defineProperty(window, 'PopShow3', { get: function() { return; } });
! https://forum.adguard.com/index.php?threads/14492/ https://github.com/AdguardTeam/AdguardFilters/issues/11879
xxxshare.net#%#Object.defineProperty(window, 'makePopunder', { get: function() { return {}; } });
! https://forum.adguard.com/index.php?threads/14399/
playedto.me#%#(function() { var eval_o = window.eval; window.eval = function(e){if(e.indexOf("document.onclick=function")==-1){eval_o(e);}}; })();
! https://forum.adguard.com/index.php?threads/13053/
ddlvalley.cool#%#Object.defineProperty(document, 'onclick', { get: function() { return; } });
! https://forum.adguard.com/index.php?threads/13996/
pussytorrents.org#%#Object.defineProperty(window, 'initBCbongacams_popPopunder', { get: function() { return; } });
! https://forum.adguard.com/index.php?threads/13921/
ftop.ru#%#Object.defineProperty( window, 'random_imglink', { get: function() { return; } });
! https://forum.adguard.com/index.php?threads/12947/
clicknupload.link#%#Object.defineProperty(document, 'onclick', { get: function() { null; } });
! https://forum.adguard.com/index.php?threads/13636/
bigfile.to#%#Object.defineProperty( window, 'popupDownloadBtn', { get: function() { return; } });
! https://forum.adguard.com/index.php?threads/13415/
mac-torrent-download.net#%#window.atob = function() { };
! https://forum.adguard.com/index.php?threads/13489/
limetorrents.in#%#Object.defineProperty(window, 'iframepopupwidow', { get: function() { return {}; } });
! Prerolls in vkpass.com players
vkpass.com#%#document.cookie = "videoad=OK";
! https://forum.adguard.com/index.php?threads/13351/
ddl-warez.to#%#document.cookie = "ddlpop=1"; document.cookie = "downloadpopup=1";
! https://github.com/AdguardTeam/AdguardFilters/issues/2894
multiup.org#%#window.open = function() {};
! https://forum.adguard.com/index.php?threads/12032/
dailyuploads.net#%#(function() { var w_open = window.open, regex = /sapphirum.com/; window.open = function(a, b) { if (typeof a !== 'string' || !regex.test(a)) { w_open(a, b); } }; })();
! https://forum.adguard.com/index.php?threads/13075/
zoomtv.me#%#Object.defineProperty(window, '_pao', { get: function() { return {}; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/2918
redtube.com#%#if (typeof localStorage != 'undefined' && localStorage.setItem) { localStorage.setItem('InfNumFastPops', 'undefined__1'); }
redtube.com#%#if (typeof localStorage != 'undefined' && localStorage.setItem) { localStorage.setItem('InfNumFastPopsExpire', new Date(new Date().setYear(2020))); }
redtube.com#%#if (typeof localStorage != 'undefined' && localStorage.setItem) { localStorage.setItem('pop_under_already_shown', 'true'); }
redtube.com#%#if (typeof localStorage != 'undefined' && localStorage.setItem) { localStorage.setItem('pop_under_initial_date', new Date(new Date().setYear(2020))); }
! https://github.com/AdguardTeam/AdguardFilters/issues/2887
xvideos.com#%#Object.defineProperty(window, 'openpop', { get: function() { return; } });
! https://forum.adguard.com/index.php?threads/12855/
xvideos.com#%#Object.defineProperty(Object.prototype, 'config/ads', { get: function() { return false; } });
! https://forum.adguard.com/index.php?threads/12950/
flaticon.com#%#AG_onLoad(function() { document.cookie = "launcher_popup" + "=" + "1" + (";expires=" + "2020" + (";domain=" + document.domain) + ";path=/"); });
! https://forum.adguard.com/index.php?threads/13088/
8muses.com#%#AG_onLoad(function() { for (var key in window) { if (key.indexOf('_0x') == 0) { window[key] = []; } }; });
! https://forum.adguard.com/index.php?threads/13011/
uploadocean.com#%#AG_onLoad(function() { setTimeout(function() { document.getElementById("tick-dwn").click(); },300); });
! https://forum.adguard.com/index.php?threads/12987/
datafilehost.com#%#AG_onLoad(function() { setTimeout(function() { document.getElementById("with_manager").click(); },300); });
! https://forum.adguard.com/index.php?threads/12845/
uploadrocket.net#%#window.open = function () {};
uploadrocket.net#%#Object.defineProperty(window, 'p0t', { get: function() { return; } });
! https://forum.adguard.com/index.php?threads/12590/
flashx.tv#%#window.open = function() {};
! https://forum.adguard.com/index.php?threads/12152/
letwatch.us#%#document.cookie = "_.mypopunder=1";
! https://forum.adguard.com/index.php?threads/11869/
zoomtv.me#%#window.iaxpEnabled = 1;
! https://forum.adguard.com/index.php?threads/9166/
opensubtitles.org#%#(function() { var _eval = window.eval; window.eval = function(a) { if ( a.toString().indexOf('atob') === -1 ) { _eval(a); return; } }; })();
! https://forum.adguard.com/index.php?threads/12250/
iguide.to#%#window.open = function() {};
! https://forum.adguard.com/index.php?threads/11798/
linkshrink.net#%#document.cookie = "AABE2=1";
! https://forum.adguard.com/index.php?threads/11993/
space.com#%#Object.defineProperty(window, 'tmntag_raascallback', { get: function() { return; } });
! uploads.to - disable download manager
uploads.to#%#AG_onLoad(function() { document.getElementById("chkIsAdd").checked = false });
! https://forum.adguard.com/index.php?threads/11655/
wantdl.com#%#AG_onLoad(function() { if(document.cookie.indexOf("pop1") == -1) { document.cookie = "popunder=pop1"; } });
! https://forum.adguard.com/index.php?threads/11545/
ndtv.com#%#AG_onLoad(function() { if (window.location.href.indexOf("hpinterstitial.aspx") != -1) { window.setCookie1('sitecapture_interstitial', 1, 1); window.location.href = "http://www.ndtv.com/"; } });
! nypost.com
nypost.com#%#window.checkState = function() {};
! https://forum.adguard.com/index.php?threads/10683/
videomega.tv#%#if (typeof localStorage != 'undefined' && localStorage.setItem) { localStorage.setItem('ppu_main_none', 1 + (1 ? "; expires=" + (new Date((new Date()).getTime() )).toUTCString() : "")); }
! https://github.com/AdguardTeam/AdguardFilters/issues/2345
pcmag.com#%#window.checkState = function() {};
! https://forum.adguard.com/index.php?threads/11171/
mediafire.com#%#if (typeof localStorage != 'undefined' && localStorage.setItem) { localStorage.setItem('InfNumFastPops', '5'); }
mediafire.com#%#if (typeof localStorage != 'undefined' && localStorage.setItem) { localStorage.setItem('InfNumFastPopsExpire', new Date(new Date().setYear(2020))); }
! https://forum.adguard.com/index.php?threads/10775/
aggregatorgetb.com#%#document.addEventListener=function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/2283
constitution.com#%#var cv = function() {};
! https://forum.adguard.com/index.php?threads/10727/
uploaded.net#%#Object.defineProperty(window, 'e5V', { get: function() { return []; } });
! https://forum.adguard.com/index.php?threads/10684/
imagetwist.com#%#AG_onLoad(function() { setTimeout(function() {document.cookie="ppu_sub=1"; document.cookie="ppu_main=1";}, 300); });
! https://forum.adguard.com/index.php?threads/10656/
crazy4tv.com#%#Object.defineProperty(window, 'swal', { get: function() { return {}; } });
! https://forum.adguard.com/index.php?threads/10425/
go4up.com#%#Object.defineProperty(window, 'B1q', { get: function() { return []; } });
! https://github.com/AdguardTeam/ExperimentalFilter/issues/2019
videowood.tv#%#document.cookie = "lvid_main=true"; document.cookie = "vid_sub=1"; document.cookie = "vid_subpub=3";
! https://forum.adguard.com/index.php?threads/10067/
castfree.me#%#AG_onLoad(function() { setTimeout(function() {window.open = window.open_;}, 300); });
micast.tv#%#AG_onLoad(function() { setTimeout(function() {document.cookie = "vid_sub=1"; document.cookie = "vid_main=true";}, 300); });
! https://forum.adguard.com/index.php?threads/10077/
keeplinks.eu#%#AG_onLoad(function() { window.p0t = undefined; });
! https://forum.adguard.com/index.php?threads/9786/
extremetube.com#%#Object.defineProperty(window, 'Advert', { get: function() { return {}; } });
! https://forum.adguard.com/index.php?threads/9717/
sportlive.me#%#window.setTimeout=function() {};
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1997
cheatsheet.com#%#Object.defineProperty(window, 'xh', { get: function() { return []; } });
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1982
porn.com#%#document.cookie = "pu_count=1";
! http://forum.adguard.com/showthread.php?9989
streamlive.to#%#window.open = function() {};
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1828
kitguru.net#%#AG_onLoad(function() { jQuery(function() { jQuery('body').unbind('click').removeAttr("body").css("cursor","default"); }); });
! http://forum.adguard.com/showthread.php?9805
adlice.com#%#Object.defineProperty(window, 'inc_popup', { get: function() { return {}; } });
! http://forum.adguard.com/showthread.php?9782
byetv.org#%#window.open = function() {};
! http://forum.adguard.com/showthread.php?9532
! background ads
dailymail.co.uk#%#Object.defineProperty(window, 'adBlockQueue', { get: function() { return; }, set: function() {} });
! http://forum.adguard.com/showthread.php?8765
hltv.org#%#AG_onLoad(function() { window.foo = function(){}; });
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1690
bessporno.tv#%#window.eval = function() {};
! http://forum.adguard.com/showthread.php?9338
pornxs.com#%#Object.defineProperty(window, 'th_ab_pop', { get: function() { return {}; } });
! http://forum.adguard.com/showthread.php?9338
youjizz.com#%#Object.defineProperty(window, 'th_ab_pop', { get: function() { return {}; } });
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1642
play3r.net#%#(function() { var w_open = window.open, regex = /goo.gl/; window.open = function(a, b) { if (typeof a !== 'string' || !regex.test(a)) { w_open(a, b); } }; })();
! cpmstar ads
armorgames.com,onrpg.com,mmohuts.com,newgrounds.com#%#Object.defineProperty(window, 'cpmstar_siteskin', { get: function() { return {}; } });
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1607
! spectrum.ieee.org - disable splach screen
spectrum.ieee.org#%#Object.defineProperty(window, 'splashpage', { get: function() { return {}; } });
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1570
! https://github.com/AdguardTeam/AdguardFilters/issues/25903
! turbobit.net (and similar domains) - block clickunder
turbobit.net,turboot.ru#%#function setCookie(c_name,exdays) { var exdate=new Date(); exdate.setDate(exdate.getDate() + exdays); var c_value=escape(exdate) + ((exdays==null) ? "" : "; expires="+exdate.toUTCString()); document.cookie = c_name+"="+c_value+"; path=/"; };
turbobit.net,turboot.ru#%#AG_onLoad(function() { setCookie('turbobit1', 86400000); });
turbobit.net,turboot.ru#%#AG_onLoad(function() { setCookie('turbobit2', 86400000); });
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1573
libertyalliance.com#%#Object.defineProperty(window, 'zy', { get: function() { return {}; } });
! custompcreview.com - remove clickunder
custompcreview.com#%#Object.defineProperty(window, 'bg_backgrounds', { get: function() { return []; } });
! benchmarkreviews.com - remove clickunder
benchmarkreviews.com#%#Object.defineProperty(window, 'bg_backgrounds', { get: function() { return []; } });
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1416
! clickable background
thinkcomputers.org#%#window.myatu_bgm = 0;
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1318
clipconverter.cc#%#window.open = function() {};
! http://forum.adguard.com/showthread.php?8685
fastpik.net#%#window.open = function() {};
! datafilehost.com - disable loader
datafilehost.com#%#AG_onLoad(function() { setTimeout(function() { document.cbf.cb.checked = false; }, 1000); });
! http://forum.adguard.com/showthread.php?8277
thepiratebay.plus,tpb.dashitz.com#%#document.cookie = "tpbpop=5";
! http://forum.adguard.com/showthread.php?8036
picfox.org#%#AG_onLoad(function() { AG_removeElementBySelector('div[class="overlayBg"]'); });
picfox.org#%#document.cookie = "popunder=1";
! https://github.com/AdguardTeam/ExperimentalFilter/issues/914
vkpass.com#%#AG_onLoad(function() { window.adverto = function() {} });
! http://forum.adguard.com/showthread.php?9219-Openload-Did-you-give-up
openload.co,openload.io#%#window.open = function() {};
! http://forum.adguard.com/showthread.php?7211
videogamesblogger.com#%#Object.defineProperty(window, '__durl', { get: function() { return []; } });
! http://forum.adguard.com/showthread.php?6414
opensubtitles.org#%#AG_onLoad(function() { for (var key in window) { if (key.indexOf('_0x') == 0) { window[key] = []; } }; });
! sendspace.com - clickunder
sendspace.com#%#AG_onLoad(function() { window.runad = function() {} });
! your-pictures.net - remove redirect by click
your-pictures.net#%#window.open = function() {};
! https://github.com/AdguardTeam/ExperimentalFilter/issues/311
chaturbate.com#%#document.cookie = "np3=5";
! http://forum.ru-board.com/topic.cgi?forum=5&topic=31105&start=1920
180upload.com#%#AG_onLoad(function() { $('#use_installer').removeAttr('checked') });
! antiblock.org script on better-explorer.com
better-explorer.com#%#AG_onLoad(function() { AG_removeElementById('y34e') });
! http://forum.adguard.com/showthread.php?1443
yourhowto.net#%#AG_onLoad(function() { try { jQuery('.topnote').next().remove(); jQuery('.topnote').remove(); } catch (ex) {} });
! http://forum.adguard.com/showthread.php?1805
sendspace.com#%#window.runad = function() {};
! bitcoinzebra.com fixing anti-adblock
bitcoinzebra.com#%#AG_onLoad(function() { var prevShowCaptcha = window.showCaptcha; window.showCaptcha = function() { prevShowCaptcha(); $('#AdBlocked').val('false'); }; });
! filepost.com (fixing popups on low speed download click)
filepost.com#%#setTimeout(function() { window.show_popup=false; window.download_inited = true; }, 300);
! ilive.to  (found on http://freetvall.com/video/5U2B12R6R878/CNN-USA)
ilive.to#%#function setOverlayHTML() {};
ilive.to#%#function setOverlayHTML_new() {};
ilive.to#%#setTimeout(removeOverlayHTML, 2000);
! Fixing audio player on karnaval.com
karnaval.com#%#var atrk=function() {}
! because of body click event
torrentz.eu#%#document.addEventListener=function() {}
! http://forum.adguard.com/showthread.php?2189
efukt.com#%#AG_onLoad(function() { window.popunder=function() {} });
! any.gs autoredirect
any.gs#%#var parts = document.URL.split("/url/"); if (parts.length == 2 && parts[1].indexOf('script') < 0 && /^https?:\/\/[a-z0-9.-_]+\/.*$/.test(parts[1])) { document.location = parts[1]; };
! thepiratebay and pirateproxy anti-popup
pirateproxy.in,pirateproxy.be#%#window.open=function() {};
! Fixing zive.cz video ad
zive.cz#%#AG_onLoad(function() { window.VIDEO_AD_ENABLED = false; } );
! filecore anti-adblock
fcore.eu#%#AG_onLoad(function() { window.checkAds = function() {}; });
! pornhub.com -- it does not show popups in opera
pornhub.com#%#window.opera = true;
! http://forum.adguard.com/showthread.php?3431
secureupload.eu#%#window.open = function() {};
! https://github.com/AdguardTeam/ExperimentalFilter/issues/47
kissanime.com#%#AG_onLoad(function() { window.DoDetect2 = function() {} });
! clickunder(empty) http://www.imagebam.com/image/fc3dc3397258172
imagebam.com#%#window.open = function() {};
freeimgup.com#%#document.cookie = "popundr=1";
! http://forum.adguard.com/showthread.php?4971
calameo.com#%#AG_onLoad(function() { document.getElementsByTagName('body')[0].className = ''; });
! zippymoviez.com - clickunder
zippymoviez.com#%#window.open = function() {};
! https://forum.adguard.com/index.php?threads/mobilapk-com.27521
mobilapk.com#%#AG_onLoad(function() { setTimeout(function() {document.getElementsByClassName('post-inner')[0].innerHTML = document.getElementsByClassName('post-inner')[0].innerHTML.replace('Sponsored Ads',''); document.getElementsByClassName('post-inner')[0].innerHTML = document.getElementsByClassName('post-inner')[0].innerHTML.replace('Sponsored Ads',''); }, 300); });
!-------------------
!-------CSS---------
!-------------------
!
! https://github.com/AdguardTeam/AdguardFilters/issues/39958
money.co.uk#$#.advertPlaceholderWrapper { display: none!important; }
money.co.uk#$#header > .mainNavFixed[style*="top:"] { top: 0!important; }
! riotpixels.com - remove top padding
riotpixels.com#$#body .all-wrapper { top:0 !important; }
riotpixels.com#$#body .bottom-bar { top:0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/39816
pornflip.com#$#.bottom-banner > .a-label { visibility: hidden!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/39495
paladinsdecks.com#$#.ezoic-ad { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/39424
javfinder.sh#$##preroll { display: none !important; }
javfinder.sh#$##external-embed { display: block !important; }
! digitaltrends.com - ad text in article
digitaltrends.com#$#.dtads-slot { position: absolute!important; left: -2000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/38399
ytss.unblocked.to#$#html[style] header.nav-bar { margin-top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/38313
mangahato.com#$#.carousel-inner > div[id^="search"] { margin-top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/38270
zillowtech.com#$#.ezoic-ad { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/38211
ratemyprofessors.com#$##container > .sticky-wrapper ~ #body.sticky-shown { margin-top: 100px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/38215
computerworld.com#$#body > .related-content-wrapper[style="top: 50px;"] { top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/37778
chromeunboxed.com#$#.ezoic-ad { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/37571
sweepsadvantage.com#$#.ezoic-ad { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/37299
techgenix.com#$#.ezoic-ad { position: absolute!important; top: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/36626
linkedin.com#$#.application-outlet{ margin-top: 68px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/35885
javqd.tv#$##external-embed { display: block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/32038
community.spiceworks.com#$#.community-content-banner > div[class^="community-content-banner-slot-"] > .community-content--ad_card { visibility: hidden!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/35539
smh.com.au#$#div[id^="adspot-"] { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/35381
forum.xda-developers.com#$#.twig { display: none !important; }
forum.xda-developers.com#$#body.twig-body > header[role="banner"] { top: 0!important; }
! viprow.net - overlay over video
viprow.net#$#.embed-responsive > iframe + .position-absolute { position: absolute!important; left: -2000px!important; }
! https://forum.adguard.com/index.php?threads/why-website-ask-you-these-questions.33046/
space.com#$#.hawk-disclaimer-container { border-top:none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/35207
fifacareermodetips.com#$#.ezoic-ad { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/34653
msguides.com#$#.ezoic-ad { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/33845
dummies.com#$##promoted-stories { height: 600px!important; position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/33795
ratemyteachers.com#$#.ezoic-ad { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/33744
aboutchromebooks.com#$#.ezoic-ad { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/33446
duplichecker.com#$#body { overflow: visible!important; }
duplichecker.com#$##bio_ep { display: none!important; }
duplichecker.com#$##bio_ep_bg { display: none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/32994
pes.social#$#.ezoic-ad { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/29979
arstechnica.com#$#.ad_crown { position: absolute!important; left: -10000px!important; }
arstechnica.com#$#.ad_xrail { position: absolute!important; left: -10000px!important; }
arstechnica.com#$#.ad_fullwidth { position: absolute!important; left: -10000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/32422
nj.com#$#.ad--in-article { visibility: hidden; min-height: 0!important; margin: 0!important; padding: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/32457
kissasian.sh#$##my_video_1 { display: block!important; }
kissasian.sh#$##my_video_1_html5_api { display: block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/28601
mysanantonio.com#$#.ctpl-fullbanner { display: none!important; }
mysanantonio.com#$##ctpl-fullbanner-spacer { display: none!important; }
mysanantonio.com#$#header > #subHead { transform: translateY(0px)!important; }
mysanantonio.com#$#header > nav#siteNav[class="site-nav menu-slide"] { transform: translateY(0px)!important; }
mysanantonio.com#$#header > nav#siteNav[class^="site-nav menu-slide fixed"] { top: 0!important; }
mysanantonio.com#$#header > #homepage-timestamp { position: relative!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/31362
nytimes.com#$#ol[data-testid="search-results"] > li[data-testid="search-add-result"] > div[class] { border-top:0!important; padding-top:0px!important;}
nytimes.com#$#ol[data-testid="search-results"] > li[data-testid] + li:not([data-testid]) + li[data-testid="search-bodega-result"] > div[class] { border-top:0!important; padding-top:0px!important;}
nytimes.com#$##stream-panel > .supplemental > aside[class] { border-top:0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/31215
gamerant.com#$#.ezoic-ad { position: absolute!important; left: -3000px!important; }
! minecraftmaps.com - ads
minecraftmaps.com#$#.ezoic-ad { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/30939
zinggadget.com#$#.ezoic-ad { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/30814
timesofmalta.com#$#body.ad_takeover { background-color: #fff!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/30616
md5online.org#$#.ezoic-ad { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/30252
ctv.ca#$##leaderboard_container.attach_to_nav ~ .site-wrapper .navigation-wrapper { top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/29633
seattlepi.com#$#.ctpl-fullbanner { display: none!important; }
seattlepi.com#$##ctpl-fullbanner-spacer { display: none!important; }
seattlepi.com#$#header > #subHead { transform: translateY(0px)!important; }
seattlepi.com#$#header > nav#siteNav[class="site-nav menu-slide"] { transform: translateY(0px)!important; }
seattlepi.com#$#header > nav#siteNav[class^="site-nav menu-slide fixed"] { top: 0!important; }
seattlepi.com#$#header > #homepage-timestamp { position: relative!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/29163
brisbanetimes.com.au#$#div[id^="adspot-"] { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/27690
limetorrents.asia#$#a[href^="/media.php?"][rel="nofollow"][style^="display: block !important"] { position: absolute!important; left: -3000px!important; }
! pornhub.com ad left-over on main page
pornhub.com#$#iframe[title*="Campaign"] { position: absolute!important; left: -3000px!important; }
! https://forum.adguard.com/index.php?threads/up-4-net.30856/
up-4.net#$##btn_downloadLink { display:block!important; }
up-4.net#$##btn_downloadPreparing { display:none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/29292
comicbook.com#$#body > header { top: 0!important; }
comicbook.com#$#body { margin-top: 84px!important; }
comicbook.com#$#body > section.main { margin-top: 84px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/29143
linuxhint.com#$#.ezoic-ad { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/34431
! https://github.com/AdguardTeam/AdguardFilters/issues/28991
oxforddictionaries.com#$#@media (min-width: 1024px) { .main-content > div.container > aside[class="sidebar extend"] { margin: 0 0 20px -300px!important; } }
! https://github.com/AdguardTeam/AdguardFilters/issues/25515
javqd.com#$##external-embed { display: block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/28194
maxcheaters.com#$#.esPopupWrapper { display: none!important; }
maxcheaters.com#$#.b-modal.__b-popup1__ { display: none!important; }
maxcheaters.com#$#body { background-image: none!important; }
maxcheaters.com#$#html[style="overflow: hidden;"] { overflow: auto!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/25992
javdoe.com#$##external-embed { display: block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/28143
gamewatcher.com#$#.reskin-wrapper + .inner-wrapper { margin-top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/28094
uploadproper.com#$##dvPassport { display: block!important; }
uploadproper.com#$##AddPassport { display: none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/27923
javfinder.is#$##external-embed { display: block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/27773
healevate.com#$#.paid-left { visibility: hidden!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/25148
imgtaxi.com#$##container > .left-column[style] { margin-top: 25px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/27726
pirate.ws#$#body { padding-top: 70px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/25746
0123movies.is#$##list-eps ~ .mvi-content { margin-top: 220px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/26874
news.com.au#$##header { margin-top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/26761
flaticon.com#$#ul.icons > li.icon[data-name][style="margin-bottom: 116px;"] { margin-bottom: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/25079
maxedtech.com#$##headerwrap > div#header { height: 103px!important; }
maxedtech.com#$##site-logo { top: 1px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/26595
review-hub.co.uk#$#a[href^="http://shrsl.com/"] { font-weight: 100!important; border-bottom: none!important; pointer-events: none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/26312
torrentdownloads.me#$#a[href^="/max1.php?keyword="] { position: absolute!important; left: -3000px!important; }
torrentdownloads.me#$#a[href^="/max.php?keyword="] { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/26569
hackedfreegames.com#$##Content > div[itemscope="itemscope"] > div[style*="height"][style*="padding-top:"] { position: absolute!important; left: -3000px!important; }
! https://forum.adguard.com/index.php?threads/uploadev-com.30032/
uploadev.com#$##downloadbtn { display:block!important; }
uploadev.com#$##downloadBtnClick { display:none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/24831
extratorrent.si,onitube.com,bitvid.sx,linx.cloud#$#div[id^="MGWrap"] { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/25564
salon.com#$#.flex-center.header-wrapper { min-height: 100px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/25864
couponscorpion.com#$#.ezoic-ad { position: absolute!important; left: -3000px!important; }
! vg247.com - left-over in sidebar
vg247.com#$#.sidebar-mpu-container { padding-bottom:0px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/23671
webmd.com#$#body { overflow: visible!important; }
webmd.com#$#body > div[data-js="global-container-1"] { display: none!important; }
! https://forum.adguard.com/index.php?threads/forum-hovatek-com.29945
hovatek.com#$#.ezoic-ad { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/24710
oturl.com#$##myModal { display: none!important; }
oturl.com#$#body[style="overflow: hidden;"] { overflow: visible!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/25409
watchfree.at#$##list-eps ~ .mvi-content { margin-top: 220px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/25341
u.gg#$##af-click > #af-header.clickable.af-header { height: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/25108
geeksultd.com#$#.ezoic-ad { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/25054
apkpure.com#$##iframe_download + .slide-wrap > .bd > .tempWrap > ul[style^="width: 1656px;"] { left: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/24755
welltorrent.icu#$#div[id^="SC_TBlock"] { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/24743
thewindowsclub.com#$#.ezoic-ad { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/24700
leechpremium.link#$#body { overflow: visible!important; }
leechpremium.link#$#div[aria-labelledby="myModalLabel"] { display: none!important; }
leechpremium.link#$#.modal-backdrop { display: none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/24527
limetorrents.info#$#a[href^="/fast.php?"][rel="nofollow"][style^="display: block !important"] { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/24428
rim-world.com#$#.ezoic-ad { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/24323
oregonlive.com#$##adTower { margin-top: 0px; }
! https://github.com/AdguardTeam/AdguardFilters/issues/23773
vporn.com#$#a[href^="//bongacams2.com"] { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/23644
digit.in#$##main { padding: 59px 0 0!important; }
digit.in#$##sub_header { top: 40px!important; }
! katcr.co - ad
katcr.co#$#.alert--danger { visibility: hidden!important; margin-top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/23098
guardiandeals.com#$#div[id^="bsa-block"][style] { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/23221
flyordie.com#$#body > iframe[style*="left: 180px;"] { left: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/22782
nfl.com#$#div[data-foobar-id="realthing"] { padding-top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/22722
kissmanga.com#$#iframe[src^="/ads/"] { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/22521
babylonbee.com#$#.adsbygoogle { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/22476
besttechinfo.com#$#.ezoic-ad { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/22473
heroacademia2.net,shingekikyojin3.net#$#.entry-content .overlay { display: none!important; }
heroacademia2.net,shingekikyojin3.net#$#.entry-content .cointainer-iframe { display: block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/22408
hardocp.com#$#body { background-image: none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/22345
economictimes.indiatimes.com#$#.adsbg300 { position: absolute!important; left: -3000px!important; }
! mirrorace.com - ads
mirrorace.com#$#.uk-text-center > a[rel="nofollow"] > img { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/22116
14powers.com#$#.adtester-container { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/22194
citethisforme.com#$#.page.a4 { min-height: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/17500
motherless.com#$#iframe[style="display:block !important"]:not([id="adguard-assistant-dialog"]) { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/21963
todaysnews.live#$##container > #leftCol.shadow { min-height: 0!important; visibility:hidden!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/21857
sfgate.com#$#.ctpl-fullbanner { display: none!important; }
sfgate.com#$##ctpl-fullbanner-spacer { display: none!important; }
sfgate.com#$#header > #subHead { transform: translateY(0px)!important; }
sfgate.com#$#header > nav#siteNav[class="site-nav menu-slide"] { transform: translateY(0px)!important; }
sfgate.com#$#header > nav#siteNav[class^="site-nav menu-slide fixed"] { top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/21715
wowhead.com#$##page-content { padding-right: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/21672
nbcsports.com#$#.entry-footer { min-height: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/20217
chron.com#$#.subHead { transform: translateY(0)!important; }
chron.com#$#nav[class="site-nav menu-slide"] { transform: translateY(0)!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/20530
readwhere.com#$#.adunit { margin-top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/20430
no-minimum.com#$##table9 { height: calc(100%)!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/20013
toucharcade.com#$#header > #header { padding-top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/20098
! https://github.com/AdguardTeam/AdguardFilters/issues/22485
! https://forum.adguard.com/index.php?threads/29078/
crackwatch.com#$#div[style$="text-align: center;"] > div > a[rel="nofollow noopener noreferrer"] span[style*="background-image"] + div { display: none!important; }
crackwatch.com#$#div[style$="text-align: center;"] > div > a[rel="nofollow noopener noreferrer"] span[style*="background-image"][style*="base64"] { height: 1px!important; min-height: 1px!important; background-image: none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/19897
cyanogenmods.org#$#.ezoic-ad { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/19883
opensubtitles.org#$#.content > fieldset.intro[style="height:250px;"] { height: auto!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/19624
247sports.com#$#section.main-wrapper > .topnav { margin-top: 0!important; }
247sports.com#$#section.main-wrapper > .topnav > .nav-bar.nav-bar--fixed { top: 0!important; }
! wololo.net ad left-overs
wololo.net#$#.ezoic-ad { position: absolute!important; left: -3000px!important; }
! https://forum.adguard.com/index.php?threads/intoupload-net.29090/
intoupload.net#$##downloadbtn { display:block!important; }
intoupload.net#$##downloadBtnClick { display:none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/19457
mp3skull-tube.net#$#.col-md-12 > .tableBox { margin-bottom: 100px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/19458
smsget.net#$#.adsbygoogle { height:1px!important; }
! kimcartoon.to, kimcartoon.me - unhide video player
kimcartoon.to,kimcartoon.me#$##my_video_1 { display: block!important; }
kimcartoon.to,kimcartoon.me#$##my_video_1_html5_api { display: block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/19268
trueanal.com#$#.modal-open { overflow:visible!important; }
trueanal.com#$#div[class^="modal"] { display:none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/18659
economist.com#$#.fe-blogs__top-ad-wrapper { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/18780#issuecomment-401265284
vg247.com#$#.mpu { position: absolute!important; left: -3000px!important; }
vg247.com#$#.advert { position: absolute!important; left: -3000px!important; }
! https://forum.adguard.com/index.php?threads/faq-for-creating-rule-user-filter.28977/#post-169445
primewire.life#$#a[href^="/gohere.php?"] { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/17440
realthaisluts.com#$#.ads-block-bottom-wrap  { position: absolute!important; left: -3000px!important; }
realthaisluts.com#$#.video-list-ads { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/17543
healthline.com#$#.css-orw3q8 { margin-top: 100px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/17606
tvtropes.org#$#.ad-content-top { min-height:1px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/17252
maps4heroes.com#$#.adsbygoogle iframe { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/17187
rockettube.com#$#.fixedPos { overflow:visible!important; }
rockettube.com#$#.popup { display:none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/16624
coub.com#$#.timeline-banner { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/16660
filecrypt.cc#$#a[href][onclick^="var"][onclick*="openLink"] > i > img { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/16550
egmnow.com#$##pt_dark_over { display:none!important; }
egmnow.com#$##pt_place_content { visibility: visible!important; }
egmnow.com#$##pt-everything { visibility: visible!important; }
egmnow.com#$#div[class^="pt-pop-overlay"] { display:none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/16519
dl.ccbluex.net#$#.ad { position: absolute!important; left: -4000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/16098
watchcartoononline.io#$##r-player { display:block!important; }
watchcartoononline.io#$##r-reklam { display:none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/16390
mellowads.com#$#.flexBefore { position: absolute!important; left: -4000px!important; }
mellowads.com#$#div[class^="flexAd"] { position: absolute!important; left: -4000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/15762
! https://github.com/AdguardTeam/AdguardFilters/issues/33462
! https://github.com/AdguardTeam/AdguardFilters/issues/15845
! https://github.com/AdguardTeam/AdguardFilters/issues/15846
tasteofcountry.com#$##site-menu-wrapper > .logo { display:block!important; height: 50px!important; }
popcrush.com#$##site-menu-wrapper > .logo { display: block!important; height: 50px!important; top: 10px!important; max-width: 318px!important; }
popcrush.com,tasteofcountry.com#$#.non-menu-content { display:none!important; }
popcrush.com,tasteofcountry.com#$#.site-menu-right { top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/15850
kodi-tutorials.uk#$#.ezoic-ad { position: absolute!important; left: -4000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/15825
justwatch.com#$#.filter__wrapper--fixed { top:50px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/15069
ghanaweb.com#$#body > #pagecontainer[style$="top:85px;"] { top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/15229
appletoolbox.com#$#.ezoic-ad { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/14035
ok-y.com#$#.player > .hide { display:none!important; }
ok-y.com#$##embed { margin-top: 0!important; }
ok-y.com#$#.ios_img { display:none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/14248
medicalnewstoday.com#$#ins[data-ad-client] { position: absolute!important; left: -4000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/14136
majorgeeks.com#$#.cbola-banner-structure { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/14006
forum.hackinformer.com#$#.adsbygoogle { height: 1px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/13402
moondash.co.in,moonb.ch#$#iframe[src^="//mellowads.com/view/"] { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/13659
livescience.com#$#.tmntag_adlabel { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/13143
evanstonnow.com#$#.node-content > #node-story-full-group-lead-photo { float:right!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/12812
reallifecamsex.xyz#$##video_player_container { display:inline!important; }
reallifecamsex.xyz#$##preroll_placeholder { display:none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/11847
xtube.com#$#body.desktopView.hasFooterAd .mainSection { padding-bottom: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/11843
1337x.st#$#div[id*="Composite"] { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/11602
updato.com#$#.adsbygoogle { height: 1px!important; }
updato.com#$#div[class^="firmware-"][class*="-add"] { height:1px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/8992
battlecats-db.com#$#.adsbygoogle { position: absolute!important; left: -4000px!important;}
! https://github.com/AdguardTeam/AdguardFilters/issues/9747
tempostorm.com#$#.bg-override {background-color: #1b141d!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/9959
dvbtmap.eu#$##leftCol { top: 50px!important; }
dvbtmap.eu#$##content-container { margin-top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/10712
bitfun.co#$#div[class^="flex"][class*="Ad"] { position: absolute!important; left: -2000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/11379
redtube.com#$#.video_left_section > .hd .subtxt {position: absolute!important; left: -3000px!important; }
redtube.com#$#.remove_ads {position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/11187
pictame.com#$#.grid > .panel.clearfix.social-entry.text-center[style*="padding: 0px; min-height:"] { visibility: hidden!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/10914
citationmachine.net#$##rectangle_in_stream { position: absolute!important; left: -4000px!important;}
! https://github.com/AdguardTeam/AdguardFilters/issues/10831
akvideo.stream#$#.mypop { position: absolute!important; left: -2000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/10532
vuxm.com#$##embed-overlay { display:none!important; }
vuxm.com#$#.player > .hide { display:none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/10541
tune.pk#$##ad-container-overlay { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/10542
nme.com#$##wrapper { padding-top: 0!important; }
nme.com#$#.advert { z-index: -999999!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/10331
uplod.org,uplod.cc#$#button.downloadbtn:not([name]) { display: block!important; }
uplod.org,uplod.cc#$#button.downloadbtn[name] { display: none!important; }
uplod.org,uplod.cc#$##downloadBtnClick~div.checkbox { display: none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/10332
dailyuploads.net#$##downloadBtnClickOrignal { display: block!important; }
dailyuploads.net#$#button[id="downloadBtnClick"] { display: none!important; }
dailyuploads.net#$##downloadBtnClick~label[style="font-size:x-small"] { display: none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/6945
moviechat.org#$#.adc { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/9538
showsport-tv.com#$##ch_area[style="pointer-events: none;"] { pointer-events: auto!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/9522
buffstream.com#$##webmodal2 { display: none!important; }
buffstream.com#$#.modal-backdrop { display: none!important; }
buffstream.com#$#body.modal-open { overflow: visible!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/8931
vpnmentor.com#$##bio_ep { display: none!important; }
vpnmentor.com#$##bio_ep_bg { display: none!important; }
vpnmentor.com#$#body { overflow: visible!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/8406
dailyfreebits.com#$#a[href^="//mellowads.com/"] { visibility: hidden!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/8455
opensnow.com#$#.mobile-ad { position: absolute!important; left: -4000px!important; }
opensnow.com#$#.wide-ad { position: absolute!important; left: -4000px!important; }
opensnow.com#$#.web-ad { position: absolute!important; left: -4000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/8370
blockersurvive.com#$#.ads-content { height: 1px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/7699
hgtv.com#$#body[style^="margin-top: 90px;"] { margin-top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/7698
diynetwork.com#$#body[style^="margin-top: 90px;"] { margin-top: 0!important; }
! https://forum.adguard.com/index.php?threads/22273/
skymetweather.com#$##wrapperinner > div#block_top > div.top10-top { height: 40px!important}
! https://github.com/AdguardTeam/AdguardFilters/issues/7697
spoonuniversity.com#$#body[style^="margin-top: 90px;"] { margin-top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/7696
cookingchanneltv.com#$#body[style^="margin-top: 90px;"] { margin-top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/7695
greatamericancountry.com#$#body[style^="margin-top: 90px;"] { margin-top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/7694
travelchannel.com#$#body[style^="margin-top: 90px;"] { margin-top: 0!important; }
! https://forum.adguard.com/index.php?threads/27171/
timesofindia.indiatimes.com#$#.ad1 { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/7262
getfree-bitcoin.com#$#.top-advertisement { position: absolute!important; left: -3000px!important; }
! https://forum.adguard.com/index.php?threads/resolved-ytssubtitles-com-fake-button-ag-browser-extension.24942/
ytssubtitles.com#$#.uk-text-center > a[rel="nofollow"][style="display: inline-block !important;"] > img { position: absolute!important; left: -3000px!important; }
! https://forum.adguard.com/index.php?threads/resolved-dir50-com-android.26665/
dir50.net#$#.bigres { visibility: hidden; }
! https://github.com/AdguardTeam/AdguardFilters/issues/7603
androidauthority.com#$#div[data-spotim-slot-size="300x250"] { position: absolute!important; left: -3000px!important; }
! https://forum.adguard.com/index.php?threads/26656/
justwatch.com#$#.wrapper { padding-top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/7436
futhead.com#$#.headliner-homepage { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/7175
simply-debrid.com#$##google_ads { height: 1px!important; visibility: hidden!important; }
! https://forum.adguard.com/index.php?threads/26512/
dir50.com#$#.bigres { visibility: hidden; }
! https://forum.adguard.com/index.php?threads/26451/
mil.ink#$#.adsbygoogle { height: 1px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/7008
redir2.auto-login-xxx.com#$##rf { position: absolute!important; left: -3000px!important; }
! https://forum.adguard.com/index.php?threads/myrealgames-com.25940/
myrealgames.com#$#.desktop-only.main-adv-block { visibility: hidden!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/13855
poki.com#$#.Ex.FC { visibility: hidden!important; }
poki.com#$#.Ex.FD { visibility: hidden!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/7026
golfchannel.com#$#header.navigation { top: 0!important; }
golfchannel.com#$##page-outer { margin-top: 45px!important; }
golfchannel.com#$#body section.content { margin-top: 100px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/6984
4downfiles.org#$#div[style="width:300px; height:250px; background-color:#f4f4f4; text-align:center"] { visibility: hidden!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/7007
foodnetwork.com#$#body[style^="margin-top: 90px;"] { margin-top: 0!important; }
! https://forum.adguard.com/index.php?threads/25732/
nextgenupdate.com#$##ad-block { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/6981
warclicks.com#$#.holder > .cool-holder.cool-728.blocked-728 { visibility: hidden; }
! https://forum.adguard.com/index.php?threads/25651/
tennistemple.com#$##header_height[style="height: 110px;"] { height: 50px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/6876
bicycling.com#$#.region-banner { display: none!important; }
bicycling.com#$#.header.scrolling { top: auto!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/6874
runnersworld.com#$#.region-banner { display: none!important; }
runnersworld.com#$#.header.scrolling { top: auto!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/6867
easybib.com#$##easybib_lboard { position: absolute!important; left: -3000px!important; }
easybib.com#$#[id^="easybib_box"] { position: absolute!important; left: -3000px!important; }
easybib.com#$#.easybib-col2-box { position: absolute!important; left: -3000px!important; }
! https://forum.adguard.com/index.php?threads/https-www-gumtree-com-au.25525/
gumtree.com.au#$#.header { margin-top: 0!important; }
! https://forum.adguard.com/index.php?threads/resolved-primewire-ag.18353/
primewire.ag#$#a[href^="/gohere.php?link="][style="display:inline !important;"] { position: absolute!important; left: -3000px!important; }
! https://forum.adguard.com/index.php?threads/http-thefreedictionary-com.25069/
freethesaurus.com,thefreedictionary.com#$#.content-holder > div[class]:empty { position: absolute!important; left: -3000px!important; }
thefreedictionary.com#$#.content-holder > div[class][style^="height:"]  { position: absolute!important; left: -3000px!important; }
! https://forum.adguard.com/index.php?threads/24987/
javboss.com#$##preroll { display: none!important; }
javboss.com#$##loading { display: none!important; }
! https://forum.adguard.com/index.php?threads/24985/
javmany.com#$##preroll { display: none!important; }
javmany.com#$##loading { display: none!important; }
! https://forum.adguard.com/index.php?threads/24991/
pcgamingwiki.com#$#.home-information-column { padding-top: 40px!important; }
! https://forum.adguard.com/index.php?threads/24881/
time.com#$#.column.small-12[data-reactid="101"] > div.row > div.column:last-child { float: left!important; }
! https://forum.adguard.com/index.php?threads/24871/
daporn.com#$##mediaOverlay { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/6422
zo.ee#$##rf { position: absolute!important; left: -3000px!important; }
! https://forum.adguard.com/index.php?threads/http-www-thebody-com.24551/
thebody.com#$##pagecontainer > #topnav { margin-top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/6553
yeptube.com#$#div[class="thr-rcol"] > div[class="container mt15"] { visibility: hidden!important; }
! https://forum.adguard.com/index.php?threads/24651/
youpornru.com#$#.column-flex { width: auto!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/6510
pornhub.com#$#.playerFlvContainer > div#pb_template[style] { position: absolute!important; left: -3000px!important; }
pornhub.com#$#.video-wrapper > div#player~div[class$=" hd clear"] { position: absolute!important; left: -3000px!important; }
! https://forum.adguard.com/index.php?threads/24633/
perfectgirls.net#$#.list__item { margin-right: auto!important; }
perfectgirls.net#$#.list__item { margin-left: auto!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/6327
medicalnewstoday.com#$#body > #navigation { margin-bottom: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/6359
dotesports.com#$#.row._mwxnus{ margin-top: 10px!important; }
dotesports.com#$#.row._1nsgeoz { margin-top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/6391
trustedreviews.com#$#body.has-adverts > #wrapper { padding-top: 0!important; }
trustedreviews.com#$#body.has-adverts > .header-advert { display: none!important; }
! https://forum.adguard.com/index.php?threads/24189/
hanime.tv#$#.golden-saucer-bar { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/6241
popculture.com#$#.ad_blk { position: absolute!important; left: -3000px!important; }
popculture.com#$#body div.adInContent { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/6229
moviemakeronline.com#$#.adsbygoogle { position: absolute!important; left: -3000px!important; }
! thevideo.me - ads
thevideo.me#$#div[id*="Composite"] { position: absolute!important; top: -2000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/6132
paraphrasing-tool.com#$#.ezoic-ad { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/6071
sexoasis.com#$#.detail-side-td { visibility: hidden!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/6063
greenwichmeantime.com#$#.ezoic-ad { position: absolute!important; left: -3000px!important; }
! https://forum.adguard.com/index.php?threads/yourdictionary-com-missed-ads-windows.24013/
yourdictionary.com#$#body > .floating-nav { top: 0px; }
yourdictionary.com#$#body > #ydHeaderContainer[style="display: block; top: 145px;"] { top: 45px!important; }
yourdictionary.com#$#body > #ydHeaderContainer[style="display: block; top: 100px;"] { top: 0!important; }
yourdictionary.com#$#body > ul[class="ui-autocomplete ui-menu ui-widget ui-widget-content ui-corner-all"] { z-index: 99999999!important; }
yourdictionary.com#$#body > #top_spacer[style] { height: 141px!important; }
yourdictionary.com#$#html.touch > body > #top_spacer { height: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/5998
kitguru.net#$#html body { background-image: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/6003
mangashiro.net#$##main > #content > .postsbody { margin-right: 10px; }
! https://github.com/AdguardTeam/AdguardFilters/issues/5953
menshealth.com#$#.region-banner { display: none!important; }
menshealth.com#$#[class="header scrolling"][role="banner"][style^="top:"] { top: auto!important; }
! https://forum.adguard.com/index.php?threads/23858/
androidcentral.com#$#.field-items > .field-item > div[style*="display: block !important;"] { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/5944
official-plus.com#$#body:not(.device-mobile-optimized) #comp-iwtg0twj { top: 430px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/5909
w3schools.com#$##tryitLeaderboard ~ .trytopnav { top: 0!important; }
w3schools.com#$##tryitLeaderboard ~ #container { top: 48px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/5766
yiv.com#$##LeftAdDiv { visibility: hidden!important; }
yiv.com#$##RightAdDiv { visibility: hidden!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/5798
onlinefanatic.com#$#.ezoic-ad { position: absolute!important; left: -3000px!important; }
! https://forum.adguard.com/index.php?threads/23695/
pornscum.com#$#.block-video > div.table > div.opt { visibility: hidden!important; }
! https://forum.adguard.com/index.php?threads/23628/
xxxhare.com#$#.block-video > div.table > div.opt { visibility: hidden!important; }
! https://forum.adguard.com/index.php?threads/23648/
battleate.com#$#iframe[src] { position: absolute!important; left: -3000px!important; }
! https://forum.adguard.com/index.php?threads/23588/
psprices.com#$#.ezoic-ad { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/5657
greenbayphoenix.com#$#[class="component c-nav c-nav-sport"][role="navigation"] { top: 120px; }
! https://forum.adguard.com/index.php?threads/computerworld-com-au-missed-ads-windows.23530/
computerworld.com.au#$#body.lo-body { padding-top: 85px!important; }
computerworld.com.au#$#.lo-top > header.lo-header { top: 0!important; }
! https://forum.adguard.com/index.php?threads/auditbureau-org.23495/
auditbureau.org#$#.leftAdvertise { visibility: hidden!important; }
auditbureau.org#$#.rightAdvertise { visibility: hidden!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/5474
vlive.tv#$#.ly_promotion { display: none!important; }
vlive.tv#$##header > .dimmed_bg { display: none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/5467
gamepedia.com#$##siderail { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/5587
tellyreviews.com#$#.ezoic-ad { position: absolute!important; left: -3000px!important; }
! https://forum.adguard.com/index.php?threads/resolved-saavn-com-missed-ads-windows.22981/#post-143066
!+ NOT_PLATFORM(ext_ff, ext_opera)
saavn.com#$##idle-unit-curtain{display:none!important;}
! https://forum.adguard.com/index.php?threads/saavn-com-missed-ads-windows.22981/
saavn.com#$##aside + #main{margin-right:80px;}
! https://forum.adguard.com/index.php?threads/gaana-com-missed-ads-windows.22939/
gaana.com#$##mainarea{padding:0;}
gaana.com#$#.add_block{display:none!important;}
! https://github.com/AdguardTeam/AdguardFilters/issues/5454
csgosquad.com#$#.container.takeover-container{margin-top:0px;}
! https://github.com/AdguardTeam/AdguardFilters/issues/5390
esport.aftonbladet.se#$#body > #abMasterContainer{top:0px;}
! https://forum.adguard.com/index.php?threads/resolved-reader-jokerfansub-com-adblock-warning-windows.18662/
jokerfansub.com#$#.ads.iframe.banner { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/5316
giveawayoftheday.com#$#.middle.cf > .col1.giveaway_day { margin-top: 0!important; }
giveawayoftheday.com#$#.middle.cf > .col2-2.gaotd_game2 { margin-top: 0!important; }
! https://forum.adguard.com/index.php?threads/fmovies-is.22692/
fmovies.is#$#div[id*="Composite"] { position: absolute!important; left: -3000px!important; }
! https://forum.adguard.com/index.php?threads/22385/
cultofmac.com#$#.ezoic-ad { position: absolute!important; left: -3000px!important; }
! https://forum.adguard.com/index.php?threads/comicbook-com-android.22292/
comicbook.com#$#.landingstrip-list > li:not([data-key]) {visibility:hidden!important;}
! comickbook.com - ads leftovers
comicbook.com#$#[id^="oas_"] { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/5207
investing.com#$#[style*="height: 600px !important; width: 300px !important;"][style*="display: inline-table !important;"] { position: absolute!important; left: -3000px!important; }
investing.com#$#[style*="height: 250px !important;"][style*="display: inline"] { position: absolute!important; left: -3000px!important; }
investing.com#$#.wrapper > div[id][class] > div > div[style^="height: 90px"]  { position: absolute!important; left: -3000px!important; }
investing.com#$#.tradeNowRightColumn+div:not([class]):not([id]) > div:not([class]):not([id])[style] > div:not([class]):not([id]) > iframe:not([src])[style] { position: absolute!important; left: -3000px!important; }
investing.com#$#.wrapper > div:not([class]):not([id]) > div:not([class]):not([id]) > div[style^="height: 90px !important;"] { position: absolute!important; left: -3000px!important; }
! https://forum.adguard.com/index.php?threads/21834/
kickasstorrent.hu#$#.torrenttable > .torrentrow[style^="background-color"] { position: absolute!important; left: -3000px!important; }
! https://forum.adguard.com/index.php?threads/21869/
mywatchseries.to#$#a[href^="http://data.committeemenencyclopedicrepertory.info/"] { position: absolute!important; left: -3000px!important; }
! https://forum.adguard.com/index.php?threads/8772/
apkmirror.com#$#body .google-ad-leaderboard-smaller { position: absolute!important; left: -4000px!important; display:block!important; }
apkmirror.com#$#body .google-ad-square-sidebar { position: absolute!important; left: -4000px!important; display:block!important; }
! adsjudo popup
koyhni.ru,torrentking.eu,dreamfilm.se,dreamfilmhd.sh,hotshotgamers.net,hugesharing.net,hulkload.com,iwannawatch.to,keepvidi.net,linkshrink.net,movie2k.io,moviesdbz.net,moviesmast.com,mp3tunes.ws,mydownloadtube.com,softango.com,stream2watch.cc,strikeout.me,thepiratefilmeshd.com,vipbox.bz,vipbox.nu,vipboxtv.me,vipleague.tv#$#a[onclick^="mainWidget_globalTm"] { position: absolute!important; top: -9999px!important; left: -9999px!important; }
! https://forum.adguard.com/index.php?threads/21723/
moddb.com#$##subheader { height: 50px!important; padding-bottom: 0!important; background-image: none!important; }
! https://forum.adguard.com/index.php?threads/21624/
videohaven.net#$#.leftcol > div[style="position: relative;"] { display: none!important; }
videohaven.net#$##player_code { visibility: visible!important; }
! https://forum.adguard.com/index.php?threads/21454/
forum.xda-developers.com#$#.post-first-post { min-height: auto!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/4921
therebel.media#$#iframe.embedly-embed { max-height: 400px!important; }
! https://forum.adguard.com/index.php?threads/21104/
vmovee.click#$#a[onclick*="mainWidget_globalTm"] { position: absolute!important; left: -3000px!important; }
! https://forum.adguard.com/index.php?threads/20829/
gadgets.ndtv.com#$#div[id^="div-gpt-ad"] { position: absolute!important; left: -3000px!important; }
! https://forum.adguard.com/index.php?threads/20418/
afaqs.com#$##afsitecap {display:none!important;}
afaqs.com#$##masterhead_container {display:block!important;}
! https://forum.adguard.com/index.php?threads/19798/
ultimate-guitar.com#$##advanced_search td.b.bdrunion[style^="display: block!important;"] { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/4346
cdkeys.com#$#body .wrapper { background: none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/4340
worldfree4u.lol#$#body > a[onclick] { width: 0!important; height: 0!important; }
! https://forum.adguard.com/index.php?threads/b99-tv.19229/
b99.tv#$##cartoon-preroll-container {display:none!important;}
b99.tv#$##videoframe {display:block!important;}
! https://forum.adguard.com/index.php?threads/pixhost-org-nsfw.19062/
pixhost.org#$##js { display: none!important; }
pixhost.org#$##web { display: block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/4187
theatlantic.com#$#.welcome-lightbox{display:none!important;}
theatlantic.com#$#.welcome-screen-open #site{-webkit-filter:none!important;-moz-filter:none!important;filter:none!important;}
theatlantic.com#$#.welcome-screen-open:after{display:none!important;}
theatlantic.com#$#.welcome-screen-open{overflow:visible!important;}
! https://forum.adguard.com/index.php?threads/www-trictrac-net.18102/
trictrac.net#$#html > body.withAd { background: #f5f5f5!important; }
trictrac.net#$#html > body.withAd:hover { cursor: auto; }
trictrac.net#$#html > body.withAd #container { cursor: auto; }
! bing.com - ads in search results
bing.com#$#.b_ad { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/3909
picjumbo.com#$#.adsbygoogle { height: 1px!important; }
! https://forum.adguard.com/index.php?threads/imgspice-com-nsfw.17966/
imgspice.com#$##download_box > #widepage { display: none!important; }
! https://forum.adguard.com/index.php?threads/18088/
backin.net#$##divvvx { height: 10px!important; }
backin.net#$##hideadb { display: block!important; }
backin.net#$##hideadb > a { display: block!important; }
backin.net#$##mydiv2 { display: block!important; }
! https://forum.adguard.com/index.php?threads/14629/
xhamster.com#$#div[style*="adVideo"] { position: absolute!important; left: -3000px!important; }
! https://forum.adguard.com/index.php?threads/rockpapershotgun-com.17594/
rockpapershotgun.com#$##page-wrapper { background: inherit!important; padding-top: inherit!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/3792
pcmag.com#$##adkit_billboard { padding-top: 0!important; }
! https://forum.adguard.com/index.php?threads/17649/
techcentral.ie#$#body.home { background: none!important; }
techcentral.ie#$#body.single { background: none!important; }
! https://forum.adguard.com/index.php?threads/17638/
wizhdsports.to#$#body > a[style^="width:100%; height:100%; display:block!important;"] { position: absolute!important; left: -3000px!important; }
! https://forum.adguard.com/index.php?threads/16856/
recordedcams.com#$#.video-list-ads { position: absolute!important; left: -3000px!important; }
! https://forum.adguard.com/index.php?threads/16794/
mije.net#$#.save-time + span { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/3569
techpowerup.com#$#body { background-image: none !important; background-color: #f0f0f0 !important; }
! https://forum.adguard.com/index.php?threads/www-c8-fr.15884/
c8.fr#$#body { cursor:default!important; }
! https://forum.adguard.com/index.php?threads/16347/
redtube.com#$#.video-listing.two-in-row { width: 100% !important; }
redtube.com#$#.video-listing.two-in-row > li.first-in-row:nth-child(4n-1) { clear: none !important; margin-left: 25px !important; }
redtube.com#$#.tja { position: absolute!important; left: -3000px!important; }
! https://forum.adguard.com/index.php?threads/16312/
intoday.in#$#.ad-withborder { position: absolute!important; left: -3000px!important; }
intoday.in#$#.ad_bn { position: absolute!important; left: -3000px!important; }
intoday.in#$#.right-ad { position: absolute!important; left: -3000px!important; }
intoday.in#$#.cnAdzerkDiv { position: absolute!important; left: -3000px!important; }
! Fix ad left-overs https://forum.adguard.com/index.php?threads/marketwatch-com.15906/
marketwatch.com#$##brass-rail { display: none!important; }
marketwatch.com#$#.breadcrumb-container::after { max-width: 1280px!important; }
marketwatch.com#$##right-rail-cutout { display:none!important; }
! vg247.com - remove background branding, padding at the top
vg247.com#$##page-wrapper { background-image: none!important; padding-top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/3279
cityam.com#$##pre-header { position: absolute!important; left: -3000px!important; }
! https://forum.adguard.com/index.php?threads/15366/
myanimelist.net#$#div._unit[style] { position: absolute!important; left: -3000px!important; }
! https://forum.adguard.com/index.php?threads/10422/
gamepedia.com#$#.ad-placement { position: absolute!important; left: -3000px!important; }
! https://forum.adguard.com/index.php?threads/14313/
ndtv.com#$#div[class^="ad300"] { position: absolute!important; left: -3000px!important; }
gadgets.ndtv.com#$#div[id$="__kpw_product_rhs"] { position: absolute!important; left: -3000px!important; }
gadgets.ndtv.com#$#a[href^="https://gadgets360.com/shop/brand"] { position: absolute!important; left: -3000px!important; }
gadgets.ndtv.com#$#div[class$="pw_wrp mt30"] { position: absolute!important; left: -3000px!important; }
! https://forum.adguard.com/index.php?threads/13435/
inoreader.com#$##reader_pane.reader_pane_sinner { padding-right: 0!important; }
! https://forum.adguard.com/index.php?threads/13055/
download.jkmk.net#$##sitebar > div#bottom { position: absolute; top: -1000px; }
! upload.so - force activate original download button
upload.so#$#button#downloadBtnClickOrignal { display: block!important; }
upload.so#$#button#downloadBtnClick { display: none!important; }
! https://forum.adguard.com/index.php?threads/12853/
allmusic.com#$#.leaderboard { position: absolute!important; left: -3000px!important; }
! https://forum.adguard.com/index.php?threads/12146/
vidspot.net#$#div[id$="On3Pla1ySpot"] { position: absolute!important; top: -2000px!important; }
! batmanstream.com - moving the banner outward the screen
batmanstream.com#$#a[href^="data:text/html;base64"][style] { position: absolute!important; left: -3000px!important; }
batmanstream.com#$#div[style$="width:728px;height:90px;visibility: visible !important;"] { position: absolute!important; top: -2000px!important; }
! gismeteo.com - fixing ad leftover at the top, hiding one of leftovers
gismeteo.lt,gismeteo.com,gismeteo.lv#$#.rframe#weather-lb { position: absolute!important; left: -3000px!important; }
! emgn.com - removed big paddings at the top of the page
emgn.com#$#.inner-wrapper { margin-top: 0!important; }
emgn.com#$#header.header { top: 0!important; }
! https://forum.adguard.com/index.php?threads/11655/
wantdl.com#$#p[style="text-align: center;"] > a[rel="external nofollow"][class="ext-image"] { pointer-events: none!important; cursor: default; }
! https://forum.adguard.com/index.php?threads/10669/#post-84364
! lifehacker.com - unhide usefil block
lifehacker.com#$#.invisible.leftrailmodule--popular { visibility: visible; }
! https://forum.adguard.com/index.php?threads/10857/
hardwareheaven.com#$#html > body { background: #EEEDED!important; }
hardwareheaven.com#$#body { background: #EEEDED!important; }
! https://forum.adguard.com/index.php?threads/10103 [#2]
forbes.com#$#BODY.body_homepage > DIV.top_link_strip { margin-top: 69px!important; }
! https://forum.adguard.com/index.php?threads/10103/
forbes.com#$#.container { top: 0!important; }
! https://forum.adguard.com/index.php?threads/10206/
hltv.org#$#body { background-image: none !important; }
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1828
kitguru.net#$#body { background-image: none !important; }
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1815
allkeyshop.com#$#body.custom-background { background-image: none!important; }
! answers.yahoo.com - fixing "Ask a question" form
answers.yahoo.com#$##Stencil.Answers #Aside { padding-top: 104px!important; }
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1642
play3r.net#$#body { background-image: none!important; cursor: default!important; }
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1564
custompcreview.com#$#body { background-size: 0!important; cursor: default!important; }
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1518
pcgameware.co.uk#$#body { background-image: none !important; }
! benchmarkreviews.com - branded background (the rules are not duplicate, 1st - for Chrome extension, 2nd - for app)
benchmarkreviews.com#$#body { background-image: none!important; }
benchmarkreviews.com#$#html > body { background-image: none!important; }
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1416
thinkcomputers.org#$#body.myatu_bgm_body { background-image: none !important; }
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1373
liberallogic101.com#$#aside#text-37 { visibility: hidden!important; width: 0!important; position: absolute!important; }
! http://forum.adguard.com/showthread.php?8347
limetorrents.cc#$#div[style^="float:left"] > a[rel="nofollow"] { visibility: hidden!important; position: fixed!important; }
limetorrents.cc#$#font { visibility: hidden!important; position: fixed!important; }
! pixlr.com - expanded workspace
pixlr.com#$#body { padding-right: 0!important; }
!
torrentdownloads.me#$#a[href^="/redir.php"][rel="nofollow"][style="display: block !important;"] > img[style="display: block !important"] { position: absolute!important; left: -3000px!important; }
chinatownav.com#$#.invideo {display:none!important;}
!
mail.yahoo.com#$#div[id="shellcontent"] { right: 0!important; }
mail.yahoo.com#$#.panescroll #toolbar { right:0 !important; }
mail.yahoo.com#$#.pc.panescroll { top: 0px !important; }
mail.yahoo.com#$#.pc.panescroll #theAd { top: 0px !important; }
mail.yahoo.com#$#.pc.panescroll #shellcontent { top: 0px !important; }
mail.yahoo.com#$##main { max-width: 2560px !important; }
mail.yahoo.com#$##yucs { max-width: 2560px !important; }
mail.yahoo.com#$##yuhead-bucket { max-width: 2560px !important; }
mail.live.com#$#.WithRightRail { min-width: auto!important; right: 0!important; }
neowin.net#$#.banner-square { height: 0!important; min-height: 0!important; margin: 0!important; padding: 0!important; display: none!important; }
neowin.net#$#div[class^="banner-"] { height: 0!important; min-height: 0!important; margin: 0!important; padding: 0!important; display: none!important; }
!-------------------
!-------HTML--------
!-------------------
! PopAds
acefile.co,watchxxxfreeinhd.com,haloani.ru,premiumleecher.com,egybest2.com,diag-auto.site,mygoodstream.pw,shinden.pl,superitu.com,edmdl.com,ayefiles.com,vezi-online.org,project-free-tv.ag,9stream.pw,mypeercast.com,ibrodtv.net$$script[data-cfasync="false"][tag-content="""PopAds%20CGAPIL%20A"""][min-length="1000"][max-length="3000"]
! AdMaven
downloadpirate.com,uploadmp4.com$$script[tag-content="window.Fingerprint2"][min-length="100000"][max-length="350000"]
shon.xyz,yts.gd,flashx.pw$$script[tag-content="window.Fingerprint2.FP2Options;a.exclude.PixelRatio"][min-length="350000"][max-length="700000"]
! `(function(__htas)`
123pandamovie.me,123pandamovie.com,1tanah-abang.com,211po.com,300mbmovies.me,345fen.com,627ti.com,713ewm3.com,920ya.com,acssupply.net,admiralxd163.info,ahri-plus.com,ahri.site,ahri.xyz,ahri8.com,akali.club,all-adult-moves.gdn,allgoods.pro,andrewcaseyelectric.net,ankarasacekimimerkezleri.com,apksuggest.com,appgaming.info,appinviter.net,arizonahomeproperties.com,arteytartas.com,aslibet.net,bananamovies.net,bestpornbabes.com,betullife.com,boracaypools.net,bounceusa.us,boyintransit.com,bulkmod.info,buxxter.net,bwinir90game.com,bybulentyacht.com,cabinetpsybordeaux.com,cabinsofthesmokymountains.org,cairnsbond.com,casinokings.info,celebrateliferetreat.com,cemejp.biz,cerkita.net,cfapfakes.com,chiamiablogs.com,chn171.com,cl8282.com,classifiedonlineads.net,clubmediterran.info,coastalorganizingandstagingsolutions.com,cod787.com,cslivechat100.com,datingsworld13.com,derekpaulgendron.com,directory-two.co.uk,duibusters.info,dzierzoniow24.pl,emergencymanagementsummit.org,emeufootmaker.info,emp4.link,emp4s.info,erotischesexgeschichten.club,evolutiondigital.group,eyraric.website,ezclassifiedads.com,fapbraze.com,fbcinema.com,filemonster.org,filmedesexo.blog.br,fitmarketingalliance.com,fjavhub.xyz,free-adult-scene.gdn,freepornhdonlinegay.com,frisons.fr,fullxxxmovies.me,fwebdirectory.com,goldstaragents.com,good2golimo.com,gpcllw.biz,guidemyride.us,gxzmjc.com,h799g.com,hafh410.org,hardikmehta.in,healthofficials.xyz,hellxx.com,holiganbet86.com,homenssemcamisa.com,hot-periscope-replay.com,hotshame.com,iklanmu.info,indiansexvideos.tv,instituteofdanceaus.com,inxporn.com,inzesttube.com,iyottube.commost-recent,jav69.vip,javfind.com,javfor.xyz,javhd.xyz,javhub.vip,jcp.mobi,joinurbio.com,kaisa.world,kfapfakes.com,killuminatistore.com,knownshelter.info,lachesis.fr,laportewithkids.com,littleteenporn.com,livraisonfleursmans.fr,lromco.biz,luhanastore.com,luxurysotograndeproperty.com,makemebeautifulsalon.info,mangovideo.pw,manhwahand.com,mbrojtjanepune.com,mcfucker.com,mikescomputersga.net,montenegrobet06.com,moviesboys.com,mthoo.net,mulheresnaplayboy.com,music-hiroba.info,nepaliputi.net,netflixporno.net,nienfd.com,obscene-desires-xxx.top,oknassau.com,onlygaytube.com,orgasm-denial.net,pandorabutikk.com,parimatch-now9.com,patriciaadler.info,pinkrod.com,planet-translation.com,plashporn.net,playindiansex.com,playstoremarket.com,poolvantage.com,porn-stories.asia,porn4days.com,pornalized.com,pornam.com,porndude.ws,pornfinder.is,porngo.club,porngo.site,pornhegemon.com,pornleech.ws,pornlist.vip,pornocaseiro.vlog.br,pornoid.com,pornoisy.com,pornopaulista.net,pornoreal.com.br,pornowatch.me,pornpete.com,pornsharing.com,pornult.com,pornvibe.org,pottsmail.us,processofpregnancy.com,proogle.info,protect-download.com,pusathwi.com,qajxaq.biz,realtrannyvideos.com,redfly.xyz,refilm.net,rentberry.se,resasunshine.com,rimandfuck.com,royalfigure.com,rqbwfb.biz,safegardra.net,scatville.com,scratchdead.com,sendcast.info,seventysixdistrict.com,sexopornogay.com.br,sexsaoy.com,shemalepower.xyz,shinmeilvxing.com,sixthdistrictwim.org,socialcovergenerator.com,sourcefirstinc.com,spectaclemagie.fr,spectrevariant.com,speedporn.net,spooncook.info,stampedhairsulotions.com,sugarmumy.net,sukkisukki.com,supernua.com,sxwhuc.biz,teeniebay.com,teohandsome.com,terrariumtvios.com,thefappening.one,thefappening2015.com,thefappeningnew.com,thefrappening.so,themetart.com,themvmtacademy.com,thenewporn.com,thoughtfulangels.net,tontonfilem.com,totalsportek-streams.blogspot.com,totoworld.net,toxixvape.com,trbet211.com,trendbunda.com,ugafc.com,updatetube.com,uploadion.com,uscollegeinternational.com,uwczfk.biz,vapetab.com,videochatrandom.com,videosamadoresreais.com.br,vitalizeskinformen.com,vivation-italia.com,vnidpr.biz,vpornvideos.com,welovenudes.net,wetplace.com,www-11088.com,wzpm.xyz,xn--paypa-9tb.com,xnma.com,xojav.com,xtapes.meadult,xxx-beat.com,xxxallsex.net,xxxgaysporno.com,xxxparodyhd.net,xxxpornmikelenaisus.com,xxxstream.me,yarddigitaloc.review,yespornplease.ws,ytb-mp3-converter.org,zq8p.com$$script[tag-content="(function(__htas){"][max-length="400"]
! https://github.com/AdguardTeam/AdguardFilters/issues/38730
tube8.com$$script[tag-content="loadPopUnder"][min-length="100000"][max-length="200000"]
! https://github.com/AdguardTeam/AdguardFilters/issues/35648
nosteamgames.ro$$script[tag-content="javascript:window.focus();"][min-length="3000"][max-length="12000"]
! https://github.com/AdguardTeam/AdguardFilters/issues/35671
erome.com$$script[tag-content="tiPopAction"][min-length="4000"][max-length="6000"]
! https://github.com/AdguardTeam/AdguardFilters/issues/36247
motherless.com$$script[tag-content="_ml_ads_ns"][min-length="4000"][max-length="5000"]
! viprow.net - ad reinject
viprow.net$$script[tag-content="SEYfRO"][min-length="49000"][max-length="52000"]
! https://github.com/AdguardTeam/AdguardFilters/issues/33064
pornhub.com$$script[tag-content="loadPopUnder"][min-length="30000"][max-length="60000"]
! https://github.com/AdguardTeam/AdguardFilters/issues/34622
letmejerk.com$$script[tag-content="ExoLoader"][min-length="15000"][max-length="35000"]
! https://github.com/AdguardTeam/AdguardFilters/issues/33095
streamplay.to,streamp1ay.me$$script[tag-content="window.Fingerprent2.FP2Options;a.exclude.PixelRatio"][min-length="100000"][max-length="200000"]
! https://github.com/AdguardTeam/AdguardFilters/issues/33133
verystream.com$$script[tag-content="BetterJsPop"][min-length="800"][max-length="30000"]
! https://github.com/AdguardTeam/AdguardFilters/issues/30959
tamiltunes.online$$script[tag-content="=""TAMILWIRE_POP"";"][min-length="60000"][max-length="90000"]
! https://forum.adguard.com/index.php?threads/up-4-net.30856
up-4.net$$script[tag-content="document:{currentScript:null}"][min-length="40000"][max-length="45000"]
! https://github.com/AdguardTeam/AdguardFilters/issues/27216
dwindly.io$$script[tag-content="window.Fingerprint2.FP2Options;a.exclude.PixelRatio"][min-length="270000"][max-length="340000"]
! https://github.com/AdguardTeam/AdguardFilters/issues/23434
nettruyen.com$$div[class="yanad yanpc text-center"]
nettruyen.com$$div[class="yanad yanmobile text-center"]
! https://github.com/AdguardTeam/AdguardFilters/issues/19883
opensubtitles.org$$script[tag-content="window.Fingerprint2.FP2Options;a.exclude.PixelRatio"][min-length="270000"][max-length="272000"]
! https://github.com/AdguardTeam/AdguardFilters/issues/7885
9anime.is$$meta[content="no-referrer"]
! https://forum.adguard.com/index.php?threads/26499/
vrhlehhm.net$$iframe[id="content"]
! go.oclasrv.com clickunder
gsul.me,123moviesfree.com,9anime.to,fastpiratebay.co.uk,gameofbay.org,mywatchseries.to,oploverz.in,piratebays.co.uk,pirateproxy.click,pirateproxy.wf,pirateproxy.yt$$script[src="//go.oclasrv.com/apu.php?"][onerror="()"]
! androidcentral.com - ads
androidcentral.com$$script[tag-content="tmntag.cmd.push"][max-length="200"]
! htapop
alotporn.com,porneq.com,dato.porn$$script[tag-content="var __htapop = {};"][max-length="400"]
! MarketGid ads(for app)
postimg.org$$script[tag-content="mg_ws"][max-length="1600"]
! https://github.com/AdguardTeam/AdguardFilters/issues/32789
oload.vip,oload.best,oload.network,oload.biz,oload.website,oload.xyz,openload.cz,oload.press,oload.life,oload.services$$script[min-length="4000"][max-length="15000"][tag-content="about:blank"]
! https://forum.adguard.com/index.php?threads/msn-com.21237/
msn.com$$li[class="hasimage"][tag-content="""NativeAdHeadlineItemViewModel"""][max-length="2000"]
! https://forum.adguard.com/index.php?threads/17040/
nitroflare.com$$script[tag-content="window.open(""https://adsrvmedia.adk2x.com"]
! https://github.com/AdguardTeam/AdguardFilters/issues/3606
aranzulla.it$$script[tag-content="\x6c\x6f\x63\x6b\x65\x64\x2d\x66\x69\x72\x65\x66\x6f\x78\x2e\x70\x68\x70"][max-length="13000"]
! https://forum.adguard.com/index.php?threads/13636/
bigfile.to$$script[tag-content="bindPopUnder("][max-length="360"]
bigfile.to$$script[tag-content="captchaPopup()"][max-length="200"]
! https://forum.adguard.com/index.php?threads/13055/
jkmk.net$$script[tag-content="(function(){ var g=window;g[""_"]
! https://forum.adguard.com/index.php?threads/11841/
stream2watch.co$$script[tag-content="eval(function(p,a,c,k,e,d)"]
! https://github.com/AdguardTeam/AdguardFilters/issues/11892
speedtest.net$$div[class="dfp-ab-leaderboard"]
! chia-anime.tv - ad in embedded(no Adguard injections)
chia-anime.tv$$div[id="adv1"]
! Stream close button: http://hdstreams.net/channel-35/
wiz1.net$$div[id="floatLayer1"]
! we are using content-rule because pages with ads are too small
yycast.com,webcaston.com$$div[id="adsdiv"]
! poong.tv (iframe stream, found on sportcategory.tv)
poong.tv$$div[id="ad_overlay"]
lesoleildelanuit.com$$div[id="ad_overlay"]
lesoleildelanuit.com$$div[id="ad_footer"]
hentai2read.com$$script[tag-content="adserver.juicyads.com/adshow.php?adzone="]
neowin.net$$div[align="center"][style="120px"][tag-content="billboard_ad"]
! http://forum.adguard.com/showthread.php?2219
tvtoss.com$$script[tag-content="ads-wrap"]
!
thestreet.com$$script[tag-content="welcomeOverlay"][max-length="8000"]
x-pack.org$$script[tag-content="TestPage()"][max-length="2000"]
dreamscene.org$$script[tag-content="adblocker"][max-length="2000"]
uptobox.com$$script[tag-content="adblock.html"][max-length="2000"]
shouldiblockit.com$$div[style="margin-top"][tag-content="Sponsored"][max-length="2500"]
softexia.com$$li[class="comment even"]
techzone360.com$$script[tag-content="poptmcpop"][max-length="1000"]
uptobox.com$$script[tag-content="/pages/adblock.html"][max-length="600"]
unexplained-mysteries.com$$div[style="height:250px;width:300px;"]
sportlive24.me,tutele.me,drhtv.tv$$script[tag-content="$('#ad').show();"][max-length="1000"]
sportlive24.me,tutele.me,drhtv.tv$$script[tag-content="ads_link"][max-length="2000"]
tutele.me$$div[id="adsdiv"]
ehow.com$$h4[tag-content="Ads"]
avforums.com$$div[class="mpuBorder"][tag-content="mpusBorderAdvertisement"]
ultimate-guitar.com$$td[tag-content="script"][max-length="2000"]
winmatrix.com$$table[width="100%"][tag-content="Register to remove the ad"]
lemonde.fr$$script[tag-content="OAS_"]
madison.com$$a[onclick="'_trackEvent','ad'"]
scrap1.com$$script[tag-content="fVpop"]
neolive.net$$script[tag-content="hdvid-codec.com"]
firedrive.com$$script[tag-content=".indexOf(String.fromCharCode("][max-length="12000"]
streami.tv$$script[tag-content="setBigOverlayHTML"][max-length="5000"]
samistream.com$$div[id="floatLayer1"]
samistream.com$$div[id="bannerfloat2"]
neogamr.net$$div[class="banner-"]
forbes.com$$script[tag-content="welcomeAd"][max-length="4000"]
bramjnet.com$$span[onclick="redirect-ads.php"]
torrentz.com,torrentz.eu,torrentz.ph$$dl[tag-content="Sponsored Link"][max-length="1000"]
!
!+ NOT_PLATFORM(ext_edge)
~protonmail.com,~cnn.com,~yandex.by,~yandex.com,~yandex.com.tr,~yandex.kz,~yandex.ru,~yandex.ua,~youtube.com,~vk.com#%#(function(){function d(a,c){if(a instanceof Array&&"string"===typeof a[0]&&(0<=a[0].indexOf("\x43\x72\x79\x70\x74" + "\x6F\x6E\x69\x67\x68\x74")||0<=a[0].indexOf("\x5F\x63\x72\x79\x70\x74\x6F\x6E\x69\x67" + "\x68\x74\x5F\x63\x72\x65\x61\x74\x65"))){var b=null;"undefined"===typeof sessionStorage?b=!1:"1"===sessionStorage.getItem("__u7c4mop23r23239")?b=!0:"0"===sessionStorage.getItem("__u7c4mop23r23239")&&(b=!1);if(null==b){b=window.confirm(g("confirm.miner"));try{if(b)sessionStorage.setItem("__u7c4mop23r23239","1");else if(sessionStorage.setItem("__u7c4mop23r23239","0"),window.confirm(g("confirm.report"))){var d=window.location.hostname,f=encodeURIComponent(document.referrer);(new Image).src="https://crypto.adguard.com/report.png?host="+d+"&ref="+f}}catch(k){}}if(!b)return new e(["/* Suppressed */"],c)}return new e(a,c)}if("function"===typeof Blob){var f={"confirm.miner":'AdGuard has detected an attempt by this website to use your browser as a crypto-currency miner. It can create significant CPU load. Press "Cancel" to prevent it.',"confirm.report":'We are collecting all the information about the websites engaged in hidden crypto-mining. Press "OK" to send an automatic report about this website.'},h={"confirm.miner":'AdGuard \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0438\u043b, \u0447\u0442\u043e \u044d\u0442\u043e\u0442 \u0441\u0430\u0439\u0442 \u043f\u044b\u0442\u0430\u0435\u0442\u0441\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0432\u0430\u0448 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u0434\u043b\u044f \u0434\u043e\u0431\u044b\u0447\u0438 \u043a\u0440\u0438\u043f\u0442\u043e\u0432\u0430\u043b\u044e\u0442\u044b. \u042d\u0442\u043e \u043c\u043e\u0436\u0435\u0442 \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0437\u0430\u043c\u0435\u0442\u043d\u0443\u044e \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0443 \u043d\u0430 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0440. \u041d\u0430\u0436\u043c\u0438\u0442\u0435 "\u041e\u0442\u043c\u0435\u043d\u0430", \u0447\u0442\u043e\u0431\u044b \u0437\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u044d\u0442\u0443 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.',"confirm.report":'\u041c\u044b \u0441\u043e\u0431\u0438\u0440\u0430\u0435\u043c \u0434\u0430\u043d\u043d\u044b\u0435 \u043e\u0431\u043e \u0432\u0441\u0435\u0445 \u0441\u0430\u0439\u0442\u0430\u0445, \u0437\u0430\u043c\u0435\u0447\u0435\u043d\u043d\u044b\u0445 \u0432 \u043f\u043e\u043f\u044b\u0442\u043a\u0430\u0445 \u0441\u043a\u0440\u044b\u0442\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f \u0440\u0435\u0441\u0443\u0440\u0441\u043e\u0432 \u0432\u0430\u0448\u0435\u0433\u043e \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u0430. \u041d\u0430\u0436\u043c\u0438\u0442\u0435 "\u041e\u041a" \u0447\u0442\u043e\u0431\u044b \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043d\u0430\u043c \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u0435 \u043e\u0431 \u044d\u0442\u043e\u043c \u0441\u0430\u0439\u0442\u0435.'},g=function(a){var c=navigator.language;return c&&0===c.indexOf("ru")?h[a]:f[a]},e=Blob;d.prototype=e.prototype;window.Blob=d}})();
! false alarm
google.com,google.ad,google.ae,google.com.af,google.com.ag,google.com.ai,google.al,google.am,google.co.ao,google.com.ar,google.as,google.at,google.com.au,google.az,google.ba,google.com.bd,google.be,google.bf,google.bg,google.com.bh,google.bi,google.bj,google.com.bn,google.com.bo,google.com.br,google.bs,google.bt,google.co.bw,google.by,google.com.bz,google.ca,google.cd,google.cf,google.cg,google.ch,google.ci,google.co.ck,google.cl,google.cm,google.cn,google.com.co,google.co.cr,google.com.cu,google.cv,google.com.cy,google.cz,google.de,google.dj,google.dk,google.dm,google.com.do,google.dz,google.com.ec,google.ee,google.com.eg,google.es,google.com.et,google.fi,google.com.fj,google.fm,google.fr,google.ga,google.ge,google.gg,google.com.gh,google.com.gi,google.gl,google.gm,google.gp,google.gr,google.com.gt,google.gy,google.com.hk,google.hn,google.hr,google.ht,google.hu,google.co.id,google.ie,google.co.il,google.im,google.co.in,google.iq,google.is,google.it,google.je,google.com.jm,google.jo,google.co.jp,google.co.ke,google.com.kh,google.ki,google.kg,google.co.kr,google.com.kw,google.kz,google.la,google.com.lb,google.li,google.lk,google.co.ls,google.lt,google.lu,google.lv,google.com.ly,google.co.ma,google.md,google.me,google.mg,google.mk,google.ml,google.com.mm,google.mn,google.ms,google.com.mt,google.mu,google.mv,google.mw,google.com.mx,google.com.my,google.co.mz,google.com.na,google.com.nf,google.com.ng,google.com.ni,google.ne,google.nl,google.no,google.com.np,google.nr,google.nu,google.co.nz,google.com.om,google.com.pa,google.com.pe,google.com.pg,google.com.ph,google.com.pk,google.pl,google.pn,google.com.pr,google.ps,google.pt,google.com.py,google.com.qa,google.ro,google.ru,google.rw,google.com.sa,google.com.sb,google.sc,google.se,google.com.sg,google.sh,google.si,google.sk,google.com.sl,google.sn,google.so,google.sm,google.sr,google.st,google.com.sv,google.td,google.tg,google.co.th,google.com.tj,google.tk,google.tl,google.tm,google.tn,google.to,google.com.tr,google.tt,google.com.tw,google.co.tz,google.com.ua,google.co.ug,google.co.uk,google.com.uy,google.co.uz,google.com.vc,google.co.ve,google.vg,google.co.vi,google.com.vn,google.vu,google.ws,google.rs,google.co.za,google.co.zm,google.co.zw,google.cat#@%#(function(){function d(a,c){if(a instanceof Array&&"string"===typeof a[0]&&(0<=a[0].indexOf("\x43\x72\x79\x70\x74" + "\x6F\x6E\x69\x67\x68\x74")||0<=a[0].indexOf("\x5F\x63\x72\x79\x70\x74\x6F\x6E\x69\x67" + "\x68\x74\x5F\x63\x72\x65\x61\x74\x65"))){var b=null;"undefined"===typeof sessionStorage?b=!1:"1"===sessionStorage.getItem("__u7c4mop23r23239")?b=!0:"0"===sessionStorage.getItem("__u7c4mop23r23239")&&(b=!1);if(null==b){b=window.confirm(g("confirm.miner"));try{if(b)sessionStorage.setItem("__u7c4mop23r23239","1");else if(sessionStorage.setItem("__u7c4mop23r23239","0"),window.confirm(g("confirm.report"))){var d=window.location.hostname,f=encodeURIComponent(document.referrer);(new Image).src="https://crypto.adguard.com/report.png?host="+d+"&ref="+f}}catch(k){}}if(!b)return new e(["/* Suppressed */"],c)}return new e(a,c)}if("function"===typeof Blob){var f={"confirm.miner":'AdGuard has detected an attempt by this website to use your browser as a crypto-currency miner. It can create significant CPU load. Press "Cancel" to prevent it.',"confirm.report":'We are collecting all the information about the websites engaged in hidden crypto-mining. Press "OK" to send an automatic report about this website.'},h={"confirm.miner":'AdGuard \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0438\u043b, \u0447\u0442\u043e \u044d\u0442\u043e\u0442 \u0441\u0430\u0439\u0442 \u043f\u044b\u0442\u0430\u0435\u0442\u0441\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0432\u0430\u0448 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u0434\u043b\u044f \u0434\u043e\u0431\u044b\u0447\u0438 \u043a\u0440\u0438\u043f\u0442\u043e\u0432\u0430\u043b\u044e\u0442\u044b. \u042d\u0442\u043e \u043c\u043e\u0436\u0435\u0442 \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0437\u0430\u043c\u0435\u0442\u043d\u0443\u044e \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0443 \u043d\u0430 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0440. \u041d\u0430\u0436\u043c\u0438\u0442\u0435 "\u041e\u0442\u043c\u0435\u043d\u0430", \u0447\u0442\u043e\u0431\u044b \u0437\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u044d\u0442\u0443 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.',"confirm.report":'\u041c\u044b \u0441\u043e\u0431\u0438\u0440\u0430\u0435\u043c \u0434\u0430\u043d\u043d\u044b\u0435 \u043e\u0431\u043e \u0432\u0441\u0435\u0445 \u0441\u0430\u0439\u0442\u0430\u0445, \u0437\u0430\u043c\u0435\u0447\u0435\u043d\u043d\u044b\u0445 \u0432 \u043f\u043e\u043f\u044b\u0442\u043a\u0430\u0445 \u0441\u043a\u0440\u044b\u0442\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f \u0440\u0435\u0441\u0443\u0440\u0441\u043e\u0432 \u0432\u0430\u0448\u0435\u0433\u043e \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u0430. \u041d\u0430\u0436\u043c\u0438\u0442\u0435 "\u041e\u041a" \u0447\u0442\u043e\u0431\u044b \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043d\u0430\u043c \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u0435 \u043e\u0431 \u044d\u0442\u043e\u043c \u0441\u0430\u0439\u0442\u0435.'},g=function(a){var c=navigator.language;return c&&0===c.indexOf("ru")?h[a]:f[a]},e=Blob;d.prototype=e.prototype;window.Blob=d}})();
hobby-country.ru,artage.io#@%#(function(){function d(a,c){if(a instanceof Array&&"string"===typeof a[0]&&(0<=a[0].indexOf("\x43\x72\x79\x70\x74" + "\x6F\x6E\x69\x67\x68\x74")||0<=a[0].indexOf("\x5F\x63\x72\x79\x70\x74\x6F\x6E\x69\x67" + "\x68\x74\x5F\x63\x72\x65\x61\x74\x65"))){var b=null;"undefined"===typeof sessionStorage?b=!1:"1"===sessionStorage.getItem("__u7c4mop23r23239")?b=!0:"0"===sessionStorage.getItem("__u7c4mop23r23239")&&(b=!1);if(null==b){b=window.confirm(g("confirm.miner"));try{if(b)sessionStorage.setItem("__u7c4mop23r23239","1");else if(sessionStorage.setItem("__u7c4mop23r23239","0"),window.confirm(g("confirm.report"))){var d=window.location.hostname,f=encodeURIComponent(document.referrer);(new Image).src="https://crypto.adguard.com/report.png?host="+d+"&ref="+f}}catch(k){}}if(!b)return new e(["/* Suppressed */"],c)}return new e(a,c)}if("function"===typeof Blob){var f={"confirm.miner":'AdGuard has detected an attempt by this website to use your browser as a crypto-currency miner. It can create significant CPU load. Press "Cancel" to prevent it.',"confirm.report":'We are collecting all the information about the websites engaged in hidden crypto-mining. Press "OK" to send an automatic report about this website.'},h={"confirm.miner":'AdGuard \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0438\u043b, \u0447\u0442\u043e \u044d\u0442\u043e\u0442 \u0441\u0430\u0439\u0442 \u043f\u044b\u0442\u0430\u0435\u0442\u0441\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0432\u0430\u0448 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u0434\u043b\u044f \u0434\u043e\u0431\u044b\u0447\u0438 \u043a\u0440\u0438\u043f\u0442\u043e\u0432\u0430\u043b\u044e\u0442\u044b. \u042d\u0442\u043e \u043c\u043e\u0436\u0435\u0442 \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0437\u0430\u043c\u0435\u0442\u043d\u0443\u044e \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0443 \u043d\u0430 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0440. \u041d\u0430\u0436\u043c\u0438\u0442\u0435 "\u041e\u0442\u043c\u0435\u043d\u0430", \u0447\u0442\u043e\u0431\u044b \u0437\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u044d\u0442\u0443 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.',"confirm.report":'\u041c\u044b \u0441\u043e\u0431\u0438\u0440\u0430\u0435\u043c \u0434\u0430\u043d\u043d\u044b\u0435 \u043e\u0431\u043e \u0432\u0441\u0435\u0445 \u0441\u0430\u0439\u0442\u0430\u0445, \u0437\u0430\u043c\u0435\u0447\u0435\u043d\u043d\u044b\u0445 \u0432 \u043f\u043e\u043f\u044b\u0442\u043a\u0430\u0445 \u0441\u043a\u0440\u044b\u0442\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f \u0440\u0435\u0441\u0443\u0440\u0441\u043e\u0432 \u0432\u0430\u0448\u0435\u0433\u043e \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u0430. \u041d\u0430\u0436\u043c\u0438\u0442\u0435 "\u041e\u041a" \u0447\u0442\u043e\u0431\u044b \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043d\u0430\u043c \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u0435 \u043e\u0431 \u044d\u0442\u043e\u043c \u0441\u0430\u0439\u0442\u0435.'},g=function(a){var c=navigator.language;return c&&0===c.indexOf("ru")?h[a]:f[a]},e=Blob;d.prototype=e.prototype;window.Blob=d}})();
! https://github.com/AdguardTeam/AdguardFilters/issues/24679
tvplayer.com#@%#(function(){function d(a,c){if(a instanceof Array&&"string"===typeof a[0]&&(0<=a[0].indexOf("\x43\x72\x79\x70\x74" + "\x6F\x6E\x69\x67\x68\x74")||0<=a[0].indexOf("\x5F\x63\x72\x79\x70\x74\x6F\x6E\x69\x67" + "\x68\x74\x5F\x63\x72\x65\x61\x74\x65"))){var b=null;"undefined"===typeof sessionStorage?b=!1:"1"===sessionStorage.getItem("__u7c4mop23r23239")?b=!0:"0"===sessionStorage.getItem("__u7c4mop23r23239")&&(b=!1);if(null==b){b=window.confirm(g("confirm.miner"));try{if(b)sessionStorage.setItem("__u7c4mop23r23239","1");else if(sessionStorage.setItem("__u7c4mop23r23239","0"),window.confirm(g("confirm.report"))){var d=window.location.hostname,f=encodeURIComponent(document.referrer);(new Image).src="https://crypto.adguard.com/report.png?host="+d+"&ref="+f}}catch(k){}}if(!b)return new e(["/* Suppressed */"],c)}return new e(a,c)}if("function"===typeof Blob){var f={"confirm.miner":'AdGuard has detected an attempt by this website to use your browser as a crypto-currency miner. It can create significant CPU load. Press "Cancel" to prevent it.',"confirm.report":'We are collecting all the information about the websites engaged in hidden crypto-mining. Press "OK" to send an automatic report about this website.'},h={"confirm.miner":'AdGuard \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0438\u043b, \u0447\u0442\u043e \u044d\u0442\u043e\u0442 \u0441\u0430\u0439\u0442 \u043f\u044b\u0442\u0430\u0435\u0442\u0441\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0432\u0430\u0448 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u0434\u043b\u044f \u0434\u043e\u0431\u044b\u0447\u0438 \u043a\u0440\u0438\u043f\u0442\u043e\u0432\u0430\u043b\u044e\u0442\u044b. \u042d\u0442\u043e \u043c\u043e\u0436\u0435\u0442 \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0437\u0430\u043c\u0435\u0442\u043d\u0443\u044e \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0443 \u043d\u0430 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0440. \u041d\u0430\u0436\u043c\u0438\u0442\u0435 "\u041e\u0442\u043c\u0435\u043d\u0430", \u0447\u0442\u043e\u0431\u044b \u0437\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u044d\u0442\u0443 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.',"confirm.report":'\u041c\u044b \u0441\u043e\u0431\u0438\u0440\u0430\u0435\u043c \u0434\u0430\u043d\u043d\u044b\u0435 \u043e\u0431\u043e \u0432\u0441\u0435\u0445 \u0441\u0430\u0439\u0442\u0430\u0445, \u0437\u0430\u043c\u0435\u0447\u0435\u043d\u043d\u044b\u0445 \u0432 \u043f\u043e\u043f\u044b\u0442\u043a\u0430\u0445 \u0441\u043a\u0440\u044b\u0442\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f \u0440\u0435\u0441\u0443\u0440\u0441\u043e\u0432 \u0432\u0430\u0448\u0435\u0433\u043e \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u0430. \u041d\u0430\u0436\u043c\u0438\u0442\u0435 "\u041e\u041a" \u0447\u0442\u043e\u0431\u044b \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043d\u0430\u043c \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u0435 \u043e\u0431 \u044d\u0442\u043e\u043c \u0441\u0430\u0439\u0442\u0435.'},g=function(a){var c=navigator.language;return c&&0===c.indexOf("ru")?h[a]:f[a]},e=Blob;d.prototype=e.prototype;window.Blob=d}})();
! https://github.com/AdguardTeam/AdguardFilters/issues/23149
player.hulu.com#@%#(function(){function d(a,c){if(a instanceof Array&&"string"===typeof a[0]&&(0<=a[0].indexOf("\x43\x72\x79\x70\x74" + "\x6F\x6E\x69\x67\x68\x74")||0<=a[0].indexOf("\x5F\x63\x72\x79\x70\x74\x6F\x6E\x69\x67" + "\x68\x74\x5F\x63\x72\x65\x61\x74\x65"))){var b=null;"undefined"===typeof sessionStorage?b=!1:"1"===sessionStorage.getItem("__u7c4mop23r23239")?b=!0:"0"===sessionStorage.getItem("__u7c4mop23r23239")&&(b=!1);if(null==b){b=window.confirm(g("confirm.miner"));try{if(b)sessionStorage.setItem("__u7c4mop23r23239","1");else if(sessionStorage.setItem("__u7c4mop23r23239","0"),window.confirm(g("confirm.report"))){var d=window.location.hostname,f=encodeURIComponent(document.referrer);(new Image).src="https://crypto.adguard.com/report.png?host="+d+"&ref="+f}}catch(k){}}if(!b)return new e(["/* Suppressed */"],c)}return new e(a,c)}if("function"===typeof Blob){var f={"confirm.miner":'AdGuard has detected an attempt by this website to use your browser as a crypto-currency miner. It can create significant CPU load. Press "Cancel" to prevent it.',"confirm.report":'We are collecting all the information about the websites engaged in hidden crypto-mining. Press "OK" to send an automatic report about this website.'},h={"confirm.miner":'AdGuard \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0438\u043b, \u0447\u0442\u043e \u044d\u0442\u043e\u0442 \u0441\u0430\u0439\u0442 \u043f\u044b\u0442\u0430\u0435\u0442\u0441\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0432\u0430\u0448 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u0434\u043b\u044f \u0434\u043e\u0431\u044b\u0447\u0438 \u043a\u0440\u0438\u043f\u0442\u043e\u0432\u0430\u043b\u044e\u0442\u044b. \u042d\u0442\u043e \u043c\u043e\u0436\u0435\u0442 \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0437\u0430\u043c\u0435\u0442\u043d\u0443\u044e \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0443 \u043d\u0430 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0440. \u041d\u0430\u0436\u043c\u0438\u0442\u0435 "\u041e\u0442\u043c\u0435\u043d\u0430", \u0447\u0442\u043e\u0431\u044b \u0437\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u044d\u0442\u0443 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.',"confirm.report":'\u041c\u044b \u0441\u043e\u0431\u0438\u0440\u0430\u0435\u043c \u0434\u0430\u043d\u043d\u044b\u0435 \u043e\u0431\u043e \u0432\u0441\u0435\u0445 \u0441\u0430\u0439\u0442\u0430\u0445, \u0437\u0430\u043c\u0435\u0447\u0435\u043d\u043d\u044b\u0445 \u0432 \u043f\u043e\u043f\u044b\u0442\u043a\u0430\u0445 \u0441\u043a\u0440\u044b\u0442\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f \u0440\u0435\u0441\u0443\u0440\u0441\u043e\u0432 \u0432\u0430\u0448\u0435\u0433\u043e \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u0430. \u041d\u0430\u0436\u043c\u0438\u0442\u0435 "\u041e\u041a" \u0447\u0442\u043e\u0431\u044b \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043d\u0430\u043c \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u0435 \u043e\u0431 \u044d\u0442\u043e\u043c \u0441\u0430\u0439\u0442\u0435.'},g=function(a){var c=navigator.language;return c&&0===c.indexOf("ru")?h[a]:f[a]},e=Blob;d.prototype=e.prototype;window.Blob=d}})();
! https://github.com/AdguardTeam/AdguardFilters/issues/14880#issuecomment-387524642
twitch.tv#@%#(function(){function d(a,c){if(a instanceof Array&&"string"===typeof a[0]&&(0<=a[0].indexOf("\x43\x72\x79\x70\x74" + "\x6F\x6E\x69\x67\x68\x74")||0<=a[0].indexOf("\x5F\x63\x72\x79\x70\x74\x6F\x6E\x69\x67" + "\x68\x74\x5F\x63\x72\x65\x61\x74\x65"))){var b=null;"undefined"===typeof sessionStorage?b=!1:"1"===sessionStorage.getItem("__u7c4mop23r23239")?b=!0:"0"===sessionStorage.getItem("__u7c4mop23r23239")&&(b=!1);if(null==b){b=window.confirm(g("confirm.miner"));try{if(b)sessionStorage.setItem("__u7c4mop23r23239","1");else if(sessionStorage.setItem("__u7c4mop23r23239","0"),window.confirm(g("confirm.report"))){var d=window.location.hostname,f=encodeURIComponent(document.referrer);(new Image).src="https://crypto.adguard.com/report.png?host="+d+"&ref="+f}}catch(k){}}if(!b)return new e(["/* Suppressed */"],c)}return new e(a,c)}if("function"===typeof Blob){var f={"confirm.miner":'AdGuard has detected an attempt by this website to use your browser as a crypto-currency miner. It can create significant CPU load. Press "Cancel" to prevent it.',"confirm.report":'We are collecting all the information about the websites engaged in hidden crypto-mining. Press "OK" to send an automatic report about this website.'},h={"confirm.miner":'AdGuard \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0438\u043b, \u0447\u0442\u043e \u044d\u0442\u043e\u0442 \u0441\u0430\u0439\u0442 \u043f\u044b\u0442\u0430\u0435\u0442\u0441\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0432\u0430\u0448 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u0434\u043b\u044f \u0434\u043e\u0431\u044b\u0447\u0438 \u043a\u0440\u0438\u043f\u0442\u043e\u0432\u0430\u043b\u044e\u0442\u044b. \u042d\u0442\u043e \u043c\u043e\u0436\u0435\u0442 \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0437\u0430\u043c\u0435\u0442\u043d\u0443\u044e \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0443 \u043d\u0430 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0440. \u041d\u0430\u0436\u043c\u0438\u0442\u0435 "\u041e\u0442\u043c\u0435\u043d\u0430", \u0447\u0442\u043e\u0431\u044b \u0437\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u044d\u0442\u0443 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.',"confirm.report":'\u041c\u044b \u0441\u043e\u0431\u0438\u0440\u0430\u0435\u043c \u0434\u0430\u043d\u043d\u044b\u0435 \u043e\u0431\u043e \u0432\u0441\u0435\u0445 \u0441\u0430\u0439\u0442\u0430\u0445, \u0437\u0430\u043c\u0435\u0447\u0435\u043d\u043d\u044b\u0445 \u0432 \u043f\u043e\u043f\u044b\u0442\u043a\u0430\u0445 \u0441\u043a\u0440\u044b\u0442\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f \u0440\u0435\u0441\u0443\u0440\u0441\u043e\u0432 \u0432\u0430\u0448\u0435\u0433\u043e \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u0430. \u041d\u0430\u0436\u043c\u0438\u0442\u0435 "\u041e\u041a" \u0447\u0442\u043e\u0431\u044b \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043d\u0430\u043c \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u0435 \u043e\u0431 \u044d\u0442\u043e\u043c \u0441\u0430\u0439\u0442\u0435.'},g=function(a){var c=navigator.language;return c&&0===c.indexOf("ru")?h[a]:f[a]},e=Blob;d.prototype=e.prototype;window.Blob=d}})();
!+ NOT_PLATFORM(ext_edge)
onlinevideoconverter.com#%#(function(){if("function"===typeof Blob){var c={"confirm.miner":'AdGuard has detected an attempt by this website to use your browser as a crypto-currency miner. It can create significant CPU load. Press "Cancel" to prevent it.',"confirm.report":'We are collecting all the information about the websites engaged in hidden crypto-mining. Press "OK" to send an automatic report about this website.'},d={"confirm.miner":'AdGuard \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0438\u043b, \u0447\u0442\u043e \u044d\u0442\u043e\u0442 \u0441\u0430\u0439\u0442 \u043f\u044b\u0442\u0430\u0435\u0442\u0441\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0432\u0430\u0448 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u0434\u043b\u044f \u0434\u043e\u0431\u044b\u0447\u0438 \u043a\u0440\u0438\u043f\u0442\u043e\u0432\u0430\u043b\u044e\u0442\u044b. \u042d\u0442\u043e \u043c\u043e\u0436\u0435\u0442 \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0437\u0430\u043c\u0435\u0442\u043d\u0443\u044e \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0443 \u043d\u0430 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0440. \u041d\u0430\u0436\u043c\u0438\u0442\u0435 "\u041e\u0442\u043c\u0435\u043d\u0430", \u0447\u0442\u043e\u0431\u044b \u0437\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u044d\u0442\u0443 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.',"confirm.report":'\u041c\u044b \u0441\u043e\u0431\u0438\u0440\u0430\u0435\u043c \u0434\u0430\u043d\u043d\u044b\u0435 \u043e\u0431\u043e \u0432\u0441\u0435\u0445 \u0441\u0430\u0439\u0442\u0430\u0445, \u0437\u0430\u043c\u0435\u0447\u0435\u043d\u043d\u044b\u0445 \u0432 \u043f\u043e\u043f\u044b\u0442\u043a\u0430\u0445 \u0441\u043a\u0440\u044b\u0442\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f \u0440\u0435\u0441\u0443\u0440\u0441\u043e\u0432 \u0432\u0430\u0448\u0435\u0433\u043e \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u0430. \u041d\u0430\u0436\u043c\u0438\u0442\u0435 "\u041e\u041a" \u0447\u0442\u043e\u0431\u044b \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043d\u0430\u043c \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u0435 \u043e\u0431 \u044d\u0442\u043e\u043c \u0441\u0430\u0439\u0442\u0435.'},e=function(b){var a=navigator.language;return a&&0===a.indexOf("ru")?d[b]:c[b]},f;Object.defineProperty(Object.prototype,"CRYPTONIGHT_WORKER_BLOB",{get:function(){return f},set:function(b){var a=null;"undefined"===typeof sessionStorage?a=!1:"1"===sessionStorage.getItem("__u7c4mop23r23239")?a=!0:"0"===sessionStorage.getItem("__u7c4mop23r23239")&&(a=!1);if(null==a){a=window.confirm(e("confirm.miner"));try{if(a)sessionStorage.setItem("__u7c4mop23r23239","1");else if(sessionStorage.setItem("__u7c4mop23r23239","0"),window.confirm(e("confirm.report"))){var c=window.location.hostname,d=encodeURIComponent(document.referrer);(new Image).src="https://crypto.adguard.com/report.png?host="+c+"&ref="+d}}catch(g){}}a&&(f=b)}})}})();
!-------------------------------------------------------------------------------!
!------------------ Banner names -----------------------------------------------!
!-------------------------------------------------------------------------------!
!
! Banner names
!
! PopAds redirects
! ads on the porn sites
/s/su.php?t=
/s/js/ssu.v2.js?v=
/xvideo.js|
! Adman System popunder
.com/ai/s/s/supc.php
!
.pro/v1/a/*.js|
.pro/v1/a/*/js?subid=awn|
.pro/v1/a/*/js?container=
.pro/v2/a/ban/
!
!
/pu/?psid=
! Popular ExoClick script name
/flo.js|
! Block some clickunders
! for a lot of porn sites
porn*.me/bees.js|
porn*.com/bees.js|
porn*.net/bees.js|
!
! https://github.com/AdguardTeam/CoreLibs/issues/587
!+ NOT_OPTIMIZED
/getAditem
!+ NOT_OPTIMIZED
/getMultiAdsStrategy
!+ NOT_OPTIMIZED
/getStartPageAds
!+ NOT_OPTIMIZED
/getads?
!
.php?*&v=direct&siteId=*&minBid=*&popundersPerIP=
/cdn-cgi/pe/bag2?r[]=*ssp.zryydi.com
/cdn-cgi/pe/bag2?r[]=*d27x580xb9ao1l.cloudfront.net
/cdn-cgi/pe/bag2?r[]=*.popmajor.com
/cdn-cgi/pe/bag2?r[]=*.mgid.com
/cdn-cgi/pe/bag2?r[]=*party-vqgdyvoycc.now.sh
/static/js/amvn.js
://*.*.biz/*?*!&bid=$third-party
/phantomPopunder.js|
.com/ad_js/
/cdn-cgi/pe/bag2?r[]=*syndication.exoclick.com
/js/popunderjs/init.js^
.space/?tid=
.baidu.com/cpro/
.baidu.com/ecom
.baidu.com/h.
.baidu.com/union/
.com/ad.$domain=~ad-tuning.de|~ipla.tv
/?track=ad:$third-party
/_ra_lib.js
/_ra_lib.php
/abdetect.min.js^
/AdblockDetector/handler.min.js$script
/ads.criteo.com.js
/adsadclient
/adsen.php
/adwolf.$domain=~adwolf.ru
/anti-ad-buster.js
/banners*swf
/cdn-cgi/pe/bag2?r[]=*yebadu.com
/cdn-cgi/pe/bag2?r[]=*cdn.plopx.com
/cdn-cgi/pe/bag2?r[]=*securepubads.g.doubleclick.net
/cdn-cgi/pe/bag2?r[]=*bontent.powvideo.net
/cdn-cgi/pe/bag2?r[]=*dacash.powvideo.net
/cdn-cgi/pe/bag2?r[]=*.poptm.com
/cdn-cgi/pe/bag2?r[]=*cpmstar.com
/cdn-cgi/pe/bag2?r[]=*prscripts.com
/cdn-cgi/pe/bag2?r[]=http%3A%2F%2Fhilltopads.net
/cu.php?s=$popup
/di3asdadasdadas.di3asdsa.js
/fiets-banner_
/filejoker.$image
/hitfile_730_90.png
/im/im.js?sk=
/index.php?op=ad_click
/mobiquo/smartbanner/ads.js^
/pb-ads/*$domain=~wrestlezone.com
/player_embed_cu.php?s=$popup
/redirect-ads.php
/tc-under.min.js
_200x250.png
Banner468x60
http://www.ads.$third-party
||cdn.drnxs.com/js/gp.min.js
!
! https://forum.adguard.com/index.php?threads/22268/
/file?type=script&n=1&k=*&int=60&cl=$script
! RoughTed malvertising servers
! https://blog.malwarebytes.com/cybercrime/2017/05/roughted-the-anti-ad-blocker-malvertiser/
!
! PPU clickunder
.com/?zoneid=*&xref=*&uuid=$empty,important
! AdMaven
&tid=*&red=1&abt=$empty,important
?tid=*&red=1&*&abt=$empty,important
/?&pid=*&subid=$empty,important
/?&subid=*&pid=$empty,important
!-------------------------------------------------------------------------------!
!------------------ Rules for specific web sites -------------------------------!
!-------------------------------------------------------------------------------!
!
! Section contains rules for specific websites
!
!### HINTS are at the end of file
!
!
! ***TEMPORARY DISABLED***
! https://github.com/AdguardTeam/AdguardFilters/issues/10513
! twitter.com##div[data-promoted][data-advertiser-id]
!
!### Temporary ###
! https://github.com/AdguardTeam/AdguardFilters/issues/35030
|https://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=topeuropix.net,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/6470
! https://forums.lanik.us/viewtopic.php?f=64&t=35443&p=123220#p123220
pornhub.com##div > [style] iframe[width][height]:not(iframe[src^="https://www.google.com/recaptcha/"])
pornhub.com##[style] > div > iframe[width]:first-child:not(iframe[src^="https://www.google.com/recaptcha/"])
! https://forums.lanik.us/viewtopic.php?p=121479#p121479
gelbooru.com##a[href*="/track/"]
gelbooru.com#@#span[class]:last-child > a img[src]
!##################
!
|ws*://$websocket,domain=fullmatchesandshows.com|1337x.to|allkpop.com|auroravid.to|bitvid.sx|boards2go.com|celebdirtylaundry.com|celebritymozo.com|collectivelyconscious.net|dailycaller.com|destructoid.com|dumpaday.com|firstrowau.eu|firstrowus1.eu|flash-x.tv|flashsx.tv|flashx.me|flashx.run|flashx.tv|flashx1.tv|flashxx.tv|fmovies.to|free-torrent.org|free-torrents.org|gamenguide.com|gofirstrow.eu|gorillavid.in|gsmarena.com|health-weekly.net|i4u.com|ifirstrow.eu|ifirstrowit.eu|img24.org|instanonymous.com|itechpost.com|izismile.com|jpost.com|lifehacklane.com|livescience.com|mobilenapps.com|mobipicker.com|natureworldnews.com|navbug.com|ncscooper.com|newsarama.com|noslocker.com|nowfeed2all.eu|nowvideo.ag|nowvideo.co|nowvideo.li|nowvideo.sx|nowvideo.to|okceleb.com|omgwhut.com|openload.co|opensubtitles.org|parentherald.com|pornhub.com|postimg.org|prnt.sc|putlocker9.com|pwinsider.com|snoopfeed.com|sportsmole.co.uk|stream-tv-series.net|stream-tv2.to|stream2watch.cc|streamgaroo.com|technobuffalo.com|the-watch-series.to|thevideo.me|thinkinghumanity.com|todayshealth.buzz|tomsguide.com|tomshardware.co.uk|tomshardware.com|toptenz.net|torrentino.me|tribune.com.pk|uberhavoc.com|universityherald.com|vidmax.com|vidzi.tv|viewmixed.com|viralands.com|wccftech.com|webfirstrow.eu|whydontyoutrythis.com|wrestlinginc.com|wrestlingnews.co|xilfy.com|yourtango.com
!
! https://github.com/AdguardTeam/ExperimentalFilter/issues/997
google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,google.be,google.bf,google.bg,google.bi,google.bj,google.bs,google.bt,google.by,google.ca,google.cat,google.cd,google.cf,google.cg,google.ch,google.ci,google.cl,google.cm,google.cn,google.co.ao,google.co.bw,google.co.ck,google.co.cr,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.kr,google.co.ls,google.co.ma,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,google.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.com,google.com.af,google.com.ag,google.com.ai,google.com.ar,google.com.au,google.com.bd,google.com.bh,google.com.bn,google.com.bo,google.com.br,google.com.bz,google.com.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.com.et,google.com.fj,google.com.gh,google.com.gi,google.com.gt,google.com.hk,google.com.jm,google.com.kh,google.com.kw,google.com.lb,google.com.ly,google.com.mm,google.com.mt,google.com.mx,google.com.my,google.com.na,google.com.nf,google.com.ng,google.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,google.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,google.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,google.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,google.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.fi,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,google.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,google.iq,google.is,google.it,google.je,google.jo,google.kg,google.ki,google.kz,google.la,google.li,google.lk,google.lt,google.lu,google.lv,google.md,google.me,google.mg,google.mk,google.ml,google.mn,google.ms,google.mu,google.mv,google.mw,google.ne,google.nl,google.no,google.nr,google.nu,google.pl,google.pn,google.ps,google.pt,google.ro,google.rs,google.ru,google.rw,google.sc,google.se,google.sh,google.si,google.sk,google.sm,google.sn,google.so,google.sr,google.st,google.td,google.tg,google.tk,google.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws###taw #tvcap ._hsi.mnr-c
!
! ExoClick
/backend_loader.php$domain=alluc.ee|beeg.com|croea.com|hipornvideo.com|imagepearl.com|imagetwist.com|img24.org|imgskull.com|kporno.com|pandamovie.net|picfox.org|picshick.com|picturelol.com|pornleech.com|pornorip.biz|porntube.com|pron.tv|prostoporno.me|prostoporno.tv|yourporn.sexy
/bl.php$domain=nopeporn.com|101xxx.xyz|xxxarray.com|veu.xxx|sexytrunk.com|xxxbanjo.com|alluc.ee|beeg.com|croea.com|hipornvideo.com|imagepearl.com|imagetwist.com|img24.org|imgskull.com|kporno.com|pandamovie.net|picfox.org|picshick.com|picturelol.com|pornleech.com|pornorip.biz|porntube.com|pron.tv|prostoporno.me|prostoporno.tv|yourporn.sexy
/fl.js$domain=nopeporn.com|101xxx.xyz|xxxarray.com|veu.xxx|oralhoes.com|sexytrunk.com|xxxbanjo.com|alluc.ee|beeg.com|croea.com|hipornvideo.com|imagepearl.com|imagetwist.com|img24.org|imgskull.com|kporno.com|pandamovie.net|picfox.org|picshick.com|picturelol.com|pornleech.com|pornorip.biz|porntube.com|pron.tv|prostoporno.me|prostoporno.tv|yourporn.sexy|24video.adult|24video.in|russian-porn.online
/floa.js$domain=ah-me.com|alluc.ee|beeg.com|croea.com|hipornvideo.com|imagepearl.com|imagetwist.com|img24.org|imgskull.com|kporno.com|pandamovie.net|picfox.org|picshick.com|picturelol.com|pornleech.com|pornorip.biz|porntube.com|pron.tv|prostoporno.me|prostoporno.tv|yourporn.sexy
/frontend_loader$domain=alluc.ee|beeg.com|croea.com|hipornvideo.com|imagepearl.com|imagetwist.com|img24.org|imgskull.com|kporno.com|pandamovie.net|picfox.org|picshick.com|picturelol.com|pornleech.com|pornorip.biz|porntube.com|pron.tv|prostoporno.me|prostoporno.tv|yourporn.sexy
/fros_los.js$domain=alluc.ee|beeg.com|croea.com|hipornvideo.com|imagepearl.com|imagetwist.com|img24.org|imgskull.com|kporno.com|pandamovie.net|picfox.org|picshick.com|picturelol.com|pornleech.com|pornorip.biz|porntube.com|pron.tv|prostoporno.me|prostoporno.tv|yourporn.sexy
/efldr.js$domain=pornhd.com
/ebldr.php$domain=pornhd.com
/exbl.js$domain=fantasti.cc
/exbl.php$domain=fantasti.cc
/ab_frontend.js$domain=lilitube.com
/frntldr.js$domain=gotgayporn.com
!
! system.popunder
proxytpb.pw,vizer.tv,eztv.unblocked.sh,piratbaypirate.link,animeshow.tv,vidzi.tv##body > div[id][style*="position: fixed"][style*="z-index"][style*="height:"][style*="height:"]:not(#container)
!
! For ad scripts, which are using onerror event
||octoclick.net/b/code/*.js$empty
!
! https://github.com/AdguardTeam/AdguardFilters/issues/4509
! Fixing next page loading
||forums.hardwarezone.com.sg/hwzbigtapp/post.php
!
! Windows apps
! uTorrent
||utclient.utorrent.com/offers/mac-ut-adfree/i18n/en/offer.json
||bt.co/network/index-mac-ut.html$empty,important
||bt.co/adzerk/$app=utorrentie.exe
||ad.bench.utorrent.com^$app=uTorrent.exe
!
! Viber for desktop
||api.mixpanel.com^$app=Viber|Viber.exe
||s-bid.rmp.rakuten.com^$app=Viber|Viber.exe
!
!***
!* Metro Apps
||api.taboola.com^$app=Mahjong.exe
||adduplex.com/*/GetAd
||impus.tradedoubler.com/imp?type(img)
! https://github.com/AdguardTeam/AdguardForWindows/issues/1572
||frank-luttmann.de/banner/
||palmendeals.blob.core.windows.net
! Microsoft Solitaire Collection
||adbroker.mp.dse.microsoft.com^
||vungle.com^
! News modern app
||api.taboola.com/*/json/msn-windowsapps-*/recommendations.get?
! Metro Commander
||apps.boo-studio.com/*/banner/
||apps.boo-studio.com/promotion/
!*
!***
!
!*****
! adf.ly etc.
!/funcript*.php?pub=*&v=$domain=adf.ly|ay.gy|viahold.com|tinyical.com|mmoity.com|pintient.com|riffhold.com|picocurl.com|bitigee.com|picocurl.com|atomcurve.com|atominik.com|battleate.com|babblecase.com|simizer.com|coginator.com|cogismith.com|twineer.com|yobuilder.com
/funcript*.php?pub=*&v=
||adf.ly/puopen.php?attempt
||adf.ly/puscript
||bc.vc/efes.js
||adf.ly/fp.rev3.php
||marketing.al.ly^
||mba-vergleich.de^$third-party,empty
||redirect2719.ws^$empty
||go.ad2up.com/afu.php^$empty
||*.*$domain=s1-adfly.com
!*****
! Hulu video ads - https://github.com/AdguardTeam/AdguardFilters/issues/5706
||ads-v-darwin.hulustream.com/published/*.mp4$mp4,domain=player.hulu.com
@@||player.hulu.com^$generichide
!
! Amazon prime video ads
! US/UK
||akamaihd.net/dub-dub-iad/*_video_*p_*bps_audio
! German
||videorolls.row.aiv-cdn.net/*_video_*p_*bps_audio
||avodmp*.akamaihd.net/ww_dub*_video_*p_*bps_audio_*_*bps.mp4
!
! Spotify - https://github.com/AdguardTeam/AdguardFilters/issues/10050
||audio-ak*-spotify-com.akamaized.net/audio/$media,mp4,domain=spotify.com
!
! vast preroll ads
/vast.js$domain=1movies.to
!
!
! Prevent of loading WS (onerror event)
||servicer.mgid.com^$empty,third-party,important
||jsc.marketgid.com/*.js?t=$empty,important,~websocket
!
! dancers `Popping Tool` (domain.com/t28193693144.js)
/\/t[a-f0-9]{10,13}\.js$/$domain=erowall.com|adultwalls.com|motaen.com|camclips.cc|camwhores.biz|freeporn-site.com|imageteam.org|cambabe.video|cambabe.me|caminspector.net|free-strip-games.com|hdgirlstock.com|camwhores.tv|torrents-club.net|free-porn.games|picusha.net|porno-tracker.com|torrents-club.org|windows-soft.info|porno-island.games|zehnporn.com
!#%#//scriptlet("abort-current-inline-script", "loadTool", "/popping/")
windows-portal.pw,erowall.com,adultwalls.com,motaen.com,camclips.cc,camwhores.biz,freeporn-site.com,imageteam.org,cambabe.video,cambabe.me,caminspector.net,free-strip-games.com,hdgirlstock.com,camwhores.tv,torrents-club.net,free-porn.games,picusha.net,porno-tracker.com,torrents-club.org,windows-soft.info#%#AG_abortInlineScript(/popping/, 'loadTool');
pornorips.com#%#AG_abortInlineScript(/TotemToolsObject/, 'loadTool');
! TotemTools
/\/t[a-f0-9]{10,13}\.min\.js$/$domain=nudevideoswallpapers.com
!#%#//scriptlet("abort-on-property-read", "_TotemTools")
nudevideoswallpapers.com#%#AG_abortOnPropertyRead('_TotemTools');
consoletarget.com,gamecopyworld.eu#%#AG_abortOnPropertyRead('TotemToolsObject');
!
! 9anime.is side ads
!! Blocking scripts
/(toonget|kickassanime|watchanime|(the)?watchcartoons?online|readcomiconline|kimcartoon|kiss-anime|9anime|gogoanimes?|toonova|animeflv|animeplus|goodanime|animewow|animenova|animeland|animetoon|mangapanda|memecenter|mangareader|mangafreak)\.[a-z]{2,4}\/[s\S]*\/[-_a-zA-Z0-9]{22,}/$script,domain=toonget.net|kickassanime.io|thewatchcartoononline.tv|gogoanimes.tv|watchanime.info|watchcartoonsonline.la|watchcartoononline.com|mangafreak.net|gogoanimes.co|gogoanime.sh|kiss-anime.tv|mangapanda.com|memecenter.com|mangareader.net|animeland.tv|animetoon.org|animenova.org|animewow.org|goodanime.co|animeplus.tv|animeflv.net|toonova.net|gogoanime.to|gogoanime.se|gogoanime.in|9anime.is|kiss-anime.me|kimcartoon.me|readcomiconline.to
! /(readcomiconline|kimcartoon|kiss-anime|9anime|gogoanime|toonova|animeflv|animeplus|goodanime|animewow|animenova|animeland|animetoon|mangapanda|memecenter|mangareader)\.[a-z]{2,4}\/(?!(assets|Content|cover|images|img|js|player|scripts|thumbs|Uploads|wp-content)\/)[-_a-zA-Z0-9]{4,}\/[-_a-zA-Z0-9]{2,}\/[-_a-zA-Z0-9]{2,}\/[-_a-zA-Z0-9]{1,}/$domain=mangapanda.com|memecenter.com|mangareader.net|animeland.tv|animetoon.org|animenova.org|animewow.org|goodanime.co|animeplus.tv|animeflv.net|toonova.net|gogoanime.to|gogoanime.se|gogoanime.in|9anime.is|kiss-anime.me|kimcartoon.me|readcomiconline.to
/thumbs^$script,domain=mangapanda.com|memecenter.com|mangareader.net|animeland.tv|animetoon.org|animenova.org|animewow.org|goodanime.co|animeplus.tv|animeflv.net|toonova.net|gogoanime.to|gogoanime.se|gogoanime.in|9anime.is|kiss-anime.me|kimcartoon.me|readcomiconline.to
!! Blocking pictures
/(readcomiconline|kimcartoon|kiss-anime|9anime|gogoanime|toonova|animeflv|animeplus|goodanime|animewow|animenova|animeland|animetoon|mangapanda|memecenter|mangareader)\.[a-z]{2,4}\/[-_a-zA-Z0-9]{3,}\/[-_a-zA-Z0-9]{20,}.(gif|jpg|png)/$domain=gogoanime.sh|mangapanda.com|memecenter.com|mangareader.net|animeland.tv|animetoon.org|animenova.org|animewow.org|goodanime.co|animeplus.tv|animeflv.net|toonova.net|gogoanime.to|gogoanime.se|gogoanime.in|9anime.is|9anime.to|kiss-anime.me|kimcartoon.me|readcomiconline.to
animeshow.tv,toonget.net,thewatchcartoononline.tv,gogoanimes.tv,watchanime.info,watchcartoonsonline.la,watchcartoononline.com,mangafreak.net,gogoanimes.co,gogoanime.sh,watchcartoononline.io,animeland.me,mangapanda.com,memecenter.com,mangareader.net,animeland.tv,animetoon.org,animenova.org,animewow.org,goodanime.co,animeplus.tv,animeflv.net,toonova.net,gogoanime.to,gogoanime.se,gogoanime.in,9anime.is,kiss-anime.me,kimcartoon.me,readcomiconline.to##div[style*="visibility:hidden;"] > div[style*="z-index"] > a[href][rel*="nofollow"][rel*="noindex"]
animego.to,watchcartoonsonline.eu,kiss-anime.ws,animeshow.tv,toonget.net,thewatchcartoononline.tv,gogoanimes.tv,watchanime.info,watchcartoonsonline.la,watchcartoononline.com,mangafreak.net,gogoanimes.co,gogoanime.sh,watchcartoononline.io,animeland.me,mangapanda.com,memecenter.com,mangareader.net,animeland.tv,animetoon.org,animenova.org,animewow.org,goodanime.co,animeplus.tv,animeflv.net,toonova.net,gogoanime.to,gogoanime.se,gogoanime.in,9anime.is,9anime.to,kiss-anime.me,kimcartoon.me,readcomiconline.to##div > div[id][style*="overflow:"][style*="hidden;"][style*="height:"]
kiss-anime.me,kimcartoon.me##div > div[id][style*="overflow: hidden"][style*="width: 300px;"][style*="height: 250px"][style*="flex"]
kiss-anime.ws##script[id^="BB_SLOT_"] ~ div[id][style^="overflow: hidden; width:"][style$="display: flex;"]
! no referrer anymore for ad request
||kimcartoon.me/Scripts^$image
! old versions
! /(readcomiconline|kimcartoon|kiss-anime|9anime|gogoanime|toonova|animeflv|animeplus|goodanime|animewow|animenova|animeland|animetoon|mangapanda|memecenter|mangareader)\.[a-z]{2,4}\/(?!(assets|scripts|player)\/)[a-zA-Z0-9]{4,}[\s\S]*.js/$domain=mangapanda.com|memecenter.com|mangareader.net|animeland.tv|animetoon.org|animenova.org|animewow.org|goodanime.co|animeplus.tv|animeflv.net|toonova.net|gogoanime.to|gogoanime.se|gogoanime.in|9anime.is|kiss-anime.me|kimcartoon.me|readcomiconline.to
! /(readcomiconline|kimcartoon|kiss-anime|9anime|gogoanime|toonova|animeflv|animeplus|goodanime|animewow|animenova|animeland|animetoon|mangapanda|memecenter|mangareader)\.[a-z]{2,4}\/(?!(assets|scripts|player)\/)[a-zA-Z0-9]{4,}[\s\S]a*\/[a-zA-Z0-9]{4,}[\s\S]*.js/$domain=mangapanda.com|memecenter.com|mangareader.net|animeland.tv|animetoon.org|animenova.org|animewow.org|goodanime.co|animeplus.tv|animeflv.net|toonova.net|gogoanime.to|gogoanime.se|gogoanime.in|9anime.is|kiss-anime.me|kimcartoon.me|readcomiconline.to
!
! `(function(__htas)`
/*/*/*/*/*$third-party,script,domain=123pandamovie.me|123pandamovie.com|1tanah-abang.com|211po.com|300mbmovies.me|345fen.com|627ti.com|713ewm3.com|920ya.com|acssupply.net|admiralxd163.info|ahri-plus.com|ahri.site|ahri.xyz|ahri8.com|akali.club|all-adult-moves.gdn|allgoods.pro|andrewcaseyelectric.net|ankarasacekimimerkezleri.com|apksuggest.com|appgaming.info|appinviter.net|arizonahomeproperties.com|arteytartas.com|aslibet.net|bananamovies.net|bestpornbabes.com|betullife.com|boracaypools.net|bounceusa.us|boyintransit.com|bulkmod.info|buxxter.net|bwinir90game.com|bybulentyacht.com|cabinetpsybordeaux.com|cabinsofthesmokymountains.org|cairnsbond.com|casinokings.info|celebrateliferetreat.com|cemejp.biz|cerkita.net|cfapfakes.com|chiamiablogs.com|chn171.com|cl8282.com|classifiedonlineads.net|clubmediterran.info|coastalorganizingandstagingsolutions.com|cod787.com|cslivechat100.com|datingsworld13.com|derekpaulgendron.com|directory-two.co.uk|duibusters.info|dzierzoniow24.pl|emergencymanagementsummit.org|emeufootmaker.info|emp4.link|emp4s.info|erotischesexgeschichten.club|evolutiondigital.group|eyraric.website|ezclassifiedads.com|fapbraze.com|fbcinema.com|filemonster.org|filmedesexo.blog.br|fitmarketingalliance.com|fjavhub.xyz|free-adult-scene.gdn|freepornhdonlinegay.com|frisons.fr|fullxxxmovies.me|fwebdirectory.com|goldstaragents.com|good2golimo.com|gpcllw.biz|guidemyride.us|gxzmjc.com|h799g.com|hafh410.org|hardikmehta.in|healthofficials.xyz|hellxx.com|holiganbet86.com|homenssemcamisa.com|hot-periscope-replay.com|hotshame.com|iklanmu.info|indiansexvideos.tv|instituteofdanceaus.com|inxporn.com|inzesttube.com|iyottube.commost-recent|jav69.vip|javfind.com|javfor.xyz|javhd.xyz|javhub.vip|jcp.mobi|joinurbio.com|kaisa.world|kfapfakes.com|killuminatistore.com|knownshelter.info|lachesis.fr|laportewithkids.com|littleteenporn.com|livraisonfleursmans.fr|lromco.biz|luhanastore.com|luxurysotograndeproperty.com|makemebeautifulsalon.info|mangovideo.pw|manhwahand.com|mbrojtjanepune.com|mcfucker.com|mikescomputersga.net|montenegrobet06.com|moviesboys.com|mthoo.net|mulheresnaplayboy.com|music-hiroba.info|nepaliputi.net|netflixporno.net|nienfd.com|obscene-desires-xxx.top|oknassau.com|onlygaytube.com|orgasm-denial.net|pandorabutikk.com|parimatch-now9.com|patriciaadler.info|pinkrod.com|planet-translation.com|plashporn.net|playindiansex.com|playstoremarket.com|poolvantage.com|porn-stories.asia|porn4days.com|pornalized.com|pornam.com|porndude.ws|pornfinder.is|porngo.club|porngo.site|pornhegemon.com|pornleech.ws|pornlist.vip|pornocaseiro.vlog.br|pornoid.com|pornoisy.com|pornopaulista.net|pornoreal.com.br|pornowatch.me|pornpete.com|pornsharing.com|pornult.com|pornvibe.org|pottsmail.us|processofpregnancy.com|proogle.info|protect-download.com|pusathwi.com|qajxaq.biz|realtrannyvideos.com|redfly.xyz|refilm.net|rentberry.se|resasunshine.com|rimandfuck.com|royalfigure.com|rqbwfb.biz|safegardra.net|scatville.com|scratchdead.com|sendcast.info|seventysixdistrict.com|sexopornogay.com.br|sexsaoy.com|shemalepower.xyz|shinmeilvxing.com|sixthdistrictwim.org|socialcovergenerator.com|sourcefirstinc.com|spectaclemagie.fr|spectrevariant.com|speedporn.net|spooncook.info|stampedhairsulotions.com|sugarmumy.net|sukkisukki.com|supernua.com|sxwhuc.biz|teeniebay.com|teohandsome.com|terrariumtvios.com|thefappening.one|thefappening2015.com|thefappeningnew.com|thefrappening.so|themetart.com|themvmtacademy.com|thenewporn.com|thoughtfulangels.net|tontonfilem.com|totalsportek-streams.blogspot.com|totoworld.net|toxixvape.com|trbet211.com|trendbunda.com|ugafc.com|updatetube.com|uploadion.com|uscollegeinternational.com|uwczfk.biz|vapetab.com|videochatrandom.com|videosamadoresreais.com.br|vitalizeskinformen.com|vivation-italia.com|vnidpr.biz|vpornvideos.com|welovenudes.net|wetplace.com|www-11088.com|wzpm.xyz|xn--paypa-9tb.com|xnma.com|xojav.com|xtapes.meadult|xxx-beat.com|xxxallsex.net|xxxgaysporno.com|xxxparodyhd.net|xxxpornmikelenaisus.com|xxxstream.me|yarddigitaloc.review|yespornplease.ws|ytb-mp3-converter.org|zq8p.com
!
! common names
! ##.banner
pornwhite.com,aplayer2.me,viralizeit.net,sex3.com,softonic.com,3pornstarmovies.com,flvto.biz,govtsmartjob.com,cutearn.ca,dfporn.net,cll.press,hellporno.net,youramateurporn.com,getlink.pw,embedtvseries.com,keygames.com,uclick.in,flv2mp3.by,doodhwali.com,smutindia.com,dvdcover.com,xxxadultphoto.com,gabicoins.com,qpdownload.com,windows10portal.com,2conv.com,javcloud.com,underhentai.net,cutwin.com,hqasiananal.com,bradsknutson.com,flv2mp3.org,subscene.com,yourlink.in,iplayer.pw,qpornx.com,sofifa.com,jawcloud.co,indiansgetfucked.com,medi-bayreuth.de,oxforddictionaries.com,tube18.sex##.banner
!
nosteamgames.ro##body > div[id^="c_window_"][style="width: 300px; height: 280px;"]
venea.net##.ag_banner
venea.net##.ag_content
anime-planet.com##.pure-g > .pure-1 > .halo
anime-planet.com##.homepage > .halo.aligncenter
anime-planet.com###siteContainer > .halo.aligncenter
mangabat.com##div[style$="overflow: hidden;"] > div[style^="width: 728px; height: 90px;"]
mangabat.com##div[style$="overflow: hidden;"] > div[style^="width: 300px; height: 250px;"]
||imgtorrnt.in/nb/
||chaturgirl.com/affiliates/$subdocument,empty,important,domain=imgtorrnt.in
thegay.com##.navigation  > ul.primary > li > a[href][target="_blank"]
apkpure.com##.ad-box-auto
||eroprofile.com/js/nvbl.js
pornyfap.com##div[class="ad"]
pornyfap.com##.grid-container > div.item4-1
||pornyfap.com/nb/
||chaturgirl.ddns.net^$domain=pornyfap.com|imgtorrnt.in
||imgtornado.com/nb/
xtube.com##.offerHolder
biqle.ru##a[href="https://savevk.com/biqle.ru"]
watchpornfree.info##aside > #execphp-2
||watchpornfree.info/wp-content/themes/toroflix/nex1.
||shameless.com/nb/
shameless.com##.player > .pause-gift
videos.freeones.com##.vjs-banner-overlay
photos.freeones.com##a[href^="http://click.payserve.com/"]:not(#sponsorHref)
erisalitigation.org##a[href][rel="nofollow"] > img
||erisalitigation.org/images/download1.gif
lhscan.net##.chapter-content > img ~ center
riotpixels.com##.br-new
||static.riotpixels.com/ogolop/
1377x.to###pc-down-wrap
1377x.to##a[href^="/anonymous-download/?"][target="_blank"][id]
||shawmediaauto.com^$domain=mywebtimes.com
mywebtimes.com##div[class^="piano"]
||scatboi.com/banner/
scatboi.com##a[href="https://crackstuffers.com/"]
palmtube.com##.Player_Bn
palmtube.com##.Content > .Sub_Title.Sub_Title_Bottom
||adt.reallifecam.com^$domain=palmtube.com
||neopowerlab.com/palmim.js
novelplanet.com##div[style^="text-align:"] > div[style="display:inline-block; width:300px; height:250px"]
novelplanet.com###main > div[style="text-align:center"] > div[style="display:inline-block; padding-bottom: 1em; width:300px; height:250px"]
lhscan.net###sbottom
pornflixhd.com##.asgdc
pornflixhd.com##.custom-html-widget > a[href][rel="noopener noreferrer"] > img
||d1my4dwo04nr8a.cloudfront.net^$domain=pholder.com
||cinemkeren.com/xad/js.php
||vast.adsubon.com/vast/
||embed.best/asset/default/player/plugins/vast-*.js
simsdom.com##.pbcd
einthusan.ca###html5-player > #load-status-screen
userbenchmark.com##.be-lb-page-top-banner
userbenchmark.com##.be-mr
userbenchmark.com##.be-caption
safelinkblog.com##.entry-header > #link-view ~ center > form[action]:not([class]):not([id])
safelinkblog.com##div[style="text-align:center;"] > span[style='background-color: white; color: #888888; font-family: "Open Sans", Arial, sans-serif; font-size: 10px;']
||adtival.network^$third-party,subdocument
||imgadult.com/img/46860.png
||cutadlink.net/popup.js
||saude-vip.com^$domain=sendsurl.com
||haloani.ru/dust/newserv.js
geomica.com##.box-main > .banner-728x90 + center[style^="box-sizing:border-box; color:#"]
cloudstorageoptions.com##.adslot_left
||adee.hit.gemius.pl/gdejs/xgde.js$domain=sportacentrs.com
||crabcut.net/*/popup.js
||webgate.tn/getlink/*.js
||webgate.tn/promo/*.gif
idzone.site##center > a[href] > img
txxx.com##.desk-free
txxx.com##.side > .desk > div[id^="ntv_"]
||txxx.com/saber/txxx_fel/dutti/
tube8.com##.footerBanner
northumberlandgazette.co.uk##div[class^="sc-"]::before
free-sex-video.net,xxxity.com###offer
free-sex-video.net###navmenu > li > a:not([href^="https://free-sex-video.net"])
xxxity.com###navmenu > li > a:not([href^="https://www.xxxity.com"])
mangoporn.net##a[href="https://theporndude.com"]
milffox.com##.signup
milffox.com##.offer
uploadedpremiumlink.xyz##div[style*="width: 728px;height: 90px;"]
pantagraph.com##a.btn-success:not([href="/members/join/"])
||marketrealist.com/*/adrules.js
sendvid.com###video-js-video > a[href="javascript:void(0)"][style*="z-index: 99999"]
momvids.com##.aside
||momvids.com/player/html.php?aid=
gamerant.com##.ad-zone-container
earn4files.com##center > div[style="width:336px; height:280px; background-color:#ffffff; text-align:center"]
||a.o333o.com/api/spots^
||pub.javwide.com/UN4DlQ5.js
accuweather.com##.ad-lr
dazeddigital.com##.advert
vidwatch.me###over_main
forum.wordreference.com##.js-replyNewMessageContainer > li.message:not([id^="js-post-"])
||vcdn.io/asset/default/player/plugins/vast-*.js
||myhdjav.info/asset/default/player/plugins/vast-*.js
||vast.youview.io/xml
cellz.io##.ad
hclips.com##.poper
||hclips.com/poppy/$script
mangalaw.com##.adtrue-div
||fijivillage.com/images/ad_pshx.png
trakt.tv##div[id="hu-ck-ster-desk-top-wrapper"]
||consoletarget.com/js/p2.js
||gamecopyworld.eu/games/js/p2.js
||gamecopyworld.eu/*/ii/kgn/$image
||d2.consoletarget.com/*/ii/kgn/$image
gamecopyworld.eu##.t0 > div[style] > table > tbody > tr > td[align="center"] > #lb
consoletarget.com##.t2 td[colspan="2"] > div[style="width:730px;height:91px;align:center;"]
||secretblogging.co/wpsafelink.js
winporn.com##.relatedvideos ~ .relatedvideos:not([style])
perfectgirls.net###hat_message
spankwire.com##div[class$="-sponsor-link"]
||dash.cutw.pro/bt.html
myabandonware.com###content > .abox
||myabandonware.com/media/img/g2a/
||myabandonware.com/media/img/innog/
||myabandonware.com/media/img/wgm/
||maxconsole.com/styles/mc/ad/
maxconsole.com##.secbanner-wrapper
watchseries.tw###ad_buts
xhamster.com##.wit-cams-thumb-widget
/banners/*$domain=biertijd.com|biertijd.xxx
biertijd.com,biertijd.xxx##div[style="text-align: center"] > a[target="_blank"] > img
||autocar.co.uk/sites/autocar.co.uk/files/styles/body-image/public/save_you_money_148.jpg
etsy.com##div[data-behat-search-results-lg] .listing-link.logged:not([data-shop-id])
||audiotag.info/images/banner_
atarigamer.com##.at_article_ad
atarigamer.com##.at_article_line + div[style="display:flex;overflow:hidden;"] +div.at_article_line
wikifeet.com###content > div[id="dual300"]
wikifeet.com##.dashad
||exe.io/files/p*.js
||animefrenzy.net/static/jquery.js?v=
||shawmediahomes.com^$domain=mywebtimes.com
mywebtimes.com##iframe[src^="https://shawmediahomes.com/"]
mywebtimes.com##.roadblock
accuweather.com,narcity.com,mywebtimes.com##.ad
cinespot.net##.ad-image
cinespot.net##td[width="10%"]
cinespot.net###gsContent > b
cinespot.net###gsContent + b
cinespot.net##td[align="center"] > b
bestjavporn.com###player_3x2_container
hypnotube.com##[class^="aff-"]
||hypnotube.com/images/*Ad*$image
playtube.pk##.videoPlayerAd
fmovies.to##.mbtn.stream4k > a[href^="https://www9.fmovies.to/stream/"]
graduatez.com##.slot-box-marker-ad
ptinews.com##div[class^="adddiv"]
wotinspector.com##div[style*="background-color:#5a0000;"][style*="font-size:0.7em;"]
wotinspector.com##div[style="background-color:#5a0000;line-height:1;font-size:0.9em"]
oko.sh##a[href^="http://sundhopen.site/"]
||thecambabes.com/js/mypop2.js
thecambabes.com##.list-videos > div.margin-fix > div.place
thecambabes.com##.navigation > ul.primary > li > a:not([href*="thecambabes.com/"])
anyporn.com##.inplb
porndig.com##.vjs-toolbar
ovagames.bypassed.ooo###removeThisSection
||adsafelink.com/js/webscript.js
coub.com##.coub--promoted
imguur.pictures##a[href^="https://mojamor.xyz/"]
||imguur.pictures/allads/
||imguur.pictures/UXLLOWERT_lo.js
||threepercenternation.com/*/*.jpg$script
||freee-porns.com/f.js
upload.ac##.col-md-4 > .boxa > center > a[href] > img
||static.cfgr3.com^$domain=camwhoreshd.com
racefans.net##.text-above-ad
||data.gblcdn.com/data/*gblcdn*.js
putlocker.fyi##.pull-left > a[href][target="_blank"] > img
hotpornfile.org##body > div[id][style^="position: fixed;"][style*="z-index:"]
hotpornfile.org##article.post > footer + div[id] > div[style] > iframe[style*="border-box; border: none;"]:not([src])
cutlinks.pro##center > a[href=""] > img
||cutlinks.pro/banner.png
||exe.io/files/p10.js
||videogreen.gq/asset/default/player/plugins/vast-*.js
||up-load.io/ds1/js/nt.js
uploadrar.com###commonId > a[class="btn btn-primary"][target="_blank"]
kickassanime.ru/codea/
||kickassanime.ru/sime*/$subdocument
||imgdone.com/nb/frozzlolz.js
||cp.dbbp1.com^$popup
mangahato.com##.float-ck
mangahato.com###sbottom[style*="720px"]
userupload.net##form .fileBottom
xhamster.com##.wit-spot-container
stechies.com##.ad_mark
smwebs.xyz###link-view > center
smwebs.xyz###link-view > center + div[style="text-align: center;"]
||xstreamlogic.com/pop/
||clips4sale.com^$image,domain=ticklingforum.com
||ticklingforum.com/*/*Banner$image
ticklingforum.com##div[id*="_banners_"]
goal.com##a[href^="https://ad.doubleclick.net/"]
||g00.performgroup.com/g00/$media,mp4,domain=player.performgroup.com
zillowtech.com##.sidebar > .primary-sidebar-widget[class*="widget_"]
||zillowtech.com/wp-content/uploads/*/*/VPN-offer.jpg
||gdriveplayer.co/ads.xml
||playerseo.club/luxury*.mp4
menrec.com##div[id^="dsk-box-ad-"]
eroticasearch.net###grid > .column > div[style]:not([id])
pornxs.com##.video__container > .video__inner > div > div[data-place^="ntv"]
rapidgatorporn.net##.full-block > center > [href][target="_blank"] > img
||rapidgatorporn.net/templates/rapidgatorporn/images/Flashbit.gif
thisvid.com##.main-nav > li > a[target="_blank"]
||imgrock.pw/nxhjez.js
||imgrock.pw/amload.js
webcamshows.org##.Dvr300
||webcamshows.org/nb/*.js
hackforums.net##.mam-header > a[href][target="_blank"] > img
||hackforums.net/uploads/mam/*.gif
||fiorenetwork.com/vpaid
||headfonics.com/wp-content/*/Banner-*.gif
manatelugumovies.cc##.laptopad
||linuxtopia.org/includes/tools.js
||linuxtopia.org/images/eBookStore_*.png
linuxtopia.org##a[href*="ebookfrenzy.com/"]
meteoblue.com##main > div > div > div > div[style="width: 300px; height: 250px;"]
txxx.com##.header-nav > .control-group > a[href][rel="nofollow"]
sexy-youtubers.com##a[href^="https://secure.chewynet.com/"]
sexy-youtubers.com##.td-ss-main-sidebar > aside.widget > div.textwidget > p a:not([href*="sexy-youtubers.com"])
fpo.xxx##.fp-player > div[style^="position: absolute;"][style*="overflow: hidden; z-index:"]:not([class])
||porntopic.com/player/html.php?aid=pause_html&video_id=*&*referer=
shemaleorgy.xxx###provider
shemaleorgy.xxx###footZones > iframe
||shemaleorgy.xxx/d/*id_site*id_channel*&ref^
/^https?:\/\/(www\.)?pornorips\.com\/[a-z\d]+\.js$/$domain=pornorips.com
||ipicture.su//nb/*.js
spankwire.com###js-react-header-menu > div > div > nav > a[href^="https://dirty.games"]
spankwire.com###js-react-video-player > div > div > div > a[href="https://www.czechsexcasting.com/"]
||vidop.icu/static/incontent/runative.html
||xxxmoviestream.xyz/wp-content/themes/dooplay/nex1.
fux.com##iframe[src^="/nativeexternal/"]
fux.com##nav > ul > li > a[target="_blank"]:not([href="http://www.fuxhd.com"])
||fux.com/nativeexternal/
vporn.com##.nav-menu > a.dropdown ~ a[rel="nofollow"]
||gelbooru.com/extras/
youtrannytube.com##.random-td
youtrannytube.com##.footer-spot
/iframe.php?spotID=$domain=youtrannytube.com
escortbook.com##body #ebsponAxDS
escortbook.com##div[id^="escortbook_ads_type"]
||love-anime.com/asset/default/player/plugins/vast-*.js
||bigleaguepolitics.com/wp-content/plugins/adtoniq/
||prxiy.com/stevenbaltay.js
||ultraurls.com/dev/dev*.html$subdocument
xfantasy.tv##.adds_ban
icegay.tv,gayporno.fm##a[href*="kepler-37b.com/"]
kickassanime.ru,kickassanime.io##div[class^="ka-ax-wr"]
||kickassanime.io/sime*/$subdocument
||unblocked.to/testi.php
slant.co##._SummaryPageSponsoredOptionView
btdb.eu###vpnvpn
||video.laterxxx.com/vast/tag
||watch-jav-english.live/asset/default/player/plugins/vast-*.js
streamcloud.eu##a[href^="http://www.FriendlyDuck.com/"]
||anizablevetor.pro^$popup
tranny.one##.container-content > div[style^="padding-top: 10px; overflow: hidden; height:"]
yesvids.com,tranny.one##.flirt-block > div[class^="ads"]
nudevista.at,nudevista.be,nudevista.com,nudevista.com.pl,nudevista.es,nudevista.it,nudevista.net,nudevista.nl,nudevista.se,nudevista.tw###paysite
thegay.com,shemalez.com##.poper_show
||shemalez.com/sw.js
||gcloud.live/asset/default/player/plugins/vast-*.js
animego.to##.adsverting
||extramovies.wiki/wp-content/uploads/*/red.png
xhamster.com##.wit-ads-by
xhamster.com##.xplayer-banner
xhamster.com##.wit-sponsor-link
xhamster.com##.wit-sponsor-banner
g-status.com##.topadv_placeholder
||cdn.performit.club/scripts/nwm-pw.min.js
upscpdf.com###custom_html-10
upscpdf.com###custom_html-11
upscpdf.com##.e3lan-below_header > a[href^="http://bit.ly/"] > img
imtranslator.net##div[style="width:315px;text-align:center;"]
easybib.com##.adds-wrapper
livenewschat.eu##.adsbygoogle
antivirussoftwareguide.com##.sidebar-block__top-product-block
||imgsee.net/vip/2mf.html
||imgfile.net/shrinker/js/zler.js
investmentwatchblog.com###custom_html-15
linsoo.co.kr##.adsbygoogle-noablate
editorsdepot.com##.footer-sponsor-section
||editorsdepot.com/images/edmdbanner.png
jyra.online##.adz
||jyra.online/nt.js
meteomedia.com##.promo_service
thecambabes.com,celebsroulette.com,camuploads.com,heroero.com,thebestshemalevideos.com##.block-video > .table > .opt
camuploads.com##a[href^="https://reactads.engine.adglare.net/"]
||mangatensei.com/propbig.php
||mangatensei.com/propbot.php
pornsfw.com##.leaderboard
kmbc.com##.ad.rectangle
mycast.io##.graphic-big-holder
||yourlust.com/m/js/mobile.min.js
||avple.video/asset/default/player/plugins/vast-*.js
spankbang.com##nav.main_nav > ul > li > a[rel="nofollow"]
||ecpms.net^$popup
apk4all.com##.ny-down > a[rel="nofollow"][class="more-link"][title="Download"]:not([href*="?app_id="])
latimes.com##.GoogleDfpAd-wrapper
trakt.tv##div[id^="huck-ster-"]
.com/js/customscript.js|$domain=wankoz.com|katestube.com|vikiporn.com|sleazyneasy.com
nutritiondata.self.com##.around_the_web
free-mockup.com##div[class^="ad-affiliate-"]
||free-mockup.com/wp-content/themes/checkout/images/placeit-mockup-15off.png
||free-mockup.com/wp-content/themes/checkout/images/placeit-mockup-horizontal.png
porngun.net##.menu > li > a[href][target="_blank"]
porngun.net###player-container > #video-pause
ultimate-guitar.com##bidding-unit[id^="ad_cs_"]
findagrave.com##.fg-prad
vpnranks.com###sticky-banner
||compare.thecrazytourist.com/*/javascripts/intent_media_sca_ads.js
18tube.club##.sidebar > #text-5
18tube.club##.entry-content > .vc_row > .vc_col-sm-2
||imglnkd.com^$domain=18tube.club
gematsu.com##iframe[data-src^="https://www.play-asia.com/"][data-src*="iframe_banner-"]
||play-asia.com/*iframe_banner-$domain=gematsu.com
erome.com##.free-space
||erome.com/35.js
hdporncomics.com###sidebar-right > #text-3
hdporncomics.com###sidebar-right > #custom_html-9
||analyticsindiamag.com/wp-content/uploads/2019/02/Blue_03.jpg
analyticsindiamag.com##.textwidget > p > a[rel="nofollow external noopener noreferrer"] > img
||activistpost.com/*/*.jpg$script
flyingmag.com##.arcAdsContainer
flyingmag.com##.article_ad_text
warscrap.io##.squareAdContainer
||besthindisexstories.com/bhk.js
besthindisexstories.com###widgets-wrap-sidebar-right > #enhancedtextwidget-3
besthindisexstories.com###widgets-wrap-sidebar-right > #enhancedtextwidget-5
||freehindisexstories.com/fhsh.js
freehindisexstories.com###widget-area > #enhancedtextwidget-3
techgenix.com##.pp_ads_single_before_related
uploadrive.com##a[href*="/?token="][href*=".exe"]
skysports.com##div[data-ad-format="mpu"]
lesbianexpert.com##.kck
/^https?:\/\/(www\.)?lesbianexpert\.com\/[a-z\d]+\.js$/$domain=lesbianexpert.com
||wysasys.com^$popup
flagandcross.com###klicked-shopify-widget
flagandcross.com##.mvp-side-widget a[target="_blank"]
||tempest.services.disqus.com/ads-iframe^$important
||uploadrar.com/banner.gif
||uploads4u.net/images/download_ads.png
naturallycurly.com##.google-dfp-adspace
||cdn.thejournal.ie/media/hpto/*skin*.png
||xyzcomics.com/vixaizcomehpefw.php
socialblade.com##div[style^="width: 860px; height: 90px;"]
allcelebs.club##table[width="330"][border="1"]
allcelebs.club##table[width="300"][border="1"]
allcelebs.club##table[border="1"][width="310"]
allcelebs.club##.demo3
allcelebs.club##table[align="center"][style="width: 700px;"]
allcelebs.club##a[href^="http://www.searchcelebrityhd.com/"]
ettv.to##.vp_ab
ettv.to##.imdb > div[class^="download_liinks"]
looper.com##.recommended-heading
||imgmercy.com/folo.js
||phillip-mellody.me/team.js
||phillip-mellody.me/img/download-now.gif
||phillip-mellody.me/img/DownloadNow.gif
sexu.com##.player__side.player-related
sexu.com##.content__body .info
||get.cryptobrowser.site/promo/ad/
||realhax.com/wp-content/uploads/2019/03/realhax.png
://s3.amazonaws.com/*?trkch=*&visitor_id=*-aff0-*&client=*&u=$empty,important
lookmovie.ag##.plr-ad-stripe
lookmovie.ag##.bottom-message-container
||sexy-youtubers.com/fronfrontfront.js
sexy-youtubers.com##a[href^="http://aj1070.online/"]
sexy-youtubers.com##a[href^="https://go.strpjmp.com/"]
sexy-youtubers.com##a[href="https://theporndude.com/"]
sexy-youtubers.com##a[href="http://weknowporn.com"]
||zbporn.com/xdman/
||zbporn.com/zpi/zp.js
zbporn.com##.spots-title
htpcguides.com##.inside-right-sidebar > #text-18
crystalmark.info##a[href^="https://suishoshizuku.com/"]
saveur.com##div[class*="arcAds"]
foxnews.com##.partners
watchcartoonsonline.eu##.sidebar_list > #text-7
||watchcartoonsonline.eu/inc/ggz/ffa.js
uploadrar.com##div[class^="download"][class*="page"] div[class^="banner"]
||kickass.vc/c.js
celebritygalls.com##.articles-container > article.card[style="border:5px solid black;"]
||bitco.world/brave2.gif
||imgoutlet.pw/lksgx.js
||torrentgalaxy.to/common/exs/presenter.js
camwhores.biz##.adv
all81soft.com##.header + div[data-op^="/go/"]
||pornid.xxx/pid/dev.js
pornid.xxx##.rsidebar-spots-holder
animeland.us##div:not([class]):not([id]) > div[id][style*="overflow:"][style*="hidden;"][style*="height:"]
animeland.us##div[id][style^="overflow:"] > div[style="position: relative"] > a[href^="/wp-content/"][href*="zgbtoany"]
||animeland.us/wp-content/plugins/tzd-to-any/zgbtoany.min.js
fatherly.com##.article__leaderboard-ad
fatherly.com##.in-article-ad
dictionary.com##aside[id$="-lb-728x90"]
dictionary.com##aside[id$="-top-300x250"]
uwatchfree.st##a[href][rel="nofollow"].hd-links
namethatporn.com##div[onclick^="FAB"]
namethatporn.com###fab_blacko
||static.namethatporn.com/assets/prod/fab
youporn.com##.ad-bottom-text
xxxonxxx.com##.player-bn
||jelajahinternet.me/download3.png
rawstory.com##.rs_ad_block
javmec.com###wrap-main-home-tab > div[style="overflow: hidden !important;margin: 0 8px;"]
||muahohanghoa.com/xad/js.php
openloadmovies.bz##aside[id^="text-"] > .textwidget > div[class^="xc"][data-zone][style]
||openloadmovies.bz/sw.js
opjav.com##.float-ct
opjav.com###ads_location
||opjav.com/bet/*_728х90.gif
||opjav.club/asset/default/player/plugins/vast-*.js
||yeniler.cf/asset/default/player/plugins/vast-*.js
||rapidvideo.is/genads.php
protoawe.com##.pausedView
||awestat.com/npt/banner^
||taboola.com^$domain=1fichier.com|espn.com|gamespot.com
healthline.com##aside[class="css-bzwr8d"]
healthline.com##div[class="css-y4sdpf"]
healthline.com##div[class="css-1vcjrad"]
||rule34.xxx/images/pro.png
||kickassanime.io/homeside*/$subdocument
01fmovies.com##.jw-logo-top-left[style^="background-image: url(\"https://01fmovies.com/addons/"]
||minhdz.com/xad/js.php
javfinder.sh##.col-md-9 > div[style="overflow: hidden !important;margin-bottom:8px;"]
||imagezilla.net/gqwxtancgwaiet.php
||asianclub.tv/asset/default/player/plugins/vast-*.js
gumtree.com.au##.user-ad-row.user-ad-row--featured-or-premium
||pandavideo.pw/wp-content/themes/PsyPlay/nex1.
||kshow123.net/assets/*.html$subdocument
||uiz.io/custom_theme/js/uref.js
||uiz.io/img/downloadbutton*.gif
hawkbets.com##a[href^="http://bit.ly/"] > img
/images/banner_$domain=hawkbets.com
||cdn-assets.bittorrent.com/*-banner-
||adshort.co/proxy-service-ab1.php
||1337x.unblock2.xyz/z.js
||1337x.unblock2.xyz/ab*.js
rowfirst.eu###bannerInCenter
rowfirst.eu###hiddenBannerCanvas
radio.net###section-ad
mrunlock.run##a[href*="redsittalvetoft.pro"]
mrunlock.run##p.text-center > a[target="_blank"] > img
||xopenload.club/*/uploads/GirlfriendExperience*.jpg
||xopenload.club/*/images/300_
proporn.com##.abtext
||smarthomebeginner.com/images/*300x250_
smarthomebeginner.com##div[class^="shb-"][class*="-placement"]
digit.in##.hot_deals
hdzog.com##.rek-link
new.lewd.ninja##.box.has-aids
bikeradar.com##.sticky-advert-widget
bikeradar.com##div[data-adtargets]
bikeradar.com##.ad-banner-container
piratedhub.com##a[href^="https://bit.ly/"] > img
||moviemaniac.org/asset/rev/jun29m.js
||toplessrobot.com/wp-content/themes/smart-mag-child/js/vmg-ads.js
||winporn.com/templates/base_master/js/jquery.shows.min.js
||xozilla.com/player/html.php
autotrader.com##div[data-cmp="fixedAdContainer"]
uploadrive.com###content > center > a.btn[onclick]
mysanantonio.com##a[target="_blank"] > img[width="300"][height="250"]
nekopoi.care##a[href^="https://bit.ly"] > img[alt*="iklan "]
nekopoi.care##div[class^="adsgen"]
vladan.fr##a[href*="banner"][href*="utm_source"][target="_blank"]
||vladan.fr/wp-content/uploads/images/veeamskin3.png
vladan.fr##a[href^="https://www.vladan.fr/go"] > img
sinagritbabasworkshop.com##.widget-content > div[style="text-align:justify"] > a:not([href*="dmca.com"])
czechvideo.org##a[href^="https://www.xxxc2c.org"]
oko.sh##.banner + center > a[target="_blank"] > img
xfantasy.tv##nav > ul > li > a[target="_blank"]
xfantasy.tv##a[class^="join_banner"][target="_blank"] > img
seedpeer.me##.content > iframe[width="800"][height="200"]
instadp.com##.promoted-modal
.com/pu/$script,domain=smutr.com
private-shows.net,camwhoreshd.com,fapster.xxx##.block-video > div.table
||backgrounds.wetransfer.net/brand/
youx.xxx##.banner
youx.xxx##.player-banner
xxxdessert.com###player-banner
||pornalin.com/*.php
pornalin.com##.block_spots
pornalin.com##.section_spot
pornalin.com##.aside_spots
pornalin.com##.js-banner-player
rumormillnews.com##div[style="width:160px"]
rumormillnews\.com\/images\/(make_my_day.JPG|banner3kevinremade.jpeg|banner3kevinremade.jpeg|africanfamily3.jpg|acm-homeworkshop.jpg)
indianexpress.com##.m-story-ad
forums.whirlpool.net.au##.replyblock > .reply[style="padding: 0;"]
xtube.com###xtubePlayer > div[id] > div[id][class][style="display: none"]:not(.recommendedVideosOverlay) > div
xtube.com###tabVideos > .rowSpace > li.stamp:not(.deleteListElement):not([data-plid])
xtube.com##.videoPage > aside.expandAside > div[class*="  cntPanel"]:not(.myPlaylist):not(.moreVideosFromUser)
upornia.com##a[title*="ad spot"]
.blogspot.com/*/*ADtulo-2.jpg
sportsplays.com##.bannerZone
porntube.com##.native-footer
porntube.com##.webcam-shelve
porngem.com##.top-sponsor
theroar.com.au##.pm-ad-unit
hindimoviesonline.club##div[style="clear: both; text-align: center;"] > a[target="_blank"] > img
bulbapedia.bulbagarden.net###laptop-box
forum.xda-developers.com##.sponsor-dyn-banner
yifymovies.tv##.sidebar .textwidget > div[style*="width: 300px; height: 600px;"]
kimovil.com,kimovil.ru##[id^="div-gpt-ad-"]
||hd21.com/templates/base_master/js/jquery.shows.min.js
freepik.com###main > section[class=""][id*="_"]:not([class*="spr"])
instaud.io##.spons
texastech.forums.rivals.com##.sectionMain.funbox .funbox_forum_view_above_thread_list > div > a[href][target="_blank"] > img
tryfist.net##aside > a[target="_blank"] > img
javengsub.com##div[id^="ahd"]
jawcloud.co##.loloba
putlockerstoworld.com##a[href^="https://deloplen.com/"]
sacbee.com###zerg-target
boostme.gg##main > div.container > div.justify-center[style="height: 150px;width:100%;"]
sdfgdf.xyz##.full
sdfgdf.xyz##.ad-close-sp
uiporn.com##iframe[src^="https://www.uiporn.com/player/html.php?aid=pause_html"]
uiporn.com##iframe[src^="https://www.uiporn.com/player/html.php?aid=start_htm"]
gomovies.tube##a[href^="/user/profile/premium-membership"] > img
gomovies.tube##.jw-logo-top-left[style^="background-image: url(\"https://gomovies.tube/addons/try-premium"]
||ecoimages.xyz/furs/mastiff.js
||ecoimages.xyz/furs/mortgage.php
||theseotools.net/sponsors/$image
youramateurporn.com##.menu > ul > li > a[rel="nofollow"]
youramateurporn.com##a[target="_blank"][rel="nofollow"]
txxx.com##.rek-under-player
porndr.com##.bottom-pct
oko.sh###link-view > a[href][target="_blank"] > img
||oko.sh/sw.js
||s3.amazonaws.com/15b1ad2a9c430b2496e4a196b0ef1906e1e3299e8d46dc1f3a1e354226/secure.js
audioz.download###leaderboard > li > a[href] > [src^="/templates/Default/img/promotional/"]
audioz.download###inSidebar > a[href][target="_blank"][rel="noFollow external"][style*="/promotional/"]
||audioz.download/templates/Default/img/promotional/
||cut-urls.com/files/p1.js
space.com##.slot-after_popular_box
space.com##.slot-before_popular_box
space.com##div[class^="slot-attemp-slot-"]
space.com##.slot-top_of_sidebar
msn.com##div[data-m*="RiverMarketPromo"]
||turbobit.net/files/news/image/big.png
||turbobit.net/*/60090.
turbobit.net##div[style^="text-align:center;"] > a[target="_blanck"] > img
||turbobit.net/files/news/image/offer
||digjav.com/asset/default/player/plugins/vast-*.js
yts.lt##.nbox-bordered
yts.lt##.aibox-bordered
xhamster.com##a[href^="https://xhamster.com/sponsor/out"]
speedtest.net##.eot-box-wrapper > div.pure-g
bootcampdrivers.freeforums.net###wrapper > div[style^="display: flex; width: 700px; max-width: 100%;min-height: 250px;"]:not([class]):not([id])
||youav.com/nb/fnl.js
smallseotools.com##a[href="https://smallseotools.com/advertise/"] > img
slidehunter.com##.itm-ads
slidehunter.com##.sticky > .ad
msn.com##li[data-m*="NativeAdHeadlineItemViewModel"] > a.nativead
msn.com##div[data-section-id="shopping stripe"]
tubev.sex##.sp_block_3-300-250
||tubev.sex/static/js/abb.js
indiansexvideos.porn##.notififation--image > img[src*="/media/"][alt="Profile pic"]
||fembed.com/asset/default/player/plugins/vast-*.js
/wp-content/themes/dooplay/nex1.$domain=mangoporn.co|playpornfree.xyz
||movcpm.com/watch.xml?key=
||moviemaniac.org/asset/default/player/plugins/vast-*.js
||displayfusion.com/ImagesCommon/Content/FileSeek/
||hdeuropix.com/hdmgor.js
||hdeuropix.com/hdmdol.js
/^http(s*):\/\/.+\/\d+$/$domain=topeuropix.net
bmovieshub.com##.btn-primary[href][rel="nofollow"]
flix555.com##body > a[style="position: fixed; top: 0; left: 0; right: 0; bottom: 0"][target="_blank"]
pornxs.com##div[data-ad-index-parent]
flaticon.com###sponsor-partner
wi.cr###overly
||thevidhd.club/sw.js
||vidbob.com/player*/vast.js
||cdn.cloudfrale.com/Managed/*.mp4
xhamster.com##.video-view-ads
pornhub.com###hd-rightColVideoPage > .clearfix:first-child
msn.com##div[aria-label="property by domain"]
msn.com##div[aria-label="from our partners"]
cracksmod.com##.affiliate_download_imagebutton_container
powvldeo.net###oly
||powvldeo.net/js/pu.js?v=
||powvldeo.net/bun/
macrotrends.net##.adx_top_ad
dailymotiontomp3.com##.wondershareAd
||rotumal.com^$popup,domain=dailymotiontomp3.com
myabandonware.com###l > #std > a[href] > img
cricfree.sc##.links-buttons > .watch.live-color > a[href="http://iptvlive.com"]
cricfree.sc##.kbps > .watch.live-color > a[href="https://cricfree.live/"][target="_blank"]
||cricfree.sc/banner.png
tekrevue.com##.ad-post-trail
jigsawplanet.com##.ts-ad-wrap
trueachievements.com###sidebar > .side-unit
||stfly.io/download.png
||dawnupdate.xyz^$domain=stfly.io
winkawaks.org##.google-adsese
||embed.media/asset/default/player/plugins/vast-*.js
letmejerk.com##.video-wrapper > aside[class]
javhub.net##.fel-playclose
javhub.net##div[class*="banner-"]
staticice.com.au##td[align="center"] > a[href^="http://www.staticice.com.au/cgi-bin/redirect.cgi?"][target="_blank"] > img
coolrom.com.au##table[width="980"] > tbody > tr > td[width="100%"][bgcolor="#000000"][colspan="2"][align="center"]
coolrom.com.au##table[width="980"] > tbody > tr[height="100%"] td[width="100%"] > font > center > div[style="min-height:250px;"]
coolrom.com.au##table[width="980"] > tbody > tr[height="100%"] > td[width="326"] > table > tbody > tr > td[colspan="2"][width="325"][height="250"][style="margin:0px;padding:0px;"]
oregonlive.com##.revenue-display--wide
hitomi.la##div[class^="hitomi-"] > a[href^="http://www.nutaku.net/signup/landing/"] > img[src^="//ltn.hitomi.la/"]
hitomi.la##div[class^="hitomi-"] > a[href^="http://www.nutaku.net/signup/landing/"] > video[src^="//ltn.hitomi.la/"]
||kickass.love/j.js
javdragon.com##.aft_bnr
||wantedbabes.com/fload.js
||wantedbabes.com/images/wantedbabes.com/p2_parent.js
||content*.wantedbabes.com/images/wantedbabes.com/istripper/istripper
||fembed.net/asset/default/player/plugins/vast-*.js
||aweproto.com^$domain=kodiak.top
||protoawe.com^$domain=kodiak.top
||awestat.com^$domain=kodiak.top|leporno.org
kodiak.top##div[style*="width:300px;height:250px;"]
kodiak.top##div[style*="width:720px;height:250px;"]
kodiak.top##a[href="page-Money.html"]
||pussytorrents.org/js/striptools/t*_*.js
||whenisgood.net/static/pics/ycbm-ad.jpg
kickassz.com##a[href="/k.php?q=q"]
||kickassz.com/c.js
xxxdessert.com##.content-gallery_banner
||xxxdessert.com/*_fe.js
||tvbarata.club/ads/
||pcast.pw/addycash.js
livesport4u.com,pcast.pw,sportlive.site###localpp
girlsofdesire.org##div[style="margin: 0 auto;font-size: 0px;  height: 255px;"]
girlsofdesire.org##a[href^="http://refer.ccbill.com/"]
||girlsofdesire.org/php/*_fl.js
123movies.gallery,01fmovies.com,gomovies.tubee,123movies.domains##div[style="display: block;"] > .close.ico
123movies.gallery,01fmovies.com,gomovies.tube,123movies.domains##div[style="display: block;"] > .close.ico + a[href="/user/profile/premium-membership"]
123movies.gallery,01fmovies.com,01fmovies.com,gomovies.tube,123movies.domains##a[href="/user/profile/premium-membership"] > img
123movies.gallery##.jw-logo-top-left[style^="background-image: url(\"https://123movies.gallery/addons/img/"]
123movies.domains##.jw-logo-top-left[style^="background-image: url(\"https://123movies.domains/addons/img/"]
msn.com##.provAd
pervclips.com##.thumb_spots
||gaobook.review/asset/default/player/plugins/vast-*.js
otakusan.net##.fixed-ad
otakusan.net##.pages div[style="margin: auto;width: 605px;max-width: 100%;text-align: center;height: 250px;overflow: hidden;"]
otakusan.net###chap_view > div[style="margin: auto;width: 605px;max-width: 100%;text-align: center;height: 252px;overflow: hidden;max-height:260px;overflow-y:hidden;"]
aajtak.intoday.in##.amp-ad-inner
aajtak.intoday.in##amp-embed[type="taboola"]
||ytmp3.cc/p/|$popup
myjoyonline.com##.article-text > div[id^="in-article-"]
myjoyonline.com##.article-text > div[style="float:right;z-index: 996;height:340px; width:250px;margin-bottom: 10px;"]:not([class]):not([id])
||myjoyonline.com/ghana-news/img/glauc-new.jpg
kissasian.sh##div[style^="float:left; width: 300px; height: 250px;"]:not([class]):not([id])
kissasian.sh##.barContent div[style="width: 620px; margin: 0px auto;"]:not([class]):not([id])
||jsfiddle.net^$domain=bitsnoop.me,important
theinventory.com,thetakeout.com,theonion.com,splinternews.com,clickhole.com,avclub.com,deadspin.com,gizmodo.com,jalopnik.com,jezebel.com,kotaku.com,lifehacker.com,theroot.com##.gwCoav
theinventory.com,thetakeout.com,theonion.com,splinternews.com,clickhole.com,avclub.com,deadspin.com,gizmodo.com,jalopnik.com,jezebel.com,kotaku.com,lifehacker.com,theroot.com##.evizSo
wespeakrugby.com##div[style^="float:"] > .btn-warning
wespeakrugby.com##div[style^="float:"] > .btn-danger[href*="/Buy"]
wespeakrugby.com##div[style^="float:"] > .btn-success:not([href="https://wespeakrugby.com/"])
wespeakrugby.com##.swal2-container
||unblocked.*/abd.js
||unblocked.*/abe.js
zooqle.unblocked.icu,zooqle.unblocked.me.uk##a[href^="/b/?http"][style="font-weight: bold;"]
||cdn.sexygame66.com^$media
||cdn.sagame66.com^$media
/wp-content/uploads/*.gif$domain=037hdd.com
037hdd.com##.bireklam
037hdd.com##div[class="filmborder"][style="height: 200px;"]
037hdd.com##div[id^="ads_"]
037hdd.com###sidebar > div[class="widget_text sidebarborder"]
||cdn.ufa191.com/*.mp4
||goalclub.tv/videos/Macau*.mp4
pornclipsxxx.com##div[align="right"][style="color:#333;text-align:center;"]
||xtremeserve.xyz/*.php$xmlhttprequest,other
||muhammadyoga.me/download3.png
twitchtracker.com##.abracadabra
gainslink.com##div[dir="rtl"]
||porndr.com/nb/jsfile.js
porndr.com##.we_are_sorry
||porndr.com/player/html.php
tryboobs.com##.two-rcol
kickasstorrent.cr###wrapperInner > .tcc_mb
||uploadrar.com/dating.jpg
moozpussy.com##.smb
moozpussy.com###sponsor
moozpussy.com##.box > span#link
moozpussy.com##.linkf
thefilmbay.com##.bnr
thefilmbay.com##a[href^="https://bit.ly/"] > img
windowscentral.com##.panels-flexible-region-inside > a[href^="https://www.awin1.com/awclick.php?"]
nutraceuticalsworld.com###exposeMask
nutraceuticalsworld.com###dfpoverlay_wrap
subtitlebank.net##a[href^="http://trk.globwo.online/"]
||subtitlebank.net/2.gif
digiday.com##.wrapper > article div[class^="ad_"]
||thekat.ch/c.js
shotcut.org##.col-md-8 > div[style="background-color: #ddd; padding: 6px; text-align: center"]:not([class]):not([id])
is123moviesfree.com,putlocker.digital,123movies.gallery,1movies.is###p_native
spankwire.com##.video_right__item-spot
spankwire.com##iframe[src^="//rev.adsession.com/"]
spankwire.com##.js-react-simple-header[data-zone="HEADER_WHOLE_ZONE"]
trustedreviews.com##.ad-container
||sexvid.xxx/stpd/
sexvid.xxx##.bottom_spots
sexvid.xxx###banner_video
||xxxonxxx.com/a.php|
xxxonxxx.com##.gallery-thumbs
chess24.com##.ad3rdParty
closeload.com###clk_btn
||dx82u1pulx6jk.cloudfront.net/pub/$domain=filehippo.com
cutpaid.com###link-view > center > iframe
||filez.cutpaid.com/bt*.html
sozosblog.com###banner-lad
sozosblog.com###load-featured-content
sozosblog.com###sidebar a[href="/go.php"][rel="nofollow"] > img
youx.xxx##.thumb_banner
||youx.xxx/*.php|
mp4upload.com##.video-js > .vjs-over.vjs-fade
||mp4upload.com/vjs/ada2.html
||mp4upload.com/vjs/iframe2ad.html
file-up.org##.row > div[class] > #countdown + div[style="margin: 10px 0;"]
drakula.top###bannerInCenter
drakula.top###hiddenBannerCanvas
||drakula.top/pu/new/pu.js
||vkprime.com/player*/vast.js
||greedseed.world/vast_tag/*.php
viralizeit.net##.top_right_banner
viralizeit.net##.bottom_right_stick
ottawacitizen.com##.adsizewrapper
japscan.to##div[id^="p_root_"] #p_native
dummies.com##.ad-post > section.ads
kaplog.com###v-overlay
kaplog.com##.Thumbnail_List > .xtact
kaplog.com##.Thumbnail_List > .aft_bnr
||statics.javhihi.com/assets/love/index.
cpmlink.net##.site-main > .container a[href][target="blank"] > img
||blogspot.com^$image,domain=cpmlink.net
sex3.com##.search-page-adv
sex3.com##.inplb3x2
vivatube.com##.spots.c-content
vivatube.com##.thrcol > .livecams
vivatube.com##.thrcol > .thr-rcol
speed4up.com##center > a[target="_blank"] > img
||tvmovieflix.com/468__60-Orange-
/storage/*.js#spot=$domain=ahoymybay.one|baybea.net|bayboat.link|bayception.pw|beapirate.pw|blue247.pw|blueprox.click|piraatprox.in|piraattpb.click|piratebay.tel|proxtpb.art|proxydltpb.club|thepiratebay.kiwi|tpbtpb.xyz|unblocktheship.org
||protoawe.com/vast/
fmovies.wtf##a[href^="https://staticf.akacdn.ru/f/assets/premium/stream_in_hd.html?"]
fmovies.wtf##a[href^="https://staticf.akacdn.ru/f/assets/premium/download_in_hd.html?"]
katmoviehd.eu###sidebar > #text-3
||fc.lc/js/nt.js
||fc.lc/*.html$~third-party,subdocument
||japscan.to/sw.js
imgadult.com##a[href^="http://xapi.juicyads.com/"]
||youtubeloop.net/img/banner/*-banner.gif
uploadedpremiumlink.xyz##.col-md-12 > div[style^="margin-top:"][style*="width: 728px;height: 90px;"]:not([class]):not([id])
uploadedpremiumlink.xyz##.col-md-12 > div > div[style^="margin-bottom:"][style*="width:300px; height:250px;"]:not([class]):not([id])
myhdporn.net##.afc_popup
myhdporn.net##a[href="http://myhdporn.net/other.php"][rel="nofollow"] > img
||myhdporn.net/sss.gif
||myhdporn.net/ccc.gif
hdpornvideo.xxx##.lika
||hdpornvideo.xxx/static/js/abb.js
||hdpornvideo.xxx/nbb/serve
superherohype.com##.wrapper > #js-leaderboard
||dailyimages.xyz/crackle/carouseal.js
||dailyimages.xyz/crackle/graduation.php
imgfile.net##div[class^="ov-ar-container-"]
||adsviv.com/pop.js
||adsviv.com/banner/
||link.tl/js/mobilead.js
||1373837704.rsc.cdn77.org/mobilead.js
||1373837704.rsc.cdn77.org/entry2.js
||rsc.cdn77.org/entry*.js$domain=multileech.net
watchhowimetyourmother.online###contenedor > #keeper2
oddsdigest.com##a[href="https://www.dollarshaveclub.com/"] > img
best4pc.com##.entry-content > center:last-child > :not(h5):not(h4)
reblop.com##[href^="https://t.frtyo.com/"]
realstream.cc###float-bottom
realstream.cc##body > div[id^="slice-"][style^="display:"][style*="position: absolute; z-index:"]
||realstream.cc/awrapper/
duplichecker.com##.add_box
||filerio.in/images/logo_bw.png$popup
xda-developers.com##.bravetwig-top
||kickassanime.io/codea/
file-up.org##.page-wrap > .dareaname ~ .text-center
pcsteps.com##a[href^="https://www.pcsteps.com/cyberghost-pcsteps-deal"]
speed4up.com##.adstop > center > a > img
pornhub.com##.adWrapper
||sxyprn.com/mth^
ckk.ai##a[href][target="_blank"] > img
||ckk.ai/sw.js
ups.com##.ups-tracking_banner_img
cointiply.com##iframe[src^="/api/ads/"]
||zap.buzz^$subdocument
apkmos.com##.td-header-sp-recs
||gedmhqqipuz6wfon.pro/v*/pop/js/
allthatsinteresting.com##.post-content > .pbh_inline
allthatsinteresting.com##.banner-row
movistack.com##a[href^="https://jaunithuw.com/?h="]
movistack.com##a[href^="https://publishers.propellerads.com/"]
||pentasex.com/ae/cu1stom.js
3movs.com##.nav > li.cams
||ouo.io/js/adv
||xcafe.com/jkzx/VCYQAfEIoJ.js
||xcafe.com/*.jsf?m=
||xozilla.com/js/ppndr.js
xhamster.desi,xhamster.com##.wid-sponsor-banner
ouo.press,ouo.io##.content a[href][target="_blank"]
||ouo.io/js/*.js?
||ouo.press/js/*.js?
||ouo.io/js/webpush.ma.js
||floater.playstream.media^$domain=ouo.io
hpjav.tv##.home-featured-ad
popjav.tv,hpjav.tv##body > div[style^="position: fixed; overflow: hidden; right:"][style$="z-index: 999;"]
livesport.ws##a[href^="http://clickstats.online/"]
||xopenload.me/wp-content/themes/PsyPlay/nex1.
javsubtitle.co###impanel
xenforo.pk##a[href="https://xenforo.pk/link-forums/dont-click.61/"]
techpowerup.com###viewport > a[class][href][target="_blank"][rel="nofollow external"]
||content-cdn.y2mate.com/themes/js/pa.js
windowscentral.com##.panels-flexible-region-inside > a[href^="https://go.nordvpn.net/aff_c?offer_id="]
teenpornjizz.com##.adv_banners
porn555.com##.vda-x2
pornq.com##.thumb--adv
3prn.com##iframe[src^="//ads.exosrv.com/"]
3prn.com##iframe[src^="https://syndication.exosrv.com/"]
||3prn.com/even/ok.php
fux.com##.native-footer
||tubsexer.com/fend_ldr.js
||tubsexer.com/backend_loador.php
tubsexer.com##.sponsored_top
tubsexer.com##.header_link > a[href="https://tubsexer.com/link/limited-1-offer-or-exclusive-1-deal/"]
see.xxx,pornl.com##.vda-item
opensubtitles.org###search_results > tbody > tr[style^="height:115px"][style*="background-color:"]
zooqle.mrunlock.fun##a[href^="https://mahopercetit.info/"]
imagefap.com##a[href^="https://awejmp.com"]
softwarespro.net##.entry-content > center > a > img
firstpost.com##.fixBtm
firstpost.com##.add_placeholder_300_600
firstpost.com##.add_placeholder_300_250
veporns.com##a[href^="https://bit.ly"]
teachertube.com##.removeAd
||uii.io/js/health.js
tarifi.kiev.ua##body > div.plus
slashdot.org###announcement
||freshscat.com/images/*scat*.jpg
||freshscat.com/images/livefetishcams.jpg
freshscat.com##.menu > li > a[target="_blank"][rel^="nofollow"]
gamcore.com##a[rel="nofollow"] > img[src*="fgn.me/common/images/"]
gamcore.com##.warningbox
gamcore.com##.side_fls
gamcore.com###centerwrap > div#center > div#blurb
gamcore.com##.flashes > li.foxtrotuniform_block
gamcore.com##.warningbox ~ a[rel="nofollow"] > img
gamcore.com##canvas[width="350"]
gamcore.com##div[id$="_tvadbody"]
gamcore.com###tvnotice
/daclips\.in\/[A-Za-z0-9]{7,8}\.[A-Za-z0-9]{7,8}$/$domain=daclips.in
||coub.com/assets/promo/
coub.com##.viewer__das
/[a-z0-9]{32,}.js/$domain=biqle.ru
sslproxies24.top##iframe[name="banner"][src^="http://affiliate.strongvpn.com/"]
4sysops.com##div[style="width: 100%; text-align: center"][id^="div-test-"]
kisstvshow.to##.barContent > div:not([class]):not([id]) > div[style="width: 300px; margin: 0px auto;"]:not([class]):not([id])
kisstvshow.to##div[style="width: 620px; margin: 0px auto; overflow: hidden;"]:not([class]):not([id])
ondemandkorea.com##.banner.player_overlay
taxi69.com##.menu-button-cams-icon2
||taxi69.com/nb^
||slutload.com/kvs-container/camsoda^
||slutload.com/spots^
pornvibe.org###menu-main-navigation-1 > li > a[target="_blank"]
pornstreams.eu###menu-menu > li > a[target="_blank"]
pussyspace.com##.li_pad_cam
pussyspace.com##.right > .rightNav + style + div[id] > div[class] > img
||pussyspace.com/*.*?*%$image
||pussyspace.com/js/all.js?*=701903$important
japangaysex.net##.float-ck
blackmod.net##div[style="width: 300px; height: 250px;"]
blackmod.net##.p-body-content > div[class="lSSlideOuter noticeScrollContainer"]
/anime-vostfr\.net\/[A-Za-z0-9-_]{50,60}/$script,domain=anime-vostfr.net
||analdin.com/js/ppndr.js
||pornhd.com/*.php?$script
gizchina.com##.vwspc-section-sidebar > .vw-sticky-sidebar > div[id^="text-"]:not(#text-29)
||royalown.review/links/popad$popup
forums.androidcentral.com##.mn_postbit > .row > .mn_deals__widget
||bubble*life$empty
||check-prizes-now*.life^$empty
cambabe.video##.primary > li[style^="background-color:"][style*="color: #fff;"]
camwhores.video,camwhores.tv##.primary > li > a[target="_blank"]:not([href*="camwhores.chat"])
camwhores.video,camwhores.tv##.footer-wrap > div[style="text-align:center;margin-top:5px;margin-bottom:5px;font-size:20px;"]
myxclip.com##.adv-square
myxclip.com##.adv:not(#adv-2)
||blameless.work/gorge/approval.js
||blameless.work/gorge/conqueror.php
||imagemuggy.com/archaic/dishonor.js
||imagemuggy.com/archaic/chairman.php
/js/*.php|$script,domain=urlink.biz|url-ink.com|urli-nk.com|url-ink.biz|ur-link.biz
levelsex.com##.banner_page_right
||zog.link^$empty,important,domain=hclips.com
freeteenporn.xxx##.thumb-banner
freeteenporn.xxx##.video-banner
||freeteenporn.xxx/js/script.js
software-on.com##._ning_cont > ._ning_inner
merdekaid.online,software-on.com##a[href^="http://deloplen.com/"]
switch-xci.com##.code-block-4 > div[style="text-align:center;font-family:Tahoma;"]:not([class]):not([id])
thepiratebayorg.org##center > a[href][target="_blank"][rel="nofollow"] > img
||thepiratebayorg.org/images/
xkorean.biz##.contain.refill[style="width:100%;padding-top: 15px"]
al.com,oregonlive.com,nj.com##.main-wrapper > #belowToprail
||propvideo.net/vast.php
||streamporn.pw/wp-content/themes/PsyPlay/billo.
||postpics.xyz/hii.js
||postpics.xyz/bye.php
||widgets.outbrain.com/outbrain.js$domain=techworld.com
argusleader.com,azcentral.com,battlecreekenquirer.com,baxterbulletin.com,bucyrustelegraphforum.com,burlingtonfreepress.com,centralfloridafuture.com,citizen-times.com,clarionledger.com,coloradoan.com,courier-journal.com,courierpress.com,dailyworld.com,delawareonline.com,delmarvanow.com,desertsun.com,desmoinesregister.com,floridatoday.com,freep.com,fsunews.com,greatfallstribune.com,guampdn.com,hattiesburgamerican.com,hometownlife.com,indystar.com,jconline.com,kitsapsun.com,lansingstatejournal.com,lcsun-news.com,montgomeryadvertiser.com,mycentraljersey.com,naplesnews.com,news-leader.com,news-press.com,newsleader.com,pal-item.com,pnj.com,portclintonnewsherald.com,press-citizen.com,redding.com,rgj.com,sctimes.com,shreveporttimes.com,statesmanjournal.com,stevenspointjournal.com,tallahassee.com,tcpalm.com,theadvertiser.com,thecalifornian.com,thegleaner.com,thenews-messenger.com,thenewsstar.com,thespectrum.com,thestarpress.com,thetimesherald.com,thetowntalk.com,usatoday.com,vcstar.com,visaliatimesdelta.com##.taboola-module
torrentdownloads.me##.advv_box
||torrentdownloads.me/templates/new/images/titl_tag2.jpg
||fbbcdn.xyz/asset/rev/pop-m3.js
lowyat.net##.wpb_wrapper > #custom_html-7
lowyat.net##.wpb_wrapper > #custom_html-9
lowyat.net##.sidebar_inner > #custom_html-4
lowyat.net##.sidebar_inner > #custom_html-6
kisstvshow.to,kimcartoon.to###centerDivVideo > div[class^="glx-in-player-"] > div[id^="glx-"][id$="-container"]
||streamsfinder.com/pu/*/pu.js
springfieldspringfield.co.uk##.additional-content2
crichd.to###floatingLayer1
nbastream.io##.w-100
filecrypt.cc##.support_2
premierleague-lives.com##a[href^="https://trk.allsports4free.online/"]
||live-sports-stream.net/media-resources/other/scripts/tsc-widget-v1.min.js
javfor.me##a[href^="/lib/url.php?"] > img
forums.crackberry.com##.mn_deals__widget
bosscast.net##a[href^="http://smokeandhoney.storenvy.com/collections/"]
iframesecure.com###myjs
bulma.io##.bd-partner.bd-is-carbon
||scoresinplay.com/366unibet.html
||scoresinplay.com/366bwinad.html
||leechpremium.link/iframe.php
||gamecopyworld.*/games/js/tc_*.js$important
paigeeworld.com##.webAd
vipleague.pw,vipleague.cc,vipbox.im,vipleague.bz##div.text-center > button[data-open="_blank"]
||cdn.cdn000.club/js/gssjs.js
||cdn.cdn000.club/js/goojs.js
thenewsminute.com##div[class*="_ads_block"]
||dailyuploads.net/images/gbinsta.jpg
gizchina.com##.vw-content-sidebar > div.vw-sticky-sidebar.theiaStickySidebar > div[id^="text-"][class="widget widget_text"]
taxidrivermovie.com##.category-taxi-fares
taxidrivermovie.com##.fares-heading
sciencealert.com##div[class^="priad"]
arab-times.info##a[href^="http://click.adsdelivery.bid"]
arab-times.info##.offer
limetorrents.info###content > [class^="wrn_txt"]
limetorrents.info###content > div[class^="warn"]
||mp4upload.com/b3.html
musicbusinessworldwide.com##.mb-interstitial--popup
||xcum.com/*/s/s/adhs.php?
tvraven.pro##.LolElement
||nu-bay.com/static/js/born.js
||nu-bay.com/static/js/abb.js
nu-bay.com##.gal-banner
uploadever.com###container > center > .btn-success
home-barista.com###page-header-banner
home-barista.com###footer_leaderboard
home-barista.com##.forum-billboard-resp
home-barista.com##.forum-banner-container
home-barista.com##.related-topics-resp + .responsive-hide[style="display: inline-block; text-align: center; vertical-align: top;"] > i
ashemale.one##iframe[src^="https://acdn.ashemale.one/ashm/frms/"]
||acdn.ashemale.one/ashm/frms/
moviesand.com###ggf-aside > .inner-aside-af
moviesand.com###ggf-aside > span[class^="af-"]
moviesand.com###main-item > .loadMoreRelated[style^="display: inline-block;"]
zikjkh4d.site###player_wrappe a[href][target="_blank"] > img
||link.tl/ax/impression^
||link.tl/interstitial^$important,empty
mylust.com##.content > .cs-bnr
coub.com##.viewer__sad
ibizaglobalradio.com##.banner-publi
facebook.com###megamall_rhc_ssfy_pagelet
||readcomiconline.to/Ads/$important
||bc.vc^$domain=multileech.net
sexu.com###nv_ads
||sexu.com/ifrm/
intoupload.net##.downppi
||watchonlinemovies.com.pk/wp-content/uploads/2016/10/logo.png$popup
xxxkingtube.com###offer
||xxxkingtube.com/*/ban/json/
||pci.xxxkingtube.com/v*/a/*/js|
uploadbuzz.org###wrapper > div[class^="downloadpage"] > .content > center
uploadbuzz.org##.sideright > form > #downloadbtn ~ span.btn-primary
gotporn.com##.sidebar > .image-group > .external-img-300x250 + span.caption
stileproject.com##.sponsor-btn
||stileproject.com/frexo.js
||stileproject.com/baexo.php
||stileproject.com/boom/d-*.html
||clik.pw/bomb.png$popup
pacman.io###adEnvelope
gogoanime.io##.anime_video_body > div[style="height:250px;overflow:hidden;"]:not([class]):not([id])
steelersdepot.com##.theiaStickySidebar div[id^="custom_html-"]
||watchpornfree.ws/wp-content/themes/toroflix/nex1.
musicbusinessworldwide.com##body .mb-advert
musicbusinessworldwide.com##body .mb-block--advert-side
sciencedaily.com##.sidebar > .unit2
sciencedaily.com##.sidebar > .half-page
sciencedaily.com##.sidebar > .bottom-rectangle
sciencedaily.com##.left-skyscraper
sciencedaily.com##header > .container > .unit1 > .textrule
kaotic.com###overflowIdVideo
thisvid.com##.main-nav > li > a[href^="//servtrending.com/"]
thisvid.com##.main-nav > li > a[href^="https://reactads.engine.adglare.net/"]
gadgetsnow.com##.ad.colombia[data-cb="processCtnAds"]
||kiss-anime.ws/salapi3/
||rapidvideo.com/genads2.php$important
flashx.pw##iframe[src*="flashx.pw/"][src*=".php?treqn="]
||flashx.pw/*.php?treqn=*&runauction=*&crr=*&cbrandom=$subdocument,important
||fmovies.cab/asdfasgdUUy
||loadshare.org/custom/*/fmovies_480p.mp4$domain=fmovies.cab
nytimes.com###story > div#bottom-wrapper[class^="css-"]
nytimes.com###stream-panel ol > div[id^="mid"][type="supplemental"]
uploadev.com##form #downloadBtnClick ~ a[target="blank"][rel="nofollow"]
uploadev.com###direct_link > a[target="blank"][rel="nofollow"]:not(.directl)
agar.io###mainui-ads
iitjeemainguide.in##.box-main > .banner-captcha + .row + center
wjla.com##div[class^="ddb_300x250_"][class*="largeRectangleAd_container_"]
go123movies.io##a[rel="nofollow"].btn-successful
epaper.timesgroup.com##.GoogleDFP
europixhd.net###MyImageId
||europixhd.net/js/propadbl
||hdeuropix.io/hdm*.js
nytimes.com##body > #app > div[class^="css-rpp"][class*=" "] > div[class^="css-"][class*=" "]
forum.xda-developers.com##.page > div#posts > div[id]:not([id^="edit"]):not([id^="lastpost"])[class="postbit-wrapper"][style]
nzbindex.com##.main > #search + div#i.hide > .inner >a[href][target="_blank"] > img
otakunation.org##div[id$="MessageOverlay"]
otakunation.org##div[id$="preloaderOverlay"]
psprices.com###Psprices_ATF
psprices.com###Psprices_MID
psprices.com###Psprices_BOT
kmph.com,kfoxtv.com,fox17.com##div[class^="index_displayAd_"]
kmph.com,kfoxtv.com,fox17.com##div[class^="index_ad"]
boardgamegeek.com###main_content .amazon_search_ad
||fmovies.*/sw.js?
1movies.is##.sp-cont > a[href*="banner"][target="_blank"] > img
arcadepunks.com##.footer-widget-style-1 > aside#custom_html-41
xxxdan.com,jizzbunker.com###content .banner
anyporn.com##.container .native-footer-desktop-6x1
fetishshrine.com,xxx-photo.com,youfreeporntube.net,reallifecam.vip##.nav > li > a[target="_blank"]
vivud.com##.in-gallery-banner
vivud.com##.adv
hdzog.com##.main-content > .block-thumbs:not([class*=" "])
hdzog.com##.player-wrapper > .player-showtime-two.without-title
||sexu.com/ifrm/*?ad=awn
||pussyspace.com/js/all.js?c=$important
4tube.com###ad_player
||shaggyimg.pro/crackle/carouseal.js
gamefaqs.gamespot.com##.message_mpu
|https://$script,subdocument,third-party,xmlhttprequest,domain=upload4earn.org
pornbimbo.com###kt_player > .fp-player + a[href$="?play=true"][target="_blank"][style]
||pornbimbo.com/player/html.php?aid=pause_html&video_id=*&*referer=
thescore.com##div[class^="Ad__bigbox--"]
kawowo.com##.g-single > a[href][target="_blank"] > img
||wp.com/www.kawowo.com/wp-content/uploads/*/topbet_web_*.gif$domain=kawowo.com
noypigeeks.com##div[align="center"] > a[href][target="_blank"][rel] > img
||noypigeeks.com/wp-content/uploads/*/*/*-*-*-NoypiGeeks*.gif
coub.com##div[adfox-featured-banner]
quora.com##div.Bundle:not([class*=" "])[data-clog-metadata]
||yts.gd/sw.js
media.esc-plus.com###leader-wrap
timesofmalta.com##body .ad_takeover
fashionista.com##.m-fixedbottom-ad--container
||display.netbina.com/banner/
kickassanime.io##ins[id][style^="text-decoration: none;"] > div[id^="adsrg-"]
||blogginggyanbox.com/sw.js
||safelinkconverter.com^$third-party
viprow.net##button[data-lnguri*="banner"]
usgamer.net##.below-comments > .recommendations
usgamer.net##.leaderboard-container
irisbuddies.blogspot.com##a[href^="http://go.oclasrv.com/"]
irisbuddies.blogspot.com##a[href^="https://publishers.propellerads.com/"]
pornoxo.com##.video-player .video-extra-overlay
pornoxo.com##div[class*="advi"]
pornicom.com##.thumb_spots
utimetableresult.in,getfreshcloud.xyz,fabsdeals.com,funnyquiz.blog,blogginggyanbox.com,yesmoviesapp.info##.box-main > .banner ~ center
||yesmoviesapp.info/sw.js
olympicchannel.com##.adv__300x300
yesnetwork.com###sponsored-takeover-container > .header-stats
troypoint.com###wpfront-notification-bar-spacer
||fun1.arcadeprehacks.com/*/*_d.js
||ltn.hitomi.la/RiVERIev78/GRAnTeRTh18*.js$important
||turbobit.net/*/72890.png
torrentdownloads.me##.inner_container > a[href][rel="nofollow"] > img
||uploadbank.com/images/bluedownload.png
||syndication.dynsrvtbg.com^$popup,domain=tnaflix.com
fangraphs.com##form > div.fg-ra-desktop
forum.wordreference.com##.messageList > li.message[id$="_mid"][style]
ctv.ca##.dfp_block
||uploadever.com/images/down.png
1movies.is##.superButton
1movies.is##a[id^="adimg"]
||chan.sankakucomplex.com/p/pre.js
adultlook.com###ad_pb
||xaoutchouc.live/await/sluggard.js
||xaoutchouc.live/await/notwithstanding.php
||soonbigo.com/vast/*.xml$domain=nudogram.com
uii.io,short.pe,clik.pw,szs.pw,chrt.pw##div[style="z-index:99999;position:fixed;bottom:10px;left:50%;transform: translateX(-50%)"]
nytimes.com##.eaca97t1v
nytimes.com###bottom-wrapper > div#bottom-slug
nytimes.com###mktg-wrapper.eaca97t0
nytimes.com###mid2-wrapper.eaca97t0
nytimes.com###mid1-wrapper.eaca97t0
nytimes.com##.css-1yvwzdo
||afletedly.info^$popup
1001tracklists.com##.img15ad
1001tracklists.com##.bannerFP
/^https?:\/\/celeb\.today\/[a-z\d]+\.js$/$domain=celeb.today
derpibooru.org###imagespns
||derpicdn.net/spns/*.gif
watchonline.me##.remove-ad
adultwalls.com##a[href^="/links/go"]
||adultwalls.com/istripper^
plusone8.com##a[href="http://bongacams2.com/track"]
xda-developers.com##a[href="https://forum.xda-developers.com/getbrave"] > img
rankedboost.com##.ArticleTopInsert
rankedboost.com##div[class^="ArticleInsert"]
healevate.com##.widget_text.banner
healevate.com##article[id^="post-"] div.banner
sexydesktopnudes.com##.more_links
sexydesktopnudes.com##a[href^="http://nlkdom.com"]
||sexydesktopnudes.com/*160x120.gif
legalporno24.com,tubezx.com,7porn.xyz##.partnier-top-nav
||playbuzz.com^$domain=nsfwyoutube.com|readmng.com|readlightnovel.org|guacamoley.com|sportsplays.com|dailyhive.com
||speedporn.net/wp-content/themes/retrotube/nex1.js
nudespree.com##.top-links
nudespree.com##.main-menu > li > a[rel="nofollow"]
9animes.ru##iframe[src^="https://ad.animehub.ac/"]
9animes.ru##body > div[id] > div[id][style^="visibility:visible;"][style$="z-index:0;background-color:#222;"]
||ad.animehub.ac^
vidz72.com##.partnier-top-nav
forebears.io##.banner-h
||forebears.io/data/*/dna-h.html?*&ads=
biqle.ru##.message-container
spankwire.com##a[href^="http://as.sexad.net"]
||pornorips.com/pr7ab49db374.js
vivud.com##.navbar-nav > li > a[rel="nofollow"]
heroero.com##a[href^="https://assist.lifeselector.com/"]
heroero.com##img[alt="avatar11"][width="300"]
luxuretv.com###menu2 > #lien
||ad.kisscartoon.is^
||uploadproper.com/images/dl-now.png
geekermag.com###ai_widget-3
pornpics.com##a[href^="https://www.pornpics.com/go/"]
windowscentral.com##.header-top-alert-bar--close-disabled
androidpolice.com##.ap-post-footer-banner
androidpolice.com##a[href^="https://www.visible.com"][target="_blank"] > img
putlockers.co##.videoAreac > div[class^="glx-in-player-"] > div[id^="glx-"][id$="-container"]
||putlockers.co/sw.js
hotmovs.com##.adv-name-small
hotmovs.com##.fel-playclose
||uploadev.com/mngez/images/banner
uploadev.com##div[class^="banner"]
inoreader.com##div[id^="column_ad-"]
inoreader.com##.ad_footer_remove
torrentdownloads.cc##a[href^="https://cybertool.co/"][rel="nofollow"] > img
||torrentdownloads.cc/templates/new/images/one*.gif
hd21.com##.aside_video > .wrap > .title
simply-hentai.com##.page-leave
simply-hentai.com##.text-center > div[id] > div[class]:empty
||util.simply-hentai.com/prod/$script,image,domain=simply-hentai.com
empireproleague.com##a[href="https://www.venerablelawfirm.com/"]
empireproleague.com##a[href="https://empire-pro-nutrition.goherbalife.com/Catalog/Home/Index/en-US/"]
goalnepal.com##.inner-local-ad
goalnepal.com##.sticky-footer-ad
||goalnepal.com/uploads/banners/
smh.com.au,brisbanetimes.com.au##.noPrint div[data-widget^="plista_widget_underArticle_"]
thefappening.wiki##a[href^="/bst-red.php?"]
sysnettechsolutions.com###header-widget-area > .hw-widget > a[href^="https://bit.ly/"][target="_blank"] > img
mrskin.com##.sk-wallpaper
mrskin.com##.sk-wallpaper-top-container
myreadingmanga.info##center > a[href][target="_blank"][rel="nofollow noopener"] > img
||myreadingmanga.info/mrj.js
||myreadingmanga.info/script30may.js
||myreadingmanga.info/images/*/BLOD-300x250.gif
||myreadingmanga.info/wp-content/uploads/*/DLC-300x250.gif
||eontent.streamplay.to/apv.hh?$important
9stream.pw##body > div[id][onclick^="javascript:window.open("]
ibrodtv.net##body > div[align="center"][id][style^="position:absolute;"][style*="z-index:"]
||hdcast.pw/addycash.js
extramovies.host##a[href^="http://ghoto-12.win/"]
||tornadomovies.co/site/kasdl7asd
||loadshare.org/custom/*/tornadomovies_video.mp4$domain=tornadomovies.co
||dredown.com/images/youtube.png$popup
||amf.pw/ookboqflzavrqd.php
mydramaoppa.com###fakeplayer
ultimate-guitar.com##.js-ad-alternative
123movies.mx##.buttonfirst
123movies.mx##.buttondll
123movies.mx##a.btn-block[rel="nofollow"]
equity.today##.popup_module_container
equity.today##.read_carefully_subcontent > a[rel="noopener"] > img
myupload.co###mytest
openspeedtest.com##.ad-block
||skylineservers.com/images/banners/skyline-servers728x90_02.jpg
oaoa.com###blox-right-col > div[id^="rail-"] > div[style="width:300px;height:250px;margin-bottom:20px;"]
tubewolf.com,xcum.com##.bnnrs-player
jazzradio.com##.one-third > .bare
offerup.com##.db-ad-tile
||idtbox.com/js/wire.js
||humparsi.com^$popup
flix555.com##.flix_fadein
adsrt.me##div[id*="ScriptRootC"] > div[id*="PreloadC"]
fmovie.cc##a[rel="nofollow norefferer noopener"][style^="position: fixed; z-index:"]
vg247.com##.content > .low-leader-container
||noodlemagazine.com/nb/*.js
pornbimbo.com,mangovideo.pw##.fp-player > .fp-ui > a[href][target="_blank"][style^="position: absolute; left:"]
||mangovideo.pw/v*/*/pop/js/
||pandanetwork.club/v*/*/pop/js/
||seo.pandanetwork.club/xoxo.js
||seo.pandanetwork.club/seoxo.js
/^https?:\/\/ftopx\.com\/[a-z\d]+\.js$/$domain=ftopx.com
cryptomininggame.com##a[href^="https://coinad.com/"]
cryptomininggame.com##body > .row.text-center > .col-lg-6 > a[href][target="_blank"] > img
||movs4u.tv/wp-content/uploads/2019/01/Logo-header.png$popup
jav.guru###custom_html-15
jav.guru###custom_html-17
jav.guru###main_header > li.menu-item > a[href="https://theporndude.com/"]
washingtonpost.com##div[class*="pb-f-ad-leaderboard"]
msn.com##div[data-section-id="sponsored.stripe.shopping"]
politicaloutcast.com##.ad-336x280
politicaloutcast.com##.ad-336x280-nativeads
wololo.net##.content > div[style="background-color:#DDEEDD;"]:not([class]):not([id])
addoncloud.org##.well.vpn
addoncloud.org##.vertical-left
courant.com##div[data-pb-name="DFP Ad"]
stream4free.live###promo
stream4free.live##a#closeButton
||goo.gl/jvPtF2$domain=stream4free.live
keezmovies.com##.main_menu > li.nmenu > a[rel="nofollow"]
keezmovies.com##.vjs-inplayer-overlay
keezmovies.com##p[style="text-align: center"] > strong[style="color: #000000"]
keezmovies.com##[data-ad-right]
||static.depositfiles.com/js/utar*.js$important
peeplink.in###thin_border > article > div > h5
peeplink.in###thin_border > article > div > h5 + a[rel*="external"]
||tpc.googlesyndication.com/ima3vpaid?vad_format$domain=vidbob.com
||katmovie.de/wp-content/uploads/2018/02/katmoviecologo2-min.png$popup
||tubecomplet.com/wp-content/uploads/2018/08/Logo-Y.png$popup
app.appvalley.vip##.notification-item
comicbook.com##.modernInContent
salon.com###posts > .flex-center.header-wrapper
salon.com##.black-container > .flex-center.header-wrapper
||mixi.media/data/js/*.js|$domain=rt.com
audiobookbay.pl##div[style="text-align:left;margin:0 0 10px 0;"] > a > img
||audiobookbay.nl/images/fr.jpg$important
||audiobookbay.nl/images/bz.jpg$important
||audiobookbay.nl/images/bin.jpg$important
||audiobookbay.nl/images/d-t.gif$important
thestar.com##.article-body-items > .hero + div > div > div.alpha--big-box.hideRegistration
gmanetwork.com##.ad-hldr
gmanetwork.com##psst-ad > .mrec > span
gmanetwork.com##crowdy-news > .crowdy-hldr
gmanetwork.com##psst-outbrain > div >  #ob-title
gmanetwork.com##.sidebar-main > #mrec-container
cbc.ca##.ad-bigbox-fixed
download.cnet.com###download-fd-leaderboard-ad-top
a2zcrack.com###header-banner468
a2zcrack.com##center > a[href][target="blank"] > img
a2zcrack.com##a[href][target="blank"][rel="nofollow"] > h3
uploadev.com##a[href^="https://wronsironhow.club/"]
||1921681254.tech/sw.js
uploadbuzz.org##.sideright > form > #downloadbtn ~ a[rel="nofollow"][target="_blank"]
imtranslator.net###topframe
imtranslator.net##td[align]> div[style="padding:5px;margin:5px;border:1px solid #21497D;"]
gamepedia.com##.xt-placement
files.minecraftforge.net##.promo-container
fetishshrine.com,vikiporn.com##.adv-aside
pornwhite.com,wankoz.com,pornicom.com,sleazyneasy.com,fetishshrine.com,vikiporn.com##.text_adv
bolor-toli.com###banner-clear
||bolor-toli.com/assets/banners/
medicalnewstoday.com##div[itemscope] > [class*="css_"]
medicalnewstoday.com##.sidebar > [class*="css_"]
medicalnewstoday.com##div[itemprop="articleBody"] > [class*="css_"]
||solarmovie.*/images/button.png
viprow.net,strikeout.nu##.embed-responsive > .position-absolute > div
thefreedictionary.com##section > div > div > a > img[src^="//img.tfd.com/wn"]
yttalk.com##.funboxWrapper  a > img
yttalk.com##.uix_mainSidebar div.secondaryContent > div.sided1
hellporno.net##.bnnrs-player
||freefansitehosting.com/ads/
||static.tellerium.com/close-icon.png
||static.tellerium.com^$subdocument,domain=telerium.tv
timesofindia.indiatimes.com##iframe[id^="google_ads_iframe"]
||3movs.com/player/html.php?aid=post_roll_html
||picturesboss.com/f.js
leechpremium.link,payco.xyz###myModal
movistack.com,myfeed2all.eu,payco.xyz##a[href^="http://bodelen.com/"]
kimochi.info##body > script + div[style="margin-top:10%"]:empty:not([class]):not([id])
|http*://$subdocument,third-party,domain=crabcut.net|payco.xyz
tokenfly.pw##center > a[href][target] > img
tokenfly.pw###fbox-background
travelmarketreport.com##.topcenter_ad
travelmarketreport.com##.contentpayPalAd
travelmarketreport.com##.DestinationsRightAdSlide
earnz.xyz##.fadeInRightBig > a[href] > img
ondemandkorea.com##.player_banner_300x250
liveleak.com##div[class^="runative-banner-"]
red-mp3.me##a[data-href^="//ads.ad-center.com/"]
red-mp3.me##a[data-href^="https://look.ichlnk.com/"]
red-mp3.me##div.ac > a[class="button main-download"][style="cursor: pointer;"]
kodicommunity.com##.header-banner
kodicommunity.com##div[class^="penci-google-adsense-"]
kodicommunity.com##.theiaStickySidebar > .penci_list_banner_widget > .penci-list-banner > .penci-promo-item > .penci-promo-link:not([href*="kodicommunity.com"]) + img
||kodicommunity.com/wp-content/uploads/*/fire-tv.gif
||kodicommunity.com/wp-content/uploads/*/sidebar-add.gif
||kodicommunity.com/wp-content/uploads/*/horizontal_ad.jpg
maxcheaters.com##.sa_link_overlay
maxcheaters.com##.ipsAdvertisement
maxcheaters.com###popupcontent_16 img
||maxcheaters.com/applications/easypopup/interface/popup200.js
||maxcheaters.com/uploads/monthly_2019_01/ezgif-5-a8ea8efcb8c0.jpg.fd373ccbe260d53b1d2dad88d4755f62.jpg
spendmatters.com##.sidebar-widgets > .widget > .fullwidth[style="text-align: center;margin-bottom:5px;"]
adnangamer.com##.banner ~ .blog-item
||bit.ly^$popup,domain=adnangamer.com
||vidlox.me$popup,domain=aniwatcher.com
aniwatcher.com##main > h2.h2episode+div[class*=" epsa"]
fmoviesarena.com##.reklam-s-kodd
||canadastatehealthinsurance.com^$domain=fmoviesarena.com
basenotes.net##.advertblock
mydramalist.com##.spnsr
mydramalist.com##.spnsr_right
mydramalist.com##.spnsr-wrapper
mydramalist.com##.nav-item >.dropdown-menu #dp-store-tag
||xozilla.com/sw.js
javhub.net##.nav > li > a[href="https://bongacams.com"]
javhub.net##.nav > li > a[href^="http://media.r18.com/track/"]
javhub.net##div[id^="r18" ] > a[href][target="_blank"] > img
kickassanime.io###hideshow
kickassanime.io###hideshow2
kickassanime.io###smallAds
kickassanime.io##div[class^="col-md-"] > .ka-ax
kickassanime.io##.comments-block > .embed-container2
||kickassanime.io/codea/720x90*.html
||dailymotion.com/embed/video/x70pzw0?$domain=kickassanime.io,important
online.fliphtml5.com##body > div[style^="z-index: 99999; position: fixed;"]:not([class]):not([id])
cnet.com##.amzn-native-container
||youtube6download.top/adx.php^$popup
||plantaheim.web.id/wp-content/plugins/soralink/assets/js/sora.php
hentaiplay.net###video_overlays
||topeuropix.net//js/prop_*.js
||javwide.com/underpl.js
||123lnk.com/post/jsx.js
||xpee.com/application//assets/scripts/sgunder.js
mt4forexplatform.review##.adsbygoogle
||solarmovie.one/Public/img/solar_btn_
||solarmovie.*/templates/Solar/images/solar_btn_
solarmovie.one,solarmovie.cam##div[style*="text-align:center"] > a.textb
||ycapi.org/p/|$popup
anime-sugoi.com##center > a[rel="nofollow"]~br
||buyitonline.store/sw.js
||123movies.actor/wp-content/uploads/2018/11/alpha.jpg$popup
limetorrents.info##.torrentinfo > div > div[style^="float:"]:not([class]):not([id])
limetorrents.asia,limetorrents.info##.downloadareabig[style="width: 250px"] > .dltorrent
uploadproper.com##form > center > a[href]:not([href*="uploadproper.com"]) > img
gametracker.com##.block_ad303x1000_left
gametracker.com##.block_ad303x1000_right
gametracker.com##.page_content > div[style="width:980px; height:48px; margin-bottom:5px; overflow:hidden; border-radius:6px;"]:not([class]):not([id])
dvdgayporn.com##.sidebar a[href^="http://join."][href*=".com/track/"] > img
egmnow.com##.a-single > a[href^="http://bit.ly/"].gofollow > img
al4a.com##a[href^="http://as.sexad.net"]
al4a.com##a[href^="http://ezofferz.com"]
gotporn.com##a[href="https://www.gotporn.com/webcams"]
pornerbros.com##a[href^="https://as.sexad.net"]
pornerbros.com##a[href="http://pornerbros.idealgasm.com/"]
pornerbros.com##iframe[src^="https://as.sexad.net/"]
sleazyneasy.com##a[href^="https://ab.advertiserurl.com"]
tubedupe.com##a[href^="https://www.studio20cam.com"]
||tubedupe.com/js/ppnr.js
foxtube.com##a[href^="https://webcams.muyzorras.com"]
foxtube.com##body > .pds.pb_footer
foxtube.com##footer > #pie
foxtube.com##footer > #pie_top
alphaporno.com##.advertising-side
alphaporno.com##.sort-menu > li > span > a.pignr
alphaporno.com##a[href="https://hellmoms.com/"]
alphaporno.com##.bnnrs-player
xrisetube.com##.wrapper > .floating
xrisetube.com##.container > .floating
xrisetube.com##.container > .bottom-blocks
xrisetube.com##.container > .video-wrapper > .video-aside
hanime.tv##iframe[src^="https://a.adtng.com/"]
hanime.tv##iframe[src^="https://ads.trafficjunky.net/"]
hanime.tv##.full-page-height > .int[style^="width:"]
celebheights.com##a[href="https://donsfootwear.com/"] > img
celebheights.com##a[href="https://www.donsfootwear.com/"] > img
omgfoss.com###sidebar > #text-2
omgfoss.com###sidebar > #text-9
jizzwithme.com##.info__content > .row > .textAdAboveVideoLink
jizzwithme.com##a[href^="https://bullion-media.vnative.net"]
filthybritishporn.com##.bnnr
ettv.tv##div[class^="vp_a"]
ettv.tv##.imdb > div[class^="download_links"]
embed.media##a[href][target="_blank"][onclick="this.parentNode.removeChild(this);"]
||embed.media/asset/rev/a10.js
hulkpop.com##.sidebar_list > .widget_text > .textwidget > div[id^="wmg-vb-"][style^="width: 300px; height: 250px;"]
kimcartoon.to##.runative-banner-300x250
kimcartoon.to###subcontent > div[style="width: 620px; margin: 0px auto; text-align: center;"]
dailyuploads.net##center > a[rel="nofollow"] > input
limetorrents.asia,limetorrents.info##.trtbl + td > [class^="wrn_"]
limetorrents.asia,limetorrents.info##.trtbl + td > div[class^="warn"]
kolompc.com##a[href^="https://href.li/"]
kissanime.ac###adlink1
kissanime.ac###adlink2
||vptbn.com/redirect/?spot_id=*&action=vast
||vcdn.rivertraffic.com/*.mp4$domain=viptube.com
masseurporn.com##.video_cums
masseurporn.com##.video_cums1
faapy.com##a[href="https://faapy.com/cs/mylf/"]
faapy.com##.footer > .container > .textlink
vshare.io##body > [id][style*="text-align: center;"][style*="position: absolute;"][style*="z-index:100;"]
||instadp.com/images/*-ad.png
instadp.com##.article > div[style="float:left; width: 100%; text-align: center;"] > a[href][target="_top"] > img
hxload.io###fixedban
||hxload.io/assets/images/*Poker*.gif
javjack.com##.banner_top_right
javjack.com##.nav_top_links > li > a[target="_blank"][onclick^="ga('send', 'event', 'outbound', 'click',"]
sleazyneasy.com##div[class^="wrapper--"][data-slide-in-from="right"][style^="border: 5px solid"]
||hotpornfile.org/wp-content/themes/hpf-theme/ex/ex_l.js
spaste.com##a[href^="javascript:showhide('deals')"]
||imgtaxi.com/ea/fl.js
imgtaxi.com##a[href^="http://xapi.juicyads.com/"]
dexerto.com###articleContainer div[class=""] > div[style="text-align:center;"] > p[style="font-size:12px;color:#ccc;"]
dramacool9.io,k-vid.net,vidstreaming.io,vidcloud.icu##a[href^="https://bodelen.com/"]
strikeout.nu##.text-center > button[data-open="_blank"]
||cdn.globwo.online/scripts/nwm-pw.min.js
||topsinhalamp3.com/sw.js
royalurls.com##p[style="font-weight: 100; font-size: 12px;"]
vcstream.to###overlay-vcplayer-main
||ajax2.scr.cr/placeholder.mp4
torrentdownloads.info##a[href^="https://cybertool.co"]
torrentdownloads.cc##a[href*="bit.ly"][rel="nofollow"] > img[alt]
123movies.la##.content-kub
123movies.la##a[href^="http://bit.ly/"]
123movies.la##a[href^="https://bit.ly/"]
123movies.la##.mvi-content > div[class^="mvic-"] > a.btn
123movies.la##script + div > div[style^="position:relative;"]
myjest.com###Ustad_MJ
myjest.com###Mj_728x90_div
cam4.com###videoBannerMidrollAdWrapper
cam4.com###headerMenuMainUL > li > #sexgames
cam4.com###headerMenuMainUL > li > .meetandfuck
||dyncdn.me/static/20/js/expla*.js$domain=rarbggo.org
techpowerup.com##figure > a[rel="nofollow external"] img
pugski.com##.forum-sponsor
pugski.com##.section.sponsors
||discord.me/assets/img/units/digitalzealot_ad.png
kiplinger.com##.kip-banner
kiplinger.com##.kip-advertisement
||shoppanda.co/partners/megaurl.js
technocanvas.xyz,megaurl.in###link-view > .form-group + center
gomovies.ec###btn_zone_300
kickass2.cc##a[href="/k.php?q=q"]
jolygram.com###mgIdFrame
||zumto.com/adv|
||zumto.com/adv2|
||zumto.com/adv$domain=jolygram.com
readsnk.com##img[width="300"][height="250"]
readsnk.com##.pages > div.img_container+div[class^="d-flex justify-content-center text-center"]
tubeon.com##.puFloatLine
tubeon.com##.drt-sponsor-block
tubeon.com##.envelope-coverap > div.spots
/:\/\/fmovies.[a-z]+\/[A-Za-z0-9]+$/$domain=fmovies.cab
uploadocean.com##a[href^="https://uploadocean.com/search/search.php?q="] > img
pandamovies.pw##.mingplus
pandamovies.pw##.rightdiv1content > a[href][rel="nofollow"]
pandamovies.pw##body > div[style^="position: fixed; overflow: hidden;"]:not([class]):not([id])
||pandamovies.*/125_125.js
post-gazette.com##div[data-dfpads-position]
||limetorrents.info/sw.js
imini.in##.box-main em > span[style="font-size: 8pt; color: #999999;"]
bunnylust.com##a[href^="http://wcrgl.freeadult.games/hit.php"]
/^https?:\/\/(www\.)?bunnylust\.com\/[a-z\d]+\.js$/$domain=bunnylust.com
||pornki.com/pop/popup.js
piratebays.fi##a[href="https://protect-your-privacy.co/private-vpn.php"]
||piratebays.fi/staticproxy/img/download1.png
dirtyshack.com##.network-sec
||dirtyshack.com/und/sgunder.js
javdragon.com##body > .messagge.alert
javdragon.com##a[href^="https://bit.ly/VIPHD"][target="_blank"]
putlockersnewsite2018.com##a[href^="//look.kfiopkln.com/"]
movie4u.live##a[href][target="_blank"].options
news.com.au###header-ads-container
menhdv.com###rel-ad
menhdv.com##.videoPalayerOverlay
menhdv.com###video-player > .right-block
animekaizoku.com##div[id^="banner-"][id$="-wrapper"]
euronews.com##.js-article-sidebar-content > div.c-article-sidebar__sticky-zone.u-min-height-1200
euronews.com##.taboola
4sysops.com##div[style^="float: left; margin: 0px 0px 10px 0px;"] > p[style="margin: 0px 0px 0px 0px;font-size:10px;"]
tvworthwatching.com##div[id^="cphContent_divAdvertisement"]
gomovieshd.be,putlocker.kz##.mvic-btn > a[rel="nofollow"].btn-success
yourtechguider.com##.box-main > center:last-child
streamapi.xyz##div[id^="overlay"]
anysex.com###main_video_fluid_html_on_pause
mshare.io##.ads_336
mshare.io##.download.file-info > div[style="margin-top : 20px; margin-bottom : 20px; "] > center > div[style="text-align:center;font-size:13px;color:#a1a1a1;"]
thewatchcartoononline.tv###sidebar_r1
||ad.kisscartoon.su^
uploadfiles.io##.external-holder
techtablets.com###gp-page-wrapper > div[id$="area"] > div.gp-container > center > a > img
red-mp3.me,albkinema.net,tamilmv.cz,vidbob.com,igg-games.com,clipconverter.cc,s.to,watchserieshd.io,revivelink.com,pinoymovies.me,clicknupload.org,123movies.actor,yalla-shoot.com,9anime.ru,9anime.to,ffmovies.ru,fmovies.to##a[href^="//"][rel="nofollow norefferer noopener"][style^="position: fixed; z-index:"]
sexodx.com###video_reklamy
sexodx.com###background-cloud
trueachievemenets.com##.side-unit > div[id^="nn_mpu"]
download.mokeedev.com##.ad-wrapper+div[class="center-align"] > span[class="grey-text text-darken-2"]
/asset/revad.js$domain=asianclub.tv|fembed.com
gamefox.ws##center > a[target="_blank"] > img
||maxedtech.com/promo*.php
maxedtech.com###sidebar-activate > aside[id^="custom_html-"]
fmoviesarena.com,openloadmovie.org##.righthd
/src.js^$third-party,domain=hdreactor.club|hdreactor.red|hdreactor.su|hdreactor.tv
gomostream.com##.adtimes
/vast/*.xml$domain=mangovideo.pw
||mangovideo.pw/player/html.php?aid=*_html&video_id=*&*&referer
mangovideo.pw##.fp-ui > div[style^="position: absolute; overflow: hidden;"] > a[href][target="_blank"] > img
review-hub.co.uk##a[href^="http://shrsl.com/"] > img
phoneworld.com.pk##.theiaStickySidebar > #stream-item-widget-1
phoneworld.com.pk##.theiaStickySidebar > #stream-item-widget-4
phoneworld.com.pk##.theiaStickySidebar > #stream-item-widget-6
dl-android.com##center > button.btnDownload
||uptostream.com/assets/ads.xml
msn.com##header > span.partnerlogo-img > a[title="MarketWatch"]
msn.com##.articlebody > .floatleft > iframe[src^="https://products.gobankingrates.com/r/"]
msn.com##.articlebody > .floatleft > iframe[src^="https://widgets.informars.com/"][src*="/mortgage/widgets/MiniMortgageTable.aspx?"]
||products.gobankingrates.com/r/$domain=msn.com
||widgets.informars.com/*/mortgage/widgets/MiniMortgageTable.aspx?$domain=msn.com
androidcentral.com,windowscentral.com,imore.com##.header-top-alert-bar
dc-chronicle.com##.td-post-content > .chron-content
awsubs.co###floatcenter
awsubs.co###btm_banner
awsubs.co##.klnrec
awsubs.co##a[rel="noopener"] > img[src*="bp.blogspot.com"]
anime-sugoi.com,awsubs.co##a[rel="nofollow"] > img[src*="bp.blogspot.com"]
torrentdownloads.me##a[href^="https://bit.ly/"] > img
apkmirror.com##.google-auto-placed
||greatdexchange.com^$popup
||roforum.net/youtube/banner.php$popup
seehd.uno##.s_right > div[id^="custom_html-"]
pictoa.com##a[href="https://www.pictoa.com/o/dating.html"]
pictoa.com###tab-gallery > a[href][target="_blank"][rel="nofollow"]
/:\/\/[A-Za-z-0-9]+.[a-z]+\/[A-Za-z-0-9]+\/\d+$/$domain=shaanig.se
||shaanig.se/sw.js
quora.com##div[data-clog-metadata*="promoted_content"]
zerohedge.com##.placement-header-container
zerohedge.com##aside[id^="sidebar"][class^="placement"]
digit.in##.inside-container > .gift > a[href^="https://www.digit.in/tracker/"][target="_blank"]
uploadocean.com##a[href^="https://uploadocean.com/downloadfile/search.php"]
sexwebvideo.me##.uk-navbar-nav > li > a[href^="https://p.hecams.com/"]
sexwebvideo.me##.page-header > a[href^="https://bongacams.com/track?"]
redtube.com###top_main_menu > li > a[id^="paid_tab_"]
||torrentgalaxy.org/common/exs/exs.php
eztv1.unblocked.wtf###removeThisSection
researchgate.net##.lite-page-ad__inner
porntube.com##.navbar-nav > div > a[rel="nofollow"]:not([href^="http://www.hdporntube.com"])
4tube.com###main_navigation > li > a[rel="nofollow"]:not([href*="4tubehd.com"])
||keyrolan.com^$popup
||savefrom.net/assets/experiment/clickads/
toptenreviews.com##div#prime-day-deals[data-widget-type="deals"]
kissjav.com###player-advertising
retail-insider.com###headban
retail-insider.com###sidebar-one div.intrinsic
retail-insider.com###footban
retail-insider.com##div[class="sqs-gallery sqs-gallery-design-stacked"] > div[class^="slide content-fit"]
||picmoza.com/nb/
techradar.com##.slot-leaderboard
techradar.com###sidebar > .slot-top_of_sidebar
techradar.com###sidebar > div[class^="slot-"][class$="_popular_box"]
techradar.com##div[class^="slot-attemp-slot-"][style^="position: relative; box-sizing: border-box; height:"]
techradar.com##div[class^="slot-double-height-"][style^="position: relative; box-sizing: border-box; height:"]
livescore.com##.top-add
livescore.com##.right-bar > div[data-type="dfpbnr"]
javpost.net,javmost.com##div[style="overflow: hidden !important;"] > center > div[style="width:100%; height: 100px;overflow: hidden !important;"]
||adultvideoz.net/*_*.js|
sexgayhot.com,avgigi.com,stockingfetishvideo.com,hdjavonline.com,ultrahdporn.eu,speedporn.net,adultvideoz.net##.happy-inside-player
hdstreams.club###html1
ip-tracker.org##div[class^="ad-"]
ip-tracker.org##td[style="height:135px; padding-left:2%"]
ip-tracker.org##.lookup-ad-holder
salon.com##.posts > div[data-salon-ad][data-ad-unit]
cracks4win.com##div[style="text-align:center;"] > a[rel="nofollow"] > img
itsfoss.com##.sidebar #text-11 .wp-coupons
comnuan.com##.cmnnsticky
gsmchoice.com###left-con > div[style="min-height:280px;"]
$subdocument,third-party,domain=oturl.com
cointelegraph.com##.container > a[href="javascript:void(0)"][data-link] > img
thurrott.com###announcement-bar-container
megaleech.us##.ad_code2
theglobeandmail.com##.container-with-ad
||hitsmedia.us/ad_onclick.php
toolson.net##.adaptad
encoretvb.com##div[id^="square-ad-"]
nisdon.com###sidebar > #HTML1
nisdon.com###sidebar > #HTML5
||powforums.com/js/hta.php
pornbimbo.com,anon-v.com##div[class^="list-"] > .margin-fix > .place
anon-v.com##.content > div[style="padding:5px 5px 8px 5px;"] > a[href][style]
anon-v.com##.video-holder > div[style="padding:5px;margin:5px;text-align:center;"] > a[href][style]
99udemy.com##.theiaStickySidebar > div[id^="text-"]
onmovies.se##center > div[id^="AD_"]
||onmovies.se/zone_ads.php
psmag.com##.l-content-recommendation
yourtechguider.com,buyitonline.store,clk.ink,clk.icu,123link.pro##.box-main > .banner > .banner-inner
||mcs.player.limpi.tv/js/*.js|
||solarporn.net/xoxox.js
||123pandamovie.*/125_125.js
||solarporn.net/125_125.js
||solarporn.net/*/apop/
watchcartoonsonline.la##.sidebar_list > #text-2
5movies.to##.watch-now
||blogspot.com/*/Orange+336x280.jpg$domain=langsamples.com
||blogspot.com/*/Orange+728x90+Size.jpg$domain=langsamples.com
valueresearchonline.com###fixed_footer
kissanime.ru,rapidvideo.com##body > div[style*="data:image"]
techposts.org###sidebar > #text-2
gamecopyworld.com##body > #colorbox ~ *[style*="position: fixed;"][style*="z-index"][style*="cursor: pointer"]
hindilinks4u.co,gofilms4u.co##.mvic-btn > a.btn-successful
uploadocean.com##.resp-container
uploadocean.com##form > a[href]:not([href*="uploadocean.com"]) > img
||kotaroyalliving.com/ad*.php
forum.lowyat.net##.style_ad
tonymacx86.com##.responsiveAdCentered
u.gg###af-click > .af-left
||u.gg/affiliate/amazon/*.jpg
iresearchnet.com##a[href*="/order.html?pid="] > img[src*="/banner"]
||edu-profit.com/img/banner-ew-300x250.gif
||iresearchnet.com/wp-content/uploads/*/banner-discount-300-300-.png
nulledhack.com##.p-header-content > center > a[href][target="_blank"] > img
westernjournal.com##div:not(.after-article) > div[id$="-ad"].sponsor
smutr.com##.header-menu > li  a[rel^="nofollow"]
mylivecricket.live###bannerfloat2
rediff.com##.advtcell
geeksultd.com##.theiaStickySidebar > #text-html-widget-3
geeksultd.com##.theiaStickySidebar > #text-html-widget-4
telerium.tv##iframe[src*="rsc.cdn77.org/"]
||rsc.cdn77.org/*.html|$domain=telerium.tv
||dealspure.com/outpromotion/apkpuredown-728x150
apkpure.com##.left > .ad-left ~ div[style^="margin: 0 auto 20px auto;position: relative;width:100%;overflow: hidden;height: 150px; background: #fff;"]:not([class]):not([id])
camwhores.co###custom_html-2
uploadbuzz.org##.content > center > div[class^="adunit"] ~ a[target="_blank"]
prmovies.co##.mvic-btn a.btn-block
/styles/typeboost/*/typeboost.min.css$third-party,domain=rapidvideo.com
gamecopyworld.com##body > #colorbox ~ div[style*="opacity"]
gamecopyworld.com##iframe[src^="$_news.php?"]
||gamecopyworld.com/games/*.mp4
ymovies.tv###banner_publi
yeswegays.com##.twocolumn > .r-col > .side-spot
yeswegays.com##.video-spot
yeswegays.com##.spot-bottom
yeswegays.com##a.btn-offer[href^="https://www.men.com/"]
yeswegays.com##.header > .nav > ul > li > a[href^="https://www.flirt4free.com/"]
sportsvideo.net##.container > #banner
sportsvideo.net##.admin-content > .container-fluid > div[style="width:970px;height:90px;margin: auto; margin-top: 50px;"]:not([class]):not([id])
vshare.io###xxas
||kimcartoon.to/ajax/callback|
||gamezhero.com/promo|$subdocument
proboards.com##div[style="display: flex; width: 700px; max-width: 100%;min-height: 250px; margin: 0 auto 10px; text-align: center; justify-content: space-around;flex-wrap: wrap"]
snopes.com##.card-body > p+div.creative
pcgamer.com##div[class^="slot-"][style*="background-color: rgb(237, 237, 237);"]
last.fm##.chartlist-row--interlist-ad
loadearn.com###headlineatas
mtlblog.com###article-text > div.awrapper
mangarock.com###taboola-below-article-thumbnails-last-page-vertical
independent.co.uk##.section-content .premium-content
rapidvideo.com##a[href^="//trafficlord.net/"]
rapidvideo.com##body > div[style^="height:30px; text-align:center; background-color:"]:not([class]):not([id])
||hotanime.io/ads/
audiobyray.com##.cat-carousel
mail.yahoo.com##div[data-name="infinite-scroll-content"] > ul > li[data-test-id="infinite-scroll-PENCIL"]
||imgrock.pw/lksgx.js
||imgoutlet.pw/amload.js
||imgoutlet.pw/ckkenkxrhem.js
||temp-mail.org/images/site-banners/
temp-mail.org##.side-plugin-banner
||extratorrent.si/ecd.js
||extratorrent.si/webmr*.js
timesnownews.com##.right-block > .square-adv
timesnownews.com##.content-block > .add-wrap
timesnownews.com##.artical-description > #inline_video_ads
timesnownews.com##.right-block > div[class^="ad-section-"]
youzik.com##a[href^="https://adsrv.me/"]
gotporn.com##.nav > li > a[href="https://www.gotporn.com/casino"]
||safemov.site/safelink.js
ultimate-guitar.com##.js-ab-regular
limetorrents.info###content > table[style="padding-bottom:10px;width:100%;font-size: 12px;font-family:Verdana"]
windowscentral.com##.header-top-alert-bar > .content > .surface-2018-order
tmearn.com##iframe[src*=".tmearn.com/"][style^="overflow:hidden;"]
||tmearn.com^$third-party
collectionofbestporn.com##.main-nav-list > li > a[rel="nofollow"]
wikihow.com##.ad_label_related
wowhead.com##.page-content > div.sidebar-wrapper
the123movies.org##.content-kuss-ads
the123movies.org##a[href^="https://s3.amazonaws.com/"].btn
||prostylex.com/fronter.js
prostylex.com##a[href^="https://trustaffs.com/"]
gceguide.com##.tringdad-main
baloo.co##a.btn[rel="nofollow"]
y8.com##.right > .box.ads
popculture.com##body .modernInContent > div[id^="oas_FC"]
google.com,google.ad,google.ae,google.com.af,google.com.ag,google.com.ai,google.al,google.am,google.co.ao,google.com.ar,google.as,google.at,google.com.au,google.az,google.ba,google.com.bd,google.be,google.bf,google.bg,google.com.bh,google.bi,google.bj,google.com.bn,google.com.bo,google.com.br,google.bs,google.bt,google.co.bw,google.by,google.com.bz,google.ca,google.cd,google.cf,google.cg,google.ch,google.ci,google.co.ck,google.cl,google.cm,google.cn,google.com.co,google.co.cr,google.com.cu,google.cv,google.com.cy,google.cz,google.de,google.dj,google.dk,google.dm,google.com.do,google.dz,google.com.ec,google.ee,google.com.eg,google.es,google.com.et,google.fi,google.com.fj,google.fm,google.fr,google.ga,google.ge,google.gg,google.com.gh,google.com.gi,google.gl,google.gm,google.gp,google.gr,google.com.gt,google.gy,google.com.hk,google.hn,google.hr,google.ht,google.hu,google.co.id,google.ie,google.co.il,google.im,google.co.in,google.iq,google.is,google.it,google.je,google.com.jm,google.jo,google.co.jp,google.co.ke,google.com.kh,google.ki,google.kg,google.co.kr,google.com.kw,google.kz,google.la,google.com.lb,google.li,google.lk,google.co.ls,google.lt,google.lu,google.lv,google.com.ly,google.co.ma,google.md,google.me,google.mg,google.mk,google.ml,google.com.mm,google.mn,google.ms,google.com.mt,google.mu,google.mv,google.mw,google.com.mx,google.com.my,google.co.mz,google.com.na,google.com.nf,google.com.ng,google.com.ni,google.ne,google.nl,google.no,google.com.np,google.nr,google.nu,google.co.nz,google.com.om,google.com.pa,google.com.pe,google.com.pg,google.com.ph,google.com.pk,google.pl,google.pn,google.com.pr,google.ps,google.pt,google.com.py,google.com.qa,google.ro,google.ru,google.rw,google.com.sa,google.com.sb,google.sc,google.se,google.com.sg,google.sh,google.si,google.sk,google.com.sl,google.sn,google.so,google.sm,google.sr,google.st,google.com.sv,google.td,google.tg,google.co.th,google.com.tj,google.tk,google.tl,google.tm,google.tn,google.to,google.com.tr,google.tt,google.com.tw,google.co.tz,google.com.ua,google.co.ug,google.co.uk,google.com.uy,google.co.uz,google.com.vc,google.co.ve,google.vg,google.co.vi,google.com.vn,google.vu,google.ws,google.rs,google.co.za,google.co.zm,google.co.zw,google.cat###center_col > #taw > #tvcap > .cu-container > .commercial-unit-desktop-top
google.com,google.ad,google.ae,google.com.af,google.com.ag,google.com.ai,google.al,google.am,google.co.ao,google.com.ar,google.as,google.at,google.com.au,google.az,google.ba,google.com.bd,google.be,google.bf,google.bg,google.com.bh,google.bi,google.bj,google.com.bn,google.com.bo,google.com.br,google.bs,google.bt,google.co.bw,google.by,google.com.bz,google.ca,google.cd,google.cf,google.cg,google.ch,google.ci,google.co.ck,google.cl,google.cm,google.cn,google.com.co,google.co.cr,google.com.cu,google.cv,google.com.cy,google.cz,google.de,google.dj,google.dk,google.dm,google.com.do,google.dz,google.com.ec,google.ee,google.com.eg,google.es,google.com.et,google.fi,google.com.fj,google.fm,google.fr,google.ga,google.ge,google.gg,google.com.gh,google.com.gi,google.gl,google.gm,google.gp,google.gr,google.com.gt,google.gy,google.com.hk,google.hn,google.hr,google.ht,google.hu,google.co.id,google.ie,google.co.il,google.im,google.co.in,google.iq,google.is,google.it,google.je,google.com.jm,google.jo,google.co.jp,google.co.ke,google.com.kh,google.ki,google.kg,google.co.kr,google.com.kw,google.kz,google.la,google.com.lb,google.li,google.lk,google.co.ls,google.lt,google.lu,google.lv,google.com.ly,google.co.ma,google.md,google.me,google.mg,google.mk,google.ml,google.com.mm,google.mn,google.ms,google.com.mt,google.mu,google.mv,google.mw,google.com.mx,google.com.my,google.co.mz,google.com.na,google.com.nf,google.com.ng,google.com.ni,google.ne,google.nl,google.no,google.com.np,google.nr,google.nu,google.co.nz,google.com.om,google.com.pa,google.com.pe,google.com.pg,google.com.ph,google.com.pk,google.pl,google.pn,google.com.pr,google.ps,google.pt,google.com.py,google.com.qa,google.ro,google.ru,google.rw,google.com.sa,google.com.sb,google.sc,google.se,google.com.sg,google.sh,google.si,google.sk,google.com.sl,google.sn,google.so,google.sm,google.sr,google.st,google.com.sv,google.td,google.tg,google.co.th,google.com.tj,google.tk,google.tl,google.tm,google.tn,google.to,google.com.tr,google.tt,google.com.tw,google.co.tz,google.com.ua,google.co.ug,google.co.uk,google.com.uy,google.co.uz,google.com.vc,google.co.ve,google.vg,google.co.vi,google.com.vn,google.vu,google.ws,google.rs,google.co.za,google.co.zm,google.co.zw,google.cat##.flt-actionblock
monoprice.com##body .global-adsense
artstation.com##support-artstation-block[asset-size]
||1373837704.rsc.cdn77.org/flash.js
||link.tl/interstitial/flash-ad?$important
thefappeningleak.com##a[href^="https://888celebs.com/"]
mustangnews.net##.widget_thbadsingle > a[href] > img
||wing.kmplayer.com/cache/json/kmp_tvbox.json
putlocker.cam###watchUsefullInfoContainer
cracks4win.com##img[width="500"][height="80"]
cracks4win.com##img[width="300"][height="316"]
linkjust.com##.adsbygoogle
zetabitco.com###bottom-ads
zetabitco.com##.top_adspace
zetabitco.com##div[id*="-adspace"]
4tube.com##.adv
||api.camclips.cc/api/proxy?a=
camclips.cc##.toasted.error
updatesmarugujarat.in###HTML7
updatesmarugujarat.in##.adsbygoogle
updatesmarugujarat.in###adsense-target #adsense-content
ad4msan.ml##.row > .col-xs-12 > div[style="text-align:center;"]
kodi-addons.club###ad
eporner.com###movieplayer-box-adv
eporner.com##.dropdown > li > a[rel="nofollow"]
tube8.com###main-nav > li > a[rel="nofollow noopener"][onclick^="pageTracker"]
||truvidplayer.com^$domain=mangafox.fun
vidoza.net##.download-green
vidoza.net##.in-block[style*="z-index:"]
fantrax.com##.placeholder--300
fantrax.com##.cell--placeholder
fantrax.com##.placeholder--skyscraper
fantrax.com##.placeholder--leaderboard
fantasy.espn.com###games-footercol > .fantasy-sponsored-headlines
mexashare.com##.adsbygoogle
clipwatching.com##.video_ad2_fadein
||clipwatching.com/911proxy300.gif
amazon.com,amazon.de,amazon.co.uk###ADPlaceholder
||nopeporno.com/f.js
||gaypornempire.com/inthefront.js
gaypornempire.com##.block-300x250-ads
machinenoveltranslation.com##.right-sidebar > .widget-subscribe:not([class*=" "])
gearslutz.com###crawler
gearslutz.com###noticesContainer
anyshemale.com##.section > .wide + .sidebarv
anyshemale.com##.wide > .af
apps.jeurissen.co##div[class="cja-bottomimage cja-card"]
||imgseed.com/kita/lusan.js
||static.akacdn.ru^$popup,domain=9anime.to
pinoymovies.site##a[href^="http://go.oclasrv.com/afu.php"]
bmoviesfree.ru##body > div[style*="base64"][style*="z-index: 99999"]
porntrex.com##.show.exclusive-link
||22pixx.xyz/l^
gayforit.eu###navigation > div > a[camstarget]
gayforit.eu###navigation > div > a[target="_blank"]
manhub.com##.floatLeft > .mlinks > a[target="_new"]
search.yahoo.com##.ds_promo_newtab
xxxdan.com##a[href^="https://www.pornhubpremium.com"]
parkers.co.uk##.site-header-ad-notification
masterani.me##.hero-726x90
masterani.me##a[href^="https://www.masterani.me/out/"] > img
||masterani.me/static/neenee/*-*.$image
sunderlandecho.com##.slab__block > #adSlotMainContent1 + .backfill-cta
history.com##.m-header-ad
history.com##.m-in-content-ad-row
postandcourier.com##.dfp-ad-div
postandcourier.com##div[itemprop="articleBody"] #queryly_campaign
nudogram.com##ul.primary > li > a[target="_blank"]:not([href*="nudogram.com"])
mlbstream.tv##.mlbst-before-content > a[href] > img
mirror.co.uk###div-gpt-native:not([id*="recommendation"])
mirror.co.uk###taboolaRightRailsResponsive
bitchute.com##.rcad-container
faucetcrypto.com###fixed_ad_custom
neoseeker.com###ads_page_top
softserialkey.com##center > input[type="button"][onclick^="window.open"]
swatchseries.to##.shd_button
watchtvseries.unblckd.cx,swatchseries.to##a[href="/westworld-watch.html"][rel="nofollow"] > img
eurogamer.net##.desktop-mpu
denofgeek.com##.block-taboola
mangahelpers.com##.sovrn-onetag-ad
livesport.ws##.ads-full-right
forums.techguy.org##div[style="text-align:center;"] > div[style="font-size:80%;"]
forums.techguy.org##.messageList > li.message[id^="post-"]+li.message:not([id^="post-"])
digit.in##.cashify-holder
fixya.com##.locked-footer-ad-wrapper
9to5mac.com##img[width="750"][height="150"]
privateindian.net##.movie > #on_video
exclusiveindianporn.com###divclose
||exclusiveindianporn.com/f_exclusiveindianporn.com.js
indianpornfuck.com##.spots.appeared
iceporn.com##.drt-video-player > .drt-sponsor-block
xcafe.com##.leftbar > .content_source.no_pop
xcafe.com###fluid_video_wrapper_main_video > #main_video_fluid_html_on_pause
momdadporn.com##.ad_outer_container
||getindiansex.com/f_*.js|
getindiansex.com###divtime
flyordie.com##div[style="padding:10px; font-size:8px; xline-height:20px; color:#c0c0c0"]
apkdom.com##.adslot_right
celebsroulette.com###kt_player > a[target="_blank"]
celebsroulette.com##.player + .sponsor
za.gl##.winwin
za.gl##.winbig
||megatube.xxx/ai^
megatube.xxx###sponsor-sticker
megatube.xxx##.alert-panel
porn.com##a[href*="delivery.porn.com"]
manualslib.com##p.abp_adv_s-title
kizi.com##.category_banner
nettruyen.com##.yanad
||dailymotion.com/embed/video/x649mo1?$domain=nettruyen.com,important
webgradients.com##.phoenix_popup
webgradients.com##a.js-reach-goal.jumbo--phoenix
tbc.tetrisfb.com###content-left > .ad-container+span
tbc.tetrisfb.com###content-right > span > iframe
telecomtalk.info##.second_post_adv_main
||justjared.com/tools.js
||justjared.com/index_revive.php
||taboola.com^$domain=wgrz.com
wgrz.com##.taboola
||flyordie.com/games/online/iframeafg*.html
anon-v.com##div[style="max-width: 640px; text-align: center; margin: 0 auto;"]
anon-v.com##.opt
yugioh.com###sidebar > .ad-01
popjav.tv,hpjav.tv##.video-boxad
javdragon.com,popjav.tv,hpjav.tv##.poplayer
adultbay.org##a[href^="http://bit.ly/"] > img
||uii.io/js/u3.js
psl.pw##a[href^="https://syndication.exdynsrv.com"]
gayfuror.com##.publis-bottom
gayfuror.com##.menu > li > a[target="_blank"]
gayfuror.com##a[id^="promotedlink_"]
gayfuror.com##.right-player-169
camgirlbay.net##.list-videos > .margin-fix > .place
camgirlbay.net,camwhores.adult##body > .top[style="text-align:center;font-size:16px;"]:not([id])
/camgirlbay.net\/[a-z]{1,2}[1-9]{1,4}[a-z]{1,2}[1-9]{1,4}[\s\S]*.js/$domain=camgirlbay.net
/camwhores.adult\/[a-z]{1,2}[1-9]{1,4}[a-z]{1,2}[1-9]{1,4}[\s\S]*.js/$domain=camwhores.adult
dl.a2zcity.net##.entry-content > center > a[href^="http://"]
mangarock.com##.row > .col-lg-8 > div[style="height:90px"]
mangarock.com##.row > .col-lg-8 > div[style="height: 90px;"]
mangarock.com##.row > .col-12 > div[style="margin-top:0;height:90px"]
mangarock.com##.row > .col-12 > div[style="margin-top: 0px; height: 90px;"]
papstream.xyz###playerOv
voirfilms.ws##a[href="javascript:;"]
/images/banners/*$domain=free-strip-games.com
/^https?:\/\/(ww.\.)?m4ufree\.tv(\/[a-z\d]{0,2}){3}\/[a-z\d]+\.js$/$script,domain=m4ufree.tv
trueachievements.com###topad-wrap
op.gg##.vm-placement
||adbull.me/js/prb.js
formula1.com##.f1-DFP--banner
uploadedpremiumlink.xyz##body > center > div[style="width: 728px; height: 90px; border: 1px solid #b9b7b7;"]:not([class]):not([id])
uploadedpremiumlink.xyz##body > center > div[style="width: 300px; height: 250px; border: 1px solid #b9b7b7;"]:not([class]):not([id])
pornhub.com##.sectionWrapper > .videos[id] > li[class^="sniper"]:not(.videoblock):not(.videobox):not([id^="playlist_"])
pornhub.com###videoSearchResult > .alpha:not([id])
||xxxdan.com/aa474eaa.js
drtuber.com##body[style^="height: 100%;"] a.drt-pause-link[target="_blank"]
supercheats.com###titlebar_banner
||akaihentai.com/fro_lo*.js
kisscartoon.ac##.closeVideoAd
||api.whizzco.com/demand/*/rtads
debka.com##.ads_single_side
thesaurus.com##aside[id*="_serp_"][id*="tf_"][class]
rawindianporn.com###divtime
||rawindianporn.com/f_rawindianporn.com.js
desipapa.tv##.video-tb > .video-col
desipapa.tv##.bns-bl
pinflix.com,pornhd.com##.phdZone.zone-area
pornhd.com##.vp-under-video-spot
pornhd.com##.main-nav li[onclick='headerUtilities.callAnalytics("mainmenu","click","Casino",1)']
/^https?:\/\/(www\.)?pornhd\.com\/[a-z\d]+\.js$/$domain=pornhd.com
piccash.net##.pcash-user > div[id^="pcash-block"]
youngleak.com##.desk
||youngleak.com/app.js
whackit.co##.adcon
whackit.co##.adconleft
whackit.co##div[class^="sideadvertdiv"]
player.limpi.tv###windowads
||andovercg.com/images/join-ebay-600-120.gif
cmyip.com##a[href*="&utm_campaign"]
||cmyip.com/img_partner^
cmyip.com##.jumbotron > a[href^="go/"] + p
cmyip.com##.jumbotron > a[href^="go/"]
9anime.to###sidebar > .widget.crop
walterfootball.com##.sovrn-onetag-ad
walterfootball.com##.container > div[style="display: block; text-align: center;"]
||walterfootball.com/images/draftkingsad.jpg
iogames.space###HomeRectAdMod
iogames.space##.banner-ad-contain
iogames.space###v2-impTopBanner
besttechinfo.com##.sidebar > div.theiaStickySidebar > div[id="custom_html-5"]
besttechinfo.com##.sidebar > div.theiaStickySidebar > div[id="custom_html-6"]
heroacademia2.net,shingekikyojin3.net##.widget-area > .widget_mkslider_widget
readshingekinokyojin.com,heroacademia2.net,shingekikyojin3.net###main > .code-block-1 > center > div[style="width: 336px; height: 280px; position: relative;"]
ragalahari.com##div[style="font-size:11px;line-height:15px;color:#CACACA"]
9to5mac.com##a[href^="https://amzn.to/"][target="_blank"] > img
pcgamesn.com###pcgamesn_ad_billboard
pcgamesn.com##.ad_bgskin
pcgamesn.com##.flow_ad_wrap
pcgamesn.com##.sticky_rail600 > #pcgamesn_ad_mputop
pcgamesn.com##.sl_wrap
pcgamesn.com###pcgn_custom_slots
pcgamesn.com###pcgnAF-_af
myabandonware.com##.art > a[target] > img
football.fantasysports.yahoo.com##a[class*="yfa-rapid-module-"][class*="Promo"]
123movies.la,gomovies.cool##.content-kusss
hardocp.com##a[href="https://www.hardocp.com/redirect.php"]
hardocp.com###content-left > div[style="height:280px; width:336px; margin-left: 10px; clear: both;"]:not([class]):not([id])
||images.hardocp.com/images/ASUS-2018-COD-BO4-Website_Skins-HardOCP-v3.jpg
watchcartoononline.io##td > table[width="726"][border="0"] > tbody > tr > td > table[width="416"][height="332"][border="0"]
||bc.vc/js/app.v5.js
||bc.vc/js/po_$script
milfzr.com##.wpfp_custom_ad
milfzr.com##.aoa_overlay
milfzr.com##a[rel="noopener"] > img[height="125"]
||anyporn.com/aa/s/s/suo.php$empty
||anyporn.com/aa/s/s/su.php$empty
||anyporn.com/player/related_videos.php
18pornsex.com##.video-page > .ad
||teenporn.ws/a_nevbl^
teenporn.ws##.pause-block
porn300.com##.aan__video-units
porn300.com###multitubes-ad
porn300.com##.aan
||pornohammer.com/cpanel^
||pornohammer.com/static/script/*/video-cust-ad.js
||pornohammer.com/script/*/am.js
pornohammer.com##.video_header > div[id^="wa_"]
thewpclub.net##.style1 > .note2_sp
thewpclub.net##.widget_better-ads
thewpclub.net##.bsac
webmd.com##div.ad[id^="ads"]
bing.com##.sb_adTA
bing.com##.b_adPATitleBlock
bing.com##.b_adPATitleBlock + div
bing.com###b_content > main > #b_results > li:not(.b_algo):not(.b_ans):not(.b_mop):not(.b_pag)
bing.com##a.sb_meta[href^="http://advertise.bingads.microsoft.com"]
egyption-gy.net,shortit.ca,icutit.ca##.banner-captcha > .banner-inner > #headlineatas
||youtube.com/embed^$domain=icutit.ca|shortit.ca
||picfuture.com/down/command.js
readcomiconline.to##div[class^="ads-top-"]
/^https?:\/\/hentaigo\.com\/[a-z\d]+\.js$/$domain=hentaigo.com
||hentaigo.com/wp-content/themes/Gameleon-child/ads-random/
||hentaigo.com/wp-content/themes/Gameleon-child/ads-interstitial/
porntube.com##.cppBanner
porntube.com##iframe[src^="https://as.sexad.net/"]
viprow.net,strikeout.co,strikeout.nu,vipleague.pw,vipleague.cc,vipleague.bz##button.btn[onclick^="landPage("]
viprow.net,strikeout.co,strikeout.nu,vipleague.pw,vipleague.cc,vipleague.bz##button.btn[onclick^="opendefuser"]
realtimetv.me##iframe[src^="data:text/html;charset=utf-8"][src*="window.open"]
||s3.amazonaws.com/www.top-games.me/player.js
gamesofdesire.com##a#img_left
gamesofdesire.com##a#img_right
gamesofdesire.com##[alt="banner"]
kitploit.com##.post-footer > div[style="text-align:center;"] > a[target="_blank"][imageanchor][style]:not([href^="//www.kitploit.com"])
kitploit.com##.post-header > div[style="text-align:center;"] > a[target="_blank"]:not([class])
readcomiconline.to###fl-ads
kimcartoon.to,readcomiconline.to##.barContent > div > div[style^="width: 300px; height: 250px; float: left;"]
readcomiconline.to###subcontent script + div[id][style="overflow: hidden; width: 300px; height: 250px; margin: 0px; display: flex;"]
sammobile.com##body > div[class="g g-29"]
sammobile.com##.container > div[class="g g-34"]
||14powers.com/images/EEOG.png
appleinsider.com###sidebar-right > .ad
tocloud.co##a[href^="/register"][target="_blank"]
moviewatcher.is##a#show-button[target="_blank"][rel][href^="/"]
sportsbay.org###site-contenedor
||ssa.1337x.to/*/*.js
addictivetips.com##.bottomdeal
addictivetips.com##a[href^="https://www.addictivetips.com/go"] > img
citethisforme.com##.sbm-ad
x1337x.se##a[href^="/vpn"][href*=".php"]
x1337x.se##.aabfdbb[id][href*=".php"]:not([onclick])
/^https?:\/\/[a-z0-9]{5,14}\.(com|bid|online|top|club)\/[0-9a-f]{32}\/invoke.js$/$script,third-party
haxhits.com###fixedban
||haxhits.com/gdata/ad-vast.xml
healthline.com##.article-body > div[class^="css-"][class*=" e"]
healthline.com###site-header + div + section.css-9vohld
healthline.com##div[class^="css-"][data-empty="true"]
||api.captchme.net/api/script?key=*&style=
||api.captchme.net/api/media?ckey=*&div_ID=CaptchMe_attAds
motherless.com##iframe[style]:not([id="adguard-assistant-dialog"])
adsrt.com##div[id^="M"][id*="Preload"]
adsrt.com##.SC_TBlock
adbl.me,adsrt.com###frme1
||powvideo.net/bun/$important
amazon.co.uk,amazon.de###ape_Detail_ad-endcap-1_Glance_placement
||creative.speednetwork*.com/speednetwork*/tags/x*/x*.js?ap=
xhamster.desi,xhamster.one,xhamster.com##.wid-spot-container
||dwindly.io/ws.js
eurogamer.net,eurogamer.de##.game-spotlight-advertising
||crazyshit.com/js/pu^
||crazyshit.com/static/js/ab^
digit.in###sidebar > .advertisements + .scoPannel > .specs-box
hclips.com##.nav > li > a[href][target="_blank"]:not([href*="hclips.com"]):not([href^="/"])
upornia.com##a[href^="https://upornia.com/link"][target="_blank"]
veporns.com##.glinks li > a:not([href*="veporns.com"]):not([href^="/"]):not([href="#"])
tnaflix.com##.menu-paid-tab
androidpolice.com###sbar-content > li#ai_widget-6 > .ains > a.no_ul[href^="http://andp.lc/"] > img
androidpolice.com##a.no-style[href^="http://andp.lc/"][target="_blank"]
howtogeek.com###div-thetop1
bdcraft.net###bottombanner
shortlink.live##.adsense-2
shortlink.live##form#link-view > h[style="display:block;"]:not([class]):not([id])
gifs.com###gifsad
cpmlink.net##.panel-body > center iframe[width="300px"]:not([src])
vidup.io##.sponsored-container
||mp4upload.com/tabn.html
||wp.com/vfxdownload.com/wp-content/uploads/*-ads-
||wp.com/vfxdownload.com/wp-content/uploads/*-banner-
aidownload.com##div[class^="googleads"]
||abc.hostedbyfembed.com/freezone.js
vidbull.tv##a[href^="https://go.pub2srv.com/afu.php?"]
vidbull.tv##a[href^="https://syndication.dynsrvtbg.com/splash.php"]
||vidbull.tv/contents/other/player/embed/png-resizeimage.png
bgr.com##.entry-content > .dont-miss
vg247.com##.newsad
vg247.com##.page > .content > .low-leader-container
||muskaer.com/mu.js
readonepunchman.net,readheroacademia.com##.pages__ad
xhamster.desi,xhamster.com##.wid-banner-container
xhamster.com##div[class^="player-ads"]
xhamster.com##.wid-static-banner
||pornzexx.com/fuxxxx.js
||qdownloader.net/img/dl-btn-banner-
qdownloader.net##.bannera
mylust.com###wrapper > div[style*="color:#7f7f7f;font-family:Arial,Tahoma;font-size:14px;"]:not([id]):not([class])
||mylust.com/jwpo/fYLHnDsCmI.php
||mylust.com/assets/script.js^
||mylust.com/4wkjbnwgz6qz.jsx
amc.com##.ad-tag-text
apherald.com##.top-story-list > li[style="height: 120px;max-height: none;"]
apherald.com###closeDiv
apherald.com###body-section > div[style*="position: fixed;"][style*="bottom: -76px;"][style*="width: 122px;"][style*="height: 223px;"][style*="right: 98px;"][style*="overflow: hidden;"][style*="background: #fff;"][style*="z-index: 99;"]:not([id]):not([class])
mlb.com##.ad--article
prepostseo.com##.text-center > .text-uppercase.text-muted
brokenlinkcheck.com##td[id^="mainform"] tr[bgcolor="#FFFFFF"]
rockpapershotgun.com##.below > #recommendations
fileflares.com##form[method="POST"] > button[type="button"][id] + div[style="margin-top:10px;"]
||pandamovie.biz/bee.js
||pandamovie.biz/125_125.php
||pandamovie.biz/125_125.js
||handjobhub.com/assets/paysites^
||pussyspace.com/l*l.js
pussyspace.com###responsPlayerDOM > div[class*="player"]:not([class^="player"])
||widgets.outbrain.com/outbrain.js$domain=techadvisor.co.uk
||www.dm5.com/wxhfm.html^
||jdd01.198game.net^$empty,important
javrom.com##.div-relative
.yhhyp.com^$domain=vrv.co
instamp3.zone##a[href^="http://instamp3.zone/dnl.php"]:not([class])
||bp.blogspot.com/*-300x250.$domain=myreadingmanga.info
intowindows.com##.entry-content > div[style="float: none; margin:10px 0 10px 0; text-align:center;"]
ultrahorny.com##.hentai_pro_float
ultrahorny.com##a[href*="brazzersnetwork.com"]
sheamateur.com##.banners_col
dfporn.net##.info-discription-link > h3 ~ img[title][alt]
emmabeautyblog.com,hbsgsl.org##.navbar-right > li > a[target="_blank"][rel]
emmabeautyblog.com,hbsgsl.org##.content > .link-holder-top
yespornplease.com##div[class^="col-"] > .well:not([class*=" "])
||imgsmarts.info/bast^
||mangoporn.net/125_125.php
||mangoporn.net/125_125.js
pornhub.com###main-container > .abovePlayer
indiatoday.in##div[id^="block-itg-ads-ads"]
scroll.in##.in-article-adx
bgr.in##.essel_logo_div
bgr.in##.bgr_featured_phones
bgr.in##.bgr_newArrivals_block
bgr.in##div[data-widget="91m_multi_store"]
goodreturns.in##.oneindia-coupons-block
$domain=adserver.juicyads.com
openloadmovies.to,cmovieshd.co,gomovies.li,0123movies.fun,newmovies.to,moviesnow.to,filikula.co##a.btn-successful[target="_blank"]
nzherald.co.nz##.pb-f-ads-native-ad
bigleaguepolitics.com##.tpd-box-ad-d
bigleaguepolitics.com##.z-lockerdome-inline
growmap.com##.sidebar > section[id^="media_image-"]
||copypastecharacter.com/assets/*-banner-
||watchpornfree.ws/125_125.js
||watchpornfree.ws/beea.js
economictimes.indiatimes.com##.internalAd
m.economictimes.com,economictimes.indiatimes.com##.amz-list
economictimes.indiatimes.com##.byd-spotli
likewap.world,likewap.top##body > .ucin a[rel="nofollow"][href]:not([href*="likewap.top"])
||multporn.net/baki_ladur_pss.php
||multporn.net/frunti_punti_lad.js
oneindia.com##.oi-header-ad
||securepubads.g.doubleclick.net/gpt/pubads_impl_rendering_$domain=epaper.timesgroup.com,important
nhl.com##.ad-responsive-slot
unblocked.lol##.video_player > a[style^="color:inherit;display:block"]
motorcyclenews.com##.google-ads
motorcyclenews.com##.mpu-ad
motorcyclenews.com##.site-header-ad-notification
washingtonpost.com##.ad-container
||javfor.me/static/banner^
javfor.me##a[href^="https://media.r18.com"]
||voyeurhit.com/js/2704.js^
thehackernews.com##body > .google.cf
thehackernews.com##.right-box > .zoho-box
||eteknix-eteknixltd.netdna-ssl.com/wp-content/uploads/*/skin-asusnb-*-*.jpg$domain=eteknix.com
hclips.com##a[href^="http://tubecorporate.com/home/advertising"]
||yurivideo.com/hclips/nvb_*.js
captchme.net,steb.us###captchmepubarea
speedup-faucet.com,steb.us##body > #ShowMe_div #ShowMepubarea
filmeonline2013.biz##.produse
filmeonline2013.biz##.filme > a[rel="nofollow"] > img
website.informer.com##div[id^="div-gpt-ad"]
||losmovies.cx/assets/bootstr-*.js
cambabe.me###list_videos_videos_watched_right_now_items > noindex
tubsexer.com,cambabe.me##.block-video > .table
cambabe.me##ul.primary > li[style^="background-color"][style*="color: #fff;"]
cambabe.me##.list-live-models
/cp/webcam_gallery^$domain=cambabe.me,third-party
cmacapps.com##a[href*="offer.php?"] > img
wired.com##.sponsored-stories-component
gamerant.com##[class^="ezoic-ad.medrectangle"]
briefmenow.org##aside#secondary > a[href="https://www.prepaway.com/"][rel="nofollow"] > img
2ddl.ws##.trtbl
2ddl.ws##.postarea > div[align="center"] > a[rel="nofollow"]
kissanime.ru###adsIfrme6
kissanime.ru##.adsPositioning
yahoo.com##li[class^="Bgc(geminiBgc)"]
yahoo.com###rawad-gemini-wrapper
1me.club##a[href][onclick^="window.open('https://stream2foot.info/'"]
mlb.com##.p-ad
electrek.co,9to5mac.com##p > a[href^="http://bit.ly/"] > img
||api.wikia.nocookie.net/*/wikia.php?controller=AdEngine*ApiController&method=getBTCode
||cluster-*.cdnjquery.com/color/jquery.color-*.min.js^$domain=wikia.com
polygon.com##.c-related-list__video
raagalahari.com##.off-canvas-content > .row > .columns > div[style="font-size:11px;line-height:15px;color:#CACACA"]:not([class]):not([id])
||cdn-aimi.akamaized.net/mr/overlay.js
ndtv.com##.ins_storybody > #checked
1movies.se##.add_only
onemovieraven.pro##.LolElement
visionias.net###HTML11
||livestream4u.pw/banner350.php
||images-eu.ssl-images-amazon.com^$domain=sharespark.net
sharespark.net##center > div div[id^="randomContentServeId"]
thefappeningblog.com###text-4
thefappeningblog.com###text-3
gogovid.net##.new_domain_link
tvm10.ucoz.pl##a[href^="https://tinyurl.com"]
theamericanmirror.com##.powerinbox
||imgtornado.com/backener.php
||imgtornado.com/fronter.js
chron.com##.ctpl-fullbanner
chron.com###ctpl-fullbanner-spacer
wowhead.com##img[src^="//pixel.advertising.com/"]
cepro.com###cedia
cepro.com###cedia-small
techspite.com,techhung.com,professionaltutorial.com,infomvi.com,kapteen.com##.navigation-banner
youramateurporn.com##a[href*="out.php?"]
porns.land##.brazzersR
vidz78.com##.partnier-top-menu
pornqd.com##.menu > li > a[href^="http"][target="_blank"]
porndoe.com##.nav-page li > a[href^="http"][target="_blank"]
xxxstreams.org##.nav-menu > li > a[href^="http"][target="_blank"]
youfreeporntube.com##.nav > li > a[href^="http"][target="_blank"]
porn4days.com##a[href*="landing"][href*="campaign"]
porn4days.com##.navbar-nav > li > a[href^="http"][target="_blank"]
thisvid.com,pornhd8k.net##a[href^="https://theporndude.com"][target="_blank"]
gamesradar.com##.sponsored-post
||allcoins.pw/js/ref.js
||freebtcn.win/js/ref.js
shortit.pw##a[href^="./out.php?w=a&id="]
afdah.fun###rk-content
pornrewind.com##.header-menu > .container > ul > li > a[href="https://www.theporndude.com"]
google.com,google.ad,google.ae,google.com.af,google.com.ag,google.com.ai,google.al,google.am,google.co.ao,google.com.ar,google.as,google.at,google.com.au,google.az,google.ba,google.com.bd,google.be,google.bf,google.bg,google.com.bh,google.bi,google.bj,google.com.bn,google.com.bo,google.com.br,google.bs,google.bt,google.co.bw,google.by,google.com.bz,google.ca,google.cd,google.cf,google.cg,google.ch,google.ci,google.co.ck,google.cl,google.cm,google.cn,google.com.co,google.co.cr,google.com.cu,google.cv,google.com.cy,google.cz,google.de,google.dj,google.dk,google.dm,google.com.do,google.dz,google.com.ec,google.ee,google.com.eg,google.es,google.com.et,google.fi,google.com.fj,google.fm,google.fr,google.ga,google.ge,google.gg,google.com.gh,google.com.gi,google.gl,google.gm,google.gp,google.gr,google.com.gt,google.gy,google.com.hk,google.hn,google.hr,google.ht,google.hu,google.co.id,google.ie,google.co.il,google.im,google.co.in,google.iq,google.is,google.it,google.je,google.com.jm,google.jo,google.co.jp,google.co.ke,google.com.kh,google.ki,google.kg,google.co.kr,google.com.kw,google.kz,google.la,google.com.lb,google.li,google.lk,google.co.ls,google.lt,google.lu,google.lv,google.com.ly,google.co.ma,google.md,google.me,google.mg,google.mk,google.ml,google.com.mm,google.mn,google.ms,google.com.mt,google.mu,google.mv,google.mw,google.com.mx,google.com.my,google.co.mz,google.com.na,google.com.nf,google.com.ng,google.com.ni,google.ne,google.nl,google.no,google.com.np,google.nr,google.nu,google.co.nz,google.com.om,google.com.pa,google.com.pe,google.com.pg,google.com.ph,google.com.pk,google.pl,google.pn,google.com.pr,google.ps,google.pt,google.com.py,google.com.qa,google.ro,google.ru,google.rw,google.com.sa,google.com.sb,google.sc,google.se,google.com.sg,google.sh,google.si,google.sk,google.com.sl,google.sn,google.so,google.sm,google.sr,google.st,google.com.sv,google.td,google.tg,google.co.th,google.com.tj,google.tk,google.tl,google.tm,google.tn,google.to,google.com.tr,google.tt,google.com.tw,google.co.tz,google.com.ua,google.co.ug,google.co.uk,google.com.uy,google.co.uz,google.com.vc,google.co.ve,google.vg,google.co.vi,google.com.vn,google.vu,google.ws,google.rs,google.co.za,google.co.zm,google.co.zw,google.cat###rhs_block .xpdopen div[data-ved] > .mod[data-ved]:not([data-attrid])
xozilla.com##.brazzers-link
porntrex.com##li[class] > a[target="_blank"][rel]
youjizz.com##a[href^="//"][target="_blank"]:not([href*="https://www.youjizz.com"])
downloadhub.cc##a[href="/watchnowbuttons.php"]
downloadhub.cc##.primary-sidebar > .widget-title[style="display: none !important;"] + .widget-body
txxx.com##a[href^="http://bongacams.com"]
||stream2watch.org/images/watch_now_button.gif
drtuber.com##.abtext
||media.porn.com/system/files/images/*.gif
bobs-tube.com##a[onclick*="_gaq.push(['_trackEvent',"]
bobs-tube.com##.social-bookmarks
bobs-tube.com##.fp-brand
popsugar.com,popsugar.com.au,popsugar.co.uk###pubexchange_below_content
weightlossgroove.com##.adsense_wrapper
||1337x.bypassed.ws/sw.js
||static.flashx.co/js/testjs.js
||static.flashx.cc/js/testjs.js
bleachernation.com##.row > .post-list > [class^="code-block code-block-"][style="margin: 8px auto; text-align: center; clear: both;"]
pornpipi.com###myads
readwhere.com###clip-ad
forums.watchuseek.com##.store-promo
forums.watchuseek.com###header > a[href][target="_blank"][rel="nofollow"] > img
forums.watchuseek.com##ol#posts > li[class="postbitlegacy postbitim postcontainer"][id^="yui-gen"]:not([id="post_"])
laptopmedia.com##.lm-single-ad
laptopmedia.com##.lm-single-page-ad
bitcq.com##div[class="img-responsive center-block"] > a > img
nullpress.net,frendx.com##div[itemtype="https://schema.org/WPAdBlock"]
yts-subtitles.com##.tm-wrapper > div[class="tm-block-top-a tm-block-padding tm-block-dark uk-hidden-small"]
sexwebvideo.me##.uk-panel-box > .trailer-sponsor
sexwebvideo.me##.footer-content > .uk-container-center .list-spots
alohatube.com##.advboxemb
||a1tb.com/300x250ntv
||kissasian.sh/Ads/
tinypic.com##.ad_banner
camwhores.video,camwhores.tv##body > .top[style="text-align:center;font-size:16px;"]
camwhores.video,camwhores.tv##.primary > li[style="background-color:#ff4040; color: #fff;"]
camwhores.tv##.row-models
camwhores.video,camwhores.tv##.list-live-models
camwhores.video,camwhores.tv##.container > .content ~ .headline
javacodegeeks.com##.foobar-container
txxx.com##.underplayer_banner
stockingfetishvideo.com##.happy-under-player
stockingfetishvideo.com###custom_html-16
stockingfetishvideo.com###custom_html-17
stockingfetishvideo.com##.video-archive-ad
stockingfetishvideo.com##a[href^="https://stockingfetishvideo.com/"][href*=".php"]
stockingfetishvideo.com###menu-main-menu > li > a:not([href*="stockingfetishvideo.com"])
ablogtowatch.com###mfc_widget-2
||clkfly.pw/clkflypop$popup
||binomo.com/promo^$third-party
no-minimum.com###table9 td[align="center"] > a
no-minimum.com###table9 #table9
mirror.co.uk##div.teaser[data-link-partner][data-element-type]
christianforums.com##.ctaFtListItemsPage > div[style^="padding: "][style*="text-align: center;"]
christianforums.com##.message > div[style^="padding: "][style*="text-align: center;"]
accuweather.com##.panel-ad-mr
||www2.gorillavid.in/*.js
watchthat70show.com###keeper
||shon.xyz/js/p.js
||novaenreta.space/js/p.js
novaenreta.space###skip > span[style="display: block;color: #aaa;font-size: 13px;padding-bottom: 2px;"]
||fembed.com/revenue?_=
porntrex.com##.content > .link-holder-top
toucharcade.com##a[href^="https://toucharcade.com/ads/adtrack.php?"]
toucharcade.com##header > #header > div[class^="ta_heroSkin ta_heroSkin--"]
lhscan.net##.quang-cao
putlocker4u.co,fmovies.ai##.wrapper > .col3 > .col3-r
qrrro.com###footer
yourporn.sexy##body > #wrapper_div ~ a[href*=".rocks"]
thecambabes.com##.head_ifr
||thecambabes.com/images/Banners^
/t63fd79f7055.js$domain=jesseporn.xyz|kendralist.com|jennylist.xyz|erotichdworld.com|freyalist.com|doseofporn.com|guruofporn.com|steezylist.com|moozporn.com|moozgirls.com|sharkyporn.com|lizardporn.com
/t19b071ccecf.js$domain=nakedandglamour.com
/t11df40f5a49.js$domain=sexysluts.tv|hotbabes.tv
sexysluts.tv##body > .wrapper ~ div[style*="z-index: 9999999;"]
123movieshub.movie##.top-bnr
123movieshub.movie##.top-bnr2
123movieshub.movie##.poster-bnr
123movies.la,123movieshub.movie##.bottom-bnr
pornboss.org##a[href^="https://bullads.net/"]
pornboss.org###secondary > .widget_execphp
pornboss.org###menu-menue-1 > li > a[href^="http://toplist.raidrush.ws/"]
||pornboss.org/is*.gif
dedoimedo.com###container > #content ~ #mon
techpowerup.com##.rightbar > figure
mp4upload.com##div[id^="data_"][style="border:1px solid grey;width:300px;height:250px;"]
links4u.me,linku.us,skips.link,ur-link.biz,url-ink.biz,urli-nk.com,url-ink.com##.adsbygoogle
urlink.biz##body > center > div[class]:not([id]):not([class*=" "])
pxstream.tv##body > div[id$="___"][style^="position: fixed; z-index:"]
pxstream.tv##body > iframe[id="iframeSite____"][style^="position: fixed; z-index:"]
||upapi.net/pb/ex?w=*&uponit
newsweek.com##.block-fusion-ads
mycujoo.tv##div[class^="TvApps__root_"] div[class^="TvSponsors__root_"]
porntopic.com,sexwebvideo.com,sexwebvideo.me,camsexvideo.net###kt_player > .fp-player + a[href$="/?play=true"][target="_blank"][style]
porndoe.com##.channel-link
porndoe.com##.news-ticker-wrap
porndoe.com###pdvideo_fluid_html_on_pause
||porndoe.com/siteVideo/preRollXml
||porndoe.com/pop^
||badgirlz.org/license.*.js
||badgirlz.org/script.js
||pandamovie.pw/125_125.js
||empressleak.biz/script.js
||empressleak.biz/popunderscript.js
||empressleak.biz/wp-content/uploads/2017/10/newskin.jpg
rockpapershotgun.com###page-wrapper > .leaderboards
igg-games.com##div[id][style^="overflow:"] > div[style="position: relative"] > a[href^="/wp-includes/"][href$=".jpg"][rel="noindex nofollow"] > img
caminspector.net##.block-video > .table .spot
caminspector.net##.box > .list-videos.list-live-models
caminspector.net##.box > .list-videos > .margin-fix[id^="list_videos_"] > noindex > div.place
||camsoda1.com/promos/iframe/$domain=caminspector.net
/cp/webcam_gallery/index.php?$third-party,domain=caminspector.net
/assets/cp/js/webcam_gallery/iframe_handler.js$third-party,domain=caminspector.net
||yourdailypornvideos.com/wp-content/uploads/20*/*/*.gif
||yourdailypornvideos.com/wp-content/uploads/*/videoaccessbrazzers.jpg
||zotabox.com^$domain=yourdailypornvideos.com
yourdailypornvideos.com##.span4.column_container > .widget_custom_html a[href][rel="noopener"] > img
||ultrahorny.com/media/videos/brazzers
ultrahorny.com##a[href^="https://static.babesnetwork.com/landing"]
ultrahorny.com##.player_nav  > div[id^="player"]
pussyspace.com###responsPlayerDOM > div[class]:not([class*="player"])
xblaze.com##.video-offer-anchor
xblaze.com##.wrap-banner
||xblaze.com/tceeb0833002.js
ruleporn.com##.aff-col
dreamamateurs.com##.media-box > .cs-link
app.myreadit.com###options > .ng-star-inserted
mangarock.com###taboola-article-thumbnails
forbes.com##div[class^="fbs-ad--"]
forbes.com##.channel--ad
@@||imgadult.com/anex/alt2.js
imgdrive.net##.if > iframe
imgdrive.net##a[href*="juicyads"]
imgdrive.net,imgadult.com##iframe[src^="frame.php"]
imgdrive.net,imgadult.com##.sidebar > h3 > a[href="#"]
nme.com,trustedreviews.com##.header-advert-wrapper
||lexozfldkklgvc.com^$domain=camwhores.tv
||lite-iframe.stripcdn.com^$domain=camwhores.tv|caminspector.net
horriblesubs.info##.rls-sponsor
horriblesubs.info##.latest-sponsor
horriblesubs.info##.homepage-sponsor
||horriblesubs.info/images/b/
firmwarefile.com##div[style*="width:728px"]
firmwarefile.com###ad2logo
firmwarefile.com##div[style^="width:300px;height:250px;"]
firmwarefile.com##.code-block
firmwarefile.com###fbhide > div#spon
firmwarefile.com###pagelist > div.code-block+blockquote > div[style^="float:none;margin:10px -20px -20px -20px;"]
androidmtk.com###fbhide[style^="width:300px;height:600px;"]
androidmtk.com###relatedpost
androidmtk.com##.in-article-adsense
slice.ca###ad-DoubleBigBox
smithsonianmag.com##.special-offers-from-advertisers-ad-showcase
slice.ca###videoAds.ad-labeled-dark.bigbox
247sports.com##.sidebar .article-list__list > .article-list__list-item--ad
tetris.com###gameAxDivContainer
outlook.live.com##.customScrollBar > div[class] > .JW6biuVNNJGdDTU7t1DWd
||cluster-*.cdnjquery.com*sha256_$script,domain=theultralinx.com
theultralinx.com##aside[phx-content-rail-ad-block]
thurrott.com##.ad
ondemandkorea.com##.player_ads
intoupload.net##a[href*="go.php"]
caminspector.net##.hola_top_element
caminspector.net##body > .footer ~ div[style*="background-color: rgb(0"][style*="opacity"]
camsexvideo.net##.trailer-sponsor
activly.com##.activ-adflareabovenext
xxxmilfporn.xxx###footZones
xxxmilfporn.xxx##.rmedia
xgaytube.tv##.b-header > .b-row > .b-main-nav > ul > li > a[href^="https://hd100546b.com/"]
||icy-veins.com/prolix^
cwtvembeds.com##.hola_top_element
||nudespree.com/t57f52d401ce.js
cinejosh.com##.googleAdPanel
cinejosh.com##.googleAdsSponsered
mp3skull-tube.net##.open-video-ad-bottom img
8shit.net##aside.sidebar > #text-8
sport7.pw##.helldiv
||sportbh.stream/desna.php
dict.hinkhoj.com##.dict_add
tech-faq.com##.prl-entry-content > div:not(.adblock) > .adsbygoogle
patorjack.com##.contain.refill[style="width:100%;padding-top: 15px"] > .spots
patorjack.com##.contain.refill[style="width:100%;padding-top: 15px"] > .c-denomination
||s3-ap-southeast-1.amazonaws.com/statis8duj5z/full-page-script-vx.js
ipsw.me##div[class="col-md-12 alert alert-info"][style="background-color: #0a84ff; margin-top: 10px;"]
currencio.co##.adb_wrapper
fallbrook247.com##h5[style^="font-size: 10px;color: #999;padding: 0px;text-align: center;"]:not([class]):not([id])
theargus.co.uk##.dfp-ad
kicdam.com##.article-body > .sia[data-ad="true"]
pixlr.com##body > .pro-app-wrap
bloomberg.com##.leaderboard-ad-dummy
ani-share.com###text-2
mangadeep.com###text-9
mangadeep.com###text-16
drakulawidget.com##.ad_stream_hd
drakulawidget.com##.sofabanner
thesurfersview.com##.mid-section > .right-part
thesurfersview.com##div[class^="ad"]
||nudespree.com/a^
nudespree.com###inplayer-banner
nudespree.com##footer > .container > div[style*="height: 240px; background: white"]
top10travel.online###rehub_sticky_on_scroll-2
top10travel.online##.woocommerce
neoseeker.com##tr.messagerow.alt[style="background-color: #E0E3EB;"]
||easyview.eu/sw.js
veporns.com##img[alt="remove ads"]
rdxhd.me##.add_poster
gamepedia.com##div[aria-labelledby="p-sitePromos-label"]
tamilyogi.cc###text-10
bravotube.net##.brazzers
||bravotube.net/cc/s/s/su.php
bravotube.net##.wrap > .bravo-vids + .titleline > h2
bravotube.net###BT-Native-Footer
darkscene.org##.full-adv-block
galaxy.gala100.net##.metaRedirectWrapperTopAds
||amaturetube.net/from.py
amaturetube.net##.invideo
amaturetube.net##.banner-pop
||mycut.me^$domain=shortadd.com
3movs.com##div[class="3M-textlink"]
||cdn.gadgets360.com/pricee/assets/affiliate/js/pwdgt.min.js$domain=ndtv.com
nytimes.com,nytimes3xbfgragh.onion##.ad
pinsystem.co.uk##.mh-sidebar > div[id^="enhancedtextwidget-"]
||ferrolad.com/oiopub^
psdkey.es###third .m-text[style^="height:620px"]
psdkey.es##a[id^="mell"]
psdkey.es##.news-text > div[style="padding:10px 0"]
ebay.co.uk##div[title="ADVERTISEMENT"]
alphr.com##.block-dfp
ninjakiwi.com##.local-skin
ninjakiwi.com###lightbox_all
ninjakiwi.com###lightbox_osx_only
ninjakiwi.com##.overlay
||shink.me/p/ifr^
asiancorrespondent.com##.article-mpu
||y5p6d9k6.ssl.hwcdn.net/holiday^$domain=trueanal.com
arenavision.in##iframe[width="300"][height="250"]:not([src])
coolicool.com##.banr
coolicool.com##.tpadcomm
||titsbox.com/js/pns.min.js
titsbox.com##.inplayer_banners
titsbox.com##.player-aside-banners
titsbox.com##.in-gallery-banner
||titsbox.com/eb^
||rule34.xxx/aa^
dailymotion.com##div[class^="AdWatchingRight__container"]
||english-subtitles.pro/system/banners/
perfectgirls.net##a[href^="http://syndication.exosrv.com"]
perfectgirls.net##.adv_block
crunchyroll.com###slidebox
shemalemodelstube.com##.barContAll
||shemalemodelstube.com/images/review
shemalemodelstube.com##.wrapper > .main-video ~ .heading.cf
shemalemodelstube.com##.featured-sites
shemalemodelstube.com##.wrapper > .sidebar-video
||shemalemodelstube.com/fun^
||thebestshemalevideos.com/images/visuals^
drtuber.com##.title_adv
telerium.tv##body > div[id][style^="display:"]+div[class]:not([class^="tb "])
telerium.tv##body > div[id][style="display: block;"]
||livestatic-*.netdna-ssl.com^$domain=telerium.tv
/ancensored.com\/js\/[-_a-zA-Z0-9]{12,}.js/$domain=ancensored.com
thefappeningblog.com###text-2
camvideos.tv##.thumb-live-model
||camvideos.tv/*ad300_250.php
pandamovie.pw##.wrap > .rightdiv1
||pandamovie.pw/bee.js
||pandamovie.pw/iamfront.js
ultimate-guitar.com##.js-ad-criteo
fortune.com##div[data-partial="sponsored-list-item"]
cnycentral.com,news3lv.com,upnorthlive.com,wcyb.com,wjactv.com,fortune.com##.outbrain
fortune.com##.bottom-recirc > .bottom-recirc[data-endpoint^="https://"][data-endpoint*="ads"]
gradesaver.com##.ad
solarmoviesc.org###wrap_content > center > a > img
hellporno.net##.main > .block-videos + div[style="margin:0 auto;text-align:center;"]
hellporno.net##.block-banner
itsfoss.com##.Campaign
business.financialpost.com###section_2 > .adsizewrapper
countrylife.co.uk##.ipc-advert-class
123tvseries.co##a[href="/stream_hd"]
mariomayhem.com###content > div[style*="width:300px; height:250px"]:not([id]):not([class])
javdeal.com,malaysianwireless.com##.e3lan-top
bail-bonds.me##.adsbygoogle
bail-bonds.me##div[id^="div-gpt-ad"]
||zdnet.com/m3d0s1/recommendation/
demonoid.pw###rbid
||taboola.com^$domain=livemint.com
androidpit.it,androidpit.de,androidpit.com,androidpit.com.br##.gptSlot
androidpit.it,androidpit.de,androidpit.com,androidpit.com.br##.bannerSidebar
msn.com##.adprocess
vg247.com##.sidebar-mpu-container > .small-title
||static.mytuner.mobi/media/banners/
lastpass.com###ad
goodtoknow.co.uk##.header-advert-wrapper
asianhobbyist.com###ai_widget-4
portsmouth.co.uk##.leaderboard-ad
katmoviehd.cc###text-3
lifehacker.com##.splashy-ad-container
||hqq.tv/js/betterj/ban^
||c.hqq.tv/js/betterj/license.hqq.tv.js
eroxia.com##[class^="aff-"]
||vg247.com/wp-content/themes/vg247/scripts/mvg247-fsm.js
lifehacker.com##.ad-non-sticky
||kiss-anime.me/*mgid
vivads.net##form ~ .row > .col-sm-4
vivads.net###my_div
||vivads.net/links/popad$popup
shemaleporn.xxx##.aff-col
shemaleporn.xxx##a[href^="https://theporndude.com/"]
shemaleporn.xxx##.content-inner-col > .aside-itempage-col small
shemaleporn.xxx##.aff-content-col
||tubedupe.com/td_fl.js
shemaletubevideos.com##.buttonsale
shemaletubevideos.com##.mainvt > .right-2
||pc180101.com/gen/banner
||tranny.one/api/direct^$popup
||tranny.one/?area=ajaxGeo
||tranny.one/bd.php
||livejasmin.com/pu$popup
||tranny.one/js/fd.js
shemaletubevideos.com,tube.shegods.com###advert
tube.shegods.com##.main-gal > .right-gallery
jizzez.net##.footer > .inner
upornia.com##body > span[class] > table[style*="transform"]
jizzez.net##.oneBanner
||jizzez.net/ai/s^
||peggo.tv/static/js/admaven.min.js
peggo.tv##div[class^="ad-"]
||peggo.tv/ad^
primewire.life##a[href^="http://watch.primewire.life"][onclick]
||primewire.life/gohere.php$popup
readcomiconline.to###containerRoot > div[style]:not([id]):not([class]) > div[style*="width"][style*="margin: 0px"]:not([id]):not([class])
readcomiconline.to###cus-exo
||bebi.com/js^$empty
tempr.email##.af-table-wrapper
hifivision.com##.p-body-pageContent > center
hifivision.com##.block-body center
hifivision.com##.block-body center ~ br
nintendolife.com##.google-mc
nintendolife.com##.item.item-insert
vipbox.st,vipbox.fi,vipleague.bz##div.my-1[style="display: none !important;"] ~ .my-1
||namethatporn.com/assets/dev_popscript.js^
extremetube.com##.new-friendly-ads-wrapper
extremetube.com##div[data-class="vjs-inplayer-overlay"]
extremetube.com##.tj-add-text
extremetube.com##.video-wrapper > #video-page-comment-wrappers ~ div[id][style*="height:"][style*="width:"][style*="overflow"]
overlog.gg##.vm-placement
embedy.me##.center-block > #xel1
efukt.com##.header_menu_items > li.menu_item > a[target="_blank"]
efukt.com##.hardlinks.font700
efukt.com##.plugs-nice-try-adblockers
||estream.xyz/script.js
||static.escdn.co/t6/js/at/apr3.js
javhay.net###sidebar > #custom_html-2 center > a[href] > img
gestyy.com,destyy.com##.skip-advert
||hdmoza.com/nb^
kimcartoon.to,kimcartoon.me##.kcAds1
apkpure.com##.left > .box[style="overflow: hidden; padding-bottom: 20px"]
||static.livesport.ws/uploads/*240x400$image
||hotpornfile.org/*/b_l.php
alphaporno.com##.movies-block > div[style*="text-align:center;"]
hexafile.net##.adsbygoogle
||cdnproviders.net/out.php
thefappening.wiki##div[class^="promo-"]
||celebrity-leaks.net/*.php$script
||thefrappening.so/sproject/sproject.php
.com/ads/$domain=pornbraze.com|hdbraze.com
bitcolife.ru###middle-adspace
||static.nitropay.com/nads^
sorcerers.net##td.right_nav > .nocontent ~ .nocontent ~ table.right_nav
sorcerers.net##a[href^="http://www.sorcerers.net/Supporters/index.php"]
sorcerers.net##.content > div[align="center"]
sorcerers.net##td.left_nav > table.left_nav
trend-chaser.com##.primary-ad-widget
trend-chaser.com###primary-under-title-wrapper
trend-chaser.com##div[class="attribution attribution-over attribution-center"]
anysex.com##.native_middle
||anysex.com/assets/script.js
/^https?:\/\/anysex\.com\/[a-zA-Z]{1,4}\/[a-zA-Z]+\.php$/$image,script,domain=anysex.com
momsextube.pro##.bt-hs-col
momsextube.pro##.prev[style^="width:320px;height:254px;"]
fpo.xxx##.fp-player > .fp-ui > div[style^="position: absolute; overflow: hidden; display: block; left:"]
||fpo.xxx/contents/other/player/porngame*.mp4
||fpo.xxx/player/html.php?aid=pause_html&video_id=*&*referer=
ndtv.com##.newins_widget > div[id][data-wdgt][class^="__pcwgt"]
anyporn.com##.content > noindex
pornhub.com##.realsex
gay1080.com###boxzilla-overlay
gay1080.com##.boxzilla-container
javwhores.com##.table > .opt
ancient.eu##.ad
fapality.com##.nativefooter
fapality.com##.columns.large-3 > .simple:not(.video_view):not(.list_comments)
||fapality.com/b^
||fapality.com/wsoz^
fapality.com,yourlust.com##.native-aside
||yourlust.com/iszw^
anilinkz.to##.james
anilinkz.to###jade
mobilescout.com##.ads.square
||cartooncrazy.net/mg*.html?
hanime.tv##.htv-flag
gizchina.com##.spotim_siderail
||img.gizchina.com/*/*_300x300
wikihow.com,gamermatters.com,curiouscat.me##.adcontainer
mangapanda.club,mangaheaven.org###sbottom[data-ads]
ourl.io###__random_class_name__
smallnetbuilder.com##iframe[src^="//ws-na.amazon-adsystem.com/"]
coub.com##.coub__banner-timeline
cryptomininggame.com###sticky_bot_right
playtube.pk,mangareader.site,mangafox.fun,wallpaper-house.com,mangahub.io##.ads-container
mangafox.cc,mangafull.net##div[data-ads]
mangaheaven.org###main > .padding0[style="text-align: center"]
poe.trade###main > div > .row#contentstart
durumblock.com##a[href^="/engine/go.php?"][target="_blank"] > img
||xbooru.com/x^
||xbooru.com/ex.js^
||static.winporn.com/upload/banners^
||winpbn.com/redirect/^
||3movs.com/ai/
3movs.com##iframe[src^="/ai/s/s/su.php"]
||realthaisluts.com/*.php?z
/simply-hentai.com\/javascripts\/[_-a-zA-Z0-9]{5,}.js/$domain=simply-hentai.com
/blobopics.biz\/[_-a-zA-Z0-9]{4,}.js/$domain=blobopics.biz
||blobopics.biz/*.php
blobopics.biz##.overlayBg > div[style] > center:not([id]):not([class])
tv.fakings.com##.separabot2 > .centrado
tv.fakings.com###banners_footer
xxxity.com###footer > div[align="right"][style*="color"]
xxxity.com###vertical-banners
xxxity.com###player > #playerOverlay ~ div[align="left"]
xxxity.com###top-banners > div[align="right"]
xxxity.com###top-banners > div[style="height: 90px;"]
dressupmix.com##.banner300x600
||safelinku.net/fullpage/script.js
cinemamkv.net##a[href^="https://trav4life.site"]
pornrabbit.com##.txt-a-onpage
/pornrabbit.com\/[a-z0-9]{1,2}.php/$domain=pornrabbit.com
asiananimaltube.org##iframe[src*="ochko.biz"]
asiananimaltube.org##.view_block > .right_block.rightBs
||ochko.biz^$domain=asiananimaltube.org
shooshtime.com##.video_sponsor_anchor
shooshtime.com##.wrap > ul > li > a:not([href*="shooshtime"])
shooshtime.com##.primary > .plugs + .plugs
motherless.com##div[data-action="OurFriends"]
spankwire.com##div[data-ad-square]
healthline.com##.css-g8s93n
healthline.com##.css-1031od0
healthline.com##.css-15wdjsy
zooqle.com##.panel-body li.text-nowrap > a[target="_blank"]
||ltn.hitomi.la/thlYeSta6.js
||ltn.hitomi.la/RaCtICanTi24.js
||cartoonporno.xxx/cont/js/pun-abc.js
thebrickfan.com###text-14
proxydocker.com##.container .adsbygoogle
proxydocker.com##.row[style*="margin-top: 0px;"] .facebookdiv
streamwoop.net##.container > div[align="center"]:not([class]) > a[onclick]
streamwoop.net##a[onclick*="trackOutboundLink"][href*="tap"]
apkmirror.com##.amazon-ad
momondo.com##.rrc
momondo.com##div[onclick*="inline.ad"]
pluspremieres.io##.Blog > .adsbygoogle
faapy.com##.block-banner
dawgpounddaily.com###inner-site-header > .header-billboard
||mediausamns-a.akamaihd.net/*.mp4$media,domain=funimation.com
vi-control.net##.samBannerUnit > .SamLink > a[href] > img
||vi-control.net/Spitfire/LABS_*.gif
ebay.de,ebay.it,ebay.com##div.vi-lb-placeholder[id^="scandal"]
citationmachine.net##.container > .row[style="min-height: 120px;"]:not([id])
pluspremieres.io###post-bottom > .adsbygoogle
coinwarz.com##div#background > div[style="float:left;"]
coinwarz.com##div#background > div[style="float:right;"]
coinwarz.com##.well > div[style^="width: 336px; height: 280px; float: left;"]
animalplanet.com##.bannerFlexHeader__main.banner-flexOne-main
leagueofgraphs.com##div[id^="cdm-zone-"]
thexvid.com##.in-bg-pop > div#morev
tornadomovies.to###container_outer
||tornadomovies.to/sw.js
||tornadomovies.to/site/kasdl7asd
proxydocker.com##.facebookdiv[style="min-height:200px;"]
||japanbros.com/vjav/nvb_*.js
vjav.com##table.oImef0.oImef > tbody > tr > td[style="transform: scale(1);"]
flyordie.com##div[style="text-align:center; margin: 0 auto 10px; color:#b0b0b0; font-size: 8px;"]
flyordie.com###dasb
flyordie.com##div[style^="position: absolute; width: 180px; height: 600px;"]
flyordie.com##div[style^="position:absolute;width:180px;height:600px;"]
benfile.org##a[rel="noopener"] > img
whatismybrowser.com##.fun
laptopmag.com###Ribbon_ad
laptopmag.com###responsive_ad
noonsite.com##.portlet-static-global-sponsors
xcafe.com##.footbnr
xcafe.com##.adtitle
||xcafe.com/*.php
xcafe.com##.divExoCustomLayer
xcafe.com##.ad
bestvpn.com##.top_banner
/gaypornium.com\/bfs[0-9]{1,2}.gif/$domain=gaypornium.com
/gaypornium.com\/[0-9]{1,2}.gif/$domain=gaypornium.com
bestvpn.com##div[class^="ulp-"]
twinfinite.net##.theiaPostSlider_preloadedSlide > div[class][style="clear:both;float:left;width:100%;margin:0 0 20px 0;"]
forum.blackhatindia.ru,androidrepublic.org##.samCodeUnit
fantasti.cc##div.noPopunder[class^="floating-"]
||fantasti.cc/static/js/libs/fabl.js
||fantasti.cc/js/pht2^
pornbaze.com###video_ads
livescore.com##.ad
livescore.com##.wrapper > .bb:not(.header)
||zootube1.com/magnn.js
zootube1.com##[class^="content_aside-ad"]
reddit.com##.ii4q9d-0.fePAzF > div.s1g6rpxu-1
searchenginejournal.com##.sej-unit
searchenginejournal.com##.sej-banner-section
searchenginejournal.com###scheader.media
/zeroclipboard.min.js$domain=putlocker.co.com|9anime.to
gtaall.com##div[class^="banner-content-"]
gdforum.freeforums.net###ad1
||heroero.com/temp/2ava.jpg
efukt.com##.efukt-widget-slider-nice-try-adblockers
sportnews.to##span.mol-ads-label-container
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=skylinewebcams.com,important
onlinemschool.com###oms_res_block > div[id^="oms_oag"][style="text-align:center;margin:1em 0;"]
vesselfinder.com###admap
wololo.net##.content > div[style*="background-color"]:not([class]):not([id])
watchtheoffice.online###colophon > .n_sites_box
||nudevista.com/xhr/xhr.html
monova.to##.page-buttons  > span > a[data-tooltip="Usenet"]
monova.to##section.torrent-page div.background-block .header-subtitle
monova.to##section.torrent-page div.background-block .header-subtitle + div:not([class]):not([id]) > [onclick]
whatleaks.com##aside[class="col-l clr"] > div.banner
king5.com##div[id^="taboola-below-article-thumbnails-"]
windowscentral.com##.adunit.inline-text
upornia.com##.container > noindex > div[class][style]
maritimeherald.com###right-side-top > aside#text-13
maritimeherald.com###right-side-top > aside#text-17
businessinsider.com##.ad-title
businessinsider.com##.river > .river-post.border-bottom.print-hide
wololo.net##.entry-inner > center
phonearena.com##.s_page_content > div > .ad_300_250 ~ br
businessinsider.com##.targeted-recommended
businessinsider.com##section.recommended
xda-developers.com##.sponsor-banner
||videoszoofiliahd.com/wp-content/themes/vz/js/p.js
||blackverga.com/*/redirect.php$popup
||pornloverx.com/*/redirect.php$popup
||pornofury.com/*/redirect.php$popup
||static.fapdex.com/nb^
petitiontime.com##.content > center > a[target="_blank"] > img
gamesradar.com###sidebar > div[style]:not([class]):not([id]) > div[style*="width: 100%"]:not([class]):not([id])
||bestialitytaboo.tv/pop2.js
activistpost.com##.post-ad
activistpost.com##.post-ads
addictinginfo.com###sidebar > #text-37
||srv.queerpixels.com/banner^
bestmalevideos.com##.sidebar > div[id^="ad"]
playcast.se###ckeckaddblock
clipwatching.com##.cover
tvcatchup.com##.abContainer
jsoneditoronline.org###ad
||search.stream.cr/core/ads.js
||search.stream.cr/core/webfont.js
msn.com##.secondary > li[data-m*='NativeAdHeadlineItemViewModel']
nationalpost.com###sidebar > .adsizewrapper
wikihow.com##div[id^="rightrail"][style^="height:"][class="rr_container"]
0123moviestv.com##a[href="/hd/stream.php"]
kitploit.com###MBB-Ads
kitploit.com##.widget-content > div[style="text-align:center"]
9anime.is##.rc-item
tomahawktake.com,mlsmultiplex.com,apptrigger.com,yanksgoyard.com,fansided.com,dawgpounddaily.com,wizardsandwhatnot.com##.mosaic-banner
tomahawktake.com,mlsmultiplex.com,apptrigger.com,yanksgoyard.com,wizardsandwhatnot.com##.header-billboard
||streamhunter.top/pu^
vidmoly.me###lo_sd
vidmoly.me###adios_container
dallasnews.com##.hdr-ad
slant.co##.AdContainer
eurogamer.net##.stack-mpu
eurogamer.net##.homepage-billboard-container
gameplanet.co.nz###layoutTopBanner
gameplanet.co.nz##.sponsor-logos
downloadcrew.com,eurogamer.net,rockpapershotgun.com##.mpu
slidetoplay.com###side-bar > div[id^="bl_html-"]:not(#bl_html-6)
nintendolife.com##.insert-label
nintendolife.com##div[data-dfp-sizes]
script-stack.com##.bsac
nintendolife.com##.items > .item-insert
gtplanet.net##.ad
freemcserver.net##.adsbygoogle
pluspremieres.us###post-bottom > .adsbygoogle
micloudfiles.com###container > br
micloudfiles.com##.adsbygoogle
micloudfiles.com##div[class^="ads_"]
micloudfiles.com###container > [style="text-align: center;"]
micloudfiles.com###container > h2 > center
micloudfiles.com###content > br
crackss.net##a[href*="href.li"][target="_blank"]
cbc.ca##div[id^="risingstar-"]
||intoupload.com/images/StartDownload.gif
||mobimart.it/smartbp.html
||banners.mellowads.com^$important
||mellowads.com/js/popunder$important
||mellowads.com/pop.js$important
porndroids.com##.aan
porndroids.com##.wrapper > ul.aan__video-units
/^https?:\/\/xxximage\.org\/[a-z\d]+\.js$/$domain=xxximage.org
/^https?:\/\/imageboom\.net\/[a-z\d]+\.js$/$domain=imageboom.net
/^https?:\/\/freexxxdownloads\.net\/[a-z\d]+\.js$/$domain=freexxxdownloads.net
maturefatporn.com##.h-bns-bl
maturefatporn.com##.player > .a_all
maturefatporn.com##.player > div.play
||maturefatporn.com/max.js
billiongraves.com##.IMediaSearchAd
billiongraves.com##.DoubleClickAdWrapper
ytss.unblocked.lol##.vpn-link
ytss.unblocked.lol##.bottom-info > .blue
assia.tv##body > [class^="ban"]
||assia.tv/css/banr*.html
||live.shwidget.com/css/banr*.html
live.shwidget.com##.sofabanner
||livexscores.com/rekban.php
streamshunter.tv##a[href^="http://bird.padaria.eu"]
1me.club###html1
sharecast.eu##body > #player ~ table
escland.proboards.com##div[style^="display: flex; width: 700px; max-width: 100%;min-height: 250px;"]
speedporn.net##.sbox + #uwee
||speedporn.net/iamfront.js
rapidvideo.com##div[id^="top350"]
/pornlicias.com\/[a-z]{1,3}.(js|php)/$domain=pornlicias.com
hackedonlinegames.com,ihackedgames.com##.offer-alpha
||zbporn.com/xdman/license.*.js
retrooh.com##.player > #embed__pre
pacogames.com###ga_sp_banner
pacogames.com###ga_sp_preloader
chyoa.com##.chyoa-adzone
/^https?:\/\/chyoa\.com\/[a-zA-Z\d]{1,15}\/[a-zA-Z\d]{1,15}\.js$/$domain=chyoa.com
kodi-tutorials.uk##.entry-content > .code-block
kodi-tutorials.uk###custom_html-2
kodi-tutorials.uk##.ezo_ad
kodi-tutorials.uk###custom_html-3
kodi-tutorials.uk##iframe[name="banner"]
kodi-tutorials.uk###main > .code-block
justwatch.com##publication-block
pornfay.com##.bottom-adv
pornfay.com##a[href="http://pornfay.com/xxx/free-porn-videos.php"]
pornfay.com##iframe[src^="//s2.static.cfgr2.com/anim/index12.html"]
||t.frtyt.com/*offer_id=*&aff_id=
||static.cfgr2.com/anim/index12.html
medindia.net##.related-links > div[style="font-size: 11px;display: block;text-align: left; color: #c1c1c1; text-transform: uppercase;margin-bottom: 1px;"]
techrepublic.com##div[data-medusa-async-options]
techrepublic.com###mantle_skin > div > .ad-active + div[style="width:100%"]
porngem.com##.a-d-v
porngem.com##.bottom-b-s
porngem.com##.grid  > .featured-b
||porngem.com/player/html.php?aid=*_html&video_id=*&*&referer
search.yahoo.com##.grad
pornfay.com##.fp-player > div:not(.fp-ui)
||pornfay.com/player/float.php^
tivocommunity.com###messageList .messageContent .messageText > .tivoBoxMessage
ouo.io##div[id*="ScriptRoot"]
amazon.in,amazon.fr,amazon.co.uk,amazon.de##.s-result-list > li[id^="result_"][style*="display: block;"]
simplemost.com##.vw-related-posts
mediafire.com##a[href="http://desktop.mftracking.com"]
||amazonaws.com/mftracker/dl_banner.gif
mgnet.me###page-ad
mgnet.me###ad
solarmovie.one,solarmovie.cam,solarmovie.watch,123movieshub.movie,solarmovie.watch##.fkplayer
pornloupe.com##.banner-column
||pornloupe.com/images/temp/banner
porngem.com##iframe[src^="/ai/"]
||porngem.com/ai^
intporn.com##iframe[src^="https://chaturbate.com/affiliates"]
||intporn.com/chaturbate.gif
||intporn.com/camsoda.gif
||chaturbate.com/tours^$third-party
||intporn.com/js/chaturbatebest.js
||mangoporn.net/iamback.php
||mangoporn.net/see.js
||mangoporn.net/iamfront.js
123movie.cc,fmovie.cc##.bannerR2x
fmovie.cc##.top_podCon
upload4earn.org##a[onclick^="window.open"]
cartoon-sex.tv##.f-banner
||playwire.com/bolt/js/zeus^$domain=megagames.com
||bigholestube.com/rotator/baner.php^
||bigholestube.com/wp-content/uploads/*/*banner
||bigholestube.com/rotator/banery^
theclassicporn.com###jerrys
theclassicporn.com##.player-container > div[id^="stop"]
||classicporn.club/ab_fl.js
||classicporn.club/ab_bl.php
classicporn.club##.cpc_video_hors
classicporn.club##.cpc_dark_bl
thegay.com,hclips.com,txxx.com,tubepornclassic.com##span.iRx9_wrt
||pornwatch.ws/iamfront.js
||pornwatch.ws/bees.js
popularmechanics.com##.leaderboard-ad
thefreelibrary.com##.yn
wankoz.com##body > .im_block
openallurls.com##.nav-content-wrap > .row > div[class]:nth-child(2):not([id]):not([style]) > h5
migraine.com###secondary > .desktop-only
migraine.com###leaderboard
||medicalnewstoday.com/structure/images/mnt_ads^
||medicalnewstoday.com/structure/javascript/ajax/ad-actions.php
homemoviestube.com##a[href^="http://www.gfrevenge.com"]
||homemoviestube.com/nb^
erightsoft.com##font[color="#7d7d7d"] >  font[size="1"]
erightsoft.com##td font[color="#666666"] > font[size="1"]
||stream2watch.org/images/hd-option.png
ndtv.com##.__footer_ads > div[style=" margin:0 auto; width:auto; height:auto; text-align:center;"]
123movies.info##.host > a[href="#"] ~ a
123movies.info##.host > a[href="#"]
gostream.sc,fmovies.ag##.container > center > a > img
3movs.com##div#list_videos_related_videos
hdonline.is##a[href="https://watchasap.com/invite"] > img
/goanimelist\.com\/[\S]{400,600}\.js$/$domain=goanimelist.com
kimcartoon.me###mgiframe2
||kimcartoon.me/widgets/exo5x1.aspx
||kimcartoon.me/External/NativeKC
||idsly.bid/download
idsly.bid##.adsbygoogle
idsly.bid##.affiliate
pictoa.com###searchContainerMenu > .menuTab
pictoa.com##a[onclick^="trackOutboundLink"]
||pictoa.com/31.js
||pictoa.com/*.php
spankwire.com##div[data-ad-header-grid]
spankwire.com##div[data-class="vjs-inplayer-overlay"]
spankwire.com##div[data-ad-video-right]
spankwire.com##div[data-ad-footer]
chia-anime.tv##a[href^="/mw2.php?"]
||pandamovie.co/iamback.php^
myguidecyprus.com##div[class^="mdAd"]
iodine.com##.d-show
drugs.com##.sideBoxStackedAdWrap
txxx.com##.ivbs
||dropapk.com/download.gif
dropapk.com##a[href^="https://dropapk.com/download/"]
surfline.com##.sl-spot-report-page__ad
||i.cdn-surfline.com/ops/945x*_Dragon_WOTW_mar18.jpg
||imgpfx.arenavision.in/js/*.js
||playwire.com^$domain=mangarock.com|readlightnovel.org|gamrconnect.vgchartz.com|poelab.com|lcpdfr.com
gamrconnect.vgchartz.com##.thread_around_network
gamrconnect.vgchartz.com###network_box_wrap
businessinsider.com##a[href*="utm_campaign="] > img
wired.com##div[class^="advertisement"]
900hub.pw###text-6
900hub.pw##.e3lan
||pururin.io/assets/js/js.betterpop.js
zlounge.co##.side-bar-ad
rentanadviser.com##.rklm_main
rentanadviser.com##.reklamtitle
icdrama.se###closeADV
icdrama.se,vlist.se###vb_adplayer
||icdrama.se/script.js
theoutline.com##[data-campaign2]
||d6sav80kktzcx.cloudfront.net/mailchimp^
spaste.com##.spasteCaptcha h5
ghanaweb.com##body > div[style^="background:url("][style*="cursor:pointer; display:block; height:100%; width:100%;"]
rockfile.co##[id^="forgood"] > img#donate
surelyawesome.com##.surel-widget
nfl.com##.bling
sankakucomplex.com##.vce-ad-container
streamagratis.com##body > #pageskin
gardenista.com##.sticky[data-advert]
gardenista.com##.promotion[data-advert]
gardenista.com##.product-aside > div[data-advert]
gardenista.com##section.articles.has-promotion > article.article.is-promotion
||xemzz.com/assets/images/banner-footer.gif
||parimovie.com/G2802---Top-banner-test.gif
wololo.net##center[ezoic][style*="margin"][style*="rcnt:"]
4shared.com##.sideRekl
hdzog.com###channel-banner
||imzog.com/sizo^
vipbox.st##a[href*="amazonaws.com"]
bloomberg.com##.native-content-footer
sports4u.info###box99890
superhd.me##.video-box > div[class] > center
||cdnjs.cloudflare.com/ajax/libs/fancybox^$domain=streamagratis.com
sportinglife.com##.gpt-container
vrlesbian.video##.rmedia
vrlesbian.video##iframe.sppc
||vrlesbian.video/d/*id_site*id_channel*&ref^
||javhub.net/img/r18_banner1.jpg
sexvid.xxx##.container > .intro_holder > .spots_intro
sexvid.xxx##.spots_thumbs > .spots_title:contains(Advertisement)
||sexvid.xxx/pi/xd.js
||sexvid.xxx/xdman/?zone=
marvel.com##footer > .social-bar-container + .ad
stream365.xyz,superhd.me,vlive.pw,crichd.ws##div[id^="floatLayer"]
yts.gd,yts.unblocked.llc,yts.am,yts.gy##.ibox-bordered
nfl.com##div.rsv-ae9db127[style*="background-color: rgb(221, 221, 221);"]
medindia.net##div[id^="ezoic-pub-ad-"]
||123gomovies.co/hd/index.php
123gomovies.co##[class^="breadcums"] .embed-container
smallseotools.com##div[class^="banner"]
onvasortir.com###pub_rectangle
onvasortir.com##.adsbygoogle
newatlas.com##.taboola
newatlas.com##.ad
hentaihaven.org###custom_html-2
hgtv.ca##div[data-ad-pos]
hgtv.ca##.blogDetail-ad
hgtv.ca##.videoCabinet-ad-placeholder
hgtv.ca##.latestContent-ad
hgtv.ca##.featureEnhanced-ad-placeholder
hgtv.ca###videoAd
hgtv.ca##.video-drawer-bigBox
hgtv.ca##.js-gptAd
watch5s.is###pop-subscribe
watch5s.is##.content-kus[style]:not([style*="display:"])
link.tl##.mobsplOverlay
link.tl##.mobsplBox
123freeavatars.com##div[align="center"] > div[align="center"][style*="border"]:first-child
123freeavatars.com##div[style="float:left;"] > .hd[style]
voyeurhit.com##.player-container > div[style] > span[class]
shemalez.com##[class^="adv_"]
shemalez.com##.fluid-width-video-wrapper > div[style] > span[class]
/briefmenow.org\/img\/pa[0-9]{1}.jpg/$domain=briefmenow.org
||briefmenow.org/img/modal-prepaway.js
watchcartoononline.io###sidebar_right > #blog > div[style="width: 420px; height: 300px;"]
israelnationalnews.com###taboola-3
israelnationalnews.com##.RightClm > #divin4
israelnationalnews.com###taboola-mid-main-column-thumbnails
israelnationalnews.com##iframe[id^="iframe"][src="about:blank"]
israelnationalnews.com##.RightClm > div[style="height:305px;margin-top:25px;"][id^="avp_zid_"]:empty
||faselhd.com/va/tag.xml
||cdn.vidsplay.net/jwplayer/*/vast.js
reddit.com##div[id^="sidebar-btf"]
bro.adca.st##.load-more
hardsextube.com##.video-thumbnail-placeholder
hardsextube.com##.pre-play
gr8forte.org###in-video
onlinefreecourse.net##div[data-adid]
hotmovs.com##a[alt*="ad spot"]
||imgazure.com/888_super.php^
||imgazure.com/sro/editorship.php
hanime.tv##.banner_iframe
photoshopessentials.com##[class^="members-ad"]
photoshopessentials.com##.widget-area > #text-2
||plusone8.com/ardexaae.php^
avcanada.ca###wrap > #page-header > table[cellspacing]
avcanada.ca##.postbody > div[id^="post"] > center:not([class]):not([id]):not([style])
pornnetflixtv.info##.cgal-sidebar-widgets
pornnetflixtv.info##.bottom-content-widget
securityweek.com##.simplemodal-overlay
securityweek.com##.simplemodal-container
||estream.nu/script.js
yugatech.com##.blue_square_ads
yugatech.com##div[class*="sidebox-ads-"]
yugatech.com##.sidebar-content > #text-57
yugatech.com##.sidebar-content > #text-76
yugatech.com###subheader > center > a[href][target="_blank"] > img
yugatech.com##div[class$="group"] > a[href^="https://bit.ly/"][rel="noopener"] > img
||yugatech.com/wp-content/uploads/*/V9_digital-ad-placement_*px-x-*px*.jpg
||wp.com/www.yugatech.com/wp-content/uploads/*/V9_digital-ad-placement_*px-x-*px*.jpg$domain=yugatech.com
updato.com##.main-article-content > div[class][style*="float: left"][style*="margin"]
whatsmydns.net##.ad
gomovies.cd,streamapi.xyz,123moviestube.io##body > #container + #streamit-unit
dreamsky10.com##.adsbygoogle
dreamsky10.com##.ads300_250-widget
dreamsky10.com##.ads-posts
||www1.wi.to^*.gif
|http*://$image,third-party,domain=rmdown.com
123netflix.pro##.btn-successful
watchtheofficeonline.net,watchhouseonline.net,watch30rockonline.com,watchbreakingbad.online,watchtopgearonline.net,watchrickandmorty.online,watchcurbyourenthusiasm.com,watchsmallvilleonline.net,watchfearthewalkingdead.net,watchpsychonline.net,watchcheersonline.com,iwatchseries.online,watchhowimetyourmother.com,watchscrubsonline.com,watchthesopranos.com,watchdoctorwhoonline.com,watchkingofthehill.com,watcheverybodylovesraymond.com,watchitsalwayssunnyinphiladelphia.com,watchprisonbreakonline.com,watcharresteddevelopment.com,watcharcheronline.com,watchsouthpark.online,watchamericandad.net,watchseinfeld.com,watchthewalkingdead.online,watchfriendsonline.net###contenedor > #keeper
clashofclanslovers.com##.vce_adsense_widget
hclips.com##.footer-spot
hclips.com##div[id^="under-player-ad"]
hclips.com##.player > div[style] > div[style] > span[class]:not([id]):not([style])
winporn.com##.afsite > .thr-rcol
hdzog.com##.player-container > div[style] > span[class]:not([id]):not([style])
hdzog.com###under-pl-ad
bomurl.com##.adsbygoogle
meow-share.com##.adsframe
ah-me.com##div[id^="ts_ad_"]
||ah-me.com/pig/oinkoink^
||rapidrame.com/vast.xml
||p.jwpcdn.com/*/vast.js$important,domain=gdriveplayer.co|vidmoly.me|01fmovies.com|gomovies.tube|123movies.domains|fmovies.cab|tornadomovies.co|scr.cr|1movies.is|rapidrame.com|tornadomovies.to|animeland.tv|timesnownews.com
goal.com##.group > .commercial
||thecriptonews.us/ltc/assets/img/samples/160x200.jpg
pckeysoft.com##center > a[href][rel="nofollow"][target="_blank"]
te-en.com###page-body > center
te-en.com###page-body > a[style]
te-en.com##.post.bg3
te-en.com##p[style="text-align:center"] > a > img
||camvideos.tv/homeAD.php
camvideos.tv##.block-video > .table > div[style="margin:5px;padding:5px;text-align:center;"] > iframe
leechall.download##.adsbygoogle
ownedcore.com##.bannerBox
ownedcore.com##div[class^="adosia-"]
player.livesports.pw###divpubli
dl.go4up.com###streamList
dl.go4up.com##a[href^="https://members.linkifier.com"]
soft7star.com##div[style="text-align:center;"] > button
soft7star.com##center > div[style="cursor:pointer"] > img.user
||juorange.online/dezaula.js
ok-y.com###embed-overlay
pandaporn.net##.inside-player-ad
||orgyxxxhub.com/js/objad.js
orgyxxxhub.com###objad
||orgyxxxhub.com/eureka^
||imgking.xyz/sro^
hotclassicfuck.com##.player > #embed__pre
fuck55.net##ul[id^="ad_content"]
androidpolice.com##.home .tag-sponsored
swissadspaysfaucet.com##a[href^="//mellowads.com"]
moonbit.co.in###BodyPlaceholder_claimMidContainer
indianexpress.com##.amazon-widget
anysex.com##.no_pop > .mini_title
||anysex.com/assets/f.html
||4ustream.com/frames/*.php
||whostreams.net/popall.js
||pornoreino.com/custom/reino_lo.js
windowscentral.com##div[id^="trc_wrapper_"]
douploads.com##center > a[rel="nofollow"] > img
wololo.net##div[id^="post_content"] > .content > div[style*="padding:5px; border:1px solid #c1c1e1;margin-top:5px;"]
kissanime.ru###adsIfrme7
||jawcloud.co/js/script.js
theultralinx.com##.m-ad-card--grid-item
msn.com##div[data-section-id="stripe.shopping1"]
||toots-a.akamaihd.net/priority/*Sponsor
||toots-a.akamaihd.net/priority/pushdown^
tube8.com##.gridBanner
||worldsex.com/assets/js/thnb.js
worldsex.com##.currently-blokje-block
||faselhd.com/promo_imgs/
trannytube.tv##.b-secondary-column__banners
youtrannytube.com##.banner-td
||camvideos.tv/CAMVID.php
||camvideos.tv/playAD.html
xxx-videos.org##.sidebar_main > ul:last-child
xxx-videos.org##.sidebar_main > ul:first-child
||multiplayer-games.net^$domain=xxx-videos.org
||xxx-videos.org/im-pop.js
||xxx-videos.org/svduwgzizfuv.php
getfree.co.in##a[href^="https://coinad.com/"]
techworld.com##.adLabel
techworld.com##div[id^="google_ads_iframe_"]
7commgames.com.au##div[class^="adContainer"]
7commgames.com.au##div[class^="adWrapper"]
cambabe.video##.margin-fix[id^="list_videos_"] > noindex > .place
||ipsw.me/assets/images/external/slide.png
xcafe.com,whiskyprices.co.uk##.bnr
global.americanexpress.com##.text-align-center.pad-tb
||watchop.io/*.html|
||putlockers-hd.stream/fkplyr.gif
putlockers-hd.stream##a[href="/go.html"]
putvid.com##div[data-watermark]
||i.imgur.com/8y9RqZ4.png
watchcartoononline.io##a[href*="/go?"]
mofosex.com##.float-left  > div[style] > article[style^="position: relative; overflow: hidden;"][style*="width:"][style*="height:"]
mofosex.com##.align-center[style="padding: 0 0 10px;"]
mofosex.com###vjs-inplayer-overlay
||apps6.space/bnr^
rgmechanicsgames.com*VPN.exe
rgmechanicsgames.com###fanback
rgmechanicsgames.com##a[href*="VPN.exe"]
gogoanime.to##a[href*="/go?"] > img
seriouseats.com##.entry-body > .product-widget
||hutimg.com/hutf.js
||plumperporn.xxx/css/ubr.js
||plumperporn.xxx/ppx.html
||plumperporn.xxx/plumperpornxxx.html
pornwhite.com,xcum.com,vikiporn.com,fetishshrine.com,wankoz.com,sleazyneasy.com,katestube.com,hellporno.net##.bottom-banners
wankoz.com,sleazyneasy.com,katestube.com,sheshaft.com##.adv-aside
sheshaft.com##.player-info > .under-player
globaltv.com###shawVideo_playbackContainer > #corusVideo_VideoAds
soccerjumbotv1.me###html4
soccerjumbotv1.me##iframe[src="mg.html"]
||jazztv.co/class/jazztvhhdds.js
gomoviesuk.com##.ads-btns
two-movies.net###playerDiv
two-movies.net##tr[class="first trlinks"][id="link_row_0"]
amazon.co.jp,amazon.cn,amazon.ca,amazon.co.uk,amazon.it,amazon.fr,amazon.de,amazon.com##div[id^="sponsoredProducts"]
freeppt.net##.ads350
freeppt.net##.advertgeneral
kimcartoon.to,readcomiconline.to,kimcartoon.me,kissasian.ch###adsFloat1
kissasian.ch##.wrap > div[style*="text-align: center; margin: 10px"]
kissasian.ch##iframe[src^="http://kissasian.ch/ads"]
||www2.escdn.co/script.js$important
facebook.com,facebookcorewwwi.onion###pagelet_ego_pane > .pagelet:not(.egoOrganicColumn)
dansmovies.com##.addsinside
nastyrat.com###bn
||nastyrat.com/*_*.js|
appuals.com##.ad-popup
clickvideodownload.com###bigRectangleAdWrapper
youngsextube.me##.player-ad
||youngsextube.me/agent.php
||mature-girls.com/kutstelers.js
||yourporn.sexy/nbsys3/fsyspp.js
||watchindianporn.net/fli.js
||watchindianporn.net/js/watchip.js
watchindianporn.net##.spots-wr
mzansi.porn##.dvr-3x2
blockfaucet.com##div[style$="width: 300px; height: 250px;"]
cointiply.com##.fl-ad-left
cointiply.com##iframe[src^="/api/userads/"]
entrepreneur.com##div[data-spotim-slot-size="300x250"]
poki.com##.Ez
poki.com##.FA
cheatsheet.com##div[style^="width:728px;height:90px;"]
cheatsheet.com##.top-ad
cheatsheet.com##.sidebar
crazygames.com##.sideCol > .sidePanel.sky
||images.crazygames.com/ggs-banners/*_*.gif?
silvergames.com###x-300
silvergames.com##.box_game_ad
||silvergames.com/div/ca.php
||silvergames.com/div/oa.php
||games.softgames.com/ads/configs/match?publisher=
||rcgroups.net/adjsc.php
rcgroups.com###wrapper > table[width="100%"][height="25"]
rcgroups.com##a[href*="/adclick.php?bannerid="]
rcgroups.com###posts > div[align="center"]+table[width="100%"][align="center"]
pasiondeportiva.me###ada
||hdcast.pw/terra/terra.html
||4live.org/adsset/300.php
stltoday.com##.tnt-ads-container
watchmynewgf.com##body > section.bb
||watchmynewgf.com/exo/
||watchmynewgf.com/js/mes.js
||watchmynewgf.com/js/cash*.js
webforefront.com##.adslot_leader
surelyawesome.com##img[title="BigSidebar1"]
surelyawesome.com##.surel-responsive-bottom > div[style="margin: 10px 0px 20px; padding-bottom: 5px"] > div[style$="text-align: center"]
||readmng.com/onlinenovelreader.jpg
animewow.org,animenova.org,gogoanime.to##.safeuploada-filter
||123movies.one/banners/
||123movies.one/wp-content/uploads/*/player4k.jpg
realtimetv.me##a[onclick^="hidefunc"]
vipleague.bz##.text-warning
vipleague.bz##a[onclick="removeOverlayHTML();"]+div
vipleague.bz##a[onclick="removeOverlayHTML();"]
vipleague.bz##.container > div.row > div.text-center > div.col-md-4.pull-right.hidden-xs
moondash.co.in,moonb.ch##iframe[src^="//mellowads.com/view/"]+div[style]
tutorialsteacher.com##.header-ad-div
tutorialsteacher.com##a[href][onclick="handleEFExtAdClick();"] > img
||tutorialsteacher.com/content/images/ef-ext.jpg
gumtree.com##.srp-results > div.grid-row > div[class*="grid-col-12"] > h3[id$="-attribution"]:not([data-q])
gumtree.com###vipBanner
gadgets.ndtv.com##div[id^="adslot300x250"]
livescience.com##body > [id^="bom_footer_ad"][style*="position: fixed; z-index:"]
theralphretort.com##.sidebar-content > #text-25
theralphretort.com##.sidebar-content > #text-42
theralphretort.com##.sidebar-content > #text-49
theralphretort.com##.sidebar-content > #text-57
digg.com##article[data-primary-tag-display="Sponsored"]
buzzfeed.com##.item--ad
ok.nowlive.pw###site-contenedor
ok.nowlive.pw##.raulito
bro.adca.st###markup
||images.futbolbase.us/Anner*.html
||static.x64zcsqq.netdna-cdn.com/content.png
moondoge.co.in,moonliteco.in###BodyPlaceholder_claimMidContainer > iframe
||ip-ads.xcr.comcast.net^$media
||imgfile.net/ynx/button-video-download-blue-_large.png
nerdist.com###sub-footer-banner-wrapper-300
advocate.com##.block-heremedia-ads
||vivads.net/banners/
demonoid.pw###bbb
vipbox.st##a[onclick="removeOverlayHTML();"]
seelive.me##body > div[id]:first-child:not([class])
vipbox.st##a[onclick="removeOverlayHTML();"]+div
investopedia.com##.ad-leaderboard
sputniknews.com##.taboola-sidebar
pickvideo.net##.downloadSection > span[style="font-style: italic; color: #949494; text-align: center;"]
keepvid.com##.side_adBox
y2mate.com###adv_box
y2mate.com##img[alt="advertisement"]
y2mate.com##div[style$="text-align: center"] > p[style$="text-align: center"] > i
||cdn.taboola.com/libtrc/$domain=worldlifestyle.com
worldlifestyle.com##.ams_ad_title
worldlifestyle.com##.ams_ad_wrapper
worldlifestyle.com##.ams-ad-full-wrapper
||chaturbatebongacams.online/goto.js
||thedigitalfix.com/blackfriday.html
uclick.in##div[class^="banner_"]
uclick.in##body ins[class^="bmadblock-"]
tw.yahoo.com###util-travelads
||h2mp3.com/d/as.php
||mirrorcreator.com/images/down_a.png
mirrorcreator.com##center > a[href^="//www.mirrorcreator.com/fdown.php?"] > img
mashable.com##.stories-strip > #stories-ad
komando.com##[class^="win-smartphone-ad-"]
gadgetsnow.com##.atf_ad300
gadgetsnow.com##.related_story > .cvs_wdt > .ad[data-cb="processCtnAds"]
dailymotion.com##div[class^="VideoQueue__adWatchingRight"]
chaturbacumgirls.net##.headerbanner
chaturbacumgirls.net##.single-banner
hongkiat.com###promote-bottom
hollymoviehd.com##a[href^="http://www.tradeadexchange.com/"]
||ad.kissanime.ac^
apkmirror.com##.listWidget > div[style="padding-top: 12px;"][class="appRow"]
ouo.press##.skip-container > .text-center > span[style="display: block;color: #aaa;font-size: 13px;padding-bottom: 2px;"]
txxx.com##.rekl-iv
pornscum.com##.fp-ui > a[href][target="_blank"]
yahoo.com##.tabads
msn.com##div[data-aop*="taboolawidgetvnext"]
msn.com##.ad
yahoo.com##div[id^="my-ads"]
yahoo.com##.ecbestbuy
theultralinx.com##.l-content-recommendation > [id^="revcontent_"]
acronymfinder.com##.search-results > .tab-content > .result-list > tbody > tr > td[colspan="3"]:not([id]):not([class])
wuxiaworld.com##div[adonis-marker]
amazon.de,amazon.com,amazon.fr,amazon.it,amazon.co.uk##.adFeedback
defensesystems.com##.ad
neowin.net##.footer-banner
spaste.com##center > a[target="_blank"] > img
kottke.org##a[href^="http://carbonads.net"]
||new.evanstonnow.com/zdisplay^
msn.com##a[href^="https://clk.tradedoubler.com/"]:not([href*="microsoft.com"])
hentaicore.org##.side > .full-poster > center > div[style^="width:300px;height:750px;"]
||imagebam.com/*.php?
bypassed.eu,bypassed.bz,bypassed.org##cloudflare-app[app="flashcard"]
||iwantmature.com/ixxi^
hentaicore.org##a[href^="http://gamingadult.biz"]
||hentaicore.org/pub/bg-$image
||kickass.cd/cd.js
forbes.com##sidenav .ntv-rail-ad
pornoaffe.com,hd-pornos.net##aside[id^="special"]
pornoaffe.com,hd-pornos.net##div[id^="wa_"].widget
pornoaffe.com,hd-pornos.net##.vjs-overlay
||static.twincdn.com/special^$third-party
iwantgalleries.com##.bant
||iwantgalleries.com/axxa^
fcportables.com##.adsbygoogle
speedtest.net##div[data-ad-placeholder]
||fuqer.com/core/js/pop
||fuqer.com/b_load.php
||fuqer.com/nuevo/player/aserve.php
fuqer.com##.colright > .widget:first-child
fuqer.com###nuevoa
||analust.com/js/istrip.js
analust.com##a[href^="https://t.irtya.com/"]
guruofporn.com##.main > div[id^="slides"]
erotichdworld.com##.main > div[style*="margin-left"]
viewporn.tv###footer > #ftx
viewporn.tv###player > #blockpub
viewporn.tv###col2RightContainer
||vkpass.com/palavro/*.js
||timeinabottle.pw/newads/$third-party
||static.mjg.in/widget/widget.js
||srv.tagila.com/adsrvmedia/$third-party
||signup.leagueoflegends.com/?ref=$third-party
||rajakamar.com/widget/$third-party
||o.aolcdn.com/ads/$third-party
||kontera.com/javascript/$third-party
||file.up09.com/open*.js
||tcr.tynt.com/ti.js$third-party
||travian.dk/?uc=$third-party
||enter.brazzersnetwork.com/track/$third-party
||ekupon.ba/*urm_source^$third-party
||babylon.com/*affID=$third-party
||avjp.net/?aid=
||amazonaws.com/amcdn/admvpopunder.swf
||360switch.net/b.js
||filesonic.com/premium-ref/$third-party
||146.148.85.61/rtb$third-party
||wishuluck.pw/XnewadsX/$third-party
koutube.com##.dwonload_asd
koutube.com##.iframe_ads
||koutube.com/images/abanner_
||oheyo.com/embeds^$third-party
||stremanp.com/apu.php?$empty,important
||lowgraveleron.com/apu.php?$empty,important
||deloplen.com/apu.php?$empty,important
||sitegoto.com/apu.php?$empty,important
||koindut.com/apu.php?$empty,important
||parumal.com/apu.php?$empty,important
||dolohen.com/apu.php?$empty,important
||thterras.com/apu.php?$empty,important
||keyrolan.com/afu.php?$empty,important
||lnkfast.com/apu.php?$empty,important
||bestadbid.com/afu.php?$empty,important
||siterdm.com/apu.php?$empty,important
||bokeden.com/apu.php?$empty,important
||bodelen.com/apu.php?$empty,important
||cobalten.com/apu.php?$empty,important
||qinvaris.com/apu.php?$empty,important
||eoredi.com/apu.php?$empty,important
||hypoot.com/apu.php?$empty,important
||fapmeth.com/apu.php?$empty,important
||pipeschannels.com/afu.php?$empty,important
||go.mooncklick.com/apu.php?$empty,important
||go.oclasrv.com/apu.php?$empty,important
||go.onclasrv.com/apu.php?$empty,important
||debadu.com/apu.php?
||pttsite.com/apu.php?
||moradu.com/apu.php?
||vebadu.com/apu.php?
||tebadu.com/apu.php?$empty,important
||moradu.com/apu.php?$empty,important
||deloton.com/apu.php?$empty,important
||deloton.com/afu.php?$empty,important
||onclkds.com/apu.php?$empty,important
||eholnk.com/apu.php?$empty,important
||aoredi.com/apu.php?$empty,important
||gialnk.com/apu.php?$empty,important
||sebadu.com/apu.php?$empty,important
||ooredi.com/apu.php?$empty,important
||yoredi.com/apu.php?$empty,important
||valpeiros.com/apu.php?$empty,important
||go.pub2srv.com/apu.php?zoneid=
||storage.googleapis.com/prototype-lib/bin.js$third-party
||store.bitdefender.com/affiliate.php^$third-party
||go.pub2srv.com/afu.php?
||go.pushnative.com/ntfc.php?$empty,important
hentailove.tv##div[class^="ad-vid-"]
||hentailove.tv/images/af^
thevid.net###tbl1
||essexpic.com/*_upsa.php^
||essexpic.com/nb^
||imgking.xyz/sr^
imgtornado.com##body > div[style="text-align:center;font-family:Tahoma;"]
fanfox.net##body > a[href^="http://mangazoneapp.com/?utm_source="]
||acronymfinder.com/*/housebanners^
analust.com###overlayAdContainer
||sharkyporn.com/img/11490.gif
podbean.com##.downloads > .down:first-child
pornvids.me##div[id^="player_adv"]
||xxxstreams.me/wfxfrontend_loader.js
||xxxstreams.me/bees.js
||crrepo.com/ban^
prem.link###img_new
||amateurs-fuck.com/kutstelers.js
||damimage.com/t20315e241bf.js
x1337x.ws##a[href^="/streamredirect.php"]
x1337x.ws##a[href^="/vpn"]
||x1337x.ws/js/eacafdcdbefcdcbd.js
||imgprime.com/grfl.js
fetishshrine.com,pornicom.com##.advertising
pornicom.com###data > #related_videos_col + #related_videos_col
upornia.com##.footer-banners
vikiporn.com##.under_vid
||vikiporn.com/js/license.*.js
updato.com##.post-ad-container
fusionbd.com##body > .path
fusionbd.com##body > .tmn
newsarama.com##.page-top-promo
cpmlink.net##body > iframe
imore.com##.adunit-wrap
mangarock.com##iframe[src^="/iframe/"]
||hdsector.bypassed.org/images/next/main-page-banner.jpg
rappler.com##[id^="story-separator-ads"]
rappler.com###rappler3-common-desktop-top-ad
rappler.com##.rappler-light-gray  .mm-circle-container > .mm-preloader > #Rappler_Moods
/*&stck=*pxr=true$domain=animetoon.org|gogoanime.to|9anime.is|gogoanime.se|mangapanda.com|mangareader.net|memecenter.com|watchcartoononline.com|watchcartoononline.io
!/[a-z\d]{32,}\?q=/$~third-party,script,domain=mangapanda.com|mangareader.net|memecenter.com|watchcartoononline.com
fmovies.se##div[style="display: block;height:166px;overflow:hidden"]
||pornformance.com/player/html.php?aid=*_roll
xozilla.com##.JuicyAds-holder
xozilla.com##.right-video-dvertisement
myanimelist.net##.amazon-ads
||camwhores.video/t6e6d2454fa5.js
imore.com##.adunit
readms.net##.msa
||maturezone.org/wp-content/uploads/*-300x
maturezone.org##.widget_black_studio_tinymce
silenceisconsent.net##div[style="color: #777;font-size: 9px;display: block;margin:0 auto;text-align:center;"]
silenceisconsent.net##div[class*="-box-ad-"]
silenceisconsent.net###mc4wp_form_widget-3
cyclingnews.com##.dfp-plugin-advert
cyclingnews.com##.global-banner
||go.pub2srv.com/apu.php$empty,important
||lightborg.com/license.*.js
||oload.site/assets/js/license.*.js
theoutline.com##div[data-campaign]
||porndoe.com/misc^
porndoe.com##.with-acontainer
porndoe.com##div[class*="a-container"]
||sex01.org/gu^
voyeurhit.com###under-pl-ad
cinemablend.com##.ads_slot
gotceleb.com##.entry > div[style="clear:both; width:100%; padding:30px; height:250px"]
gotceleb.com##.pad > div[style^="clear:both; width:100%; padding:30px"][style$="height:250px"]
studyrankers.com###sidebarleft > #HTML4
myfreeppt.com##.entry-content > div[style^="float: right; padding:"]
post4earn.com,upload4earn.com##form a[href^="javascript:void(0)"][onclick^="window.open"]
||amjadfreesoft.com^$third-party,image
pcmag.com##.slicker > .in-content-lazy
wololo.net##div[id^="w_temp_weblab_widget-"]
androidcentral.com##.adunit-wrap
||androidcentral.com/sites/androidcentral.com/files/article_images/*/gamestash-970x460_2.jpg
||meta.streamcloud.eu/scApp.php
streamcloud.eu###jantest
shieldsgazette.com##.slab--commercialverticals
shieldsgazette.com##.leaderboard-ad
grabvideo.me###adplayer
||blogspot.com^$domain=nontongo.org,image
cutlinks.pro,extramovies.wiki,desiupload.in,123moviestube.io##center > a[href][target="_blank"] > img
||vshare.eu/player_sda.html
ninjatrader.com##div[class*="Sponsored"]
vividscreen.info##.page .as
||123link.pw/js/full-page-script.js
cleanpc-malware.com###text-3.widget
flashx.cc,flashx.sx##a[href^="https://adsrvmedia.adk2x.com/"]
spaste.com##a[href^="javascript:showhide('Adeals')"]
spaste.com##.pasteContent > h5
freenod32key.com,nod32key.xyz##.tw_float_ads_main_Wrap_Both
clix4btc.com##.bannersport
clix4btc.com###divActionButton
waxtube.com##.aside-itempage-col > .aside-itempage-inner-col > .box-container
123moviestube.io##.main-detail > center > a > img
||tnmedia.co^$domain=streamapi.xyz
||audiobookbay.nl/images/shs.jpg
||gsmarena.com/adjs.php$script,important
||trefoil.tv/adb/promo.js
readthedocs.io,godotengine.org##.rtd-pro
/moozpussy.com\/[a-z]{1,13}[0-9]{1,13}[a-z]{1,13}[\s\S]*.js/$domain=moozpussy.com
/zoompussy.com\/[a-z]{1,13}[0-9]{1,13}[a-z]{1,13}[\s\S]*.js/$domain=zoompussy.com
zoompussy.com,moozpussy.com###side_sponsor
zehnporn.com,freyalist.com,jennylist.xyz,sharkyporn.com,moozgirls.com,zoompussy.com,moozpussy.com##.stripper
ninjatrader.com##.outerWrap_728
||curlimage.com/bcler.php
||curlimage.com/frler.js
spigotmc.org##div[id^="Sponsors"]
||pccrack.net^$third-party
sportstream.tv##a[href^="http://sportstream.tv/out.php"] > img
||pandamoviehd.me/zfrontend_loader.js
||streamporn.me/zfrontend_loader.js
vipbox.st,vipbox.fi##.panel-body > div.linkbar[style*="display: none !important;"] + .linkGroup
||streamporn.me/see.js
spox.com##.adfb
spox.com##.sdgAnzeigenkennung
||pandamoviehd.me/see.js
putlockertv.se##a[href^="/player/"][href*="_in_hd.html"]
||badjojo.com/*.php?js=1&s=
badjojo.com##.embed-overlay
||dyncdn.me/static/20/js/lwqusjtaxgiypbfcorhzmnkdev.js
||clubtubes.com/nba^
||clubtubes.com/scripts/cbad.js
||clubtubes.com/scripts/pgloader.js
thegay.com##.bottom-adv
||static.thegay.com/assets/js/0309.js
mylust.com##.no_pop.centeredbox
mylust.com##.content > .list_info > .row:last-child
eporner.com###btasd
majorgeeks.com##.content > .author
muslimgirl.com##.sidebar #text-20
muslimgirl.com##.sidebar #text-21
muslimgirl.com##a[href^="https://pennyappealusa.org"]
youwatchporn.com##a[href^="http://gohillgo.com/out"]
bobs-tube.com##iframe[src*="bongacams.com/promo.php"]
||cluster.awmserve.com/incstage/function.js$third-party
||cluster.awmserve.com/incstage/license.*.js$third-party
||befap.com/fr*_*.js|
befap.com##.container > div.row-middle
||sex01.org/*_*.php?q=
||sex01.org/*_*.js|
||imageweb.ws/whaledate.gif
imageweb.ws##a[href^="http://reallygoodlink.freehookupaffair.com"]
limesteam.com###nuevoa
av8x.com,pornqd.net##a[href^="http://www.poweredbyliquidfire.mobi"]
av8x.com,pornqd.net##.row div[style="width: 300px; height: 250px;"]
homewhores.net##.media_spot
/homewhores.net\/[a-z]{1,2}[1-9]{1,4}[a-z]{1,2}[1-9]{1,4}[\s\S]*.js/$domain=homewhores.net
homewhores.net##body > .top[style="text-align:center;font-size:16px;"]
! touch.facebook.com##.storyStream > article[data-store*="is_sponsored"][data-xt*="is_sponsored"]
! touch.facebook.com###MNewsFeed article[data-ft*="\"ei\":\""]
touch.facebook.com##article[data-sigil*="AdStory"]
||ikhedmah.com/images/ref-banners/
||evtubescms.phncdn.com/videos/*/mp4_480.mp4$important
||evtubescms.phncdn.com/pre_videos^$important
||gopay2.me^$popup,domain=tusfiles.net
thegatewaypundit.com##div[id*="ScriptRoot"]
thegatewaypundit.com##div[id^="div-gpt-ad"]
humoron.com##body > table[width="764"][height="300"][border="0"]
xtube.com##.expandAside .adContainer + .js-pop
oke.io##.centeradcover
movoto.com##.guide-banner-container
andoveradvertiser.co.uk,asianimage.co.uk,banburycake.co.uk,barryanddistrictnews.co.uk,basildonstandard.co.uk,basingstokegazette.co.uk,bicesteradvertiser.net,borehamwoodtimes.co.uk,braintreeandwithamtimes.co.uk,brentwoodlive.co.uk,bridportnews.co.uk,bromsgroveadvertiser.co.uk,bucksfreepress.co.uk,burytimes.co.uk,campaignseries.co.uk,chelmsfordweeklynews.co.uk,chorleycitizen.co.uk,clactonandfrintongazette.co.uk,cotswoldjournal.co.uk,cravenherald.co.uk,croydonguardian.co.uk,dailyecho.co.uk,darlingtonandstocktontimes.co.uk,dorsetecho.co.uk,droitwichadvertiser.co.uk,dudleynews.co.uk,ealingtimes.co.uk,echo-news.co.uk,enfieldindependent.co.uk,eppingforestguardian.co.uk,epsomguardian.co.uk,eveshamjournal.co.uk,falmouthpacket.co.uk,freepressseries.co.uk,gazette-news.co.uk,gazetteherald.co.uk,gazetteseries.co.uk,guardian-series.co.uk,halesowennews.co.uk,halsteadgazette.co.uk,hampshirechronicle.co.uk,harrowtimes.co.uk,harwichandmanningtreestandard.co.uk,heraldseries.co.uk,herefordtimes.com,hillingdontimes.co.uk,ilkleygazette.co.uk,keighleynews.co.uk,kidderminstershuttle.co.uk,knutsfordguardian.co.uk,lancashiretelegraph.co.uk,ledburyreporter.co.uk,leighjournal.co.uk,ludlowadvertiser.co.uk,maldonandburnhamstandard.co.uk,malverngazette.co.uk,messengernewspapers.co.uk,middlewichguardian.co.uk,milfordmercury.co.uk,newsshopper.co.uk,northwichguardian.co.uk,northyorkshireadvertiser.co.uk,oxfordmail.co.uk,oxfordtimes.co.uk,penarthtimes.co.uk,prestwichandwhitefieldguide.co.uk,redditchadvertiser.co.uk,richmondandtwickenhamtimes.co.uk,romseyadvertiser.co.uk,runcornandwidnesworld.co.uk,salisburyjournal.co.uk,smallholder.co.uk,southendstandard.co.uk,southwalesargus.co.uk,southwalesguardian.co.uk,southwestfarmer.co.uk,stalbansreview.co.uk,sthelensstar.co.uk,stourbridgenews.co.uk,surreycomet.co.uk,suttonguardian.co.uk,tewkesburyadmag.co.uk,theargus.co.uk,theboltonnews.co.uk,thenational.scot,thenorthernecho.co.uk,theoldhamtimes.co.uk,thescottishfarmer.co.uk,thetelegraphandargus.co.uk,thetottenhamindependent.co.uk,thewestmorlandgazette.co.uk,thurrockgazette.co.uk,times-series.co.uk,tivysideadvertiser.co.uk,wandsworthguardian.co.uk,watfordobserver.co.uk,wearvalleyadvertiser.co.uk,westerntelegraph.co.uk,wharfedaleobserver.co.uk,wilmslowguardian.co.uk,wiltsglosstandard.co.uk,wimbledonguardian.co.uk,wirralglobe.co.uk,witneygazette.co.uk,worcesternews.co.uk,yorkpress.co.uk,yourlocalguardian.co.uk##.earpiece-ad
wankflix.com##div[id^="adLeader"]
wankflix.com##ul.aff-item-list
||wankflix.com/includes/dp.php?q=
thewindowsclub.com##.adsbygoogle
providr.com##div[id^="ezoic-pub-ad-placeholder-"]
sleazyneasy.com###after-adv
softexia.com##body .wppaszone
||cdnmedia.xyz^$popup,domain=akvideo.stream|wstream.video
akvideo.stream,wstream.video##div[style][onclick^="window.open"]
1337x.st##div[id*="Composite"]
||1337x.st/js/faadccceffceedeef.js
bing.com##.promotion-panel-inner
pornflip.com##.container > .aside-emb
||fux.com/mojon.js
||fux.com/ade/pop_ex.php^
||cdn*-*.fux.com/*/banner^
||cdn*-*.fux.com/assets/ad*-*.js
||avforme.com/nutaku/script.*.js
wpbeginner.com##.sidebardeals
wpbeginner.com##.singleadthumbcontainer
||spankbang.com/static_*/JS/mpop.js
||a.spankbang.com^$empty
theprovince.com##.widget_pn_dfpad
updato.com##.dataTable .asset
mma-core.com###rsky
||wpnrtnmrewunrtok.xyz/*x*-stripgirls.gif
/camwhoreshd.com\/[a-z]{1,2}[0-9]{1,2}[a-z]{1,2}[0-9]{1,2}[\S\s]*.js/$domain=camwhoreshd.com
4tube.com###listingBanner
||piratepirate.eu/static/img/download*.png
phim.media###mobile_content_on_top_player
livetv.am##a[onclick*="Reklam"]
||static.sportsbar.pw/scripts.js
sportslens.com##.topad
||sportslens.com/files1^
sportslens.com###sidebar > div[id^="text-"]:not(#text-34):not(#text-42)
sportslens.com##div[id^="FMAds"]
||static.efukt.com/js/p^
||static.vidzi.tv/down.png
sporcle.com##.ad-hide
sporcle.com##div[id^="div-gpt-"]
porn.com##div[class*="-zne"]
windowscentral.com##.adunit-wrap
downloadfullfree.com##a[href^="http://pay.fastserver.me"]
peekvids.com###mediaPlayerBanner
||peekvids.com/away/pop$empty
peekvids.com##.watch-page-banner
peekvids.com##.add_href_jsclick
1337x.to##a[href^="/vpn"][href*=".php"]
cumlouder.com##.promo
cumlouder.com##.p-bottom
cumlouder.com##.widget_bnrs
||cumlouder.com/nb/fro_lo.js
vipbox.st,vipbox.fi##.embed-responsive > div[id][style="display: block;"]:not([class])
vipbox.st,vipbox.fi##a[href*="clksite.com"]
sleazyneasy.com##.banner-aside
||sleazyneasy.com/contents/other/player/candygaby
kimcartoon.me##.kcAds
kimcartoon.to,kimcartoon.me###hideAds
||9to5google.files.wordpress.com/*/*banner
9to5google.com##.post-body > p > a[rel="noopener"] > img
dnserrorassist.att.net##.search-results > .b-links
gotporn.com##.video-page-content > .image-content-wrap > .caption
sports.yahoo.com##div[id*="-AbPromo"]
hentaihaven.org##a[title^="Default (720p)"]
hiapphere.com##a[href="http://www.hiapphere.net/exchange/detail/id/2"] > img
opencritic.com##oc-ad
opencritic.com##.oc-jumbotron__ad
||solarmovie.watch/templates/Solar/images/solar_btn_
bitfeed.co##.widget-ads
quora.com##.AdBundle
savevideo.me##body .ads
healthline.com##.css-1ca3fuk
healthline.com##header#site-header + section.css-1031od0
||ad.kisscartoon.ac^
escortwiz.com##center > a[rel="nofollow"] > img
||tubemania.org/b_right.html
||tubemania.org/bottom.html
||smplace.com/bcb.js
||smplace.com/bioep.js
||smplace.com/fel.js
czvids.com##.overlay
czvids.com##a[title^="Visit "][rel="nofollow noopener"]
||losporn.org/bees.js
||losporn.org/*_*.js|
thebitchclub.com###video_ads
||pornotube.xxx/*=?ident=*&id_site=
pornotube.xxx##.rmedia
pornotube.xxx###footZones
||mrskin.com/scripts/$third-party
megadrive.co##.elite_vp_popup
||megadrive.co/images/ban/
rarbg2018.org###trlxup
royalroadl.com##.portlet.text-center[style$="padding-top: 5px !important;"]
pornicom.com,vikiporn.com,sleazyneasy.com##.im_block
pornoreino.com,camvideos.tv,vjav.com,private-shows.net,freepornvideo.sex,xxxhare.com,vqporn.com,watchmyexgf.net,bobs-tube.com,fakeporn.tv,sleazyneasy.com##.bottom-adv
1movies.to##.superButton
123movies.fun##div[style="text-align: center; margin-bottom: 20px;"]
dcyoutube.com###rowad
dcyoutube.com###clkad
howwe.biz##._300_ad
howwe.biz##.mid-resp-ads
multiup.org##.well.success.text-center
||howfun.org^$domain=multiup.org
||unknowncheats.me/forum/images/ez^
unknowncheats.me###hmmk
ncaa.com##.ncaa-top-ad-wrapper
quora.com##.NewGridQuestionPage .linked_content
/expla*.js^$domain=rarbgto.org.
/expla*.js^$domain=rarbgcore.org|rarbgp2p.org|rarbgenter.org|rarbg2019.org|rarbgunblocked.org|rarbgproxied.org|rarbgmirrored.org|rarbgprx.org|rarbgtor.org|rarbgget.org|proxyrarbg.org|rarbgto.org|rarbgunblock.org|rarbg2018.org|rarbg.bypassed.org|rarbg.is|rarbg.to|rarbg.unblockall.org|rarbg.unblocked.kim|rarbgaccess.org|rarbgmirror.com|rarbgmirror.org|rarbgmirror.xyz|rarbgproxy.com|rarbgproxy.org|rarbgunblock.co|rarbgaccessed.org
/:\/\/rarbg.bypassed.org\/cdn\/static\/20\/js\/[a-z0-9]{20,}.js/$domain=rarbg.bypassed.org
||totalcmd.net/images/japanese-used-cars
totalcmd.net##td > center > a[target="_blank"] > img
10minutemail.net###content > #right
fxporn.net##img[alt="remove ads"]
ceporn.net##div[class^="adblock"]
||cdn1-static-extremetube.spankcdn.net/js/a/a.js
extremetube.com##.noPopunder
||extremetube.com/*/exbl.min.js
extremetube.com##div[style="margin: auto; width:950px; height: 300px; overflow: hidden;"][id]:not([class])
extremetube.com###video-box > div[style^="float: right; right: 16px; position: relative;"]
extremetube.com##.homepageBottomVideoList > div[id]:not(#carousel)
extremetube.com##.ggs-list-videos.timeline > li[style*="color: #fff"][style*="width:"]
teenpornb.com###sidebar #text-6
||teenpornb.com/1234.gif
||teenpornb.com/teensex.gif
teenpornb.com##a[href^="https://www.0597sands.com"]
||static.exosrv.com^$domain=syndication.exosrv.com
syndication.exosrv.com##body
pictame.com##article > .panel.clearfix.social-entry.text-center[style*="padding:0px;min-height:"]
coinmarketcap.com###header-banner-wrapper
gowatchfreemovies.to##.secure_link > a[href^="/go.php"]:not([title])
gsmarena.com##iframe[id^="dm-hm-ifrm-"]
||pagead2.googlesyndication.com/pagead/$script,domain=gsmarena.com,important
freeappstorepc.com##center > a[rel="nofollow"] > img
wwltv.com##div[data-module="ad"]
wwltv.com##div[data-module="taboola"]
fetishpapa.com###js-ads-modal
ashemaletube.com,pornoxo.com,boyfriendtv.com,fetishpapa.com##.video-extra-overlay
fetishpapa.com##.ads-block-rightside
||fetishpapa.com/banner-iframe/
||linkrex.net/links/popad$popup
webtv.ws,playerfs.com###video_ads_overdiv
||adlpu.com/links/popad$popup
bitshortener.site##iframe#frame
mope.io###moneyRectangle
mope.io###moneyRectBottomWrap
msn.com###taboola-below-article-thumbnails-card-layout-short
camsexvideo.net##.list-spots
phonearena.com##.spot_disclaimer
phonearena.com###livestream > .left:not(.ln-item)
gearbest.com##header > .back-top-banner
funnygames.biz,funnygames.org,funnygames.at,funnygames.nl,funnygames.eu,funnygames.ch,funnygames.asia,funnygames.cz,funnygames.pl,funnygames.com.br,funnygames.hu,funnygames.com.tr,funnygames.com.co,funnygames.ru,funnygames.it,funnygames.in,funnygames.ph,funnygames.pk,funnygames.fi,funnygames.lt,funnygames.dk,funnygames.com.mx,funnygames.co.id,funnygames.gr,funnygames.no,funnygames.ie,funnygames.pt,funnygames.com.ng,funnygames.ro,funny-games.co.uk,misjuegos.com,funnygames.vn,funnygames.ir,funnygames.kr,funnygames.jp,funnygames.cn,funnygames.us,funnygames.se,cadajuego.es,funnygames.be,funnygames.fr###katon-slot
citationmachine.net###unit-responsive
anime-loads.org##.skycontent
androidauthority.com###tpd-banner-ad-a
/dreamfilmhd.io\/[0-9]{0,3}[a-z]{0,3}[0-9]{0,3}[a-z]{0,3}.js/$domain=dreamfilmhd.io
spankwire.com##.noPopunder > div[id^="tj_zone_"]+span
spankwire.com##div[class^="align-center"][style]
anime-loads.org###leaderwidget
bubblebox.com###wideLeadrbrd
sleazyneasy.com##.content > .images-btm
sleazyneasy.com##.content > .carousel_1 ~ .headline
sleazyneasy.com##.video-holder > .video-options::after
sleazyneasy.com##.wrap > .sidebar::after
voyeurhit.com##.player-container > div[class^="pl_showtime"]
||vidzi.tv/dl.png
ibc.org##.spinAdvert
||static.escdn.co/js/at/p3veu1.js
||max-deportv.com/arriba
maxdeportv.net##p.Estilo12
maxdeportv.net##p.Estilo13
maxdeportv.net##span.Estilo13
max-deportv.info##.Estilo11
iconmonstr.com##.container-content-ad
business-standard.com##.bannerRelease
business-standard.com##.txt-adv-panel
business-standard.com###Banner_bd
estream.to,1337x.to##body > div[id][style^="position: fixed; top: "][style*="z-index: "][style*="height: "][style*="width: "]
driverscloud.com###dc_centerpage div[id^="dc_cadre"]
driverscloud.com##.dcdossiers > div[id^="pubbox-"]
leecher.xyz##a[href="https://bytes.id"] > img
123link.pw##.box-main > div:not([class]):not([id]):not([style])
agar.io###advertisement
magesy.be##.adsbygoogle
lubetube.com##a[href^="http://lubetube.com/out"]
thesportek.com##.matches > div[align="center"] > center
bro.adca.st##.pibe
bro.adca.st###punga
wings.io###mpu-top
wings.io##.form-group > center > span.text-muted[style="font-size:12px"]
bestgaypornvideos.com###sidebar > .sidebar-widget:last-child
bestgaypornvideos.com##a[href*="/track/"]
4black.men###content > div[style*="text-align: center;"]
4black.men###overlayAdContainer
gaypornwave.com##.it-sponsor-site
||gaypornwave.com/baclo.php
gaypornwave.com##.thr-ot > .refill[style*="width:100%;"]
gaypornwave.com##.it-download > .it-download-content
pornoxo.com##.videoDetail > div[class*="advi"]
||ww.x-xn.com/api/spots^$third-party
youporn.com##.e8-column
novelasesp.blogspot.de,novelasesp.blogspot.com,novelasesp.blogspot.com.au,novelasesp.blogspot.pe###HTML2
novelasesp.blogspot.de,novelasesp.blogspot.com,novelasesp.blogspot.com.au,novelasesp.blogspot.pe###HTML12
novelasesp.blogspot.de,novelasesp.blogspot.com,novelasesp.blogspot.com.au,novelasesp.blogspot.pe###HTML3
novelasesp.blogspot.de,novelasesp.blogspot.com,novelasesp.blogspot.com.au,novelasesp.blogspot.pe###HTML2
novelasesp.blogspot.de,novelasesp.blogspot.com,novelasesp.blogspot.com.au,novelasesp.blogspot.pe###HTML5
novelasesp.blogspot.de,novelasesp.blogspot.com,novelasesp.blogspot.com.au,novelasesp.blogspot.pe###HTML9
novelasesp.blogspot.de,novelasesp.blogspot.com,novelasesp.blogspot.com.au,novelasesp.blogspot.pe###HTML6
novelasesp.blogspot.de,novelasesp.blogspot.com,novelasesp.blogspot.com.au,novelasesp.blogspot.pe###HTML7
novelasesp.blogspot.de,novelasesp.blogspot.com,novelasesp.blogspot.com.au,novelasesp.blogspot.pe###HTML1
novelasesp.blogspot.de,novelasesp.blogspot.com,novelasesp.blogspot.com.au,novelasesp.blogspot.pe###HTML8
thegay.com###underplayer
||gayboystube.com/*/js/license.js
||dbnaked.com/ban^
||messytube.com/pup^
fucking-tube.com##.camframe
||watchmygf.cc/z^
||watchmygf.cc/js/ex.js
||netnesspb.com/mad/desk/*.php
ascoltareradio.com,bg-radio.org,ceskaradiaonline.cz,ecouterradioenligne.com,emisora.cl,emisora.org.es,emisoras.com.gt,emisoras.com.mx,emisoras.com.py,nederlandseradio.nl,nettiradiot.org,nettradionorge.com,onlineradio.pl,radio.cd,radio.co.ci,radio.co.cm,radio.co.dk,radio.co.ma,radio.co.si,radio.ht,radio.mg,radio.org.ro,radio.org.se,radio.pp.ru,radio.sn,radioalgerie.eu,radioarg.com,radiohallgatas.hu,radioonline.com.pt,radios.co.at,radios.co.cr,radios.co.ni,radios.co.ve,radios.com.bo,radios.com.co,radios.com.do,radios.com.ec,radios.com.pa,radios.com.pe,radios.com.sv,radios.com.uy,radios.hn,radios.hr,radios.org.il,radiosaovivo.net,radiosdecuba.com,radiosdepuertorico.com,radiosonline.be,radiosonline.ch,radiotunisienne.org,radioua.net,radyodinle.fm,surinaamseradio.com###ad
jpradio.jp,onlineradios.in,radio.com.lk,radio.net.bd,radio.net.pk,radio.org.nz,radio.org.ph,radioau.net,radionp.com,radioonline.co.id,radioonline.kr,radioonline.my,radioonline.vn,radios.hk,radios.tw,radiosingapore.org,radioth.net,zhibo.fm##.add-box-top
jpradio.jp,onlineradios.in,radio.com.lk,radio.net.bd,radio.net.pk,radio.org.nz,radio.org.ph,radioau.net,radionp.com,radioonline.co.id,radioonline.kr,radioonline.my,radioonline.vn,radios.hk,radios.tw,radiosingapore.org,radioth.net,zhibo.fm##.add-box-side
10news.com###column-41
bitfun.co###slideIn
bitfun.co##.flexContentAd
tempr.email##a[href^="https://www.amazon."]
uplod.cc##.fmore
neowin.net##.verdict-badge
free-power-point-templates.com##.entry__inforial
free-power-point-templates.com##div[class^="entry__inforial-"]
free-power-point-templates.com##.aff-unit
17track.net##.gad-container
theyoump3.com###bottom-ad-download-page
bludv.com##a[href^="https://goo.gl"]
||idsly.com/downlaod1.png
idsly.com##a[href^="http://jalantikus.bid"]
||idsly.com/download.png
smallseotools.com##p[style="margin:0px; text-align: center !important;"]
smallseotools.com##p[style="margin-bottom:0px; text-align: center;"]
radiotimes.com##.dfp-ad
soft4win.com##div[align="center"] > div[style="background-color:#7CC3E0;width:728px"]
soft4win.com##div[align="center"] > div[style="background-color:#7CC3E0;width:300px"]
soft4win.com##.p-body-content > div[align="center"] > a > img
||aeonsource.org/wp-content/uploads/*/wp-discount-banner.gif
trakt.tv##div[id^="huckster-desktop-"]
longindiantube.com##.player-spots > .player-right-b
momsextube.pro,eliteindianporn.com,doxxxindians.com,xxxpornindia.com,bullhub.com,megayoungsex.com,hardsex8.com,sexkittytube.com,xxxmovies.pro,lesbiansex.pro##.imbar
androidcentral.com##.adunit
driverscloud.com###dc_centerpage > #dc_cadretoppub
wuxiaworld.com##aside[id^="ai_widget-"]
whattomine.com##.container .centered-image
indianpornvideotube.com##.spot_section
||bhabhitube.com/agent.php^$third-party
||cdn.ss-n-30.com/15ffcf4a.js^$third-party
||originalindianporn.com/func.js
||alsoporn.com/func.js
alsoporn.com##.alsoporn_bt-hs-col
alsoporn.com##.alsoporn_player-spots
fastindianporn.com##.right-bl-wrap
fastindianporn.com##.bottom-bl-wrap > .bottom-bl
||wowindianporn.com/func.js
||fastindianporn.com/func.js
doodhwali.com##a[href^="http://ads.livepromotools.com"]
||doodhwali.com:*/images/banners
||doodhwali.com:*/cont^$image
doodhwali.com##.container .col-xs-12 .col-xs-12 > .yellow:not(:nth-child(3))
smutindia.com##.container .row .orange + .yellow
||smutindia.com*/images/banners
doodhwali.com,smutindia.com##a[href^="http://imlive.com"]
||smutindia.com*/cont^$image
doodhwali.com,smutindia.com##a[href^="http://secure."]
||primeindianporn.com/func.js
||longindiantube.com/func.js
eliteindianporn.com##.br-b > .br
xxxpornindia.com##.ho-bawra
filmshowonline.net##.btn-watch-dl
teenporn.ws,sportsbay.org,ok.nowlive.pw,bro.adca.st##.mask
spankwire.com###vjs-inplayer-overlay
thestar.co.uk##.leaderboard-ad
aniroleplay.com##div[align] > font[face="Arial, Helvetica, Geneva"]
dwatchseries.to##.sp-leader
thrillist.com##body .ad-container
addictivetips.com##.publeft
wstream.video###overlayx
tes.com##.masthead-advert
filmxy.me##.download-button-x
filmxy.me##.watch-online
sintelevisor.com###floatLayer
||sintelevisor.com/tv/asas.html
||livesports.pw/ads/
javadecompilers.com##.adsbygoogle
viraliq.com###sidebar > div[style="max-width:300px;"] > p[style^="font-size: 13px; color: #333333; margin-bottom: 0px;"]
porntrex.com##.table > .opt
insidenova.com###jobCardDiv
||gomnlt.com/partner_resources/full_job_card_loader_prod.min.js
imp3.live##center > a[rel="nofollow"].btn-primary
exophase.com##.ad-general
atvrider.com,baggersmag.com,boatingmag.com,cruisingworld.com,cycleworld.com,destinationweddingmag.com,dirtrider.com,fieldandstream.com,floridatravellife.com,flyingmag.com,hotbikeweb.com,islands.com,marlinmag.com,motorcyclecruiser.com,motorcyclistonline.com,outdoorlife.com,popphoto.com,popsci.com,range365.com,saltwatersportsman.com,scubadiving.com,sportdiver.com,sportfishingmag.com,sportrider.com,superstreetbike.com,utvdriver.com,wakeboardingmag.com,waterskimag.com,workingmother.com,yachtingmagazine.com##.st-block.ads.separator
popphoto.com##.pane-taboola
||sexcord.com/cord.js
rockfile.co##.pageContainer > div[style="max-width: 900px;"] > div[style="text-align:center; margin:0 auto;"]
||hostround.net/affiliate-resources/728-servers-1.jpg
||web.tmearn.com/aaa.js
softonic.com##.ad-content-wrapper
videolike.org###mgid
veoh.com###RelatedVideosContainer
sexcord.com##.spots-box
||sexcord.com/show.php|
||sexcord.com/sadsrd*.php
||sexcord.com/play*.php
sexlist.tv##.player-ads-side
||sexlist.tv/player/html.php
||sexlist.tv/show.php|
||sexlist.tv/x1.js
colliderporn.com##.player-container > .aside-blocks
losslessbest.org,losslessbest.biz##.blog-tandems > div[class="row"] > center >  b
losslessbest.org,losslessbest.biz##.adsbygoogle
weather.com##.taboola-module
spaste.com###template-contactform-message > a[target="_blank"] > font[color]
html-online.com##.templateSzorny
viewdrama.com##div[class^="inside-video"]
linclik.com##.box-success > .box-body > p:not([id]):not([class]):not([style])
publicleech.xyz##a[href="http://www.exrapidleech.info/index.html"] > img
||publicleech.xyz/templates/plugmod/images/exrapidleech.gif
tvpor-internet.com##div[id^="pub"]
vergol.com###closeX
vergol.com##div[id^="capa"]
||verliga.net/publiverliga.html
||verdirectotv.com/publi/publi728.php
||verdirectotv.com/publi/publi300.php
||vercanalestv.com/ad300.html$important
||vercanalestv.com/publimia.html$important
dinostream.pw,playerapp1.pw##[id^="total"]
||stadium.dinozap.info/in_ad_new.php
dwatchseries.to##.freeEpisode
dwatchseries.to##.shd_button
metabomb.net##.advert-container
rockpapershotgun.com,metabomb.net##.billboard-container
1movies.is,1movies.to###zxc_pops
1movies.to###no_po_share
||1movies.to/addons/*.mp4
1movies.to##.player_additional_controls_wrap > .tooltip
1movies.to###content a[href^="/user/buyregistration"]
dvbtmap.eu##div[class*="advertcontent"]
salon.com##[class^="style__inContentAd___"]
onhax.net###top-promo-dload
onhax.net###bottom-promo-abdload
onhax.net###oh-suckitadb-promd-2
||downpas.com/fileziper-down-btn.png
izofile.com##.thecontent > .waleed
softcage.com##.entry > div[style*="background:"]:not([class]):not([id])
serialkeypro.com##a[href^="http://maltaian.info"]
fragrantica.com,fragrantica.ru##div[style="padding: 5px;"] > div[style^="width: 100%; text-align: center; clear: both"]
fragrantica.com,fragrantica.ru##div[style="padding: 5px;"] > div[style="font-size: 10px;"] > div[style="width: 100%; text-align: center;"]
/www.eporner.com\/[^xhr][^comment][1-9]{0,3}[a-z]{0,3}/$script,domain=eporner.com
audiobookbay.nl##a[href^="/download-now.php"]
||audiobookbay.nl/images/hides.jpg
||audiobookbay.nl/images/drt.gif
flashx.pw,flashx.co,flashx.cc,flashx.bz,flashx.ws,flashx.sx,flashx.to,flashx.tv###download_div2
dreamfilmhd.io##a[href="/go.html"]
dreamfilmhd.io##body > div[style*='z-index: 99999999; background: url("data:image/']
||image.ibb.co/mbdV2m/Banner_Black_Friday_1_2.jpg
ibc.org,dcode.fr,tempostorm.com##.ad
tempostorm.com##.meta-snapshot > a
mirrorace.com##a[href^="http://infoforeme.com"]
wstream.video##div[id*="ScriptRoot"]
birminghammail.co.uk###taboolaRightRailsResponsive
sometag.com##div[class^="some-adv"]
gplayer.kmpmedia.net##.t_banner
genius.com##dfp-ad
||tango-deg.com/*?adTagId
||search.vertoz.com/redirect^
||witalfieldt.com/redirect?
realitykings.com##.floating-banner
1337x.info##a[href^="/directredirect.php"]
1337x.info##a[href^="/spyoff.php"]
torjackan.info##.c-medtitle-output
3prn.com,smutv.com,torjackan.info##.spots
xopenload.com,xmegaload.com###video_ads
realityxxxtube.com##.ads-video-zone-container
||realityxxxtube.com/*.php?z=
showsport-tv.com##body > div[id*="_overlay"]
nflstreams.me##div[id*="ScriptRoot"]
nflstreams.me##.cc-floating
nflstreams.me##.embed-responsive > div[id][style="display: block;"]
livestreamz.net##.lives-before-content
slickdeals.net###logoarea
slickdeals.net##div[id^="crt-adblock"]
audiobookbay.nl##a[href^="/download-"] > img
||audiobookbay.nl/images/shield
nhlstream.net,nbastream.net,nfl-stream.live###sidebar > #text-3
nbastream.net,nfl-stream.live##a[href^="http://v2.nflpass.net/register/"]
nbastream.net,nfl-stream.live##a[href^="http://www.sportyplay.com/"]
nhlstream.net,nbastream.net##a[href="/watch-live/"]
||nbastream.net/wp-content/uploads/2017/06/btn2.png
||streamhd.eu/images/watch-now.jpg
map.poketrack.xyz##div[style^="display:inline-block;background-color:"]
||buffstream.com/uploads/720/*.jpg
buffstream.com##center > a[target="_blank"][rel="nofollow"]
buffstream.com,buffstream.net##a[href*="//look.ichlnk.com/"]
dict.cc##a[href^="/?home_tab=ads"]
onlinethreatalerts.com##.googleResponsive-label
||i.tvmuze.eu/plm/
||imzog.com/*.php?z=*&sub=
||watchfreexxx.net/bees.js
moviestube.live##a[href^="https://moviestube.live/playnow"]
||askwk.me/m.js
||dyncdn.me/static/20/js/xqijtezmrschyl.js
sexytrunk.com###vid-ads
||filmlinks4u.is/wp-content/themes/sahifa/js/pop^
||imgrock.info/amload.js
||imgrock.info/vtrack
imgrock.info/ui.php$popup
imgrock.info##div[style]:not([class]):not([id]) > table td[align]:not(.share)
ilgeniodellostreaming.org,watchhax.me###playerads
ilgeniodellostreaming.org,watchhax.me##.contadorads
readlightnovel.org##.sidebar .col-lg-12 > center > small
||planetsuzy.org/*.*?i=*&z=$image
majorgeeks.com/images/mg/ad$image
/watermark$domain=soretin.stream,image
||hashflare.eu/banners/
||hellporno.com/adman_ai/s/s/im.php
||hellporno.com/adman_ai/s/s/js/ssu.v2.js
||hellporno.com/adman_ai/s/s/su.php
laliga-live.to###ad
||laliga-live.to/img/site/stream*.png
||xxxfatclips.com/func.js
||xxxfatclips.com/images/undbn.gif
||yjcontentdelivery.com/app/*/puRV-$script
youjizz.com###desktopHeaderPr
youjizz.com##[data-i18n^="ads."] + label
download.hr##.ad_unit_label
ostha.com##.patch-top-ads
ostha.com##.patch-random-ads
ostha.com##.patch-bottom
piratecity.net##a[rel="nofollow"][target="_blank"] > img
sjcrack.com##center > a[rel="nofollow"][target="_blank"]
solidsoftwaretools.com##center > img[onclick="linkOPen()"]
||solidsoftwaretools.com/wp-content/uploads/2017/10/download2.png
idm-serial-number.com##a[href^="http://www.hip2file.com/"]
idm-serial-number.com##center > a[rel="nofollow"][target="_blank"]
ghacks.net##.ghacks-sidebar > [id^="ghacks_ad_code-"]:not(#ghacks_ad_code-6)
4shared.com##div[class^="rekl"]
watchonline.to##a[onclick][target="_blank"]
games.latimes.com##.ARK_AdTopMesage
codepad.co##body > .custom-banner
||*.cdnco.us/st*.php
/04stream.com\/[0-9]{1,6}.js/
||firstrowas1.cc/ad*x*.html
||24scor*.*/img/*background$image
||24scor*.*/img/branding
||24scores.org/img/banners^
||3pornstarmovies.com/ai/s/s/su.php
||3pornstarmovies.com/*/*/*/js/ssu*.js^
realstream.pw##div[id^="float-"]
doseofporn.com##a[href^="/go/istripper"]
/doseofporn.com\/[a-z]{0,5}[1-9]{0,5}[a-z]{0,5}[1-9][s\S]*.js/
||ashemaletube.com/ast/paysite
revolvy.com###info_box_ad
megahd.cc###reproduceme li.active[style] > a[target="_blank"]
megahd.cc##.imgsidbrr
megahd.cc##.sub_title_sidebar_ad
megahd.cc##.tab-content > #produccion ~ center:not([id]):not([class])
||movie4k.is/DLWN
||movie4k.is/hdnow.gif
porkytube.com##.large-square
bobmovies.net##.full_film a.download_link[href="#"][target="_blank"] > img
||modelsxxxtube.com/eureka/eureka.js
hallmarkfreemovies.site###details > .section-header ~ div[align="center"] > a > img
filmlinks4u.is##div[id^="tab_HD"]
||filmlinks4u.is/images/watch_
||thevideobee.to/js/punder^
akvideo.stream###overlayx
||ycapi.org/p.php?
||florenfile.com/images/Florenfile-729x90.gif
||instamp3.tv/admbd*html
movie24k.xyz###ad_button
movierulzfree.me,movierulzfree.com##a[href^="/watchfree.php"]
||movierulzfree.com/img/Watch
||movierulzfree.com/img/playnow
movierulzfree.me,movierulzfree.com##.ad_watch_now
santabanta.com###right_336x280_ad
m4ufree.co##a > img[title*="Free Download"]
||m4ufree.co/images/dl.png
pandavideo.pw,123movies.gdn,123movies.tn,xopenload.me,123kmovies.net,streamporn.pw,rdxhd.cool,gomovies.ltd,moviesahd.com,fmoviez.org,openloadmovies.stream,the123movies.com,my123movies.org,novamovie.net,hollymoviehd.com,freeomovie.info,gomoviec.com,streamup.pro,bluemovies.co##.mvic-btn > a.btn-successful[target="_blank"]
||watchputlocker.site/img/watch
watch2free.review,onlinewatchfree.cc,watchonlinemovie.rocks,watch24free.net,watchputlocker.site##.watch_now
||123movieson.com/img/*banner
123movieson.com##a[href^="https://123movieson.com/hd/link.php"]
||nude-gals.com/striptools^
||nude-gals.com/images^
nude-gals.com##a[href^="go.php?"]
nude-gals.com##body > #lightbox ~ div[style*="height: 50px; width: 50px;"]
nude-gals.com##.chaturbate
nude-gals.com##body > #lightbox ~ div[style*="height: 50px; width: 50px;"] + img[src^="data:image"]
||celeb.gate.cc/assets/bilder/icloudhack
celeb.gate.cc##a[href^="https://goo.gl"]
celeb.gate.cc##body > #footer ~ iframe[id]:not([src])
babesource.com##a[href^="http://babesource.com/a/"]
||upload.ee//image/
globalrph.com##.goog3
||smutty.com/javascript/yo$script
haxball.com##.flexRow > .rightbar
corporationwiki.com##.advert-warn
corporationwiki.com##.sidebar-container > [id$="fixed-ad"]
||gaytoday.xxx/*.php?spot=
||xgaystube.com/api/direct^$empty
gaytiger.com##.aff-sec
||gaytiger.com/inthefront.js
gaytiger.com##.inner-box-container > .row > center
wildgay.com###main + .line1
wildgay.com###popup_box
sextubespot.com##.content.ways > .related.video ~ h5.title-line[style="margin: auto;margin-bottom: 5px;margin-top: 3px;"]
greengaytube.com##.content > .bottom + div > h2
greengaytube.com##.content > .main_box + .right
sextubespot.com##.invideo-spot-outer
sextubespot.com###pause-adv
sextubespot.com##.fp-player > .fp-ui > a[href^="https://sextubespot.com/videos/"]
videopornstories.com##.floating
videopornstories.com##.player-screen-ads-wrapper
hddgaytube.com###playads
bmovies.ru##a.full.btn[href^="/player/"][href*="_in_hd.html?"][rel="nofollow"]
bmbets.com###rightcolumn > #WebPanel3
||bmbets.com/banner.aspx
playhd.stream##a[href="http://playhd.stream/downloadhd.html"]
playhd.stream##a[href="http://www.playhd.stream/streamhd.html"]
1337x.stream##a[href="http://www.1337x.stream/streamhd.html"]
1337x.stream##a[href="http://www.1337x.stream/downloadhd.html"]
123kmovies.co,filmbae.com##a[href^="http://go.onclasrv.com/afu.php"]
||rapidvideo.com/adcash300.html
gomovies.lol##.idTabs > li > a[href^="#div1"]
yahoo.com###my-adsLDRB
mymovieraven.pro##.mvic-thumb > a.LolElement[href="#"]
mymovieraven.pro###MainContent_Adsection
newmoviezion.pro,mymovieraven.pro##a.LolElement[style*="background-color:red;"][href="#"]
spacemov.io##a[href^="http://www.movie4all.co"]
spacemov.io##.popover
vexmovies.org##a[href^="http://bit.ly"] > img
||vexmovies.org/wp-content/uploads/2017/12/Stream-Movie.png
123moviesflix.com##a[href^="https://123moviesflix.com/downloadprocess.php"]
||123moviesflix.com/wp-content/uploads/ctatop.png
||cpygames.com/cdn-cgi/pe/bag2?r[]=*.cloudfront.net
putlocker.cz##a[href^="http://putlocker.cz/episode-stream"]
putlocker.cz##a[href^="http://putlocker.cz/download-file"]
||script.hentaicdn.com/cdn/*/js/script.h2r
||hentaicdn.com/cdn/v2.assets/period/
putlocker.blog##.conteudo > iframe ~ span.st_sharethis_hcount + h2[style*="padding:5px;background-color:beige;"]
putlocker.blog##.menu-box > li[id^="text-"]
||123putlocker.org/ptw/js/4k^
123putlocker.org##.column-right > #text-8
123putlocker.org##.postTabs_divs > .table-responsive
||fuckgonzo.com/js/show_adv.js
||enjoyfuck.com/js/show_adv.js
||pornokeep.com/content2/lib/
pornokeep.com###show_adv
||rockjockcock.com/code^
rockjockcock.com###bottom-af
needgayporn.com###side_col > div:not([class]):not([id])
||needgayporn.com/guzguzson.js
||needgayporn.com/fancyAds^
needgayporn.com##iframe[src^="https://www.needgayporn.com/player/html.php"]
||needgayporn.com/ohs-180x800.gif
||gaypornmasters.com/frolo.js
||gaypornmasters.com/baclo.php
||realgfporn.com/lander^
realgfporn.com##.banner-video-right
mediafire.com##a[href^="http://www.mftracking.com"]
xgaytube.com##a[href^="https://stats.hprofits.com"]
boy18tube.com##.video > table td + .random-td
||boyfriendtv.com/bftv/www/js_*?url=https://www.boyfriendtv.com/out
||boyfriendtv.com/banner-iframe^
||boyfriendtv.com/bftv/b/invideo-exo.html
boyfriendtv.com##div[class$="advi"]
! only ad images are stored in that path so far
||all-gay-video.com/uploads^$image
all-gay-video.com##a[href^="http://www.buddylead.com"]
!
||putlocker.*/img/watch
||javbi.com/assets/js/text.js
jav-model.com,vaisex.com,javbi.com##.loading-ad
stileproject.com,shemaleporn.xxx,waxtube.com,pornpy.com##.aff-item-list
incestfuq.com###videoInfos #cam-msg
incestfuq.com###overlayAdContainer
||images.sexhoundlinks.com/belami-trio
sexhoundlinks.com##.ad
sexhoundlinks.com##.footer > strong > a[href="#"]
sexhoundlinks.com##.link-list > li:not([id]):not([class])
sexhoundlinks.com,gaymanflicks.com###in_player_block
pixiz.com##[class$="-advert"]
||dmxleo.dailymotion.com
hdgays.net##body > .sitelist.w998 + .w998 + .w998
hdgays.net###bnnr_mov_id
hdgays.net##.bnnr_r
||imgtop.hdgays.net/img_bnnrs
||hdgays.net/img_hg/gaypaysites.jpg
hdgays.net##.flash_big > .psgroups
hdgays.net##.flash_big > .rubimg + h4
hdgays.net##body > .ps_img
hdgays.net##.reviewpaysites
hdgays.net###id_tf
||hdgays.net/xxx/thumb
hdgays.net##.w98p
hdgays.net###id_tm
hdgays.net##.lex > a
hdgays.net##body > .sitelist.w998 + .w998
putlocker-9.co##div[align] > a[title*="HD"][rel="nofollow"][class]
sports.ndtv.com##.nd-ad-block
auto.ndtv.com##.ad_300
doctor.ndtv.com##.adv_bg
doctor.ndtv.com##.mrec-ads
food.ndtv.com##.ad_300x250
food.ndtv.com##.ad_300x100
ndtv.com##.mod-ad
solarmoviesc.com,solarmoviefree.net##.container > center > a[href^="../"] > img
gayhits.com##.invideo-spot
livestreamhd.me##div[id^="addy_"]
livestreamhd.me###ads-left
livestreamhd.me###content-match > div[style="text-align: center;"]:not([class]):not([id])
shemalestube.com##.specialOffer
xrares.com##.nva-center
pornqd.com##body div#preroll[style="display: block;"]
pornhd3x.to,boyfriendtv.com###invideo_wrapper
||pornhd3x.net/ads
||pornhd3x.to/video-ads.ejs
torrentking.eu##.rty
torrentking.eu##a[href^="/movie-download/"][rel="nofollow"]
torrentking.eu##a[href^="//inclk.com/adServe/"]
||bonertube.com/*/script.js
||bonertube.com/*/license.*.js
||bonertube.com/*frntldr.js
bitcoinker.com##iframe[data-lazy-src^="//coinad.com/ads/"]
bitcoinker.com##iframe[data-lazy-src^="//bitcoset.com/show/show.php"]
stream2watch.ru###bannerInCenter
||cdne-static.yjcontentdelivery.com/app/1/js/puWeb^$script
||navegacom.com/protect/redirect$empty
youjizz.com##[data-i18n^="ads."]
bit-sites.com##a > img.ani.in
bonusbitcoin.co###adX
bonusbitcoin.co##a[href^="https://coinad.com"]
bonusbitcoin.co##a[href^="//mellowads.com"]
||bitstarz.com^$third-party
btconity.com##a[href^="https://freebitco.in/"]
hotcoins.cf##a[href^="https://coinad.com/"]
hotcoins.cf##.modal-footer > a[href^="/contact?s=Advertisement"]
btc.ms##iframe#frame[src]
btc.ms###inter_popup_modal
||rainpool.io^$domain=btc.ms
vipbox.bz##.container .text-center a[href][target="_blank"] > img
vipbox.bz##.embed-responsive > div[id][style="display: block;"]
gotgayporn.com###aff-aside
gotgayporn.com##.bottom-af-block
richdad.com##.___ad-modal
||thumbs.dagay.com/static/js*/sponsor_bg.js
dagay.com###player > .overlay-media
||r.foxgay.com/saimre.php
||r.foxgay.com/*/js/ftl.js
r.foxgay.com##body > #pcontainer
||r.foxgay.com/bkel.php
youporngay.com##.playWrapper > #videoWrapper + aside.clearfix
youporngay.com##.ad-bottom-text
youporngay.com###videoContainer > #pb_template
||myp1p.eu/pup/
||myp1p.eu/js/sun.js
femefun.com##.side_spot
femefun.com##.media_spot_box
||superzooi.com/ilove/bananas.php
||bdsmstreak.com/ldrfront.js
||bdsmstreak.com/jsload.js
bdsmstreak.com##.onvideo
||exoclick.com/ad_track.js$important
olympicstreams.me##a[href^="http://streamsign.me/"]
olympicstreams.me##a[href^="http://www.top-games.me/"]
olympicstreams.me##.embed-responsive > div[id][style="display: block;"]
emty.space,realtimetv.me,seelive.me##body > #noflash ~ style + div[id]:not([class])
emty.space,realtimetv.me,seelive.me##body > .jwplayer ~ style + div[id]:not([class])
emty.space,realtimetv.me,seelive.me##body > #vidoe-player ~ style + div[id]:not([class])
dailypress.com##section.trb_outfit[data-role="adloader"] > section.trb_outfit_sections > div[data-frame-height="100%"][data-frame-class="trb_em_b_if"]
ratemyprofessors.com###ad300
btcsmile.com##iframe[src^="https://coinmedia.co/"]
adbtc.top##a[href^="https://coinad.com/"]
viral-alert.com##.viral-widget
viral-alert.com##a[href^="https://track.advendor.net/"]
bitcoin143.com##[class^="bmadblock-"]
datoporn.co###a[onclick]
||datoporn.co/assets/pu^
gayporno.fm,gayporn.fm,igayvideos.tv##.b-content__aside > .b-random-column
gogaytube.tv,gaymaletube.name,xgaytube.tv,gaysuperman.com##.b-advertisement
machogaytube.com,good-gay.tv,shemaleporntube.tv##.b-video-cols > .b-randoms-col
icegaytube.tv##.b-secondary-column__banners
icegaytube.tv,machogaytube.com,gogaytube.tv,good-gay.tv,gayporno.fm##.b-mobile-spots-wrap
||e-hdporn.com/d/*id_site*id_channel*&ref^
anyfreeporn.com,e-hdporn.com##.rmedia
anyfreeporn.com,e-hdporn.com##.scenew #provider
||anyfreeporn.com/d/*id_site*id_channel*&ref^
lilitube.com##body > .container > .row-middle
dailyfreebits.com##a[href^="https://coinad.com/"]
||images.mmorpg.com/images/ros2.jpg
||images.mmorpg.com/images/dbzs.jpg
mmorpg.com##.home > .panelFirst
mmorpg.com##a[href^="http://www.mmorpg.com/adServer"]
mmorpg.com##.gvconblock .newsItem > .news_newspost + div[align="center"] > .head
||forum.xda-cdn.com/honor-hub/images/honorbanner
filerio.in##.content01 > div[align="center"] h2 > a
||hollaforums.com/if/rc
csgoutpost.com##.widget-aphex
fbstreams.me##a[href*="/vipbox"] > img
calgarysun.com###content > .l-content > .l-top-content
cointalk.club,100count.net,faucetcrypto.com,cpm4link.com,speedup-faucet.com,freebitcoin.win##ins[class^="bmadblock-"]
freebitcoin.win##a[href^="https://coinad.com"]
hentaihaven.org##.widget-area > #custom_html-3
||mirrorcreator.com/file_nugget.php
fantasti.cc##.adv-notice
amateurporn1.com##.thumbs-cubes-holder
amateurporn1.com##.cs-link
amateurporn1.com##.main-holder > .row + .content-holder > .thumbs-holder > .thumb:first-child
amateurporn1.com##.main-holder > .row + .content-holder > .thumbs-holder > .thumb:nth-child(2)
sexpic.site/more.php$popup
sexpic.site##a[href^="/next.php"]
pictoa.com##.contentsp > #player > .subtitle_wrapper
porn.com##div[class*="-zone"]
bigbtc.win##a[href^="https://coinad.com/"]
bigbtc.win##body > div[style="position:fixed;left:3px;bottom:0px;z-index:999;"]
uploaduj.net##.gba-ad-respo
slipstick.com##.sidebar > #text-257
slipstick.com##.sidebar section[id^="custom_html-"] a > img:not([alt*="donation"])
||lshunter.net/ls/player.php?id=
||assia.tv/css/jquerymin16.js
||0eb.net/js/script-*.js
mntvlive.com##.bannerfloat
lshunter.net,lshunter-iframe.com##a[href^="/redirect_bet.php"]
lshunter.net,lshunter-iframe.com##a[href^="http://refparer.xyz/L?tag="][href*="&ad="][rel="nofollow"]
lshunter.net##[id^="player_event"]
livestream4u.pw,hdcast.pw,vipcast.pw###addy_overlayer
soretin.stream##.chiquita.close
srkcast.com###table1
srkcast.com###table2
11livematches.com###mid_left > br
||11livematches.com/rent_space/
||11livematches.com/images/watch_football.jpg
||11livematches.com/images/footballtipster2.jpg
masseurporn.com##center > a[rel="nofollow"] > img
||xxxadultphoto.com/*.php|
||allreleases.us/templates/*/images/rek.jpg
mycitymag.com##a[href][target="_blank"].gofollow > img
||ilivestream.com/pu/*/pu.js
greatmedia.top###myDIV
newsbaike.com,newsbaike.com,pepsportrewards.com,sycamoresports.net,themediacows.com,themediacows.com,themediacows.com,uwformulamotorsports.net,uwformulamotorsports.net,uwformulamotorsports.net,vrsportskit.com,vrsportskit.com,wecanhost.net###obrazek
newsbaike.com,newsbaike.com,pepsportrewards.com,sycamoresports.net,themediacows.com,themediacows.com,themediacows.com,uwformulamotorsports.net,uwformulamotorsports.net,uwformulamotorsports.net,vrsportskit.com,vrsportskit.com,wecanhost.net###overover
streamonsports.com##div[style="text-align:center;"] > a > img
streamonsports.com##a[href^="http://www.morbitempus.com/"]
nydailynews.com##.rh-ad
vipbox.fi,vipbox.st,olympicstreams.me,strikeout.me,strikeout.mobi,vipbox.mobi,vipbox.nu,vipboxtv.me,vipleague.co,vipleague.is,vipleague.me,vipleague.mobi,vipleague.se,vipleague.sx,vipleague.ws,vipstand.is##.col-md-4.pull-right[style]
mandatory.com###banner-top
||putlocker9.com/movies.js
putlocker7.live##.container table.table.table-danger
putlocker7.live##a[href^="/stream/"][target] > img
||putlockeronlinefree.site/img/watch
||ashemaletube.com/ast/www/*.js?url=*ashemaletube.com/out/
||ashemaletube.com/ast/b/
||ashemaletube.com/banner-iframe^
ashemaletube.com,boyfriendtv.com##.ads-block-rightside
ashemaletube.com##.vidItem > div[class*="advi"]
ashemaletube.com###mediaplayer_wrapper > #invideo_wrapper
||wp.com/crackingpatching.com/wp-content/uploads/*/Head-Image.png
||wp.com/crackingpatching.com/wp-content/uploads*/*Download
||stacksocial-production-stacksocial.netdna-ssl.com/assets/dealOfTheDay.js
||sjcrack.com/wp-content/uploads/*/*btn.png
||goo.gl^$domain=sjcrack.com
xhamster.com##.banner-container
||baltizm.co^$third-party
befuck.com##.info > .discount
befuck.com##.info > .tools > span:contains(Download full video)
befuck.com##a[href^="https://cpaofferstat.com"]
clip17.com##.container > .spots
clip17.com##.video-main > .video-spots
pornzog.com##.video-adv
pornzog.com##.adv-block-container
be88.net##.wrap > .spots
be88.net##.video-main > .video-spots
||softfully.com/downloads/download$image
snapnsfw.com##.adw
sextingfriendfinder.com##a[href="http://www.snapsext.net?utm_source=sff&utm_medium=banner"]
||snapnsfw.com/inc/js/p0p/script.js
||snapnsfw.com/i/snapshot/gif/$image
||snapnsfw.com/i/snapshot/snap/$image
xxxx.se##.rmedia
xxxx.se##iframe.sppc
||xxxx.se/d/$subdocument
||baltchd.net/p?zoneId=$third-party
xhamster.com##.xplayer-banner-bottom
18pornvideos.net##.video > .video-spots-wr
18pornvideos.net##.content > .spots-wr
18pornvideos.net##.on-player-wrap
||patchsoftwares.com/wp-content/uploads/*/*banner-
||goo.gl$domain=patchsoftwares.com
duplichecker.com##.duplia
stun:1755001826:443$important
apkmb.com##.widget-area > aside[id^="text-"]
apkmb.com##.entry-content > center > .btnDownload
mobilapk.com##.adsbygoogle
apko.org##.below-com-widget > div[id^="text-"]
apko.org##.center-post-widget > div[id^="text-"]
andropalace.org##a[class^="generatedlink"][href="#"] > img
explorewin.com##[onclick^="window.open"]
explorewin.com##.entry-inner > div[style*="background:#eee;"]
giveaway.su##.definetelynotanad
123gomovies.info##a[href^="/movie-stream/"]
123gomovies.info##a[href^="/download-file/"]
123gomovies.info##a[href^="/fast-streaming/watch-online-FULL-HD.php"]
123gomovies.info,putlocker.cz##.change-server[data-id="default"]
||123gomovies.info/movie-stream/intro/vid.ogv
||123gomovies.info/movie-stream/intro/vid.webm
nakednepaligirl.com##.rmedia
nakednepaligirl.com##iframe.sppc
||nakednepaligirl.com/d/
||freehappytugsvideos.com/images/rt/
||freehappytugsvideos.com/js/monkey.js
wealthmagnate.com##a[href*="affiliate_id="] > img
helpnetsecurity.com##div[class^="daninja-"]
||helpnetsecurity.com/wp-content/uploads/*/icsattacks.gif
moddb.com###subheader > a[href^="http://bit.ly/"]
moddb.com##.motybg
||rlx.im/links/direct-pop$popup
brightside.me##.inread-desktop-container
brightside.me##.inread-container
brightside.me##.dfp-native-ad-unit
technobuffalo.com###leaderboard
technobuffalo.com##.adLabel
technobuffalo.com##.ext-ad
technobuffalo.com##div[class="post third overflow"]
mocasoft.net##body .sidebar > div.theiaStickySidebar > div[id="text-html-widget-2"]
||trackitonline.ru/ads.js
trackitonline.ru##.adsbygoogle
trackitonline.ru##.col-md-4 > div.listform
||trackitonline.ru/pics/lety.gif
||sexhay18.net/adxxx/
||sexhay18.net/wp-content/uploads/2017/04/phim.gif
mangafox.la##.ad
||promopure.com/images/promotion
apkpure.com##.right > div[style*="width:100%; height:250px;"]
||livestartpage.com/banner_728.php^
gsmarena.com##div[id^="div-gpt-ad"]
next-episode.net##table #afh
next-episode.net###bannerclass
socksproxylist24.blogspot.com,socks24.org,sslproxies24.top,socksproxylist24.blogspot.de##.adsbygoogle
imfdb.org##div[id$="INSERT_SLOT_ID_HERE"]
next-episode.net##div[style="text-align:center;max-width:728px"]
||g.doubleclick.net/gpt/pubads_impl_$script,domain=investopedia.com,important
investopedia.com##.ad
softdaily.ru##.advertisement-ad
download.canadiancontent.net##div[style="margin-bottom: 10px; background-color: #FFF; height: 255px; min-width: 300px;"]
||ssl4us.*/pro_all_min.js^$third-party
||ssl4us.*/pro_mov_min.js^$third-party
||ssl4us.*/pro.js^$third-party
||boysfood.com/feature.js
||boysfood.com/static/js/raTrk.js
||static.supuv2.com/js/ppjs/build/vanilla.min.js
homemoviestube.com##.visibleAd
breitbart.com##.amp-embed-taboola
putlockers.tv##.menu-box > li[id^="text-"]
dailyfx.com###top-ref-box
||pornyfap.com/A/porny.js
||pornyfap.com/A/front.js
||gomovies.co/maindb/load.js
yepi.com###top_banner_holder
fakeporn.tv##noindex a[rel="nofollow"] > img
fakeporn.tv##.spot > a[href][target="_blank"] > img
||fakeporn.tv/js/z123.js
9anime.is###player > div[style^="width: 300px; height: 250px;"]
history.com##.ad
silvergames.com##div[id^="box_ad_"]
silvergames.com###x_home_1
||watchmygf.porn/source/a/img/*.gif
watchmygf.porn##.spots_watch
arconaitv.us###videoadv
||perfectgirls.net/scripts/pgloader.js
androidcentral.com##a[href^="http://pubads.g.doubleclick.net/"]
steamgifts.com##.sidebar--wide > div.sidebar__mpu[style^="display: flex; justify-content: center;"]
doublemesh.com##.adace-after-content
doublemesh.com##.widget_adace_ads_widget
mangainn.net##.mangareadtopad
||perfectgirls.net/*/|$script
perfectgirls.net##.additional-block-bg
perfectgirls.net##.banner-wrapper
alphaporno.com##.advertising-bottom
||alphaporno.com/ap-script.js
fpo.xxx,fapster.xxx,heroero.com,camwhores.tv,heroero.com,porngem.com,magnetfox.com,sexwebvideo.com,warungbioskop.com,uploadfiles.io,private-shows.net,pornfapr.com,vqporn.com,watchmyexgf.net,alphaporno.com##.sponsor
||dattr.com/popupredirect.js
||edenporn.com/*.mp4|$domain=dattr.com
dattr.com###linkadver
dattr.com###onFinish-thumbs
dattr.com##div#a[style^="float: right;"]
youporn.com##.playWrapper > div#videoWrapper+aside[class]
player.javout.net###nuevoa
player.javout.net##.vjs-scroll
thisismoney.co.uk##[id^="taboola-stream-thumbnails-"]
dir50.net##a[href^="https://ad.dir50.download/"]
hot-jav.xyz##.banner-bottom
hot-jav.xyz###bottom_ads_wrap
plusone8.com,hdpornstarz.com,javhitz.com,javmoon.com###overlay-advertising
plymouthherald.co.uk##.taboola
plymouthherald.co.uk##.top-slot
plymouthherald.co.uk###div-gpt-native
uploadrocket.net##.adsbygoogle
uploadrocket.net##.file_slot > tbody > tr img[src^="images/button_"]
||imgking.xyz/*_*.js|
hgtv.com###dfp_leaderboard
hgtv.com###leaderboard_fixed
diynetwork.com###dfp_leaderboard
diynetwork.com###leaderboard_fixed
vortez.net##.wide-banner
spoonuniversity.com###leaderboard_fixed
cookingchanneltv.com###dfp_leaderboard
cookingchanneltv.com###leaderboard_fixed
javhitz.com##a[href="https://javmoon.com"]
||i.imgur.com/OZ2OuM4.gif
moviesand.com,homosexualtube.com,rockjockcock.com,bonertube.com,gotgayporn.com,submityourflicks.com##.overlay-ggf
||submityourflicks.com/*/script.js
submityourflicks.com###aff-aside
intporn.com,thefappeningblog.com##a[href^="https://go.stripchat.com/"]
||shareae.com/im/*prefiles
shareae.com##a[href*="/aff_c?offer_id="] > img
shareae.com###dle-content > div.block > center > a[target="_blank"] > *
shareae.com###dle-content > div.block > div[id^="news-id-"] > p[style="word-spacing: 1.1px;"] > object
megayoungsex.com##.SAbnBot
megayoungsex.com##.SHVidBlockR_Bn
megayoungsex.com###divExoLayerWrapper
||hardpussysex.com/img/full-hd.jpg
||torrentproject2.se/p.js
||torrentproject2.se/nordvpn/
watchmyexgf.net##.albums-ad
||watchmyexgf.net/z/new1.gif
||watchmyexgf.net/z/new2.gif
||watchmyexgf.net/z/new3.gif
||watchmyexgf.net/images/new/teamskeet/exxxtra_small_long.jpg
||watchmyexgf.net/js/z123.js
doitruy.net###divExoLayerWrapper
||doitruy.net/exo/ads-menu-exo.js
gomoviec.com,168hd.net##.mobile-btn > a.btn-successful[target="_blank"]
lavamovies.se##.main-detail > .btn-container
lavamovies.se##.le-server > div.les-content > a[href^="/"]
new-game-apk.com/wp-content/uploads/2017/*_SLUT_18_*.gif
||new-game-apk.com/wp-content/uploads/*/ads-*.jpg
torrent-series24.com###widgets-wrap-sidebar-left
greatamericancountry.com###leaderboard_fixed
greatamericancountry.com,travelchannel.com###dfp_leaderboard
||luscious.net/lamia
||luscious.net/static/tools.js
||tangasmix.com/inc/adds/
||tangasmix.com/tmix/promo.js
tangasmix.com##td[bgcolor="#8AFF00"][align="center"][height][width^="3"]
hdgirlstock.com##.ads_random
hdgirlstock.com###footer > div.list-sites
hdgirlstock.com###footer > center
hdgirlstock.com###footer > div#sites
||playpornfree.org/*_loader*.js|
||playpornfree.org/see.js
healthline.com##div[adonis-marker]
healthline.com##header#site-header~div[class^="css-"]:empty:last-child
healthline.com##header#site-header > section[class]
||vidlox.tv/js/hrpr.js
||sendvid.com/tpd.png
problogbooster.com##div[class^="adinsidepost"]
warriorforum.com##.AdzerkBanner
warriorforum.com##.AdzerkSideBanner
||mailrufix.com/load.js
vumoo.life,hexari.com##center > a[href][target="_blank"][rel="nofollow"] > img
chess.com##.upgrade-size-728
chess.com##div[class*="-sidebar-ad-"]
||sofascore.com/affiliate/sofa/generate
||sofascore.com/bundles/sofascoreweb/js/bin/util/affiliate.min.js
||assets.bro.adca.st/adpopsfx.html
||pornoruf.com/js/compiled/exo-
||pornoruf.com/js/compiled/custom-vendor.js
pornoruf.com##.banners-footer
slickdeals.net###crt-adblock-a
||pandamovie.co/bee.js
||pandamovie.co/*_*.js|
||pybursa.com/pop.php
bloomberg.com###leaderboard
australianfrequentflyer.com.au##.messageList > li[id^="post-"] + .funzone
australianfrequentflyer.com.au##.section.funbox > .funboxWrapper > [id^="funbox_zone_"].funzone_below_content
shqiptvlive.net##.sidebar.section > #HTML6
shqiptvlive.net##.sidebar.section > #HTML2
sport7.tech###player-container > #videoplayerdiv ~ div[style*="z-index:"]
||static.sport7.tech/scripts.json
siasat.com##div[id^="ad-slot"]
siasat.com##div[data-spotim-slot-size="300x250"]
experts-exchange.com##.vendorpromotion
experts-exchange.com###topHeaderBannerWrap
||redirect.won.pe/ad/$popup,domain=won.pe
digit.in##.gadgetDealSideBar
digit.in##.advertisements
digit.in##.recommended-box
digit.in##.top-promo
lolskill.net##div[class^="container text-center aaa aaa"]
androidcentral.com,windowscentral.com,imore.com##.article-leaderboard
geniuskitchen.com##.smart-card-wrap > div.smart-aside
||thisvid.com/js/exblk/
thisvid.com##.bottom-spots
superligatv.com,tele-on.com,tvenvivo.online,dinozap.info,livinstream.org,livetv.sc,vvcast.tv##[id^="floatLayer"]
vidmoly.me###boxs
watchfaces.be##.google
watchfaces.be###secondary > aside#text-2
watchfaces.be###secondary > aside#text-3
watchfaces.be###secondary > aside#text-4
sap-certification.info##.site-c-header-ad-cr
csgosquad.com##a[href*="//bit.ly/"] > img
csgosquad.com##.wrapper > div[style="position:fixed;top:0;left:0;right:0;bottom:0;"] > a[href^="//bit.ly/"]
fullprokey.com,activatorproductkey.org,intoupload.com,profullcrack.com,ckfile.com##center > a[href][rel="nofollow"] > img
codingforums.com###content > center > table > tbody > tr > td[style="width:430px;height:300px"]
||carambo.la^$domain=codingforums.com
bitcointalk.org##td > table[width="100%"][class] + [class] > a[href]
bitcointalk.org##td > table[width="100%"][class] + [class] > div[class^="coin-main"]
zmovs.com##.player-aside-banners
gotporn.com##.sponsored
boostbot.org###ipsLayout_footer > div > center > a:not([href^="https://boostbot.org/"]) > img
boostbot.org###ipsLayout_mainArea > center > a:not([href^="https://boostbot.org/"]) > img
pornwhite.com##.info_wrap > div[class="cs"]
||vexmovies.com/Stream-Movie.png
howtogeek.com##div[id^="purch_"]
||graphicex.com/fo/300x600
||graphicex.com/fo/350x250
torrentprobit.com##a[href^="/click/"]
||torrentprobit.com/adstmp.js
uploadcloud.pro##.adsbygoogle
amateurporn1.com###ab_im
||dir50.net/auth.js
dir50.net##img[alt="advertise"]
tubepornclassic.com##.pupen-vupen
tubepornclassic.com##.tpcadv
||tubepornclassic.com/js/1.js
||tubepornclassic.com/assets/js/noname.js
||tubepornclassic.com/ups/*?z=
nba.com##.block-globalheaderadblock
nba.com###scores-page-ad
imobie.com##.float_adv
imobie.com##.support_guide_download_upper
overthumbs.com###player-overlay
bubble.porn##a[href^="/go/"] > img
||satikids.com/images/download-button
||freefuckvidz.com/d/$script,popup
freefuckvidz.com###footZones
shemaleorgy.xxx,freefuckvidz.com##.listThumbs > li.zone
freefuckvidz.com###tabVideo > div.rmedia
||overthumbs.com/js/?
overthumbs.com##.c-rightbar
||pornwhite.com/js/script*.js
||pornwhite.com/js/license*.js
pornwhite.com##.player_adv
pornwhite.com##.advertising-side
||amateurporn1.com/*_*.js|
||amateurporn1.com/dea298a3.js
||amateurporn1.com/js/script2.js
||amateurporn1.com/js/pulicense.js
drtuber.com##.columns_adv
trekbbs.com##.mainContent > [style="width:970px;height:250px;"]
trekbbs.com##.sidebar > [style="width:300px;height:1050px;"]
trekbbs.com##.sidebar > [style="width:160px;margin:auto;height:600px;"]
jav18tv.com###under-video-ads
||bp.blogspot.com^$image,domain=jav18tv.com
sex3.com##.tall_advertising
||sex3.com/if*.html
||sex3.com/player/html.php?aid=
||h2porn.com/aa*.js|
h2porn.com##.side-spot
fuckler.com###player-overlay
clipcake.com##.bottom_spot
clipcake.com##.advertising-side
sexytube.me,bestporntube.me##.banners-aside
bestporntube.me##div[style="width:100%;height:250px;overflow:hidden;"]
hclips.com##.pl_wrr
festyy.com##.a-el
tokenfly.pw,luckybits.io,getfree-bitcoin.com##a[href^="//mellowads.com/"]
getfree-bitcoin.com##.left-advertisement
||sites.google.com/site/tankionlinegeneratortool/$third-party
||zupload.me/button/
zupload.me##a[rel="nofollow noopener"]
usapoliticstoday.com##.td-adspot-title
bravofly.com##.adsbygoogle
bravofly.com##[class^="cmp_sponsoredLinks"]
||thefappeningblog.com/wp-content/uploads/2017/11/stripchat.gif
cllkme.com##.a-el
||watch32movies.co/wp-content/uploads/*/watchmovie.png
||watch32movies.net/wp-content/uploads/*/468play.png
||watch32movies.net/wp-content/uploads/*/signup.png
watch32movies.co##a[href][target="_blank"][rel="nofollow"] > img
sexmummy.com##td[height="115"][align="center"]
sexmummy.com##td[width="330"] table[width="320"][height="100%"]
bubble.porn##a[href="/go/169"]
||bobs-tube.com/frontend_loador.js
dir50.net##img[alt="ads"]
dir50.net##.bigres[style*="height:90px; width:728px;"]
||hentaipulse.com/nvrblk/
pcgamer.com##.dfp-leaderboard-container+div[style*="position: relative"][style*="margin: "]
nydailynews.com###ra-taboola-bottom
frprn.com##.spot-player-holder
edmtunes.com##.td-g-rec
||triptoto.com^$popup,domain=tonejoy.com
cpmlink.net##.block-default > div[align="center"] > iframe
private-shows.net##.place
private-shows.net##.iframe-holder
private-shows.net##.table > .opt
movie4u.ch##a[href^="https://www.download-geek.com/"]
720movies.com##.rkads
||720movies.com/wp-content/uploads/*/new.jpg
||720movies.com/wp-content/uploads/*/ass.jpg
extramovies.cc##center > a:not([href^="http://extramovies.cc/"]) > img
extramovies.cc##a[href="http://amzn.to/2wNC0W0"]
extramovies.cc##.imag > div.thumbnail~span.dl
||probuilds.net/js/pgfr/wrapper.min.js
||probuilds.net/js/pgfr/loader.min.js
m4ufree.com##a[href^="//look.ichlnk.com/"]
||m4ufree.com/images/dl.png
||statics.jav789.com/assets/js/hihi.js
||statics.javhihi.in/assets/js/hihi.js
insuranceloansonline.com##.publicidad_adsense
wefights.com##.jw-overlays
||api.downappz.com/forumhu/wf.js
||losporn.net/*_*.js|
||pornfree.me/*_*.js|
||dreamamateurs.com/dea298a3.js
||hotsouthindiansex.com/js/hsispu.js
hotsouthindiansex.com##.on-player-wrap
hotsouthindiansex.com##.wrapper > div.spots-wr
xbabe.com##div[class^="bnnr"]
||xbabe.com/xb_north.js
||69games.xxx/th/tools.js
69games.xxx##a[href^="/ads/"]
zzcartoon.com##.right-banner
||zzcartoon.com/spot/js1.js
fuckler.com##.video-content+div.video-sidebar > div.list-spots
truecaller.com##.ProfileAd
justwatch.com##.jw-ad-block
ftopx.com##a[href^="https://goo.gl/"] > img
||dreamamateurs.com/js/pulicense.js
||dreamamateurs.com/js/script.js
||dreamamateurs.com/*_*.js|
/^https?:\/\/picturelol\.com\/[a-z\d]+\.(js)$/$domain=picturelol.com
/^https?:\/\/zoomgirls\.net\/[a-z\d]+\.(js)$/$domain=zoomgirls.net
||vqporn.com/*.php|
vqporn.com##table.tg
vqporn.com##.footer > div[class]:empty
momvids.com,hdzog.com,pornbimbo.com,amateurporn1.com,vqporn.com##.spot
vqporn.com##body > .footer ~ div[class]:empty
pornshare.org##a[href^="https://syndication.exosrv.com/"]
||pornorips.com/wp-content/themes/PRs_resp/images/istripper/*.png
pornorips.com##.widget_desktopgirls
cyberscoop.com###welcomeadMask
/protjs/*$domain=trans.firm.in
||trans.firm.in/*.js
nostami.com##.video-plugin-for-adv > div.flex-video+div.video-plugin-div.flex-video.widescreen
mangafox.la##body > a[href][target="_blank"]
||ur.ly/js/script.js
makeuseof.com##div[id^="axdsense"]
dir50.com##img[alt="ads"]
camwhores.tv##body > div[style^="position: fixed; height: 50px; width: 50px;"]
people.com##.article-footer > .articles-recirculation--see-also > .article-footer__section-title
eonline.com##.mps-ad
strikeout.co##.text-center > a[target="_blank"] > img
strikeout.co##script + div[id][style="display: block;"]
seomafia.net##.adsbygoogle
||freebookspot.es/download.png
||ebook3000.com/templets/js/468.png
thebookee.net##ins.adsbygoogle
||ebook-hunter.com/ebook_detail_files/468.png
warez4pc.com##center > a[rel="nofollow"] > img
||goo.gl$domain=warez4pc.com
guru3d.com##div[style="text-align: center;"] > strong
totallyrank.com##.td-post-content > center > [onclick]
||fapdick.com/templates/FapDick/images/premseexx
||hotlink.cc/promo/
caminspector.net##.list-videos > div#list_videos_common_videos_list_items > noindex > div[class="place"]
mylink.st##a[href^="https://go.nordvpn.net/aff_"]
javqd.tv,javmec.com,media.cloudcdnvideo.com,eplayer.is,maxcdn.cloud,av8x.com,pornqd.net,javfinder.sh,javfinder.org,javfinder.co,javfinder.io,javqd.com,javdoe.com###preroll
javfinder.sh,javfinder.org,javfinder.co,javfinder.io###pauseroll
socketloop.com###adsence
slader.com##.inner.ad
slader.com##.ads-to-hide
ptinews.com##.rightUl > li[style="color:Red; margin:20px 0px 0px 60px; font-family:Georgia; font-size:17px; float:left"]
||msn.com/spartan/*&externalContentProvider=spon
||msn.com/spartan/*&externalContentProvider=*promo
sportstream365.com##div[id^="google_xads"]
speedof.me###msgs[style="width: 100%;"] > div[id^="conta"] > span
forum.xda-developers.com##.purchad
ndtv.com###newsDescriptionContainer > div[style="box-sizing: border-box;float: left;margin: 20px 0;width: 100%;"]
speedof.me##div[class^="adpane"]
sandiegouniontribune.com##.trb_ar_cont
mcloud.to###jwa
forumophilia.com##div[class$="text-center"] > a[rel="nofollow"] > img
dir50.com##.bigres[style*="height:90px; width:728px;"]
||bit.ly^$domain=vidop.icu|adbl.me|ffmovies.ru|jzrputtbut.net
||cluster-na.cdnjquery.com/color/jquery.color-*.min.js^$domain=hearthpwn.com
3xtop.net##center > a[href^="https://t.co/"] > img
inkthemes.com##.sidebar-banner
clkmein.com##body > div[style^="height:90px;width:100%;"]
timesofindia.indiatimes.com##.atfAdsLoading
straitstimes.com##.group-brandinsider+div.sidebar-list.sbl-lt-blue
winaero.com##.entry-content > div[style^="text-align:center;"][style$="font-weight:bold;"]
naijatechguide.com###custom_html-6
||web.tmearn.com/ref-728.png
||bestchange.com/images/banners/$third-party
||api.dmcdn.net/all.js$domain=oxo-nulled.info
ur.ly##div[style="text-align: center;"] > a > img
||playerhd2.pw/js/adsensebase.js
pornhd.com##.ad
bro.adca.st###propis
||images.futbolbase.us/*.html$domain=bro.adca.st
gadgethacks.com##.whtaph
lifehack.org##body .adsbygoogle
lifehack.org##div[id^="div-dfp-ad"]
lifehack.org###article_desk_728x90_ATF11
lifehack.org##[id^="lifehack_d_"][id*="TF"]
bitcointalk.org##.bitbanner
bitcointalk.org##table[width="100%"]+span[style="font-size:x-small"]
||cdnaz.win^$domain=clip16.com|be88.net|clip17.com
clip16.com##.wrap_video > .video-side > center
clip16.com##.video-main > .video-spots
espn.com##.mod-outbrain
link2save.com##.box-down-options > div.box-public
||cliphunter.com/donate.php
cliphunter.com##.SpacingResetXS
||adexchangecloud.com/jump/$popup
||porncorn.co/porncorn-ads.png
||alotporn.com/*_*.js|
||imghall.com/*_*.js|
cinemamkv.net##a[href^="https://goo.gl/"] > img
cinemamkv.net##a[href*="//go."] > img
||imgdone.com/*_*.js|
corneey.com###ctfshb
arenavision.ru##span > [class^="auto-style"]
maango.info##a[onclick^="window.open('http://www.hitcpm.com/"]
||imghost.top/*_*.js|
firstonetv.net##center > div[style*="max-height: 280px;"]
firstonetv.net##center > div[style*="max-height: 90px;"]
||petrovixxxjav.info/*%*.js|
||kawstimages.com/*_*.js|
||xyzimage.net/*.js|
socialblade.com##.section-square-vert
socialblade.com##.section-long-vert-container
socialblade.com##.cas-container
socialblade.com##.cas-wide-container
lasvegassun.com##div[id^="div-gpt-ad"]
||imgplaces.com/*_*.js|
||imageshtorm.com/s*.js|
||imageshtorm.com/*_*.php|
curiouscat.me##.ad
||xxxwebdlxxx.org/*%*.js|
auto.ndtv.com##.ad-block__inner
realcam.me,vipbox.bz,livecamtv.me##body > div[id]:not([class]):not([style])
strikeout.me##.embed-responsive > div[id][style="display: block;"] > div.text-success
||picshits.com/*_*.js|
||picshits.com/*_*.php|
||imgazel.info/*_*.js|
||imgazel.info/*_*.php|
||enigmages.com/*_*.js|
||subrimages.com/*_*.js|
||imagerar.com/glfbdgo.js
/pagead2.$important,domain=rockfile.eu
imp3juices.com###download_link > a[href][rel="nofollow"]
musicpleer.audio##[id^="supp-ad1"]
||musicpleer.audio/static/ab/
mp3juice.tv,beemp3s.net##.col-md-6 > a[href][target="_blank"]
||yoerotica.com/js/fl.js
||yoerotica.com/images/b/
yoerotica.com##.best_wrap
||frprn.com/*_*.js|
frprn.com##.video-info
linxtablet.co.uk###page-body > center > font
linxtablet.co.uk###page-body-inner > center > font
linxtablet.co.uk###page-body-inner > div[class="post bg2"]:not([id])
hdzog.com##.player-showtime-two
hdzog.com##.block-showtime-two
||js.hdzog.com/hdzog/vanload*.js
||tnaflix.com/*.php?action=*&s=
||mp3juices.cc/tt/*/d.html
mp3juices.cc##iframe[src$=".html"][width="360"][height="51"]
watch2free.site,watch2free.net##a[href^="/watching/"]
themeslide.com##.bsac-container
oxo-nulled.info##.custom-html-widget > a[href^="https://goo.gl/"] > img
uploadx.link##.adsbygoogle
userscloud.com##.container > .text-center > a[href][target="_blank"]
||pix.sr/images/banner1.png
last.fm##[data-ads-placement]
onecccam.com###slidshow_right[style="overflow:hidden; width:356px; height:300px;"]
onecccam.com###P728x90
onecccam.com##[id^="P300x280"]
onecccam.com###content_right
thefreedictionary.com###Content_CA_AD_1_BC > .box
downace.com##iframe[src^="https://downace.com/"]
||pandamovie.eu/*frontend_loader.js
hubfiles.pw##a[href="/button/download.php"]
worldfree4ufilm.com##.squarebanner
||movie24k.it/images/oie.png
movie24k.it##a[href="/hdstream/video/watch.html"]
gelbooru.com##.thumbnail-preview+center > style+div
daily2soft.com##center > a[href][target="blank"][rel="nofollow"]
||hit2k.com^$third-party
||assets.bro.adca.st/rectangular.html
||assets.bro.adca.st/cuadrado.html
||pentasex.co/*_*.js|
||sizzlingclicks.com/fr*_*.js|
||sizzlingclicks.com/t62ad1898cac
sizzlingclicks.com##a[href^="https://t.irtya.com/"]
||freeyesporn.com/*_*.js|
||imgpeak.com/fr*_*.js|
||imgpeak.com/eactl.js
||imgpeak.com/exta.js
imgpeak.com###container > center > div[style^="text-align:center;"]
||mirrorcreator.com/js/license.*.js
||mirrorcreator.com/js/bp_script.js
cracksoftwarex.com##center > a[rel="nofollow"] > img
cracksoftpc.com##center > a[rel="nofollow"] > img
||4tube.com/mojon.js
||4tube.com/assets/padb-*.js
||4tube.com/*_*.php?z=
thesimsresource.com##body > div .top-300-ad
thesimsresource.com##body > .sticky_bottom
thesimsresource.com##.pleasewaitad[style="line-height:1.5em;"]
agoodmovietowatch.com##.stickyads
rt.com##div[data-spotim-slot-size="300x250"]
keezmovies.com##.new-friendly-ads-wrapper
||xwhite-tube.com/eureka/eureka.js
||xwhite-tube.com/js/aobj.js
xwhite-tube.com##.content--ads
motherless.com##div[style^="width:915px;height:250px;"]
drtuber.com##.footer > .item_box > .container > .holder
drtuber.com##.aside_panel_video > .heading.fh
||sexxxxi.com/ssxi.html
||sexxxxi.com/css/ubr.js
nuvid.com###wrapper > div[style="height:440px; margin-bottom:15px;"]
nuvid.com##.aside > h2 + .rel_right:empty
rule34hentai.net###main > div.blockbody
porndig.com##.pop_parent
base64decode.org,base64encode.org,numgen.org,pdfmrg.com,pdfspl.com,prettifycss.com,prettifyjs.net,pwdgen.org,strlength.com,strreverse.com,uglifycss.com,uglifyjs.net,urldecoder.org,urlencoder.org##[class^="banner_"]
cookiesflix.com###HTML2
||bit.ly^$popup,domain=adshort.me
yourlust.com##body .is-bnr.kt-player .fp-bnr
yourlust.com##.banner_right
||yourlust.com/im/footer.html
||yourlust.com/im/sidebar.html
||porno-wife.com/css/ubr.js
||porno-wife.com/powi.html
empflix.com##.padAdvx
empflix.com##.pspBanner
||empflix.com/*.php?action=*&s=
||dyn.empflix.com/ajax/ga.php
||pornwatchers.com/frexo.js
||pornwatchers.com/baexo.php
videosexarchive.com##.botad > .botadx
123movies4u.co##a[href^="stream"][href$=".html"][target="_blank"].btn
123movies4u.co##.main-content > .btn-group.embed-selector > a.btn-success[style="text-align: left;"]
viid.me##div[style^="height:90px;width:100%;"]
||cmovieshd.net/ajax/delivery/www/zone/ads_credit.php
is123moviesfree.com,putlockersfm.com,solarmoviefreez.com,fmovies.sc##center > a[href="../download"] > img
is123moviesfree.com,putlockersfm.com,solarmoviefreez.com,fmovies.sc##center > a[href="../stream"] > img
://*.beeg.com/*.php?_=$script
gomovies.pet##[class^="content-kuss"]
darewatch.com##.center > .large.awesome[target="_blank"]
darewatch.com###sidebar > .widget >  #left3
thevideo.website,thevideo.ch,thevideo.us,thevideo.io,thevideo.me###vplayer > .vjs-overlay-banner300x
||giveaway-club.com/includes/js/blk-trh.js
myplaycity.com##.billborad_snigel
myplaycity.com##.adsensemenu_top
myplaycity.com##[class^="advertisement_"]
myplaycity.com##.right_absence
myplaycity.com###adcont
gametop.com##.ads.text-center
gametop.com##.row > [class="large-4 medium-6 small-12 show-for-large columns"]
huffingtonpost.co.uk##.ad_wrapper_top
huffingtonpost.co.uk###ad_leaderboard_flex
myrealgames.com##.main-adv-block:not(.desktop-only)
golfchannel.com##body .gc-foundation > .aserve-top
backin.net##[id*="ScriptRoot"]
flashx.to##a[href^="https://adsrvmedia.adk2x.com/imp"]
seriestop.online##a[href^="//go.onclasrv.com/afu.php"]
||seriestop.online/img/play_now_1v.png
watchseries.do##a[href^="http://downloadplayer.xyz/"]
keezmovies.com##.tjads
keezmovies.com###pageWrapper > p[style="text-align: center;"]
keezmovies.com##.footer > p[style="text-align: center;"]
keezmovies.com###footer > p[style="text-align: center;"]
keezmovies.com##.underplayer-wrapper > p[style="text-align: center"]
ewatchseries.to##.shd_button
ewatchseries.to##.s-mpu-list
ewatchseries.to##.freeEpisode
||static.ewatchseries.to/templates/default/images/300x250n*.png
ewatchseries.ac##.sp-leader
ewatchseries.ac##.block-left-home-inside[style*="height:300px; text-align:center;"]
||ewatchseries.ac/images/300x250n.jpg
||ewatchseries.ac/images/728x90n2.png
autobytel.com##.masthead
dayviews.com###panorama_ad
radiotimes.com##.ad-banner-container
radiotimes.com##div[data-element_type="wp-widget-section_full_width_advert.default"]
festyy.com###ctfshb
||cd.winrack.cf/*.mp4$mp4,domain=vidmoly.me
||vidmoly.me/*.php?*=*&*&$xmlhttprequest
||vidmoly.me/*.php?ai=
||vidmoly.me/machine*.php
||vidmoly.me/check.php
||vidmoly.me/checks.php
vwmmedia.com##a[rel="nofollow"][target="_blank"] > img
||vwmmedia.com/images/download-button-1.png
nhungcaunoihay.net##.text > a[href^="/away.php?file="][rel="nofollow"] > img
4downfiles.org##div[style="width:728px; height:90px; background-color:#f4f4f4; text-align:center"]
||soul-animeme.net/cpmstar-
foodnetwork.com###dfp_leaderboard
upornia.com##.container > .row.ft
||gotporn.com/main/js/exo-loader/
javarchive.com##[title="ads"]
keezmovies.com##.videopagefriends
||spankcdn.net/*/pht*/pht*.js^
||rockjockcock.com/*/fl*.js|
||rockjockcock.com/*/bl*.php
||rockjockcock.com/*/script.js
||rockjockcock.com/*/license.*.js
||erowall.com/*.php|
||erowall.com/123.js
pussyspace.com###hamonerMED
xxxkingtube.com##div[style*="text-align:center;"] > font
||sheshaft.com/right.js^
||sheshaft.com/js/script.js^
||sheshaft.com/js/license.*.js^
sheshaft.com##.nons
sheshaft.com##.undep_player_ad
||alrincon.com/*/*adultfriend*
||imglnka.com^$image,domain=ja-videos.com|picfox.org|picbank.tk|alrincon.com|imgpeak.com
emaporn.com##td[width="360"] > center > p
||whitexxxtube.com/eureka/eureka.js
||whitexxxtube.com/*show_adv.
whitexxxtube.com##.banners_pl
||shooshtime.com/abfiles/
||content.shoosh.co/js/shooshtime.js
||hotmovs.com/njs/
||hotmovs.com/js/*.js?v=
ohyeah1080.co,jav-1080.com,hdporn4us.com,18hdporn.com,haha1080.com,javhd4u.com,hdcutieporn.com,yo1080.com,ohyeah1080.com##.fancybox-container
/wp-content/plugins/uplayer/dogout2.html$domain=haha1080.com|javhd4u.com|hdcutieporn.com|18hdporn.com|hdporn4us.com|jav-1080.com
||katmirror.info/ultra/poor.js
jadult.net##.pr-widget
jadult.net##.footer_ads
countle.com##.leaderboard
forum.flacmania.ru##div[id^="b_bn_"]
2jav.com##a#download-link-text.button[href^="/ex/out.php?="]
||pentasex.io/*/fr*_*.js|
||free-sex-video.net/blo.php
solarmoviefree.net##.content-ads
solarmovie.today##.ep_buttons
fmovies.to##a.btn-primary[rel="nofollow"]
hensondds.com##.maincont > div[align="center"] > a[rel="nofollow"] > img
1movies.online###container_outer
||t.co^$domain=iomovies.net|onmovies.se
iomovies.net##.ad_below_player.ads
cafemovie.me##.vpn-horz
thetechgame.com##.ad-height-250
nextgenupdate.com##.posts > center div[style="margin-bottom:10px;"] > div[style*="text-align: center; background-color: #f6f6f6; height:20px;"]
xpgamesaves.com##.discussionListItems > li.samListItem:not([id^="thread-"])
fckdescargaspaste.com.ve,fckdescargas.com.ve##center > a[target="_blank"] > img
||ratecity.com.au/widgets/moneysaver/mrec-single/
warclicks.com##:not(.holder) > .cool-holder.cool-728.blocked-728
ranker.com##.ad
livescience.com###rightcol_top
livescience.com##div[id^="google_ads_iframe_"]
sanet.cd##.dl_ready_news_full
||movierls.net/bloader.php
||movierls.net/floader.js
wiltshiretimes.co.uk##.earpiece-ad
brisbanetimes.com.au##iframe._3Y-wX
brisbanetimes.com.au##iframe[title="adzuna"]
heraldsun.com.au##.w_ad
free-sex-video.net###vertical-banners
free-sex-video.net###player > center > div[style="color:#333;text-align:center;"]
free-sex-video.net##.adbox-inner
free-sex-video.net###footer > div[style="color:#333;text-align:center;"]
easybib.com##.ads_RT
slideshare.net##body li.ss-ad-thumbnail
adlinkme.com##[id^="yx-sli"]
channel4.com##.advertsLeaderboard
channel4.com##body > a.page-bgLink[target="_blank"]
||ic.c4assets.com/bips/gogglebox/brand/e8bccf98-011b-4ea9-8476-a09136f4012f.jpg
||milffox.com/*/*/*/js/ssu*.js^
||pixroute.com/*_*.js|
pixroute.com##table[width="612"][height="262"]
igram.im##.mcon
igram.im##.mcor
.agency^$xmlhttprequest,domain=wikia.com
||img-central.com/*.php|
/img-central.com\/[a-z0-9]+.js$/$domain=img-central.com
||ximagehost.org/php.php
||ximagehost.org/js.js
picbank.tk###img[width="300"][height="250"]
picbank.tk##a[href*="&aff_id="]
picbank.tk##a[href^="http://blobopics.biz/redirect/"]
||picbank.tk/fro*.js|
||picbank.tk/ba*.php
||blobopics.biz^$domain=picbank.tk
||streaming-porn.org/fata.js
||picfox.org/ba*.php
||picfox.org/fro*.js|
socketloop.com###boring
socketloop.com###adsense
socketloop.com##.adsbygoogle
||cdn.usmovies.me/min.js
||asiatravel2017.com^$third-party
||fxporn69.com/fri_e.js
||fxporn69.com/bai_lo.php
popjav.com##iframe[src*="syndication.exosrv.com/ads-iframe"]
catfly.bg,catfly.co.uk,catfly.com,catfly.cz,catfly.es,catfly.fr,catfly.hk,catfly.hu,catfly.in,catfly.it,catfly.kr,catfly.kz,catfly.lv,catfly.mx,catfly.nl,catfly.pl,catfly.ro,catfly.se,catfly.tw##.ad-slot-mb
chroniclelive.co.uk##.taboola
chroniclelive.co.uk##[id^="div-gpt-"]
ign.com###king
1337x.to##a[href="/ghostvpn.php"]
1337x.to##a[href^="/streamredirect"]
javhiv.com##.ad_location
hpjav.com##iframe[src*="syndication.exosrv.com/ads-iframe"]
jav69.co###announcement_bar_slider
jav69.co##.fixed-sidebar-blank > #text-3
||kikibobo.com/banner/
javtasty.com##.table > .opt
||javtasty.com/images/sample/sample-315x300.jpg
stream365.live,2jav.com,javsex18.com,hdjavsex.com###overlay-ads
jav789.com##.player-ads-bottom
vidoza.net###juic
||watchjavonline.com/images/ad
javqd.com###loading
javqd.com###pauseroll
||static.javhd.com/sb/*-728x90
||whatsmyip.thedevelopmentstore.com/VudhaScript/GetScript$third-party
gumtree.com.au##.header__leaderboard-ad
gumtree.com.au###leaderboard-header-banner
gumtree.com.au##.search-results-page__ad-sense
||goo.gl^$image,domain=downloadsoftwarez.net
katyporn.net###divExoLayerWrapper
||id.katyporn.net/akp/jsbanner.js
||avforme.com/templates/default/js/arf-app.js
downloadsoftwarez.net##.entry-content > center > a[rel="nofollow"]
||img.twomovies.tv/download
twomovies.tv##tr#link_row_0.first
watchcartoononline.com##.reklam_kapat
watchcartoononline.io,watchcartoononline.com##.anti-ad
scamvoid.com##a[href^="https://goo.gl/"] > img
onlinevideoconverter.com##div[class^="banner728"]
iceporn.com##.video-options > div[style="position:relative;"]
theyoump3.com##.vertical-ad
theyoump3.com##.orizontal-ad
theyoump3.com##.square-wrapper-ad
convertinmp4.com###b300ib
convertinmp4.com###b728l
primewire.ag##a[href^="/gohere.php?"][style*="images/download_button_hover"][class]
cs-fundamentals.com###right-col-block-ad
||moviechat.org/images/aff
theage.com.au##iframe[name="compare_save"]
theage.com.au###jobs
turbobit.net##a[href*="&campaign="] > img
ah-me.com###allIMwindow
ah-me.com##[id^="ntv"][id$="Container"]
ah-me.com##.flirt-block > div[style="color:#000; background:#ccc; padding:5px; width:290px;"]
||ah-me.com/js/floader.js
||xozilla.com/js/pu.js
||xozilla.com/62ca745f.js
||xozilla.com/player/html.php?aid=pause_html&video_id=*&*referer=
||sexu.com/nb-new
journaldev.com##[id$="-quick-adsense"]
hackingwithphp.com##.container > .lead
hackingwithphp.com##div[style="text-align: center"] > div[style="max-width: 80%; margin: auto; margin-top: 50px; margin-bottom: 50px;"]:not([class]):not([id])
||mgid.com^$domain=oload.info|oload.tv
||pussyspace.com/js/j*.js|
://*.streamplay.to/*&zoneid=$popup
streamplay.to,streamp1ay.me,streamplay.gdn##iframe.ad
://*.powvideo.net/*&zoneid=
||powvideo.net/js/pu*/pu*.min.js?v=
||powvideo.net/bon/exonat.html
||teamliquid.net/mirror/footer2.js
firstonetv.live,firstonetv.watch##center > div[class][style][widthfrom]
firstonetv.net,firstonetv.watch##.sidebar > .row > .columns:first-child
||thevideo.me/zone
thevideo.cc,thevideo.ch,tvad.me,thevideo.me##.sponsored-content
tvad.me##.vjs-overlay-banner300x
swgoh.gg##.ad-item
swgoh.gg##.sw-ad-mrec
swgoh.gg##.sw-ad-row
dlisted.com##.taboola-sidebar-container
dlisted.com##.taboola-mid-page-container
xda-developers.com##.honor-ad
xda-developers.com##.oneplus-banner
upload.ac,uplod.org,uplod.cc##.dl-plus.text-center
softhound.com##div[class^="softh-"]
||dtpy2njj1v50x.cloudfront.net^|$domain=1001tracklists.com
imgrum.org##.blogpost_preview_fw > .fw_preview_wrapper > [class="pf_output_container"][style^="text-align: center; margin-bottom: 0; height:"]
behindwoods.com##.body_bg_anchor
||behindwoods.com/tamil-movies/topbanners-photos/
||behindwoods.com/creatives/intro/BGM-*-banner-*.html
arconai.tv###videoadv
myreadingmanga.info##article.post > div.top_label + div.top_pos
myreadingmanga.info##article.post > div.top_label
||myreadingmanga.info/f*_*.js|
||myreadingmanga.info/b*_*.php|
imojado.org##.wpipa-container
imojado.org##.sidebar > .widget_text
||webcampromo.com^$domain=paradisehill.cc
||pictoa.com/224.js
beinsports.com##.banner_728
||girlscanner.cc/templates/girlscanner/images/dfiles.jpg
||xxximagetpb.org/back*.php|
||xxximagetpb.org/front*.js|
||imgsalem.com/*.php
||imgsalem.com/*_*.js
||ximagehost.org/front*.js|
||ximagehost.org/back*.php|
ximagehost.org###image_details+center > a.boxed
crazyimg.com##center > a:not([href^="http://crazyimg.com/"]) > img
||qrrro.com/templates/2017/js/loader.js
||qrrro.com/templates/2017/loader.php
limetorrents.cc###content > table[style*="width:1070px;"]
||bteye.org/images/play.gif
||bteye.org/images/download.gif
||bteye.org/warn.php
bteye.org##.fastdown > ul
cnet.com###leaderTopWrap
gameslay.net##a[rel="noreferrer nofollow"] > img
skyofgames.com##p > a[target="_blank"] > img.aligncenter
moneycontrol.com##.bot_RHS300
||linsux.org/warn.php
||linsux.org/images/download.gif
||linsux.org/images/play.gif
linsux.org##.downspeed
radiotimes.com##.sidebar__item-spacer--advert-top
kicktorrente.com##[class^="downbtn"] > a[rel="nofollow"]
||mercadojobs.com/GpoJoboAC/getAjaxA
mercadojobs.com###Topad
filecrypt.cc##.buttons > span > button[onmouseup*="openLink"]
filecrypt.cc##a[href][onclick^="var"][onclick*="openLink"] > img
filecrypt.cc##a[href][onclick^="var"][onclick*="openLink"] > i > img
monova.org###section-popular.col-md-12
monova.org##.col-md-12[onclick] > div.col-md-12.z-depth-1.section-a.background-block
torrent.cd##div > a[rel="nofollow"] > img
torrent.cd##img[onclick^="window.open"]
libertyunyielding.com##.contextual-ad-c
libertyunyielding.com##[class^="dsk-box-ad-"]
freedomoutpost.com##.dsk-box-ad-d
torrentking.eu##a[href^="/podr1/"]
/^https:\/\/(1337x.unblockall.org)\/js\/[a-z\/]{12,14}\.js$/$domain=unblockall.org
ge.tt###taboola-above-ads
onlineradiobox.com##.banner--vertical
||heavy-r.com/tools/tools.js
apkpure.com##div[class$="left"] > div[style*="position: relative;width:100%;overflow: hidden;height: 180px;"]
||promopure.com/outpromotion/
apkpure.com##.ad-right-600
ramedium.com###admania_primarysidebar > #search-2 + #text-2 > .textwidget > p
thefreedictionary.com###Content_CA_AD_0_BC
freethesaurus.com,thefreedictionary.com###sidebar > a#trans_link + [id]
thefreedictionary.com###sidebar > .widget + [class$="sticky"][style^="height:"]
freethesaurus.com,thefreedictionary.com###sidebar > .widget + [class$="sticky"]:empty
downace.com##div[class="uk-text-center"] > a[rel="nofollow"] > img
a2zcrack.com##a[href*="https://goo.gl/"]
arch-ware.org##.post center > a[rel="nofollow"]
freeapkgame.net##center > a > img[alt]
cpygames.com##div[style="text-align: center; "] a[rel="noopener noreferrer"] > img
fileoops.com##.adsbygoogle
gameurs.net##div[class="center"] > a[target="_blank"] > img
||imagespicy.site/news*/*.js
||imagespicy.site/site/$xmlhttprequest,~script
||img24.org/*_*.$script
mp3red.me##a[data-href*="ichlnk.com/offer?"]
mp3red.me##.album-cover-left > div.ac > a.button.main-download
xeimg.yt##iframe#frame
||xeimg.yt/exa/koplak.js
||fedsit.com/apu.php?zoneid=
||xeimg.yt/exa/ldr.php
openload.co###mgiframe
||mg.mgid.com^$domain=openload.co
||msavideo-a.akamaihd.net/srcx300/*.mp4$domain=msn.com
msn.com##.adchoicesjs
playretrogames.com###bannerbottom
playretrogames.com##.right-ad-game
playretrogames.com##.top-banner-game
cnet.com##.ad-nav-ad
cnet.com##[class^="ad-leader-"]
cnet.com##[class^="ad-incontent-ad-"]
androidsage.com##.wpInsertInPostAd
androidsage.com##.cb-sidebar > #text-54
androidsage.com##.cb-sidebar > #text-55
androidsage.com##.cb-sidebar > #text-56
||ylx-2.com/bnr_safe.php?
link-cash.com##[class^="bmadblock-"]
uskip.me##a[href*="inclk.com/adServe/"] > img
||uskip.me/images/skipthisen.gif
||bitigee.com/fp.rev3.php
androidfilehost.com##.download-file > div.col-md-4[style="max-width: 320px;"]
a10.com##div[class^="sponsor_"]
windowsreport.com##.code-block-2 > div[style^="background: rgba(156, 156, 156, 0.07);"]
windowsreport.com##div > div[style^="background: rgba(156, 156, 156, 0.07); border: 1px solid rgba"]
thehardtimes.net##.sidebar > #ai_widget-14
||ioredi.com/apu.php^$empty,important
rarbgproxied.org,rarbg-to.proxydude.xyz,rarbg-to.pbproxy.red,rarbg.unblocked.lol,rarbg.pbproxy2.co##tr > td + td[style*="height:"]
xojav.com##div[style^="width: 728px;height: 90px;"]
||static.javhd.com/sb/720_100_javhd.jpg
||katyporn.net/*/jspopup.js
javseen.com##.footer-banner
||theporndude.com/promo/$third-party
2jav.com###sidebar > div[id^="text-"] a[rel="nofollow"] > img
javcloud.com##.sidebar_list > li[id^="text-"] a[rel="nofollow"] > img
||pornleech.com/pornleech_backend_loader.php
pornleech.com##td[style="text-align:center;"] > div[style="text-align: center;"] > span[style="color: red; font-size: x-small;"]
||vidsvidsvids.com/d/*?ident=*id_site=$subdocument
vidsvidsvids.com###footZones
vidsvidsvids.com###tabVideo > .rmedia
nude-share.com##.relative > .fixed-sidebar > a[href] > img
||nude-share.com/js/nspop.js
||nude-share.com/assets/b/*.$image
||imgprime.com/frler.js
||youpornbook.com/welovetorrents_frontend_loader.js
||hotclips24.com/templates/mobile/js/script.js
hotclips24.com###vertical-banners
hotclips24.com###top-banners > div[align="right"][style="color:#333;text-align:center;"]
hotclips24.com##.adbox-inner
hotclips24.com###footer > div[style="color:#BBB;text-align:center;"] > font
vivud.com##.in-gallery-banner
vivud.com##.player-b-container
||vivud.com/js/pns.min.js
||naughtyblog.org/wp-content/cache/minify/1e473.js
||naughtyblog.org/*/*.php|
||catcatyfaucet.xyz/js/natv.js
columbiaspectator.com###ver-in-article-ad-placement
columbiaspectator.com###hor-in-article-ad-placement
bitbt.org##a[href^="/download.php"][target="_blank"][rel="nofollow"] > img
tipucrack.com##center > a[href][rel="nofollow"][target="_blank"]
||tipucrack.com/wp-content/uploads/*/button-download-animated.gif
pathofexile.gamepedia.com###mobileatfmrec
crackflare.com##center > a > img
mp3jam.org##div[class="textwidget"] > a[rel="nofollow"] > img
sha2sslchecker.com##.f-right img
sinemapub.net##center > a[rel="nofollow"] > img
putlocker8.net##div[style^="text-align: center;"] > a[rel="nofollow"]
djcracx.com##center > a[rel="nofollow"] > img
||thekickass.org/o.js
||thekickass.org/ultra/poor.js
filefrogg.com##a[href^="http://wap4dollar.com/ad/"]
filefrogg.com##.td-post-content > center > a[rel="nofollow"]
||s.click.aliexpress.com^$domain=kissmanga.info
ytssubtitles.com##.uk-text-center > a[rel="nofollow"][style="display: inline-block !important;"] > img
turbobit.net##a[href] > img[src*="green"]
msn.com##.mediumcard-placeholder
kissmanga.com##div[style*="width:860px; height:250px;"]
nxgx.com##.footer > div[style="width:100%;display:inline-block;text-align:center"]
||nxgx.com/Scripts/fl12.js
||prepathon.com/embeds/vqa/*&utm_campaign=vqa_ads
thevideo.me##.player-options-section > div[class="col-md-4 p-l-0"]
makeuseof.com##.new-offers
dildoxxxtube.com##iframe[src="http://dildoxxxtube.com/dxt.html"]
dildoxxxtube.com###ubr
||japanesefuck.com/adboom.php
animenova.org,animeplus.tv##td[align="center"][height="250"]
plusasianporn.com##.vi-br-w > .vi-br
primeindianporn.com,doxxxindians.com,orientalasianporn.com##.bottom-hor-block > .bottom-hor-b
6japaneseporn.com##.player-place > .player-place-wide-bn-ob
6japaneseporn.com,ixnxxcom.com,orientalasianporn.com,plusasianporn.com,pornhub-x.net###topbar
||g0ads.com^$third-party
||6japaneseporn.com/func.js
||orientalasianporn.com/func.js
youtub.one###advert
||you-tube.one/ads/player.php
||blog.astrohope.pk/wp-admin/includes/schem.php$domain=videosxxx.bid
indianpornfuck.com,xindiansex.com##.banner-fixed
indianpornfuck.com,xindiansex.com##.video__banner
xindiansex.com##.spot-cs > .spot
xindiansex.com##.spot-container.appeared > .spot.subappear
xindiansex.com##.video > .spot-container.spot-container--video.appeared
nuvid.com##.drt-spot-box
||nvdst.com/templates/frontend/white/js/_pnuvid.js
indianpornvideos.com##.col-md-6.hidden-xs.hidden-sm.hpba
indianpornvideos.com##iframe[src^="https://a.vartoken.com/"]
topvideos88.org##.videocontrols-ads
bitvid.sx,auroravid.to###adv1
celebjihad.com##.crp_related td[align="center"] > a[href^="https://www.celebjihad.com/widget/out/"][rel="nofollow"]
celebjihad.com##a[href="https://www.celebjihad.com/widget/out/cjcams.php"]
deepdotweb.com###sidebar > div#text-5
||deepdotweb.com/wp-content/uploads/2016/11/BANNERDEF.jpg
||coleviral.com/vevochiquito.js
||viralvana.com^$subdocument,domain=coleviral.com
funnydog.tv##.topMenu2 + div[style="float: left;"]:not([class]):not([id])
c4crack.com,hdcrack.com,warezcrack.net##center > a[href][rel="nofollow"][target="_blank"] > img
time.com##div[id^="masonry_ad_"]
warezcrack.net##a[href^="http://felafk.com/r/"]
dachix.com##.overlay-media
dachix.com##.media-right
||static.cfgr1.com/*/partners-banners/
deviantclip.com##.overlay-media
deviantclip.com##.media-right
deviantclip.com##.tiny_thumbs
daporn.com###aff-media
||daporn.com/frames/*.php
daporn.com##.bottom-promo
daporn.com##.ntv-media
piratecity.net##.code-block > div[style] > img.user
profullversion.com##center > a[href][rel="nofollow"][target="_blank"] > img
||sawlive.tv/ad$important
computerworld.com###amazon-bottom-widget
computerworld.com###content-recommender
myantispyware.com##.sidebar-right-inner > div.widget_endo_wrc_widget
gumtree.com###partnerships
||naughtyblog.org/wp-content/cache/minify/b97f0.js
naughtyblog.org##div[class^="promo-"]
||tubedupe.com/td_bl.php
tubedupe.com##.fp-ui-inline+div[style] > iframe
tubedupe.com###content > noindex
||adult.xyz/fp.rev3.php
thehackernews.com##.sidewalaad
thehackernews.com##.deal-store
pornfapr.com##.table > .opt
camvideos.tv,pornfapr.com##.margin-fix > .place
pornfapr.com##a[href^="http://c.trclkr.com/"]
pornfapr.com##a[href^="https://pornaddik.com/"][href*="popunder"]
||pornfapr.com/frloadr.js
||pornfapr.com/pwntate/$image
||pornfapr.com/img/camfapr_883x80.gif
wankoz.com##.block_content > .player ~ .info_row2
||wankoz.com/plugin.js
||wankoz.com/js/script.js
pervclips.com##.block.top-thumbs > .aside
katestube.com##.sidebar.alt3.add > h2
katestube.com##.thumbs.home > .aside > b
fantasti.cc##.big-banner
||fantasti.cc/ajax/scout.php
||content.spankmasters.com/api/banners/v1/banner
indiansexvideos.porn,stileproject.com,dirtyshack.com,italianoxxx.com,handjobhub.com,pornwatchers.com,avforme.com,freepornhq.xxx,pornclipsxxx.com##div[data-mb="advert-height"]
fetishshrine.com##.twocolumn > .r-col
||fetishshrine.com/plugin.js
||fetishshrine.com/js/script.js
animestreams.me##.nyaa320250
animestreams.me##.nyaa728
animestreams.me##.anime-sidebar-square
animeseed.com###ad
||cdnstaticsf.com/js/av.js
filesharingz.ga##a[href^="http://downhub.cf/downloading.php"]
a2zcity.net##center > a > *
sajidpc.com##center > a[href][rel="nofollow"][target="_blank"] > img
filefrogg.com##center > a[rel="nofollow"] > img
karanpc.com##a[href^="http://bromson.com/redirect"]
||babepedia.com/iStripper-poppingModels/
babepedia.com##img[height="600"][width="160"]
||karanpc.com/wp-content/uploads/2012/05/download-button.png
||putlocker1.fit/wp-content/themes/putlocker/images/watch-free.png
||putlocker1.fit/wp-content/themes/putlocker/images/download-free.png
putlockerhd.watch##a[href^="/watch.php"][target="_blank"]
putlockerhd.watch##a[href="http://putlockerhd.watch/ad_pop.php"]
putlockerhd.watch###content_left > #movie_info + [style^="float:left; width:100%; background-color:beige;"]
putlocker-hd.com##a[href="/ad_pop.php"]
putlocker-hd.com##a[href="/720p/"][target="_blank"] > img
||amazon.com/aan/
123movies.co##.widgetsads.sidebaradsmainly
123movies.co###banner_code_ds > .gomo-gtx-br
123movies.co##a[href^="/putonline/"][target="_blank"] > img
||gomovies.co/playnow.gif
freemovieswatchonline.com##a[href^="http://eclkmpbn.com/adServe/banners"]
17track.net##.asd-content
putlockers9.ws##a[href="/access/playmovie.html"] > img
||putlockers9.ws/access/stream-movie.gif
||putlockers9.ws/access/watchfreeputlockers.png
xmovies8.watch##noindex a[rel="nofollow"] > img
xmovies8.watch##.main-news-shad > .tabs-full-news > .index-tabs > center
||xmovies8.watch/en.png
||xmovies8.watch/en1.png
||xmovies8.watch/watch.gif
||xmovies8.watch/playhd.png
bychico.net###text-2.widget_text
dailytelegraph.com.au##.widget_newscorpau_ads
dailytelegraph.com.au##.widget_newscorpau_promo_collection
cmovieshd.com##.container > script + div[id^="AD_"][style]
||t.co^$subdocument,domain=cmovieshd.com
amazon.com##.slot__ad
memeburn.com,ventureburn.com##[id^="x_inter_ad"]
memeburn.com,ventureburn.com###site > #fadeMe
theinquirer.net##.ad-slot
theinquirer.net##[id^="google_ads_iframe_"]
||birdenplay.com/goo.php?$popup
||birdenplay.com/palavro/scripto.js
nomanatif.net###content > center
nomanatif.net###content > center + br
nomanatif.net###content > blockquote > div[style="float:left;"]
nomanatif.net###content > blockquote > div[style="float:left;"] + br
nomanatif.net###content > div[style="float:left;"]:not([class]):not([id])
nomanatif.net##.single_post a[rel="nofollow"][target="_blank"] > img
||wp.com/i.imgur.com/O9R5Ahq.gif
||wp.com/www.nomanatif.net/wp-content/uploads/2016/04/dlinkmidscn1.png
namibian.com.na##.container.wrap > .extras-min
fmovies.is##div[class="widget"] > div[class="row hd-buttons"]
mp4buddy.com###loading-ad
justmp4.us###loading-ad
playpanda.gogoanime.to,playbb.me,play.animeplus.tv,videowing.gogoanime.to,playbb.gogoanime.to,videozoo.gogoanime.to,easyvideo.gogoanime.to,easyvideo.me,videozoo.me##.safeuploada-filter
uploadcrazy.net###close
animeseason.com###feature_menu_wrapper > div#hidel
anilinkz.to##.gugol
eyeonanime.com##.bnr_ara
chia-anime.tv##.VelBarAd
||chia-anime.tv/js-ab.js
dubbedanime.net##forum-menu > div.col-md-12 > div[style="height: 255px; overflow: hidden;"]
youpornru.com###pb_template[style="display: block;"]
||donkparty.com/left.js
||porntube.com/*/*.php$script
pornbraze.com##.ads-footer
pornbraze.com###video > div.right.hidden-xs.hidden-sm
hotcleaner.com##.page > div.chc72 > div.spl72.cWp
iptvultra.com###outer-wrapper > #banner
iptvultra.com##.advertisement-title
iptvultra.com##.sidebar > #HTML2
iptvultra.com##.sidebar > #HTML12
all-that-is-interesting.com##.header-banner
thebody.com##.boxadtight
thebody.com###float_container
softasm.com##.the-ad-break
softasm.com##.content > center + .download
softasm.com##a[href^="http://estatalogy.info/"][rel="nofollow"]
||softasm.com/wp-content/themes/softasm/img/softasm-top-download.jpg
tampermonkey.net##.adventing
tampermonkey.net##.noborder > tbody > tr > td[width][style="vertical-align:top;padding-top:17px;"]
iceporn.com##.puffery
porndoe.com##.desktop-ads
pornicom.com###tube_ad_wrap
pornoxo.com##.ads-block-rightside
smutty.com##.mb_ads
smutty.com###stopImapwUx.pl_wr
cinestrenostv.tv###capa1
cinestrenostv.tv###closeX1
gamersheroes.com###sidebar_main > #text-91
gamersheroes.com###sidebar_main > #text-92
gamersheroes.com###sidebar_main > #text-93
||zergnet.com/zerg.js^$third-party
hardcoreinhd.com##.rmedia
||hardcoreinhd.com/*=?ident=
hardcoreinhd.com###footZones
||link.zain.biz^$popup,domain=file.up09.com
youpornru.com##.row > div.hot-videos-country.column-flex+div.eight-column
||7tor.download/AV/punder.aspx
||7tor.download/Includes/GA2.aspx
||7tor.download/AV/Banner.aspx
||7tor.download/Banners/
file.up09.com##body > div[style="width:650px;margin:0px auto;"]
file.up09.com##body > a > img[title]
||cdn.gsmarena.com/vv/assets*/js/_pf-*.js
sctricks.com,futurefoundationngo.com,pustkala.com,techtremendous.com,brenhealth.com,justlikeyojna.com,shortzon.com,sivitechno.com,agradarpan.com,abouttech.space,li-nkz.com##.col-md-10 > center:first-child
sctricks.com,trendlouds.com,cutlinks.pro,futurefoundationngo.com,pustkala.com,techtremendous.com,brenhealth.com,justlikeyojna.com,shortzon.com,sivitechno.com,talkittechy.com,techfinda.com,jainjinvani.com,bloggingdekh.xyz,agradarpan.com,royalown.review,utimetableresult.in,getfreshcloud.xyz,abouttech.space,technocanvas.xyz,funnyquiz.blog,blogginggyanbox.com,yesmoviesapp.info,kutz.io,geki.tech,fabsdeals.com,iitjeemainguide.in,1921681254.tech,earn-url.com,payco.xyz,gifsis.com,li-nkz.com,oturl.com,clk.press,arura.win,bitshortener.site,coinb.ink,bit-url.com,tmearn.com,linkkawy.com##.banner-inner
gsmarena.com###topAdv
fullstuff.co##.adsbygoogle
fullstuff.co##.widget-area.sidebar > div#text-9
imgskull.com##body > #popup
imgskull.com##body > #overlay
nxgx.com##div[style="float:right;width:728px;height:90px"]
||nxgx.com/php/*.php
thepiratebay.org##a[href^="http://www.bitlord.me/share/"]
||ur.ly/cnt.php$empty
||ur.ly/js/license.*.js
elsfile.org##.adsbygoogle
||mediapalmtree.com/pu-placer.js
greatdaygames.com##.advertismentLabel
pornhub.com##.video-wrapper > div#player~div[class$=" hd clear"]
imzog.com##.videos > div.vda-item
moviefone.com###atwAdFrame0EAN
||ugplay.com^$popup,domain=mp3fiber.com
pornhub.com##.playerFlvContainer > div#pb_template[style]
nmac.to##.nmac-before-content
nmac.to##.nmac-after-content
time.com##.column > .tWo0WoSf
time.com##.column > .row > div[data-reactid="137"]
||theteenbay.co/network/go.php
hdeuropix.com##a[href^="https://go.onclasrv.com/afu.php"]
||hdeuropix.com/js/propads
123freemovies.net##a[href*="/afu.php?"]
fapality.com##.simple-content > div.cs
||3ddl.tv/te/drop.php
putlocker.rs##a[href^="/player/"][href*="_in_hd.html?title="]
nydailynews.com##ark-top-ad
latimes.com##.lb-advert-container
saracatunga.bid###contenido > .close
||notkodi.science/468.html
||notkodi.science/adcric.html
medicalnewstoday.com##.sticky_ad_container
medicalnewstoday.com##.header_hr
medicalnewstoday.com##.mnt.mrec
medicalnewstoday.com###mnt_dlb1_container
medicalnewstoday.com###mnt_dlb2_container
medicalnewstoday.com##.adsbygoogle
medicalnewstoday.com###mnt_header_ad
medicalnewstoday.com###mnt_mlb_sticky_container
tryboobs.com###videoContainer_pop
tryboobs.com##.DarkBg
||pervclips.com/tube/plugin.js
pervclips.com##.advertising-player
faapy.com###player-banner
timeanddate.com###ad300
pornfun.com##.spots-aside
gotporn.com###external-floater-ad-wrap
susutinv2.com##.adsbygoogle
/storage/*.js?_=$domain=noobnoob.rocks|pirata.pw|superbay.link|thepiratebay.kiwi|bayception.org|bayception.pw|piratebay.town|ikwildepiratebay.xyz|piratebay.tel|proxy4life.org|thepiratebay.ist|tpb.one|baypirateproxy.org|airproxyproxy.pw|airproxyunblocked.org|proxyindia.net|bayhypertpb.be|ahoyhyperbay.com|pirateahoy.net|airproxyboat.in|unblockedtpb.pw|baypirateproxy.pw|airproxybay.art|thepiratebay.bet|piratbaypirate.link|proxyfl.info|ahoypiratebaai.eu|pirate.bet|pirataibay.in|thepiratebay.blue|tpbproxyone.org|thepiratebay.pictures|airproxytpb.red|blueproxy.blue|forrealzpiratebay.org|pirateproxy.click|bayunblocked.eu|piratenbucht.eu|urbanproxy.eu|pirat2.club|tpbpiratbay.club|ahoypirate.in|indiaproxydl.org|magnetbay.eu|proxytpb.pw|thepiratebay.bet|tpb.tw|urbanproxy.eu|pirateproxy.click|unblocktheship.org|thepirate.xyz|thepirate.one|pietpiraat.org|freeproxy.rocks
/static/img/download-top.png|$domain=pirata.pw|superbay.link|thepiratebay.kiwi|bayception.org|bayception.pw|piratebay.town|ikwildepiratebay.xyz|piratebay.tel|proxy4life.org|thepiratebay.ist|tpb.one|baypirateproxy.org|airproxyproxy.pw|airproxyunblocked.org|proxyindia.net|bayhypertpb.be|ahoyhyperbay.com|pirateahoy.net|airproxyboat.in|unblockedtpb.pw|baypirateproxy.pw|airproxybay.art|thepiratebay.bet|piratbaypirate.link|proxyfl.info|ahoypiratebaai.eu|pirate.bet|pirataibay.in|thepiratebay.blue|tpbproxyone.org|thepiratebay.pictures|airproxytpb.red|blueproxy.blue|forrealzpiratebay.org|pirateproxy.click|bayunblocked.eu|piratenbucht.eu|urbanproxy.eu|pirat2.club|tpbpiratbay.club|ahoypirate.in|indiaproxydl.org|magnetbay.eu|thepirate.xyz|thepirate.one|pietpiraat.org|freeproxy.rocks|noobnoob.rocks|proxytpb.pw|duckingproxy.eu|fastpiratebay.co.uk|hyperproxy.net|ikwildepiratebay.org|pirate.trade|piratebay.click|piratebay.red|piratebaymirror.eu|piratebayproxy.tf|piratebays.co|piratebays.co.uk|pirateprox.club|pirateproxy.tf|piratetoday.click|proxypirate.in|proxyproxyproxy.nl|proxyship.click|proxyspotting.in|thepiratebay-proxy.com|thepiratebay.bet|thepiratebay.blue|thepiratebay.uk.net|tpb.tw|tpbmirror.us|tpbportal.in|tpbunblocked.org|ukpirate.click|ukpirate.org|ukpirateproxy.xyz|unblockedbay.info|unblocktpb.com|urbanproxy.eu|thebay.tv|pirateproxy.wf|pirateproxy.yt|pirateproxy.click|gameofbay.org
/static/img/download.png|$domain=pirata.pw|superbay.link|thepiratebay.kiwi|bayception.org|bayception.pw|piratebay.town|ikwildepiratebay.xyz|piratebay.tel|proxy4life.org|thepiratebay.ist|tpb.one|baypirateproxy.org|airproxyproxy.pw|airproxyunblocked.org|proxyindia.net|bayhypertpb.be|ahoyhyperbay.com|pirateahoy.net|airproxyboat.in|unblockedtpb.pw|baypirateproxy.pw|airproxybay.art|thepiratebay.bet|piratbaypirate.link|proxyfl.info|ahoypiratebaai.eu|pirate.bet|pirataibay.in|thepiratebay.blue|tpbproxyone.org|thepiratebay.pictures|airproxytpb.red|blueproxy.blue|forrealzpiratebay.org|pirateproxy.click|bayunblocked.eu|piratenbucht.eu|urbanproxy.eu|pirat2.club|tpbpiratbay.club|ahoypirate.in|indiaproxydl.org|magnetbay.eu|thepirate.xyz|thepirate.one|pietpiraat.org|freeproxy.rocks|noobnoob.rocks|proxytpb.pw|duckingproxy.eu|fastpiratebay.co.uk|hyperproxy.net|ikwildepiratebay.org|pirate.trade|piratebay.click|piratebay.red|piratebaymirror.eu|piratebayproxy.tf|piratebays.co|piratebays.co.uk|pirateprox.club|pirateproxy.tf|piratetoday.click|proxypirate.in|proxyproxyproxy.nl|proxyship.click|proxyspotting.in|thepiratebay-proxy.com|thepiratebay.bet|thepiratebay.blue|thepiratebay.uk.net|tpb.tw|tpbmirror.us|tpbportal.in|tpbunblocked.org|ukpirate.click|ukpirate.org|ukpirateproxy.xyz|unblockedbay.info|unblocktpb.com|urbanproxy.eu|thebay.tv|pirateproxy.wf|pirateproxy.yt|pirateproxy.click|gameofbay.org
||porntube.com/assets/adf-*.js
||porntube.com/assets/padb-*.js
||porntube.com/assets/adn-*.js
||porntube.com/assets/abpe-*.js
||porntube.com/faloo.js
||cdn*-sites.porntube.com/tb/banner/
porntube.com##.videoplayer.last > div.container > div.row > div > div.row > div.col-xs-12 > div.cpp
smallnetbuilder.com###leaderboardspacer
forums.overclockers.co.uk###Offer
||pornxs.com/ajax.php?action=get_link$important
||pornxs.com/js/a/*.js
whatismybrowser.com##.fun.desktop
whatismybrowser.com##.ads-by-google
whatismybrowser.com##.content > .fun
whatismybrowser.com###main > .leaderboard
watchxxxfree.com##.sidebar-banner
||newstarget.com/Javascripts/Abigail.js
raymond.cc##.sidebar > ul > #text-13
raymond.cc##.sidebar > ul > #text-14
raymond.cc##.sidebar > ul > #text-15
techonation.com###sidebar > #eaa-2
browser-update.org##.adt
onegoodthingbyjillee.com##.textwidget > a[href^="http://amzn.to/"] > img
underhentai.net##.content > div.content-box.sidebar-dark.hidden-xs
dotesports.com##a[href^="http://bit.ly/"][target="_blank"] > [style^="background:"]
dotesports.com##.row > ._5kaapu-o_O-_13fiz6u-o_O-_kgqxma-o_O-_k2fyes
underhentai.net##.partners
mp4upload.com,bro.adca.st,porndig.com,underhentai.net###overlay
latimes.com##.trb_ar_cont
hdwallpapers.in##.adsbygoogle
pokemongopocket.com###secondary > #custom_html-2
pokemongopocket.com###secondary > #custom_html-3
portalsyndicate.co###admanager
softonic.com##.ad--displayed
||cam4.com/directoryFanClubs^
versus.com##.PrimeBadge__root___1mHM7
porngun.net,eteenporn.com,bobs-tube.com,camwhores.tv,sexboomcams.com,pornformance.com,vivud.com##.adv
linkdrop.net##[id*="ScriptRoot"]
speedguide.net##body > div[style="position:relative; margin:auto; padding: 0px; width:728px; height:95px; text-align:center;"]
langenscheidt.com##a#vocabulary-trainer[href^="https://www.magiclingua.com/"][href*="&utm_campaign="]
heraldscotland.com,warringtonguardian.co.uk,eveningtimes.co.uk,swindonadvertiser.co.uk##.earpiece-ad
gamesradar.com##div[style^="position: relative; box-sizing: border-box; height: auto;"][style*="text-align: center; display: block; transform: none; contain: layout; width: 300px;"]
namethatporn.com###parto_block
embedy.me###video_iframe+div
pornovo.com###header_bottom_a_wrapper
pornovo.com###header_video_container > div[id^="video_ol"]
kissasian.ch##div[style$="height: 261px; position: relative;"]
thescore.com##body .tablet-leaderboard
thescore.com##.articles-sidebar > .tablet-big-box
windowscentral.com##.visor-breaker-ad
/js/fbebcbebbd.js$domain=x1337x.eu|1337x.to|1337x.st|x1337x.ws
/^https?:\/\/(www\.)?x?1337x\.(to|st|ws|eu)\/js\/[a-z]{12,25}\.js$/$domain=x1337x.eu|1337x.to|1337x.st|x1337x.ws
||vivud.com/eb/api.php^
vivud.com##.inplayer_banners
vivud.com##.in_stream_banner
vivud.com##div.im-b.show
||pop-rev.com/revp.php?affiliate
||xml.pdn-1.com/redirect?
||notkodi.science/runner.html
||notkodi.science/modescrips*.html
||notkodi.science/citrico*.html
||notkodi.science/guidoclick.html
head-fi.org##.fp880ads
head-fi.org##.hf_sponsor_140x140
head-fi.org##.pageContent > div[style="width:100%;height:20px;clear:both;background-color:#ffffff;"]:empty
history.com##.leaderboard > #videos_A
||unlockproject.github.io/unlockproject/javascripts/java.min.js
sport365.live###float-top
sport365.live###float-bottom
sport365.live##body > div[id^="slice-"]
||sport365.live/awrapper/
||medianetworkinternational.com/js/awrapper.js^
prnt.sc##.grundik-div
||1watchmygf.com/js/mes.js
||1watchmygf.com/js/mygf*.js
androidapksfree.com##.post-content > div[style="text-align:center"] > div > i:first-child
androidapksfree.com##.post-content > div[style="text-align:center"] > i:first-child
newser.com##.RightRailAds
||image.winudf.com/*/upload/promopure/$domain=apkpure.com
streamlive.to###ad_footer
greasyfork.org##.ad
hanime.tv##.golden-saucer
||products.gobankingrates.com^$domain=cnn.com
apkmirror.com##.google-ad-square-inline
popculture.com##.adInContent
igeeksblog.com##.quads-ad1_widget
igeeksblog.com##.wpb_wrapper > .wpb_content_element > [class="widget widget_text"]
ninemanga.com##.ad_728_90_page
ninemanga.com##body > div[style*="width:100%;height:768px;overflow:hidden;visibility:hidden;"]
taadd.com##body > div[style*="width:100%;height:768px;overflow:hidden;visibility:hidden;"]
www-pocket--lint-com.cdn.ampproject.org##.content > div.block-inline
javdoe.com##body > #vstr ~ #income
javhd3x.com##iframe[src="http://javhd3x.com/ads"]
javhd3x.com##.main-page > script + .container > .box
javhd3x.com###mediaplayer_wrapper > #player + #invideo_wrapper
||javhd3x.com/exoclick
||javhd3x.com/ads
942porn.com###leftCouple
942porn.com###rightCouple
||942porn.com/images/200x200.gif
||942porn.com/images/960x100_twuu.gif
ncaa.com##.banner-container
keshavcommoditycalls.com##.sidebar-container > #text-41
youngsexhd.net,eteenporn.com,teenfuckhd.com##.banner-on-player
||goshow.tv/free/events/ac/fallback/
goshow.tv##.ac-video-listing
goshow.tv##.ac-video-side
goshow.tv###ac-player
goshow.tv##.ac-home.ac-native
goshow.tv##.ac-footer
goshow.tv##.ac-listings-side
||crocotube.com/pop/
crocotube.com##.content-provider
sexkittytube.com##.hor-block
pornclustertube.com##.floating
||tryboobs.com/bloader.php
tryboobs.com###spotsFooter
tryboobs.com###spotsRight
proporn.com##.puFloatDiv
proporn.com##.c-meddenomination-output
||tubous.com/bloader.php
tranny.one,tubous.com##.flirt-footer
tubous.com##.allIMwindow
ashemale.one,tubous.com##.adsFirst
ashemale.one,tubous.com##.adsSecond
tubous.com###good_money
||cool.tubous.com/api/spots/
tubous.com##.DarkBg
txxx.com##iframe[src^="http://ipornia.com/frends"]
||static.servtrending.com/pjg.js
||pornscum.com/lib.min1.js
||pornscum.com/set2.js
||chinatownav.com/js/my.js
||chinatownav.com/a/js/adb.js
chinatownav.com###topbar1
chinatownav.com##.invideo > .close-btn
chinatownav.com##.ban_list
golderotica.com##body > div#topbar
||monxserver.com/js/footer-tamiltunes.com.js
8teenxxx.com###footerad4
8teenxxx.com###player_adv_start
||8teenxxx.com/adboom.php
indiansexxxtube.com###topBanner
||img.indiansexxxtube.com:8080/graphics/igfv.jpg
sex.com###ad-div
clashroyalearena.com##a[href="https://brawlstarsup.com/"][rel="nofollow external"]
tvad.me##.TheVideoJsPopOverlay
tvad.me##body > div[style^="width: 100%; height: 100%; position: fixed;"][style*="z-index: 9999999;"]
accuweather.com##body #header-davek
visitnorway.com###dtnContainer
hubcoins.xyz##a[href^="http://fadetoblk.space/"][target="_blank"] > img
||bitcoinmoney.info/black.gif
lukkr.com##.spns90
lukkr.com##.df300250
longindiantube.com,xxxmovies.pro##.main-col > .bt-hs-col > .bt-h-b
teensex18.tv##.player-ad
||teensex18.tv/8ad1d8da.js
||cdn.flyingjizz.com/js/cache/x.js
xasianbeauties.com###topbar1
xasianbeauties.com##.content > div.line-bs
||orange.jo/ar/offers/pages/$domain=~orange.jo
poebuilds.net###comp-j4xa15dr
poebuilds.net##.wp2[title="Sponsor Ad.png"]
poebuilds.net##a[href="https://www.instant-gaming.com/igr/poebuilds/"]:not([role="button"])
poebuilds.net##a[href^="https://www.mulefactory.com/"][target="_blank"]:not([role="button"])
||static.wixstatic.com/media/2b1814_8e9e8ee46c054f11a3cac63dfa7ff4a8~mv2.png/v1/fill/w_300,h_22,al_c/2b1814_8e9e8ee46c054f11a3cac63dfa7ff4a8~mv2.png
tube8.com##.content-wrapper > div#home_page_wrapper~div#search_page_wrapper_instant~input+div[id]
drtuber.com##.drt-sponsor-block
||iceppsn.com/templates/frontend/iceporn_v*/js/_piceporn.js
iceporn.com##.drt-video-player > div.drt-spot-box
iceporn.com##.maintenance >div.watch+div.furtherance
toptiertactics.com##.widget.widget_text
||xxxtubeset.com/promo
||xpornotubes.com/ponrtube.html
xpornotubes.com###ubr
||sexu.com/nb-old?z=
hdxxnxx.com###div_invideo_ad
||website.informer.com/img/sponsored.png
porn1free.com##.player > #embed__pre
||porn1free.com/e*.js
videos6.com##.player > #embed__pre
||videos6.com/e*.js
extremetube.com##.vjs-inplayer-overlay
extremetube.com##.underplayer-wrapper > p[style="text-align: center"]
mofosex.com##.thumb-list-5 > .auto[style="width: 950px; margin: 20px auto;"] > div[style="clear:both; text-align:center;"]
||soska.us/api/get_link?$domain=mofosex.com
||cdn1-static-extremetube.spankcdn.net/js/pht2/pht2.js
xnxx.com##.mobile-only-hide
javfind.com##.wrap-tab > div[style="width: 728px;height: 90px;margin: 10px auto; overflow: hidden"]
hqasiananal.com###topbar1
hqasiananal.com##.invideo[onclick^="$('.close-btn')"]
asianxxxvids.com##.b-block
swissadspaysethfaucet.com##a[href^="//mellowads.com/networkspace/"]
eporner.com##.ad300px
roblox.com##.in-game-search-ad
roblox.com##.abp-spacer
roblox.com###Skyscraper-Abp-Right
roblox.com##.profile-ads-container
roblox.com##.adp-gpt-container
hqjavporn.com##.v-line-bs > .v-line-b
bravotube.net##.good_list_wrap
japanese-sex-porn.com##.lieviev > .ohuayo
japanese-sex-porn.com##.bierlien > .lieviev:first-child + .lieviev > .bovie > .goagil > .title
bravoteens.com##.wrapper > .main > .heading
bravoteens.com###results > .relthumb + [id].relb[style^="float:"]
||asianxv.com/iiyot.png
1xxx-tube.com##.wrapper > div.block-a
||static.javur.com/libs/pu.js
metacritic.com##.ad_unit
naughtyblog.org##center > a[href^="https://goo.gl/"] > img
||naughtyblog.org/81bf26be.js
planetapk.net##a[href="javascript:void(0);"][onclick][target="_blank"]
planetapk.net##a[href^="http://towardsonsr.info/"][target="_blank"]
||i.imgur.com/7RP9w5v.png
kitguru.net##div > a[class][id^="href-ad-"] > img[src]
kitguru.net##.textwidget > .g > div[class^="g-single a-"]
||kitguru.net/wp-content/uploads/*-Takeover-*.jpg
davidwalsh.name##.x-long > a[href^="https://tkjs.us/"]
||davidwalsh.name/demo/track-js-2.svg
sitepoint.com##[template-alias="Premium Sidebar Sponsors"]
||bhphotovideo.com/bimages/photodeals-do.gif
||bythom.com/_Media/pastedimage_med_hr.png
shabdkosh.com##a[href="//studyiibm.com/campaign13r"]
bradsknutson.com##a[href="http://bradsknutson.com/go/treehouse-banner/"][target="_blank"]
tutsplus.com##.announcement-bar
tutsplus.com##.avert--leaderboard
tutsplus.com##.avert
tomsguide.com##.space-b20 > #rightcol_top
vipbox.nu##a[href^="http://www.sportyplay.com/"]
realcam.me##body > div[id][style*="z-index:99999"]
codepen.io###footer-chunk-ad
||tvsubtitles.net/images/watch-hd.gif
tvsubtitles.net##div[style*="width:100%;height:90px; overflow:hidden;"]
||wisefacts.net/banner_v.php$third-party
mangashiro.net##.pum-overlay
mangashiro.net##a[href^="https://goo.gl/"][target="_blank"] > img
mangashiro.net##a[href^="http://www.masterdomino88.com"][target="_blank"] > img
-670x90.gif$domain=mangashiro.net
-300x250*.gif$domain=mangashiro.net
-728-x-90.gif$domain=mangashiro.net
-300-x-250.gif$domain=mangashiro.net
-468-x-60*.gif$domain=mangashiro.net
menshealth.com##[id^="dfp-ad-300x250_advertisement"]
gamesradar.com##div[style^="width: 970px; height: 250px; contain: style layout size;"]
gocomics.com##.amu-container-ad-wrapper
gocomics.com##.group-item-ad
womenshealthmag.com##.region-banner
shink.in##a[href^="http://wmedia.adk2x.com/"][target="_blank"] > img
||shink.in/img/downloadad.png
online-converting.com###xyz
tweaktown.com##center[style^="min-height:250px"]
tweaktown.com###content-container > center.center-tag
tweaktown.com##center[style*="margin:"]
tweaktown.com##center[style*="margin-bottom:"]
||bitcoset.com/show/show.php?$domain=catchcoin.pw
drtuber.com##.drt-sponsor-data
prevention.com##.list-items > div[class="flexblock-image"]
prevention.com##.region-banner
drtuber.com##.partner_text_link
drtuber.com##.drt-spot-box
pornboil.com##.video-sl
||ashot.txxx.com^
fuckhardporn.com##.player_bn
fuckhardporn.com##.bot_bns
fuckhardporn.com##.player_ads
generatorlinkpremium.com##.thirdsky
emarketer.com##.skyContainer
||androidcentral.com/sites/androidcentral.com/files/article_images/*_banners_$image
epizy.com###stats > div[style="text-align:left; position: float;right:00px; vertical-align:left;"]
epizy.com###jump-search > div[align="center"] > script + [class="panel panel-widget"]
wired.com##.ad-component--box
wired.com##.advertisement__leaderboard
wired.com##.cns-ads-stage:not(.cns-ads-slot-type-newsletter-interstitial)
vipbox.nu##.panel-body > .text-center > a[target="_blank"] > img
fbstreams.me,vipbox.nu##a[href^="http://adtwbjs.com/"]
seelive.me##body > div[id][style*="z-index:99999"]
fbstreams.me##.embed-responsive > div[id][style="display: block;"]
tomsguide.com##.rightcol-ads
tomshardware.co.uk##.page-content-rightcol > div#rightcol_top
invisiverse.com##.whtaph-728
invisiverse.com##.whtaph
cpu-world.com##.top_adh2
cpu-world.com##.side_ad300
allkeyshop.com##a[href="https://skinjoker.com/s/allkeyshop"] > img
||allkeyshop.com/blog/wp-content/uploads/skins_mo2.gif
||gamesdeal.com/media/allkeyshop/banner/text.html
torrentdownloads.me##a[href^="https://goo.gl/"] > img
dailyuploads.net##a[href^="http://trafflict.com/"] > img
||dailyuploads.net/images/redbuttonx.png
official-plus.com##.tpaw0
uptodown.com##.gad
||123movies.co/playnow.gif
plusasianporn.com##.ce-b > div.br-b
asianporn.sexy##.main-col > .bt-hs-col > .bt-h-b
originalindianporn.com,wowindianporn.com,6japaneseporn.com##.center-place > .bns-place-ob > .bn-place
f5movies.top##.alert-bottom
f5movies.top##.mvic-btn > a.btn-block[rel="nofollow"]
best.io###content > div[class="inner "] > div.custom > div[style^="text-align:center;"]
||embed.streamdor.co/_a_d_s_/
||cmovieshd.com/ajax/delivery/www/zone/ads_credit.php
speedrun.com##.container.main > div.curse-01.centered
livecamtv.me##div[id][style^="position:absolute;width:300px;height:250px;"]
vipbox.nu##.embed-responsive > div[id][style="display: block;"]
w3schools.com##.sidesection > #skyscraper
adultswim.com##.main__topAdContainer
||z2jakqoshx.com^$image,domain=livetracklist.com
||d31g08uucv95xf.cloudfront.net^$domain=livetracklist.com
techonthenet.com###pre_header
techonthenet.com##.bottom_slot
||hotasiantubes.com/up.js
hotasiantubes.com##.player > iframe + #block[style*="position: absolute; z-index:"]
javmimi.com##.content > div.line-bs
javmimi.com##.invideo[onclick^="$('.close-btn')"]
xnxx.com###content-ad-side
||sexyboys.info/ivr.jpg
||media.r18.com/track/$popup,domain=javfor.me
||javfor.me/images/r18728x90
||javfor.me/images/r18160x_*.
||pics.r18.com/r18/banner/$image,domain=javfor.me
||javfor.me/iframe-as1.html
pogdesign.co.uk##footer > .box728
iwin.com###adModal
iwin.com##DIV.modal-backdrop
wikia.com##.ad
||staticxz.com/script.packed.js
||fucktube.website/static/ftu
maketecheasier.com###top-banner
maketecheasier.com##[id^="MTE_in_content_ad"]
||imgrock.co/ftload.js
||imgrock.co/bkload.php
||1tiny.net/1up/$image
1tiny.net##a[href^="http://xvideos.neswangy.net/"]
yiv.com##.game_top_ad
yiv.com###game_middle_ad
techadvisor.co.uk##.criteo-div
statsroyale.com##.landing__arenas > .landing__arena:not([href])
steamcustomizer.com##.col-lg-3.collection-item.shown.as-ad
gostream.is##.gomo-gtx-br
games.iwin.com##.modals
games.iwin.com###advertModal
link.tl##.ad728x90
hltv.org##.match-page > .mrek
hltv.org##[class^="col-rek"][id]
||geo*.hltv.org/rekl*.php
||hltv.gainskins.com^$subdocument,third-party
csgostash.com##.col-lg-offset-2 > [class="well text-center"]
csgostash.com##.adv-top-header-mobile
||zergnet.com/zerg.js$domain=extremetech.com
roblox.com##.leaderboard-abp
||roblox.com/user-sponsorship/$important
post-gazette.com##div[class="center small upper graytext"]
post-gazette.com##.pgevoke-flexbanner
post-gazette.com##.pgevoke-story-topads-banner
post-gazette.com##.pg-adwrapper-300x250
post-gazette.com##.pgevoke-pagecontent > div.pgevoke-grid-divider-nomarginbottom + [id="pgevoke-fp-row2"][class="pgevoke-grid-row-full cf"]
bdsmpornhd.com,bestpornever.xyz,fuckedintransit.com,gayporn-videos.xyz,handjob.pro,jav-hd.xyz,lezbiyen-tube.com,mybigbeautifulwoman.com,mystreetgirl.com,pinay-porn.xyz,sex-jav.com,shemale-videos.xyz,thaiporn-videos.xyz,vrporn-videos.xyz##.buttonDW
bdsmpornhd.com,bestpornever.xyz,fuckedintransit.com,gayporn-videos.xyz,handjob.pro,jav-hd.xyz,lezbiyen-tube.com,mybigbeautifulwoman.com,mystreetgirl.com,pinay-porn.xyz,sex-jav.com,shemale-videos.xyz,thaiporn-videos.xyz,vrporn-videos.xyz##.wgContainer
onlinefanatic.com###content_box > .code-block[style="margin: 8px auto; text-align: center;"]
onlinefanatic.com##.sidebar > #text-23.widget
onlinefanatic.com##.sidebar > #text-21.widget
onlinefanatic.com##.sidebar > #text-18.widget
pornscum.com##div#list_videos_videos_watched_right_now_items > div.place
||pornscum.com/set.js
||pornscum.com/lib.min.js
clashroyale.news##.adsense_colonne
clashroyalepedia.com##.panelad
clashroyalepedia.com##.col-md-3 > .hide_for_mobile[style="background-color:#eee;height:250px;margin-bottom:5px"]
xxxhare.com##.embeded_advert
pornjam.com##.right-player-43
vporn.com##.adv > *
analdin.com##body[style="background: #000000; margin: 0; padding: 0"]:not([class*="video-page"])
/\:\/\/.*analdin.com\/[a-z0-9]*.js/$domain=analdin.com
xxxdan.com##.banner-popup
xxxdan.com##.right-banners
xxxdan.com##.related ~ div#bottom-line
||website.informer.com/img/sponsored.gif
sitepoint.com##div[id^="maestro-"]
tubepornup.com##.video_right
||cpmgohigh.com^$third-party
||tubepornup.com/adg1.shtml
hotfucktube.com###fadeinbox
viptube.com##a.drt-pause-link~div.drt-spot-box.drt-spot-visible
website.informer.com##.newTabs > article+div[align="center"]
website.informer.com##div[align="center"] > div[style="height:90px;"]
website.informer.com##.b-content-btm > table[style="margin-left: -5px"]
||vipboxing.eu/pu
||vipboxing.eu/js/bn*.js
fapality.com##.fp-bnr
vporn.com###video-advert
vporn.com###video-banner
||katestube.com/right.js
katestube.com##.title-holder-related > h2
katestube.com###bottom-adv.bottom-adv
filterblade.xyz###leftSideAd
chan.sankakucomplex.com##div[align="center"][class^="scad"]
cbsnews.com##.nativeAds
net-load.com##.ao-assioma > a[target="_top"] > img
net-load.com##div[id^="heatmapthemead-"][id$="-sidebar"]
greenbayphoenix.com##.stickyLeaderboard
greenbayphoenix.com##.c-contentstream__ad
1062804$domain=sockshare.net
filehippo.com##div[id^="ad-slot-"]
filehippo.com##div[id^="ad-slot-"]+div[style$="padding-bottom:10px"]
short.am##.adsbygoogle
||bangaloremirror.indiatimes.com/bmdge/
adbull.me##.adsbygoogle
circa.com##.Page-ad
dailymotion.com##.dmp_VideoView-ad-slot
||punemirror.indiatimes.com/pnmeue/
computerworld.com.au##.lo-top_promo
auditbureau.org##.hometop > .rightsection > .bb.margin7
||auditbureau.org/images/205x133-%20TOI.png
||auditbureau.org/images/Vijayavani%20July%20December%202016.jpg
crunchbase.com###mobile-ad
||javhdmovies.com/ads
gotporn.com##button.play-btn.play-text-btn
hqjavporn.com##.invideo[onclick^="$('.close-btn')"]
hqjavporn.com##.content > div.line-bs
hqjavporn.com###topbar1
wallpaperhdzone.com,ja-videos.com###sidebar > div[id^="text-"]
latitude.to##div[class^="publi-"]
||1xxx-tube.com/content*/lib/
1xxx-tube.com##video#kt_player_internal+div[id^="invideo_"]
1xxx-tube.com##.banner-x
1xxx-tube.com##.head_bg > div.block-a
1xxx-tube.com###showgo
auditbureau.org##.navmid
scoopwhoop.com##.artad
ummid.com##body > .gridContainer > #Header
||ummid.com/masthead-ad.htm
hackedonlinegames.com##.GoogleAdPreloaderMessage
hackedonlinegames.com##.GameTitle > div[style="height: 110px;"]
hackedonlinegames.com##a[href*="&utm_campaign"] > img
||hackedonlinegames.com/uploads/gasblock
||gadgetsnow.com/ignwe/
pcmag.com###adkit_footer
getgreenshot.org##.body-content+div[class^="ga-"]
getgreenshot.org##.logo+nav > div[class^="ga-"]
piratepc.net,2ddl.unblocked.pl,computermediapk.com##a[href="javascript:void(0);"][rel="nofollow"]
computermediapk.com##img[alt="Buy RDP"]
||spankcdn.net/js/_raplugin/tools.js
toolslib.net##[class="custom custom-horizontal"]
toolslib.net##.custom > a[href*="campaign=adverts&"][rel="nofollow"][target="_blank"]
toolslib.net##.custom > a[href^="https://buy.malwarebytes.com/?c=cb&s="][rel="nofollow"][target="_blank"] > img
||toolslib.net/assets/custom/img/4d5/u2s_leaderboard_en.png
||toolslib.net/assets/custom/img/4d5/mb_square_buy.jpg
||toolslib.net/assets/custom/img/4d5/mb_leaderboard_buy.jpg
||toolslib.net/assets/custom/img/placeholders/placeholder_$image
||cashbackholic.com/images/citidoublecash728.jpg
||zergnet.com/zerg.js$domain=nypost.com
||4sysops.com/*.php?author=*&title=*&unit=*&url=https%3A%2F%2F4sysops.com%2*&time=
ibtimes.co.uk##.box-recommend-ad
||kickass.com.se/ultra/poor.js
csgostash.com##a[href^="https://goo.gl/"][target="_blank"].hypercase-button > img
csgostash.com##.adv-footer
csgostash.com##[class*="text-center adv-"]
bravoteens.com##.good_list_wrap
bravoteens.com##.vjs-overlay
||bravotube.net/count.js
||bravotube.net/player/html.php?
||bravotube.net/if2/f*.html
||adsxxxtraff.com/mioa*.html?parameter=$empty
javmimi.com###topbar1
javmimi.com##.v-line-bs
javmimi.com##.player > div[onclick] > div[style^="position:relative; top:50%; left:50%;"]
player.javout.net###invideo_wrapper
javout.net##.social
javout.net##.banner-bottom
txxx.com###playvideot > *
||gotporn.com/bck_loader_
gotporn.com##.image-300x250
gotporn.com##.image-content-wrap.footer-image-contents-bl
vjav.com##.vda-container
||vjav.com/*.php?z=
javstream.us,javstream.co##.kumpulads-side
javstream.co##img[width="300"][height="250"]
javstream.us,javstream.co##.kumpulads-post
tube8.com##.sectionWrapper > div[class]:not([class="hot-porn-videos-wrapper"]):not([class*="title-bar"])
||xcafe.com/b/
upornia.com##.sidebar > span[style="height: 20px;"]
||tubecup.org^$important,domain=upornia.com
decider.com##div[id^="outbrain_widget"]
||sadeemapk.com/wp-content/uploads/2016/06/SadeemAPK-Banner.gif
||sadeempc.com/wp-content/uploads/*-468-
sadeempc.com##center > a[onclick][rel="nofollow"]
sadeempc.com##center > div[style="text-align:center;"] > img
||zergnet.com/zerg.js^$domain=decider.com
8tracks.com##.ad_card
8tracks.com##.banner_container
||zmovs.com/js/pns.min.js
||zmovs.com/eb/api.php?
zmovs.com##.inplayer_banners
zmovs.com##.im-b
zmovs.com##.in_stream_banner
iphonecake.com##a[href="alink.php"][target="_blank"]
||iphonecake.com/images/dl_download.png
gogoanimes.co,gogoanime.sh,gogoanime.se,jkanime.co,gogoanime.ch##.banner_center
jkanime.co,gogoanime.ch##div[id^="divFloat"]
||static.mywatchseries.to/templates/default/images/728x90
moviefone.com###leaderboard
conservativetribune.com##.sidebar > div > div+div > div > div > b+:not(div) > :not(div)[id][class]
conservativetribune.com##div[class="article-extras trending"] > div > div+div > div > div > b+:not(div) > :not(div)[id][class]
conservativetribune.com##.after-article + div[class]:not([class="after-article-trending"])
conservativetribune.com##.before-article-ad
sf-express.com##.promotion-ad
sf-express.com##.icon-links > div > a[id]:not([href*="../"]) > img
csgostash.com##.adv-skin-details
csgostash.com##.adv-desktop-left
csgostash.com##.adv-result-box-music
csgostash.com##.masthead > .header-vda
yts.ag##a[href="/prv/2rel"]
uplod.ws##.dl-plus > a.btn
guidingtech.com##.sidebar > #text-43
guidingtech.com##.sidebar > #text-44
guidingtech.com##.sidebar > #text-45
guidingtech.com##.sidebar > #text-46
pokevs.com##.map-ad
dallasnews.com##.hm-rundown__ad
dallasnews.com##.main-content > .art-footer-band.js-art-post-body
$webrtc,domain=dualpaste.net|hdmovieswatchs.net|bitporno.com|zippyshare.com
||imagecrest.com/js/fl.js
mirrorcreator.com##center > table[style="padding-bottom:10px;width:940px;font-size: 12px;font-family:Verdana"]
mirrorcreator.com##center > a[href*="mirrorcreator.com/out_df.php"] > img
vidlox.tv##a[href^="http://adskeeper.co.uk/"]
smh.com.au##iframe[src="https://masthead-widgets.domain.com.au/widget/masthead/"]
smh.com.au##.html-assets > iframe[name="domain_olg_rhs"][src="about:blank"]
smh.com.au##.panel.is_fm-analytics-widget-tracking
smh.com.au##.article > [class="panel panel--third-party"]
katcr.co###__scr__adstop
||1337x.to/js/sterra.js
||adzuna-jobbox.fairfaxmedia.com.au^$third-party
gofobo.com##.adsbygoogle
||exdynsrv.com^$domain=openload.co
photobucket.com##.ads_top
photobucket.com##.ads_bottom
reverso.net###vdasection
reverso.net##.sidebar > .vda-block
reverso.net##.wrapperW > .top-horizontal
gogoanime.io##.add_ads3
channel4.com##.slice__list > .block--mpuContainer > .block__mpu
narkive.com##div[class^="adslot_"]
businessinsider.com##[id^="taboola-right-rail-thumbnails"]
||zergnet.com/zerg.js^$domain=gamepedia.com
youtubeinmp3.com##[id^="contain-"].pe
||serve.adneutralads.com^
csgo-stats.net##body .bannerzone
road.cc##.adtech-ad
freepornvideo.sex##noindex > div.opt
||veronicca.com/verobl.php
||veronicca.com/vfel.js
wallgif.com###ad_modal
wallgif.com###modal_bg
||pushresponse.net^$domain=adpop.me
freetutorials.us###text-4
aajtak.intoday.in,wccftech-com.cdn.ampproject.org,m-businesstoday-in.cdn.ampproject.org##.amp-ad
www-technologyreview-com.cdn.ampproject.org##.ad
blockchain.info##span[translate="SPONSORS"]
blockchain.info##li.ad
washingtonpost.com##.bottom-ad--bigbox
washingtonpost.com###right-rail > .moat-trackable.pb-f-homepage-brandconnect-sidebar
tellyreviews.com##.ezoic-ad
tellyreviews.com##.td-post-content > div[adunitname]
123moviesfreez.com##.content-ads
123moviesfreez.com##center > a > img:not([src*="123moviesfreez.com"])
forums.imore.com##.adunit
forums.imore.com###postlist > #posts > div[align="center"][style="padding:15px"]
hd21.com##.drt-spot-visible
hd21.com##.puFloatDiv
hd21.com###abmessage
theverge.com,amp.cnn.com,ampproject.org##amp-iframe[src^="https://widgets.outbrain.com/hub/amp.html"]
||medleyads.com/*.html$empty,important
||lswcdn.net/js/vendor/efldr.js
pervclips.com##.advertising-side
||anyporn.com/player/player.php|
anyporn.com##.ffb_wrap
xbabe.com###ipa-s
pervclips.com##.player_adv
jizzbunker.com##.ftr-banners
||sunporno.com/bloader.php
sunporno.com##.atvtabling
sunporno.com##.movie-atv
sunporno.com##.atv-block
||sunporno.com/js/floader.js
||sunporno.com/api/*?host=*&ev=
yeptube.com##.drt-spot-box
yeptube.com##.puFloatDiv
||t.propbn.com/redirect/?spot_id=$empty
reviewmeta.com##span[class^="ad_"]
startups.co.uk##.headline-sponsor
healthline.com##.dlb__sticky-container--pagefair
healthline.com##.article__content-body > div.dlb--inline-container
healthline.com##.dfooterlb
healthline.com##.body__col-fixed-right > div.dmr--show
healthline.com##.read-next__row-ad-box
audiobookeo.com##img[width="160"][height="600"]
||audiobookeo.com/images/binverse.jpg
||audiobookeo.com/images/blazing.jpg
audiobookeo.com##.postContent > div[style="text-align:left;margin-bottom:5px;"] > a[rel="nofollow"] > img
||audiobookeo.com/images/download-trial.gif
dailyburn.com##.leaderboard-wrapper
receivesmsonline.net###mADSFooter
||myfinance.com^$domain=money.cnn.com
money.cnn.com##section.headline_list.bizDev.ng-scope
porn-monkey.com###tube_popup
receivefreesms.net###mADSFooter
porn-monkey.com###video_id > .vjs-overlay
porn-monkey.com##aside[id^="special"]
alotporn.com##.player-adv
||cdn-static.alotporn.com/js/main_load.js
tubewolf.com##.home-banner
||tubewolf.com/pop
viptube.com##.promotion
mature2u.net###inVideoInner
||pornicom.com/plugin.php
||pornicom.com/js/license
||pornicom.com/plugin.js
||static.sfcdn.net/s_m2u/banners/
apkmb.com##.widget_media_image img[width="300"][height="250"]
apkmb.com###secondary > #text-4
receivesmsonline.net##font[style="padding-right:3px;padding-left:3px;background-color:#f9f9f9;color:#000;"]
receivesmsonline.net###mADSAd
receivesmsonline.net##td[data-title="Advertisement"]~td
receivesmsonline.net##td[data-title="Advertisement"]
gelbooru.com##.content > a[rel="nofollow"] > img
stereogum.com##.footer-ad-holder
stereogum.com##.zergnet-holder
stereogum.com##.sm-widget-ad
stereogum.com##.leaderboard_top-placeholder
||zergnet.com/zerg.js$important,domain=stereogum.com
4chan.org###bd > div[style="text-align:center;margin: 10px 0"]
hentai-foundry.com##iframe[name="banner"]
weather.com###wx-top-wrap
weather.com##.admodule_burda_tfm
msn.com##.stripecontainer[data-section-id="stripe.msstore"]
msn.com##.widead
msn.com##.ad
msn.com##.bannersectionad
||springserve.com^$domain=openload.co|oload.tv
||audiobookee.com/images/free.jpg
audiobookee.com##div[style^="text-align:center;"]  > a > img
||audiobookee.com/images/download-trial.gif
||audiobookee.com/images/direct.gif
||audiobookee.com/images/blazing.jpg
bytesloader.com##div.variable-width[style="display: block; text-align: center;"]
codecanyon.net##.canvas__header > .banner
saavn.com##.ad
||freepornhq.xxx/pu/*.js
freepornhq.xxx##.item-tr-col > center
tgpdog.com,freepornhq.xxx##.aff-col
tgpdog.com,freepornhq.xxx##.aside-itempage-col
tgpdog.com##.aff-content-col
gadgetsnow.com##.nativecontent
||gaana.com/ajax/loaddfp^
pornhub.com##.nonesuch
csgosquad.com##.takeover
onlinemoviescinema.com##a[href^="http://t2lgo.com/"]
veteranstoday.com##a[href="http://www.hireveterans.com"]
veteranstoday.com##a[href="http://journal-neo.org"]
blockchain.info###tx_container > div:not([id]):not([class]) > table.table.table-striped[style="float:left;margin:0;width:100%;padding: 0 0 30px;"]
/images/blazing.jpg$domain=audiobookbay.me|audiobookbay.la|audiobookbay.com
/images/direct.gif$important,domain=audiobookbay.pl|audiobookbay.me|audiobookbay.la|audiobookbay.com
audiobookbay.me,audiobookbay.la,audiobookbay.com##img[width="160"][height="600"]
audiobookbay.me,audiobookbay.la,audiobookbay.com##[style^="text-align:center;"] > a > img
audiobookbay.me,audiobookbay.la,audiobookbay.com##a[href="/high-speed-download.php"]
||t2lgo.com/creatives/*/Banners/$image
||hd-world.org/layer18.js
hulldailymail.co.uk##body > .top-slot
hulldailymail.co.uk##.taboola
g2esports.com##.js-side-banner
spanishdict.com##.adBot
spanishdict.com##.ad-unit
cswarzone.com##.col-md-4 > .widget-2
cswarzone.com##.widget-3.footer-widget
cswarzone.com##.widget-4.footer-widget
cswarzone.com##.col-md-4 > .widget-3
gamingcfg.com##.ad3
gamerconfig.eu##.footerf
gamerconfig.eu###wideskyscraper
gamerconfig.eu###leaderboard
dexerto.com###fallback-sb
dexerto.com###content-col > .lg-pg3 > .center:last-child
dexerto.com###fallback-st
tennisthis.com###text-19
tennisthis.com###text-45
tennisthis.com###text-40
tennisthis.com###text-43
icefilms.info##.ad
bloomberg.com##.ad_unit_container
||assets.bwbx.io/*/initialize_ads-*.js$domain=bloomberg.com
csgocrosshairs.com##body > a[href^="https://skinjoker.com"]
csgocrosshairs.com##.top-image
teamfortress.tv##.bau
teamfortress.tv##.sau
teamfortress.tv###aw
esportsearnings.com##div[class^="ad_"]
audiobookle.com###page a[href="/high-speed-download.php"]
audiobookle.com###page a[href="/download-14-days-trial.php"]
hltv.org##.col-rek
hltv.org##.match-page > .rek
||hltv.org/retina.php
gosugamers.net##.shopProductWrapper
csgoconfigs.com###sj
||csgoconfigs.com/img/bg.jpg
||ebook777.com/js/download.png
3movs.com###related_videos_overlay > div.centered[style]
||3movs.com/*/ssu*.js?
speedof.me###adpane_left
speedof.me##.adpane_right
teamliquid.net##div[style^="max-width: 740px;  height:90px;"]
teamliquid.net##div[style="margin-top: 2px; margin-bottom: 2px; height: 250px"]
teamliquid.net###news_bottom_mid
wiki.teamliquid.net##.fo-nttax-infobox-adbox
csgo-stats.com##a[href^="http://bit.ly/"] > img
||ipaddressguide.com/images/ip2location-banner.jpg
||dyncdn.me/static/20/js/expla60.js
audiobookle.com###rsidebar > ul > li:first-child
||fmovies.*/*.hahaadblock
extramovies.org##a[href^="http://specialrdp.com/billing/aff.php"]
||track.bcvc.mobi/earn.php^$popup
||bitmakler.*/images/system/*/*.*?n=
hulkload.com##p[align="center"] > a > img
hulkload.com##div[style="float:right"] > center > a > img
freevbcode.com###wrapper > div[style="margin-top:96px; margin-left:630px; z-index:0;width:110px; padding-bottom:3px; height:0px;"]
csgostash.com##.adv-result-box-skins
||eshare.life/images/download.gif
briansarmiento.website###contenido > .close
mouse-sensitivity.com##.ipsList_reset > li.ipsWidget_vertical > div[style="width:343px;height:630px;margin-top:15px;"]
starshd.xyz###adholder
||hey.ifyoublockthisvideotoo.club/468.html
||resources.hostgator.in/affiliate/$image,third-party
allmusic.com###smb-vidad-widget
fmovies.se,fmovies.is,mycloud.to###jwa[style^="width: 300px; height: 250px;"]
lingolia.com##.adv-header
poe.trade###contentstart > .large-12 > #topone
poe.trade##.search-results-block > .centered
zoomtv.me##[style="position:absolute;width:300px;height:250px;right:0;left:250px;top:50px;z-index:999999;background-color:#FFF;display:block;"]
vipleague.me##a[href][target="_blank"] > img
grunge.com##.google-ad-placeholder
narcity.com##.awrapper
androidcentral.com###mbn_common_footer
socialblade.com##.sidebar-container > div.sidebar-module[style="height: 250px;"]
socialblade.com##.content-container > div[style^="width: 840px; height: 90px; padding: 20px;"]
||getunblock.xyz^$popup,domain=nulledscripts.pro
newsx.com##.leftaddsense
newsx.com##.native-advts
nulledscripts.pro##a[href^="https://torcache.pro/download.php?"]
linkedin.com##.jserp-ad-container
planetapk.net##center > a[rel="nofollow"] > img
binbucks.com##.adsbybin
binbucks.com##a[href^="https://t.frtyz.com/"]
cinemablend.com##.ads_slots_adx
streamsarena.eu##.clickableRow > td > a[style="float:right"] > img
pikore.co##.advmsn
agame.com##a[href^="http://smarturl.it/"] > img
thepicta.com##.large-advert
thepicta.com##div[class="item panel clearfix social-entry text-center"][style]
speedwatch.us,tvlogy.online###vid1_cover1
serverfault.com,stackoverflow.com##.everyonelovesstackoverflow
||spike.itv.com/itv/tserver/size=*/viewid=
unicode-search.net##.ad
unicode-search.net##.amad
streamsarena.eu##center > a > img
stream-mydirtyhobby.biz##.ad-preroll
||nudecelebforum.com/8caasdad2.ef2ea21a^
pcmag.com##div[id^="zergnet-widget-"]
comicbook.com##.adhesion-block
||pastebin.com/_lead_custom.php
pastebin.com##iframe[src="/_lead_custom.php"]
pastebin.com,realgfporn.com##.promo-bar
investing.com##.js-tradenow-btn
investing.com##.largeBannerCloser
||baiduccdn1.com/propeller.php$empty
||trafflict.com/r^$popup
autonews.com##.oas-ad
tube8.com##.video_column_right > div[class$=" float-right"]
tube8.com##div[class] > input:first-child[type="hidden"][value="false"]+div
/\.com\/[A-Za-z]{3}\.png$/$image,domain=videotoolbox.com,~third-party
ctrlq.org##.kuber
||bombaytimes.com/bbtrue/
||eisamay.com/emsag/
eisamay.com##style[type="text/css"] + div[class]:not([id]):not([style]):not([class*=" "])
||tamil.samayam.com/tsmipp/
||telugu.samayam.com/tggim/
||navbharattimes.indiatimes.com/nbmath/
||malayalam.samayam.com/msigm/
wydaily.com##.td-header-sp-logoleft
wydaily.com##.td-header-sp-logoright
ff14angler.com###main > .adsbygoogle:not(.img_only)
ownace.com##a[href*="/ref?"] > img
||downace.com/themes/ace/assets/js/UI8lS8iPxsilEFPpSyd67.js
||ra.poringa.net^
poringa.net##ins[data-revive-zoneid]
vidfile.net##.rek
||bc.vc/images/megaload.gif
base64decode.net##.ad_right_300_250
m.gadgetsnow.com##.amazon-box
m.gadgetsnow.com##.amazon-list
88files.net,gadgetsnow.com##.ad1
kickass-torrent.me##.kaGiantButton[title="Magnet link"] + a.kaGiantButton[data-download=""][rel="nofollow"]
kickass-torrent.me##a[href^="https://kickass-torrent.me/safe.php"]
||kickasstorrent.hu/*/tabunder.js
file-upload.com##.adsbygoogle
||bravoporn.com/player/html.php
u2s.io##.adsbygoogle
wareable.com##.dfp-article-banner
wareable.com##.affiliate-box
uvnc.com##td[style^="width: 300px; height: 250px;"]
baltimoresun.com,capitalgazette.com,carrollcountytimes.com,chicagotribune.com,courant.com,dailypress.com,latimes.com,mcall.com,orlandosentinel.com,sandiegouniontribune.com,sun-sentinel.com##div[data-adloader-size]
sandiegouniontribune.com##.so_promo_headline_wrap
gamebanana.com##.BannerModule
alphagamers.net###messageList > li[data-author="Ads Master"]:not([id^="post-"])
bravoporn.com##.wrap > div.box-left
bravoporn.com##.content > .wrap ~  div.headline > p
||bravoporn.com/v/if2
pandamovie.eu##.rightdiv1
mywatchseries.ac##.block-left-home-inside[style="height:252px; height:300px; text-align:center;"]
||mywatchseries.ac/images/300x250n.jpg
mywatchseries.to##.sp-leader
mywatchseries.to##.impse
putlocker.kim###images > a[rel="nofollow"] > img
putlocker.ac##center > a[rel="nofollow"] > img
lesbiansex.pro##.bottom-hor-block
lesbiansex.pro##.video-r-block
oploverz.in###ctr_banner
fpo.xxx,private-shows.net##.top > a[rel="nofollow"]
private-shows.net##body > div[class]:empty:last-child
nickiswift.com##.google-ad-placeholder
haxoff.info##article div > center > center > a[href^="https://href.li"]
||2giga.link/getfile/$empty
techsupportforum.com###TechSupportForum_com_300x250_TopRight_TECH_Forum
||windowscentral.com/sites/all/modules/mbn_offers/
||gebadu.com/apu.php$empty,important
||popads.net/pop.js^$empty,important
chron.com##.leaderboard
apkmirror.com##.OUTBRAIN
tnaflix.com##.pInterstitialx
tnaflix.com##.padAdvx
ah-me.com##.movie-pop
||ah-me.com/flirt/index.php
mylust.com,anysex.com##div[class^="fp-bnr"]
mylust.com,anysex.com##.fp-bnr-close-btn
||turbobit.net/partner^$third-party
||turbobit.net/ref/^$third-party
turbobit.net##.brin-button
||turbobit.net/*_brendir_*.jpg
||turbobit.net/files/news/*.swf
||turbobit.net/files/news/cwer_pop.js
||turbobit.net/files/news/image/free_download
||turbobit.net/files/news/lords_turbobit$domain=turbobit.net
||turbobit.net/oexktl/
||turbobit.net/turbo?gaid=bn_gate
turbobit.net##center > a > img
kisscartoon.io##.closeVideoAd
walmart.com##.WMXOMPAdController
skysports.com##.widge-marketing
gamesaradar.com##.slotify-slot
rpgsite.net##.block
rpgsite.net##.long-block
rpgsite.net##.long-block-footer
pcadvisor.co.uk##.criteo-div
filesupload.org###modal-before-video
mirrorace.com##.uk-text-center > a[rel="nofollow"] > img
||motohem.com/ref?k=$popup
||static.chameleon.ad/js/router.js^
time.com##.X9rgC5Js
time.com##._2bnZiB_7
novahax.com##.hentry > div[style="text-align: center;"] > a[onclick^="window.open"]
pushtorrent.com##.dl-t-btn
euronews.com###sharethrough-ad-medium-up
euronews.com##.enw-block-theme__mpu
||mywatchseries.ac/images/pad/*x*_$media
mywatchseries.ac##.vidhold1
multiup.eu##div[style="width: 300px; height: 250px;"]
msn.com##.pagingsection.loaded[data-section-id="newshub.store"]
||youjizz.com/neverblock/
anime-sharing.com##.posts > li[class="postbitlegacy postcontainer"][id^="yui-gen"]
slipstick.com##.lastad
slipstick.com##.embedad
vpornex.com###btm_banner
watchseries.cr##.video-page-container > div > center > div[style^="width: 90%"]
reuters.com###rcs-articleContent > .column1 > section + section:nth-last-child(3) > .group > .column2.col-5
reuters.com###rcs-articleContent > .column1 > .module-header:nth-last-child(2)
reuters.com###rcs-articleContent > .column1 > .module-header:nth-last-child(2) + .module
||mywatchseries.ac/images/728x90
mywatchseries.ac##.sp-leader.hidden-sm.hidden-xs
pornhub.com##.sectionWrapper > div.sectionTitle+div[class*=" "]:not([class="sectionTitle"]):not([class="reset"]):not([class="gifsWrapper "])
sanfoundry.com##.textwidget > div[style="text-align:left"] > div[style="text-align: center; margin-top:30px; margin-bottom:30px;"]
sanfoundry.com##.textwidget > div[style="text-align: center; margin-top:30px;"]
sanfoundry.com##.widget-container > div.textwidget > div.sf-post[style="margin: 0px 0px; width: 260px; height: 415px;"]
slipstick.com##p[style="text-align: center;"] > a[href^="http://amzn.to/"] > img
elsfile.net##.adsbygoogle
forums.imore.com##.posts > div.mn_postbit_ab
bollywoodshaadis.com##.fw_ad
||watchfree.to/download.php?
/\.vidzi\.tv\/([a-f0-9]{2})\/([a-f0-9]{2})\/([a-f0-9]{2})\/\1\2\3([a-f0-9]{26})\.js/$domain=vidzi.tv
msn.com##.ebay.sponsored
msn.com##li.smalla[data-m*="NativeAd"]
windows10forums.com##.sidebar > div[class="section "]
windows10forums.com##form > ol#messageList > ol#messageList
sweepsdb.com##tbody.sponsored
androidcentral.com##a[href^="https://ad.doubleclick.net"]
batmanstream.com##div[style^="text-align: center;"] > a > img
batmanstream.com##a[href*="adk2x.com/imp"]
xhamster.com##.player-ad-overlay
9to5google.com,9to5mac.com,9to5toys.com,electrek.co##.th138fa704
kbb.com##div[data-ad-position]
ibrodsports.stream###rom1
hdca.st##div[style*="hdca.st/images/overlay.png"]
||hdca.st/ads/
englishrussia.com##.post > .agoogle
englishrussia.com##.code-block > .agoogle
||amazonaws.com^$domain=zippyaudio2.com
bookfi.net##noindex a[rel="nofollow"] > img
||gamesofdesire.com/vghd/
gamesofdesire.com##object[name="vghd"]
||gamesofdesire.com/skin/*_*.html
||217.23.12.240/files/flash/*-side.swf
||gamesofdesire.com/files/flash/*-side.swf
||beeg.com/xmlrpc.php^
pornhub.com###customSkin.backgroundImg
pornhub.com###customSkinCTA
animeid.tv###player > div#ap
up-4ever.com##.adsbygoogle
||wp.com/*sadeem*.com^$image,domain=computerworm.net
computerworm.net###text-2.widget_text
computerworm.net##center > div[style="text-align:center;"] > img
||fas.li/js/p.js
electrek.co##body > div[class^="th"]
electrek.co##.post-body > div[class^="th"]
electrek.co##.post-content > div[class^="th"]
xiaomitoday.com##.widget_sp_image > a > img[width="300"][height="200"]
xiaomitoday.com###secondary > div.g1-sticky-sidebar
||sendit.cloud/images/banner/$third-party
adultboard.net##td[align="center"] > a > img
stackexchange.com##div[id^="adzerk"]
pushsquare.com##div[id^="rcjsload"]
pushsquare.com##.insert.with-label
bgr.com##.bgr-outbrain-amp-widget
||img.hentai-foundry.com/themes/Hentai/images/*.mp4
||yourlink.in/links/popad$popup
apk4free.net##.post-content > center > a[href^="http://www.apk-download-market.com/apk_download_app.php"]
wizhdsports.is##a[href*="?tid="] > img[src^="http://wizhdsports.is/img/"]
freehdsport.is##div[id^="ltas_overlay_"]
||aff.bstatic.com/*/flexiproduct.js^
thenextweb.com##.ad-unit--center
tfl.gov.uk##.top-banner-advert
arch2o.com###text-85.widget_text
arch2o.com###text-86.widget_text
rlslog.net##body > div:not([id]):not([style]) > div[style="text-align:center;font-family:Tahoma;"]
mlbstream.me##.embed-responsive > div[id][style="display: block;"]
vipleague.me##.embed-responsive > div[id][style="display: block;"]
neowin.net###ipsLayout_contentWrapper > .ipsResponsive_hidePhone > div[style="width:100%; height:100px;"]
neowin.net##.ipsLayout_sidebarright  > div.cWidgetContainer > ul.ipsList_reset > li[data-blocktitle="block_LatestNews"] > div[class^="widget-"]
androidheadlines.com##.amp-ad-bottom
techradar.com##.placeholder
sport.ua,xda-developers.com##amp-iframe
quora.com##.PromptsList
vimeo.com##.profile__ad-wrapper
demonoid.pw##.main_content > table[width="100%"] > tbody > tr > td[onload="fixvbb"]
mmo-champion.com##div[style="text-align:center;margin-left:auto;margin-right:auto;width:900px;margin-bottom:10px;"]
||slashdot.org/ajax.pl?op=nel|
||d1o5u7ifbz3swt.cloudfront.net/showcase/index.php^
||cdn.usagoals.mobi/usaipop.js
||cdn.usagoals.mobi/footercf.js
/wp-content/plugins/cm-pop-up-banners/$domain=mp3leaks.org
neowin.net##article[class^="classes "]:not([itemscope]):not(itemtype):not([id^="elComment_"])
lunadlz.com##.scont > center > a[rel="nofollow"] >img
windowsreport.com##div[id^="RTK_"]
||ouo.press/js/pop.
||linclik.com/links/popad|$popup
paradisehill.cc###bb1
paradisehill.cc##.bb-0
||freepornhq.xxx/imgban/
||myparcels.net/images/b/
||gstatic.com/xads/$domain=myparcels.net
streamango.com###videooverlay
||onwatchseries.ac/images/728x90
download.hr##.add_right_big
download.hr##.add_responsive_fullrow_box
joydownload.com##.content > .group-table > .row-double.text-center:nth-child(2)
software.informer.com##div[id^="inf_bnr_"]
robtex.com##div[id^="crt-"]
flashx.to##div[align="center"] > a > img
||static.flashx.to/js/flashx.js
nodevice.com###ndad_top
notalwayshopeless.com,notalwaysfriendly.com,notalwayslearning.com,notalwaysrelated.com,notalwaysromantic.com,notalwaysworking.com###topbar_leaderboard
gigapurbalingga.com##a[href^="http://www.nullrefer.com/?http://trafflict.com/"]
sysnative.com###posts > ul > li:not([class$="old"])
watchfree.to##.page_content > div[class^="v"]:nth-child(2)
||theputlocker.net/y.jpg^
israbox.pw###dle-content > .comments-form:first-child
israbox.pw##a[href*=".ducksnetwork.com/AF_TA/rel/index.cfm"]
simplest-image-hosting.net###im9ad
putlockertv.is##a[href*="putlockertv.is/hdvids/hdstream"]
puredl.org##a[href^="https://uploadgig.com/premium"]
phazeddl.tv##div[id^="adbrite-banner"]
filedir.com##.content_right > ul > .si_li[style^="padding:"]
pron.tv##.lextra
pugski.com,beermoneyforum.com,germancarforum.com,cracking.org##.samBannerUnit
watch2free.review,moviestube.live,onlinewatchfree.cc,watchonlinemovie.rocks,watch24free.net,putlockerz.ws,putlocker.bet,watchputlocker.site,putlockeronlinefree.site##.movgre
watch2free.review,onlinewatchfree.cc,watchonlinemovie.rocks,watch24free.net,putlockerz.ws,putlocker7.live,putlocker.bet,watch2free.net,visit4movies.com,putlockeronlinefree.site###downhd
||i.imgur.com^$domain=putlockerz.ws|putlocker7.live
dvdsreleasedates.com##.ad
dvdsreleasedates.com##.fieldtable-light > .disccell
dvdsreleasedates.com###field > div[style*="width:728px;height:90px;"]
||udvl.com/api/spots/*?host=$third-party
jetload.tv##iframe[src^="https://www.topqualitylink.com"]
||cdn.ouo.io/images/download-ad.
ouo.io##a[href*="adk2x.com/imp"]
independent.co.uk##.partner-slots
watchseries.cr##.support
watchseries.cr##a[href*="/apu.php"]
||putlocker.fit/wp-content/themes/putlocker/images/*-free.png^
freethesaurus.com##div[class][id] > a > img:not([src^="http"])
afaqs.com###mast_container
labnol.org##.kuber
onwatchseries.ac##.vidhold1
onwatchseries.ac##.push_button.red
onwatchseries.ac##.listings > li[style*="height:320px;"]
outlookindia.com##.inline_ad
hibasex.com##.adundefined
hibasex.com###ad18
vevosex.com###videoOverAd
||widget.crowdynews.com^$domain=forums.hardwarezone.com.sg
||jetload.tv/js/news-cr.js
veecast.net###table1
sportstvstream.me##.bannerfloat
vipleague.ws##.embed-responsive > iframe#player + div
vipleague.ws##a[href^="http://www.downloadplayer.info"]
mockupworld.co##.ABD_display_wrapper
xxxyours.com##.video_adv
xxxyours.com##.adv-wrapper
||jetload.tv/js/newsbh.js
||dato.porn/*.php?$popup
||onhockey.tv/mayki*.gif
||onhockey.tv/pic/sad.gif
||onhockey.tv/pic/watoa.gif
||javhdx.com/banner/
watch32movies.co##div[style$="text-align:center;"] > a[rel="nofollow"] > img
tenforums.com##.posts > li.postcontainer.chill[id^="yui-gen"]
||fastpiratebay.co.uk/static/img/download*.png
revolvy.com##div[id^="ad_slot_"]
revolvy.com###topper_info
revolvy.com###side_box > div[id^="side_"]
oddnaari.in##.topouter-ad
visit4movies.com##a[href^="/movieHD/?"]
digiday.com##.ad_640
infowars.com##.article-ad
canonrumors.com##.blogroll-ad
saveapk.net##.post-content center> a[href^="http://apploading.mobi/mobi"]
vidzi.me##div > a[href^="http://tinyurl.com/"][rel="nofollow"]
thevidhd.club,onvid.club,streamin.to###rkm
rapidvideo.ws###rekrapid
geekandsundry.com##.bannerplaceholder
geekandsundry.com##div[id*="-banner-wrapper-"]
||cf5.rackcdn.com^$script,domain=cbssports.com
putlockertv.is##.menu-box > h2:nth-of-type(2)
||pornhost.com/j4.php
||pornhost.com/jscript/_features.js
||pornhost.com/*.php?js=*&cache=
://*.top^$domain=putlockertv.is
://*.party^$domain=putlockertv.is
||ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js$domain=eurogamer.net
search.yahoo.com##.searchRightMiddleAds
search.yahoo.com##.searchCenterTopAds
search.yahoo.com##.searchRightBottomAds
||static.flashx.tv/img/fx.png
onmsft.com##.adblock
money.cnn.com##.medianet
||legacy.com/obituaries/affiliateartwork.axd^
bf4stats.com###sidebar > .sidebox:nth-child(3)
mixing.dj##.td-ss-main-sidebar > aside.widget_text
merriam-webster.com##.home-top-creative-cont
whattomine.com##.baikal-link
steamid.eu##.row.text-center[style$="min-height:110px;"]
independent.co.uk##.taboola-leaderboard
dato.porn##div[style*="z-index: 999"][onclick]
tampermonkey.net###ads_are_visible+table div.adventing.house
||onclkds.com/apu.php^
||xvidstage.com/superplayer.png
||powvideo.xyz/bon/
daclips.in###player_img > a
||telugu.samayam.com/tgsgia/
samayam.com##style[type="text/css"] + div[class]:not([id]):not([style]):not([class*=" "])
bittorrent.am##td[align="center"] > a[rel="nofollow"] > img
project-free-tv.im###mybox > center > a[href^="http://project-free-tv.im/play-now/"]
uploading.site##div[style*="z-index:2001;"][style*="width"]
||pop.redirect.adsjudo.com^$popup
||go.ad2up.com/afu.php^$popup
robinwidget.org##.banner-1
privatestream.tv##div[id^="timer"]
||privatestream.tv/adinit^
robinwidget.org##.banner-2
putlockeris.org##.movie_ratings > a[href^="http://www.putlockeris.org/stream/watchpremium.php"]
sports4u.live###ads-wrap
sports4u.live##a[href^="http://sports4u.live/ads"]
9to5mac.com##.leaderboard
9to5mac.com##.post-content > div.fallback-unit.river-unit
vodlocker.club##center > a[href^="http://www.vodlocker.lol"] > img
123greetings.com###pre_roll
play.esea.net###module-ads-home-bottom
csgoproconfig.com##img[style="vertical-align:middle;width:160px;height:600px;"]
||gizmodo.in/gzdics/
||tamil.samayam.com/tsiag/
||malayalam.samayam.com/msaig/
||eisamay.indiatimes.com/esmag/
||navbharattimes.indiatimes.com/nbige/
||maharashtratimes.indiatimes.com/mtpic/
||vijaykarnataka.indiatimes.com/vkcip/
indiatimes.com##style[type="text/css"] + div[class]:not([id]):not([style]):not([class*=" "])
||rapidvideo.ws/superplayer.
||androidkai.com/uploads/*.js?wkid=
avxhome.se##a[href^="https://icerbox.com/premium"]
cliphunter.com###plrAd
msn.com###main > div[aria-label^="microsoft store"][data-section-id="stripe.msstore"]
csgolounge.com###gwd-ad
putlockeris.org##.movie_navigation > a[href="http://www.putlockeris.org/playhdversion/"]
thewindowsclub.com##.ad-widget
||mp4upload.com/jquer1.js^
thevideo.me###player_code > .col-sm-3
||torrentdownloads.cc/logo_d*.jpg
torrentdownloads.cc##.inner_container > div:not([class]):not([id]) > div[style^="float:left"]
||cdn.needrom.com/ulefone/needrom-ulefone-*.gif
putlockerlink.com##div[style^="width: 728px; height: 120px;"]
tvzion.com,newmoviezion.pro###WatchNowButton[href="#"]
tvzion.com###WatchNowButton.LolElement
tutorialspoint.com##.topgooglead
tutorialspoint.com##.bottomgooglead
ultimate-guitar.com##.ug-ad-300
ultimate-guitar.com##.interstitial_overlay
ultimate-guitar.com##section.js-interstitial
revdownload.com##.text-ads > a
pcportal.org.ru###ddew_ovnova
pcgamer.com##.slotify-slot
||lavatronics.co.uk/images/openatv.gif
||images.mynonpublic.com/openatv/*/_sponsoren/
||satking.de/images/banners/
msn.com##.apppromocard
||msn.com/spartan/dhp/*/ecpajax/*&externalContentProvider=
||radiotunes.com/_papi/v1/radiotunes/ads/webplayer?
gearburn.com###x_inter_ad
gearburn.com###x_inter_ad_header
gearburn.com###fadeMe
zdnet.com##.content-top-leaderboard
putlocker-movies.is##.wp-content > div[style] > a[rel="nofollow"] > img
||watchseries.ac/images/300x250n*.jpg
||watchseries.ac/images/728x90n*.png
watchseries.ac##.listings > li[style="/*width:370px;*/ float:left; padding:5px 10px 5px 30px; margin:0; height:320px; "]:first-child
watchseries.ac##.sp-leader
pcgamer.com##div.placeholder[data-slot-name]
173.199.189.86###ad_global_below_navbar
||situslivescore.com/images/*.gif$domain=173.199.189.86
tellows-au.com,tellows-tr.com,tellows.at,tellows.be,tellows.ch,tellows.co,tellows.co.nz,tellows.co.uk,tellows.co.za,tellows.com,tellows.com.br,tellows.cz,tellows.de,tellows.es,tellows.fr,tellows.hu,tellows.in,tellows.it,tellows.jp,tellows.mx,tellows.nl,tellows.no.com,tellows.pl,tellows.pt,tellows.ru,tellows.se,tellows.tw###singlecomments > li.comment:not([id])
reuters.com###bd_article
reuters.com###bd_article2
reuters.com###bd_article3
windowsreport.com###content > .post-featured-image + .description + .single-content-section
gorillavid.com##.video-full-menu > #related
latimes.com##.trb_gptAd
nosvideo.com###btn_download + a[href^="http://www.downloadplayer.info/sportstreaming/"]
nosvideo.com##.video_zx_fadeinx
||anyporn.com/player/html.php$subdocument
hdporn.net##.right_bg
proporn.com##.drt-sponsor-block
proporn.com##.drt-spot-box
proporn.com##.it-sponsor-site
hdpornstar.com##.rmedia
hdpornstar.com###footZones
||hdpornstar.com/*?ident=*&id_channel=*&ref=*&id_dimension=
winporn.com##.spots.refill.contain
winporn.com##.drt-spot-box
winporn.com##.it-sponsor-site
winporn.com##.drt-sponsor-block
mixesdb.com###adCatBottom
movpod.net,daclips.com###hd_btn
x1337x.eu,1337x.to##.box-info-detail > div[class]:not([class="manage-box"]):not([class^="torrent-"]):not([class="pagination"]):not([class="table-list-wrap"]) > a[id]
putlocker.ac##a[href="/sih"]
putlocker.ac##a[href^="http://my.putlocker.to/movieHD/?title="]
||staticice.com.au/images/cg_*.jpg
2ddl.org##.postarea a[href="javascript:void(0);"][rel="nofollow"]
emedicinehealth.com###AD_Top_rdr
kaskus.co.id,kaskus.com,kaskus.us###BannerAts
kaskus.co.id,kaskus.com,kaskus.us###BannerBwh
kaskus.co.id,kaskus.com,kaskus.us###Conho01Left
kaskus.co.id,kaskus.com,kaskus.us###Conho01midd
kaskus.co.id,kaskus.com,kaskus.us###Conho01right
amazon.co.uk,amazon.com###DAnsm
onlinemschool.com###G_M
alllive1.blogspot.com,alllive1.blogspot.com.au,alllive1.blogspot.de,fulltvsports7.blogspot.com,fulltvsports7.blogspot.de,mrivx.blogspot.com,mrivx.blogspot.com.au,mrivx.blogspot.de###HTML1
directogoltv.com,fulltvsports7.blogspot.com,fulltvsports7.blogspot.de###HTML2
watch5s.to###IDX
hellporno.com###InPlayerAds
kaskus.co.id,kaskus.com,kaskus.us###Middle_blue
kaskus.co.id,kaskus.com,kaskus.us###Middlehome021
kaskus.co.id,kaskus.com,kaskus.us###Middlenahome1
zone.msn.com###Module_Marketing
onlinemschool.com###Om_Left
rapidvideo.ws###OnPlBan
mail.live.com###RightRailContainer
breitbart.com###SideW > div[class="ad Hmobi SWW"]
zone.msn.com###Superblip
idope.se###VPNAdvert
wunderground.com###WX_WindowShade
multiup.org###__admvnlb__modal_container
softpedia.com###_wlts
softpedia.com###_wlts_lead
kaskus.co.id,kaskus.com,kaskus.us###a6d05129
html.net###a_rectangle > span[style^="width:336px; height:280px;"]
kaskus.co.id,kaskus.com,kaskus.us###ab712af0
pastebin.com###abrpm2
robinwidget.com###ad
soompi.com###ad-med-rect
byetv.org,castfree.me,freelive365.com###ad300
pornhub.com###adBlockAlert
myfxbook.com###adPopUpContainer
giveaway-club.com###adPopup
ah-me.com###ad_banner
9-teens.com,addporn.net,bdsmfap.com,extreme-forum.net,porno-maniac.org,xxxboard.net###ad_global_below_navbar
reddit.com###ad_main_top
livestreamtv.me,streamlive.to,iguide.to,mamahd.com###ad_overlay
sportshubtv.com###ad_show
sportshubtv.com###ad_tekst
gowatchseries.to###adb
agar.io###adbg
tehnotone.com###adboxartbottom
aliez.me###adbtm
gtcaster.com###adc
vipracing.info###addTop
yahoo.com###adeast
edmunds.com###adhesion-container
max-deportv.info,multiup.org###admvpu
ubuntumaniac.com###adpost2
icefilms.info###adrightside
aplayer2.me,sportslogos.net,cyrobo.com,lavamovies.se,aliez.me,aliez.tv,hdcast.org,ip-address.org,lshstreams.com###ads
youjav.me###adsborder
zonasports.ch,arenavision.in,deportesmax.com,elgoles.net,elgoles2017.blogspot.com,elgoles2017.blogspot.com.au,k2deporte.xyz,max-deportv.info,maxdeportv.net,mitierratvco2.com,pasiondeport2.blogspot.com,pasiondeport2.blogspot.com.au,pasiondeport2.blogspot.de,portalzuca25.ucoz.com,starshd.xyz,zonasports.be,zonasports.to###adsdiv
gowatchseries.to###adsl
polisionline.com###adslayoutleft
polisionline.com###adslayoutleftright
ip-address.org###adsleft
gowatchseries.to###adsr
chia-anime.tv,wholecloud.net###adv1
klart.se###advertisement-top
alphaporno.com,crocotube.com###advertising2-preroll
whois.net###advertising_banner_bottom
osdn.net###after-download-ad
amazon.com###ape_Detail_dp-ads-center-promo_Desktop_placement
mixesdb.com###area-trending.clear
tweaktown.com###background_skin
canalesdelpueblotv.info###bandiv
powvldeo.net,olink.icu,vlink.icu,mydramaoppa.com,rapid58.com,eatcells.com,vidload.co,streamsk.com,powvideo.xyz,pastelink.net###banner
myp2p.biz,realstreamunited.tv,sportcategory.tv###bannerInCenter
mystreans.com###banner_container
bigvid.me###banner_over_vid
tubesex.me###banneradv
tuttosportweb.com###bannerbottom
mystreans.com,sportp2p.in###bannerfloat
samistream.tv###bannerfloat2
celebritybeautymagzine.com###beforeyougo
ebay.co.uk,ebay.com,ebay.de###billboardSideBanner
windowsxlive.net###billboard_placeholder
neogamr.net,neowin.net###billboard_wrapper
wagnardmobile.com###block-block-3
rslinks.org###block-block-58
stomp.com.sg###block-boxes-q0010-widget
twomovies.net###blockedAd
ign.com###blogrollInterruptDeals
software.informer.com###bnr_block
allkeyshop.com###body > a[id^="box-"]
mixesdb.com###bodyContent > div#appendBelowBodyContent
onhax.me###bottom-promo-abdload
mhktricks.net,onhax.me###bottom-promo-dload
economictimes.indiatimes.com###bottomAd
sexxx.cc###bottom_blockBanner
websporhd.net###button2
icefilms.info###buttons > #list > div[style="width:300px; float:left; "]
tucows.com###cartouche
fcore.eu,uppit.com###catfish
kisscartoon.se###centerDivVideo ~ div[style^="margin: 0px auto;"][style$="position: relative;"]
websporhd.net###chrome_pop
streamlive.to###clickablelink
lshstreams.com###close
mystreans.com###close1
mystreans.com,sportp2p.in###closeAdButton2
verliga.net###closeX
sharecast.eu###closeb
imagefap.com###cntZZ
kaskus.co.id,kaskus.com,kaskus.us###cntysm
123movies.net###cont_player > .server_line
any.gs###content
grammarist.com###content > center > div[id^="div-gpt-ad"] + div[align="center"]
mangafox.la###content > div#spotlights
sextingforum.net###content > div[style^="text-align:"]
imagepearl.com###content > object#isdata
nowvideo.ag,nowvideo.co,nowvideo.li,nowvideo.sx,nowvideo.to###content_player > a[href^="http://betshoome.info"]
forum.warmacher.com###contentrow > center:first-child
mma-core.com###crec
tebyan.net###ctl07_ctl00_ShowScriptBanner1_divScript
ozspeedtest.com###deals-box
neowin.net###desktop_after_3rd_article
all-free-download.com###detail_content > a[href^="http://shutterstock."]
all-free-download.com###detail_content > h3:nth-last-child(-n+3)
speedtest.net###dfp-ab-leaderboard iframe
torrentleech.org###disableAdPic > a > img
javfinder.com###disqus_thread + div.secondary-vid
kissanime.ru,kissmanga.com###divAds2
ponlatv.com###divPanel
teledeporteonline.pw###divPanel > center
solidfiles.com###dlm-btn
downloadbox.org###download
ddl-warez.to###download > .btn-group
popuptest.com###dropin
analindiantube.com,asianbeautytube.com,maturespecial.com,holloporn.com###embed__pre
putlockerlink.com###episode-content > .hidden-xs.hidden-sm
feed2allnow.eu,firstrowus1.eu,gofirstrow.eu,thefeed2all.eu###fanback
royalcams.com,100tipcams.com,adultcams.me,adultchat2100.com,alphafreecams.com,bimbolive.com,bongacam.net,bongacam.org,bongacams-chat.ru,bongacams.com,bongacams.eu,bongacams2.com,cammbi.com,dcmoz.net,prostocams.com,redlightarea.com,smutcam.com###fancybox-outer
royalcams.com,100tipcams.com,adultcams.me,adultchat2100.com,alphafreecams.com,bimbolive.com,bongacam.net,bongacam.org,bongacams-chat.ru,bongacams.com,bongacams.eu,bongacams2.com,cammbi.com,clipmass.com,dcmoz.net,prostocams.com,redlightarea.com,smutcam.com###fancybox-overlay
clipmass.com###fancybox-wrap
videobash.com###fb-contest-widget
thesimsresource.com###fb-root ~ div[class^="ad-"]
beastsofwar.com###feature-holder
dailymail.co.uk###fff-inline
search.lycos.com###fixHolder
zatnawqy.net###flash_pop
supervideogameshd.com,cricfree.live,cricfree.stream,livestream4u.pw,hdcast.pw,alivefoot.net,livestreamhd.me,mbfsports.com,wizhdsports.fi,tuttosportweb.fi,wizhdsports.be,wizhdsports.is,hdgameslive.com,stream4watch.me,alivefoot.us,blogspot.com,bollymovies.in,buzina.xyz,c247.la,c247.tv,cricfree.sc,eplstream.org,funhdtv.com,hdfree.tv,lethalstreams.xyz,live9.net,newzion02.top,samistream.tv,stream2watch.me,streamlivebox.com,tuttosportweb.com,vipracing.biz,wiz1.net,wizhdsports.com,wizhdsports.to###floatLayer1
cast4u.tv,euro16.live,footdirect24.com,freesoccer.in,hdcast.info,hdmyt.info,hentai-id.tv,lshstreams.com###floatLayer2
easyvideo.me,play44.net,playpanda.net,videozoo.me###flowplayer > span[style*="z-index:"]
pcworld.com.tr###flyingBottomAd
al.ly###form-captcha > .ads
youjizz.com###fotter > .contener
freesoccer.in###freesoccer_ads
uploading.site,uploadrocket.net###glasstop
cnet.com###globalSocialPromoWrap
economictimes.indiatimes.com###googleadhp
economictimes.indiatimes.com###googleshowbtm
imagetwist.com###grip
pornhub.com###hd-rightColVideoPage div[id^="f"]
pornhub.com###hd-rightColVideoPage iframe
sexxx.cc###headerBanner
qip.ro###hellobar-wrapper
myp2p.biz,realstreamunited.tv,sportcategory.tv###hiddenBannerCanvas
wbprx.com###hidemead
stackoverflow.com###hireme
hotmovs.com###holder > .sidebar
amazon.com###hqpWrapper
vipbox.tech###html2
csport.xyz,streamonsports.com,1me.club,streamhub.live,buffstream.net,fgames.pw,livegoal.pw,streamgaroo.com,vipbox.online###html3
relink.to###iBunkerSlideWrap
vidspot.net###iframebanner
iwatchgameofthrones.net###img-ad
vidwatch.me###impo_overlay
pinflix.com,pornhd.com###inVidZone
pornhd.com###inVideoZone
pornshareproject.org###index_stats > center > a > img
lazarangelov.academy###inside-banner
pornokeep.com,xxxtubedot.com,enjoyfuck.com,fuckgonzo.com###invideo_2
modelsxxxtube.com,pornexpanse.com,tubesex.me,tubevintageporn.com,xxxadd.com,whitexxxtube.com###invideo_new
pornoxo.com###invideo_wrapper
sexu.com###jw_video_popup
sexu.com###jw_video_popup_button
powvldeo.net,powvideo.xyz,powvideo.net###keepFloatin
t3.com###kicker1
ign.com###knight
mashable.com###lead-banner
superherohype.com###leaderboard.ad
breakingmuscle.com###leaderboard[style]
snbforums.com###leaderboardspacer
appaddict.org###left-stack > a > img[alt]
comparegames.com.au###left_content a[rel="nofollow"] > img
bitcoinzebra.com###lhsTopAd
mensjournal.com###main > .module-partners
imagefap.com###main > center > center > div[style="height: 90px;"]
xvideos.com###main > div.large-screen-show > div[id] > img[style]
youjizz.co###main > table[width="100%"] > tbody > tr > td[width][style="padding-right:0px;"]
porntube.com###main-banner-grid
fragrantica.com,fragrantica.ru###mainpicbox > div#newsocial
backin.net###mdtimer
depositfiles.com,depositfiles.org,dfiles.eu,dfiles.ru###member_menu > .submenu
zoomtv.me###membz
pxstream.tv###mg_dindin
blitzstreams.com,flashstreams.net###micast_ads
cast3d.pw,sitenow.me###micontenedor > div:not([id$="jwplayer1_wrapper"])
xtremetop100.com###middleb > a[href="http://retro-wow.com"] > img
xtremetop100.com###middleba[style="height: 100px;"]
marketwatch.com###moreHeadlines
poidb.com###mpu
motorsport.com###ms_skins_top_box > div > img
motortrend.com###mt_mobile_app_promo
thestack.com###mydfpad
backin.net,playedto.me###mydiv
wowhead.com###news-block-group
siliconera.com###nextprev2
beeg.com###ntv
ozarksfirst.com###nxcms_dotbiz
forum.avast.com###offer-chrome
onhax.me###oh-prom-lasd-a
sneakernews.com###omc-sidebar
workgroupvideo.com###over-large
arsopo.com,workgroupvideo.com###over-small
123movies.is###overlay-123plugin
strikeout.co,vipbox.tv###overlay_countdown
porn-bb.net###page-body > div > center > a > img
te-en.com###page-body > p > span[style="font-weight: bold; "] > a > img
te-en.com###page-body > p > span[style="font-weight: bold; "] ~ a > img
wagnardsoft.com###page-body div.post:not([class*="has-profile"])
pornhd.com###pageContent > ul.thumbs.inside-row
cafemom.com###partnerLinks
videokoo.com###player > #box_0
worldsport.pro###player > center > img
pasiondeportiva.me###player > div > div > div[style="text-align: center;"]
livestreamhd.me###player > div > div[style="text-align: center;"]
mylust.com###player > div#kt_b
4live.org###player > iframe + div:not(id):not(class)
vshare.eu###player-preview-container
hypnotube.com,iyottube.com,shemalemodelstube.com,xxxity.com,handjobhub.com,wankflix.com,tgpdog.com,messytube.com,madnessporn.com,gaytiger.com,italianoxxx.com,pornpy.com,live-privates.com,shemalestube.com,amateurporn1.com,dreamamateurs.com,pornwatchers.com,ashemaletv.com,xxxkingtube.com,avforme.com,hotclips24.com,homemoviestube.com,pornclipsxxx.com,free-sex-video.net,dato.porn,freepornhq.xxx,nudez.com,myindianporn.com###playerOverlay
daclips.in###player_ads
exashare.com###player_imgo
watch5s.to###pop-subscribe
france24.com###popit
ddlvalley.cool###post-347375
forum.xda-developers.com###posts > .postbit-wrapper.xda-box
spot-the-differences.com###preload_leaderboard
outlook.live.com###primaryContainer > ._n_p
newegg.com###promoTop
luxuretv.com###pub72890
nexusmods.com###pub728x90
ebay.co.uk###pushdownAdFragment
channel.televizyon.pw###pushengage_confirm
hdxxx.me###putdiv
imagetwist.com###rang2
rapidvideo.ws###rapid1
watchcartoononline.io###reklam_mgid
sports-stream.net,tv-sport-hd.com###reklama1
cam4.de.com###removeAdWrapper
flightradar24.com###responsiveBottomPanel
bitcoinzebra.com###rhsTopAd
m.crn.com###ribbon_ad
search.yahoo.com###right .dd.fst.lst > div.compTitle.fc-4th
search.yahoo.com###right .dd.fst.lst[style^="background-color:#FFF"]
droidgator.com###rightad-top
droidgator.com###rightad-top-bottom
tomshardware.com###rightcol_top
tomshardware.com###rightcol_top + .space-b30
tomshardware.com###rightcol_top_anchor
imagebam.com###road-block
supermarketnews.com###roadblockbackground
supermarketnews.com###roadblockcontainer
ibrodtv.net###rom1
fulltvsports7.blogspot.com,fulltvsports7.blogspot.de###rsidebar-wrapper
sawlive.tv###sawdiv
winaero.com###secondary > #text-2:first-child
sceper.ws###secondcol > div[id^="text-"][class="widget widget_text"]
vshare.io###sendif
osxdaily.com###sharing_container
pornexpanse.com###show_adv
crunchyroll.com###showmedia_square_adbox_new
subs.ro###side a[rel="external nofollow"] > img
imgpeak.com###sidebar
spritepad.wearekiss.com###sidebar > #ad
javhdfree.net###sidebar > div#text-2
best-jav.com###sidebar > div#text-3
javdude.com###sidebar > div.widget:not(#text-3):not(#tag_cloud-2)
java-forums.org###sidebar > li:nth-child(-n+2)
andresfutsoccer.blogspot.com,andresfutsoccer.blogspot.com.au,andresfutsoccer.blogspot.de,andresgoles.blogspot.com,andresgoles.blogspot.com.au,andresgoles.blogspot.de,futbolandres.com,mrivx.blogspot.com,mrivx.blogspot.com.au,mrivx.blogspot.de,pasiondeport2.blogspot.com,pasiondeport2.blogspot.com.au,pasiondeport2.blogspot.de,portalzuca25.ucoz.com###sidebar-right-1
forums.watchuseek.com###sidebar_container
tuttosportweb.com###sidebarchat
forum.xda-developers.com###sidepanel div[id^="crt-"]
uploaded.net###skyscraper
yahoo.com###slot_MIP
tabloidpulsa.co.id###sp642
inoreader.com###splitter > div#sinner_container
pornhd.com###stickyZone
hclips.com###stopAImapwT
strikeout.co###streambox > div[class="button red hidden-xs"]
fabsugar.com,popsugar.com###sugar-subnav-ad
theaustralian.com.au###super-skin-left-wrapper
theaustralian.com.au###super-skin-right-wrapper
msn.com###taboola-above-homepage-thumbnails
google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,google.be,google.bf,google.bg,google.bi,google.bj,google.bs,google.bt,google.by,google.ca,google.cat,google.cd,google.cf,google.cg,google.ch,google.ci,google.cl,google.cm,google.cn,google.co.ao,google.co.bw,google.co.ck,google.co.cr,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.kr,google.co.ls,google.co.ma,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,google.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.com,google.com.af,google.com.ag,google.com.ai,google.com.ar,google.com.au,google.com.bd,google.com.bh,google.com.bn,google.com.bo,google.com.br,google.com.bz,google.com.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.com.et,google.com.fj,google.com.gh,google.com.gi,google.com.gt,google.com.hk,google.com.jm,google.com.kh,google.com.kw,google.com.lb,google.com.ly,google.com.mm,google.com.mt,google.com.mx,google.com.my,google.com.na,google.com.nf,google.com.ng,google.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,google.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,google.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,google.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,google.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.fi,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,google.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,google.iq,google.is,google.it,google.je,google.jo,google.kg,google.ki,google.kz,google.la,google.li,google.lk,google.lt,google.lu,google.lv,google.md,google.me,google.mg,google.mk,google.ml,google.mn,google.ms,google.mu,google.mv,google.mw,google.ne,google.nl,google.no,google.nr,google.nu,google.pl,google.pn,google.ps,google.pt,google.ro,google.rs,google.ru,google.rw,google.sc,google.se,google.sh,google.si,google.sk,google.sm,google.sn,google.so,google.sr,google.st,google.td,google.tg,google.tk,google.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws##.gws-local-promotions__border
google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,google.be,google.bf,google.bg,google.bi,google.bj,google.bs,google.bt,google.by,google.ca,google.cat,google.cd,google.cf,google.cg,google.ch,google.ci,google.cl,google.cm,google.cn,google.co.ao,google.co.bw,google.co.ck,google.co.cr,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.kr,google.co.ls,google.co.ma,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,google.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.com,google.com.af,google.com.ag,google.com.ai,google.com.ar,google.com.au,google.com.bd,google.com.bh,google.com.bn,google.com.bo,google.com.br,google.com.bz,google.com.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.com.et,google.com.fj,google.com.gh,google.com.gi,google.com.gt,google.com.hk,google.com.jm,google.com.kh,google.com.kw,google.com.lb,google.com.ly,google.com.mm,google.com.mt,google.com.mx,google.com.my,google.com.na,google.com.nf,google.com.ng,google.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,google.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,google.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,google.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,google.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.fi,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,google.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,google.iq,google.is,google.it,google.je,google.jo,google.kg,google.ki,google.kz,google.la,google.li,google.lk,google.lt,google.lu,google.lv,google.md,google.me,google.mg,google.mk,google.ml,google.mn,google.ms,google.mu,google.mv,google.mw,google.ne,google.nl,google.no,google.nr,google.nu,google.pl,google.pn,google.ps,google.pt,google.ro,google.rs,google.ru,google.rw,google.sc,google.se,google.sh,google.si,google.sk,google.sm,google.sn,google.so,google.sr,google.st,google.td,google.tg,google.tk,google.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws##.gws-local-hotels__booking-module
google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,google.be,google.bf,google.bg,google.bi,google.bj,google.bs,google.bt,google.by,google.ca,google.cat,google.cd,google.cf,google.cg,google.ch,google.ci,google.cl,google.cm,google.cn,google.co.ao,google.co.bw,google.co.ck,google.co.cr,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.kr,google.co.ls,google.co.ma,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,google.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.com,google.com.af,google.com.ag,google.com.ai,google.com.ar,google.com.au,google.com.bd,google.com.bh,google.com.bn,google.com.bo,google.com.br,google.com.bz,google.com.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.com.et,google.com.fj,google.com.gh,google.com.gi,google.com.gt,google.com.hk,google.com.jm,google.com.kh,google.com.kw,google.com.lb,google.com.ly,google.com.mm,google.com.mt,google.com.mx,google.com.my,google.com.na,google.com.nf,google.com.ng,google.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,google.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,google.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,google.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,google.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.fi,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,google.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,google.iq,google.is,google.it,google.je,google.jo,google.kg,google.ki,google.kz,google.la,google.li,google.lk,google.lt,google.lu,google.lv,google.md,google.me,google.mg,google.mk,google.ml,google.mn,google.ms,google.mu,google.mv,google.mw,google.ne,google.nl,google.no,google.nr,google.nu,google.pl,google.pn,google.ps,google.pt,google.ro,google.rs,google.ru,google.rw,google.sc,google.se,google.sh,google.si,google.sk,google.sm,google.sn,google.so,google.sr,google.st,google.td,google.tg,google.tk,google.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws###tads
myyearbook.com###takeover
wunderground.com###targeted-banner
pornve.com###teaser2
aftvnews.com###text-16:nth-child(2)
urtech.ca###text-17:last-child
pocketnow.com###text-19:nth-child(5)
pocketnow.com###text-20:nth-child(2)
pocketnow.com###text-22:nth-child(6)
pocketnow.com###text-23:first-child
aftvnews.com###text-2:nth-last-child(2)
thegeekstuff.com###text-3:nth-child(2)
thewindowsclub.com###text-422067538
watchcartoonsonline.eu###text-4:nth-child(3)
antenasport.eu###text1
yahoo.com###tgtMON_sent
yahoo.com###tgtREC
msn.com###ticklerI
iptvcanales.com###tiquidiv
giveaway-club.com###today-giveaway > div[style="width: 960px;height:310px;overflow:hidden;"]
rt.com###today-media-article
4fuckr.com###top > a:not([href*="4fuckr.com"]):not([href^="/"])
4fuckr.com###top > b > :not([href*="4fuckr.com"]):not([href^="/"])
techpowerup.com##body > a[rel="nofollow external"]
techpowerup.com##.logo-wrap+* > a[rel="nofollow external"] img
sextfun.com###top-navbar.wrap
l4dmaps.com###top-promotion-bnr
l4dmaps.com###top-promotion-side
torrentking.eu###top_header
huffingtonpost.com###top_news_inner
football-lineups.com###topad
turbobit.net###topbanner
goodindianporn.com###topbar
soft32.com###toper
cast3d.pw,playerapp2.pw,ponlatv.com,teledeporteonline.pw###total
flickr.com###tt-pro-motion-tile
tucows.com###tucowsHeader
oxotube.com,xxxtubelove.com###ubr
rockradio.com###ui #panel-ad.panel
bravotube.net###umyep
sexxx.cc###under_playerBanner
pcmag.com###uswitch_widget_container
christiantoday.com###v_article > div[style*="15px;"][style*="10px"]
embed.latino-webtv.com,latino-webtv.com###ventana-flotante
ah-me.com,sunporno.com###videoContainer_pop
daclips.in,gorillavid.com,gorillavid.in###video_ad
drtuber.com###video_list_banner
puls4.com###video_pause_overlay
putlocker9.com###videof > img
imagebam.com###viroll
azulyblanco.co,sports-tv10.blogspot.com,sports-tv10.blogspot.com.au,sports-tv10.blogspot.de###vlay
bitsnoop.com###vpnBar
gismeteo.lt###weather-alfa
gismeteo.lv###weather-apollo
gismeteo.com###weather-gis-news
filehippoc.com###widgets-wrap-sidebar-right > #text-3
lightinthebox.com###winPopHtml
hotmovs.com###wrap > main > .container + noindex
te-en.com###wrap > p[style="text-align: center;"] > a > img
tigernet.com###wrapper_front > div[style="height:250px;"]
xtube.com###xtubePlayer > div[id][class]:not([class^="mhp"])
castalba.tv###xyz_overlay
gismeteo.lv###yandex
imageshack.us###yf3-popup-bg
imageshack.us###yf3-popup-container
yahoo.com###yucs-top-ff-promo
goodindianporn.com##.SAbnsBotBl
goodindianporn.com##.SHVidBlockR_Bn
chia-anime.tv##.VelBarAdCode
pornhd4k.com##.Video_Reklam
piratecity.net##._z_click
stream2watch.co,streamgaroo.com##.a-el
aarp.org##.aarpe-ad
imdb.com##.ab_zergnet
torrentking.eu##.acon5
primewire.ag##.actual_tab > .download_link
stream365.xyz,bab.la,elophant.com,ibrodtv.net,ipaddress.com,mobafire.com,movieweb.com,ndtv.com,owfire.com,samistream.com,trafficland.com##.ad
ndtv.com##.ad-banner
veronicca.com##.ad-body2
theatlantic.com##.ad-boxinjector-wrapper
theatlantic.com##.ad-boxright-wrapper
tampermonkey.net##.ad-changelog-block
reddit.com,dvbtmap.eu,dronedj.com,9to5google.com,9to5mac.com,9to5toys.com,electrek.co,infinityfree.net,ibtimes.co.uk,amp-businessinsider-com.cdn.ampproject.org,deviantart.com,usatoday.com##.ad-container
letras.com##.ad-full
cnet.com##.ad-leader-top
uberhavoc.com##.ad-notice-left
momsextube.pro,bullhub.com,megayoungsex.com,xxxmovies.pro,lesbiansex.pro,goodindianporn.com##.ad-on-video
theinquirer.net##.ad-slot-full
lifehacker.com,thenextweb.com##.ad-unit
speedtest.net##.ad-vertical-right
theatlantic.com##.ad-wrapper
patient.info##.ad.widget
castfree.me##.ad300
widestream.io##.adBlockDetected + div[class]
pornhub.com##.adContainer
epicbundle.com##.adExtraContentSuperBanner
simple-adblock.com##.ad_300x250
filehorse.com##.ad_970x250_dl
phimsk.com##.ad_location
inoreader.com##.ad_stripe
pornhub.com##.ad_title + div
pornhub.com##.ad_title + iframe
gameskinny.com##.ad_universal_ondemand
hqporner.com##.ad_video
tubesex.me,xxxadd.com##.adban1
softperfect.com##.adblock
sexwebvideo.com##.adblock-spot
computerbase.de##.adbox-wrapper
iwatchgameofthrones.net##.adclose-btn
ndtv.com##.adcont
newstracklive.com##.addBox
fapjournal.com##.ads-video-page
fapjournal.com,javengsub.com,youramateurporn.com,indiansexvideos.porn,onle.co,dausel.co,dotpelangi.xyz,yesnetwork.com,indiatoday.in,vidcloud.icu,mangafox.cc,mangafull.net,appvn.com,chia-anime.tv,hentaihaven.org,h2mp3.com,livetvcafe.me,photagram.net,tapas.io,freefrontend.com,ally.sh,myplaycity.com,cafemovie.me,mercadojobs.com,thepiratebay.org,sgxnifty.org,justmp4.com,cyberscoop.com,stream-mydirtyhobby.biz,filmcomment.com,youngpornvideos.com,eventcinemas.com.au,findyourlucky.com,iwannawatch.to,linuxmint.com,mobafire.com,themepack.me##.ads
google.ae,google.at,google.be,google.by,google.ca,google.ch,google.cl,google.cn,google.co.id,google.co.in,google.co.jp,google.co.th,google.co.uk,google.co.ve,google.co.za,google.com,google.com.ar,google.com.au,google.com.bd,google.com.br,google.com.co,google.com.eg,google.com.hk,google.com.mx,google.com.my,google.com.ng,google.com.pe,google.com.ph,google.com.pk,google.com.sa,google.com.sg,google.com.tr,google.com.tw,google.com.ua,google.com.vn,google.de,google.dk,google.ee,google.es,google.fr,google.gr,google.hu,google.ie,google.it,google.nl,google.no,google.pl,google.pt,google.ro,google.rs,google.ru,google.se,google.sk,google.tn##.ads-ad
heroesfire.com,mobafire.com,pgfire.net,vaingloryfire.com##.ads-narrow
hwinfo.com##.ads2
uploadocean.com##.ads_big
chia-anime.tv##.ads_frame
getapkmod.com##.ads_home-160x600
uploadocean.com##.ads_small
giveawayoftheday.com##.ads_wrap
addictinginfo.com,cmacapps.com,computerera.co.in,cypt.ga,dailyuploads.net,download.mokeedev.com,fas.li,file-upload.cc,genbird.com,getlinkgenerator.com,realses.com,shink.in,upload.af,uploads.to,uplod.ws,urlex.org##.adsbygoogle
getapkmod.com##.adshome1
javhdx.tv,pornhdx.tv##.adsright
findyourlucky.com##.adst
bestream.tv##.adswidth
pdf24.org##.adtext
ranker.com##.adunit
techtimes.com##.adunit_video
xxxtubedot.com##.adv-b
vjav.com##.adv.movable-top
alohatube.com##.advbox
fijivillage.com,videogameschronicle.com,sh.st,destyy.com,eurogamer.pt,eurogamer.net,velonews.com,tenplay.com.au,moonbit.co.in,girlsgogames.co.uk,globalrph.com,clkmein.com,pornwatchers.com,festyy.com,stileproject.com,beeg.com,blogto.com,newsweek.com,unogs.com##.advert
torrentdownloads.net##.advert_img
bitcoinzebra.com##.advertise-button
nuvid.com,livesport4u.com,pcast.pw,discordemoji.com,soft112.com,perfectgirls.net,indaily.com.au,generatorlinkpremium.com,8tracks.com,digiday-com.cdn.ampproject.org,playstream.club,biggestplayer.me,mathopenref.com,playlive.pw##.advertisement
alphaporno.com##.advertising-side
pornokeep.com##.advmnt
roxtube.com##.advus
redmp3.su##.album-cover-left > .ac
downloadbox.org##.am-comment
gossipcop.com##.am-ngg-right-ad
amazon.co.uk,amazon.com##.amsSparkleAdContainer
forbes.com##.article-mobile-ad
forbes.com##.article-native-ad
thesportbible.com##.article-sidebar__advert
brightside.me##.article-yandex-direct
ifate.com##.articleleftfloater
myasiantv.com##.av-right
myasiantv.com##.av-top
xhamster.com##.avdo
porn.com##.azF
porn.com##.azR
porn.com##.azRB
alawar.com##.b-game-list__bnr-title-wrapper
giveaway-club.com##.b-spot-adsense
indiansgetfucked.com##.b850x80
epicbundle.com##.background-click
beastsofwar.com##.badge-bar-top
stream2watch.co##.ban_b
freesexnight.com##.ban_list
cosplayjav.pl##.baner-bottom-section
clip2net.com##.bann-plugin
yts.ag##.banner-bordered
wantedbabes.com,softonic.com##.banner-center
avxhome.in##.banner-links
jizzbunker.com##.banner-popup
ehftv.com##.banner-wrapper
speedvid.net##.banner3
paycalculator.com.au##.banner300250
paycalculator.com.au##.banner72890
avast.com##.banner__inner
fshare.vn##.banner_left
fshare.vn##.banner_right
funhdtv.com,liveonlinetv247.info,sportp2p.in##.bannerfloat
appvn.com##.bannergroup
wantedbabes.com,wonderopolis.org,thehackernews.com,amaturetube.net,xxxadultphoto.com,teenfuckhd.com,hdxxx.me,mumbrella.com.au##.banners
vikiporn.com##.banners-area
pornexpanse.com##.banners_pl
techpowerup.com##.bgujfgdn
sanet.me##.big_banner_adv
itechpost.com##.bk-sidevid
extremetube.com##.bkg-ad-browse
myindianporn.com##.block-300x250-ads
mensfitness.com##.block-ami-dfp-blocks
onwatchseries.to##.block-left-home-inside[style*="252px; text-align:"]
hdzog.com##.block-showtime
inoreader.com##.block_article_ad
wccftech.com##.body.clearfix > div[style$="text-align:center; margin:0 0 15px 0;"]
bdsmboard.org##.body_wrapper > a[rel="nofollow"] > img
fetish-board.org##.body_wrapper > center > a[rel="nofollow"] > img
xwowgirls.com##.bodycontainer > span[style$=";position:relative;"]
kaskus.co.id,kaskus.com,kaskus.us##.bottom-frame
reverso.net##.bottom-rca
theatlantic.com##.bottompersistent-wrapper
oklivetv.com##.box
hltv.org##.boxBodyFadeDark:last-child > a[href^="https://goo.gl"] > img
nv.ua##.brand_banner
blic.rs##.brand_left
blic.rs##.brand_right
pornhub.com##.browse-ad-container + div[style*="float:right"]
solidfiles.com##.buttons > a[class="btn btn-success btn-sm"]
overclock.net##.buynow
onwatchseries.to##.category-item-ad
imzog.com,tuberel.com##.category-item.vda-item
wagnardmobile.com##.cc01
freewarefiles.com##.center-gray-ad-txt
hltv.org##.centerFade > div[style] > div.rNewsContent + center > a > img
zippyshare.com##.center_ad
animefrenzy.net,royalcams.com,100tipcams.com,adultcams.me,adultchat2100.com,alphafreecams.com,bimbolive.com,bongacam.net,bongacam.org,bongacams-chat.ru,bongacams.com,bongacams.eu,bongacams2.com,cammbi.com,dcmoz.net,prostocams.com,redlightarea.com,smutcam.com##.chatbox
sevenforums.com##.chillad
mathopenref.com##.citeSkyScr
ndtv.com##.cnAdDiv
wired.com##.col#we-recommend
readmanga.today##.col-right > .btn-block + p + div.title
shockwave.com##.col.col4.colLast
seattlepi.com##.commerce
ddlvalley.cool##.cont > center > strong > a[id][data-wpel-link]
tinypic.com##.container > .browse > span
soccerjumbotv.me##.containerDiv
adminsub.net##.container_ad_v
anysex.com##.content > .center.no_pop
bravotube.net##.content > .headline
bravotube.net##.content > .headline + table
t411.li##.content > div.block > p[align="center"] > a > img
1putlocker.io,123movies.is##.content-kuss
alphaporno.com##.content-provider > a[rel="nofollow"] > img
my.earthlink.net##.contest-promo
porn-bb.net##.copyright > center > a > img
putlocker-movies.is##.data > a[rel="nofollow"] > img
world4ufree.ws##.ddbutt
credio.com##.ddc-section-ad
hentaihaven.org##.desktop-ads-widget
now.dolphin.com##.detail-lnk-download-banner
speedtest.net##.dfp-ab-leaderboard
kisstvshow.to,kissasian.sh,kissasian.ch,kissanime.ru,kissanime.to,kisscartoon.se##.divCloseBut
btsone.cc##.dlb > a:not(.dl_black)
torrentz.com,torrentz.eu,torrentz.ph##.dontblockmebro
turbobit.net##.download-top-aplayer
primewire.to##.download_link
watch-series-tv.to##.download_link_sponsored
limetorrents.cc##.downloadareabig
vipracing.us##.dropup
ffilms.org##.entry > a[href^="http://creativesrv.com/apu.php"]
javdude.com##.entry > center > a > img
javdude.com##.entry > center:empty
ffilms.org##.entry > p[style="text-align: center;"]:first-child
multicrack.com##.entry-content > center > a[rel="nofollow"] > img
elgoles.net##.entry-content > center > div > b > span[style$="background-color: black;"]
elgoles.net##.entry-content > center > div > center > span[style$="color:red;"]
elgoles.net##.entry-content > center > div > p > b > span > span[style$="color: white;"]
elgoles.net##.entry-content > center > div > p > b > span[style$="background-color: black;"]
elgoles.net##.entry-content > center > div > span[style$="color:red;"]
elgoles.net##.entry-content > center > span[style$="color:red;"]
watchfree.to##.episode_pagination + div[class^="v"]
videobash.com##.facebook-contest-header
onlinebarcodereader.com##.fadein-wrap
filerio.in##.fancybox-overlay
videobash.com##.fb-winner
gayhd.pro,dvdgaysex.com,lhscan.net,rawlh.com,gomoviesuk.com,sexhay18.net,shareae.com,gaimup.com,netsextop10.net##.float-ck
stream2watch.me,xuuby.com##.floater
playpornx.net##.florta > div.mingplus
mije.net##.foot
sexwebvideo.com##.footer-content > .uk-container-center
pornhd.com##.footer-zone
sexu.com##.footerBanners
stream2watch.co##.fpl
justporno.tv##.frame-box
onwatchseries.to##.freeEpisode
hitc.com##.from-the-web
thesaurus.com##.ftsp
hi-likes.com##.full_ad
armytimes.com,marinecorpstimes.com,navytimes.com##.gamedaypromo
celebritybeautymagzine.com##.glue_block_layer
healthnews24.net##.glue_popup
linkedin.com##.go-premium
apkmirror.com##.google-ad-leaderboard
apkmirror.com##.google-ad-leaderboard-injected
apkmirror.com##.google-ad-leaderboard-smaller
apkmirror.com##.google-ad-square
indiatimes.com##.googlead
thesimsresource.com##.group div[class^="ad-"]
autoblog.com##.grv-related
movierulzfree.me,bmoviesfree.ru,ffmovies.ru,fmovies.cool,putlockertv.to,putlockers9.ws,bmovies.se,fmovies.unblocked.vc,bmovies.is,fmovies.se,fmovies.is,fmovies.se##.hd-buttons
seattlepi.com##.hdnce-e[class$="-dealnews"]
mixcloud.com##.header-leaderboard
soundfox.biz##.header-reklam
txxx.com##.heading.heading--dark
yts.ag##.hidden-sm.rating-row > a
healthline.com##.hl-loading-mask
mycokerewards.com##.homePageBannerAdTopComponent
theatlantic.com##.homepage-ad
wowhead.com##.horizontal-bg
alluc.ee##.ifab
alluc.ee##.ifabh
washingtonpost.com##.image-promotion
vipracing.tv,vipracing.vip,vipracing.info##.in-video-adds
trictrac.net##.inner-wrap > .row > .medium-11.text-center > a[href^="https://www.trictrac.net"]
ndtv.com##.ins_adwrap
pattayatalk.com##.ipb_table > * > .redirect_forum
youpornbook.com##.ipsWidget[data-blockid]
mhktricks.net##.jetpack-image-container > a:not([href^="http://mhktricks.net/"]) > img
theguardian.com##.js-outbrain
lifehacker.com##.js_contained-ad-container
fetishshrine.com##.l-col > .row.vid-spot
thefix.nine.com.au##.latest-feed__ad
eenadu.net##.lcol-ad-block
wnd.com##.leader-board-top
poidb.com##.leaderboard
live.robinwidget.com##.left-block
ftop.ru##.left-block > div.row > div.add-block
idiva.com##.left-container > div[data-layout="content"] > div > div[class] > div > a[onclick]
onhax.me##.lelabp
indiatimes.com##.li_banner_wrap
watchfree.to##.link_middle > .sl_wrap
theatlantic.com##.liveblog__ad
theatlantic.com##.liveblog__highlights__ad
reverso.net##.locdrcas
forbes.com##.lowad
mathopenref.com##.lowerRect
mma-core.com##.lrgvid
example.com,google.ae,google.at,google.be,google.by,google.ca,google.ch,google.cl,google.cn,google.co.id,google.co.in,google.co.jp,google.co.th,google.co.uk,google.co.ve,google.co.za,google.com,google.com.ar,google.com.au,google.com.bd,google.com.br,google.com.co,google.com.eg,google.com.hk,google.com.mx,google.com.my,google.com.ng,google.com.pe,google.com.ph,google.com.pk,google.com.sa,google.com.sg,google.com.tr,google.com.tw,google.com.ua,google.com.vn,google.de,google.dk,google.ee,google.es,google.fr,google.gr,google.hu,google.ie,google.it,google.nl,google.no,google.pl,google.pt,google.ro,google.rs,google.ru,google.se,google.sk,google.tn##.luhb-div
digitaltrends.com##.m-bonus
www2.yourshoutbox.com##.mCSB_container .shout-even[style*="padding-right"]
anysex.com##.main > .content_right
ins-dream.com##.mainContent > center > a > img
ipadforums.net##.mainContent > div.sectionMain.funbox
myfxbook.com##.mainLightBoxFilter
investing.com##.mainPopUpBannerDIV
cnet.com##.manualMpu > a[href^="https://www.cnet.com/best-web-hosting-companies-and-services-comparison/"] > img
sextingforum.net##.master_list > div[style^="text-align:"]
ndtv.com##.mastheadwrap
sportsfan.com.au##.mcnamf
sevenforums.com##.mediaads + .media400[style^="padding:"]
omgchrome.com##.menu-banners-container
fulltvsports7.blogspot.com,fulltvsports7.blogspot.de##.menu-secondary-container
gamefaqs.com##.message_mpu
onepiecepodcast.com##.mks_ads_widget
gamenguide.com##.mleft > div > div.product-box1
lifewire.com##.mntl-gpt-adunit
videohelp.com##.mobilehide[style^="width:"][style*="970"]
payco.xyz,watch5s.is,btc.ms,watch5s.to##.modal-backdrop
watchfree.to##.movie_thumb > iframe[src^="/stream.php?"]
last.fm##.mpu-subscription-upsell
torrentking.eu##.mv_dir
putlockersnewsite2018.com,123movies.la,z123movies4u.com,gomovies.cool,watch5s.is,123moviestube.io,123movies.fun,123movieshd.ws,gomovies.la,123movies.io##.mvic-btn
123movies.ru##.mvic-btn > .btn-successful
ndtv.com##.nd-ad
imore.com##.netshelter-ad
avxhome.in##.news a[href^="https://goo.gl/"]
wowhead.com##.news-right .block-bg
wowhead.com##.news-right .vertical-bg
anysex.com##.no_pop > iframe
flightradar24.com##.noads
xmissy.nl##.noclick-small-banner
pornbb.org##.nodark
pornhd.com##.ntv-code-container
watchseries.cr##.odd:nth-of-type(1)
scity.tv##.onoffswitch
javhdx.tv,pornhdx.tv##.onplayerADS
putlocker-hd.tv##.openload2
windows10update.com##.optin-monster-overlay
uploading.site##.orads300
filehippo.com##.outbrain-container
online-games.co##.overlayVid
christiantoday.com##.p402_premium > div[style$="float:left;margin:0 15px; 10px 0px;clear:left;"]
tnaflix.com##.padAdv
foobar2000.org##.padding table[style$="width:auto;font-size:75%"] > caption
ipadforums.net##.pageContent > div.sectionMain.funbox
joeforamerica.com##.pan-ad-inline-adsense-left
xtube.com##.panelBottomSpace > li.pull-right
nowloading.co##.panoramic_ad_placeholder
clip2net.com##.partbn
pexels.com##.partner-box
chupala.biggestplayer.me##.pipi
porno-bus.com##.place
voyeurhit.com##.player-aside
hdzog.com##.player-showtime
voyeurhit.com##.player_stop
france24.com##.popitcontent
sfgate.com##.popupkit
nulledfree.top##.post-script > a + center > a
nulledfree.top##.post-script > a[target$="_blank"][href^="//sh.st"]
masterkreatif.com##.post_content.entry-content > div > center
mhktricks.net##.postcontent > blockquote > p > a > img
mhktricks.net##.postcontent > p > a > img
cboard.cprogramming.com##.postrow > div[style*="300px; height:"]
mezzo.tv##.pp_overlay
mezzo.tv##.pp_pic_holder
lfporn.com##.pr-widget
linkedin.com##.premium-search-upsell
competitionsguide.com.au##.prodcontainerAd
download.cnet.com##.product-single-left-rail-offer
onhax.me,onhax.net##.promo-an
vikiporn.com##.promo-block
my.deviantart.com##.promo-text
armorgames.com##.promos
hongkiat.com##.promote
solidfiles.com##.promoted-dl
pornjam.com##.publis-bottom
yts.ag##.rating-row.hidden-sm > a.fd
yts.ag##.rating-row.hidden-sm > a[class^="button-green-download"][href="javascript:void(0);"]
familyhandyman.com##.rd_mediakit
designyourway.net##.reclamaint
dailydot.com##.recommendation-engine
svscomics.org##.regi
wagnardmobile.com##.region-preblocks:first-child
gamepur.com##.region-sidebar-second-top > .block:not(#block-quicktabs-content_comments)
redtube.com##.removeAdLink
alluc.ee##.resblockx
sammobile.com##.rev
allrecipes.com##.review-ad-space
jizzbunker.com##.right-banners
pcmag.com##.right-frame
royalcams.com,100tipcams.com,adultcams.me,adultchat2100.com,alphafreecams.com,bimbolive.com,bongacam.net,bongacam.org,bongacams-chat.ru,bongacams.com,bongacams.eu,bongacams2.com,cammbi.com,dcmoz.net,prostocams.com,r2games.com,redlightarea.com,smutcam.com##.right_banner
pandamovie.net,playpornx.net##.rightdiv1
whoer.net##.rightsimple
house-mixes.com##.row > .hidden-sm
footballtransfertavern.com##.row.hp-banner
vipracing.us##.row.in-video-adds
mensfitness.com##.rr-first-block-wrapper
mensfitness.com##.rr-zergnet-wrapper
economictimes.indiatimes.com##.rtAdContainer
ebay.co.uk,ebay.com,ebay.de##.rtmCss
filepuma.com##.screenshots_ads
pornhub.com##.sectionWrapper > div[class*=" "]:not([class="sectionTitle"]):not([class="reset"])
onwatchseries.to##.shd_button
siliconera.com##.show-ads div.t-footer-curseNetwork
cubuffs.com##.sidearm-ad-blocker-message-container
epicbundle.com##.sidebar > .networkBox + .mediumTagArea
palemoon.org##.sidebar > table.topnews ~ div[style^="text-align: center;"]
snbforums.com##.sidebar > table[align="center"]
kissmetrics.com##.sidebar-ad-dark
profitconfidential.com##.sidebar-ad-div
tmz.com##.sidebar-widget iframe
kozreload.eu##.sidebar1 > aside
epicbundle.com##.sidebarAdx
sexu.com##.sidebarBanner
lfporn.com##.single-post > div#gb
makeuseof.com##.single-post-sidebar small[style^="color:"][style*="ray"]
kaskus.co.id,kaskus.com,kaskus.us##.skin
sh.st##.skip-advert
multiplication.com##.slug
gamingbolt.com##.small-ad
softpedia.com##.sng-widget
onwatchseries.to##.sp-leader
software.informer.com##.splinks
getapkmod.com##.spon2
overclock.net##.sponsor-btns
cam4.de.com##.sponsorAd
zdnet.com##.sponsoredItem
hanime.tv,linuxmint.com##.sponsors
linuxmint.com##.sponsors + h3
walmart.com##.spotAds
profitconfidential.com##.spu-bg
profitconfidential.com##.spu-box
sunporno.com##.squaretabling
hclips.com##.st_block.__bottom
itechpost.com##.story-contents > div.story-img_bigImag + div > div.product-box1
politico.com##.story-continued + .fixed-story-third-paragraph
cubuffs.com##.story_ad
.streamplay.to/*?zoneid=$script
putlockertv.is,putlockers.ch##.summary .movgr
thesportbible.com##.taboola
motorsport.com##.takeOverAdLink
postimg.org##.td-ad
windows10update.com##.td-banner-wrap-full
javtubehd.com##.td-featured-image-rec
idevice.ro##.td-post-content > #getsocialmain + center
putlocker.ac##.text-box > center > a[href="/4k"]
putlocker.ac##.text-box > center > a[href^="http://my.putlocker.to/movieHD"]
libertyalliance.com##.textwidget .zone .nb
elgoles.net##.textwidget > center > span[style$="color:red;"]
javnoi.com##.textwidget a[rel="nofollow"] > img
iwatchgameofthrones.net##.the-content > p > a[href="http://iwatchgameofthrones.net/watch-hd.html"]
iwatchgameofthrones.net##.the-content > p > a[href^="http://bit.ly/"]
msn.com##.todayshowcasead
mirror.co.uk##.top-slot
techcentral.ie##.topBanner
hltv.org##.topHolder > span > a > img
oldtorrents.com##.torrentinfo > div:not([id]):not([class]) > div[style^="float:left"]
my.deviantart.com##.tower-ad-header
sexwebvideo.com##.trailer-sponsor
orlandosentinel.com##.trb_ar_taboolaCmpn
latimes.com##.trb_masthead_adBanner
express.co.uk##.trevda
novoboobs.com##.two-adv
kmplayer.com##.txt_advertisement
thetechhacker.com##.vc_col-sm-4:nth-child(2) > * > * > section > .vc_cta3-icon-size-md
onepiecepodcast.com,slashgenie.com##.vce_adsense_widget
hotmovs.com,upornia.com##.vda-closeplay
txxx.com##.vda-iv
xstream.click##.vidcol
hclips.com##.video > .sidebar
hpjav.com##.video-box-ad
multiup.org##.video-js
porndoe.com,realgfporn.com##.video-overlay
fetishshrine.com##.video-view.recently-movies > .twocolumn > .r-col
kissanime.ru,kisscartoon.me##.videoAdClose
mcfucker.com##.videoBlock > .cnt > .vcnt > .c2p
hdxxx.me##.video_adv
bigvid.me##.video_center > div:not([class]):first-child
vidzi.tv##.vidzi_backscreen2
coub.com##.viewer__ads
androidcentral.com##.visor-breaker-ad
eporner.com##.vjs-inplayer-container
vancouversun.com##.vjs-loading-spinner
newshub.co.nz##.vjs-onceux-ad-container
bravotube.net,hd-easyporn.com##.vjs-overlay
gamespot.com##.vjs-overlay-onceux-countdown-text
newshub.co.nz##.vjs-overlay.vjs-overlay-onceux-countdown
alluc.ee##.vpnadlinkdetailstop
dailytelegraph.com.au##.w_ad
epicbundle.com##.wallpaper
zoomgirls.net##.wallpaper-2ads
multiup.org##.well > center > div[id^="video"]
torrenthound.com##.whitebg td
hi-likes.com##.wide_ad_336
hentaihaven.org##.widget-area > aside[id^="text-"]
iphoned.nl##.widget_ad_html
z-news.link##.widget_execphp
kpytko.pl##.wpmui-popup
bravotube.net##.wrap > .box-left
empflix.com##.zoneAds
zyzoom.org##.zyzoom_ads
/250x90_motortrend.gif
/[a-zA-Z0-9]{10,}/$script,third-party,domain=letwatch.to
/^http:\/\/[a-z0-9]{7}.bid\/[a-z0-9\/]{40,}\.js$/$domain=vidto.me
/cdn-cgi/pe/bag2?r[]=*.cloudfront.net$domain=goodvideohost.com
/hitfile_$image,domain=eiforia.net|jdforum.net|pornvb.org
/js/ptn/*.js?_=$domain=depositfiles.com|dfiles.eu|dfiles.ru
/pfz.swf$domain=openload.co|openload.io
/pfz.swf|$domain=thevideo.me
://$script,third-party,domain=img24.org
://www.*/*.js$third-party,domain=hon3yhd.com
forbes.com##[class^="top-fbs-ad-stick"]
dailyuploads.net##[href^="http://justgetitfaster.com/mobi?"]
04stream.com##[id^="adv"]
skidrowcrack.com##[id^="bsa"][style*="opacity:"]
04stream.com##[id^="closediv"]
04stream.com##[id^="otclosediv"]
lcpdfr.com##[style^="width: 728px;"]
mitierratvco2.com##a > img
uplod.so,uplod.ws##a > img[src^="http://goo.gl/"]
filescdn.com##a.btn.btn-labeled:not([href*="filescdn.com"])
linksafe.org##a.btn.btn-success
softpedia.com##a.mgleft_40 > img[width="728"]
patient.info##a.sponsored-wrap
forbes.com##a[data-track="circ-link"]
turbobit.net##a[href*="/apu.php"] > img
downace.com,multicrack.com##a[href*="/ref?"]
windowscentral.com##a[href*="amazon.com/b?"]
eiforia.net##a[href*="datafile.com/getpremium.html?r="]
mirrorcreator.com##a[href*="offer?prod="][target$="_blank"]
windowscentral.com##a[href*="shareasale.com/r.cfm?"]
windowscentral.com##a[href*="windowscentral.com/hidden-gems?"]
yourbittorrent.com##a[href*="xxcdn.pw/torrent"]
redtube.com##a[href="/advertising"]
xtremetop100.com##a[href="/contact.php"] > img
mediafree.co##a[href="http://cinmaland.com/"]
getdebrid.com##a[href="http://maxnulled.com/"]
getdebrid.com##a[href="http://remotupload.com/"]
wantdl.com##a[href="http://wantdl.com/go/zevera/"]
xtremetop100.com##a[href="http://www.abysswars.com/"]
neobuggy.net##a[href="http://www.agama-rc.com/"]
channelnewsasia.com##a[href="http://www.channelnewsasia.com/premier"]
xtremetop100.com##a[href="http://www.immortals-co.com"]
crackingpatching.com##a[href="javascript:void(0);"] > img
mhktricks.net##a[href="javascript:void(0);"][rel="nofollow"] > img
softwarezee.com##a[href^=" http://download-performance.com/"]
projectfreetv.sc##a[href^="//go.ad2up.com/afu.php"]
scan.majyx.net##a[href^="/Sponsor/"]
mp3tunes.ws##a[href^="/adl/"] > .img-responsive
armyrecognition.com##a[href^="/banners/click"]
usatoday.com##a[href^="/pages/interactives/sponsor-story/"]
educationcanada.com##a[href^="http://64.150.180.102/banmanpro/"]
getdebrid.com##a[href^="http://adf.ly/?id="]
lotteryrandom.com##a[href^="http://ads.playukinternet.com/tracking.php"]
filesharingtalk.com##a[href^="http://affiliate.astraweb.com/"]
upload.so##a[href^="http://apkhub.net/"]
sextfun.com##a[href^="http://app.oksrv.com"]
tusfiles.net##a[href^="http://applicationgrabb.net/"]
fullypcgames.net,short-url.link##a[href^="http://apploading.mobi/"]
thedaretelly.com##a[href^="http://bit.ly"]
picfox.org##a[href^="http://blobopics.biz/redirect/"]
hltv.org##a[href^="http://caserandom.com/"]
eagleget.com##a[href^="http://cdn.adsrvmedia.net/"]
zonasports.me,zonasports.to##a[href^="http://cdn.waframedia9.com/"]
nomanatif.net##a[href^="http://earth-111.com/ref"]
uplod.ws##a[href^="http://earth-111.com/ref?"]
gfxnull.net##a[href^="http://gfxnull.net/fast-download"]
go4up.com##a[href^="http://go4up.com/download/forwardr"]
audiotube.org,flaticons.net##a[href^="http://goo.gl/"] > img
teledeporteonlinetv.org##a[href^="http://index.gblackstreaming.com"]
basicupload.com##a[href^="http://iphone4pictures.net"]
kaskus.co.id,kaskus.com,kaskus.us##a[href^="http://kad.kaskus."]
download3k.com##a[href^="http://link.tweakbit.com/"]
filetie.net##a[href^="http://livedownblue.com/download/getfile/"]
blobopics.biz,picfox.org##a[href^="http://nudeamateurteengirls."]
staticice.com.au##a[href^="http://prf.hn/click/"]
torrentmafia.net##a[href^="http://rapidgator.net/article/premium/ref/"]
rksports.info##a[href^="http://rojadirecta.me"]
avxhome.se##a[href^="http://s.click.aliexpress.com/"]
myindianporn.com##a[href^="http://secure.indiansexlounge.com"]
sports4u.tv##a[href^="http://sports4u.tv/ads"]
xonline.vip##a[href^="http://syndication.exoclick.com/"]
picfox.org##a[href^="http://syndication.exoclick.com/splash.php"]
softwarespatch.com##a[href^="http://tfp.sapphirum.com"]
bookdl.org##a[href^="http://ul.to/ref"] > img
basicupload.com##a[href^="http://wallpaperiphone5.com"]
watchonline.pro##a[href^="http://watchonline.pro/watch-now/"] > img[width="500"]
avxhome.in##a[href^="http://www.airbnb.ru"]
imore.com##a[href^="http://www.amazon.com/gp/"]
androidcentral.com,windowscentral.com##a[href^="http://www.amazon.com/gp/new-releases?tag=mbn"]
imore.com##a[href^="http://www.anrdoezrs.net/click"]
channel.televizyon.pw##a[href^="http://www.bonusal.com/"]
seedpeer.eu##a[href^="http://www.cash-duck.com/"]
daftporn.com##a[href^="http://www.daftporn.com/link.php"]
sat-sharing.us##a[href^="http://www.flashdz.com/"]
avxhome.in,avxhome.se##a[href^="http://www.friendlyduckaffiliates.com"]
fgames.pw,vipbox.online##a[href^="http://www.liveadexchanger.com/"]
mmohuts.com##a[href^="http://www.mmo123.co/"]
pattayatalk.com##a[href^="http://www.pattayatalk.com/forums/index.php?"][href*="app=advadverts"]
primewire.to##a[href^="http://www.primewire.to/watchnow"]
neobuggy.net##a[href^="http://www.spektrumrc.com/Surface/Servos.aspx?utm_source="]
dailyuploads.net##a[href^="http://www.total-way.biz/"]
vodlocker.lol##a[href^="http://www.vodlocker.lol/download"]
vodlocker.lol##a[href^="http://www.vodlocker.lol/stream"]
windows10update.com##a[href^="http://www.windows10update.com/windows-10-business-training"]
watchseries.cr##a[href^="http://www.xl415.com/apu.php"]
xtremetop100.com##a[href^="http://www.xtremetop100.com/out.php?site="]
avxhome.in##a[href^="http://www.zevera.com"]
z-news.link##a[href^="https://accounts.fozzy.com"]
dailyuploads.net##a[href^="https://boostads.net"]
sceper.ws##a[href^="https://bytewhale.com/free"]
antiq-fetishes.net##a[href^="https://filejoker.net/"]
flaticons.net##a[href^="https://goo.gl/"] > img
putlocker9.com##a[href^="https://mediapss.com/?r="]
allsport-live.net##a[href^="https://spadsmedia.com/"]
imore.com##a[href^="https://www.amazon.com/b?"]
rlslog.net##a[href^="https://www.hidemyass.com/vpn/"]
adowns.net##a[href^="https://www.nitroflare.com/payment?webmaster="]
phpnuke.org##a[href^="https://www.seologies.com?ref"]
anonym.to##a[href^="https://www.spyoff.com"]
fgames.pw,vipbox.online##a[href^="javascript:history.go"]
uploadocean.com##a[href^="javascript:share"]
all-free-download.com##a[id^="a_img_shutterstock_ads_"]
matheplanet.com##a[name="advice"] + table > tbody > tr[height="195"]
matheplanet.com##a[name="advice"] + table > tbody > tr[height="20"]
showsport-tv.com##a[onclick$="closeMyAd()"]
moviefull-hd.com##a[onclick*="adstract."]
putlocker9.com##a[onclick*="https://mediapss.com/?r"]
tashtv.net,u-stream.me##a[onclick="closeMyAd()"]
opensubtitles.org##a[onclick="rdr(this);"]
strikeout.co##a[onclick="removeOverlayHTML();"]
neobuggy.net##a[onclick^="_gaq.push(['_trackEvent','AdLinks'"]
uploadocean.com##a[onclick^="window.location.href"] > img
nationalpost.com##a[rel="external nofollow"] > img[src^="/images/offers/"]
lotteryextreme.com,onhax.me,onhax.net##a[rel="nofollow"] > img
windows10update.com##a[rel="nofollow"] > img[alt^="OptimizePC"]
phpnuke.org##a[rel="nofollow"].btn-xlarge
mamload.ml##a[rel="nofollow"][onclick]
softpedia.com##a[style*="width: 970px; height: 90px;"]
go4up.com##a[style="display:inline!important"] > img
myasiantv.se##a[title="Ads"]
mspoweruser.com##aside[class^="widget shunno_widget_sidebar_"]
hd-easyporn.com##aside[id^="special"]
bab.la##aside[role="complementary"]
showsport-tv.com##b[id$="ctimer"]
mega.co.nz##body .good-times-left-block
mega.co.nz##body .good-times-right-block
userscloud.com##body > .st-container ~ div[class]:not(.adguard-alert)
swefilm.tv##body > a > div#takeover[style]
hardwareheaven.com##body > a > div[id$="_skin_panel_div"]
turbobit.net##body > a#body-link
live9.net##body > a[href^=" http://www.gofeed2all.eu"]
playpornx.net##body > a[rel$="nofollow"][class]
ebookbb.com##body > a[rel="nofollow"][onclick]
backin.net##body > center > a.btn
hentai-foundry.com##main > center > p > a > img
castalba.tv##body > center[id]
bigjapanesetube.com,nudeplayboygirls.com,rushasiantube.com##body > div#topbar
utorrent.com##body > div.callout.callout-home
lfporn.com##body > div.main > div.content > div.posts > a[id^="meow"]
storebt.com##body > div[id] > a[href="/gogo.php"]
imojado.com##body > div[id^="adbuddy-"]
gboxes.com,nosvideo.com,solidfiles.com,usersfiles.com##body > div[style$="position: absolute; z-index: 999999; cursor: pointer;"]
patient.info##body > div[style="height:90px"]
datafilehost.com##body > div[style^="padding-top: 2px;position: absolute; top:1px; width: 100%; background-color: #FFFFFF;"]
zony.tv##body > div[style^="position"] > div[style^="position"]
emgn.com##body > div[style^="position: fixed; width: 100%; text-align: center; height 110px;"]
btsone.cc##body > div[style^="text-align:"][style*="Tahoma"]
nydailynews.com##body > section#rgi
nydailynews.com##body > section#rgs-details
google.com,google.ru##body > table[width="100%"][style^="border: 1px solid #"]
ezmoviestv.com##body [id^="bsa"][style]
gamepedia.com##body div#content > div#atflb
gamepedia.com##body div#content > div#btflb
gamepedia.com##body div#siderail > div#atfmrec
yourtv.com.au##body span.channel-icon__ad-buffer
nv.ua##body.branding > a[href*="/exec/bn/click.php"]
mirrorcreator.com##center > a[href^="//www.mirrorcreator.com/df.php"]
cracks9.com,f4freesoftware.com,rscrack.com,sadeempc.com,softwarezee.com,windows10ny.com,workingkeys.org##center > a[rel="nofollow"] > img
softasm.com##center > a[rel="nofollow"][onclick] > img
chia-anime.com##div#aad > *
gismeteo.lt,gismeteo.lv##div#weather-left[id="weather-left"]
gismeteo.com,gismeteo.lt,gismeteo.lv##div#weather-right[id="weather-right"]
mensxp.com##div.Block.blk > style + div[class]:not([id]):not([style])
ah-me.com##div.DarkBg
bosscast.net##div.bossPlayer#bossPlayer
giveawayparadise.blogspot.in##div.widget[id^="Image"]
tomshardware.co.uk##div[adonis-marker]
w4files.pw##div[align="center"] > a[href="/button/download.php"]
linksafe.org##div[align="center"] > a[href^="http://linksafe.org/goto/"] > img
extra.to##div[align="center"] > a[rel="nofollow"] > img
activevoyeur.com##div[align="center"] > div[align="center"]:not([class])
yourtv.com.au##div[class$="-icon--ad"]
adminsub.net##div[class$="_ad"]
yourtv.com.au##div[class$="fixed-ad"]
worldsport.pro##div[class$="player_re"]
k2deporte.xyz##div[class$="post-body entry-content"] > center
teledeporteonlinetv.org##div[class$="span4 add"]
vidzi.tv##div[class$="vidzi_backscreen"]
chupala.biggestplayer.me##div[class*=" adblock1 "]
giveawayoftheday.com##div[class*="_ab aa-"]
cpuid.com##div[class*="widget-advert-"]
kickpunch2015.wix.com##div[class*="wixadsskins"]
avxhome.se##div[class="news"][style="margin: 10px 25px 35px 25px"]
linksafe.org##div[class="text-align:center"] > a > img
arabloads.net##div[class="text-center"] > div[style$="height:280px"]
tunefind.com##div[class^="AdSlot_"]
byetv.org##div[class^="ad"]
fliqlo.com##div[class^="ad-"]
pixiz.com##div[class^="ad-list"]
upbitcoin.com##div[class^="ad_place_"]
relink.to##div[class^="ad_right"]
stream2watch.co##div[class^="adk2_"]
mangahost.com##div[class^="ads "]
einthusan.ca,einthusan.com,einthusan.tv##div[class^="adspace-"]
pornwhite.com,androidappsgame.com,txxx.com##div[class^="adv-"]
nmac.to##div[class^="advads"]
colliderporn.com##div[class^="banner"]
torrentino.me##div[class^="banner-"]
solidfiles.com##div[class^="bnr-"]
fifa.com##div[class^="box advert"]
biggestplayer.me##div[class^="cuadrado"] > img
speedtest.net##div[class^="dfp-eot-"]
dailypioneer.com##div[class^="googlead"]
warungbioskop.com##div[class^="iklan"]
myabandonware.com##div[class^="item itemListGame be"]
softpedia.com##div[class^="mgtop"][style^="width: 100%; height: 90px;"]
gfxnull.net##div[class^="mom-"] > a > img[alt="ad"]
hdzog.com##div[class^="pl_showtime"]
onhax.net##div[class^="promo-"]
releasedateportal.com##div[class^="shareaholic-dis-ad"]
semprot.com##div[class^="sukasekalicrot_floating_banner"]
imore.com##div[class^="zone"] > a > img
independent.ie##div[data-label="Advertisement"]
codeproject.com,html.net##div[data-type="ad"]
boardgamegeek.com##div[hide-ad-block$="blockrectangle"]
androidcentral.com##div[id$="-store-ad"]
azulyblanco.co##div[id$="ad4"]
ouo.press,openload.co,fileflares.com,strikeout.nu,ayefiles.com,tamilyogi.nu,leechpremium.link,rapidvideo.com,8shit.net,1337x.to,cpmlink.net,streamcloud.eu,dir50.net,downace.com,shink.in,animmex.tv,movieworld.me,salefiles.com,zonasports.me,zonasports.to##div[id*="ScriptRootC"]
answers.yahoo.com##div[id*="textads"]
nowwatchtvlive.com##div[id="4c1dba77d15"]
streamking.org##div[id="html3"][style]
neodrive.co##div[id]:not([id="container"]):not([style])
miplayer.net##div[id][style*="miplayer.net/images/overlay.png"]
breakingmuscle.com##div[id^="OA_posid_"]
newgrounds.com##div[id^="SuperbImaginativeBunting"]
overclockers.com##div[id^="ad-widget"]
fap18.net,gamereactor.eu,sportshubtv.com##div[id^="ad_"]
kitguru.net##div[id^="adflash-"]
tvope.com##div[id^="ads"]
gizmodo.com.au##div[id^="adspot-"]
bitcoinzebra.com##div[id^="advert-space-"]
files.fm##div[id^="any_media_banner"]
stream365.xyz,reblop.com,tv4embed.com##div[id^="bannerfloat"]
thehill.com##div[id^="block-dfp-rightrail-"]
biophobia.tv##div[id^="capa"]
biophobia.tv##div[id^="cerrarbanner"]
biophobia.tv##div[id^="closeX"]
1ms.net##div[id^="cpmstar_modalVideoPopup_"]
thefreethoughtproject.com##div[id^="div-gpt-ad"]
gameskinny.com##div[id^="div-sjr-"]
download3k.com##div[id^="dl_google_"]
forums.guru3d.com##div[id^="edit"] > div.vbmenu_popup + div[id^="edit"][style^="PADDING-RIGHT:"]
ligtvkafe.de##div[id^="html"][class^="containerDiv"]
mamahd.com##div[id^="html"][style]
mangafox.la##div[id^="mfad"]
onhax.me##div[id^="oh-suckitadb-promd"]
bgr.com,filehippo.com,skysports.com##div[id^="outbrain_widget"]
iphone-ticker.de##div[id^="page-"] > div[id^="verbraucherhinweis-"]
pick-up-artist-forum.com##div[id^="popup"]
gamovideo.com##div[id^="pu-"]
allsport-live.net##div[id^="reklama"]
ebay.co.uk,ebay.com,ebay.de##div[id^="rtm_div_"]
ebay.co.uk,ebay.com,ebay.de##div[id^="rtm_html_"]
uploaded.net##div[id^="taboola-"]
bitporno.com##div[id^="top350"]
answers.yahoo.com##div[id^="ya-darla-"]
download.cnet.com##div[id^="ypaAdWrapper"]
andresgoles.blogspot.com,andresgoles.blogspot.com.au,andresgoles.blogspot.de,futbolandres.com##div[itemprop*="articleBody"] > center > b
maniakostv.blogspot.com,maniakostv.blogspot.com.au,maniakostv.blogspot.de##div[itemprop*="articleBody"] > center > span
alllive1.blogspot.com,alllive1.blogspot.com.au,alllive1.blogspot.de,pasiondeport2.blogspot.com,pasiondeport2.blogspot.com.au,pasiondeport2.blogspot.de##div[itemprop*="articleBody"] > div[style$="text-align: center;"] > span
mrivx.blogspot.com,mrivx.blogspot.com.au,mrivx.blogspot.de##div[itemprop*="articleBody"] > span
opensubtitles.org##div[itemtype="http://schema.org/Movie"] > fieldset
washingtonpost.com##div[moat-id="ad/leaderboard"]
forumasik.net##div[onclick^="MyAdvertisements"]
wired.com##div[role="presentation"][data-outbrain-url]
avaxhome.co##div[style$="width:320px;height:235px;"]
btsone.cc##div[style*="6px 0"][style$="left;"][style*="99%"]
audiotube.org##div[style="color:black;background-color:white;line-height: 11px;"]
4fuckr.com##div[style="display: block; height: 110px; text-align: center; width: 740px; margin: auto;"]
acronymfinder.com##div[style="display:inline-block;width:320px;height:265px"]
relink.to##div[style="float:left;"] > div.view_middle_block
newgrounds.com##div[style="height: 90px; width: 728px;"]
torrentleech.org##div[style="height:640px; width:160px;"]
hltv.org##div[style="margin-top:5px;"] > a[href^="http://bit.ly/"] > img[style="width:598px;"]
rapeboard.net##div[style="padding:0px 25px 0px 25px"] > center > a > img
rapeboard.net##div[style="padding:0px 25px 0px 25px"] > center > img
sat-sharing.us##div[style="padding:0px 25px 0px 25px"] > p[align="center"]
gamecopyworld.eu##div[style="padding:4px 4px 4px 4px"] > table:first-child td[align="center"] > table[style="height:90px;"]
kaskus.co.id,kaskus.com,kaskus.us##div[style="position:fixed; width:100%; z-index:99;background:#fff;"] + div[style="height:30px"]
linksafe.org##div[style="text-align:center;font-family:Tahoma;"]
teledeporteonlinetv.org##div[style="width: 728px;"]
fragrantica.com,fragrantica.ru,gossipcop.com##div[style="width:300px;height:250px;margin:0;padding:0"]
topboard.org##div[style] > div[style="width:910px; margin:10px auto;"]
fijilive.com##div[style][onclick$="redirect()"]
bitvid.sx##div[style^="float:left;width:728px; height:90px;"]
thewindowsclub.com##div[style^="float:none;margin:10px 0 10px 0;text-align:center;"]
batmanstream.com##div[style^="height: 90px;width: 728px;"]
english-portal.com,english-portal.ru##div[style^="margin-top:3px;width:150px;background-color:#ffffff;border-width:1px;"]
urlvoid.com##div[style^="margin: "][style*="0px 0"] > small
oklmradio.com##div[style^="min-height: 79px; min-width: 538px;"]
fxp.co.il##div[style^="position: fixed;width: 162px; height: 600px;"]
myslavegirl.org,vipracing.info##div[style^="width: 300px; height: 250px;"]
downloadcrew.com##div[style^="width:160px;height:600px;"]
bitvid.sx##div[style^="width:300px; height:250px;"]
fcore.eu##div[style^="width:338px;height:282px"]
rapidvideo.com##div[style^="width:728px; height:90px;"]
majorgeeks.com##div[style^="width:728px;height:90px;"]
filepuma.com##dl.update_software
hltv.org##embed[style="width:120px;height:240px;"]
filmovizija.me,filmovizija.in,filmovizija.com,filmovizija.net##div[id^="reklama"]
4downfiles.org##font#w3c5
movdivx.com##form[name="F1"]
castfree.me##h1
portalzuca25.ucoz.com##h2[class$="title"]
i.cbsi.com/*/Ads/*.jpg
demonoid.ph,windows7themes.net##iframe
lynk.my##iframe.content
kissanime.to,kisscartoon.me##iframe[id^="adsIfrme"]
koreatimes.co.kr##iframe[id^="nad_"]
theage.com.au##iframe[name="domain_dream_homes"]
vipleague.tv##iframe[name="player_iframe"] + #overlay
profitconfidential.com##iframe[name^="dianomi"]
max-deportv.info##iframe[src$="chat1.html"]
deportesmax.com,max-deportv.info,maxdeportv.net##iframe[src$="m300.php"]
deportesmax.com,max-deportv.info,maxdeportv.net##iframe[src$="m728.php"]
vpsboard.com##iframe[src*=".vpsboard.com"]
sportlive.site##iframe[src*="adplex"]
forumofficiel.com##iframe[src*="delnapb.com/"]
freebitco.in##iframe[src="//freebitco.in/cgi-bin/show_ad.cgi"]
mixesdb.com##iframe[src="//www.mixesdb.com/BP/iframe_7block.php"]
torrentleech.org##iframe[src="https://www.weminecryptos.com/forum/"]
thefappening.so##iframe[src^="/icloud"]
mcfucker.com##iframe[src^="/mcfucker_html/video_right.php"]
imgwallet.com##iframe[src^="frame.php"]
clipconverter.cc##iframe[src^="http://a.clipconverter.cc/www/d/"]
debridnet.com##iframe[style$="width: 300px; height: 250px;"]
pornhub.com##iframe[style*="height: 60px;"]
pcmag.com##iframe[title="3rd party ad content"]
biggestplayer.me##iframe[width="300"][height="250"]:not([id^="adblock"])
pornhub.com##iframe[width="315"]
pornhub.com##iframe[width="950"]
techrapid.co.uk##img[alt$="Sponsored Links"]
javhotgirl.com##img[alt="JavHD Premium"]
bdsmvb.org,pornvb.org##img[alt="filejoker"]
eiforia.net##img[alt^="turbobit_730"]
kaskus.co.id,kaskus.com,kaskus.us##img[src="images/spacer.gif"]
skyscrapercity.com##img[src^="http://www.skyscrapercity.com/images/ads/"]
acronymfinder.com##img[style="max-width:728px;width:100%"]
xtremetop100.com##img[width="160"][height="600"]
deepdotweb.com##img[width="330"][height="104"]
indiansgetfucked.com##img[width="650"][height="80"]
onhockey.tv##img[width="710"][height="80"]
eiforia.net##img[width="720"][alt="pornoripmania.org"]
freebitco.in##ins.adsbygoogle
hulkusc.com,ip-address.org,zippygo.org,zippymp3.org##ins[id^="aswift_"]
leporno.org/english.js
modaco.com##li[data-blocktitle="Custom Blocks"] a > img
freepornbr.com##li[id^="text-"]:not([id="text-17"])
hipornvideo.com##noindex div[style*="data:image/jpeg;base64"]
playbb.me##object + [style*="width: 300px;"]
zytpirwai.net##object#flash_pop
3dsiso.com,blu-rayiso.com,pcgameiso.com,pspiso.com,wiiuiso.com,xbox360iso.com##ol li[id^="navbar_notice_"]:not(:first-child)
linksafe.org##p + a.btn.btn-primary[target="_blank"]
deportesmax.com##p[class$="Estilo11"]
promo-pc.jpg$domain=download.cnet.com
cnn.com##section[data-zone-label$="Paid partner content"]
asiaone.com##section[id*="-qoo10-box-"]
segmentnext.com##section[id^="banner-"]
side-tshirts.png$domain=androidcentral.com
urlvoid.com##small:nth-child(2)
agar.io##small[data-itr^="advertisement"]
kozreload.eu##span[class$="image image-full"] > aside
rd.arenavision.in##span[class^="auto-style"]
qriv1.ucoz.com##span[style$="font-weight: bold;"]
qriv1.ucoz.com##span[style$="font-weight:bold;"]
lcpdfr.com##span[style="margin-bottom: -20px;"] > div[style="height: 250px;"]
putlocker-hd.tv##strong > a[href^="/player/?name="]
starshd.xyz##table > tbody > tr > td[align$="center"]
uploadrocket.net##table.download div[style^="z-index:"]
remote.12dt.com##table[style^="width:768px;height:90px;"]
lucianne.com##table[width="180"][height="630"]
lucianne.com##table[width="300"][height="290"]
film-stream.org##table[width="503"][height="202"]
imgspice.com##table[width="612"][height="262"]
film-stream.org##table[width="71%"][height="123"]
lucianne.com##table[width="728"][height="119"]
mistressdestiny.com##table[width="775"]
activevoyeur.com##td > div[style*="z-index:"]
jdforum.net##td.alt1Active > div > div[style="float:right"]
bdsm-zone.com##td[align="right"][valign="bottom"] > div > a[rel="nofollow"] > img
subscene.com##td[class="banner-inlist"]
film-stream.org##td[height="92"][colspan="4"][align="center"][valign="middle"][bgcolor="#FF6600"]
ftpsearchengines.com##td[style$="5px;"] > div[style*="336px;"][style*="float:"]
linuxforums.org##td[style="width:430px;height:300px"]
youjizz.com##td[valign="top"] + td[width="301"]
lyngsat-logo.com,lyngsat.com##td[width="160"][height="600"]
film-stream.org##td[width="300"][rowspan="3"][align="center"][valign="top"][bgcolor="#2a2a2a"]
twomovies.net##td[width="50%"] > a[href^="/download_movie/"]
movie-censorship.com##td[width^="160"][align="center"] > div[style*="border: 1px solid"]:not([style*="10px; border:"]):not([style*="4px; padding-bottom:"])
tubesex.me/eureka
enworld.org##ul > li[class="postbitlegacy postbitim postcontainer"]
pornhd.com##ul.thumbs + div.listing-zone.mobile-zone
xxxadd.com/eureka
youtube.com###__ffYoutube1
youtube.com###__ffYoutube2
youtube.com###__ffYoutube3
youtube.com###__ffYoutube4
youtube.com###offer-module
youtube.com###pla-shelf > ytd-pla-shelf-renderer[class="style-scope ytd-watch"]
youtube.com###promotion-shelf
youtube.com###related > ytd-watch-next-secondary-results-renderer > #items > ytd-compact-promoted-video-renderer.ytd-watch-next-secondary-results-renderer
youtube.com###watch7-branded-banner
youtube.com##ytd-promoted-sparkles-web-renderer
youtube.com##ytd-search-pyv-renderer
|http*://$script,third-party,domain=sexu.com|speedporn.net|picmoza.com|pantsu.cat|tubezx.com|losmovies.cx|upload.ee|picshits.com|imgazel.info|duckingproxy.eu|gameofbay.org|hyperproxy.net|ikwildepiratebay.org|pirate.trade|piratebay.click|piratebay.red|piratebaymirror.eu|piratebayproxy.tf|piratebays.co|pirateprox.club|pirateproxy.click|pirateproxy.tf|piratetoday.click|proxypirate.in|proxyproxyproxy.nl|proxyship.click|proxyspotting.in|thepiratebay-proxy.com|thepiratebay.bet|thepiratebay.blue|thepiratebay.uk.net|tpb.tw|tpbmirror.us|tpbportal.in|tpbunblocked.org|ukpirate.click|ukpirate.org|ukpirateproxy.xyz|unblockedbay.info|unblocktpb.com|urbanproxy.eu|xxxwebdlxxx.org|imagespicy.site|damimage.com|xeimg.yt|xxxscreens.com|dachix.com|deviantclip.com|daporn.com|thebay.tv|piratebays.co.uk|pirateproxy.wf|pirateproxy.yt|pirateproxy.cc|fastpiratebay.co.uk|apkmaniafull.com|dailyuploads.net|filesupload.org|imageweb.ws|kat.al|katproxy.al|kattor.xyz|kickass.bypassed.bid|kickass.bypassed.cc|kickass.bypassed.club|kickass.bypassed.date|kickass.bypassed.download|kickass.bypassed.faith|kickass.bypassed.me|kickass.bypassed.org|kickass.bypassed.party|kickass.bypassed.pw|kickass.bypassed.rocks|kickass.immunicity.cc|kickass.immunicity.date|kickass.immunicity.faith|kickass.immunicity.party|kickass.immunicity.rocks|kickass.immunicity.stream|kickass.immunicity.win|kickass.unblocked.date|kickass.unblocked.faith|kickass.unblocked.party|kickass.unblocked.stream|multiup.org|nulledfilez.com|skidrowreloaded.com|thepiratebay.org|watchers.to|watchxxxfree.com|xonline.tv|thepiratebay.bid|bluemediafiles.com
|http*://$third-party,domain=raw.senmanga.com
|http*://*.js$third-party,domain=linx.2ddl.ag
|http*://*.xyz^$script,domain=doyki.com|spashopaz.com
|http://$image,third-party,domain=pornhub.com|redtube.com|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com
|http://$script,third-party,xmlhttprequest,domain=oogh8ot0el.com
|https://$script,third-party,xmlhttprequest,domain=oogh8ot0el.com
||0torrent.com^
||0xc0000005.com/0xc0000005-fix-download.html
||130.211.212.60^$popup,domain=vidabc.com
||18ypc.com/b/
||217.26.67.168/47a8bff6aa343233c94b2e8287ed2d47/
||217.26.67.168/banner/
||2ddl.net/p.js
||2giga.link/jsx/
||4downfiles.org/open4downfiles2.js
||4fcams.com/affiliates$domain=4fuckr.com
||7ec.us^$domain=imgbar.net
||a.onion.nu/c.php
||a.onion.nu/torguard-728x15.php
||a.onion.nu/www/images/satoshibet
||a.onion.nu/www/images/torguard
||ad*.mac-torrent-download.net^
||ad.kaskus.co.id^
||ads*.depositfiles.com^
||ads*.depositfiles.org^
||ads*.dfiles.eu^
||ads*.dfiles.ru^
||ads.livetvcdn.net^
||ads.playukinternet.com^
||adtag.asiaone.com^
||adultstar.biz/*/banner-
||adxx.phimsk.com^
||agario.sx/img/sx300x250s.png
||agentnano.com/widget$third-party
||ah-me.com/b*.js
||akhbarak.net/widget_v.php
||alicdn.com^$domain=avxsearch.se
||allsport-news.net/pr/
||alphaporno.com/pop/
||amazonaws.com/post_images/$domain=film-stream.org
||amazonaws.com/waframedia16.com^$third-party
||annuncivicini.altervista.org
||antiq-fetishes.net/terrabanner.gif
||api.kostprice.com^$script,domain=gadgets.ndtv.com|gadgets360.com
||api.taboola.com/*/json/microsoftsolitairecollection/
||armorgames.com/foolish/
||armorgames.com/neat/next/armadillo
||asmassets.mtvnservices.com/$domain=spike.com
||asmassets.mtvnservices.com/asm/
||az413505.vo.msecnd.net^$third-party
||batmanstream.com/competition.js
||bcast.pw/ads/promo.html
||bcast.site/static/300x25*.html
||befuck.com/js/befuck*.js
||bestadbid.com/apu.php$domain=tusfiles.net
||bestandroidappsdownload.com/img/da/$image
||bestreams.net/jquery.mn.js
||biophobia.tv/tania/banner
||bittorrent.com/Advertisers/
||blobopics.biz^$domain=picfox.org
||bontent.powvideo.net^
||bontent.powvideo.net^$popup
||bosscast.net/content/images/close1.png
||bosscast.net/content/js/player2.js
||bostonwall.com^$domain=forbes.com
||bramjnet.com/images/upload/
||bravotube.net/js/_p4.php
||browser.firefoxplugin.info/pac.swf
||c.speedtest.net/flash/*.swf|
||cc.cnetcontent.com/dccn/$domain=urtech.ca
||cdm.cursecdn.com/js/chip-testing/recovery/cdmfactorem_recover2_min.js$domain=gamepedia.com
||cdn-mixesdb.com/static/images/JDbanners/
||cdn.adfoc.us/sound/niftyplayer.swf
||cdn.adult.xyz/js/link-converter.js
||cdn.bc.vc/js/bcvcweb.js
||cdn.javgo.me/frontend/js/codepp.js
||cdn.movieweb.com/assets/*/ads/jw/video_feature_unit.
||cdn.static.fapdu.com/*_popup.
||cdn.subs.ro/assets/storm-systems.png
||cdn.subs.ro/assets/xservers.png
||cdn.taboola.com/libtrc/cbsinteractive-downloadcom/loader.js$domain=cnet.com
||cdn.taboola.com/libtrc/ndtv-ndtvmobile/loader.js$domain=ndtv.com
||cdn.taboola.com/libtrc/needrom/loader.js$domain=needrom.com
||cdn.taboola.com/libtrc/skidrowc/loader.js
||cdn.taboola.com/libtrc/uploaded/loader.js
||cdn.taboola.com/libtrc/ziffdavis-network15-geek/loader.js$domain=geek.com
||cdn.theatlantic.com/*/promotions/injector.js
||cdn.thri.xxx/web/uploads/b_images/
||cdndoge.xyz/video-download/img/sky.jpg
||cdne.stripchat.com/cdn/banners/
||channeltv.site/ads
||chia-anime.tv/300.php
||chia-anime.tv/payl/vcm300.html
||chia-anime.tv/r300.php
||chia-anime.tv/r3002.php
||clickadu.com/apu.php$empty,important
||cloudfront.net/client-embed/$domain=funhdtv.com
||cloudfront.net^$domain=jibfly.com|openloadmovies.bz|gounlimited.to|adbl.me|komiupdates.xyz|streamtajm.com|beinmatch.com|yesmovies.to|adsrt.me|thehouseofportable.com|linkatna.me|openloadmovies.net|kanqite.com|xmovies8.im|gomovies.ec|0123movies.is|kisscartoon.su|oke.io|bmovies.cz|watchfree.at|frkmusic.org|xmovies8.pl|itdmusic.site|xrivonet.info|linkrex.net|youtubemultidownloader.com|123movies.fun|arura.win|onhax.net|cpygames.com|drhtv.com.pl|srt.am|ojomovies.com|estrenos10.com|dancingastronaut.com|tvsportslive.stream|mixing.dj|twineer.com|onlinehdmovies.org|vidzella.me|gamesofpc.com|filesharingz.ga|uploadcrazy.net|file.up09.com|kaitect.com|adf.ly|ay.gy|viahold.com|tinyical.com|mmoity.com|pintient.com|riffhold.com|picocurl.com|bitigee.com|picocurl.com|atomcurve.com|atominik.com|battleate.com|babblecase.com|vizer.tv|tugaflix.com|douploads.com|suprafiles.org|leakedearly.gdn|itdmusic.com|cloudyfiles.org|1337x.to|extramovies.org|tugafree.net|prefiles.com|cloudyfiles.co|vidfile.net|anime-odcinki.pl|u2s.io|247hd.info|vidabc.com|flashx.to|kingvid.tv|vpornex.com|clicknupload.link|freehdsport.is|unblocked.lol|suprafiles.co|lipstickalley.com|streamflv.com|wizhdsports.is|playstream.club|divxme.com|revdownload.com|addic7ed.com|alivefoot.us|animeflv.net|apk4free.net|avxhome.in|avxhome.se|baiscopelk.com|daclips.com|feliratozz.hu|filescdn.com|filescloud.co|filmikz.ch|goodvideohost.com|gorillavid.com|iwannawatch.to|javgo.me|javgo.pro|javgo.vip|katcr.co|katfile.com|keeplinks.eu|laliga-live.to|leporno.org|letwatch.us|max-deportv.info|mirrorcreator.com|multiup.org|newpct.com|newpct1.com|nhentai.net|nitroflare.com|onhax.me|openload.co|openload.io|piratebay.unlockproject.co|psarips.com|revclouds.com|rivosportt.info|sadeemapk.com|salefiles.com|sankakucomplex.com|sceper.ws|shink.in|speedvid.net|tormirror.bid|tusfiles.net|unblocked.onl|uploadocean.com|uploads.to|uplod.it|uplod.so|uplod.ws|uptostream.com|userscloud.com|watchers.to|wizhdsports.to|zone.telechargementz.tv|go.awanpc.me|viwright.com|yabuilder.com|yamechanic.com|kializer.com|yoineer.com
||cnn.com/cnnintl_adspaces/
||coderanch.com/forums/banner/
||commitstrip.com/hello.php
||cpatrendreklam.com/sabit/popup.php
||creativeuncut.com/int/interstitial.js
||cuccu.me/poprun.html
||czechvideo.org/js/*.js
||d20flqux56m8w7.cloudfront.net^$domain=mixesdb.com
||d2gt9oovykfp1z.cloudfront.net/onhax.js
||deal.maabm.com^$domain=pornhd.com
||dep.jscloud.org/min.js$domain=depositfiles.com|depositfiles.org|dfiles.eu|dfiles.ru
||digit-photo.com/images/produits/publicites/
||direct.hdzog.com/contents/lejpppwud/
||distrowatch.com/images/cpxtu/
||distrowatch.com/images/k/
||distrowatch.com/wban
||dl.www.speedvid.net/dl^$popup
||download-pic.com/picb/$domain=mmnt.net
||downloadha.com/shop/*.swf
||downloadweb.org^
||dpiw925yvtpfq.cloudfront.net^$script
||dreamvtt.com/imagehost/data/uploads/users/d6e25263-8a53-42c2-bb43-12de0e9b8bb9/114115514.jpg
||dreamvtt.com/imagehost/data/uploads/users/d6e25263-8a53-42c2-bb43-12de0e9b8bb9/117026338.gif
||droidblog.net/vendors/
||droidforums.net/vendors/
||dyncdn.me/static/20/js/expla5.js
||ekod.info/js/pixelRtb.js
||elasticbeanstalk.com^$domain=footballtransfertavern.com
||electronlibre.info/mdx/images/bg_vivendi_hab.jpg
||elitegirl.info/images/AdultLab$image
||english-portal.com/adver/
||exashare.com/ad.js
||eztv.ag/images/pcprotect/
||facebook.com/audiencenetwork/web/?
||facebook.com/whitepages/wpminiprofile.php?partner_id=$third-party
||fakku.net/static/seele-footer.html
||fetishshrine.com/_p4.php
||fijilive.com/images/wrap/
||file.rocks/images/add2.jpg
||file.rocks/images/des-add*.jpg
||filerio.in/interstl.html
||files.nyaa.eu/ai*.$image
||filesbucks.com/links/popad^$popup,domain=filesbucks.com
||filestube.com/sponsored_go.html
||freestreams.eu/js/bn*.js
||frenchanime.com/cpxmedia.html^$third-party
||funimg.net/mm.js
||gaimup.com/gaimupxxx/*.html
||gallery-dump.com/forum/forumbanner.php
||gambar123.com/pic/what/$domain=semprot.com
||geo.hltv.org/data.php
||geo.hltv.org/data2.php
||giveawayoftheday.com/web/bannerinf.js
||global.fncstatic.com/static/*/OutbrainWidgetConnector.js
||go4up.com/assets/img/webbuttoned.gif
||go4up.com/download/forddd
||goodindianporn.com/images/undbn.gif
||google.com/ads/search/app?
||googletagservices.com/tag/$domain=flightradar24.com
||gravity.com^$domain=engadget.com
||happliances.com/center.js
||havysoft.cl/mt_b.png
||hdtubes.net/*.php?z=$popup
||hdxxx.me/15721fcdf3cd.js
||heavy-r.com/ilove/bananas.php
||heidoc.net/amazon/
||heidoc.net/joomla/images/cambodia/
||hellporno.com/_p*.php
||hentaihaven.org/*/?js=
||hideme.ru/images/prx/prx_bnr_
||hitfile.net^$domain=turbobit.net
||hitomi.la/hitomi.js
||hotpornf.com/images/filejo
||hotpornfile.org/wp-content/themes/hpf-theme/js/vendor/pub.js
||i.bongacams.com/b/
||i.imgur.com/4Pi4CHD.png
||i44.tinypic.com/13yea8l.gif
||i44.tinypic.com/167ngnb.gif
||i47.tinypic.com/2z86ekz.png
||imagebam.com/csb.html
||imagebam.com/files/_b*.php
||images-*.ssl-images-amazon.com/images/*/sf/DAsf-*_.js
||imagetwist.com/ff.js
||img.informer.com/images/mac_banner_v2.png
||img24.org/diablo_araseg.js
||img24.org/imgtereza.php
||imgchili.net/exoloader.php
||imgpeak.com/bk_lder.php^
||imgwallet.com/altiframe.php
||imgwallet.com/frame.php
||imgwallet.com/url.php
||indiangilma.com/images/srilankakillingfields.jpg
||indiansgetfucked.com:8081/cont1/*.gif
||indiansgetfucked.com:8081/images/banners/
||info.gomlab.com/eng_ad.html
||intkeys.com^$domain=teknogods.com
||isohunt.to/files/*.js
||javacript.ga^$domain=pornleech.com
||javfull.me/public/frontend/js/popup.js
||javstreams.me/adft.php
||jizzhut.com/abr/
||justporno.tv/js/shara.js
||kad.kaskus.co.id/banner/
||kad.kaskus.com/banner/
||kad.kaskus.us/banner/
||kaskus.co.id/adv/
||kaskus.us/adv/
||katcr.co/site/static/seed/seed.css
||koksenergy.de/animiert.gif
||kovla.com/static/js/popunder
||l2j.lt/ads/
||l2servers.com/promo/
||l2topzone.com/SdihusDsa/
||letitbit-porno.com^$popup,domain=fastpik.net
||linkbucksmedia.com/director/?t=
||livejasmin.com^$domain=freeimgup.com
||log.openload.co^
||loltrack.com^
||lookpic.com/td.jpg
||lookpic.com/yeah.gif
||lowendbox.com/*/banners/
||lswcdn.net/js/vendor/frontend_loader.js
||luc.sslimages.com^$domain=lucianne.com
lxax.com###embed-overlay
lxax.com###parrot
||lxax.com/_ad
||max-deportv.info/chat
||max-deportv.info/m*.php
||mcfucker.com/js/adpbefuck*.js
||mediafree.co/pop*.js
||mediaindonesia.com/public/imgs/new/cbn.swf
||mediaresources.idiva.com/idivage/
||mfcdn.net/store/mfbanners/
||lmfcdn.secure.footprint.net/store/mfbanners/
||mistressdestiny.com/forums/banner
||mixesdb.com/BP/iframe_7block.php
||mylust.com/b/
||myslavegirl.org/Promo
||mystreans.com/ch/adclose.png
||mystreans.com/ch/closs.png
||mystreans.com/livetv/Livetv.gif
||myvidster.com/*_neverblock.php
||newopenx.detik.com^
||news.maxcorpmedia.com/imp
||nikktech.com/main/images/banners/
||novately.com^$domain=forbes.com
||null24.net/wp-content/uploads/*/Uploadboy-
||o1.t26.net/mkt_assets/banners/
||oaome.com/links/popad$popup
||odb.outbrain.com^$domain=dailytelegraph.com.au
||olyhdliveextra-a.akamaihd.net/*.mp4$domain=theplatform.com
||onhax.me/cdn-cgi/pe/bag2?r[]=*cdn.adstract.com
||onlinemschool.com/pictures/promo
||onlytv.me/jquery.js
||oogh8ot0el.com/*/popout.js
||openload.co/assets/js/script.2321.js
||openx.gamereactor.dk/adclick.php
||pandamovie.net/pu/
||patient.media/*prebid.js
||perfectgirls.net/counter.js
||phimsk.com/quangcao/popupcuasonho.js
||pho.staticfiles.org/sos.js
||player.kmpmedia.net/kmp_plus/platform/view/main
||porn-bb.net/clicunder.js
||porn-w.org/chili.php
||porn-w.org/fj.php
||porn.com/_p3.js?_=
||porndoe.com/deliverAds/
||pornexpanse.com/ban_pimp
||pornexpanse.com/eureka
||pornk.be/tn.php
||pornokeep.com/eureka
||pornoxo.com/pxo/www/js_*/*.min.js?url=*/out/
||porntube.com/*/pop_ex.php
||pornvb.org/images/bdsmvb.jpg
||portalzuca.com/ads
||psarips.com/tools.js
||psdkeys.com/uploads/banner_
||qrz.com/ads/
||qwertty.net/templates/kinowa/js/open-single.js
||raltravel.pw/hihicoppycailon/license-paid.js
||rapeboard.net/dep_bdsm.png
||rarbg.to/vxsnjklrmtfdep.js
||readmanga.today/ezoic/
||realstreamunited.tv/*/pu.js^
||refer.ccbill.com/cgi-bin/clicks.cgi
||reimsrvcm.com/WhiteLabelBidRequestHandlerServlet$domain=codecguide.com|windowsreport.com
||repackdl.com/as*.html
||rma-api.gravity.com/*/api/intelligence/$domain=techcrunch.com
||s3.amazonaws.com/*/secure.js$domain=avxhome.in|avxhome.se|newpct.com|newpct1.com|openload.co|revclouds.com|uplod.it
||s3.amazonaws.com/poptm/banners/
||s3.amazonaws.com/salesdoubler/banner_creatives/
||s3.amazonaws.com^$domain=oko.sh|itdmusic.site|linkrex.net|youtubemultidownloader.com|suprafiles.org|wizhdsports.is|playstream.club|xmovies.to|300mbfilms.co|fullypcgames.net|filmkomedi.com|adpop.me|hdmovieswatchs.net|itdmusic.com|filescdn.com|katfile.com|nitroflare.com|salefiles.com|uploads.to|vidfile.net|cloudyfiles.co|tugafree.net
||sadeempc.com/wp-content/uploads/2017/01/RDP-*.gif
||safebeta.cn/gg/sefabeta_*js
||saliu.com/images/software-lottery-gambling.gif
||scripmode.info^$popup,domain=flashx.tv
||scriptall.ml^$domain=uplod.so|uplod.ws
||scripts.dailymail.co.uk/static/mol-adverts/*.css
||sexgalaxy.net/popaaa/
||sextop10.net/adx/
||sexxx.cc/public/api.iframe.php
||share-online.biz/inc/exfl.js
||shopandroid.com/external_marketing/$domain=androidcentral.com
||shortlink.sex^$popup,domain=cam-archive.com|recwebcam.com
||site2unblock.com/images/vpn*.gif
||slatedroid.com/espebanner.js
||sleazyneasy.com/_*.php
||slopeaota.com^$popup,domain=redtube.com
||smsdate.com/promotion/$third-party
||softpedia-static.com/images/afh/
||sportstream.tv/img/big.gif
||sportstream.tv/img/left.gif
||sportstream.tv/img/right.gif
||sportstream.tv/img/top.gif
||stagens.com^$domain=extremetube.com
||stankyrich.com/relman/$domain=mpgh.net
||starshd.me/banner
||static.bro.adca.st/promo.html
||static.elitesecurity.org/banner/
||static.flashx.tv/js/flashx.js
||static.hltv.org//images//drake_match.png
||static.hltv.org//images/drakemoon_forum.gif
||static.hltv.org//images/egbranking.png
||static.hltv.org//images/kinguin_
||static.twilight.ws/twilight.ws_button3.gif
||stefanvd.net/images/partner/
||stomp.com.sg/qoo10/
||storage.googleapis.com/*/bnr*.$domain=datafilehost.com
||strap.domain.com.au^$domain=theage.com.au
||streamcasttv.biz/random/ads-direct.js
||streamhd.eu/images/close.png
||streamplay.to/js/*/pu*.min.js
||sumotorrent.sx/img/ip_vanish_
||sunfrog.com/widget/$domain=best-jav.com
||sunporno.com/api/*?rnd=
||supercineonline.tv/flut/functionsadsite.php
||swefilm.tv/partner/
||t.mmnt.net^
||techcentral.ie/wp-content/plugins/wpsite-background-takeover
||teraxhif.com/scripts
||thedailywtf.com/tizes/
||thefappening.so/sproject/*.php
||thefreedictionary.com/_/track.ashx?r=
||thepiratebay.*/*pop*.js
||thepiratebay.org/*.php?
||thessdreview1.netdna-cdn.com/wp-content/uploads/*-bg-banner-*.jpg
||thevideo.me/mpaabpu/$popup
||top.l2jbrasil.com/banner/
||torrentz.eu/show_ads.js
||totallynsfw.com/_*.php
||trillian.im/client/ad
||ttcdn.info/pia.png
||ttcdn.info/pia_$image
||tuberel.com/*.php
||tubesex.me/banneradv.js
||tubevintageporn.com/js/show_adv.js
||tubxporn.com/track.php
||tunngle.net/api/cpms/
||turbobit.net/*/*_brand_$image
||turbobit.net/platform/js/lib/script/script.min.js
||tvonline24.me/matomy.html
||txxx.com/js/*.php?z=*&sub=
||ucam.xxx/banners/
||uimgshare.com/api.js
||unblockall.xyz/assets/js/script.js
||unicornmedia.com/now/media/segment/*&isad=True
||unicornmedia.com/now/media/segment/*/content.ts*&bc_a=True$domain=gamespot.com
||uploaded.net/video/lic.js
||uploadex.com/tst/download1.png
||uploadocean.com/images_classic/dl.png
||uploadshub.com/images/start-download.gif
||uploadshub.com/popup.js
||upornia.com/*.php?z=
||userscloud.com/i/dlnitro.png
||vaughnlive.tv/abvs.php?$empty
||vi-control.net/community/?ads/
||vi.colliderporn.com/m8.js
||videowood.tv/pop^$popup
||vidible.tv^$domain=linuxforums.org|healevate.com
||vikiporn.com/plugin.js
||vipbox.tech/local.html
||vipcast.me/cash.html
||voyeurhit.com/*.php?*&
||watchers.to/code2.js
||watchmygf.me/banner/js1.js^
||webtransfer-finance.com/upload/partner_banner/
||webtransfer.com/upload/partner_banner/
||whoer.net/images/5socks.gif
||widgets.outbrain.com/outbrain.js$domain=dailycaller.com|foxnews.com
||window-close.cf^$domain=tuttosportweb.com
||windows7themes.net/creatives/
||wishuluck.top/adsflashORIGINAL.php
||wix.com/*utm_campaign=$third-party
||wrestlezone.com/wp-content/plugins/pb-ads/
||wrestling-online.com/News/wp-content/plugins/wpsite-background-takeover/js/wpsite_clickable.js
||wrestling-online.com/News/wp-content/uploads/bg*.jpg
||xhcdn.com/js/p.js
||xtremetop100.com/images/king/AKCABAL.gif
||xtremetop100.com/images/king/new_eclipse_awtopbanner.gif
||xwowgirls.com/ab/eajotskrempz.js
||xwowgirls.com/js.php
||xxxadd.com/banneradv.js
||xxxstreams.org/popaaa/
||xxxstreams.org/tttr/
||xxxtubedot.com/advpanel.js
||xxxtubedot.com/eureka/eureka.js
||xxxtubedot.com/eureka_ban/
||yastatic.net/pcode/adfox/loader.js$domain=sputniknews.com
||youjav.me/yjav.js
||youjizz.com/be568.js
||youjizz.com/exoa
||youjizz.com/js/YJ-ab/_yjserve.js
||youjizz.com/xoa/*.js
||yourporno.fr/js/n*.js
||yts.ag/images/vpnanim
||yts.ag/js/*.js
||zevera.com/*.swf$third-party
||zkake.exashare.com^
||zonasports.to/js/tiempo2.js
||zorwrite.com/*/Tag.a1b$domain=itechpost.com
!
foxbaltimore.com,foxchattanooga.com,foxillinois.com,foxlexington.com,foxnebraska.com,foxreno.com,foxrochester.com,foxsanantonio.com,nbcmontana.com,okcfox.com,siouxlandnews.com,wach.com,wchstv.com,wcyb.com,wfxl.com,wgxa.tv,wlos.com,wsbt.com,wsmh.com,wvah.com,cbs2iowa.com,fox4beaumont.com,mycbs4.com,mynews4.com,news4sanantonio.com,abc6onyourside.com,wtov9.com,turnto10.com,fox11online.com,mynbc15.com,nbc16.com,abc22now.com,fox23maine.com,nbc24.com,fox28media.com,myfox28columbus.com,fox42kptm.com,fox45now.com,fox56.com##div[class^="index_displayAd__"]
foxbaltimore.com,foxchattanooga.com,foxillinois.com,foxlexington.com,foxnebraska.com,foxreno.com,foxrochester.com,foxsanantonio.com,nbcmontana.com,okcfox.com,siouxlandnews.com,wach.com,wchstv.com,wcyb.com,wfxl.com,wgxa.tv,wlos.com,wsbt.com,wsmh.com,wvah.com,cbs2iowa.com,fox4beaumont.com,mycbs4.com,mynews4.com,news4sanantonio.com,abc6onyourside.com,wtov9.com,turnto10.com,fox11online.com,mynbc15.com,nbc16.com,abc22now.com,fox23maine.com,nbc24.com,fox28media.com,myfox28columbus.com,fox42kptm.com,fox45now.com,fox56.com##div[id^="interstory_first_ddb_"]
foxbaltimore.com,foxchattanooga.com,foxillinois.com,foxlexington.com,foxnebraska.com,foxreno.com,foxrochester.com,foxsanantonio.com,nbcmontana.com,okcfox.com,siouxlandnews.com,wach.com,wchstv.com,wcyb.com,wfxl.com,wgxa.tv,wlos.com,wsbt.com,wsmh.com,wvah.com,cbs2iowa.com,fox4beaumont.com,mycbs4.com,mynews4.com,news4sanantonio.com,abc6onyourside.com,wtov9.com,turnto10.com,fox11online.com,mynbc15.com,nbc16.com,abc22now.com,fox23maine.com,nbc24.com,fox28media.com,myfox28columbus.com,fox42kptm.com,fox45now.com,fox56.com##div[id^="interstory_second_ddb_"]
foxbaltimore.com,foxchattanooga.com,foxillinois.com,foxlexington.com,foxnebraska.com,foxreno.com,foxrochester.com,foxsanantonio.com,nbcmontana.com,okcfox.com,siouxlandnews.com,wach.com,wchstv.com,wcyb.com,wfxl.com,wgxa.tv,wlos.com,wsbt.com,wsmh.com,wvah.com,cbs2iowa.com,fox4beaumont.com,mycbs4.com,mynews4.com,news4sanantonio.com,abc6onyourside.com,wtov9.com,turnto10.com,fox11online.com,mynbc15.com,nbc16.com,abc22now.com,fox23maine.com,nbc24.com,fox28media.com,myfox28columbus.com,fox42kptm.com,fox45now.com,fox56.com##div[class^="index_adBeforeContent__"]
!
! Popads
://*.bid^$script,third-party,domain=streamjav.net|cndfandres64.blogspot.de|cndfandres64.blogspot.com|cndfandres64.blogspot.com.au|tellnews.club|xxxmax.net|watchfreexxx.net|speedporn.net|filmlinks4u.is|needgayporn.com|gaypornmasters.com|uploadbank.com|clicknupload.org|ouo.press|cryptosmo.com|datoporn.co|alantv.com|xclusivejams2.com|123movies.kim|123gomovies.info|watchonlinemovie.in|dir50.com|kat.how|openload.co|thepiratebay.org|vshare.eu|psarips.com|123videos.tv|ouo.io|hentaiz.net|apkmirrorfull.com
/^https?:\/\/www\.[a-z]{8,14}\.(bid|club|co|com|me|pro|info)\/[a-z]{1,12}\.js$/$script,third-party,domain=goss.watch|gosswatch.com|2ddl.vg|guard.link|vidz72.com|123movies.cafe|anidl.org|srt.am|pandaporn.net|widestream.io|300mbfilms.co|seelive.me|realtimetv.me|xxxstreams.me|animeforce.org|baixarsoftware.com|vipbox.fi|linx.cloud|emp3c.co|streamporn.me|2ddl.io|pandamoviehd.me|speedporn.net|youwatchporn.com|chaturbacumgirls.net|oke.io|vipbox.st|2ddl.unblocked.vc|gaypornwave.com|batshort.com|watchpornfree.ws|animo-pace-stream.io|hdsector.to
/^https?:\/\/([a-z0-9]{8,10}\.)?[a-z0-9]{5,14}\.(com|bid|online|top|club)\/([a-z0-9]{2}\/){3}[a-f0-9]{32}\.js$/$script,third-party
/^http?:\/\/[a-z]{8,14}\.(bid|club|co|com|me|pro|info)\/[a-z]{1,12}\.(aspx|php|html|htm)\?r=[0-9]{1}[\s\S]*v=/$script,third-party,domain=realtimetv.me|seelive.me
!
! https://github.com/AdguardTeam/AdguardFilters/issues/37717
! https://github.com/AdguardTeam/AdguardFilters/issues/34665
! https://github.com/AdguardTeam/AdguardFilters/issues/34109
!+ PLATFORM(windows, mac, android)
||pt.ptawe.com/vast/$empty,important,domain=porngun.net
! neowin.net
! https://github.com/AdguardTeam/AdguardFilters/issues/36896
!+ NOT_OPTIMIZED
watchmygf.me##.publicity
! https://github.com/AdguardTeam/AdguardFilters/issues/36897
!+ NOT_OPTIMIZED
beeg.com##.s-nmtv
! https://github.com/AdguardTeam/AdguardFilters/issues/36684
! https://github.com/AdguardTeam/AdguardFilters/issues/36619
! https://github.com/AdguardTeam/AdguardFilters/issues/35273
! https://github.com/AdguardTeam/AdguardFilters/issues/36921
! https://forum.adguard.com/index.php?threads/speed4up-com.32807/
! https://github.com/AdguardTeam/AdguardFilters/issues/34832
! https://github.com/AdguardTeam/AdguardFilters/issues/34742
! bestfitnesstips.club
! https://github.com/AdguardTeam/AdguardFilters/issues/34497
! https://github.com/AdguardTeam/AdguardFilters/issues/34399
! https://github.com/AdguardTeam/AdguardFilters/issues/34311
! https://github.com/AdguardTeam/AdguardFilters/issues/34338
! https://github.com/AdguardTeam/AdguardFilters/issues/34224
! https://github.com/AdguardTeam/AdguardFilters/issues/34176
! https://github.com/AdguardTeam/AdguardFilters/issues/33994
! https://github.com/AdguardTeam/AdguardFilters/issues/33476
! https://github.com/AdguardTeam/AdguardFilters/issues/33472
! https://github.com/AdguardTeam/AdguardFilters/issues/33446
! https://github.com/AdguardTeam/AdguardFilters/issues/33348
! https://github.com/AdguardTeam/AdguardFilters/issues/33373
! https://github.com/AdguardTeam/AdguardFilters/issues/33258
! https://github.com/AdguardTeam/AdguardFilters/issues/33125
! https://github.com/AdguardTeam/AdguardFilters/issues/32580
! https://github.com/AdguardTeam/AdguardFilters/issues/32479
! paigeeworld.com
! https://github.com/AdguardTeam/AdguardFilters/issues/32119
!+ NOT_OPTIMIZED
pesstatsdatabase.com##.ad-tag + center > a > img
! https://github.com/AdguardTeam/AdguardFilters/issues/31400
! https://github.com/AdguardTeam/AdguardFilters/issues/31174
! https://github.com/AdguardTeam/AdguardFilters/issues/31126
! https://github.com/AdguardTeam/AdguardFilters/issues/31091
! https://github.com/AdguardTeam/AdguardFilters/issues/31145
! https://github.com/AdguardTeam/AdguardFilters/issues/30995
! https://github.com/AdguardTeam/AdguardFilters/issues/30959
! https://github.com/AdguardTeam/AdguardFilters/issues/30782
! https://github.com/AdguardTeam/AdguardFilters/issues/30725
! https://github.com/AdguardTeam/AdguardFilters/issues/30875
! https://github.com/AdguardTeam/AdguardFilters/issues/30753
! https://github.com/AdguardTeam/AdguardFilters/issues/30728
! https://github.com/AdguardTeam/AdguardFilters/issues/30637
! https://github.com/AdguardTeam/AdguardFilters/issues/30547
! https://github.com/AdguardTeam/AdguardFilters/issues/30456
! https://github.com/AdguardTeam/AdguardFilters/issues/30404
! https://github.com/AdguardTeam/AdguardFilters/issues/30238
!+ NOT_OPTIMIZED
sportslogos.net##.bigBoxHomepage
! https://github.com/AdguardTeam/AdguardFilters/issues/30114
! https://github.com/AdguardTeam/AdguardFilters/issues/29138
! https://github.com/AdguardTeam/AdguardFilters/issues/29687
! https://github.com/AdguardTeam/AdguardFilters/issues/29674
! https://github.com/AdguardTeam/AdguardFilters/issues/29605
! https://github.com/AdguardTeam/AdguardFilters/issues/28605
! https://github.com/AdguardTeam/AdguardFilters/issues/28464
!+ NOT_OPTIMIZED
techradar.com##div[class^="slot-mpu"][style^="position: relative; box-sizing: border-box; height:"]
!+ NOT_OPTIMIZED
techradar.com##div[class^="slot-single-height-"][style^="position: relative; box-sizing: border-box; height:"]
! https://github.com/AdguardTeam/AdguardFilters/issues/27369
!+ PLATFORM(windows, mac, android)
||syndication.exosrv.com/splash.php?$empty,important,domain=mycumx.com|vqporn.com|letmejerk.com|loverscum.com|palmtube.com|pornflip.com|herexxx.com
! https://github.com/AdguardTeam/AdguardFilters/issues/28240
! https://github.com/AdguardTeam/AdguardFilters/issues/27877
! https://github.com/AdguardTeam/AdguardFilters/issues/27861
!+ NOT_OPTIMIZED
mlb.com##.insert__ad
!+ NOT_OPTIMIZED
mlb.com##.side-rail__ad-placeholder
! https://github.com/AdguardTeam/AdguardFilters/issues/25989
!+ PLATFORM(windows)
||syndication.exoclick.com/splash.php?$empty,important,domain=javdragon.com|palmtube.com
! https://github.com/AdguardTeam/AdguardFilters/issues/27129
! https://github.com/AdguardTeam/AdguardFilters/issues/26990
! https://github.com/AdguardTeam/AdguardFilters/issues/26841
! https://github.com/AdguardTeam/AdguardFilters/issues/26657
! https://github.com/AdguardTeam/AdguardFilters/issues/26600
! buyitonline.store - antiadblock
! https://github.com/AdguardTeam/AdguardFilters/issues/26427
!+ NOT_OPTIMIZED
digit.in##.marchantListOnImage > div.m_list_In
!+ NOT_OPTIMIZED
||digit.in/blockarticledetailad/
! https://github.com/AdguardTeam/AdguardFilters/issues/25325
! https://github.com/AdguardTeam/AdguardFilters/issues/25445
! https://github.com/AdguardTeam/AdguardFilters/issues/25468
! https://github.com/AdguardTeam/AdguardFilters/issues/25322
! https://github.com/AdguardTeam/AdguardFilters/issues/25105
! https://github.com/AdguardTeam/AdguardFilters/issues/24940
! https://github.com/AdguardTeam/CoreLibs/issues/587
!+ NOT_OPTIMIZED
||by218us.cdndm5.com/25^
!+ NOT_OPTIMIZED
||by218us.cdndm5.com/29^
! https://github.com/AdguardTeam/AdguardFilters/issues/24076
! https://github.com/AdguardTeam/AdguardFilters/issues/23901
! https://github.com/AdguardTeam/AdguardFilters/issues/22955
! https://github.com/AdguardTeam/AdguardFilters/issues/22460
!+ NOT_OPTIMIZED
electrek.co,9to5mac.com##a[href^="http://bit.ly"][target="_blank"] > amp-img
!+ NOT_OPTIMIZED
electrek.co,9to5mac.com##a[href^="http://bit.ly"][target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/22411
! https://github.com/AdguardTeam/AdguardFilters/issues/22277
! https://github.com/AdguardTeam/AdguardFilters/issues/22142
! https://github.com/AdguardTeam/AdguardFilters/issues/22051
! https://github.com/AdguardTeam/AdguardFilters/issues/20845
!+ NOT_PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
||smartadserver.com/ac^$domain=deezer.com,empty,important
! https://github.com/AdguardTeam/AdguardFilters/issues/21563
!+ NOT_OPTIMIZED
egmnow.com##.pt-embedded-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/21562
!+ NOT_OPTIMIZED
siliconera.com##iframe[width="580"][height="240"]
! https://github.com/AdguardTeam/AdguardFilters/issues/21527
! https://github.com/AdguardTeam/AdguardFilters/issues/21207
! https://github.com/uBlockOrigin/uAssets/issues/3086#issuecomment-409981230
! https://github.com/AdguardTeam/AdguardFilters/issues/20124
! https://github.com/AdguardTeam/AdguardFilters/issues/20026
! https://github.com/AdguardTeam/AdguardFilters/issues/19935
! https://github.com/AdguardTeam/AdguardFilters/issues/19494
! https://github.com/AdguardTeam/AdguardFilters/issues/17808
!+ NOT_OPTIMIZED
forum.xda-developers.com###posts > div[style*="min-height:"]
! https://github.com/AdguardTeam/AdguardFilters/issues/18494
!+ NOT_PLATFORM(ext_ublock)
outlook.live.com##.scrollContainer > div[class][style^="height:"] div[style*="height:"]:not([style*="auto"]):not([id]):not([class])
! https://github.com/AdguardTeam/AdguardFilters/issues/18342
! https://github.com/AdguardTeam/AdguardFilters/issues/18146
! https://github.com/AdguardTeam/AdguardFilters/issues/17669
! https://github.com/AdguardTeam/AdguardFilters/issues/18032
!+ NOT_OPTIMIZED
gizchina.com##p > a[rel="nofollow"][class="external"] > img
!+ NOT_OPTIMIZED
cathnews.co.nz,gizchina.com,myx.tv,omgubuntu.co.uk###text-12
! https://github.com/AdguardTeam/AdguardFilters/issues/17767
!+ NOT_OPTIMIZED
arstechnica.com###outbrain-recs-wrap
! https://github.com/AdguardTeam/AdguardFilters/issues/17644
! https://github.com/AdguardTeam/AdguardFilters/issues/16909
! https://github.com/AdguardTeam/AdguardFilters/issues/16553
!+ NOT_OPTIMIZED
gamerevolution.com##.aside-promo
! https://github.com/AdguardTeam/AdguardFilters/issues/15247
! https://github.com/AdguardTeam/AdguardFilters/issues/15273
! https://github.com/AdguardTeam/AdguardFilters/issues/15275
! https://github.com/AdguardTeam/AdguardFilters/issues/14969
! https://github.com/AdguardTeam/AdguardFilters/issues/14460
! https://github.com/AdguardTeam/AdguardFilters/issues/13425
! https://github.com/AdguardTeam/AdguardFilters/issues/13006
! https://github.com/AdguardTeam/AdguardFilters/issues/10387
!+ NOT_OPTIMIZED
androidcentral.com##p > a[rel="nofollow"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/12324
! https://github.com/AdguardTeam/AdguardFilters/issues/12321
! https://github.com/AdguardTeam/AdguardFilters/issues/12098
! https://github.com/AdguardTeam/AdguardFilters/issues/11159
! https://github.com/AdguardTeam/AdguardFilters/issues/10856
! https://github.com/AdguardTeam/AdguardFilters/issues/10969
!+ NOT_OPTIMZED
ampproject.org##amp-embed[type="taboola"]
! https://forum.adguard.com/index.php?threads/23527/#post-164501
!+ NOT_OPTIMZED
||reddit.com/api/request_promo.json
! https://github.com/AdguardTeam/AdguardFilters/issues/10738
! https://github.com/AdguardTeam/AdguardFilters/issues/10520
! https://github.com/AdguardTeam/AdguardFilters/issues/8720
! https://github.com/AdguardTeam/AdguardFilters/issues/8694
!+ NOT_PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
androidrepublic.org##.sectionMain.funbox
!+ NOT_PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
androidrepublic.org##.sidebar > .section.funbox
!+ NOT_OPTIMIZED
macrumors.com##div[id^="adUnder"]
!+ NOT_OPTIMIZED
arstechnica.co.uk,arstechnica.com##.instream-wrap
! https://github.com/AdguardTeam/AdguardFilters/issues/6407
! https://github.com/AdguardTeam/AdguardFilters/issues/6631
! https://github.com/AdguardTeam/AdguardFilters/issues/39058
! https://forum.adguard.com/index.php?threads/12858/
!+ PLATFORM(windows, mac, android)
||adxpansion.com/ads.php$empty,important
!+ PLATFORM(windows, mac, android)
||pornhd.com/connect/stat^$empty,important
!+ PLATFORM(windows, mac, android)
||syndication.exoclick.com/splash.php$important,empty,domain=pornhd.com
! https://forum.adguard.com/index.php?threads/23423/
! https://forum.adguard.com/index.php?threads/24914/
!
! Special rules for adguard.com
!+ NOT_OPTIMIZED
adguard.com##.hello_from_adguard
!+ NOT_PLATFORM(ext_chromium, ext_ff, ext_edge, ext_ublock, ext_safari, ext_opera) NOT_OPTIMIZED
adguard.com##.hello_from_adguard_apps
!-------------------------------------------------------------------------------!
!------------------ White list (exceptions list) -------------------------------!
!-------------------------------------------------------------------------------!
!
! White list. Fixing filtration errors (false-positive)
!
!#########################################
! START: Temporary
!
! https://github.com/AdguardTeam/CoreLibs/issues/1110
! https://github.com/AdguardTeam/AdguardFilters/issues/40034
@@||bestbuy.com/site/canopy/component/fulfillment/$jsinject,elemhide,extension
! https://github.com/AdguardTeam/CoreLibs/issues/1053
!+ PLATFORM(windows, mac, android)
@@||bdtcs.maple3142.net^$jsinject,extension
!+ PLATFORM(windows, mac, android)
@@||onibaku.group^$jsinject
! https://github.com/AdguardTeam/AdguardFilters/issues/32937
! https://github.com/AdguardTeam/CoreLibs/issues/1027
! https://github.com/AdguardTeam/AdguardFilters/issues/36856
@@||simkl.com^$elemhide,jsinject,extension
! https://github.com/AdguardTeam/AdguardFilters/issues/36127
! Reported: https://github.com/easylist/easylist/issues/3708
ytmp3.cc#@##download
@@||dropbox.com/static/api/*/dropins.js$domain=ytmp3.cc
! https://github.com/AdguardTeam/CoreLibs/issues/963
! https://github.com/AdguardTeam/AdguardFilters/issues/34925
@@||google.com/recaptcha/$csp
! https://github.com/AdguardTeam/AdguardForWindows/issues/2784
! https://github.com/AdguardTeam/AdguardFilters/issues/31568
!+ PLATFORM(windows)
@@||taxes.hrblock.com^$extension
! https://github.com/AdguardTeam/AdguardAssistant/issues/283
@@||mcdonalds.fr^$extension
! wyborcza.pl - fixing video player, for example - http://wyborcza.pl/7,75398,24408884,tasmy-kaczynskiego-tak-prezes-pis-prowadzi-wielki-biznes-za.html#S.DT-K.C-P.1-B.1-L.1.foto
!+ PLATFORM(windows, mac, android)
@@||wyborcza.pl/info/wyborcza-player/version-desktop.htm$extension,jsinject,elemhide
! https://github.com/AdguardTeam/AdguardForWindows/issues/2418
@@||strikeout.nu^$generichide
@@||viprow.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/28926
! Reported: https://github.com/easylist/easylist/issues/2780
@@||rss.art19.com^$domain=merriam-webster.com
! https://github.com/AdguardTeam/AdguardFilters/issues/28274
! https://github.com/AdguardTeam/AdguardFilters/issues/27762
! Reported: https://github.com/AdguardTeam/AdguardForWindows/issues/2435
@@||amoma.com^$extension
! https://github.com/AdguardTeam/AdguardFilters/issues/26884
@@||services.cal-online.co.il/PrePaidCard/HomePage.aspx$extension
@@||services.cal-online.co.il/Card-Holders/SCREENS/AccountManagement/Login.aspx$extension
! https://github.com/AdguardTeam/CoreLibs/issues/492
!+ PLATFORM(windows, mac, android)
@@||gerasanews.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/22203
! https://github.com/AdguardTeam/AdguardFilters/issues/24177
! bazaraki.com - blocked page in Safari
! https://github.com/AdguardTeam/AdguardFilters/issues/24439
@@||ksl.com^$extension
! https://github.com/AdguardTeam/AdguardFilters/issues/22944
@@||static.doubleclick.net/instream/ad_status.js$domain=investing.com
! https://github.com/AdguardTeam/AdguardFilters/issues/23359
@@||leclercdrive.fr/_res/release/$elemhide,jsinject,extension
! https://github.com/AdguardTeam/AdguardFilters/issues/23221
! https://github.com/AdguardTeam/PopupBlocker/issues/144
! https://github.com/AdguardTeam/AdguardFilters/issues/23005
@@||ssgdfm.com^$extension
! https://github.com/easylist/easylist/issues/1912
! https://github.com/AdguardTeam/AdguardFilters/issues/22746
|https://$image,xmlhttprequest,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com,badfilter
@@||phncdn.com^$domain=pornhub.com,image
@@||pornhub.com/comment^
@@||pornhub.com/front^
@@||pornhub.com/user^
@@||nsimg.net/biopic^
! https://github.com/AdguardTeam/CoreLibs/issues/495
! https://github.com/AdguardTeam/AdguardFilters/issues/22363
@@||bing.com/wiki?hash$elemhide,jsinject,important
! https://github.com/AdguardTeam/CoreLibs/issues/493
! https://github.com/AdguardTeam/AdguardFilters/issues/22564
@@||api*.shahid.net/proxy/$domain=shahid.mbc.net
@@||cdn.one.accedo.tv^$domain=shahid.mbc.net
! https://github.com/AdguardTeam/AdguardFilters/issues/22598
@@||brainpop.com/*.php$extension,jsinject,elemhide
! https://github.com/AdguardTeam/AdguardForWindows/issues/2323
@@||static.mega.co.nz/*/html/pdfViewer_$extension,jsinject,elemhide
! https://github.com/AdguardTeam/CoreLibs/issues/454
! https://github.com/AdguardTeam/AdguardFilters/issues/21642
@@||irsr.games.pitforest.de^$elemhide
! https://github.com/AdguardTeam/PopupBlocker/issues/122
@@||gameforge.com^$extension
! https://github.com/AdguardTeam/AdguardFilters/issues/17542
! Check by opening New Tab in a Windows Insider build
msn.com#@#[src*="base64"]
msn.com#@#[src*="data:"]
! https://github.com/AdguardTeam/PopupBlocker/issues/119
! https://github.com/AdguardTeam/AdguardFilters/issues/17325
@@||selly.gg^$extension
! https://github.com/AdguardTeam/CoreLibs/issues/301
! https://github.com/AdguardTeam/AdguardFilters/issues/17166
@@||read.amazon.com^$elemhide
! https://github.com/AdguardTeam/AdguardFilters/issues/17075
! Check with the next Popup Blocker extension build(2.2.3>)
@@||antiplagiat.ru^$extension
! https://github.com/AdguardTeam/AdguardFilters/issues/16291
! Reported: https://github.com/easylist/easylist/issues/1163
@@||r-ulybka.ru/include/u-catalog/ajax/filter.php?propid=
! https://github.com/AdguardTeam/AdguardFilters/issues/9031
@@||reports.adguard.com/*.json
! https://github.com/AdguardTeam/AdguardFilters/issues/8946
@@||onhelp.me^$extension
! https://github.com/AdguardTeam/AdguardFilters/issues/16082
@@||photos.shutterfly.com^$extension
! https://github.com/AdguardTeam/AdguardForWindows/issues/2301
!+ PLATFORM(windows)
copypastecharacter.com#$##contents { visibility: visible!important; }
! END: Temporary
!#########################################
!
! https://github.com/AdguardTeam/AdguardFilters/issues/39948
@@||streamplay.to/player_clappr/jwplayer.rtmp.js
! https://github.com/AdguardTeam/AdguardFilters/issues/39945
@@||itnews.com.au/scripts/js_*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/39865
photos.freeones.com#@#a[href^="http://click.payserve.com/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/39780
!+ PLATFORM(windows, mac, android)
@@||cdn.shortpixel.ai^$domain=argumentplus.ru
! https://github.com/AdguardTeam/AdguardFilters/issues/39776
@@||ads.viralize.tv/player/$domain=ilrestodelcarlino.it
@@||ads.viralize.tv/display/$domain=ilrestodelcarlino.it
! https://github.com/AdguardTeam/AdguardFilters/issues/39727
@@||translate.googleapis.com^$xmlhttprequest,domain=xda-developers.com
! https://github.com/AdguardTeam/AdguardFilters/issues/39424
javfinder.sh#@##preroll
! https://github.com/AdguardTeam/AdguardFilters/issues/39131
@@||utility.rogersmedia.com/utility.js$domain=ottawamatters.com
! https://github.com/AdguardTeam/AdguardFilters/issues/39047
@@||verticalscope-com.videoplayerhub.com/galleryplayer.js$domain=avsforum.com
! https://github.com/easylist/easylist/issues/3931
! https://old.reddit.com/r/Adguard/comments/ctrzij/unblock_script_for_specific_website/
datpiff.com#@#div > iframe
@@||datpiff.com^$csp=script-src 'self' * blob: data:
! https://github.com/AdguardTeam/AdguardFilters/issues/38955
@@||thechive.files.wordpress.com/*?quality=*&strip=info
! https://github.com/AdguardTeam/AdguardFilters/issues/38903
@@||js.adsrvr.org/up_loader.*.js$domain=cornettocekilis.com
! https://github.com/AdguardTeam/AdguardFilters/issues/38437
porncomix.info#@#.adsbar
! https://github.com/AdguardTeam/AdguardFilters/issues/38563
@@||rapidvid.to/e/$subdocument,third-party
@@||kimcartoon.to/Register/GetCaptcha
@@||kimcartoon.to/*Bookmark$other,xmlhttprequest
@@||kimcartoon.to/Content/ui-lightness/jquery.ui.progressbar.css
! https://github.com/AdguardTeam/AdguardFilters/issues/38298
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=weheartit.com
! https://github.com/AdguardTeam/AdguardFilters/issues/38389
@@||hotpornfile.org/wp-admin/admin-ajax.php$domain=hotpornfile.org
! https://github.com/AdguardTeam/AdguardFilters/issues/38270
@@||go.ezoic.net/wabbit/hare.js$domain=zillowtech.com
! https://github.com/AdguardTeam/AdguardFilters/issues/38261
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=rapidvideo.com|rapidvid.to
@@||rapidvid.to/assets/js/videojs-contrib-ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/38260
@@||menrec.com^$csp=script-src 'self' *.gstatic.com *.google.com *.googleapis.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
! https://github.com/AdguardTeam/AdguardFilters/issues/29939 - fixing image gallery
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=gamespot.com
! https://github.com/AdguardTeam/AdguardFilters/issues/38235
@@||cdnjs.cloudflare.com/ajax/libs/videojs-contrib-ads/*/videojs.ads.min.js$domain=streamx.live
! https://github.com/AdguardTeam/AdguardFilters/issues/38186
@@||oasjs.kataweb.it/adsetup.js$domain=video.lastampa.it
! https://github.com/AdguardTeam/AdguardFilters/issues/38208
@@||imasdk.googleapis.com/pal/sdkloader/pal.js$domain=sciencechannel.com
! https://github.com/AdguardTeam/AdguardFilters/issues/38156
@@||wuxiaworld.com^$csp=script-src 'self' * 'unsafe-inline'
! https://github.com/AdguardTeam/AdguardFilters/issues/38016
@@||bigleaguepolitics.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
! https://github.com/AdguardTeam/AdguardFilters/issues/38089
@@||infowars.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
@@||api.infowarsmedia.com/videojs-event-tracking/dist/videojs-event-tracking.js
! https://github.com/AdguardTeam/AdguardFilters/issues/38027
@@||imasdk.googleapis.com/pal/sdkloader/pal.js$domain=motortrend.com
! https://github.com/AdguardTeam/AdguardFilters/issues/37936
@@||revive.adsession.com/www/delivery/ck.php$domain=spankwire.com
! https://github.com/AdguardTeam/AdguardFilters/issues/37918
@@||static.adtrue24.com/images/*$domain=fap18.net
! https://github.com/AdguardTeam/AdguardFilters/issues/37896 - video player fix
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=gocolumbialions.com
@@||connect.facebook.*/en_US/AudienceNetworkPrebid.js$domain=cbssports.com
! vidcloud.icu - fixing embedded video players
@@||gcloud.live/v/$subdocument,domain=vidcloud.icu
@@||streamango.com/embed/$subdocument,domain=vidcloud.icu
@@||api.vidnode.net/stream.php?$subdocument,domain=vidcloud.icu
! https://github.com/AdguardTeam/AdguardFilters/issues/34962
@@||forexprostools.com/?columns=$domain=investmentwatchblog.com
! https://github.com/AdguardTeam/AdguardFilters/issues/37668
@@||adplayer.ml/player/vid/$subdocument
@@||adplayer.ml/player/embed.php$subdocument
@@||adplayer.ml/player/checker.php|$script,other
! https://github.com/AdguardTeam/AdguardFilters/issues/37635
@@/RealMedia/ads^$domain=aeroplan.com
! https://github.com/AdguardTeam/AdguardFilters/issues/37636
@@||travel.mediaalpha.com/js/serve.js$domain=goseek.com
! https://forum.adguard.com/index.php?threads/34095/
@@||securepubads.g.doubleclick.net/gampad/ads?gdfp_req=1$domain=thedailybeast.com
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=thedailybeast.com
! https://github.com/AdguardTeam/AdguardFilters/issues/33773
@@||nutritiondata.self.com/ads/js/cn.dart.bun.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/33306
@@||static.moonmkt.it^$image,domain=moonmkt.it
! https://github.com/AdguardTeam/AdguardFilters/issues/37482
@@||cscscholarships.net/wp-content/plugins/better-adsmanager/includes/libs/better-framework/assets/fonts/fontawesome-webfont.$font
! https://github.com/AdguardTeam/AdguardFilters/issues/37458
@@||imasdk.googleapis.com/pal/sdkloader/pal.js$domain=foodnetwork.com
! https://github.com/AdguardTeam/AdguardFilters/issues/34919
@@||bdstatic.com^$domain=dq.tieba.com
! https://github.com/AdguardTeam/AdguardFilters/issues/37339
@@||reklama.studio^$domain=reklama.studio
! https://github.com/AdguardTeam/AdguardFilters/issues/37371
@@||acidcow.com^$csp=script-src 'self' * blob: data:
! https://github.com/AdguardTeam/AdguardFilters/issues/37208
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=theticket.com
@@||live.streamtheworld.com/*.mp3
@@||live.streamtheworld.com/*.aac
! https://github.com/AdguardTeam/AdguardFilters/issues/37230
@@||acdn.adnxs.com/video/mediation/apn_overlay_integration.js$domain=thechive.com
! https://github.com/AdguardTeam/AdguardFilters/issues/37124
referatwork.ru#@##adbox
! https://github.com/AdguardTeam/AdguardFilters/issues/35885
||placeholder.com^$image,domain=javqd.tv,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/28185
@@||ntv.co.jp/ad-navi/$stylesheet
@@||ntv.co.jp/ad-navi/cx/cx_code.js
! https://github.com/AdguardTeam/AdguardFilters/issues/36900
@@||ahcdn.com^$media
! vector.co.jp - fixing images
@@||cache.vector.co.jp/img_cache/*/300x250.
! https://github.com/AdguardTeam/AdguardFilters/issues/36735
@@||animeland.us/pa.js
@@||animeland.us/bg.jpg
! https://github.com/AdguardTeam/AdguardFilters/issues/37260
@@||sharethrough.com/*placement$domain=looper.com
@@||native.sharethrough.com/assets/sfp.js$domain=looper.com
@@||cdn*.connatix.com/*min/connatix.renderer.infeed.min$domain=looper.com
@@||connatix.com/*?callback=$domain=looper.com
@@||i.connatix.com/*/connatix-uploads/$domain=looper.com
! https://github.com/AdguardTeam/AdguardFilters/issues/34698
secure.hulu.com#@#.ad-root
! rawstory.com - fixing hidden content
rawstory.com#@#div[id^="div-gpt-ad"]
! https://github.com/AdguardTeam/AdguardFilters/issues/35459
|https://$image,script,stylesheet,subdocument,third-party,domain=aflamyz.com|movs4u.to,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/33693
@@||cdn.streamroot.io/videojs-hlsjs-plugin/*/videojs-hlsjs-plugin.js$domain=infowars.com
! https://github.com/AdguardTeam/AdguardFilters/issues/36640
@@||mangasail.co/sites/default/files/*//*_adsense_
! https://github.com/AdguardTeam/AdguardFilters/issues/36491
@@||js-sec.indexww.com/ht/htw-baltimore-sun.js$domain=baltimoresun.com
@@||c.amazon-adsystem.com/aax2/apstag.js$domain=baltimoresun.com
! https://github.com/AdguardTeam/AdguardFilters/issues/36197
@@||wp.com/c/*/wp-includes/js
@@||wp.com/c/*/wp-includes/css
@@||i*.wp.com/mac-torrent-download.net/wp-content/uploads
@@||wp.com/p/jetpack^
! https://github.com/AdguardTeam/AdguardFilters/issues/36264
optifine.net#@#.tableAds
! https://github.com/AdguardTeam/AdguardFilters/issues/34943
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=miroir1.trackr.fr
! https://github.com/AdguardTeam/AdguardFilters/issues/36094
@@||cdn.honor.ru/pms/pages/adsImages/$domain=honor.ru
! netbk.co.jp - broken by AdGuard injections
@@||netbk.co.jp^$jsinject
! polygon.com - broken videos
@@||onceux.unicornmedia.com/now/ads/vmap^$domain=volume.vox-cdn.com
! square-enix.com register redirect not working
@@||weblet.square-enix.com/banner.php^
! https://forum.adguard.com/index.php?threads/porngem-com-nsfw-incorrect-blocking.33179/
@@||porngem.com/ai/s/s/js/m/pr-before.js
! https://github.com/AdguardTeam/AdguardFilters/issues/35353
@@||code.jquery.com/*.min.js$domain=audioz.download
@@||cdnjs.cloudflare.com/ajax/libs/*.min.js$domain=audioz.download
! https://github.com/AdguardTeam/AdguardFilters/issues/35179
uk.ign.com#@#.ad-wrapper
! https://github.com/AdguardTeam/AdguardFilters/issues/35095
@@||cdnjs.cloudflare.com/ajax/libs/jquery/*/jquery.min.js$domain=youav.com
! msn.com - fixing Edge version of the site(page not load)
! Sample URL: https://www.msn.com/spartan/dhp?locale=ru-RU&market=RU&enableregulatorypsm=0&enablecpsm=0&ishostisolationenforced=0&targetexperience=default
@@||msn.com/spartan/dhp$jsinject
! https://github.com/AdguardTeam/AdguardFilters/issues/35014
cadlinecommunity.co.uk#@#.sidebar_advert
! gamesplaza.com - fixing broken game feature
@@||media.oadts.com/www/delivery/afv.php$domain=games.gamesplaza.com
@@||media.oadts.com/www/delivery/le.php*&dist.prerollDone$domain=media.oadts.com
! https://github.com/AdguardTeam/AdguardFilters/issues/34828
@@||securepubads.g.doubleclick.net/gampad/ads?gdfp_req=1$domain=segodnya.ua
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=segodnya.ua
segodnya.ua#@#div[id^="google_ads_iframe_"]
segodnya.ua#@#iframe[id^="google_ads_iframe"]
segodnya.ua#@#div[id^="div-gpt-ad"]
! https://github.com/AdguardTeam/AdguardFilters/issues/34861
@@||kuntv.pw/sdembed$domain=strikeout.nu
@@||em.kuntv.pw/embed.min.js$domain=strikeout.nu
@@||livestream.com/accounts/*/events/*/player?$domain=strikeout.nu
@@||cdn.cdnfiles.site/site/sd/img/$image,domain=strikeout.nu
@@||cdn.cdnfiles.site/js/loadjs.min.js$domain=strikeout.nu
@@||cdn.jsdelivr.net/npm/jquery*/dist/jquery.min.js$domain=strikeout.nu
@@||cdn.jsdelivr.net/combine/npm/bootstrap*/dist/js/bootstrap.min.js$domain=strikeout.nu
! https://github.com/AdguardTeam/AdguardFilters/issues/34840
@@||imasdk.googleapis.com/pal/sdkloader/pal.js$domain=investigationdiscovery.com
! userscloud.com - blocked download server
@@||usercdn.com^$domain=userscloud.com
! Fixing `Run code snippet` on stackoverflow.com
@@||stacksnippets.net^$jsinject,elemhide,extension
! https://github.com/AdguardTeam/AdguardFilters/issues/34579
!+ PLATFORM(windows, mac)
@@||exponential.com/tags/FilmoFiliacom/CelebMafia/tags.js$domain=celebmafia.com
! https://github.com/AdguardTeam/AdguardFilters/issues/34424
@@||androidauthority.net/wp-content/uploads/*-300x600.$image,domain=androidauthority.com
! https://github.com/AdguardTeam/AdguardFilters/issues/34354
@@||wp.com/jaiminisbox.com/reader/content/$image,domain=kissmanga.com
! https://github.com/AdguardTeam/AdguardFilters/issues/34279
@@||payeer.com/style/images/adv_green.png$domain=payeer.com
! https://github.com/AdguardTeam/AdguardFilters/issues/34255
@@||intoday.in/embeded/*_live?
@@||indiatoday.in/embed-live-tv?
! https://github.com/AdguardTeam/AdguardFilters/issues/34198
@@||comicw.co.kr/files/cache/thumbnails/*/300x250.
! https://github.com/AdguardTeam/AdguardFilters/issues/34201
@@||9anime.fun/js/*.js
@@||9anime.fun/9anime.png
@@||9anime.fun/9anime-favicon.png
@@||9anime.fun/genres|$xmlhttprequest
! https://github.com/AdguardTeam/AdguardFilters/issues/34200
@@||ssl.pstatic.net/adimg*.search/adpost/js/adpost_show_ads_v*.min.js$domain=search.danawa.com
! https://github.com/AdguardTeam/AdguardFilters/issues/34133
|https://$image,script,stylesheet,third-party,xmlhttprequest,domain=1movies.is|moviescouch.co|torrentfunk.com,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/34098
@@||1337x.st/css/webfonts/oswald-*.$font
@@||1337x.st^$csp=script-src 'self' 'unsafe-inline'
! https://github.com/AdguardTeam/AdguardFilters/issues/33932
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=hanime.tv
! https://github.com/AdguardTeam/AdguardFilters/issues/33912
@@||code.jquery.com/jquery-*.min.js$domain=kimcartoon.to
@@||vjs.zencdn.net/*/video.js$domain=kimcartoon.to
@@||googleusercontent.com^$media,domain=kimcartoon.to
@@||luxubu.review/v/$domain=kimcartoon.to
@@||streamango.com/embed/$domain=kimcartoon.to
@@||openload.co/embed/$domain=kimcartoon.to
@@||openload.co/stream/$media,other,domain=oload.vip|oload.best|oload.network|oload.biz|oload.website|oload.xyz|oload.press|oload.life|oload.services|oladblock.me|oladblock.xyz|oladblock.services|oload.space|oload.live|openload.co|openload.pw|oload.fun|oload.icu|oload.cloud|oload.download|oload.stream|oload.info|oload.club
@@||oloadcdn.net/*/*.mp4$media,domain=oload.vip|oload.best|oload.network|oload.biz|oload.website|oload.xyz|oload.press|oload.life|oload.services|oladblock.me|oladblock.xyz|oladblock.services|oload.space|oload.live|openload.co|openload.pw|oload.fun|oload.icu|oload.cloud|oload.download|oload.stream|oload.info|oload.club
! https://github.com/AdguardTeam/AdguardFilters/issues/33904
@@||wikia.nocookie.net/*/css/*.scss$domain=fandom.com
! https://github.com/AdguardTeam/AdguardFilters/issues/33840
freeupscmaterials.org#@#.quads-location
! https://github.com/AdguardTeam/AdguardFilters/issues/33845
dummies.com#@#.ad-post
dummies.com#@#.AD-POST
! https://github.com/AdguardTeam/AdguardFilters/issues/33674
buzzdrives.com#@#.left_ad
! https://github.com/AdguardTeam/AdguardFilters/issues/33624
! https://github.com/AdguardTeam/AdguardFilters/issues/33574
@@||pussyspace.com/style/$image,domain=pussyspace.com
@@||pussyspace.com/upload/$image,domain=pussyspace.com
! https://github.com/AdguardTeam/AdguardFilters/issues/33525
@@||blocket.se/annonser^
! https://github.com/AdguardTeam/AdguardFilters/issues/32781
@@||imgadult.com/css/$domain=imgadult.com
@@||imgadult.com/upload/$domain=imgadult.com
@@||imgadult.com/themes/$domain=imgadult.com
@@||imgadult.com/images/$domain=imgadult.com
@@||imgadult.com/newimages/$domain=imgadult.com
! https://github.com/AdguardTeam/AdguardFilters/issues/33506
@@||img*.imagetwist.com^$image,domain=imagetwist.com
! https://github.com/AdguardTeam/AdguardFilters/issues/32020#issuecomment-488422362
! https://github.com/AdguardTeam/AdguardFilters/issues/33337
fintechtime.com#@#.header-ads
! wololo.net - broken layout
@@||cdn.wololo.net/utilcave_com/templates/combine.php
! https://github.com/AdguardTeam/AdguardFilters/issues/33324
! https://github.com/AdguardTeam/AdguardFilters/issues/32880
! https://github.com/AdguardTeam/AdguardFilters/issues/33279
@@||static.akacdn.ru/files/images/$domain=ffmovies.ru|fmovies.to
@@||staticf.akacdn.ru/f/assets/favicons/$domain=ffmovies.ru|fmovies.to
! https://github.com/AdguardTeam/AdguardFilters/issues/32577
@@||trafficdeposit.com/video^$domain=sxyprn.com
! https://github.com/AdguardTeam/AdguardFilters/issues/33245
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=tubitv.com
! https://github.com/AdguardTeam/AdguardFilters/issues/33171
@@||allthatsinteresting.com/wordpress/wp-content/plugins/bwp-minify^
! https://github.com/AdguardTeam/AdguardFilters/issues/33095
@@||cloud-*.streamplay.to/dash/*/$domain=streamp1ay.me
! https://forum.adguard.com/index.php?threads/leech-ninja.31715
! https://forum.adguard.com/index.php?threads/ouo-io.31700
@@||leech.ninja/stream^$popup
@@||leech.ninja/redir^$popup
@@||hungryleech.com/stream^$popup
@@||hungryleech.com/redir^$popup
! tomshardware.com - broken video
@@||content.jwplatform.com^$domain=tomshardware.com
! https://forum.adguard.com/index.php?threads/gloyah-net.31580
gloyah.net#@#a[href*="/redirect?tid="]
! https://github.com/AdguardTeam/AdguardFilters/issues/32963
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=musixmatch.com
! https://github.com/AdguardTeam/CoreLibs/issues/751
@@||session.proxy.startpage.com/csp_check$document
! https://github.com/AdguardTeam/AdguardFilters/issues/32912
@@||amazonaws.com/pictures.tradee.com/ads^$domain=tradee.com
tradee.com#@#.ad-img
tradee.com#@#.one-ad
tradee.com#@#.ad-grid
! https://github.com/AdguardTeam/AdguardFilters/issues/32575
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=clipbucket.com
! https://github.com/AdguardTeam/AdguardFilters/issues/32715
@@||localbitcoins.com/ads_edit
! facebook.com adsmanager broken
@@||facebook.com/adsmanager^
! https://github.com/AdguardTeam/AdguardFilters/issues/32606
@@||myvidster.com/processor.php
! https://github.com/AdguardTeam/AdguardFilters/issues/32585
ntp.msn.com#@#[style*="background-image:"]
! https://github.com/AdguardTeam/AdguardFilters/issues/32560
@@||glbimg.com/*/300x250/smart/*/original/*.jpg$domain=vogue.globo.com
! https://github.com/AdguardTeam/AdguardFilters/issues/32449
pembekekik.com#@#.vertical-ads
! kimcartoon.to - fixing video player
! https://github.com/AdguardTeam/AdguardFilters/issues/33032
! https://github.com/AdguardTeam/AdguardFilters/issues/32457
! https://github.com/AdguardTeam/AdguardFilters/issues/31210
! https://github.com/AdguardTeam/AdguardFilters/issues/31257
! daum.net - broken
! https://github.com/AdguardTeam/AdguardFilters/issues/31524
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=akinator.com
! https://github.com/AdguardTeam/AdguardFilters/issues/32192
@@||wikipedia.org/wiki^
! https://github.com/AdguardTeam/AdguardFilters/issues/32238
@@||mangapark.net^$image
@@||media.tumblr.com^
! https://github.com/AdguardTeam/AdguardFilters/issues/32137
kwik.cx#@#.adSense
! https://github.com/AdguardTeam/AdguardFilters/issues/32082
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=autocentre.ua
! https://github.com/AdguardTeam/AdguardFilters/issues/31022
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=newschannel9.com
! https://github.com/AdguardTeam/AdguardFilters/issues/31125
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=mlb.com
! https://github.com/AdguardTeam/AdguardFilters/issues/30252
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=ctv.ca
! https://github.com/AdguardTeam/AdguardFilters/issues/30232
@@||app.sebitti.fi/maestrojukebox2/lib/Controllers/AdController.js$domain=app.sebitti.fi
! https://github.com/AdguardTeam/AdguardFilters/issues/30004
@@||ad.mail.ru/adp/?q=*&target_count=$domain=youla.ru
! https://github.com/AdguardTeam/AdguardFilters/issues/29942
@@||v.fwmrm.net/ad/g/1*&csid=cr_web_homepage_backup$domain=static.crunchyroll.com
! https://github.com/AdguardTeam/AdguardFilters/issues/31852
@@||4cdn.org/js/core.min.*.js$domain=4chan.org
@@||4cdn.org/js/catalog.min.*.js$domain=4chan.org
@@||4cdn.org/js/extension.min.*.js$domain=4chan.org
! https://github.com/AdguardTeam/AdguardFilters/issues/31674
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=pacman.io
! https://github.com/AdguardTeam/AdguardFilters/issues/30135
@@||routerlogin.com^$document
@@||routerlogin.net^$document
! https://github.com/AdguardTeam/AdguardFilters/issues/31237
@@||anyporn.com/js/adframe.js
@@||anyporn.com/get_file^
! https://github.com/AdguardTeam/AdguardFilters/issues/29759
@@||api.splice.com/www/advertisement/community-explore$domain=splice.com
! https://github.com/AdguardTeam/AdguardFilters/issues/30979
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=irctc.co.in
! https://github.com/AdguardTeam/AdguardFilters/issues/30981
@@||reutersmedia.net/resources/r/?$image,domain=reuters.com
! https://github.com/AdguardTeam/AdguardFilters/issues/30968
actu17.fr#@#.td-ad-background-link
! https://github.com/AdguardTeam/AdguardFilters/issues/30706
gazetaonline.com.br#@#.ad-top
! sport365.live - broken player
@@||tags2.adshell.net/j^$domain=h5.adshell.net
! https://github.com/AdguardTeam/AdguardFilters/issues/30640
@@||eztv.io/js/search_shows*.js
@@||eztv.io^$csp=script-src 'self' 'unsafe-inline'
! https://github.com/AdguardTeam/AdguardFilters/issues/30030
@@||wpnrtnmrewunrtok.xyz/main/$image,domain=camwhores.tv
@@||wpnrtnmrewunrtok.xyz/*preview/*/preview.jpg$image,domain=camwhores.tv
@@||wpnrtnmrewunrtok.xyz/remote_control.php^$domain=camwhores.tv
! upvid.co - incorrect blocking
@@||upvid.co/embed-*.html$popup
! https://github.com/AdguardTeam/AdguardFilters/issues/30423
thewirecutter.com#@#a[href^="https://www.amazon."][href*="tag="]
! https://github.com/AdguardTeam/AdguardFilters/issues/30336
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=goducks.com
! https://github.com/AdguardTeam/AdguardFilters/issues/30225
@@||webmotors.com.br/tabela-fipe/ad/adSetup.js
@@||webmotors.com.br/tabela-fipe/ad/adUnits.js
! https://github.com/AdguardTeam/AdguardFilters/issues/30177
@@||imasdk.googleapis.com/pal/sdkloader/pal.js$domain=20min.ch
! https://github.com/AdguardTeam/AdguardFilters/issues/27157
nytimes.com#@##bottom-wrapper
! https://github.com/AdguardTeam/AdguardFilters/issues/30037
@@||imgrock.net^$image,domain=imgrock.pw
@@||imgdew.com^$image,domain=imgdew.pw
@@||imgmaze.com^$image,domain=imgmaze.pw
@@||imgtown.net^$image,domain=imgtown.pw
@@/js/jquery-*.min.js$domain=imgdew.pw|imgmaze.pw|imgrock.pw
@@/js/xupload.js$domain=imgdew.pw|imgmaze.pw|imgrock.pw|imgview.pw
@@/js/tabber.js$domain=imgdew.pw|imgmaze.pw|imgtown.pw|imgrock.pw|imgview.pw
@@/js/jquery.cookie.js$domain=imgmaze.pw|imgtown.pw|imgdew.pw|imgrock.pw|imgview.pw
! https://github.com/AdguardTeam/AdguardFilters/issues/28612
@@||toonget.net/favicon.gif
! https://github.com/AdguardTeam/AdguardFilters/issues/25576
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=clipmyhorse.tv
@@||googletagservices.com/tag/js/gpt.js?ad_tag=$domain=clipmyhorse.tv
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=clipmyhorse.tv
@@||googletagmanager.com/gtm.js$domain=clipmyhorse.tv
! https://github.com/AdguardTeam/AdguardFilters/issues/24713
@@||acdn.adnxs.com/as/1h/pages/sport1.js$domain=sport1.de
! https://github.com/AdguardTeam/AdguardFilters/issues/29891
@@||streamp1ay.me/$popup,domain=streamplay.to
! https://github.com/AdguardTeam/AdguardFilters/issues/29866
technopat.net#@#.td-ad-background-link
! https://github.com/AdguardTeam/AdguardFilters/issues/29817
tribundergi.com#@##wrapAd
! https://github.com/AdguardTeam/AdguardFilters/issues/29773
adsrt.me#@#[id*="ScriptRoot"]
adsrt.me#@#div[id*="ScriptRootC"]
! https://github.com/AdguardTeam/AdguardFilters/issues/29648
!+ NOT_PLATFORM(ios, ext_android_cb)
@@||v.fwmrm.net/ad^$domain=france.tv
! https://forum.adguard.com/index.php?threads/anime4you-one.30910
@@||oload.live/embed^$popup
! https://github.com/AdguardTeam/AdguardFilters/issues/29565
marktplaats.nl#@#.adsense-block
marktplaats.nl#@##adsense-bottom
! https://github.com/AdguardTeam/AdguardFilters/issues/28113
zamana.info#@##banner-top
! https://github.com/AdguardTeam/AdguardFilters/issues/29334
@@||monova.*/js/main.js
@@||monova.*/img/
@@||monova.*/fonts/
! https://github.com/AdguardTeam/AdguardFilters/issues/29473
! https://forum.adguard.com/index.php?threads/dropapk-com-pop-up.30842/
@@||fonts.gstatic.com^
! https://github.com/AdguardTeam/AdguardFilters/issues/27709
@@||img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/amd_modules/video*/api/video-ad.js$domain=webmd.com
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=webmd.com
! https://github.com/AdguardTeam/AdguardFilters/issues/29303
gmanetwork.com#@#.leaderboard
! https://github.com/AdguardTeam/AdguardFilters/issues/29135
@@||maxcdn.bootstrapcdn.com/font-awesome/*/fonts/fontawesome-webfont.woff$domain=livescience.com
! https://github.com/AdguardTeam/AdguardFilters/issues/29093
@@||solarmoviez.ru^$csp=script-src 'self' * 'unsafe-inline'
! https://github.com/AdguardTeam/AdguardFilters/issues/23221
@@||flyordie.com/games/online/iframeafg*.html
! https://github.com/AdguardTeam/AdguardFilters/issues/28718
! https://github.com/AdguardTeam/AdguardFilters/issues/28689
@@||ebonus.gg/static/videojs.ads.css
@@||ebonus.gg/static/videojs.ads.min.js
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=ebonus.gg
@@||cdn.pubguru.com/pg.js$domain=ebonus.gg
@@||m2d.m2.ai/pghb.ebonusgg.web.watch$domain=ebonus.gg
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=ebonus.gg
! https://github.com/AdguardTeam/AdguardFilters/issues/28483
@@||mssl.fwmrm.net/p/nbcu_test_jsam/AdManager.js$domain=m.eonline.com
@@||v.fwmrm.net/ad/p/1?$domain=m.eonline.com
! https://github.com/AdguardTeam/AdguardFilters/issues/28516
@@||production-static.ondemandkorea.com/vendor/prebid/prebid*.*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/28398
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=motociclismo.it
! https://github.com/AdguardTeam/AdguardFilters/issues/27780
! https://github.com/AdguardTeam/AdguardFilters/issues/26342
! https://github.com/AdguardTeam/AdguardFilters/issues/26831
! https://forum.adguard.com/index.php?threads/30134/
humano.com#@#img[width="728"][height="90"]
! https://github.com/AdguardTeam/AdguardFilters/issues/27076
@@||v.fwmrm.net/ad/g/1?$domain=channel4.com
! https://github.com/AdguardTeam/AdguardFilters/issues/27992
@@||openx.net/mw/1.0/jstag$domain=egmnow.com
! https://github.com/AdguardTeam/AdguardFilters/issues/27971
!+ NOT_PLATFORM(ext_chromium, ext_opera, ext_edge)
@@||wikia.com^$csp=script-src 'self' * 'unsafe-inline' 'unsafe-eval' *.jwpsrv.com *.jwplayer.com
! https://github.com/AdguardTeam/AdguardFilters/issues/27956
@@||kimcartoon.to^$csp=script-src 'self' * 'unsafe-inline'
! https://github.com/AdguardTeam/AdguardFilters/issues/25906
@@||promo.awempire.com/live_feeds/script_basic_livefeed.php?$domain=sexcamdb.com
@@||livejasmin.com/en/promotion/get?noRedirect=*&streamType=$domain=pt.protoawe.com
! https://github.com/AdguardTeam/AdguardFilters/issues/27831
@@||xda-cdn.com/css/webfonts/$font
@@||algolia.net/*/indexes/*/queries^$domain=xda-developers.com
! https://github.com/AdguardTeam/AdguardFilters/issues/27595
carsales.com.au#@#.ad-info
! https://github.com/AdguardTeam/AdguardFilters/issues/27509
@@||mangareader.net/sup/js/*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/27246
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=radioego.com
@@||pubads.g.doubleclick.net/gampad/ads?*radioego_*&output=xml_vast*&url=https%3A%2F%2Fradioego.com*&media_url=https%3A%2F%2Fwww.radioego.com*.mp3
! https://github.com/AdguardTeam/AdguardFilters/issues/26936
@@||jezandwayne.com/wp-content/uploads/*.webm$document
! https://github.com/AdguardTeam/AdguardFilters/issues/27098
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=hamaratabla.com
@@||adsrv.pckolog.com/vp/player.js$domain=hamaratabla.com
! https://github.com/AdguardTeam/AdguardFilters/issues/27085
@@||nashe.ru/wp-content/uploads/*-300x600.
! https://github.com/AdguardTeam/AdguardFilters/issues/27191
app.appvalley.vip#@#.ad-bar
app.appvalley.vip#@#.ad-text
app.appvalley.vip#@##ad-overlay
! https://forum.adguard.com/index.php?threads/30162/
@@||adbeat.com^$domain=adbeat.com
! https://github.com/AdguardTeam/AdguardFilters/issues/26970
@@||thewatchcartoononline.tv/inc/videojs-qualityselector/videojs-qualityselector.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/26098
@@||logsss.com/*.css$domain=zaful.com
! https://github.com/AdguardTeam/AdguardFilters/issues/25448
pornhub.com#@#[style*="base64"]
pornhub.com#@#[src*="base64"]
! comedycentral.tv - broken video
@@||googletagmanager.com/gtm.js^$domain=comedycentral.tv
! https://github.com/AdguardTeam/AdguardFilters/issues/25446
@@||ads.google.com^$domain=ads.google.com
! https://github.com/AdguardTeam/AdguardFilters/issues/26775
@@||kisscartoon.su/themes/vast/videojs.ads.min.js
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=kisscartoon.su
! https://github.com/AdguardTeam/AdguardFilters/issues/26560
@@||khcu.ac.kr/resources/user/adcss/
@@||khcu.ac.kr/resources/user/adImg/
! https://github.com/AdguardTeam/AdguardFilters/issues/26655
riderplanet-usa.com#@##ad_1
! https://github.com/AdguardTeam/AdguardFilters/issues/24657
@@||iv*.imgview.net/i/$image
@@||iv*.imgview.net/img/$image
! https://github.com/AdguardTeam/AdguardFilters/issues/26536
! https://github.com/AdguardTeam/AdguardFilters/issues/25221
@@||youmaker.com/js/prebid.js
! https://github.com/AdguardTeam/AdguardFilters/issues/26255
@@||watchanime.info/*/*/?*relatedposts=
! https://github.com/AdguardTeam/AdguardFilters/issues/26335
@@||computerworld.com/www/js/ads/jquery.lazyload-ad.js
! https://github.com/AdguardTeam/AdguardFilters/issues/24516
@@||c.amazon-adsystem.com/aax2/apstag.js$domain=spox.com
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=spox.com
! https://github.com/AdguardTeam/AdguardFilters/issues/24560
roblox.com#@#.abp
! https://github.com/AdguardTeam/AdguardFilters/issues/26136
@@||cdn.jsdelivr.net/npm/$domain=strikeout.co
! https://github.com/AdguardTeam/AdguardFilters/issues/26166
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=sahibinden.com
! https://github.com/AdguardTeam/AdguardFilters/issues/26108
@@||javpost.net/ads.php
! https://github.com/AdguardTeam/AdguardFilters/issues/25660
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=docbao.vn
! https://github.com/AdguardTeam/AdguardFilters/issues/25409
! https://github.com/AdguardTeam/AdguardFilters/issues/25175
speed4up.com#@#.adstop
speed4up.com#@#.adsTop
! https://github.com/AdguardTeam/AdguardFilters/issues/25103
@@||static.adsafeprotected.com/vans-adapter-google-ima.js$domain=nhl.com
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=nhl.com
! https://github.com/AdguardTeam/AdguardFilters/issues/24573
@@||hdvid.tv/js/jquery.min.js
@@||hdvid.tv/js/jquery.cookie.js
@@||hdvid.tv/player*/jwplayer.js
@@||hdvid.tv/player*/jwplayer.html5.js
@@||hdvid.tv/player*/lightsout.js
! https://github.com/AdguardTeam/AdguardFilters/issues/24288
@@||ultimate-guitar.com/components/ads/interstitial/
! https://github.com/AdguardTeam/AdguardFilters/issues/24447
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=sportrider.com
! https://github.com/AdguardTeam/AdguardFilters/issues/24371
@@||intoguide.com/wp-content/themes/mts_ad_sense/
! https://github.com/AdguardTeam/AdguardFilters/issues/24523
@@||c.amazon-adsystem.com/aax2/apstag.js$domain=fandom.com|wikia.com
! https://github.com/AdguardTeam/AdguardFilters/issues/24245
@@||ad-cdn.bilgin.pro/app/ad-*.min.js$domain=medyafaresi.com
! https://github.com/AdguardTeam/AdguardFilters/issues/23254
minkch.com#@#.header-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/24350
@@||v.fwmrm.net/ad/g/1?$domain=abc.go.com
@@||mssl.fwmrm.net/p/abc_live/AdManager.js$domain=abc.go.com
! https://github.com/AdguardTeam/AdguardFilters/issues/24323
oregonlive.com#@#.adTower
oregonlive.com#@##adTower
! https://github.com/AdguardTeam/AdguardFilters/issues/24317
spotify.com#@#.m-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/21967
@@||xvideos.com/profiles/$jsinject,elemhide
! https://github.com/AdguardTeam/AdguardFilters/issues/24269
@@||artstation.com/*/assets/images/images/*-adv.jpg
! Fixing video on tv.ittf.com
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=ittf.com
! https://github.com/AdguardTeam/AdguardFilters/issues/24207
@@||cdn.pogo.com/*/exhibit/imasdk/ads.js
@@||cdn.pogo.com/*/exhibit/imasdk/application.js
@@||cdn.pogo.com/*/exhibit/imasdk/video_player.js
@@||cdn.pogo.com/*/exhibit/imasdk/imasdk-pogo-1.0.js
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=pogo.com
! https://github.com/AdguardTeam/AdguardFilters/issues/24182
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=appledaily.com
! https://github.com/AdguardTeam/AdguardFilters/issues/24117
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=medyaradar.com
! https://github.com/AdguardTeam/AdguardFilters/issues/24201
twitch.tv#@#.pl-overlay
! https://github.com/AdguardTeam/AdguardFilters/issues/24082
@@||js.spotx.tv/directsdk/*.js$domain=bloomberg.com
@@||cdn.spotxcdn.com/integration/directsdk/*.js$domain=bloomberg.com
@@||imasdk.googleapis.com/js/sdkloader/ima3_dai.js$domain=bloomberg.com
! https://github.com/AdguardTeam/AdguardFilters/issues/24081
@@||mangatail.me/sites/default/files/*adsense
! https://github.com/AdguardTeam/AdguardFilters/issues/23709
@@||pornhub.com/recommended/ajax_rate?$~third-party,xmlhttprequest
! https://forum.adguard.com/index.php?threads/putlockers-fm.29693/
@@||entervideo.net/watch^
! https://github.com/AdguardTeam/AdguardFilters/issues/23972
@@||youtube.com/embed/$domain=yts.am
! https://github.com/AdguardTeam/AdguardFilters/issues/23798
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=smashers.io
! https://github.com/AdguardTeam/AdguardFilters/issues/23863
@@||pagead2.googlesyndication.com/pagead/js/r*/show_ads_impl.js$domain=kadinlarkulubu.com
! https://github.com/AdguardTeam/AdguardFilters/issues/22826
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=ciudad.com.ar
! https://github.com/AdguardTeam/AdguardFilters/issues/22522
@@||youtube.com/embed/$domain=masterani.me
! https://github.com/AdguardTeam/AdguardFilters/issues/21813
@@||embedtvseries.com/templates/jwplayer/assets/juicycodes.js
@@||embedtvseries.com/templates/jwplayer/assets/jwplayer.js
! https://github.com/AdguardTeam/AdguardFilters/issues/23768
@@||ads.viralize.tv/display/$domain=quotidiano.net
@@||ads.viralize.tv/player/$domain=quotidiano.net
! https://github.com/AdguardTeam/AdguardFilters/issues/23674
@@||distrowatch.com/images/cpxtu/dwbanner.png
! https://github.com/AdguardTeam/AdguardFilters/issues/23570
@@||jpost.com^$csp=script-src 'self' 'unsafe-inline' http: https: blob:
! https://github.com/AdguardTeam/AdguardFilters/issues/23684
@@||wallpapers.ispazio.net/advert^
! https://github.com/AdguardTeam/AdguardFilters/issues/23672
@@||swatchseries.to/freecale.html?$popup,domain=swatchseries.to
@@||speedvid.net/cdn-cgi/l/chk_jschl?jschl_vc=$popup
@@||streamplay.me^$popup,domain=streamplay.to
! https://github.com/AdguardTeam/AdguardFilters/issues/23533
@@||facebook.com/photo.php^$popup,domain=animeflv.net
! https://github.com/AdguardTeam/AdguardFilters/issues/23636
@@||gogoanime.sh/report.html
! https://github.com/AdguardTeam/AdguardFilters/issues/23531
redmondpie.com#@#.advertisment
! https://github.com/AdguardTeam/AdguardFilters/issues/23408
@@||happyride.se/img/admarket/
! https://github.com/AdguardTeam/AdguardFilters/issues/23353
@@||my-debrid.net/files/reklam/api.php$~third-party
@@||my-debrid.net/files/reklam/js/*.js$~third-party
@@||my-debrid.net/files/reklam/css/*.css$~third-party
@@||my-debrid.net/files/reklam/favicon.ico$~third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/29869
! https://github.com/AdguardTeam/AdguardFilters/issues/20659
@@||syndication.exosrv.com/splash.php$domain=kissjav.com|russkoepornotube.com
! https://github.com/AdguardTeam/AdguardFilters/issues/23083
@@||drfone.wondershare.com/ad/ios12-update/$~third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/23110
! https://github.com/AdguardTeam/AdguardFilters/issues/22956
@@||cdn.sofifa.org/scripts/main.min.js$domain=sofifa.com
! https://github.com/AdguardTeam/AdguardFilters/issues/22972
@@||readcomiconline.to/Search/
@@||readcomiconline.to/GetRelatedLinks
! https://github.com/AdguardTeam/AdguardFilters/issues/22850
@@||them4ufree.com/*/player.php?$popup
! https://github.com/AdguardTeam/AdguardFilters/issues/22798
@@||forum.notebookreview.com/threads^
! https://github.com/AdguardTeam/AdguardFilters/issues/22778
@@||t.propbn.com/redirect/?spot_id=$domain=proporn.com
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=xxxdan.com
@@||vjs.zencdn.net/*/video-js.css
@@||netdna.bootstrapcdn.com/font-awesome^
! https://github.com/AdguardTeam/AdguardFilters/issues/22770
@@||gstatic.com/ads/external/images/logo_google_ads_*px.png$domain=support.google.com
! https://github.com/AdguardTeam/AdguardFilters/issues/22541
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=pikes.io
! https://github.com/AdguardTeam/AdguardFilters/issues/22514
@@||trafficdeposit.com/bvideo^$domain=yourporn.sexy
! https://github.com/AdguardTeam/AdguardFilters/issues/22317
@@||deals.cheapovegas.com^$domain=cheapovegas.com
cheapovegas.com#@#a[href*="/www/delivery/"]
! translate.google.com does not translate if url block value is included in text
@@||translate.google.*/translate_a/single^
! https://forum.adguard.com/index.php?threads/https-www-stream2watch-org-will-not-play-if-adguard-is-enabled.29418/#post-171687
@@||sportsbay.org/stream^$third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/22240
@@/userad/*$domain=jd.ru
! https://github.com/AdguardTeam/AdguardFilters/issues/22225
mozilla.org#@#iframe[width="100%"][height="120"]
! https://github.com/AdguardTeam/AdguardFilters/issues/22027
@@||cdn.jsdelivr.net/*/clappr^
@@||cdn.jsdelivr.net/gh/video-dev^
! https://forum.adguard.com/index.php?threads/this-site-does-not-show-tv-program-of-radio-broadcasting-site.29377/
@@||iframe.statics.space/magma/rc/libs/contribAds/*/videojs.ads.min.js$domain=vmf.edge-apps.net
! https://github.com/AdguardTeam/AdguardFilters/issues/39220
! https://github.com/AdguardTeam/AdguardFilters/issues/22226
! https://github.com/AdguardTeam/AdguardFilters/issues/22966
! https://github.com/AdguardTeam/AdguardFilters/issues/22226
! https://github.com/AdguardTeam/AdguardFilters/issues/22323
! https://github.com/AdguardTeam/AdguardFilters/issues/21983
! https://github.com/AdguardTeam/AdguardFilters/issues/22260
! https://github.com/AdguardTeam/AdguardFilters/issues/22357
! https://github.com/AdguardTeam/AdguardFilters/issues/22394
! https://github.com/AdguardTeam/AdguardFilters/issues/22649
! https://forum.adguard.com/index.php?threads/windows-app-adguard-messes-up-tv-guide-site.29439
! InstartLogic CSS broken
cnet.com#@#a[href*="/adclick."]
chicagotribune.com#@#[style*="width: 300px; height: 250px;"]
foxsports.com.au,ratemyprofessors.com,wakeboardingmag.com,sportrider.com,cbssports.com,thoughtcatalog.com,newsweek.com,webmd.com,wikia.com,tvtropes.org,gamespot.com,xda-developers.com,windowscentral.com,vg.no,motortrend.com,medicinenet.com,emedicinehealth.com,tvguide.com,sfgate.com,afterellen.com,allakhazam.com,baltimoresun.com,boston.com,calgarysun.com,capitalgazette.com,carrollcountytimes.com,cattime.com,celebslam.com,celebuzz.com,chicagotribune.com,chowhound.com,citypaper.com,cnet.com,comingsoon.net,computershopper.com,courant.com,craveonline.com,csgoutpost.com,ctnow.com,cycleworld.com,dailydot.com,dailypress.com,dayzdb.com,deathandtaxesmag.com,delmartimes.net,dogtime.com,dotaoutpost.com,edmontonjournal.com,edmontonsun.com,edmunds.com,esohead.com,everydayhealth.com,extremetech.com,fieldandstream.com,financialpost.com,focus.de,gamepedia.com,gamerevolution.com,geek.com,gofugyourself.com,growthspotter.com,hearthhead.com,hockeysfuture.com,hoylosangeles.com,ibtimes.com,idigitaltimes.com,ign.com,infinitiev.com,lajollalight.com,laptopmag.com,legacy.com,lifewire.com,livescience.com,lolking.net,mamaslatinas.com,mcall.com,metacritic.com,metrolyrics.com,mmo-champion.com,momtastic.com,msn.com,musicfeeds.com.au,mustangandfords.com,nasdaq.com,nationalpost.com,newsarama.com,orlandosentinel.com,ottawasun.com,pcmag.com,playstationlifestyle.net,popphoto.com,popsci.com,ranchosantafereview.com,ranker.com,realclearpolitics.com,realitytea.com,redeyechicago.com,salon.com,sandiegouniontribune.com,saveur.com,seattlepi.com,sherdog.com,slate.com,slickdeals.net,southflorida.com,space.com,spin.com,sporcle.com,sportingnews.com,stereogum.com,sun-sentinel.com,superherohype.com,tenplay.com.au,tf2outpost.com,thebalance.com,thefashionspot.com,thefrisky.com,thespruce.com,thesuperficial.com,thoughtco.com,timeanddate.com,tmn.today,tomsguide.com,tomsguide.fr,tomshardware.co.uk,tomshardware.com,tomshardware.de,tomshardware.fr,torontosun.com,totalbeauty.com,trustedreviews.com,tv.com,twincities.com,vancouversun.com,vibe.com,washingtonpost.com,windsorstar.com,winnipegsun.com,wowhead.com,wrestlezone.com,zam.com#@#iframe[width="300"][height="250"]
foxsports.com.au,ratemyprofessors.com,wakeboardingmag.com,sportrider.com,cbssports.com,thoughtcatalog.com,newsweek.com,webmd.com,wikia.com,tvtropes.org,gamespot.com,xda-developers.com,windowscentral.com,vg.no,motortrend.com,medicinenet.com,emedicinehealth.com,tvguide.com,sfgate.com,afterellen.com,allakhazam.com,baltimoresun.com,boston.com,calgarysun.com,capitalgazette.com,carrollcountytimes.com,cattime.com,celebslam.com,celebuzz.com,chicagotribune.com,chowhound.com,citypaper.com,cnet.com,comingsoon.net,computershopper.com,courant.com,craveonline.com,csgoutpost.com,ctnow.com,cycleworld.com,dailydot.com,dailypress.com,dayzdb.com,deathandtaxesmag.com,delmartimes.net,dogtime.com,dotaoutpost.com,edmontonjournal.com,edmontonsun.com,edmunds.com,esohead.com,everydayhealth.com,extremetech.com,fieldandstream.com,financialpost.com,focus.de,gamepedia.com,gamerevolution.com,geek.com,gofugyourself.com,growthspotter.com,hearthhead.com,hockeysfuture.com,hoylosangeles.com,ibtimes.com,idigitaltimes.com,ign.com,infinitiev.com,lajollalight.com,laptopmag.com,legacy.com,lifewire.com,livescience.com,lolking.net,mamaslatinas.com,mcall.com,metacritic.com,metrolyrics.com,mmo-champion.com,momtastic.com,msn.com,musicfeeds.com.au,mustangandfords.com,nasdaq.com,nationalpost.com,newsarama.com,orlandosentinel.com,ottawasun.com,pcmag.com,playstationlifestyle.net,popphoto.com,popsci.com,ranchosantafereview.com,ranker.com,realclearpolitics.com,realitytea.com,redeyechicago.com,salon.com,sandiegouniontribune.com,saveur.com,seattlepi.com,sherdog.com,slate.com,slickdeals.net,southflorida.com,space.com,spin.com,sporcle.com,sportingnews.com,stereogum.com,sun-sentinel.com,superherohype.com,tenplay.com.au,tf2outpost.com,thebalance.com,thefashionspot.com,thefrisky.com,thespruce.com,thesuperficial.com,thoughtco.com,timeanddate.com,tmn.today,tomsguide.com,tomsguide.fr,tomshardware.co.uk,tomshardware.com,tomshardware.de,tomshardware.fr,torontosun.com,totalbeauty.com,trustedreviews.com,tv.com,twincities.com,vancouversun.com,vibe.com,washingtonpost.com,windsorstar.com,winnipegsun.com,wowhead.com,wrestlezone.com,zam.com#@#iframe[width="728"][height="90"]
! https://github.com/AdguardTeam/AdguardFilters/issues/21950
1001tracklists.com#@#[id][width]
! https://github.com/AdguardTeam/AdguardFilters/issues/21820
@@||gelbooru.com/css^
! https://github.com/AdguardTeam/AdguardFilters/issues/21424
@@||wsr.pearsonvue.com^$extension
! https://github.com/AdguardTeam/AdguardFilters/issues/21589
@@||readcomiconline.to/Bookmark^
@@||readcomiconline.to/Register^
! https://github.com/AdguardTeam/AdguardFilters/issues/21231
xfinity.com#@#.right-banner
! Prevent blocking by third-party filters
@@||download.adguard.com^
@@||injections.adguard.com^$document
! https://github.com/AdguardTeam/AdguardFilters/issues/21235
@@||putlockertv.to/cdn-cgi/l/chk_jschl
! https://github.com/AdguardTeam/AdguardFilters/issues/19307
@@||ams.cdn.arkadiumhosted.com/advertisement/video/stable/video-ads.js$domain=games.usatoday.com
! https://github.com/AdguardTeam/AdguardFilters/issues/21123
@@||cdn.jsdelivr.net/combine/npm/jquery
! https://github.com/AdguardTeam/AdguardFilters/issues/20945
@@||tampabay.com/resources/scripts/dfp/adbridg.js
! https://github.com/AdguardTeam/AdguardFilters/issues/24813
! https://github.com/AdguardTeam/AdguardFilters/issues/21050
@@||funmanga.com/uploads$image,domain=kissmanga.com
@@||anyacg.co^$image,domain=kissmanga.com
! chip.de - when clicking on discount popup rule closes it.
@@||ad.doubleclick.net/ddm/trackclk^$domain=partners.webmasterplan.com
! https://github.com/AdguardTeam/AdguardFilters/issues/20263
@@||ad.a-ads.com/13368^$domain=bitcoinfaucet.tk
! https://forum.adguard.com/index.php?threads/29209/
mac-torrent-download.net#@#.ad-box
! https://github.com/AdguardTeam/AdguardFilters/issues/20789
hi.ru#@#div[id^="crt-"][style]
! https://github.com/AdguardTeam/AdguardFilters/issues/20741
@@||images*.imagebam.com/ad^
! https://github.com/AdguardTeam/AdguardFilters/issues/20695
@@||cartoonsons.com/ads/video.html
! https://github.com/AdguardTeam/AdguardFilters/issues/20594
@@||bizx.info$domain=sourceforge.net
! https://github.com/AdguardTeam/AdguardFilters/issues/20631
@@||gogoanime.sh/fonts^
! https://github.com/AdguardTeam/AdguardFilters/issues/20491
bencetatil.com#@#.custom-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/20358
@@||anyporn.com/js/videopreview.js^
@@||anyporn.com/js/jquery.easy-autocomplete-my.js
@@||anyporn.com/js/v*_all.js
@@||anyporn.com/key.jsx
! https://github.com/AdguardTeam/AdguardFilters/issues/20107
@@||api.mentalmarket.io/api/*/adverts/$domain=mentalmarket.io
@@/uploads/ads/*$domain=mentalmarket.io
! https://github.com/AdguardTeam/AdguardFilters/issues/19260
@@||kimcartoon.me/Special/AreYouHuman$xmlhttprequest
@@||kimcartoon.me/Search/$xmlhttprequest
@@||kimcartoon.me/Scripts/$~third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/18995
@@||demonoid.pw/js/jq4.js
@@||demonoid.pw/cached/dropdown7.js^
! https://github.com/AdguardTeam/AdguardFilters/issues/19037
@@||otakustream.me/site/api/check_file.php
@@||otakustream.tv/player.php^
! https://github.com/AdguardTeam/AdguardFilters/issues/18883
diet-weight-lose.com#@#.ad-position
! https://github.com/AdguardTeam/AdguardFilters/issues/18197
slogen.ru#@##ad_text:not(textarea)
! https://github.com/AdguardTeam/AdguardFilters/issues/12768
@@||static.makeuseof.com/wp-content/uploads/*/google-ad-personalization-1100x600.png
! https://github.com/AdguardTeam/AdguardFilters/issues/18608
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=kissanime.ac
@@||static.animecdn.stream/themes/vast^$domain=kissanime.ac
! https://github.com/AdguardTeam/AdguardFilters/issues/18189
@@||edmontonsun.com/*/flyertown_module.js$domain=edmontonsun.com
! https://github.com/AdguardTeam/AdguardFilters/issues/18416
@@||torrage.info/torrent.php$popup,third-party
! youronlinechoices.com - ad status test
@@||ib.adnxs.com$domain=prmgr.a3cloud.net
@@||bluekai.com/online-choices^$domain=youronlinechoices.com
@@||track.adform.net/*serving/opt/iab
@@||pool.admedo.com/yoc^$domain=youronlinechoices.com
@@||go.affec.tv/cookie^$domain=youronlinechoices.com
@@||aax-eu.amazon-adsystem.com/s/yoc^$domain=youronlinechoices.com
@@||media.fastclick.net/iab^$domain=youronlinechoices.com
@@||ps.eyeota.net/eopt$domain=youronlinechoices.com
@@||ps.eyeota.net/opt-in^$domain=youronlinechoices.com
@@||infectiousmedia.com/iab^$domain=youronlinechoices.com
@@||ib.adnxs.com/opt$domain=wearemiq.com|infectiousmedia.com
@@||ib.adnxs.com/getuid$domain=wearemiq.com
@@||ads.creative-serving.com/yoc^$domain=youronlinechoices.com
@@||ads.programattik.com/yoc$domain=youronlinechoices.com
@@||ds.serving-sys.com/OBA/EUROPE^$domain=youronlinechoices.com
@@||privacy.tapad.com/edaa-coop^$domain=youronlinechoices.com
@@||tagger.opecloud.com/yoc^$domain=youronlinechoices.com
@@||insight.adsrvr.org/track/edaa^$domain=youronlinechoices.com
@@||*optout$domain=smartadserver.com
@@||oba.uimserv.net/opt$domain=youronlinechoices.com
@@||you.visualdna.com/user/iab^$domain=youronlinechoices.com
@@||ziffdavis.com/edaa^$domain=youronlinechoices.com
@@||aimfar.solution.weborama.fr/fcgi-bin/oba.fcgi?action=opt$domain=youronlinechoices.com
@@||zdbb.net/edaa^$domain=youronlinechoices.com
@@||a.intentmedia.net/adServer/edaaObaCtl^$domain=youronlinechoices.com
@@||dc.ads.linkedin.com/yoc^$domain=youronlinechoices.com
@@||adroll.com/edaa^$domain=youronlinechoices.com
@@||ad4mat.*/cookie^$domain=ad4mat.net|youronlinechoices.com
@@||*status$domain=youronlinechoices.com
@@||*optout$domain=youronlinechoices.com
@@||optout.mookie1.com/optout
@@||optout*.*^$domain=privacy.aol.com
@@||intentmedia.net/adServer/edaaObaCtl?action_id=3$domain=youronlinechoices.com
@@||ad.amgdgt.com/ads/js/optout.js
@@||media.fastclick.net/iab/verify$domain=youronlinechoices.com
@@||opt.semasio.net/optsvc^$domain=youronlinechoices.com
@@||et.twyn.com/yocoptstate$domain=youronlinechoices.com
@@||euoptout.mookie1.com^$domain=optout.mookie1.com
@@||servedby.flashtalking.com/*iabeu$domain=cdn.flashtalking.com
! https://github.com/AdguardTeam/AdguardFilters/issues/18365
@@||emathhelp.net^$csp
! https://github.com/AdguardTeam/AdguardFilters/issues/16679
! https://github.com/AdguardTeam/AdguardFilters/issues/17181
virgintrainseastcoast.com#@#.banner-top
! https://github.com/AdguardTeam/AdguardFilters/issues/16741
! https://github.com/AdguardTeam/AdguardFilters/issues/16946
colourlovers.com#@#div > iframe:first-child
colourlovers.com#@#[style*="background-image:"]
! https://github.com/AdguardTeam/AdguardFilters/issues/16827
@@||ads.aiir.net/rf/feed?callback=jQuery
! https://github.com/AdguardTeam/AdguardFilters/issues/16767
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=tenceretv.com
! https://github.com/AdguardTeam/AdguardFilters/issues/16544
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=dallasnews.com
! https://github.com/AdguardTeam/AdguardFilters/issues/16472
@@||pagead2.googlesyndication.com/pagead/js/*/show_ads_impl.js$domain=androidrepublic.org
! docs.google.com - prevent possible filtering issues
@@||docs.google.com/document$elemhide,jsinject,content
@@||docs.google.com/spreadsheets$elemhide,jsinject,content
@@||docs.google.com/presentation$elemhide,jsinject,content
! https://github.com/AdguardTeam/AdguardFilters/issues/16390
@@||mellowads.com^$domain=mellowads.com
! https://github.com/AdguardTeam/AdguardFilters/issues/16136
@@.pexcard.com^$jsinject,elemhide,extension
! https://github.com/AdguardTeam/AdguardFilters/issues/16137
@@||app.impact.com^$jsinject,elemhide,extension
! https://github.com/AdguardTeam/AdguardFilters/issues/16141
@@||yimg.com/uu/api/res^$domain=yahoo.com
! https://github.com/AdguardTeam/AdguardFilters/issues/15934
@@||gateway.reddit.com/desktopapi/v*/sidebar_ad$xmlhttprequest
! https://github.com/AdguardTeam/AdguardFilters/issues/15688
@@||ad.mail.ru/adq/?callback=jQuery$domain=target.my.com
! https://github.com/AdguardTeam/AdguardFilters/issues/15416
@@||code.adsales.snidigital.com/conf/ads-config.js^$domain=foodnetwork.com
! https://github.com/AdguardTeam/AdguardFilters/issues/15417
@@||secure.insightexpressai.com/adServer^$domain=unsplash.com
! https://github.com/AdguardTeam/AdguardFilters/issues/15337
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=beinsports.com
! https://github.com/AdguardTeam/AdguardFilters/issues/15254
@@||webbyawards.com/wp-content/uploads/sites/*/json^
! bro.adca.st stream not working
@@||bro.adca.st/stream^
! https://github.com/AdguardTeam/AdguardFilters/issues/14878
@@||safeway.com/*/?bannerId
! https://github.com/AdguardTeam/AdguardFilters/issues/13034
@@||einthusan.tv/etc/prebid/prebid.js
! https://github.com/AdguardTeam/AdguardFilters/issues/14704
@@||router.asus.com^$document
! https://github.com/AdguardTeam/AdguardFilters/issues/14364
@@||chaturbate.com/*embed^$domain=sweetpornlinks.com
! https://github.com/AdguardTeam/AdguardFilters/issues/13995
whiskyprices.co.uk#@#.advertorial
! https://github.com/AdguardTeam/AdguardFilters/issues/12078
@@||cnnturk.com/action/media^
! https://github.com/AdguardTeam/AdguardFilters/issues/14354
@@||reddithelp.com/*/categories/advertising^
! Unblocking jQuery
@@||ajax.googleapis.com/ajax/libs/jquery/
! https://github.com/AdguardTeam/AdguardFilters/issues/13170
! https://github.com/AdguardTeam/AdguardFilters/issues/12388
msn.com#@#a[href^="https://clk.tradedoubler.com/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/12943
@@||usercdn.com/tmp/status.html
@@||usercdn.com/cgi-bin/upload.cgi
! https://github.com/AdguardTeam/AdguardFilters/issues/13015
@@||pagead2.googlesyndication.com/pagead/js/*/show_ads_impl.js$domain=apkmirror.com
! https://github.com/AdguardTeam/AdguardFilters/issues/12976
rema.no#@#.top-banners
! https://github.com/AdguardTeam/AdguardFilters/issues/12960
@@||account-cdn.myunidays.com^$elemhide,jsinject
! https://github.com/AdguardTeam/AdguardFilters/issues/12566
@@||filejoker.net^$image,~third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/11825
@@||banner.migros.com.tr^$domain=moneyclubkart.com
! https://github.com/AdguardTeam/AdguardFilters/issues/11753
@@||sportslens.com/files1/newsnow_f_ab.gif
! https://github.com/AdguardTeam/AdguardFilters/issues/10718
newyorker.com#@#iframe[width="100%"][height="60"]
! https://github.com/AdguardTeam/AdguardFilters/issues/9751
quora.com#@#.PromptsList
! https://github.com/AdguardTeam/AdguardFilters/issues/10947 - higher CPU usage due to constant requests
@@||voyeurhit.com/related_videos.php
! https://github.com/AdguardTeam/AdguardFilters/issues/10950
@@||reddit.com/r/*/comments/
! https://github.com/AdguardTeam/AdguardFilters/issues/10563
@@||s0.wp.com/wp-content/js^$domain=gaypornwave.com
@@||ajax.googleapis.com/ajax/libs/jquery$domain=gaypornwave.com
! https://github.com/AdguardTeam/AdguardFilters/issues/9527
@@||em.realtimetv.me/embed.min.js
@@||cdn.cdnserv.pw/js/general.v2.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/9482
redtube.com#@#.removeAdLink
! https://github.com/AdguardTeam/AdguardFilters/issues/9435
@@||static.xmovies88.stream^$domain=xmovies8.es
@@||ostr.tv^$domain=xmovies8.es
! https://github.com/AdguardTeam/AdguardFilters/issues/9419
@@||imgrock.co/js/tabber.js
@@||imgrock.co/cgi-bin/upload_file.cgi
@@||imgrock.co/js/xupload.js
@@||imgrock.co/js/jquery
! https://github.com/AdguardTeam/AdguardFilters/issues/9416
@@||download.inventivetalent.org/external/adfly/make.php
! https://github.com/AdguardTeam/AdguardFilters/issues/9354 - #@# Easylist Exclusion
@@||hscta.net/cta/current.js$domain=otis.hsi.com
@@||hubspot.com^$domain=otis.hsi.com
hsi.com#@#.hs-cta-wrapper
! https://github.com/AdguardTeam/AdguardForWindows/issues/2050
@@||deobfuscatejavascript.com^$extension
! https://github.com/AdguardTeam/AdguardFilters/issues/8044
! remove when domain will be in app's HTTPS exclusions
@@||bpostbank.be^$extension
! https://forum.adguard.com/index.php?threads/26534/
@@||xvideos.com/profiles^$jsinject,elemhide,extension
! Messes with the payment page
@@||publicwww.com/ad/paypro_success.html
! https://forum.adguard.com/index.php?threads/25539/
! Reported: https://forums.lanik.us/viewtopic.php?f=64&t=38399
playbb.me,easyvideo.me#@#div[style^="width:"]
! https://forum.adguard.com/index.php?threads/5-missed-ads-7.24556/#post-149949
@@||odnoklassniki.ru/videoembed/
! https://github.com/AdguardTeam/AdguardFilters/issues/6470
! https://forums.lanik.us/viewtopic.php?f=64&t=35443&p=123220#p123220
pornhub.com#@#div > [style] iframe[width][height]
pornhub.com#@#[style] > div > iframe[width]:first-child
! https://github.com/AdguardTeam/AdguardFilters/issues/6044
! https://forums.lanik.us/viewtopic.php?f=64&t=37759
@@||loginradius.com^$domain=voot.com
! https://github.com/AdguardTeam/AdguardFilters/issues/3878
! https://forums.lanik.us/viewtopic.php?f=64&t=37559&p=121360#p121360
@@||windowscentral.com/sites/wpcentral.com/files/advagg_js/$script
! https://forum.adguard.com/index.php?threads/23271/
! https://forums.lanik.us/viewtopic.php?f=64&t=37468
@@||c.vkcache.com/js/jquery.min.js$domain=hqq.watch|hqq.tv
@@||c.vkcache.com/js/device.js^$domain=hqq.watch|hqq.tv
@@||c.vkcache.com/js/embed_st.js^$domain=hqq.watch|hqq.tv
@@||c.vkcache.com/js/video.$domain=hqq.watch|hqq.tv
@@||c.vkcache.com/player/$domain=hqq.watch|hqq.tv
@@||c.vkcache.com/js/peer*.videojs*.plugin.js$domain=hqq.watch|hqq.tv
@@||c.vkcache.com/js/embed.js^$domain=hqq.watch|hqq.tv
@@||c.vkcache.com/js/betterj/license.hqq.watch.js$domain=hqq.watch|hqq.tv
! https://forums.lanik.us/viewtopic.php?f=64&t=37309
@@/site=*/size=*/viewid=$domain=morningstar.in
! https://github.com/AdguardTeam/AdguardBrowserExtension/issues/720
! Google docs are broken in Adguard Edge extension
! Remove this rule for reproducing
! Reported: https://forums.lanik.us/viewtopic.php?f=64&t=35443&p=117720#p117720
pornhub.com#@#.sectionWrapper > div[class*=" "]:not([class="sectionTitle"]):not([class="reset"])
! https://github.com/AdguardTeam/AdguardForWindows/issues/1273
@@||southpark.cc.com^$jsinject
! https://github.com/AdguardTeam/AdguardForWindows/issues/2063
! https://github.com/AdguardTeam/AdguardFilters/issues/8669
@@||sunbtc.space^$jsinject
!
! END: Temporary
!#########################################
!
! https://github.com/AdguardTeam/AdguardFilters/issues/39580
@@||unityassetcollection.com/wp-content/themes/mts_ad_sense/
! https://github.com/AdguardTeam/AdguardFilters/issues/2248
@@||protopage.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/31083
! https://github.com/AdguardTeam/AdguardFilters/issues/22524
@@||cdn.syndication.twimg.com/tweets.json?callback=$domain=wrestlinginc.com
! https://github.com/AdguardTeam/AdguardFilters/issues/22425
@@||storetorrents.xyz/download|$xmlhttprequest
! rapidvideo.com - fixing download button
@@||playercdn.net^$popup,domain=rapidvideo.com
! https://github.com/AdguardTeam/AdguardFilters/issues/22110
@@||watchcartoononline.com/search$xmlhttprequest
@@||watchcartoononline.com/js/
@@||watchcartoononline.com/inc/video
@@||watchcartoononline.com/thumbs-medium/
@@||watchcartoononline.com/logo.gif
@@||watchcartoononline.com/back.jpg
@@||watchcartoononline.com/favicon.ico
@@||watchanimesub.net/*/*.mp4$popup,domain=watchcartoononline.com
@@||cizgifilmlerizle.com/*/*.mp4$popup,domain=watchcartoononline.com
! watchcartoononline.io
@@||watchcartoononline.io/favicon.ico
@@||watchcartoononline.io/inc/
@@||watchcartoononline.io/inc/js/tabcontent.js
@@||watchcartoononline.io/search|$popup
@@||watchcartoononline.io/thumbs/
@@||watchcartoononline.io/back.jpg
@@||m.watchcartoononline.io/js/video
@@||m.watchcartoononline.io/jwplayer/
! https://github.com/AdguardTeam/AdguardFilters/issues/22111
@@||androidcentral.com^$csp=script-src 'self' * 'unsafe-inline'
! https://github.com/AdguardTeam/AdguardFilters/issues/21401
@@||googletagservices.com/tag/js/gpt.js$domain=weather.com
! https://github.com/AdguardTeam/AdguardFilters/issues/20845
@@||sascdn.com/diff/js/smart.js$domain=deezer.com
@@||smartadserver.com/ac^$domain=deezer.com
! https://github.com/AdguardTeam/AdguardFilters/issues/17500
motherless.com#@#iframe[style]
! https://github.com/AdguardTeam/AdguardFilters/issues/21844
@@||velholdt.no/media/catalog/*/300x250/
! https://github.com/AdguardTeam/AdguardFilters/issues/21864
ekstrabladet.dk#@##adtechWallpaper
! https://github.com/AdguardTeam/AdguardFilters/issues/21977
@@||powvideo.net/$~third-party,popup
@@||powvideo.net/new/css/fonts/font/custom-icons.$font
@@||powvideo.net/player*/jw-$~third-party,xmlhttprequest
! https://github.com/AdguardTeam/AdguardFilters/issues/21807
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=hackedarcadegames.com
! animeland.me - fixing download button
@@||animeland.me/pa.js
! https://github.com/AdguardTeam/AdguardFilters/issues/21218
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=hungama.com
! https://github.com/AdguardTeam/AdguardFilters/issues/20971
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_$domain=epaper.timesgroup.com
! https://github.com/AdguardTeam/AdguardFilters/issues/20908
! fixing "zoom" button in gallery
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_$domain=gumtree.com
||securepubads.g.doubleclick.net/gpt/pubads_impl_rendering_$domain=gumtree.com,important
! https://github.com/AdguardTeam/AdguardFilters/issues/20615
@@||api.pnd.gs/v*/sources/$domain=thenews.im
! umterps.com - fixing video player
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=umterps.com
! https://github.com/AdguardTeam/AdguardFilters/issues/20560
weightlossgroove.com#@#div[id^="advads-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/20530
readwhere.com#@#.adunit
! https://github.com/AdguardTeam/AdguardFilters/issues/20456
@@||img.techwallacdn.com/300x250/photos.demandstudios.com/getty/article/*/*.jpg
! https://github.com/AdguardTeam/AdguardFilters/issues/20254
@@||hbogo.pl^$extension
! https://github.com/AdguardTeam/AdguardFilters/issues/20470
@@||jkanime.net/jk.php?
@@||jkanime.net//buscar/q/?q=
@@||staticxx.facebook.com/connect/xd_arbiter/*.js?version=$domain=jkanime.net
! https://github.com/AdguardTeam/AdguardFilters/issues/20388
@@||memecenter.com/app/
@@||memecenter.com/comments/get_comments
@@||memecenter.com/comments/add_comment
! https://github.com/AdguardTeam/AdguardFilters/issues/19663
@@||tbs.com/modules/custom/ten_libraries/reusedFrom*/adHelper.js$~third-party
@@||tntdrama.com/modules/custom/ten_libraries/reusedFrom*/adHelper.js$~third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/20188
@@||4chan.org/adv/$image,domain=4chan.org
! https://github.com/AdguardTeam/AdguardFilters/issues/19963
@@||animeplus.org/player/
@@||animeplus.org/js/v*_configBase*.js|
@@||animeplus.org/inc/video.inc.php?
@@||animeplus.org/search.php|
@@||animeplus.org/chat2.php|
@@||animeplus.org/inc/favoritos.inc.php|
@@||animeplus.org/inc/historicos.inc.php|
@@||animeplus.org/favicon.ico|
! https://github.com/AdguardTeam/AdguardFilters/issues/19538
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_$domain=natgeo.nikkeibp.co.jp
! https://github.com/AdguardTeam/AdguardFilters/issues/19619
@@||infowars.com/wp-content/themes/$image
! https://github.com/AdguardTeam/AdguardFilters/issues/19590
@@||gogoanime.se/user/$xmlhttprequest
@@||gogoanime.se/report.html$xmlhttprequest
@@||gogoanime.se/login.html$xmlhttprequest
@@||gogoanime.se/register.html$xmlhttprequest
@@||gogoanime.se/favicon.ico|
@@||gogoanime.se/favicon.png|
! https://github.com/AdguardTeam/AdguardFilters/issues/19540
@@||kisscartoon.ac/cdn-cgi/l/chk_jschl?jschl_vc=$popup
@@||kisscartoon.ac/ajax/$popup
@@||play.kisscartoon.ac/player.php?
@@||kisscartoon.ac/themes/vast/videojs.ads.min.js
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=kisscartoon.ac
! https://github.com/AdguardTeam/AdguardFilters/issues/19417
@@||memecenter.com/app/get_morecontent
! https://github.com/AdguardTeam/AdguardFilters/issues/19375
! https://github.com/AdguardTeam/AdguardFilters/issues/19441
@@||jetpack.wordpress.com/jetpack-comment^$domain=onhax.me
! Fixing reCaptcha
@@||recaptcha.net/recaptcha/api.js
! https://github.com/AdguardTeam/AdguardFilters/issues/19103
@@||v.fwmrm.net/ad/g/1$domain=player.theplatform.com
! https://github.com/AdguardTeam/AdguardFilters/issues/19019
@@||oload.tv/embed^
@@||estream.xyz/embed
! https://github.com/AdguardTeam/AdguardFilters/issues/18651
business.financialpost.com#@#.adsizewrapper
! https://github.com/AdguardTeam/AdguardFilters/issues/18542
@@||gogoanime.to/player/v/
! https://github.com/AdguardTeam/AdguardFilters/issues/18217
silicon.de#@#.dfp_ad
silicon.de#@#div[id^="div-gpt-ad"]
! https://github.com/AdguardTeam/AdguardFilters/issues/18199
@@||readmng.com^$csp=script-src 'self' * 'unsafe-inline'
! https://github.com/AdguardTeam/AdguardFilters/issues/16676
nationalpost.com#@#.adsizewrapper
! https://github.com/AdguardTeam/AdguardFilters/issues/17406
@@||v.fwmrm.net/ad/g/1?$domain=funimation.com
@@||mssl.fwmrm.net/p/release/latest-JS/adm/prd/AdManager.js$domain=funimation.com
! https://github.com/AdguardTeam/AdguardFilters/issues/17641
@@||openload.co/login|$domain=openload.co
@@||openload.co/logout|$domain=openload.co
! https://github.com/AdguardTeam/AdguardFilters/issues/16631
@@||kissasian.ch/GetMirror?episodeId=$popup
@@||kissasian.ch/*/*?id=$popup
@@||kissasian.ch/cdn-cgi/l/chk_jschl?jschl_vc=$popup
! https://github.com/AdguardTeam/AdguardFilters/issues/16915
motors.mega.mu#@#.ad-row
motors.mega.mu#@#.ad-icon
motors.mega.mu#@#.ad-card
! https://github.com/AdguardTeam/AdguardFilters/issues/16893
@@||animeflv.ru/assets/vast/videojs.ads.min.js
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=animeflv.ru
@@||embed.animeflv.ru/player.php?
! https://github.com/AdguardTeam/AdguardFilters/issues/16873
@@||staticxx.facebook.com/connect/xd_arbiter/*.js?version=$domain=addictinginfo.com
! https://github.com/AdguardTeam/AdguardFilters/issues/16894
@@||cloudfront.net/wp-content/uploads/products/*-300x600.$image,domain=mecox.wpengine.com
! https://github.com/AdguardTeam/AdguardFilters/issues/16654
@@||gogoanime.to/player.js
! https://github.com/AdguardTeam/AdguardFilters/issues/16198
@@||sonycrackle.com/vendor/AdManager.js
! https://github.com/AdguardTeam/AdguardFilters/issues/16376
@@||bdstatic.com/static/common/widget/ui/admanager/
! https://github.com/AdguardTeam/AdguardFilters/issues/16336
@@||fx.fastcontentdelivery.com/i/*.jpg$image,domain=flashx.cc|flashsx.tv|flashx.me|flashx.tv
! animeflv.net - broken Facebook comments
@@||staticxx.facebook.com/connect/xd_arbiter/*.js?version=$domain=animeflv.net
! gogoanime.to - fixing video player
@@||easyvideome.gogoanime.to/gogo/new/player.js
! https://github.com/AdguardTeam/AdguardFilters/issues/15842
alojamiento.biz#@#.adsense
! https://github.com/AdguardTeam/AdguardFilters/issues/15551
@@||pagead2.googlesyndication.com/pagead/js/r*/show_ads_impl.js$domain=utmn.gnomio.com
! https://github.com/AdguardTeam/AdguardFilters/issues/15468
xda-developers.com#@#[style*="data:"]
xda-developers.com#@#[style*="base64"]
xda-developers.com#@#[style*="background-image:"]
! https://github.com/AdguardTeam/AdguardFilters/issues/15319
@@||cityam.com/assets/js/dfp/dfp.js$~third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/14960#issuecomment-383760746
@@||i.imgur.com^$domain=kissmanga.com
! https://github.com/AdguardTeam/AdguardFilters/issues/14610
! https://github.com/AdguardTeam/AdguardFilters/issues/15074
! https://github.com/AdguardTeam/AdguardFilters/issues/15203
windowscentral.com#@#[style*="background-image:"]
! shinden.pl - broken Facebook comments
@@||staticxx.facebook.com/connect/xd_arbiter/*.js?version=$domain=shinden.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/14854
xvideos.com#@#[src*="blob:"]
! https://github.com/AdguardTeam/AdguardFilters/issues/14912
@@||oasjs.kataweb.it/adsetup.js$domain=video.repubblica.it
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=repubblica.it
! https://github.com/AdguardTeam/AdguardFilters/issues/14040
bestdeaths.com#@#object[width="100%"][height="300"]
! https://github.com/AdguardTeam/AdguardFilters/issues/14339
@@||btdunyasi.net/wp-content/plugins/adrotate-pro/library/jquery.cookie.js
! https://github.com/AdguardTeam/AdguardFilters/issues/14735
ma-bank.net#@#.ad_top
! https://github.com/AdguardTeam/AdguardFilters/issues/14240
! https://github.com/AdguardTeam/AdguardFilters/issues/14083
@@||static.dwatchseries.to/templates/default/fonts/fontawesome-webfont.$font,domain=static.dwatchseries.to
! https://github.com/AdguardTeam/AdguardFilters/issues/14234
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=shares.enetres.net
@@||player.enetres.net/js/videojs-plugins/videojs-ads-contrib/videojs.ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/14061
zmorph3d.com#@#.b-header-banner
! https://github.com/AdguardTeam/AdguardFilters/issues/14070
! https://github.com/AdguardTeam/AdguardFilters/issues/13294
@@||adpic.pchome.com.tw/adpics/
! https://github.com/AdguardTeam/AdguardFilters/issues/13803
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_$domain=techworld.com
||securepubads.g.doubleclick.net/gpt/pubads_impl_rendering_$domain=techworld.com,important
! https://github.com/AdguardTeam/AdguardFilters/issues/13795
! https://github.com/AdguardTeam/AdguardFilters/issues/14315
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=embed-zattoo.com
! Do not inject to sendgrid template engine
@@||app.sendgrid.com^$elemhide,jsinject
! https://github.com/AdguardTeam/AdguardFilters/issues/14099
@@||bapi.adsafeprotected.com/bapi?anId=*&auth_token=$domain=entrepreneur.com
@@||bapi.adsafeprotected.com/dbapi?ias_callback=__IntegralAS_$domain=entrepreneur.com
! https://github.com/AdguardTeam/AdguardFilters/issues/13732
@@||translator.strakertranslations.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/13535
! https://github.com/AdguardTeam/AdguardFilters/issues/14029
@@||imore.com/sites/imore.com/files/*/public/field/image/*/google-ad$image,domain=imore.com
@@||imore.com/sites/imore.com/files/*/public/field/image/*/adchoices-$image,domain=imore.com
! https://github.com/AdguardTeam/AdguardFilters/issues/13930
@@||hoyts.com.au/media/*_300x250
! estream.to - fixing not working video
@@||estream.nu/*.html$popup,domain=estream.to
@@||estream.nu/embed^$domain=estream.to
@@||escdn.co/hls/$xmlhttprequest,domain=estream.to
! https://github.com/AdguardTeam/AdguardFilters/issues/13731
@@||vidlox.tv/upload/$domain=vidlox.me
! For the cases when all thisr party scripts are blocked
@@||gstatic.com/recaptcha/$script,stylesheet
! https://github.com/AdguardTeam/AdguardFilters/issues/13623
@@||googletagservices.com/tag/js/gpt_mobile.js$domain=www.vulture.com
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_$domain=www.vulture.com
! https://github.com/AdguardTeam/AdguardFilters/issues/13496
@@||twitchadvertising.tv/wp-content/uploads/2014/06/header_logo_advertising.png
! https://github.com/AdguardTeam/AdguardFilters/issues/13532
olx.pl#@#.adRow
olx.pl#@##adContainer
! https://github.com/AdguardTeam/AdguardFilters/issues/13821
@@||upload.rapidvideo.com/upload/index.php
! https://github.com/AdguardTeam/AdguardFilters/issues/13818
@@||demonoid.pw/register.php
@@||demonoid.pw/account_handler.php
@@||demonoid.pw/*/?loadbal=$~third-party
! digitaltrends.com - fixing slide show
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_$domain=digitaltrends.com
! https://github.com/AdguardTeam/AdguardFilters/issues/13473
@@||mirrorcreator.com/mstats.php
! https://github.com/AdguardTeam/AdguardFilters/issues/13454
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_$domain=mlive.com
! https://github.com/AdguardTeam/AdguardFilters/issues/13375
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=sbs.com.au
! https://github.com/AdguardTeam/AdguardFilters/issues/13476
@@||zone.msn.com/js/gameplayer/admanager.js$domain=zone.msn.com
! https://github.com/AdguardTeam/AdguardFilters/issues/13344
@@/OutbrainWidgetConnector.js$domain=foxnews.com
! https://github.com/AdguardTeam/AdguardFilters/issues/12580
@@/videoplayback?vid=*&domain=*.drive.google.com$domain=kissanime.ru
! https://github.com/AdguardTeam/AdguardFilters/issues/13423
@@||manastaynight11.blogspot.dk^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/13284
@@||yimg.com/ud/fp/js/Ads.*.min.js$domain=tw.mobi.yahoo.com
! https://github.com/AdguardTeam/AdguardFilters/issues/12706
! https://github.com/AdguardTeam/AdguardFilters/issues/13064
@@||adservex.media.net/videoAds.js?cid=*=forbes.com$domain=forbes.com
! https://github.com/AdguardTeam/AdguardFilters/issues/12997
@@||pagead2.googlesyndication.com/pagead/js/r*/show_ads_impl.js$domain=updato.com
! https://github.com/AdguardTeam/AdguardFilters/issues/12896
wowturkey.com#@##banner_ad
! https://github.com/AdguardTeam/AdguardFilters/issues/12821
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_$domain=rappler.com
! https://github.com/AdguardTeam/AdguardFilters/issues/12658
@@||maimemo.oss-cn-hangzhou.aliyuncs.com/apk/*.apk$domain=maimemo.com
! https://github.com/AdguardTeam/AdguardFilters/issues/12655
@@||cdnjs.cloudflare.com/ajax/libs/$domain=fmovies.is|fmovies.se|fmovies.to
@@||static1.akacdn.ru/assets/min/public/all.css$domain=fmovies.is|fmovies.se|fmovies.to
@@||mcloud.to/embed/$domain=fmovies.is|fmovies.se|fmovies.to
! https://github.com/AdguardTeam/AdguardFilters/issues/12459
katcr.co#@#.ad__container
! https://github.com/AdguardTeam/AdguardFilters/issues/12297
@@||thevideo.website/embed$domain=thevideo.me
@@||thevideo.cc/embed$domain=thevideo.me
! https://github.com/AdguardTeam/AdguardFilters/issues/11536
@@||5692.com.ua/assets/*/ads-complain.js
! https://github.com/AdguardTeam/AdguardFilters/issues/12072
tusfiles.net#@#.btn
! https://github.com/AdguardTeam/AdguardFilters/issues/12019
thegatewaypundit.com#@#article > div > span:first-child
thegatewaypundit.com#@#div > main > article > div + div + *
! https://github.com/AdguardTeam/AdguardFilters/issues/11883#issuecomment-367017541
@@||bing.com/news/search?*InfiniteScroll=$document
! https://github.com/AdguardTeam/AdguardFilters/issues/11379
@@||ci.rdtcdn.com/www-static/cdn_files/redtube/fonts/rt_font.$font,domain=redtube.com
@@||thumbs-cdn.redtube.com/www-static/cdn_files/redtube/fonts/rt_font.$font,domain=redtube.com
! https://github.com/AdguardTeam/AdguardFilters/issues/11611
olx.in#@#.adLink
! https://github.com/AdguardTeam/AdguardFilters/issues/11267#issuecomment-364269196
@@||cdnjs.cloudflare.com/ajax/libs/$script,domain=streamango.com
! https://github.com/AdguardTeam/AdguardFilters/issues/11196#issuecomment-364187868
twitter.com#@#iframe[width="100%"][height="120"]
! https://github.com/AdguardTeam/AdguardFilters/issues/11050
msn.com#@#.morefromproviderrr
! https://github.com/AdguardTeam/AdguardFilters/issues/10364
! wikia.com - video doesn't work in Edge and Firefox
! https://github.com/AdguardTeam/AdguardFilters/issues/10592
@@||media.galaxant.com^$domain=viralnova.com
@@||assets.galaxant.com/themes/nova2/images/arrow-up.png
! https://github.com/AdguardTeam/AdguardFilters/issues/10437#issuecomment-361239779
gahag.net#@#.adbox2
! https://github.com/AdguardTeam/AdguardFilters/issues/10136
@@||aka-cdn.adtechus.com/dt/common/DAC.js$domain=casabrutus.com
! https://github.com/AdguardTeam/AdguardFilters/issues/7918#issuecomment-359471662
@@||qooqlevideo.com/videoplayback?sparams=*&source=$domain=avgle.com
! https://github.com/AdguardTeam/AdguardFilters/issues/10235
gelbooru.com#@#[style*="height:"][width]
gelbooru.com#@#[style*="width:"][height]
! https://github.com/AdguardTeam/AdguardFilters/issues/8721
@@||vidstreaming.io/load.php?id=$domain=gogoanime.io
@@||vidstreaming.io/streaming.php?id=$domain=gogoanime.io
! https://github.com/AdguardTeam/AdguardFilters/issues/9823
! https://github.com/AdguardTeam/AdguardFilters/issues/9779
@@||google.*/images/icons/product/adsense-
! https://github.com/AdguardTeam/AdguardFilters/issues/9657
@@||reklama.belwebgroup.com^$domain=reklama.belwebgroup.com
! https://github.com/AdguardTeam/AdguardBrowserExtension/issues/926
! https://github.com/AdguardTeam/AdguardFilters/issues/9529
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=netd.com
! https://github.com/AdguardTeam/AdguardFilters/issues/9378
@@||fmovies.is/assets/movie/frontend/vendor/font-awesome/fonts/fontawesome-webfont.$domain=fmovies.is
! https://forum.adguard.com/index.php?threads/27794/
@@||stat-rock.com/player.js$domain=4shared.com
! https://github.com/AdguardTeam/AdguardFilters/issues/9288
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=games.latimes.com
! https://github.com/AdguardTeam/AdguardFilters/issues/9151
@@||hoyts.com.au^$generichide
@@||securepubads.g.doubleclick.net^$domain=hoyts.com.au
@@||tpc.googlesyndication.com^$domain=hoyts.com.au
! https://github.com/AdguardTeam/AdguardFilters/issues/9077
antlionaudio.com#@#iframe[width="100%"][height="60"]
! https://github.com/AdguardTeam/AdguardFilters/issues/9029
@@||authedmine.com/lib/captcha.min.js$domain=filecrypt.cc
! https://github.com/AdguardTeam/AdguardFilters/issues/8979
olx.com.om#@#.adLink
! https://github.com/AdguardTeam/AdguardBrowserExtension/issues/182
! fixing acceptable ads on Google search
! https://forum.adguard.com/index.php?threads/27231/
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=lenta.ru
! https://github.com/AdguardTeam/AdguardFilters/issues/28990
@@||cdn.jsdelivr.net^$domain=opensubtitles.org
@@||google.com/recaptcha/api2^$domain=opensubtitles.org
! https://github.com/AdguardTeam/AdguardFilters/issues/8635
@@||static.lbc.co.uk/*/libs/videojs/vast/video.ads.js$domain=lbc.co.uk
@@||cdn.adswizz.com/adswizz/js/SynchroClient*.js$domain=www.lbc.co.uk
! https://github.com/AdguardTeam/HttpsExclusions/issues/50
@@||online.cosmosbank.in^$document
! see customer ID:1693588
@@||kiwihousesitters.co.nz/members$urlblock
! https://github.com/AdguardTeam/AdguardFilters/issues/8527
@@||sharing.wtf/themes/flow/frontend_assets/js/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/8529
@@||grinx.designboom.com/www/delivery/ajs.php?zoneid=$script
! target.my.com - fixing admin panel
@@||target.my.com^$~third-party,document
! https://github.com/AdguardTeam/AdguardFilters/issues/8080
! https://github.com/AdguardTeam/AdguardFilters/issues/8760
@@||mhd.gittigidiyor.com/servlet/view/dynamic/javascript
! https://github.com/AdguardTeam/AdguardFilters/issues/8951
@@||gratis.com/Banners/
! https://github.com/AdguardTeam/AdguardFilters/issues/8873
@@||img.*.impact-ad.jp^$domain=tjapan.jp
! https://github.com/AdguardTeam/AdguardFilters/issues/8171
@@||media.boomads.com/images/article$domain=hurriyet.com.tr,image
! https://forum.adguard.com/index.php?threads/resolved-cimri-com.27223/
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_$domain=cimri.com
! https://github.com/AdguardTeam/AdguardFilters/issues/7903
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=dingit.tv
@@||dingit.tv/dingit2/static/player/videojs.ads.js
@@||dingit.tv/dingit2/static/player/prebid.js
! https://github.com/AdguardTeam/AdguardFilters/issues/7904
yiv.com#@##adsContainer
! https://github.com/AdguardTeam/AdguardFilters/issues/8026
grownuprap.com#@#iframe[width="100%"][height="120"]
! https://github.com/AdguardTeam/AdguardFilters/issues/8014
europaplus.ru#@#img[width="240px"][height="400px"]
! https://github.com/AdguardTeam/AdguardFilters/issues/7809
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_$domain=plug.dj
! https://github.com/AdguardTeam/AdguardFilters/issues/7943
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=autorambler.ru
! https://forum.adguard.com/index.php?threads/27159/
bloomberg.com#@#.page-ad
@@||securepubads.g.doubleclick.net/gampad/ads?gdfp_req=1$domain=bloomberg.com
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_$domain=bloomberg.com
! https://forum.adguard.com/index.php?threads/http-context-reverso-net.27054/
@@||dictionary.reverso.net/dictlookupiframe.aspx^$elemhide,jsinject,domain=context.reverso.net
! https://github.com/AdguardTeam/AdguardFilters/issues/7810
@@||admin.mailchimp.com^
@@||admin.mailchimp.com^$extension
! https://github.com/AdguardTeam/AdguardFilters/issues/7691
@@||portal.newdaycards.com^$extension
! https://github.com/AdguardTeam/AdguardFilters/issues/7750
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=watch.nba.com
! https://forum.adguard.com/index.php?threads/26882/
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_$domain=history.com
! https://github.com/AdguardTeam/AdguardFilters/issues/7566
@@||ally.sh/static/js/jquery.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/7603
androidauthority.com#@#.tpd-box
@@||s.206ads.com/core.js$domain=androidauthority.com
@@||s.206ads.com/prebid.js$domain=androidauthority.com
@@||s.206ads.com/helper.js$domain=androidauthority.com
@@||s.206ads.com/js/data/androidauthority.com.js$domain=androidauthority.com
! https://github.com/AdguardTeam/AdguardFilters/issues/7534
usedalberni.com#@#.ad-img
usedalberni.com#@#.ad-container
! onlinemschool.com - infinite loading
@@||pagead2.googlesyndication.com/pub-config/ca-pub-$script,domain=onlinemschool.com
@@||pagead2.googlesyndication.com/pagead/js/*/show_ads_impl.js$domain=onlinemschool.com
! https://github.com/AdguardTeam/AdguardFilters/issues/7344
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_$domain=tvmovie.de
! https://github.com/AdguardTeam/AdguardFilters/issues/7110
@@||realcam.me/emb*.min.js$domain=strikeout.co
@@||livecamtv.me/embed.min.js$domain=strikeout.co
! https://github.com/AdguardTeam/AdguardFilters/issues/7172
@@||plus.addkt.com/slader_exdetail.js$domain=slader.com
! https://github.com/AdguardTeam/AdguardFilters/issues/7890
@@||xhcdn.com/*/fonts$font
! https://github.com/AdguardTeam/AdguardFilters/issues/7295
! https://github.com/AdguardTeam/AdguardFilters/issues/7233
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=iz.ru
! https://forum.adguard.com/index.php?threads/15844/
@@||ads.ayads.co/ajs.php?zid=$domain=411mania.com
! https://github.com/AdguardTeam/AdguardFilters/issues/7198
! caused by `||thepiratebay.org/*.php?`
@@||thepiratebay.*/ajax_
! https://forum.adguard.com/index.php?threads/26245/
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=ntvspor.net
! https://forum.adguard.com/index.php?threads/14368/
@@||gelbooru.com/script/try.js
! https://github.com/AdguardTeam/AdguardFilters/issues/7029
@@||k.uecdn.es/html5/html5lib/*/modules/DoubleClick/resources/mw.DoubleClick.js$domain=videos.marca.com
! https://forum.adguard.com/index.php?threads/bgames-com-anti-adblock.25936/
@@||pub.tunnl.com/AdTag?id=$domain=video-static.tunnl.com
! https://forum.adguard.com/index.php?threads/myplaycity-com.25958/
@@||m.myplaycity.com/online/*/admanager.js
! https://github.com/AdguardTeam/AdguardFilters/issues/7131
godlikeproductions.com#@#img[width="468"][height="60"]
! https://github.com/AdguardTeam/AdguardFilters/issues/7100
! https://forum.adguard.com/index.php?threads/25882/
@@||shoptimise.fr/Content/Images/bann_
! Domain is used for connectivity check
@@||connectivitycheck.gstatic.com^$important
! unnecessary injection into a checkout page
@@||checkout.paddle.com^$elemhide,jsinject,content
! unnecessary js/css injection to a hidden xhr
@@||global.localizecdn.com^$elemhide,jsinject,content
! https://github.com/AdguardTeam/AdguardFilters/issues/6744
@@||m.azonline.de/var/storage/images/*_image_300_250.jpg$~third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/6745
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=noz.de
! https://github.com/AdguardTeam/AdguardFilters/issues/6990
! https://github.com/AdguardTeam/AdguardFilters/issues/6914
! https://forum.adguard.com/index.php?threads/http-www5-javmost-com-nsfw.25511/
@@||cdn.jsdelivr.net/hls.js/latest/hls.min.js$domain=javmost.com
! https://forum.adguard.com/index.php?threads/14368/
@@||gelbooru.com/script/jquery*.js
@@||gelbooru.com/script/lazyload.js
@@||gelbooru.com/script/miscJs.js
@@||maxcdn.bootstrapcdn.com/bootstrap/$domain=gelbooru.com
! https://github.com/AdguardTeam/AdguardFilters/issues/6933
@@||yimg.com/ud/fp/js/Ads.*.min.js$domain=hk.mobi.yahoo.com
@@||yimg.com/ud/fp/*/js/Ads.*.min.js$domain=hk.mobi.yahoo.com
! https://forum.adguard.com/index.php?threads/7933/
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=matchtv.ru|sportbox.ru
! https://github.com/AdguardTeam/AdguardFilters/issues/6928
! https://github.com/AdguardTeam/AdguardFilters/issues/6883
! Yandex Metrika - some icons are blocked
@@||yastatic.net/metrika/*/bower_components/$domain=metrika.yandex.ru|metrika.yandex.ua|metrika.yandex.by|metrika.yandex.kz|metrika.yandex.com.tr
! https://github.com/AdguardTeam/AdguardFilters/issues/6900
@@||downloads.freevintageposters.com/advertising-posters.jpg
! https://github.com/AdguardTeam/AdguardFilters/issues/6900
! https://github.com/AdguardTeam/AdguardFilters/issues/6770
@@||moat.com/creatives/advertiser/$domain=moat.com
@@||moat.com/api/entity_report/advertiser/$domain=moat.com
! https://github.com/AdguardTeam/AdguardFilters/issues/6819
! https://forum.adguard.com/index.php?threads/25226/
monova.org#@#script + [class] > [class]:first-child
! https://github.com/AdguardTeam/AdguardFilters/issues/6696
@@||wpengine.netdna-cdn.com/wp-content/uploads/$image,domain=freedomoutpost.com
! cwseed.com - player is broken
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=cwseed.com
! https://github.com/AdguardTeam/AdguardFilters/issues/6821
! https://github.com/AdguardTeam/AdguardFilters/issues/6799
! https://github.com/AdguardTeam/AdguardFilters/issues/6756
@@||pornhub.com/signup
! https://github.com/AdguardTeam/AdguardFilters/issues/6591
@@||static.cz.prg.cmestatic.com/static/shared/app/videojs/plugins/ads/videojs.ads.js$domain=nova.cz
@@||static.cz.prg.cmestatic.com/static/shared/app/videojs/plugins/ads/ads.integration.*.js$domain=nova.cz
! https://github.com/AdguardTeam/AdguardFilters/issues/6538
hotclips24.com#@#.adv
! https://github.com/AdguardTeam/AdguardFilters/issues/6676
@@||isale.su/bitrix/*/adverts/
! Unblock Google jQuery library
@@||ajax.googleapis.com/ajax/libs/jquery/$domain=2ddl.unblocked.vc|daporn.com|imagefap.com|linkdrop.net|gelbooru.com|fmovies.is|fmovies.se|imagespicy.site|fmovies.is|mycloud.to|fmovies.se
! https://github.com/AdguardTeam/AdguardFilters/issues/6431
@@||p.jwpcdn.com/player/v/*/jw-icons.woff$domain=9anime.to
! https://github.com/AdguardTeam/AdguardFilters/issues/6438
@@||cdnjs.cloudflare.com/ajax/libs/videojs-contrib-ads/*/videojs.ads.js$domain=radiojavan.com
! https://github.com/AdguardTeam/AdguardFilters/issues/6495
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=greatdaygames.com
! https://github.com/AdguardTeam/AdguardFilters/issues/6508
@@||static.h-bid.com/prebid/*/prebid.js$domain=makeuseof.com
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_$domain=makeuseof.com
! https://github.com/AdguardTeam/AdguardFilters/issues/6374
@@||o.aolcdn.com/ads/adsWrapperHeader.min.js$domain=moviefone.com
@@||googletagmanager.com/gtm.js$domain=moviefone.com
! https://github.com/AdguardTeam/AdguardFilters/issues/6500
! https://github.com/AdguardTeam/AdguardFilters/issues/7077
!+ NOT_OPTIMIZED
@@||tags.crwdcntrl.net/*/cc_af_ajax.js$domain=infinitiq50.org
! weather.rambler.ru - chart is blocked
@@||weather.rambler.ru/static/*/dist/adfox/adfox-loader.min.js^$domain=weather.rambler.ru
! https://github.com/AdguardTeam/AdguardFilters/issues/6336
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=nydailynews.com
! https://github.com/AdguardTeam/AdguardFilters/issues/6345
@@||hdzog.com/assets/jwplayer-*/jw-icons.woff
! https://github.com/AdguardTeam/AdguardFilters/issues/6439
aljazeera.com#@#.TopAdContainer
! https://github.com/AdguardTeam/AdguardFilters/issues/6428
@@||testufo.com/*.html$jsinject,elemhide,extension
! https://github.com/AdguardTeam/AdguardFilters/issues/6321
langenscheidt.com#@##ad-header
! https://github.com/AdguardTeam/AdguardFilters/issues/6288
@@||h5.adshell.net/peer5
! https://github.com/AdguardTeam/AdguardFilters/issues/6287
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=startclass.com
! https://github.com/AdguardTeam/AdguardFilters/issues/6174
||z.moatads.com/freewheel*/MoatFreeWheelJSPEM.js$domain=ncaa.com,empty,important
@@||z.moatads.com/freewheel*/MoatFreeWheelJSPEM.js$domain=ncaa.com
@@||fwmrm.net/ad/g/1?$domain=ncaa.com
! https://github.com/AdguardTeam/AdguardFilters/issues/6165
||z.moatads.com/freewheel*/MoatFreeWheelJSPEM.js$domain=pga.com,empty,important
@@||z.moatads.com/freewheel*/MoatFreeWheelJSPEM.js$domain=pga.com
@@||fwmrm.net/ad/g/1?$domain=pga.com
! jkanime.net - fixing the captcha
@@||google.com/recaptcha^$domain=jkanime.net
! https://github.com/AdguardTeam/AdguardFilters/issues/6159
@@||comicincorrect.wpengine.netdna-cdn.com/wp-content/uploads/$image,domain=comicallyincorrect.com
!
! https://forum.adguard.com/index.php?threads/24088/
! https://forum.adguard.com/index.php?threads/24286/
@@||openload.co/embed/*$domain=jkanime.net
@@||openload.co/assets/js/script.*.js$domain=openload.co
@@||oload.tv/assets/js/license.*.js
@@||oload.tv/assets/js/script.*.js
! https://forum.adguard.com/index.php?threads/26701/
@@||oloadcdn.net^$domain=openload.co,xmlhttprequest
! https://github.com/AdguardTeam/AdguardFilters/issues/6113
@@||yastatic.net/pcode/adfox/loader.js$domain=hitfm.ru
!
! https://github.com/AdguardTeam/AdguardFilters/issues/6150
!
! outlook.live.com - when this file is modified by AG, windows defender detects it as a HTML/Phish
@@||outlook.live.com/owa/projection.aspx$document
! https://github.com/AdguardTeam/AdguardFilters/issues/6100
techport.ru#@#.banners_block
!
! https://forum.adguard.com/index.php?threads/23950/
!
! https://github.com/AdguardTeam/AdguardFilters/issues/5998
kitguru.net#@#div > a[class] > img[src]
! https://github.com/AdguardTeam/AdguardFilters/issues/5927
@@||googletagmanager.com/gtm.js$domain=nordvpn.com
! https://github.com/AdguardTeam/AdguardFilters/issues/5826
livetracklist.com#@#iframe[width="100%"][height="60"]
! https://github.com/AdguardTeam/AdguardFilters/issues/5901
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=proper.io
@@||proper.io/embed/$domain=explosm.net
! https://github.com/AdguardTeam/AdguardFilters/issues/5915
@@||adengine.rt.ru^$domain=rt.ru
! https://github.com/AdguardTeam/AdguardFilters/issues/5858
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=gamejolt.net
! https://github.com/AdguardTeam/AdguardFilters/issues/5867
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_$domain=techadvisor.co.uk
! https://forum.adguard.com/index.php?threads/journalistenwatch-com.23716/
@@||journalistenwatch.com/wp-content/plugins/advanced-ads/public/assets/js/advanced.js
! https://github.com/AdguardTeam/AdguardFilters/issues/5383
@@||adm.fwmrm.net/p/msn_live/AdManager.swf$domain=msn.com|akamaized.net
@@||adm.fwmrm.net/p/msn_live/AdManager.js$domain=www.msn.com
@@||v.fwmrm.net/ad/g/1?$domain=www.msn.com
! https://forum.adguard.com/index.php?threads/23608/
@@||ddnk.advertur.ru/*/code.js$domain=grouple.co
@@||ddnk.advertur.ru/*/loader.js$domain=grouple.co
!
! https://github.com/AdguardTeam/AdguardFilters/issues/5841
!
! https://github.com/AdguardTeam/AdguardFilters/issues/5739
@@||eye.swfchan.com/captcha/*.gif$domain=eye.swfchan.com
@@||eye.swfchan.com/flash.asp?id=*.swf$domain=eye.swfchan.com
! https://forum.adguard.com/index.php?threads/20084/
@@||chan.sankakucomplex.com/post/index.content?next=*&page=$jsinject,elemhide,extension
! https://github.com/AdguardTeam/AdguardFilters/issues/5737
@@||cbsistatic.com/scripts/NativeAdManager.js^$domain=cbsnews.com
! https://github.com/AdguardTeam/AdguardFilters/issues/5755
!+ PLATFORM(windows)
@@||google.com/chromebook/$generichide
!
! https://github.com/AdguardTeam/AdguardFilters/issues/5830
@@||s*.rea.reastatic.net/rs/rui_advertorial.js
! conservativetribune.com - video is broken
@@||c.brightcove.com/services/mobile/streaming/index/*.m3u8$domain=conservativetribune.com
@@||brightcove.vo.llnwd.net/*/hls/$domain=conservativetribune.com
! https://github.com/AdguardTeam/AdguardFilters/issues/5637
@@||chop-druzhina.ru/images/adv*.png
! https://github.com/AdguardTeam/AdguardFilters/issues/5567
@@||adpop.me^$domain=adpop.me
! https://forum.adguard.com/index.php?threads/resolved-saavn-com-missed-ads-windows.22981/#post-143066
@@||pubads.g.doubleclick.net/gampad/adx^$domain=saavn.com
! https://github.com/AdguardTeam/AdguardFilters/issues/3708
!
! http://forum.ru-board.com/topic.cgi?forum=2&topic=5372&start=400#2
@@||images.intellicast.com/Scripts/ad-v3.js
! https://forum.adguard.com/index.php?threads/23050/
@@||ad.lkqd.net/serve/formats.js$domain=breitbart.com
!
! https://github.com/AdguardTeam/AdguardFilters/issues/5494
! adamas.ru- filter is broken by Adguard injections
@@||adamas.ru^$jsinject,elemhide,extension
!
! https://github.com/AdguardTeam/AdguardFilters/issues/5486
@@||imore.com/sites/imore.com/files/advagg_js/$script
! https://github.com/AdguardTeam/AdguardFilters/issues/5376
@@||gett.com/*/wp-content/uploads/sites/*/adv*.png
! androidcentral.com - fixing loading the news when scrolling or pressing `SHOW ME MORE` button
@@||androidcentral.com/sites/androidcentral.com/files/advagg_js/js__*.js
! https://forum.adguard.com/index.php?threads/22224/
@@||messenger.com^$extension
! https://forum.adguard.com/index.php?threads/22199/
@@||innovid.com/crossdomain.xml$domain=channel4.com
! https://forum.adguard.com/index.php?threads/http-gelbooru-com.14368/
gelbooru.com#@##paginator
! https://forums.lanik.us/viewtopic.php?f=64&t=35469
1337x.to#@#.box-info-detail > .torrent-category-detail + div[class]
! https://forum.adguard.com/index.php?threads/16846/
@@||phubcdn.com^$domain=pornhub.com
! https://forum.adguard.com/index.php?threads/22108/
@@||googletagservices.com/tag/js/gpt.js$domain=askmen.com
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_$domain=askmen.com
! https://forum.adguard.com/index.php?threads/21931/
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=rtl.arkadiumhosted.com
! https://forum.adguard.com/index.php?threads/21833/
@@||cdn.betrad.com/pub/icon*.png$domain=ehow.co.uk
! https://forum.adguard.com/index.php?threads/22017/
scanurl.net#@#.adcomment
! https://github.com/AdguardTeam/AdguardFilters/issues/4947
@@||speedtest.net/api/js/user-settings|$xmlhttprequest
! xhamster.com - blocked video
@@||cdn13.com/*.mp4?$domain=xhamster.com
! https://github.com/AdguardTeam/AdguardFilters/issues/4864
olx.ua#@##adContainer
olx.ua#@#.adRow
! https://github.com/AdguardTeam/AdguardForMac/issues/193
@@||dropbox.com/*/oauth$document
! https://forum.adguard.com/index.php?threads/20993/
kalaydo.de,cyberghostvpn.com#@##adbox
! https://forum.adguard.com/index.php?threads/20799/
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=gsgazete.com
! https://forum.adguard.com/index.php?threads/20736/
@@||youjizz.com/js/default.js
! https://forum.adguard.com/index.php?threads/20723/
neowin.net#@##ipsLayout_contentWrapper > .ipsResponsive_hidePhone
! https://forum.adguard.com/index.php?threads/20804/
@@||acdn.adnxs.com/ast/ast.js$domain=msn.com
! https://forum.adguard.com/index.php?threads/16580/
@@||api.solvemedia.com/papi/
! https://forum.adguard.com/index.php?threads/20682/
@@||photos.timesofindia.com/toi_js_ads.cms
! https://forum.adguard.com/index.php?threads/20196/
@@||hypem.com/inc/header_menu$document
! https://github.com/AdguardTeam/AdguardFilters/issues/4646
macbidouille.com#@##advertContainer
! https://forum.adguard.com/index.php?threads/20259/
trthaber.com#@#div[id^="div-gpt-ad"]
! Fixing Sheremetyevo WiFi auth
@@||adv.svo.aero/wifi_svo/*$domain=svo.aero
! https://forum.adguard.com/index.php?threads/20085/
@@|http://$xmlhttprequest,domain=depositfiles.com|depositfiles.org|dfiles.eu|dfiles.ru
@@|https://$xmlhttprequest,domain=depositfiles.com|depositfiles.org|dfiles.eu|dfiles.ru
! https://github.com/AdguardTeam/AdguardFilters/issues/4555
@@||a-d-k.ru/bitrix/templates/ad/
! dashboard.jwplayer.com - broken by Adguard injections
@@||dashboard.jwplayer.com^$document
! adsjudo adblock detection - https://forum.adguard.com/index.php?threads/vmovee-click.19958/#post-128586
@@||precheck-in.adsjudo.com/*/advertisement.js^
! https://forum.adguard.com/index.php?threads/19934/
blag-vesti.ru#@#.adslot_1
! https://github.com/AdguardTeam/AdguardFilters/issues/4526
@@||c.betrad.com/geo/h1.js$domain=video.corriere.it
@@||c.betrad.com/pub/c/*.js$domain=video.corriere.it
! Skype app - Assistant in the auth window
@@||clientlogin.cdn.skype.com^$document
! https://forum.adguard.com/index.php?threads/20922/
@@||gecce.com/i/js/ads-v*.js
! Youtube search suggestions not working (Edge with browser extension only)
@@||pubads.g.doubleclick.net/gampad/ads?ad_rule=0&d_imp=1&gdfp_req=1&iu=%2F6762%2Fmkt.ythome_1x1$domain=youtube.com
@@||pubads.g.doubleclick.net/gampad/ads?ad_rule=0&d_imp=1&gdfp_req=1&impl=ifr$domain=youtube.com
! https://github.com/AdguardTeam/AdguardFilters/issues/4460
theanimalrescuesite.com#@#.adLink
! https://github.com/AdguardTeam/AdguardFilters/issues/4396
orthodox.or.th#@#.sidebaradbox
! https://forum.adguard.com/index.php?threads/19570/
@@||anyporn.com/player/kt_player.js
! https://forum.adguard.com/index.php?threads/16793/
@@||nitroflare.com/view/$xmlhttprequest
! https://forum.adguard.com/index.php?threads/19494/
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=turknettv.com
! https://forum.adguard.com/index.php?threads/18491/
@@||mxtads.com/vimeo/froogaloop*.min.js$domain=kinozadrot.club
! https://github.com/AdguardTeam/AdguardFilters/issues/4314
@@||ll-media.tmz.com/*-300x250.
! https://github.com/AdguardTeam/AdguardFilters/issues/4310
@@||instreamvideo.ru/storage/inplayer/js/in-player.js
@@||instreamvideo.ru/crossdomain.xml|
@@||instreamvideo.ru/storage/InstreamVideoPlugin
@@||instreamvideo.ru/storage/inplayer/$third-party,image,script,stylesheet
! https://forum.adguard.com/index.php?threads/19161/
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_108.js^$domain=pocketnow.com
! https://github.com/AdguardTeam/AdguardFilters/issues/4233
@@||direct-v-adwords.ru^$domain=direct-v-adwords.ru
! https://forum.adguard.com/index.php?threads/18931/
@@||ads.am^$domain=ads.am
! https://github.com/AdguardTeam/AdguardFilters/issues/4152
@@||bs.serving-sys.com/crossdomain.xml$domain=rte.ie
! https://forum.adguard.com/index.php?threads/18752/
@@||anyporn.com/player/kt_player_*.jsx
! https://github.com/AdguardTeam/AdguardFilters/issues/3989
simple-adblock.com#@#iframe[width="300"][height="250"]
! https://forum.adguard.com/index.php?threads/18694/
@@||max.permato.com/getAd$domain=aksam.com.tr
! https://github.com/AdguardTeam/AdguardFilters/issues/3964
@@||account.leagueoflegends.com/pm.html$jsinject,elemhide
! https://forum.adguard.com/index.php?threads/s18456/
domodedovo.ru#@##adBanner1
domodedovo.ru#@##adLink1
! https://forum.adguard.com/index.php?threads/18527/
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=memurhaber.com
! https://forum.adguard.com/index.php?threads/18482/
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=sondakika.com
! https://forum.adguard.com/index.php?threads/18363/
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_$domain=southwalesargus.co.uk
! https://github.com/AdguardTeam/AdguardFilters/issues/4023
@@||latitu.ru^*/advert_$xmlhttprequest
! https://github.com/AdguardTeam/AdguardFilters/issues/11609
@@||mssl.fwmrm.net/crossdomain.xml$domain=msn.com
@@||mssl.fwmrm.net/p/msn_live/AdManager.js$domain=msn.com
@@||mssl.fwmrm.net/p/msn_live/AdManager.swf$domain=msn.com
! https://forum.adguard.com/index.php?threads/17911/
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_$domain=games.softgames.de
@@||securepubads.g.doubleclick.net/gampad/ads?gdfp_req=1$domain=games.softgames.de
! https://github.com/AdguardTeam/AdguardBrowserExtension/issues/497
@@||forum.adguard.com/index.php?account$jsinject,elemhide
! sendgrid.com - fixing account
@@||sendgrid.com/marketing_campaigns$document
@@||app.sendgrid.com$document
! https://github.com/AdguardTeam/AdguardFilters/issues/3762
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=einthusan.ca|einthusan.tv|einthusan.com
! https://github.com/AdguardTeam/AdguardFilters/issues/3805
@@||m.haberler.com/static/advertisement/ads_ima.js$domain=m.haberler.com
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_$domain=m.haberler.com
! https://github.com/AdguardTeam/AdguardFilters/issues/3857
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=bloomberg.com
! ibtimes.co.in - site is hanging
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_$domain=ibtimes.co.in
! https://forum.adguard.com/index.php?threads/17898/
@@||bucket.fitwhey.com/Banners^$domain=fitwhey.com
! https://github.com/AdguardTeam/AdguardFilters/issues/3729
@@||player.ooyala.com/static/*/ad-plugin/google_ima.min.js$domain=vulture.com
! https://forum.adguard.com/index.php?threads/17083/
@@||androidcentral.com/content/$domain=androidcentral.com,xmlhttprequest
! https://github.com/AdguardTeam/AdguardFilters/issues/3673
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=videonuz.ensonhaber.com
! https://github.com/AdguardTeam/AdguardFilters/issues/3646
@@||adtech.de/dt/common/DAC.js$domain=worldsnooker.com
! https://forum.adguard.com/index.php?threads/16819/
@@||publisher.adservice.com^$document
! https://github.com/AdguardTeam/AdguardForWindows/issues/1393
@@||login.live.com^$document
! Unblock a control panel for FB advertisers
@@||scontent.xx.fbcdn.net/hads-ak-prn2/*.png$domain=facebook.com
@@https://business.facebook.com^$document,~third-party
! https://forum.adguard.com/index.php?threads/13738/
@@||themes.googleusercontent.com/static/fonts/$domain=tweaktown.com
! forum.adguard.com - prevent blocking ajax requests by generic rules
@@||forum.adguard.com/index.php$xmlhttprequest
! https://forum.adguard.com/index.php?threads/16226/
@@_468x60_$domain=top100arena.com
! https://github.com/AdguardTeam/AdguardFilters/issues/3460
@@||motherless.com/favorites/
! https://github.com/AdguardTeam/AdguardForWindows/issues/1292
@@||192.168.$~third-party
! https://forum.adguard.com/index.php?threads/15980/
@@||loksatta.com/wp-content/themes/vip/loksatta/plugins/*ads*.js
! https://forum.adguard.com/index.php?threads/15783/
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=haber7.com
! https://forum.adguard.com/index.php?threads/15754/
@@||maps.googleapis.com^$domain=last.fm,script
@@||static-web.last.fm/static/js-build/lib/ua-parser/ua-parser-*.min.js
! https://forum.adguard.com/index.php?threads/hltv-org.15531/
@@||static.hltv.org//images/flag/ad.gif
! https://github.com/AdguardTeam/AdguardFilters/issues/3350
@@||cdne-st.redtubefiles.com/css/*$domain=redtube.com
! https://forum.adguard.com/index.php?threads/11829/
@@||linkbucks.com/scripts/intermissionLink*.js
! https://forum.adguard.com/index.php?threads/15743/
xtremetop100.com#@#img[width="468"][height="60"]
! https://forum.adguard.com/index.php?threads/15617/
@@||partner.googleadservices.com/gpt/pubads_impl_$domain=popmech.ru
! https://forum.adguard.com/index.php?threads/18401/
@@||global.fncstatic.com/*/OutbrainWidgetConnector.js$domain=video.foxnews.com|video.foxbusiness.com|foxnews.com
@@||partner.googleadservices.com/gpt/pubads_$domain=video.foxnews.com|video.foxbusiness.com
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=video.foxnews.com|video.foxbusiness.com
@@||global.fncstatic.com/static/v/all/js/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/3250
@@||sportsnet.ca/wp-content/plugins/bwp-minify/$domain=sportsnet.ca
! https://github.com/AdguardTeam/AdguardFilters/issues/3146
@@||gstatic.com/images/branding/product/*/adsense_$image,domain=support.google.com
!
! https://github.com/AdguardTeam/AdguardFilters/issues/3267
@@||simple.ripley.cl$generichide
@@||partner.googleadservices.com/gpt/pubads_impl_$domain=simple.ripley.cl
@@||securepubads.g.doubleclick.net/gampad/ads$domain=simple.ripley.cl
@@||tpc.googlesyndication.com/simgad/*$domain=simple.ripley.cl
!
!--- Fixing speedtest.net issues ---
@@|http*:*/ws|$domain=beta.speedtest.net
! https://github.com/AdguardTeam/AdguardFilters/issues/4612
@@||speedtest.net/*-login.php$domain=speedtest.net
!
! https://forum.adguard.com/index.php?threads/19933/
@@/ws$websocket,domain=speedtest.net
! https://forum.adguard.com/index.php?threads/16540/
@@||speedtest.net/api/api.php
!
@@/speedtest/upload.php$domain=speedtest.net
@@||d3ujids68p6xmq.cloudfront.net^$domain=beta.speedtest.net,script
! http://forum.adguard.com/showthread.php?5930
@@||ads.ookla.com/www/test.js
@@||b.cdnst.net^$domain=beta.speedtest.net
! http://forum.adguard.com/showthread.php?6024
@@||beta.speedtest.net/dist/
@@||beta.speedtest.net/api/
! https://forum.adguard.com/index.php?threads/14776/
@@|https://www.speedtest.net/user-*.php$script,xmlhttprequest
! https://forum.adguard.com/index.php?threads/15424/
@@||c.speedtest.net/flash/speedtest-*.swf
@@||c.speedtest.net/flash/standard-*.swf
@@||c.speedtest.net/flash/wave-*.swf
!-----------------------------------------
!
! https://forum.adguard.com/index.php?threads/26590/
@@||thewindowsclub.thewindowsclubco.netdna-cdn.com/wp-includes/*$domain=thewindowsclub.com
@@||c.disquscdn.com/next/embed/*$domain=thewindowsclub.com
@@||google.com/uds/api/search/$domain=thewindowsclub.com
! https://forum.adguard.com/index.php?threads/19163/
@@||gl.hdmoviezone.net/ads.js$script,domain=hdmoviezone.net
@@||creative.wwwpromoter.com/*.js?d=300x250$script,domain=hdmoviezone.net
@@||creative.wwwpromoter.com/*.js?d=728x90$script,domain=hdmoviezone.net
! https://forum.adguard.com/index.php?threads/19006/
@@||camif.fr/skin/m/
! https://forum.adguard.com/index.php?threads/18964/
torm-egan.ru#@#iframe[width="240"][height="400"]
! https://forum.adguard.com/index.php?threads/16836/
stopgame.ru#@#iframe[width="240"][height="400"]
! https://github.com/AdguardTeam/AdguardFilters/issues/3295
@@||ebookbb.com/wp-content/plugins/wp-minify/min/?f=
! https://forum.adguard.com/index.php?threads/15314/
topserver.ru#@##ads1
! https://forum.adguard.com/index.php?threads/12682/
@@||api.solvemedia.com^$script,domain=salefiles.com
! https://forum.adguard.com/index.php?threads/15294/
@@||uptobox.com/jquery-*.min.js$script
! https://github.com/AdguardTeam/AdguardFilters/issues/3265
@@||pdk.video.snidigital.com/*/AdManager.swf$domain=hgtv.com
@@||adm.fwmrm.net/p/scripps_pdk_flash_live/AdManager.swf$domain=hgtv.com
@@||adm.fwmrm.net/p/scripps_pdk_flash_live/Video2AdRenderer.swf$domain=hgtv.com
! https://github.com/AdguardTeam/AdguardFilters/issues/3255
@@||mssl.fwmrm.net/p/nbcu_*/AdManager.js$domain=nbcsports.com
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_$domain=nbcsports.com
@@||mps.nbcuni.com/fetch/ext/load-nbcsports-web.js$domain=nbcsports.com
@@||mps.nbcuni.com/request/page/jsonp?CALLBACK=mpsCallback&cat=home$domain=nbcsports.com
@@||mps.nbcuni.com/request/component/automagic?name=abga.js$domain=nbcsports.com
@@||mps.nbcuni.com/images/MPS-ERROR-REPORTING.png$domain=nbcsports.com
@@||pdk.theplatform.com/*/AdManager.swf$domain=vplayer.nbcsports.com
@@||mssl.fwmrm.net/crossdomain.xml$domain=vplayer.nbcsports.com
@@||bea4.v.fwmrm.net/ad/u$domain=nbcsports.com
@@||mssl.fwmrm.net/p/nbcu_sports_tp_live/AdManager.swf$domain=vplayer.nbcsports.com
! https://forum.adguard.com/index.php?threads/15098/
@@||p2.2elotoaraba.com/Advert/*$domain=2elotoaraba.com
! https://forum.adguard.com/index.php?threads/15064/
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=diziler.com
! https://forum.adguard.com/index.php?threads/14815/
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=haberler.com
! https://forum.adguard.com/index.php?threads/14807/
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=ulke.com.tr
! https://forum.adguard.com/index.php?threads/14736/
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=aksam.com.tr
! https://forum.adguard.com/index.php?threads/14802/
@@||sign.mojebanka.cz$elemhide,jsinject
! https://github.com/AdguardTeam/AdguardFilters/issues/3158
@@/images/adv$domain=multitime.ru|multitime24.ru
! https://github.com/AdguardTeam/AdguardFilters/issues/3133
@@||sh.st$generichide
! https://forum.adguard.com/index.php?threads/14480/
@@||pornhub.com/*?ajax=*&$xmlhttprequest
@@||pornhub.com/*?*&ajax=$xmlhttprequest
! https://forum.adguard.com/index.php?threads/14493/
inddir.com#@#.ad_336
! https://forum.adguard.com/index.php?threads/14431/
viralthread.com#@#.affiliate
! https://forum.adguard.com/index.php?threads/14381/
@@||v.fwmrm.net/ad/p/1?$domain=pdk.video.snidigital.com
@@||video.snidigital.com/*/AdManager.swf$domain=video.snidigital.com
@@||adm.fwmrm.net/*/AdManager.swf$domain=video.snidigital.com
! https://github.com/AdguardTeam/AdguardFilters/issues/3098
@@||xvideos.com/video-get-comments/
! https://github.com/AdguardTeam/AdguardFilters/issues/3099
pogo.com#@##leaderboard-ad
! usanetwork.com
@@||fwmrm.net/crossdomain.xml$domain=player.theplatform.com
@@/admanager.$domain=player.theplatform.com
@@||fls.doubleclick.net^$domain=usanetwork.com
! https://forum.adguard.com/index.php?threads/13850/
@@||pdk.theplatform.com/*/FreeWheelAdManagerLoader.swf$domain=pdk.theplatform.com
@@||fwmrm.net/p/nbcu_live/AdManager.swf$domain=pdk.theplatform.com
! https://forum.adguard.com/index.php?threads/13849/
@@||ag.innovid.com/dv/sync$domain=mylifetime.com
@@||pixel.sitescout.com^$domain=mylifetime.com
@@||bea4.v.fwmrm.net^$domain=mylifetime.com
@@adm.fwmrm.net/p/aetn_live/AdManager.swf$domain=mylifetime.com|aetnd.com
@@||c.amazon-adsystem.com/aax2/amzn_ads.js$domain=mylifetime.com
@@||serving-sys.com^$domain=mylifetime.com
@@||aax.amazon-adsystem.com^$domain=mylifetime.com
@@||cdn.watch.aetnd.com/*/swf/FreeWheelAdManagerLoader.swf$domain=mylifetime.com
@@||budgetedbauer.com^$domain=mylifetime.com
@@||ad.doubleclick.net/ddm/ad/$domain=mylifetime.com
! https://forum.adguard.com/index.php?threads/13998/
petshop.ru#@#.advert-block
! https://github.com/AdguardTeam/AdguardFilters/issues/3003
@@||assets.macys.com/dyn_img/site_ads/
! https://forum.adguard.com/index.php?conversations/12877/
@@||href.li$document
! https://forum.adguard.com/index.php?threads/13714/
@@||btgigs.info/index.php$generichide
! https://forum.adguard.com/index.php?threads/13595/
! The site is broken by generic element hiding rules on Mac
@@||saabcentral.com^$generichide
! https://forum.adguard.com/index.php?threads/13598/
@@||wikipedia.org/w/index.php?title=$document
! https://forum.adguard.com/index.php?threads/13580/
@@||swedbank.ee^$document
! https://github.com/AdguardTeam/AdguardFilters/issues/2936
tv-news-online.com#@#.header-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/2926
@@||cdn.intergi.com/hera/*.js$domain=thenextweb.com
! https://github.com/AdguardTeam/AdguardFilters/issues/2906
! Fixing issues with players
@@||imasdk.googleapis.com/js/core/bridge*.html$domain=~spotify.com
! https://github.com/AdguardTeam/AdguardFilters/issues/2908
@@||user.weiyun.com/newcgi/outlink.fcg$document
! https://github.com/AdguardTeam/AdguardFilters/issues/2853
@@||static.youporn.phncdn.com/cb/assets/css/$domain=youporn.com
! https://forum.adguard.com/index.php?threads/13009/
@@||dlh.net/ajax/keyassign.php?$elemhide
! https://forum.adguard.com/index.php?threads/12809/
@@||nbcolympics.com/profiles/olympics/*$domain=nbcolympics.com
@@||pdk.theplatform.com^$domain=vplayer.nbcolympics.com
@@||mssl.fwmrm.net^$domain=nbcolympics.com
! https://forum.adguard.com/index.php?threads/12678/
@@clicks.$domain=cimbclicks.com.my,~third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/2796
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=globoplay.globo.com
! https://github.com/AdguardTeam/AdguardFilters/issues/2457
ecostream.tv#@#.adwrapper
! https://github.com/AdguardTeam/AdguardFilters/issues/2631
! Reported: https://forums.lanik.us/viewtopic.php?f=64&t=31659&p=98823#p98823
@@||heartyhosting.com^$domain=muscleandfitness.com
@@||gigya.com/comments.getComments$domain=muscleandfitness.com
@@||cdn.gigya.com/js/gigya.services.plugins.base.min.js$domain=muscleandfitness.com
@@||cdn.gigya.com/JS/socialize.js$domain=muscleandfitness.com
! https://github.com/AdguardTeam/AdguardFilters/issues/2621
@@||ingdirect.com.au^$document
! https://forum.adguard.com/index.php?threads/11960/
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=fox.com.tr
! https://github.com/AdguardTeam/AdguardFilters/issues/37431
!+ NOT_OPTIMIZED
@@||lightningmaps.org/min/index.php?f=js/$domain=lightningmaps.org
! https://forum.adguard.com/index.php?threads/11854/
@@||amazon-adsystem.com/aax2/amzn_ads.js^$domain=kino.de
@@||amazon-adsystem.com/e/dtb/bid^$domain=kino.de
! Yandex projects - broken trailer player
@@||yastatic.net/awaps-ad-sdk-js$domain=kinopoisk.ru|video.yandex.ru,script
! https://github.com/AdguardTeam/AdguardFilters/issues/2519
@@||ncbi.nlm.nih.gov^$jsinject
! https://github.com/AdguardTeam/AdguardFilters/issues/2314
! sellercentral.amazon.com - broken by Adguard injections
@@||sellercentral.amazon.com/hz/inventory/$elemhide,jsinject
@@||sellercentral.amazon.com/gp/remote-nav-html.html$elemhide,jsinject
! https://forum.adguard.com/index.php?threads/11632/
azerty.nl#@#img[width="728"][height="90"]
@@||fs.azerty.nl/images/content/*728x90
@@||azerty.nl/_azerty/data/marketing/banners/
! https://forum.adguard.com/index.php?threads/11522/
@@||fotored.net/ads/*.html
! https://forum.adguard.com/index.php?threads/11502/
@@||vk.com/ads_rotate.php?act=al_update_ad
! Don't inject to service iframes
@@||widgets.outbrain.com/nanoWidget/externals/obFrame/obFrame.htm$jsinject,elemhide
@@||facebook.com/connect/xd_arbiter.php$jsinject,elemhide
! nab.com.au - broken internet banking
@@||nab.com.au^$document
! https://forum.adguard.com/index.php?threads/11387/
@@||timeinc.net/people/static/mobile/j/tgx-ads.js$domain=people.com
! https://forum.adguard.com/index.php?threads/11334/
@@||libgen.io/ads.php
! https://forum.adguard.com/index.php?threads/11242/
@@||appspot.com/?adTagUrl=$domain=daisuki.net
! https://forum.adguard.com/index.php?threads/11191/
@@||servicescape.com/*.asp?content=$document
! https://forum.adguard.com/index.php?threads/10683/
@@||adnostri.com^$domain=videomega.tv
@@||adv4biz.com^$domain=videomega.tv
! https://forum.adguard.com/index.php?threads/9166/
! opensubtitles.org - fixing search
@@||cdnjs.cloudflare.com/ajax/libs/jquery$domain=opensubtitles.org
@@||static.opensubtitles.org/libs/js/*.js|
@@||static.opensubtitles.org/libs/js/common.js
@@||static.opensubtitles.org/libs/js/urlshortener.js
! https://forum.adguard.com/index.php?threads/11138/
icube.ru#@#.top-banners
! https://forum.adguard.com/index.php?threads/11141/
! Embed video is not work in Firefox-based browsers
@@||twitter.com/i/videos/tweet/*?embed_$document
! https://forum.adguard.com/index.php?threads/10813/
mixesdb.com#@#iframe[width="100%"][height="120"]
! https://forum.adguard.com/index.php?threads/10293/
@@||pubads.g.doubleclick.net/gampad/ads$domain=cbs.com,~image,~script
! https://forum.adguard.com/index.php?threads/10939/
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=yepi.com|veedi.com
! https://forum.adguard.com/index.php?threads/10942/
@@||s-nbcnews.com/*/FreeWheelAdManagerLoader.swf$domain=today.com
@@||fwmrm.net/p/nbcnews_live/AdManager.swf^$domain=today.com
! @@||partner.googleadservices.com/gpt/pubads_impl_$domain=dailycaller.com
@@||partner.googleadservices.com/gpt/pubads_impl_$domain=dailycaller.com
! https://forum.adguard.com/index.php?threads/10823/
@@||freeview.com.au/media/*/freeview-plus-web-ad-template_
! cpv.ru - broken gismeteo widget (180x150)
@@||gismeteo.ru/api/informer/*/180x150
! tagmanager.google.com - broken admin panel
@@||tagmanager.google.com^$document
! https://github.com/AdguardTeam/ExperimentalFilter/issues/2166
@@||img.chefkoch-cdn.de/gujAd.min.js
! https://forum.adguard.com/index.php?threads/10286/
@@||adm.fwmrm.net/crossdomain.xml
@@||adm.fwmrm.net/p/cracklecom_flash_live/AdManager.swf^$domain=crackle.com
! https://github.com/AdguardTeam/ExperimentalFilter/issues/2135
@@||publico.es/publico/js/ads.min.js
! https://github.com/AdguardTeam/ExperimentalFilter/issues/2149
@@||btg.mtvnservices.com/aria/coda.html?site=nickelodeontv.ru$domain=nickelodeon.ru
! https://forum.adguard.com/index.php?threads/10201/
@@||advertiser.cyberghostvpn.com/www/$domain=cyberghostvpn.com
! https://github.com/AdguardTeam/ExperimentalFilter/issues/2084
@@||eloqua.com^$domain=forms.progress.com
! https://forum.adguard.com/index.php?threads/10103/
forbes.com#@##vest-pocket-container-3
! https://github.com/AdguardTeam/AdguardForMac/issues/72
@@||linkedin.com/inbox/compose/dialog$document
! https://github.com/AdguardTeam/ExperimentalFilter/issues/2031
@@||cmbchina.com/ccard/gqcard/js/pop.js
! my.bmi.ir - broken by Adguard injections
@@||my.bmi.ir^$elemhide,jsinject
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1989
engadget.com#@#aside[role="banner"]
! https://github.com/AdguardTeam/ExperimentalFilter/issues/2001
klart.se#@#.advertisement
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1987
@@||bills.clubs.nfl.com/assets/img/ads/
! http://forum.adguard.com/showthread.php?10054
@@.vaughnsoft.net/abvs.php?a=
! http://forum.adguard.com/showthread.php?10594
realmadrid.ru#@#img[width="240"][height="400"]
! http://forum.adguard.com/showthread.php?10458
@@||chatropolis.com:1588/*/amazing?sid=$document
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1956
@@||usaa.com^$document
! https://github.com/AdguardTeam/AdguardForAndroid/issues/443
@@||appex-rf.msn.com/*.js?adtype=
! http://forum.adguard.com/showthread.php?10505
@@||ad-text.ru^$domain=ad-text.ru
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1912
! iBooks Store app - broken by Adguard injections
@@||mzstatic.com/htmlResources/$elemhide,jsinject,domain=itunes.apple.com
! http://forum.adguard.com/showthread.php?10383
@@||adshell.net^$domain=fastflash.pw
! http://forum.adguard.com/showthread.php?10052
@@||ad.nl/ad/
! http://forum.adguard.com/showthread.php?10424
files.fm#@#.show_ads
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1908
@@||cdn.interactivemedia.net/live/t-o-auto/live/globalAdTag.min.js$domain=tanken.t-online.de
! http://forum.adguard.com/showthread.php?9842
! vk.com - sometimes buttons are broken by Adguard injections
@@||vk.com/*.php?__query=$document
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1897
@@||ulximg.com/image/*/banner/$domain=hotnewhiphop.com
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1888
@@||tickets.oebb.at^$generichide
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1878
@@||ilan.memurlar.net/common/job/advert/images/*/headline.jpg|
! http://forum.adguard.com/showthread.php?9914
@@||seosprint.net/style/img/ad-
@@||seosprint.net/style/img/adv/$domain=seosprint.net
! http://forum.adguard.com/showthread.php?9954
@@||l2topzone.com/ads.png
@@||l2topzone.com/advertisement.js.php
! http://forum.adguard.com/showthread.php?9939
! xvideos.com - broken by Adguard injections
@@||xvideos.com/*/?_=$document
! http://forum.adguard.com/showthread.php?9813
@@||cdn.videoplaza.tv/contrib/no-vg/svm/homadConfigVideoplaza-vgtv.json^$domain=vgtv.no
! sxsw.com - body was hidden
sxsw.com#@#.sponsors
! http://forum.adguard.com/showthread.php?9749
@@/uploads/ads/*$domain=newauto46.ru
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1727
@@||player.pstatic.gr/adman-video.js$domain=webtv.ert.gr
! http://forum.adguard.com/showthread.php?9535
pochta.ru#@#.header-advert
! http://forum.adguard.com/showthread.php?9461
@@||imasdk.googleapis.com/js/sdkloader/ima3.js^$domain=f5haber.com
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1697
@@||pagead2.googlesyndication.com/pagead/show_ads.js$domain=kingofshrink.com
! mycokerewards.com - code validation is broken
@@||partner.googleadservices.com/gpt/pubads_impl_$domain=mycokerewards.com
! jweb.kettering.edu - broken by element hiding rules
@@||jweb.kettering.edu^$generichide
! target.com - search is broken by generic url blocking rule
@@||metrics.target.com/b/ss/targetcom$domain=target.com
! account.microsoft.com - broken interface
@@||cdn.optimizely.com/js/$domain=account.microsoft.com
! http://forum.adguard.com/showthread.php?9316
@@||adm.fwmrm.net/p/msn_live/AdManager.swf$domain=msn.com
! http://forum.adguard.com/showthread.php?9182
@@||assets*.akamai.coub.com/assets/
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1600
theguardian.com#@#.ad_unit
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1569
@@||coubsecureassets-a.akamaihd.net/assets/
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1581
@@||translate.yandex.net^$domain=speedtest.net
! Prevent blocking by third-party filters
@@||cdn.adguard.com/public/$domain=adguard.com|adguard.ru
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1537
@@||wdr.ivwbox.de/cgi-bin/ivw/CP/$domain=wdr.de
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1499
@@||plus.google.com/hangouts/_/CONVERSATION/$document
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1471
! URL also was broken by Adguard injections
@@||cowcotland.com/scripjs.php$document
@@||cowcotland.com/scripjs.php
! neobux.com - broken browser extension
@@||ad.neobux.com/adalert/
! http://forum.adguard.com/showthread.php?8975
@@||cdn-static.liverail.com/*/jwplayer/*/LiveRail.swf^$domain=givemesport.com
! techrepublic.com - broken slider
@@||googletagservices.com/tag/js/gpt.js$domain=techrepublic.com
! http://forum.adguard.com/showthread.php?8862
@@||cdn.watch.aetnd.com^$domain=fyi.tv|cdn.watch.aetnd.com
! http://forum.adguard.com/showthread.php?8705
@@||pq-direct.revsci.net/pql$domain=cuptv.com
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1343
@@||config.playwire.com/*/zeus.json$domain=explosm.net
! http://forum.adguard.com/showthread.php?8813
@@||freebitco.in^$generichide
! mega.nz - broken download
@@||static.mega.nz/*/html/*.html$document
! http://forum.adguard.com/showthread.php?8681
! minnetonkamoccasin.com - images are broken by Adguard injections
@@||minnetonkamoccasin.com/colorswatch/json/$document
! http://forum.adguard.com/showthread.php?8619
anonymousemail.me#@#.adsense
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1155
! cupsservice.com - internal links are broken by Adguard injections
@@||cupsservice.com^$xmlhttprequest,document
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1161
! egb.com - navigation is broken by Adguard injections
@@||egb.com/ajax.php^$document
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1150
@@||fls.doubleclick.net/activityi$domain=geforce.com
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1224
! origin.com - broken by Adguard injections
@@||akamaihd.net/origin-com-store-webassets/$script,document
! https://malwaretips.com/threads/adguard-v6-rc1-released.54444/page-4#post-466420
@@||huntington.com^$document
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1097
@@||dw.cbsi.com/anonc.js$domain=giantbomb.com
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1209
vladtv.com#@##cmn_ad_tag_head
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1166
idownloadblog.com#@#.custom-ad
idownloadblog.com#@#.header-ad
! Slimjet browser - broken translate function
@@||slimjet.com/translate.php^$document
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1106
asiaone.com#@#.main-ads
! intellicast.com - broken forecast
@@||images.intellicast.com/App_Scripts/ad.min.js
! http://forum.adguard.com/showthread.php?8183
@@||partner.googleadservices.com/gpt/pubads_impl_$script,domain=muscleandfitness.com
! http://forum.adguard.com/showthread.php?8077
! Fixing signing into Windows 10 Store
@@||auth.gfx.ms^$document
@@||login.live.com/ppsecure/$document
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1073
@@||adserver.adtech.de/?adrawdata/*/noperf$domain=files.snstatic.fi
! bing.com - search broken by Adguard injections
@@||bing.com/Passport.aspx$document
! https://github.com/AdguardTeam/ExperimentalFilter/issues/810
@@||partner.googleadservices.com/gpt/pubads_$domain=nat-geo.ru
! https://github.com/AdguardTeam/ExperimentalFilter/issues/412
@@||googleadservices.com/pagead/conversion.js$domain=greensad.com.ua
! http://forum.adguard.com/showthread.php?7971
@@||analytics.disneyinternational.com/ads/$other
! http://forum.adguard.com/showthread.php?7889
! The counter broken by Adguard injections
@@||banggood.com/index.php?com$document
! newyorker.com - content was hidden
newyorker.com#@#.ad-container
! https://github.com/AdguardTeam/ExperimentalFilter/issues/974
@@||liverail.com/swf/*/vpaid-player.swf$domain=gametrailers.com
@@||liverail.com/swf/*/admanager.swf$domain=gametrailers.com
@@||liverail.com^$domain=cdn-static.liverail.com
! http://forum.adguard.com/showthread.php?7697
@@||googletagmanager.com/gtm.js$domain=kfc.co.th
! http://forum.adguard.com/showthread.php?7674
@@||g2a.com/toolbar/$document
! https://github.com/AdguardTeam/AdguardForWindows/issues/469
@@||telize.com/geoip$document
! http://forum.adguard.com/showthread.php?7487
@@||cnn.com^*/ad_policy.xml$domain=cnn.com
! shasso.com - broken by Adguard injections
@@||shasso.com/MyStoreOrders/$document
! offgamers.com - broken checkout
@@||offgamers.com/checkout/buyNow/$document,xmlhttprequest
! https://github.com/AdguardTeam/ExperimentalFilter/issues/865
@@||vle.aston.ac.uk/branding/themes/
! http://forum.adguard.com/showthread.php?7303
@@||dtdc.com/tracking/
! sh.st - broken counter
@@||static.shorte.st/bundles/smeweb/$domain=sh.st
@@||static.shorte.st/js/packed/smeadvert-locked.js$domain=sh.st
! https://github.com/AdguardTeam/ExperimentalFilter/issues/855
@@/remote.php$document,xmlhttprequest,~third-party
! http://forum.adguard.com/showthread.php?7066
@@||adlink.wf^
! http://forum.adguard.com/showthread.php?7009
@@||sascdn.com/video/players/jwplayer/
! https://github.com/AdguardTeam/ExperimentalFilter/issues/800
@@||sgcpanel.com^$document
! https://github.com/AdguardTeam/ExperimentalFilter/issues/789
@@||ghacks.net/wp-content/plugins/bwp-minify/min/$domain=ghacks.net
! http://forum.adguard.com/showthread.php?6964
@@||teabox.com^$jsinject,elemhide
! https://github.com/AdguardTeam/ExperimentalFilter/issues/779
@@||rad.msn.com/crossdomain.xml
@@||rad.msn.com/ADSAdClient31.dll$domain=msn.com
! http://forum.adguard.com/showthread.php?8100
@@||video.sanook.com/assets/vi/js/Ads.js
! http://forum.adguard.com/showthread.php?6895
@@||cdn-static.liverail.com/swf/*/admanager.swf$domain=addictinggames.com
! http://forum.adguard.com/showthread.php?6786
riflegear.com#@#.featuredAds
! http://forum.adguard.com/showthread.php?6616
multiup.org#@#.ADBAR
multiup.org#@#.adbar
! http://forum.adguard.com/showthread.php?6408
@@||findvideo.tv/popunder.php$domain=filmovizija.me|filmovizija.in|filmovizija.com|filmovizija.net
@@||creative.wwwpromoter.com/static/$script,domain=filmovizija.me|filmovizija.in|filmovizija.com|filmovizija.net
! http://forum.adguard.com/showthread.php?6589
! online.tivo.com - broken by Adguard injections
@@||online.tivo.com^$elemhide,jsinject
! http://forum.adguard.com/showthread.php?6428
@@||cdn.flurry.com/js/flurry.js$domain=slantnews.com
! eafyfsuh.net - broken timer
@@||eafyfsuh.net^$domain=eafyfsuh.net
! sh.st - broken timer
@@||static.shorte.st/js/packed/interstitial-page.js$domain=sh.st
! http://forum.adguard.com/showthread.php?6430
@@||cdn.vidible.tv/stage/js/$domain=dev.vidible.tv
! http://forum.adguard.com/showthread.php?6376
@@||bing.com/translator/dynamic/*/js/$elemhide,jsinject
! http://forum.adguard.com/showthread.php?6257
@@||invodo.com^$domain=crutchfield.com
! pornhub etc - broken player
@@||pornhub.phncdn.com^$image,domain=pornhub.com|redtube.com|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com
! web.mention.com - broken cabinet
@@||web.mention.com^$document
! http://forum.adguard.com/showthread.php?6219
@@||guru3d.com/core_javaload/$document
! pixelfederation.com - loading failed
@@||portal.pixelfederation.com/*/login.php^$document
! Disable Assistant in Hangouts
@@||talkgadget.google.com^$jsinject
! https://github.com/AdguardTeam/ExperimentalFilter/issues/656
@@||payeer.com/bitrix/components/payeer/system.auth.form/$document,xmlhttprequest
! Opera 12 - fixing developer tools
@@||dragonfly.opera.com/app/$document
! developer.softonic.com - broken user cabinet
@@||developer.softonic.com^$document
! https://technet.microsoft.com/
@@||techdays.ru/banners?pid=
@@||techdays.ru/Banners/Redirect?bannerId=
! userscloud.com - unhide file name
userscloud.com#@#a[href^="http://websitedhoome.com/"]
! https://github.com/AdguardTeam/ExperimentalFilter/issues/605
voat.co#@##header-banner
! http://forum.adguard.com/showthread.php?5872
starnursing.com#@##header-banner
! JsFiddle
@@||fiddle.jshell.net^$document
@@||jsfiddle.net$generichide,jsinject
! chromeweblab.com - broken by injected JS
@@||chromeweblab.com^$jsinject,elemhide
xperiablog.net,burningangel.com#@#.header-ad
! http://forum.adguard.com/showthread.php?5703
marca.com#@#div[id^="div-gpt-ad-"]
! informer.com - unblock their own banner
@@||img.informer.com/images/mac_banner_$domain=informer.com
! http://forum.adguard.com/showthread.php?5530
@@||googlesyndication.com/pageadimg/$domain=adwords.google.com
! https://github.com/AdguardTeam/AdguardFilters/issues/37837
@@||admob.google.com/static/$domain=admob.google.com
! https://github.com/AdguardTeam/AdguardFilters/issues/25446
@@||adwords.google.com^$domain=accounts.google.com
@@||ads.google.com^$domain=accounts.google.com
! https://github.com/AdguardTeam/AdguardFilters/issues/5738
@@||pagead2.googlesyndication.com/pagead/js/r*/show_ads_impl.js$domain=searchftps.net
! searchftps.net - "Error showing ads" message
@@||pagead2.googlesyndication.com/pagead/show_ads.js$domain=searchftps.net
! Google images search sometimes broken
@@||google.*/imgres?
! http://www.simplemachines.org/ - broken icon for one of links
@@||media.simplemachinesweb.com/site/images/icons/ads.png$domain=simplemachines.org
! similarweb.com - broken interface
@@||pro.similarweb.com^$document
! bbc.co.uk - broken non-advertising branding
@@||bbc.co.uk/modules/branding/css/$domain=bbc.co.uk
! https://github.com/AdguardTeam/ExperimentalFilter/issues/501
@@||hosts-file.net/ad_servers.txt
! https://github.com/AdguardTeam/ExperimentalFilter/issues/488
@@||google-analytics.com/analytics.js$domain=orbitum.com
! https://github.com/AdguardTeam/ExperimentalFilter/issues/472
@@||omtrdc.net/b/ss/acsca-prod/$domain=amazon.ca|amazon.co.uk|amazon.com
! https://github.com/AdguardTeam/ExperimentalFilter/issues/439
@@||zdmedia.ziffdavis.com/video/$domain=pcmag.com
! http://forum.adguard.com/showthread.php?1575
ebay.co.uk,ebay.com,ebay.de#@#.adv
! forum.adguard.com/showthread.php?5110
forum.pac-rom.com#@#.banner_ads
! http://forum.adguard.com/showthread.php?1584
@@||b.scorecardresearch.com/crossdomain.xml$domain=espn.go.com
! exclude american express (fix retrieving of pdf billing statements)
@@||online.americanexpress.com/myca/statementimage/$document
! Fixed aliexpress.com styles
@@||style.aliunicorn.com^$domain=alibaba.com|aliexpress.com
! Fixed: addons cannot be installed from addons.opera.com
@@||addons.opera.com/ru/extensions/details/$document
! https://github.com/AdguardTeam/ExperimentalFilter/issues/161
@@||dnsleaktest.com^$content,elemhide,jsinject
! http://forum.adguard.com/showthread.php?4685
@@||kayako.com/images/home/banner*.jpg
! https://github.com/AdguardTeam/ExperimentalFilter/issues/396
@@/s1600/banner.png$domain=googlechromereleases.blogspot.ru
! Fixing video player
@@||pornhub.com/devices/wankband^$document
! Fixing an issue with /download/ads filter
@@||bleepingcomputer.com/download/ads-spy/
! http://forum.adguard.com/showthread.php?4482 (fixing videos on cnn.com)
@@||ht.cdn.turner.com/*.smil$document
! http://forum.adguard.com/showthread.php?4391 [EasyPrivacy]
@@||hermes-europe.co.uk/webtracking/
! http://forum.adguard.com/showthread.php?4403
@@||m.dbzstatic.com/assets/js/loader.js
! http://forum.adguard.com/showthread.php?4415
@@||topmarques.co.uk/classified/advert/$domain=topmarques.co.uk
! https://github.com/AdguardTeam/ExperimentalFilter/issues/360
oregonlive.com#@##adv_header
! Fixing player on private.com/scenes/T
@@||p.jwpcdn.com/*/skins/$third-party
! http://forum.adguard.com/showthread.php?4206
@@||adm.fwmrm.net^$domain=nhl.com
! http://forum.adguard.com/showthread.php?4235-faberlic-com
@@||faberlic.com/images/banners/
! http://forum.adguard.com/showthread.php?4139-www-omegle-com
@@||omegle.com^$jsinject
! http://forum.adguard.com/showthread.php?4076
@@||hackerslist.com/img/banner$~third-party
! https://github.com/AdguardTeam/ExperimentalFilter/issues/328
@@||roleplayer.me/adframe_
! http://forum.adguard.com/showthread.php?3931
phrasemachine.com#@##adsense
! Otherwise we'll inject our code into skype
@@||apps.skype.com$jsinject
! http://forum.adguard.com/showthread.php?3603
@@||onvasortir.com/advertisement.html
onvasortir.com#@##my-smartadserver
! http://www.gogoanime.com/ - removed search
gogoanime.com#@#.topad
! http://forum.adguard.com/showthread.php?1748
@@||ss.phncdn.com^$script,domain=redtube.com
! http://forum.adguard.com/showthread.php?3601
ionomusic.com#@#object[width="300"][height="300"]
! http://forum.adguard.com/showthread.php?3656-SearchFTPs-org
@@||googlesyndication.com^$domain=searchftps.org
! http://forum.adguard.com/showthread.php?3571-weather-com-videos-not-playing
@@||amazon-adsystem.com^$domain=weather.com
@@||tags.crwdcntrl.net^$domain=weather.com
! https://github.com/AdguardTeam/ExperimentalFilter/issues/232#issuecomment-65241751
@@/adblock.js^$domain=cbs.com
! http://forum.adguard.com/showthread.php?3411
fb.eset.com#@##header-banner
! http://forum.adguard.com/showthread.php?3549
@@_ad_300.$domain=bleacherreport.com
! http://forum.adguard.com/showthread.php?3423-www-canalplus-fr
@@||cdn.videoplaza.tv^$domain=canalplus.fr
! https://github.com/AdguardTeam/ExperimentalFilter/issues/242
@@||keep.google.com^$jsinject
@@||omtrdc.net^$domain=amazon.co.uk|amazon.com
! JRO-840-86973
@@||bankofamerica.com^*?adx=
! http://forum.adguard.com/showthread.php?3007-Problem-with-linkbucks&p=36199#post36199
@@/videos/*$domain=pornhub.com
@@||linkbucks.com^$third-party,domain=goneviral.com
@@||redtubefiles.com/_videos_
@@||web.any.do^$document
!
@@||alllaw.112.2o7.net^
@@||puma.112.2o7.net^
@@||vitacost.122.2o7.net^
! Fixing ABPIndo (site hangs)
@@||ad.admitad.com/goto/$domain=atavi.com
detik.com#@#.banner_reg
! https://github.com/AdguardTeam/ExperimentalFilter/issues/51 - part2
@@||cdn.videoplaza.tv^$third-party,domain=voxnow.de
@@||static-fra.de^*/targeting.js$third-party,domain=voxnow.de
! https://github.com/AdguardTeam/ExperimentalFilter/issues/51
@@||cdn.videoplaza.tv^$third-party,domain=rtl-now.rtl.de
@@||static-fra.de^*/targeting.js$third-party,domain=rtl-now.rtl.de
! https://github.com/AdguardTeam/ExperimentalFilter/issues/71
americannews.com#@#.wpInsertInPostAd
! https://github.com/AdguardTeam/ExperimentalFilter/issues/67
@@||gorillanation.com/js/triggertag.js$domain=playstationlifestyle.net
! similarweb.com - Monthly Visits chart damaged when analyze some sites (for example Buysellads.com)
@@||similarweb.com/website/data/
! https://github.com/AdguardTeam/ExperimentalFilter/issues/72
3dsiso.com#@##ad_global_above_footer
! http://forum.adguard.com/showthread.php?2740
@@||advertising.yahoo.com^$~third-party
@@||hulu.com/embed$document
!
! https://github.com/AdguardTeam/AdguardFilters/issues/22722
@@||googleusercontent.com^$domain=kissmanga.com
! https://github.com/AdguardTeam/AdguardFilters/issues/20098
! https://forum.adguard.com/index.php?threads/pop-up-on-2-websites-nsfw.29143/
@@||sexgalaxy.net/wp-content/plugins^
@@||sexgalaxy.net/wp-content/themes^
@@||sexgalaxy.net/wp-includes/js^
! https://github.com/AdguardTeam/AdguardFilters/issues/18506
m.facebook.com,touch.facebook.com#@##m_newsfeed_stream article[data-ft*="\"ei\":\""]
! https://github.com/AdguardTeam/AdguardFilters/issues/33754
! https://github.com/AdguardTeam/AdguardFilters/issues/26998
! https://github.com/AdguardTeam/AdguardFilters/issues/15940
! https://github.com/AdguardTeam/AdguardFilters/issues/18185
! https://github.com/AdguardTeam/AdguardFilters/issues/18369
/^https?:\/\/([0-9a-z\-]+\.)?(9anime|animeland|animenova|animeplus|animetoon|animewow|gamestorrent|goodanime|gogoanime|igg-games|kimcartoon|mangapanda|mangareader|memecenter|readcomiconline|toonget|toonova|watchcartoononline)\.[a-z]{2,4}\/(?!([Ss]cripts|[Uu]ploads|[Ii]mages|assets|combined|content|cover|img|static|thumbs|wp-content|wp-includes))(.*)/$image,other,script,~third-party,xmlhttprequest,badfilter
/^https?:\/\/([0-9a-z\-]+\.)?(9anime|animeland|animenova|animeplus|animetoon|animewow|gamestorrent|goodanime|gogoanime|igg-games|kimcartoon|memecenter|readcomiconline|toonget|toonova|watchcartoononline)\.[a-z]{2,4}\/(?!([Ss]cripts|[Uu]ploads|[Ii]mages|assets|combined|content|cover|img|static|thumbs|wp-content|wp-includes))(.*)/$image,other,script,~third-party,xmlhttprequest,badfilter
/^https?:\/\/([0-9a-z\-]+\.)?(9anime|animeland|animenova|animeplus|animetoon|animewow|gamestorrent|goodanime|gogoanime|igg-games|kimcartoon|memecenter|readcomiconline|toonget|toonova|watchcartoononline)\.[a-z]{2,4}\/(?!([Ss]cripts|[Uu]ploads|[Ii]mages|combined|content|cover|img|static|thumbs|wp-content|wp-includes))(.*)/$image,other,script,~third-party,xmlhttprequest,badfilter
@@||9anime.nl/ajax/
@@||9anime.nl/user/
@@||9anime.nl/assets^
@@||9anime.nl/captcha/
@@||9anime.vip/user/
@@||9anime.vip/ajax/
@@||9anime.ru/ajax/
@@||9anime.ru/user/
@@||9anime.ru/captcha/
@@||9anime.to/ajax/
@@||9anime.to/assets^
@@||9anime.to/user/ajax/
@@||9anime.to/captcha/
@@||9anime.is/assets^
@@||gogoanime.in/statics/js^
@@||animeflv.net/redirector.php^
@@||gogoanime.se/statics/js^
@@||gogoanime.in/fonts^
@@||readcomiconline.to$popup
@@||mangadex.*/images^
@@||mangapanda.com/sup/js/*.js$~third-party
@@||i*.mangapanda.com^$image
@@||gogoanime.se/fonts^
@@||gogoanime.se//load-list-episode^
@@||gogoanime.*//page-recent-release*.html
@@||gogoanime.se/img^
@@||gogoanime.tv/cover^
@@||statics.gogoanime.se/js/bookmark.js
@@||gogoanime.tv/images^
@@||statics.gogoanime.se/js/jquery.js
@@||statics.gogoanime.se/js/combo.js
@@||statics.gogoanime.se/js/crollvertical^
@@||statics.gogoanime.se/js/jquery-ui.min.js
@@||statics.gogoanime.se/js/hamfunction.js
@@||file.vidcdn.pro/images/*.vtt
@@||statics.gogoanime.se/js/watch.js
@@||statics.gogoanime.se/js/fancybox^
! https://github.com/AdguardTeam/AdguardFilters/issues/17380
@@||anyporn.com/js/functions.js
! https://github.com/AdguardTeam/AdguardFilters/issues/17956
@@||kimcartoon.me/External^
@@||kimcartoon.me/Uploads^
! https://github.com/AdguardTeam/AdguardFilters/issues/17504
||thepiratebay.org^$script,subdocument,domain=thepiratebay.org,badfilter
@@||thepiratebay.org^$subdocument
! https://github.com/AdguardTeam/AdguardFilters/issues/16871
@@||use.fontawesome.com^$third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/13949
msn.com#@#.nativead
! https://github.com/AdguardTeam/AdguardFilters/issues/16549
destructoid.com#@#[src*="data:"]
destructoid.com#@#[src*="base64"]
destructoid.com#@#[src*="blob:"]
destructoid.com#@#[style*="background-image:"]
@@||content.jwplatform.com^$domain=destructoid.com
@@||assets-jpcust.jwpsrv.com^$domain=destructoid.com
@@||videos-f.jwpsrv.com^$domain=destructoid.com
! https://github.com/AdguardTeam/AdguardFilters/issues/16349
@@||readcomiconline.to/cdn-cgi$popup
! https://github.com/easylist/easylist/issues/1141
@@||9anime.is/captcha/
!+ NOT_OPTIMIZED
@@||9anime.is/ajax/
!+ NOT_OPTIMIZED
@@||9anime.is/user/
!
@@||hqq.tv/*player/*.php$popup
@@||fruithosts.net/embed/$popup
@@||mp4upload.com/embed-*.html$popup
@@||streamhunter.top^$popup
@@||pornhublive.com/bio.php?$popup,domain=pornhub.com
@@||streamiptvonline.com/streams^$popup
@@||cdnjs.cloudflare.com/ajax/libs/videojs-contrib-hls^
@@||vjs.zencdn.net^$domain=stream2watch.org
@@||cdnjs.cloudflare.com/ajax/libs/font-awesome^
datpiff.com#@#[style*="background-image:"]
amazon.com#@#h5[data-alt-pixel-url^="/gp/sponsored-products/"]
amazon.com#@#h5[data-alt-pixel-url^="/gp/sponsored-products/"] + div + .a-row
amazon.com#@#.a-link-normal[href*="&adId="]
@@||mcloud.to/embed^$popup
@@||estream.to/embed^$popup
@@||tune.pk/player/embed_player.php^$popup
@@||watchcartoononline.com/*/embed.php^$popup
@@||watchcartoononline.com/inc/*/video-js.php^$popup
@@||cdn.cizgifilmlerizle.com/cizgi/*.mp4^$popup
@@||hltv.org/vendor/font-awesome
9to5google.com#@#a[href^="https://www.amazon."][href*="tag="]
@@||static-hw.xvideos-cdn.com^
|https://$script,third-party,xmlhttprequest,domain=xvideos.com,badfilter
@@||loadercdn.io/api^
@@||loadercdn.io/assets/api/*/js/loader.js
|https://$script,third-party,xmlhttprequest,domain=video-download.co,badfilter
@@||api-secure.solvemedia.com^
@@||akamaihd.net/i^$third-party
@@||cdn.jsdelivr.net/clappr
@@||yandex.st/swfobject^
|http*://$script,third-party,domain=stream2watch.org,badfilter
@@||animeflv.com/efire.php^
@@||animeflv.com/embed.php^
@@||hqq.watch/player/embed_player.php
@@||rapidvideo.com^$script,domain=rapidvideo.com
@@||rapidvideo.com/e^$third-party
@@||openload.pw/embed^$popup
@@||oload.press/embed^$popup
@@||oload.life/embed^$popup
@@||oload.services/embed^$popup
@@||oload.icu/embed^$popup
@@||oload.fun/embed^$popup
@@||oload.download/embed^$popup
@@||oload.win/embed^$popup
@@||oload.site/embed^$popup
@@||openload.co/embed^$popup
@@||dailymotion.com/embed^$third-party
||openload.co^*/_$popup,badfilter
|http://$script,subdocument,third-party,xmlhttprequest,domain=jkanime.net,badfilter
@@$webrtc,domain=sourceforge.net
@@||google.com/recaptcha
@@/beacon.js$domain=ww1.canada.com
@@/content/tour/banner/*$domain=digitalplayground.com
@@||adstop.org^
@@||partner.googleadservices.com^$domain=fabsugar.com|popsugar.com
@@||pubads.g.doubleclick.net^$domain=fabsugar.com|popsugar.com
@@||partner.googleadservices.com/gampad/google_ads.js$domain=avclub.com
@@||partner.googleadservices.com/gampad/google_service.js$domain=avclub.com
! http://forum.adguard.com/showthread.php?4530
@@/webtracking/*$~subdocument,domain=ups.com
!
@@||adshostnet.com/ads?$domain=sh.st
@@||exoclick.com$domain=imgdino.com
@@||twitter.com$domain=bleacherreport.com
@@||videoplaza.tv/crossdomain.xml
@@||videoplaza.tv/proxy/*_vp_player-
@@||videoplaza.tv/resources/
immobilienscout24.de#@#.has-ad
! Fixing menu-bar
sfml-dev.org#@##banner-container
! Fixing images
@@||vatanbilgisayar.com/upload/banner/
! http://forum.adguard.com/showthread.php?2172
@@||platform.twitter.com/$domain=discovery.com
@@||videocore.tv/playlist.smil$document
! http://forum.adguard.com/showthread.php?1098
@@||irise.com^$document
! Fixing continuous loading in video player
@@/pubads*theguardian.com
@@||sharethis.com^$third-party,domain=gamesradar.com
! http://forum.adguard.com/showthread.php?2243
sport-fm.gr#@#.banners
! Fix layout of online.citibank.com
@@||citibank.com/*/branding/
! Fix player
@@||rackcdn.com^$domain=fapdu.com
! Fixing banners
@@||supermicro.com^$elemhide
! Fixing Google Chrome new tab
@@||google.*/_/chrome/newtab$document
!
! http://forum.adguard.com/showthread.php?2076
@@||amazonaws.com/banners/$image,domain=livefromdarylshouse.com|pandasecurity.com|~support.pandasecurity.com
msn.com#@#.banner
! http://forum.adguard.com/showthread.php?2038
@@||adobetag.com^$domain=thestar.com
@@||liverail.com/*/admanager.swf$domain=thestar.com
rt.com#@##teasers
! Fixing layout
@@/css/branding_*.css$domain=netgear.com
! http://forum.adguard.com/showthread.php?2006
@@||ad.doubleclick.net/clk;$urlblock
! Fixing liveperson chats
@@.liveperson.net^$document
! Fix "buy" button
@@||marketplace.xbox.com^$document
! http://forum.adguard.com/showthread.php?1954
@@||versand.ebay.de/druck/$document
! ZMP-134-68786
nyteknik.se#@##ad-content
! http://forum.adguard.com/showthread.php?1934
@@||linkbucks.com^$domain=ultrafiles.net
! http://forum.adguard.com/showthread.php?1907
@@||cloud.genymotion.com^$document
! http://forum.adguard.com/showthread.php?1906
@@||share.flipboard.com/bookmarklet/$document
! http://forum.adguard.com/showthread.php?1890
@@||scorecardresearch.com^$domain=ticketmaster.com.au
! http://forum.adguard.com/showthread.php?1872
@@||adobetag.com^$domain=priceline.com.au
! http://forum.adguard.com/showthread.php?1862
@@||scorecardresearch.com^$domain=abc.go.com
! http://forum.adguard.com/showthread.php?1846
@@.doubleclick.net^$domain=mcstatic.com
! http://forum.adguard.com/showthread.php?1791
@@||elabs12.com/functions/message_view.html$document
! start: http://forum.adguard.com/showthread.php?1766, http://forum.adguard.com/showthread.php?2006
@@.com/click-$domain=bradsdeals.com|coupons.com|dealigg.com|dealnews.com|goodsearch.com|groupon.com|hotukdeals.com|moneysavingexpert.com|offers.com|retailmenot.com|slickdeals.net
@@.net/click-$domain=bradsdeals.com|coupons.com|dealigg.com|dealnews.com|goodsearch.com|groupon.com|hotukdeals.com|moneysavingexpert.com|offers.com|retailmenot.com|slickdeals.net
@@/linkshare/*$domain=bradsdeals.com|coupons.com|dealigg.com|dealnews.com|goodsearch.com|groupon.com|hotukdeals.com|moneysavingexpert.com|offers.com|retailmenot.com|slickdeals.net
@@||awin1.com^$domain=bradsdeals.com|coupons.com|dealigg.com|dealnews.com|goodsearch.com|groupon.com|hotukdeals.com|moneysavingexpert.com|offers.com|retailmenot.com|slickdeals.net
@@||dotomi.com^$domain=bradsdeals.com|coupons.com|dealigg.com|dealnews.com|goodsearch.com|groupon.com|hotukdeals.com|moneysavingexpert.com|offers.com|retailmenot.com|slickdeals.net
@@||dpbolvw.net^$domain=bradsdeals.com|coupons.com|dealigg.com|dealnews.com|goodsearch.com|groupon.com|hotukdeals.com|moneysavingexpert.com|offers.com|retailmenot.com|slickdeals.net
@@||emjcd.com^$domain=bradsdeals.com|coupons.com|dealigg.com|dealnews.com|goodsearch.com|groupon.com|hotukdeals.com|moneysavingexpert.com|offers.com|retailmenot.com|slickdeals.net
@@||gamefly.com^$domain=bradsdeals.com|coupons.com|dealigg.com|dealnews.com|goodsearch.com|groupon.com|hotukdeals.com|moneysavingexpert.com|offers.com|retailmenot.com|slickdeals.net
@@||jdoqocy.com/click$domain=bradsdeals.com|coupons.com|dealigg.com|dealnews.com|goodsearch.com|groupon.com|hotukdeals.com|moneysavingexpert.com|offers.com|retailmenot.com|slickdeals.net
@@||kqzyfj.com^$domain=bradsdeals.com|coupons.com|dealigg.com|dealnews.com|goodsearch.com|groupon.com|hotukdeals.com|moneysavingexpert.com|offers.com|retailmenot.com|slickdeals.net
@@||linkconnector.com^$domain=bradsdeals.com|coupons.com|dealigg.com|dealnews.com|goodsearch.com|groupon.com|hotukdeals.com|moneysavingexpert.com|offers.com|retailmenot.com|slickdeals.net
@@||linksynergy.com^$domain=bradsdeals.com|coupons.com|dealigg.com|dealnews.com|goodsearch.com|groupon.com|hotukdeals.com|moneysavingexpert.com|offers.com|retailmenot.com|slickdeals.net
@@||mediaplex.com^$domain=bradsdeals.com|coupons.com|dealigg.com|dealnews.com|goodsearch.com|groupon.com|hotukdeals.com|moneysavingexpert.com|offers.com|retailmenot.com|slickdeals.net
@@||omtrdc.net^$domain=bradsdeals.com|coupons.com|dealigg.com|dealnews.com|goodsearch.com|groupon.com|hotukdeals.com|moneysavingexpert.com|offers.com|retailmenot.com|slickdeals.net
@@||pepperjamnetwork.com^$domain=bradsdeals.com|coupons.com|dealigg.com|dealnews.com|goodsearch.com|groupon.com|hotukdeals.com|moneysavingexpert.com|offers.com|retailmenot.com|slickdeals.net
@@||pjtra.com^$domain=bradsdeals.com|coupons.com|dealigg.com|dealnews.com|goodsearch.com|groupon.com|hotukdeals.com|moneysavingexpert.com|offers.com|retailmenot.com|slickdeals.net
@@||retailmenot.com^$jsinject
@@||tkqlhce.com^$domain=bradsdeals.com|coupons.com|dealigg.com|dealnews.com|goodsearch.com|groupon.com|hotukdeals.com|moneysavingexpert.com|offers.com|retailmenot.com|slickdeals.net
@@||webgains.com^$domain=bradsdeals.com|coupons.com|dealigg.com|dealnews.com|goodsearch.com|groupon.com|hotukdeals.com|moneysavingexpert.com|offers.com|retailmenot.com|slickdeals.net
! end
! Fixing requirejs on ryanair
@@||ryanair.com/static/
! Fixing links on google shopping
@@||google.*/aclk$~third-party
google.co.uk,google.com#@#a[href^="http://www.google.com/aclk?"]
! Fixing video on spox.com
@@||liverail.com^$domain=spox.com|static.eplayer.performgroup.com
! http://forum.adguard.com/showthread.php?570
zippyshare.com#@##share_button
! Fixing login
@@||inbox.lv/advert/?actionID=imp_login
! Fixing memory issues with lots of frames
@@||vimcolorschemetest.googlecode.com^$document
! Fixing search results on trovi.com
trovi.com#@#.ads_wrapper
! Fixing language selector on bestbuy
@@||images.bestbuy.com^$domain=bestbuy.com
! Do not need injecting js to youtube embedded player
! @@||youtube.com/embed/$jsinject
! Fix your own youtube video "promote" button
@@||youtube.com/my_video_ad$document
! Fixing video player on naftemporiki.gr
@@||static.adman.gr^$domain=naftemporiki.gr
! http://forum.adguard.com/showthread.php?1467
sportsdirect.com#@#.ads
sportsdirect.com#@#.ads:not(body)
! http://forum.adguard.com/showthread.php?1473
@@||edge-dl.andomedia.com^$domain=accuradio.com
! http://forum.adguard.com/showthread.php?1359
@@||securitykiss.com$document
! http://forum.adguard.com/showthread.php?1340
@@||gigabyte.us/fileupload/
! http://forum.adguard.com/showthread.php?1333
@@||viglink.com^$domain=dealsrunner.com
! Do not block forum links
@@||wilderssecurity.com/forums/
! http://forum.adguard.com/showthread.php?1235-medvescak-com
@@||medvescak.com/upload/banneri/
! Fixiing video on timesofindia.com
@@||indiatimes.com/configspace/
! Possible fix OWA issue (injecting styles into email)
@@/owa/service.svc$document
@@www.any.gs$urlblock
! Fixing spotlemon.com
@@||adserving.unibet.com^$domain=sportlemon.me
! Fixing google adsense and adwords accounts (`~third-party` can't be used in this case)
@@http://adsense.google.$document,domain=google.ad|google.ae|google.al|google.am|google.as|google.at|google.az|google.ba|google.be|google.bf|google.bg|google.bi|google.bj|google.bs|google.bt|google.by|google.ca|google.cat|google.cd|google.cf|google.cg|google.ch|google.ci|google.cl|google.cm|google.cn|google.co.ao|google.co.bw|google.co.ck|google.co.cr|google.co.id|google.co.il|google.co.in|google.co.jp|google.co.ke|google.co.kr|google.co.ls|google.co.ma|google.co.mz|google.co.nz|google.co.th|google.co.tz|google.co.ug|google.co.uk|google.co.uz|google.co.ve|google.co.vi|google.co.za|google.co.zm|google.co.zw|google.com|google.com.af|google.com.ag|google.com.ai|google.com.ar|google.com.au|google.com.bd|google.com.bh|google.com.bn|google.com.bo|google.com.br|google.com.bz|google.com.co|google.com.cu|google.com.cy|google.com.do|google.com.ec|google.com.eg|google.com.et|google.com.fj|google.com.gh|google.com.gi|google.com.gt|google.com.hk|google.com.jm|google.com.kh|google.com.kw|google.com.lb|google.com.ly|google.com.mm|google.com.mt|google.com.mx|google.com.my|google.com.na|google.com.nf|google.com.ng|google.com.ni|google.com.np|google.com.om|google.com.pa|google.com.pe|google.com.pg|google.com.ph|google.com.pk|google.com.pr|google.com.py|google.com.qa|google.com.sa|google.com.sb|google.com.sg|google.com.sl|google.com.sv|google.com.tj|google.com.tr|google.com.tw|google.com.ua|google.com.uy|google.com.vc|google.com.vn|google.cv|google.cz|google.de|google.dj|google.dk|google.dm|google.dz|google.ee|google.es|google.fi|google.fm|google.fr|google.ga|google.ge|google.gg|google.gl|google.gm|google.gp|google.gr|google.gy|google.hn|google.hr|google.ht|google.hu|google.ie|google.im|google.iq|google.is|google.it|google.je|google.jo|google.kg|google.ki|google.kz|google.la|google.li|google.lk|google.lt|google.lu|google.lv|google.md|google.me|google.mg|google.mk|google.ml|google.mn|google.ms|google.mu|google.mv|google.mw|google.ne|google.nl|google.no|google.nr|google.nu|google.pl|google.pn|google.ps|google.pt|google.ro|google.rs|google.ru|google.rw|google.sc|google.se|google.sh|google.si|google.sk|google.sm|google.sn|google.so|google.sr|google.st|google.td|google.tg|google.tk|google.tl|google.tm|google.tn|google.to|google.tt|google.vg|google.vu|google.ws
@@http://adwords.google.$document,domain=google.ad|google.ae|google.al|google.am|google.as|google.at|google.az|google.ba|google.be|google.bf|google.bg|google.bi|google.bj|google.bs|google.bt|google.by|google.ca|google.cat|google.cd|google.cf|google.cg|google.ch|google.ci|google.cl|google.cm|google.cn|google.co.ao|google.co.bw|google.co.ck|google.co.cr|google.co.id|google.co.il|google.co.in|google.co.jp|google.co.ke|google.co.kr|google.co.ls|google.co.ma|google.co.mz|google.co.nz|google.co.th|google.co.tz|google.co.ug|google.co.uk|google.co.uz|google.co.ve|google.co.vi|google.co.za|google.co.zm|google.co.zw|google.com|google.com.af|google.com.ag|google.com.ai|google.com.ar|google.com.au|google.com.bd|google.com.bh|google.com.bn|google.com.bo|google.com.br|google.com.bz|google.com.co|google.com.cu|google.com.cy|google.com.do|google.com.ec|google.com.eg|google.com.et|google.com.fj|google.com.gh|google.com.gi|google.com.gt|google.com.hk|google.com.jm|google.com.kh|google.com.kw|google.com.lb|google.com.ly|google.com.mm|google.com.mt|google.com.mx|google.com.my|google.com.na|google.com.nf|google.com.ng|google.com.ni|google.com.np|google.com.om|google.com.pa|google.com.pe|google.com.pg|google.com.ph|google.com.pk|google.com.pr|google.com.py|google.com.qa|google.com.sa|google.com.sb|google.com.sg|google.com.sl|google.com.sv|google.com.tj|google.com.tr|google.com.tw|google.com.ua|google.com.uy|google.com.vc|google.com.vn|google.cv|google.cz|google.de|google.dj|google.dk|google.dm|google.dz|google.ee|google.es|google.fi|google.fm|google.fr|google.ga|google.ge|google.gg|google.gl|google.gm|google.gp|google.gr|google.gy|google.hn|google.hr|google.ht|google.hu|google.ie|google.im|google.iq|google.is|google.it|google.je|google.jo|google.kg|google.ki|google.kz|google.la|google.li|google.lk|google.lt|google.lu|google.lv|google.md|google.me|google.mg|google.mk|google.ml|google.mn|google.ms|google.mu|google.mv|google.mw|google.ne|google.nl|google.no|google.nr|google.nu|google.pl|google.pn|google.ps|google.pt|google.ro|google.rs|google.ru|google.rw|google.sc|google.se|google.sh|google.si|google.sk|google.sm|google.sn|google.so|google.sr|google.st|google.td|google.tg|google.tk|google.tl|google.tm|google.tn|google.to|google.tt|google.vg|google.vu|google.ws
@@http://google.*/adsense$document,domain=google.ad|google.ae|google.al|google.am|google.as|google.at|google.az|google.ba|google.be|google.bf|google.bg|google.bi|google.bj|google.bs|google.bt|google.by|google.ca|google.cat|google.cd|google.cf|google.cg|google.ch|google.ci|google.cl|google.cm|google.cn|google.co.ao|google.co.bw|google.co.ck|google.co.cr|google.co.id|google.co.il|google.co.in|google.co.jp|google.co.ke|google.co.kr|google.co.ls|google.co.ma|google.co.mz|google.co.nz|google.co.th|google.co.tz|google.co.ug|google.co.uk|google.co.uz|google.co.ve|google.co.vi|google.co.za|google.co.zm|google.co.zw|google.com|google.com.af|google.com.ag|google.com.ai|google.com.ar|google.com.au|google.com.bd|google.com.bh|google.com.bn|google.com.bo|google.com.br|google.com.bz|google.com.co|google.com.cu|google.com.cy|google.com.do|google.com.ec|google.com.eg|google.com.et|google.com.fj|google.com.gh|google.com.gi|google.com.gt|google.com.hk|google.com.jm|google.com.kh|google.com.kw|google.com.lb|google.com.ly|google.com.mm|google.com.mt|google.com.mx|google.com.my|google.com.na|google.com.nf|google.com.ng|google.com.ni|google.com.np|google.com.om|google.com.pa|google.com.pe|google.com.pg|google.com.ph|google.com.pk|google.com.pr|google.com.py|google.com.qa|google.com.sa|google.com.sb|google.com.sg|google.com.sl|google.com.sv|google.com.tj|google.com.tr|google.com.tw|google.com.ua|google.com.uy|google.com.vc|google.com.vn|google.cv|google.cz|google.de|google.dj|google.dk|google.dm|google.dz|google.ee|google.es|google.fi|google.fm|google.fr|google.ga|google.ge|google.gg|google.gl|google.gm|google.gp|google.gr|google.gy|google.hn|google.hr|google.ht|google.hu|google.ie|google.im|google.iq|google.is|google.it|google.je|google.jo|google.kg|google.ki|google.kz|google.la|google.li|google.lk|google.lt|google.lu|google.lv|google.md|google.me|google.mg|google.mk|google.ml|google.mn|google.ms|google.mu|google.mv|google.mw|google.ne|google.nl|google.no|google.nr|google.nu|google.pl|google.pn|google.ps|google.pt|google.ro|google.rs|google.ru|google.rw|google.sc|google.se|google.sh|google.si|google.sk|google.sm|google.sn|google.so|google.sr|google.st|google.td|google.tg|google.tk|google.tl|google.tm|google.tn|google.to|google.tt|google.vg|google.vu|google.ws
@@http://google.*/adwords$document,domain=google.ad|google.ae|google.al|google.am|google.as|google.at|google.az|google.ba|google.be|google.bf|google.bg|google.bi|google.bj|google.bs|google.bt|google.by|google.ca|google.cat|google.cd|google.cf|google.cg|google.ch|google.ci|google.cl|google.cm|google.cn|google.co.ao|google.co.bw|google.co.ck|google.co.cr|google.co.id|google.co.il|google.co.in|google.co.jp|google.co.ke|google.co.kr|google.co.ls|google.co.ma|google.co.mz|google.co.nz|google.co.th|google.co.tz|google.co.ug|google.co.uk|google.co.uz|google.co.ve|google.co.vi|google.co.za|google.co.zm|google.co.zw|google.com|google.com.af|google.com.ag|google.com.ai|google.com.ar|google.com.au|google.com.bd|google.com.bh|google.com.bn|google.com.bo|google.com.br|google.com.bz|google.com.co|google.com.cu|google.com.cy|google.com.do|google.com.ec|google.com.eg|google.com.et|google.com.fj|google.com.gh|google.com.gi|google.com.gt|google.com.hk|google.com.jm|google.com.kh|google.com.kw|google.com.lb|google.com.ly|google.com.mm|google.com.mt|google.com.mx|google.com.my|google.com.na|google.com.nf|google.com.ng|google.com.ni|google.com.np|google.com.om|google.com.pa|google.com.pe|google.com.pg|google.com.ph|google.com.pk|google.com.pr|google.com.py|google.com.qa|google.com.sa|google.com.sb|google.com.sg|google.com.sl|google.com.sv|google.com.tj|google.com.tr|google.com.tw|google.com.ua|google.com.uy|google.com.vc|google.com.vn|google.cv|google.cz|google.de|google.dj|google.dk|google.dm|google.dz|google.ee|google.es|google.fi|google.fm|google.fr|google.ga|google.ge|google.gg|google.gl|google.gm|google.gp|google.gr|google.gy|google.hn|google.hr|google.ht|google.hu|google.ie|google.im|google.iq|google.is|google.it|google.je|google.jo|google.kg|google.ki|google.kz|google.la|google.li|google.lk|google.lt|google.lu|google.lv|google.md|google.me|google.mg|google.mk|google.ml|google.mn|google.ms|google.mu|google.mv|google.mw|google.ne|google.nl|google.no|google.nr|google.nu|google.pl|google.pn|google.ps|google.pt|google.ro|google.rs|google.ru|google.rw|google.sc|google.se|google.sh|google.si|google.sk|google.sm|google.sn|google.so|google.sr|google.st|google.td|google.tg|google.tk|google.tl|google.tm|google.tn|google.to|google.tt|google.vg|google.vu|google.ws
@@http://www.google.*/adsense$document,domain=google.ad|google.ae|google.al|google.am|google.as|google.at|google.az|google.ba|google.be|google.bf|google.bg|google.bi|google.bj|google.bs|google.bt|google.by|google.ca|google.cat|google.cd|google.cf|google.cg|google.ch|google.ci|google.cl|google.cm|google.cn|google.co.ao|google.co.bw|google.co.ck|google.co.cr|google.co.id|google.co.il|google.co.in|google.co.jp|google.co.ke|google.co.kr|google.co.ls|google.co.ma|google.co.mz|google.co.nz|google.co.th|google.co.tz|google.co.ug|google.co.uk|google.co.uz|google.co.ve|google.co.vi|google.co.za|google.co.zm|google.co.zw|google.com|google.com.af|google.com.ag|google.com.ai|google.com.ar|google.com.au|google.com.bd|google.com.bh|google.com.bn|google.com.bo|google.com.br|google.com.bz|google.com.co|google.com.cu|google.com.cy|google.com.do|google.com.ec|google.com.eg|google.com.et|google.com.fj|google.com.gh|google.com.gi|google.com.gt|google.com.hk|google.com.jm|google.com.kh|google.com.kw|google.com.lb|google.com.ly|google.com.mm|google.com.mt|google.com.mx|google.com.my|google.com.na|google.com.nf|google.com.ng|google.com.ni|google.com.np|google.com.om|google.com.pa|google.com.pe|google.com.pg|google.com.ph|google.com.pk|google.com.pr|google.com.py|google.com.qa|google.com.sa|google.com.sb|google.com.sg|google.com.sl|google.com.sv|google.com.tj|google.com.tr|google.com.tw|google.com.ua|google.com.uy|google.com.vc|google.com.vn|google.cv|google.cz|google.de|google.dj|google.dk|google.dm|google.dz|google.ee|google.es|google.fi|google.fm|google.fr|google.ga|google.ge|google.gg|google.gl|google.gm|google.gp|google.gr|google.gy|google.hn|google.hr|google.ht|google.hu|google.ie|google.im|google.iq|google.is|google.it|google.je|google.jo|google.kg|google.ki|google.kz|google.la|google.li|google.lk|google.lt|google.lu|google.lv|google.md|google.me|google.mg|google.mk|google.ml|google.mn|google.ms|google.mu|google.mv|google.mw|google.ne|google.nl|google.no|google.nr|google.nu|google.pl|google.pn|google.ps|google.pt|google.ro|google.rs|google.ru|google.rw|google.sc|google.se|google.sh|google.si|google.sk|google.sm|google.sn|google.so|google.sr|google.st|google.td|google.tg|google.tk|google.tl|google.tm|google.tn|google.to|google.tt|google.vg|google.vu|google.ws
@@http://www.google.*/adwords$document,domain=google.ad|google.ae|google.al|google.am|google.as|google.at|google.az|google.ba|google.be|google.bf|google.bg|google.bi|google.bj|google.bs|google.bt|google.by|google.ca|google.cat|google.cd|google.cf|google.cg|google.ch|google.ci|google.cl|google.cm|google.cn|google.co.ao|google.co.bw|google.co.ck|google.co.cr|google.co.id|google.co.il|google.co.in|google.co.jp|google.co.ke|google.co.kr|google.co.ls|google.co.ma|google.co.mz|google.co.nz|google.co.th|google.co.tz|google.co.ug|google.co.uk|google.co.uz|google.co.ve|google.co.vi|google.co.za|google.co.zm|google.co.zw|google.com|google.com.af|google.com.ag|google.com.ai|google.com.ar|google.com.au|google.com.bd|google.com.bh|google.com.bn|google.com.bo|google.com.br|google.com.bz|google.com.co|google.com.cu|google.com.cy|google.com.do|google.com.ec|google.com.eg|google.com.et|google.com.fj|google.com.gh|google.com.gi|google.com.gt|google.com.hk|google.com.jm|google.com.kh|google.com.kw|google.com.lb|google.com.ly|google.com.mm|google.com.mt|google.com.mx|google.com.my|google.com.na|google.com.nf|google.com.ng|google.com.ni|google.com.np|google.com.om|google.com.pa|google.com.pe|google.com.pg|google.com.ph|google.com.pk|google.com.pr|google.com.py|google.com.qa|google.com.sa|google.com.sb|google.com.sg|google.com.sl|google.com.sv|google.com.tj|google.com.tr|google.com.tw|google.com.ua|google.com.uy|google.com.vc|google.com.vn|google.cv|google.cz|google.de|google.dj|google.dk|google.dm|google.dz|google.ee|google.es|google.fi|google.fm|google.fr|google.ga|google.ge|google.gg|google.gl|google.gm|google.gp|google.gr|google.gy|google.hn|google.hr|google.ht|google.hu|google.ie|google.im|google.iq|google.is|google.it|google.je|google.jo|google.kg|google.ki|google.kz|google.la|google.li|google.lk|google.lt|google.lu|google.lv|google.md|google.me|google.mg|google.mk|google.ml|google.mn|google.ms|google.mu|google.mv|google.mw|google.ne|google.nl|google.no|google.nr|google.nu|google.pl|google.pn|google.ps|google.pt|google.ro|google.rs|google.ru|google.rw|google.sc|google.se|google.sh|google.si|google.sk|google.sm|google.sn|google.so|google.sr|google.st|google.td|google.tg|google.tk|google.tl|google.tm|google.tn|google.to|google.tt|google.vg|google.vu|google.ws
@@https://adsense.google.$document,domain=google.ad|google.ae|google.al|google.am|google.as|google.at|google.az|google.ba|google.be|google.bf|google.bg|google.bi|google.bj|google.bs|google.bt|google.by|google.ca|google.cat|google.cd|google.cf|google.cg|google.ch|google.ci|google.cl|google.cm|google.cn|google.co.ao|google.co.bw|google.co.ck|google.co.cr|google.co.id|google.co.il|google.co.in|google.co.jp|google.co.ke|google.co.kr|google.co.ls|google.co.ma|google.co.mz|google.co.nz|google.co.th|google.co.tz|google.co.ug|google.co.uk|google.co.uz|google.co.ve|google.co.vi|google.co.za|google.co.zm|google.co.zw|google.com|google.com.af|google.com.ag|google.com.ai|google.com.ar|google.com.au|google.com.bd|google.com.bh|google.com.bn|google.com.bo|google.com.br|google.com.bz|google.com.co|google.com.cu|google.com.cy|google.com.do|google.com.ec|google.com.eg|google.com.et|google.com.fj|google.com.gh|google.com.gi|google.com.gt|google.com.hk|google.com.jm|google.com.kh|google.com.kw|google.com.lb|google.com.ly|google.com.mm|google.com.mt|google.com.mx|google.com.my|google.com.na|google.com.nf|google.com.ng|google.com.ni|google.com.np|google.com.om|google.com.pa|google.com.pe|google.com.pg|google.com.ph|google.com.pk|google.com.pr|google.com.py|google.com.qa|google.com.sa|google.com.sb|google.com.sg|google.com.sl|google.com.sv|google.com.tj|google.com.tr|google.com.tw|google.com.ua|google.com.uy|google.com.vc|google.com.vn|google.cv|google.cz|google.de|google.dj|google.dk|google.dm|google.dz|google.ee|google.es|google.fi|google.fm|google.fr|google.ga|google.ge|google.gg|google.gl|google.gm|google.gp|google.gr|google.gy|google.hn|google.hr|google.ht|google.hu|google.ie|google.im|google.iq|google.is|google.it|google.je|google.jo|google.kg|google.ki|google.kz|google.la|google.li|google.lk|google.lt|google.lu|google.lv|google.md|google.me|google.mg|google.mk|google.ml|google.mn|google.ms|google.mu|google.mv|google.mw|google.ne|google.nl|google.no|google.nr|google.nu|google.pl|google.pn|google.ps|google.pt|google.ro|google.rs|google.ru|google.rw|google.sc|google.se|google.sh|google.si|google.sk|google.sm|google.sn|google.so|google.sr|google.st|google.td|google.tg|google.tk|google.tl|google.tm|google.tn|google.to|google.tt|google.vg|google.vu|google.ws
@@https://adwords.google.$document,domain=google.ad|google.ae|google.al|google.am|google.as|google.at|google.az|google.ba|google.be|google.bf|google.bg|google.bi|google.bj|google.bs|google.bt|google.by|google.ca|google.cat|google.cd|google.cf|google.cg|google.ch|google.ci|google.cl|google.cm|google.cn|google.co.ao|google.co.bw|google.co.ck|google.co.cr|google.co.id|google.co.il|google.co.in|google.co.jp|google.co.ke|google.co.kr|google.co.ls|google.co.ma|google.co.mz|google.co.nz|google.co.th|google.co.tz|google.co.ug|google.co.uk|google.co.uz|google.co.ve|google.co.vi|google.co.za|google.co.zm|google.co.zw|google.com|google.com.af|google.com.ag|google.com.ai|google.com.ar|google.com.au|google.com.bd|google.com.bh|google.com.bn|google.com.bo|google.com.br|google.com.bz|google.com.co|google.com.cu|google.com.cy|google.com.do|google.com.ec|google.com.eg|google.com.et|google.com.fj|google.com.gh|google.com.gi|google.com.gt|google.com.hk|google.com.jm|google.com.kh|google.com.kw|google.com.lb|google.com.ly|google.com.mm|google.com.mt|google.com.mx|google.com.my|google.com.na|google.com.nf|google.com.ng|google.com.ni|google.com.np|google.com.om|google.com.pa|google.com.pe|google.com.pg|google.com.ph|google.com.pk|google.com.pr|google.com.py|google.com.qa|google.com.sa|google.com.sb|google.com.sg|google.com.sl|google.com.sv|google.com.tj|google.com.tr|google.com.tw|google.com.ua|google.com.uy|google.com.vc|google.com.vn|google.cv|google.cz|google.de|google.dj|google.dk|google.dm|google.dz|google.ee|google.es|google.fi|google.fm|google.fr|google.ga|google.ge|google.gg|google.gl|google.gm|google.gp|google.gr|google.gy|google.hn|google.hr|google.ht|google.hu|google.ie|google.im|google.iq|google.is|google.it|google.je|google.jo|google.kg|google.ki|google.kz|google.la|google.li|google.lk|google.lt|google.lu|google.lv|google.md|google.me|google.mg|google.mk|google.ml|google.mn|google.ms|google.mu|google.mv|google.mw|google.ne|google.nl|google.no|google.nr|google.nu|google.pl|google.pn|google.ps|google.pt|google.ro|google.rs|google.ru|google.rw|google.sc|google.se|google.sh|google.si|google.sk|google.sm|google.sn|google.so|google.sr|google.st|google.td|google.tg|google.tk|google.tl|google.tm|google.tn|google.to|google.tt|google.vg|google.vu|google.ws
@@https://www.google.*/adsense$document,domain=google.ad|google.ae|google.al|google.am|google.as|google.at|google.az|google.ba|google.be|google.bf|google.bg|google.bi|google.bj|google.bs|google.bt|google.by|google.ca|google.cat|google.cd|google.cf|google.cg|google.ch|google.ci|google.cl|google.cm|google.cn|google.co.ao|google.co.bw|google.co.ck|google.co.cr|google.co.id|google.co.il|google.co.in|google.co.jp|google.co.ke|google.co.kr|google.co.ls|google.co.ma|google.co.mz|google.co.nz|google.co.th|google.co.tz|google.co.ug|google.co.uk|google.co.uz|google.co.ve|google.co.vi|google.co.za|google.co.zm|google.co.zw|google.com|google.com.af|google.com.ag|google.com.ai|google.com.ar|google.com.au|google.com.bd|google.com.bh|google.com.bn|google.com.bo|google.com.br|google.com.bz|google.com.co|google.com.cu|google.com.cy|google.com.do|google.com.ec|google.com.eg|google.com.et|google.com.fj|google.com.gh|google.com.gi|google.com.gt|google.com.hk|google.com.jm|google.com.kh|google.com.kw|google.com.lb|google.com.ly|google.com.mm|google.com.mt|google.com.mx|google.com.my|google.com.na|google.com.nf|google.com.ng|google.com.ni|google.com.np|google.com.om|google.com.pa|google.com.pe|google.com.pg|google.com.ph|google.com.pk|google.com.pr|google.com.py|google.com.qa|google.com.sa|google.com.sb|google.com.sg|google.com.sl|google.com.sv|google.com.tj|google.com.tr|google.com.tw|google.com.ua|google.com.uy|google.com.vc|google.com.vn|google.cv|google.cz|google.de|google.dj|google.dk|google.dm|google.dz|google.ee|google.es|google.fi|google.fm|google.fr|google.ga|google.ge|google.gg|google.gl|google.gm|google.gp|google.gr|google.gy|google.hn|google.hr|google.ht|google.hu|google.ie|google.im|google.iq|google.is|google.it|google.je|google.jo|google.kg|google.ki|google.kz|google.la|google.li|google.lk|google.lt|google.lu|google.lv|google.md|google.me|google.mg|google.mk|google.ml|google.mn|google.ms|google.mu|google.mv|google.mw|google.ne|google.nl|google.no|google.nr|google.nu|google.pl|google.pn|google.ps|google.pt|google.ro|google.rs|google.ru|google.rw|google.sc|google.se|google.sh|google.si|google.sk|google.sm|google.sn|google.so|google.sr|google.st|google.td|google.tg|google.tk|google.tl|google.tm|google.tn|google.to|google.tt|google.vg|google.vu|google.ws
@@https://www.google.*/adwords$document,domain=google.ad|google.ae|google.al|google.am|google.as|google.at|google.az|google.ba|google.be|google.bf|google.bg|google.bi|google.bj|google.bs|google.bt|google.by|google.ca|google.cat|google.cd|google.cf|google.cg|google.ch|google.ci|google.cl|google.cm|google.cn|google.co.ao|google.co.bw|google.co.ck|google.co.cr|google.co.id|google.co.il|google.co.in|google.co.jp|google.co.ke|google.co.kr|google.co.ls|google.co.ma|google.co.mz|google.co.nz|google.co.th|google.co.tz|google.co.ug|google.co.uk|google.co.uz|google.co.ve|google.co.vi|google.co.za|google.co.zm|google.co.zw|google.com|google.com.af|google.com.ag|google.com.ai|google.com.ar|google.com.au|google.com.bd|google.com.bh|google.com.bn|google.com.bo|google.com.br|google.com.bz|google.com.co|google.com.cu|google.com.cy|google.com.do|google.com.ec|google.com.eg|google.com.et|google.com.fj|google.com.gh|google.com.gi|google.com.gt|google.com.hk|google.com.jm|google.com.kh|google.com.kw|google.com.lb|google.com.ly|google.com.mm|google.com.mt|google.com.mx|google.com.my|google.com.na|google.com.nf|google.com.ng|google.com.ni|google.com.np|google.com.om|google.com.pa|google.com.pe|google.com.pg|google.com.ph|google.com.pk|google.com.pr|google.com.py|google.com.qa|google.com.sa|google.com.sb|google.com.sg|google.com.sl|google.com.sv|google.com.tj|google.com.tr|google.com.tw|google.com.ua|google.com.uy|google.com.vc|google.com.vn|google.cv|google.cz|google.de|google.dj|google.dk|google.dm|google.dz|google.ee|google.es|google.fi|google.fm|google.fr|google.ga|google.ge|google.gg|google.gl|google.gm|google.gp|google.gr|google.gy|google.hn|google.hr|google.ht|google.hu|google.ie|google.im|google.iq|google.is|google.it|google.je|google.jo|google.kg|google.ki|google.kz|google.la|google.li|google.lk|google.lt|google.lu|google.lv|google.md|google.me|google.mg|google.mk|google.ml|google.mn|google.ms|google.mu|google.mv|google.mw|google.ne|google.nl|google.no|google.nr|google.nu|google.pl|google.pn|google.ps|google.pt|google.ro|google.rs|google.ru|google.rw|google.sc|google.se|google.sh|google.si|google.sk|google.sm|google.sn|google.so|google.sr|google.st|google.td|google.tg|google.tk|google.tl|google.tm|google.tn|google.to|google.tt|google.vg|google.vu|google.ws
! Fixing video on nbcnews.com domains
@@||nbcnews.com/videoplayer$jsinject
@@||nbcnews.com/widget/pdkplayer$jsinject
@@||player.theplatform.com^$jsinject
@@||vplayer.nbcolympics.com^$jsinject
@@||vplayer.nbcsports.com^$jsinject
! Fixing video on cnn.com
@@||cdn.turner.com/*.swf
@@||cdn.turner.com/*/ad_policy.xml
@@||money.cnn.com/*/ad_policy.xml
! Fixing video on hlntv.com
@@||hlntv.com/*/ad_policy.xml
! Fixing myfoxchicago.com/category/237044/live-stream
@@||new.livestream.com^$jsinject
! internet banking
@@||abnamro.nl^$document
@@||paypal.com^$document
! banner on the main page
@@||ramnode.com/images/
! Start: fixing video on http://www.nbcphiladelphia.com/video/ and other nbc* sites
@@||chartbeat.com/crossdomain.xml
@@||chartbeat.com/swf/ChartbeatPDK.swf
@@||tremormedia.com/crossdomain.xml
! End: fixing video
! Start: fixing video on cbslocal.com, myfoxchicago, etc
@@||2mdn.net/instream/
! End: fixing video
! allow google ads preferences page
@@doubleclick.net/ads/preferences/
@@||google.com/settings/ads/onweb$urlblock
@@||wips.com/*/Banners/
! fixing audio player
@@jamendo.com$jsinject
!
@@||choice.microsoft.com/*/opt-out$urlblock
@@||content.googleapis.com$document
@@||th30nly.indolini.org^
! Fixing /adload. rule
@@||adload.ru^
@@||coub.com$content,jsinject
! Fixing false-positives for /advert/* rule
@@||kaspersky.com/advert/
@@||kaspersky.ru/advert/
! Fixing easylist flirt4free rules
@@|ws://*$websocket,domain=flirt4free.com
@@||image.mp3.zdn.vn/banner/
@@||imagebam.com/gallery-organizer$document
! White-listing oauth providers
@@||accounts.google.com^$jsinject,generichide
@@||facebook.com/dialog/oauth$document
@@||facebook.com/login.php$document
@@||oauth.vk.com$document
@@||static.softlayer.com^
@@||tiles.mapbox.com^$document
implbits.com#@#.banner_container
! Fixing problems with IE10
@@||plus.googleapis.com/*/comments$document
! atlassian on-demand
@@.atlassian.net$document
! Testing hiding rules [ @@||pixlr.com^$content,elemhide,jsinject ]
@@||pixlr.com^$content,jsinject
!
@@||ad.91.sellertool.com/
@@||anti-virus4u.com/v/
@@||imasdk.googleapis.com^$domain=cnet.com
@@||kastatic.com^$domain=kickass.to
@@||mediaplex.com$domain=cnet.com
@@&ad_type=$domain=ultimate-guitar.com
@@.aliimg.com$domain=aliexpress.com
@@.instantservice.com$document
@@||adserver.fixionmedia.com$domain=blabbermouth.net
@@||amazon.com/gp/redirect.html
@@||coolermaster.com/images/adv_
@@||disqus.com/embed/$jsinject
@@||gigya.com$domain=dailystar.co.uk
@@||google.com/analytics/web/$document
@@||googledrive.com$document
@@||pgpartner.com^
@@||quantcast$domain=soundcloud.com
@@||redirect.disqus.com^
@@||sync.maxthon.com$document
@@||webstatic.nero.com^
@@||www.gdata.pl^$elemhide
! channel banner on youtube
@@||yimg.com/*/*.css
@@||yimg.com/*/css/
@@||ytimg.com^*_banner$domain=youtube.com
!
@@||feedly.com/i/^$jsinject
@@||s-plugins.wordpress.org
@@||s1.wp.com^
! start: because anti-adblocker script
@@||adm.fwmrm.net^$domain=revision3.com
! end: because anti-adblocker script
! start: because of adbackground rule
@@||analogplanet.com^$elemhide
@@||audiostream.com^$elemhide
@@||hometheater.com^$elemhide
@@||innerfidelity.com^$elemhide
@@||shutterbug.com^$elemhide
@@||stereophile.com^$elemhide
! end: because of adbackground rule
@@|steamgamesales.com^$urlblock
@@||content.newegg.com$document
@@||filecheck.ru^$elemhide
@@||greetingvideo.ru/$elemhide
@@||krebsonsecurity.com
! For videos to play in IE9 (http://www.youtube.com/user/monkeyseevideos?feature=CAgQwRs%3D)
@@weather.gov/xml/$document
@@|http://ie.microsoft.com/testdrive/Performance/FishBowl/Default.html|$document
@@||acid2.acidtests.org^$document
@@||acid3.acidtests.org^$document
@@||ad.doubleclick.net/*/adi/com.ytbc/$domain=youtube.com
@@||autos.souq.com/$elemhide
@@||cargocollective.com/designs/$document
@@||i-funbox.com/images/
@@||mediacdn.disqus.com^$document
@@||microsoft.com/*/default.aspx$document
@@||wmdportal.com/wp-content/uploads/2012/05/cars_banner.png
! START: Enabling requests from Google's SERP, shopping, etc
@@||ad-emea.doubleclick.net/clk
@@||googleadservices.com^$domain=google.ae|google.at|google.be|google.by|google.ca|google.ch|google.cl|google.cn|google.co.id|google.co.in|google.co.jp|google.co.th|google.co.uk|google.co.ve|google.co.za|google.com|google.com.ar|google.com.au|google.com.bd|google.com.br|google.com.co|google.com.eg|google.com.hk|google.com.mx|google.com.my|google.com.ng|google.com.pe|google.com.ph|google.com.pk|google.com.sa|google.com.sg|google.com.tr|google.com.tw|google.com.ua|google.com.vn|google.de|google.dk|google.ee|google.es|google.fr|google.gr|google.hu|google.ie|google.it|google.nl|google.no|google.pl|google.pt|google.ro|google.rs|google.ru|google.se|google.sk|google.tn
! END
@@||download.com/ad-
@@||ad.zanox.com/ppc/$subdocument,domain=wisedock.at|wisedock.co.uk|wisedock.com|wisedock.de|wisedock.eu
@@||player.arsenal.com/adverts/video
@@||static.mobile.eu^*/resources/images/ads/superteaser_$image,domain=automobile.fr|automobile.it|mobile.eu|mobile.ro
@@||tous-sports.fr/js/advertisement-AdBlock.js
@@||tous-sports.tv/js/advertisement-AdBlock.js
!
@@||4dbl0ckd3t3ct0r.net/popunder2.js^$domain=oload.tv
@@||hitc.com^$generichide
@@||myex.com/API/1/MYEX/$~third-party,xmlhttprequest
! START: Fixing Safari SNI issues (https://github.com/AdguardTeam/CoreLibs/issues/598)
@@1.1.1.1:443$network
@@101.101.101.101:443$network
! END
!-------------------------------------------------------------------------------!
!------------------ Fixing Stealth Mode ----------------------------------------!
!-------------------------------------------------------------------------------!
!-----------------------------------------------------------
!-------------------- Fixing Stealth Mode ------------------
!-----------------------------------------------------------
!############### TEMPORARY ###############
! remove after ext 3.0 release
@@||accounts.google.com^$stealth
@@||content.googleapis.com/cryptauth$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/38586
! https://forum.adguard.com/index.php?threads/1fichier-com.32832/
! https://github.com/AdguardTeam/AdguardBrowserExtension/issues/1391 [Stealth Mode - DNT]
! https://github.com/AdguardTeam/AdguardFilters/issues/32757 [Stealth Mode - Block third-party Authorization header]
@@||cf.talpa.digital/spaces^$stealth
! https://github.com/AdguardTeam/AdguardForWindows/issues/2074 [Stealth Mode - Strip URLs from tracking parameters]
! https://github.com/AdguardTeam/AdguardFilters/issues/10009
! https://github.com/AdguardTeam/AdguardFilters/issues/23604
@@||humblebundle.com/*utm_campaign^$stealth
@@||avansas.com/*.html?utm_source=*&utm_medium=*&utm_campaign=$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/9609
@@||gittigidiyor.com/*&gclid=$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/8958
@@||aliexpress.com/*.html?src=*&gclid=$stealth
@@||clickserve.dartsearch.net/link/click?*&gclid=$stealth
@@||adidas.pl/*&gclid=$stealth
!#########################################
!
! https://github.com/AdguardTeam/AdguardFilters/issues/39728 [Stealth Mode - Strip URLs from tracking parameters]
! https://github.com/AdguardTeam/AdguardFilters/issues/39822 [Stealth Mode - Referrer]
@@||1plus1.ua^$stealth,domain=1plus1.ua
! https://github.com/AdguardTeam/AdguardFilters/issues/39776 [Stealth Mode - Referrer]
@@||ilrestodelcarlino.it/*/video/*?embed$stealth
@@||ads.viralize.tv/display/$stealth,domain=ilrestodelcarlino.it
! https://github.com/AdguardTeam/AdguardFilters/issues/38910 [Stealth Mode - Referrer]
@@/dash?tvid=$stealth,domain=iqiyi.com
! https://github.com/AdguardTeam/AdguardFilters/issues/39650 [Stealth Mode - Referrer]
@@||login.vk.com/?act=openapi$domain=220vk.com,stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/39669 [Stealth Mode - Referrer]
@@||ndisk*.cizgifilmlerizle.com/getvid?$stealth
! bethesda.net - patch notes not opening [Stealth Mode - Block third-party Authorization header]
@@||cdn.contentful.com/spaces^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/39373 [Stealth Mode - Referrer]
@@||youtube.googleapis.com/embed^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/39103 [Stealth Mode - Referrer]
@@||stream365.live/embed/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/39069 [Stealth Mode - Referrer]
@@||cdn-pics.pornhd.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/39071 [Stealth Mode - Referrer]
@@||pictogo.net^$stealth,third-party
! store.playstation.com - broken agegate [Stealth Mode - Referrer]
@@||store.playstation.com/html/webIframeRedirect.html?requestId$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/38583 [Stealth Mode - Referrer]
@@||googleapis.com/youtube/*/search?key=$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/38163 [Stealth Mode - Referrer]
@@||maps.googleapis.com/maps/api/$stealth,domain=offerup.com
! https://github.com/AdguardTeam/AdguardFilters/issues/38230 [Stealth Mode - Referrer]
@@||kastream.biz/embed*.php$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/38013 [Stealth Mode - Referrer]
@@||iframe.twainmarky.online^$stealth,domain=yonjatv8.com
! https://github.com/AdguardTeam/AdguardFilters/issues/37591 [Stealth Mode - Referrer]
@@||moonwalk.cc/*/iframe$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/38088 [Stealth Mode - Referrer]
@@||player.starlight.digital^$stealth
! gmx.net - error 403 when clicking on link on redirector [Stealth Mode - Referrer]
@@||deref-gmx.net/mail/client/*/dereferrer/?redirectUrl=$stealth
! https://forum.adguard.com/index.php?threads/webtoons-com-comment-error.34212 [Stealth Mode - Referrer]
@@||global.apis.naver.com/commentBox/cbox/web_neo_list_jsonp.json$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/34644 [Stealth Mode - Strip URLs from tracking parameters]
@@||onet.pl/?utm_source=$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/34068 [Stealth Mode - Referrer]
@@||cdntvnet.com/*.php$stealth,domain=hochu.tv
! https://github.com/AdguardTeam/AdguardFilters/issues/37463 [Stealth Mode - Referrer]
@@||id.zaloapp.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/37799 [Stealth Mode - Referrer]
@@||cdn*.jianshu.io^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/37551 [Stealth Mode - Referrer]
@@||ymcdn.site/check.php?callback=$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/37446 [Stealth Mode - WebRTC]
@@||web.skype.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/37489 [Stealth Mode - WebRTC]
@@||homeagents.online^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/37251 [Stealth Mode - Referrer]
@@||prettyfast.to/e/*?&autostart$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/36802 [Stealth Mode - Referrer]
@@||fastplay.me/ifr/fst/gov2a.php?id=$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/31239 [Stealth Mode - Referrer]
@@||hdzog.ahcdn.com/key=$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/36904 [Stealth Mode - Referrer]
@@||zhengdongwuye.cn/upload/$image,stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/35064 [Stealth Mode - Referrer]
@@/track?vid=*&mime=video/mp4&*&domain=*.drive.google.com$stealth,domain=kissasian.sh
@@/videoplayback?vid=*.drive.google.com&*&mime=video/mp4$stealth,domain=kissasian.sh
! https://github.com/AdguardTeam/AdguardFilters/issues/36932 [Stealth Mode - Referrer]
@@||amhcdn.net/*/*.mp4$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/36802
@@||videoplanet.me/ifr/fst/gov2a.php$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/33285 [Stealth Mode - Referrer]
@@||movie.kinoche.ru^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/36677 [Stealth Mode - IP hiding]
@@||50.7.92.82^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/36048 [Stealth Mode - Block third-party Authorization header]
@@||api.pinger.com$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/36278 [Stealth Mode - Referrer]
@@||rykoeb.com/remote_control.php^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/35529 [Stealth Mode - Referrer]
@@||premiumtvchannels.com/clappr/$stealth
! https://forum.adguard.com/index.php?threads/opera-my-flow-problem.33645 [ Stealth Mode - Block third-party Authorization header]
@@||flow.opera.com/*/pairing-tokens$stealth
! https://forum.adguard.com/index.php?threads/resolved-supertelevisionhd-com.33472 [Stealth Mode - Referrer]
@@||aohdonline.info/peliculas^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/36085 [Stealth Mode - Referrer]
@@||dizilab.pw/yabanci-dizi^$stealth
@@||dizilab.pw/tbplayer?vid=$stealth
! frankenpost.de - "Vorlesen" broken [Stealth Mode - Referrer]
@@||linguatec.org/VoiceReaderWeb15WebService^$stealth
! jccsmart.com is broken [Stealth Mode]
@@||jccsmart.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/35999 [Stealth Mode - Referrer]
@@||embed.streamx.live^$stealth
! https://forum.adguard.com/index.php?threads/2034/
@@||googleadservices.com/pagead/conversion.js$domain=dubizzle.com
! https://github.com/AdguardTeam/AdguardFilters/issues/12579 [Stealth Mode - Referrer]
@@||txxx.com/ext/get_file^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/35419 [Stealth Mode - Referrer]
@@||player.vimeo.com/video^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/35407 [Stealth Mode - Referrer]
@@||e.issuu.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/35331 [Stealth Mode - Referrer]
@@||googleapis.com/identitytoolkit^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/35638 [Stealth Mode - Referrer]
@@-dsn.algolia.net/*1/indexes/*/query?x-algolia-agent=$stealth,xmlhttprequest
@@||algolianet.com/*/indexes/*/query?x-algolia-agent=$stealth,xmlhttprequest
! redirect from corporate offer site broken [Stealth Mode - Referrer]
@@||corporatebenefits.spectrum8.de^$third-party,stealth
@@||estore.sonymobile.com/*-epp/?refid=$third-party,stealth
! https://github.com/AdguardTeam/AdguardBrowserExtension/issues/1420 [Stealth Mode - Referrer]
@@||api.mapbox.com/*/mapbox.mapbox-terrain-*,mapbox.mapbox-streets-*^$stealth
! forumcommunity.net - pictures not loading [Stealth Mode - Referrer]
@@||img.forumfree.net^$stealth
@@||uploads.forumcommunity.it^$stealth
@@||upload.forumfree.net^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/34622 [Stealth Mode - Referrer]
@@||lmjvideocdn.*-cdn.net/*.mp4?hash=$stealth,domain=letmejerk.com
! xhamster.com - broken video [Stealth Mode - Referrer]
@@||cdn13.com/dash$domain=xhamster.com,stealth
! hexlet.io - video player fixing [Stealth Mode - Referrer]
@@||player.vimeo.com^$domain=hexlet.io,stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/34723 [Stealth Mode - Referrer]
@@||112.172.165.208^$domain=cooln.kr,stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/34572 [Stealth Mode - IP hiding]
@@||molyusercontentstage.me/*/*.mp4$stealth,domain=vidmoly.me
! https://github.com/AdguardTeam/AdguardFilters/issues/34511 [Stealth Mode - Referrer]
@@||episode.pmcontent.com^$stealth
! prom.ua - fixing adding to basket [Stealth Mode - Referrer]
@@||my.prom.ua/*/iframe$stealth
! hanime.tv - broken video [Stealth Mode - Referrer]
@@||hanime.tv/omni-player/index.html$stealth
! my.visualstudio.com/downloads - error page [Stealth Mode - Referrer]
@@||vlscppe.microsoft.com/fp/tags.js$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/34201 [Stealth Mode - Referrer]
@@||trollvid.net/embed/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/38345 [Stealth Mode - Referrer]
@@||player.akubebas.com/?$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/33933 [Stealth Mode - Referrer]
@@||akubebas.com/?*token=$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/33905 [Stealth Mode - Referrer]
@@||uzmantv.com/metadata/$stealth
! https://reddit.com/r/Adguard/comments/bq0cab/how_to_configure_so_that_kinja_sites_gizmodo/ [Stealth Mode - Referrer]
@@||kinja.com/api/profile/accountwithtoken$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/33874 [Stealth Mode - Referrer]
@@||cdn4.us^$stealth
@@.m3u8$stealth,domain=telerium.tv
! https://github.com/AdguardTeam/AdguardFilters/issues/33872 [Stealth Mode - Referrer]
@@||hbimg.huabanimg.com^$stealth,domain=huaban.com
! https://github.com/AdguardTeam/AdguardFilters/issues/33700 [Stealth Mode - Referrer]
@@||cloud.typography.com/*/css/fonts.css$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/33672
@@||vider.info^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/33631 [Stealth Mode - Referrer]
@@||mcloud.to/embed/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/33395 [Stealth Mode - Referrer]
@@||cdn.bg/live/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/33602 [Stealth Mode - Referrer]
@@||google.com/maps/embed/v*/place?key=$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/33533 [Stealth Mode - Referrer]
@@||vidmo.cc/iframe.php$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/33487 [Stealth Mode - Referrer]
@@||zidiplay.com/v/$stealth,domain=watchhowimetyourmother.online
! https://github.com/AdguardTeam/AdguardFilters/issues/33299 [Stealth Mode - Referrer]
@@||lhscanlation.club/images/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/33292 [Stealth Mode - Referrer]
@@||namu.la^$stealth,domain=namu.live
! https://github.com/AdguardTeam/AdguardFilters/issues/33121 [Stealth Mode - Referrer]
@@||jawcloud.co/embed$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/32836 [Stealth Mode - Referrer]
@@||bing.com/secure/Passport.aspx$stealth,important
! https://github.com/AdguardTeam/AdguardFilters/issues/32557 [Stealth Mode - Referrer]
@@||amazonaws.com/cdn.pbrd.co/images/$stealth,domain=pasteboard.co
! https://github.com/AdguardTeam/AdguardFilters/issues/31969 [Stealth Mode - IP hiding]
@@||javfor.me/jav-api.php$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/32461 [Stealth Mode - User-agent]
@@||stepik.org/lesson^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/32175 [Stealth Mode - Referrer]
@@||nasa-i.akamaihd.net/hls/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/32013 [Stealth Mode - Referrer]
@@||googleapis.com/youtube/$stealth,domain=learnlinux.tv
! bundestag.de/mediathek - player breaks after a while (seen in console) [Stealth Mode - without options]
@@||cdn.tv*.eu^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/29469 [Stealth Mode - without options]
@@||vk.com/vkpay$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/31791 [Stealth Mode - Referrer]
@@||inxy.co/*.ts$stealth
@@||inxy.co/*.m3u8$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/31887 [Stealth Mode]
@@||t-mobile.cz/sms^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/31793 [Stealth Mode - Referrer]
@@/streamlive/*.m3u8?token=$stealth,domain=stream.televall.website|stream.televall.site
! https://github.com/AdguardTeam/AdguardFilters/issues/31327 [Stealth Mode - Referrer]
@@||doluoyun.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/31360 [Stealth Mode - Referrer]
@@||icloud.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/31175 [Stealth Mode - Referrer]
@@||qiantucdn.com^$stealth,domain=58pic.com
! https://github.com/AdguardTeam/AdguardFilters/issues/31000 [Stealth Mode - Referrer]
@@||egybest.site^$stealth
@@||egy.best^$stealth
! https://forum.adguard.com/index.php?threads/31078/ [Stealth Mode - Referrer]
@@||forms.tildacdn.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/30973 [Stealth Mode - Referrer]
@@||googleapis.com/youtube/$stealth,domain=angrybirdsnest.com
! https://github.com/AdguardTeam/AdguardFilters/issues/30668 [Stealth Mode - Referrer]
@@||36krcnd.com^$stealth,domain=36kr.com
! https://github.com/AdguardTeam/AdguardFilters/issues/30630 [Stealth Mode - Referrer]
@@||manhuagui.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/30112 [Stealth Mode - IP hiding]
@@||secure.selfwealth.com.au^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/28054 [Stealth Mode - Referrer]
@@||pornohype.cc/*/|$media,stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/28445 [Stealth Mode - Referrer]
@@||file-static.com^$stealth,domain=eyny.com
@@||static-file.com^$stealth,domain=eyny.com
! https://github.com/AdguardTeam/AdguardFilters/issues/29664 [Stealth Mode - Referrer]
@@||4cdn.org^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/29502 [Stealth Mode - Block third-party Authorization header]
@@||api.momentumdash.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/28586
@@||vk.payservice.io^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/28958 [Stealth Mode - Referrer]
@@||cdn61.zvooq.com/track/stream^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/28444 [Stealth Mode - Referrer]
@@||ruten.com.tw^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/28152 [Stealth Mode - IP hiding]
@@||monoprice.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/27982 [Stealth Mode - IP hiding]
@@||filmix.co/api/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/27076
@@||channel4.com^$stealth
! geetest.com is the captcha service
@@||api.geetest.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/24679
@@||tvplayer.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/24052
@@||hqq.tv/player/embed_player.php$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/23138 [Stealth Mode - Referrer]
@@||csdnimg.cn^$stealth,domain=csdn.net
! https://github.com/AdguardTeam/AdguardFilters/issues/23031 [Stealth Mode - Referrer]
@@||static.gota.infomaker.io^$stealth,domain=blt.se
@@||cloudfront.net/imengine/image.php$stealth,domain=blt.se
! https://github.com/AdguardTeam/AdguardFilters/issues/22778
@@||id.atlassian.com^$stealth
@@||login.nvgs.nvidia.com^$stealth
! Broken redirection [Stealth Mode - Strip URLs from tracking parameters]
@@||insocket.com/*/?utm_source=$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/22641 [Stealth Mode - Strip URLs from tracking parameters]
@@||cps.jd.ru^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/22422
@@||accounts.ea.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/22430
@@||services.postimees.ee/places/*/autocomplete/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/22424 [Stealth Mode - Referrer]
@@||yams.akamaized.net^$stealth
! https://forum.adguard.com/index.php?threads/videos-on-https-moviewatcher-is-will-not-play-if-hide-your-referrer-from-third-parties-is-on.29417/ [Stealth Mode - Referrer]
@@||tocloud.co/embed$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/18439#issuecomment-419687203 [Stealth Mode - Referrer]
@@||video*.xhcdn.com/key=$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/21868
@@||baidupcs.com/file/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/21712 [Stealth Mode - Referrer]
@@||crowdcompute-pa.clients*.google.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/21004 [Stealth Mode - Referrer]
@@||pstatic.net^$image,stealth
@@||postfiles*.naver.net^$stealth
@@||dthumb.phinf.naver.net^$stealth
@@||static.editor.naver.net/static/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/20819 [Stealth Mode - Referrer]
@@||dyncdn.me/mimages/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/20278 [Stealth Mode - Block Java]
@@||integration.plarium.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/19794 [Stealth Mode - Referrer]
@@||services.postcodeanywhere.co.uk/Capture/Interactive/$stealth
! Fixing not working video sent via Messenger on Facebook [Stealth Mode - Referrer]
@@||fbcdn.net^$stealth
! Fixing Yandex.TV player [Stealth Mode - Hide search queries]
@@||yastatic.net/yandex-html5-video-player-bundles$stealth
@@||yastatic.net/yandex-video-player-iframe-api-bundles$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/16807 [Stealth Mode - Referrer]
@@||acgvideo.com^$domain=bilibili.com,stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/16376
@@||imgtn.bdimg.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/15347 [Stealth Mode - Referrer]
@@||hqq.watch/sec/player/embed_player.php$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/33767
! https://github.com/AdguardTeam/AdguardFilters/issues/14987
@@212.103.68.8:443$network
@@185.88.236.76:443$network
@@185.88.236.77:443$network
@@5.148.189.205:443$network
@@5.148.189.204:443$network
@@5.148.189.203:443$network
! https://github.com/AdguardTeam/AdguardFilters/issues/14618 [Stealth Mode - Referrer]
@@||places.nbnco.net.au/places/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/14180 [Stealth Mode - User-agent]
@@||cdnapponline.com/*/iframe?$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/14085 [Stealth Mode - User-agent]
@@||moonwalk.cc/serial/*/iframe^$stealth
! https://forum.adguard.com/index.php?threads/https-kinomonitor-ru.28298/ [Stealth Mode - Referrer]
@@||widget.kassa.rambler.ru/CrossDomainInteraction/$stealth
! https://github.com/AdguardTeam/StealthMode/issues/20
@@||api.bitwarden.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/12026 [Stealth Mode - Referrer]
@@||swapsmut.com/video/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/11621 [Stealth Mode - Referrer]
@@||cdns.*.gigya.com/gs/webSdk/Api.aspx$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/11346 [Stealth Mode - Referrer]
@@||datavimg.com^$stealth
! https://forum.adguard.com/index.php?threads/28083/ [Stealth Mode - Referrer]
@@||maps.2gis.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/11446 [Stealth Mode - Referrer]
@@||hdslb.com^$domain=bilibili.com,stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/11447 [Stealth Mode - Referrer]
@@||doubanio.com/view/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/10657 [Stealth Mode - Referrer]
@@||fmhua.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/10658 [Stealth Mode - Referrer]
@@||177mh.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/10659 [Stealth Mode - Referrer]
@@||cdndm5.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/10528 [Stealth Mode - Referrer]
@@||tx.acgvideo.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/9775 [Stealth Mode - Referrer]
@@||securevideotoken.tmgrup.com.tr/webtv/secure^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/8284 [Stealth Mode - WebRTC]
@@://www.coinbase.com^$stealth
! https://forum.adguard.com/index.php?threads/https-www-empflix-com-nsfw.25985/ [Stealth Mode - Strip URLs from tracking parameters]
@@||empflix.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/7163
@@||bitdefender.com/submit/$stealth
! fox.com.tr - fixing player [Stealth Mode - Referrer]
@@||fox-nv.mncdn.com^$stealth
! https://forum.adguard.com/index.php?threads/25729/ [Stealth Mode - Referrer]
@@||tmgrup.com.tr/site/$script,stylesheet,stealth
@@||iatv.tmgrup.com.tr^$script,stealth
@@||i.tmgrup.com.tr^$script,stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/6975
@@||rmfon.pl^$stealth
! https://forum.adguard.com/index.php?threads/25615/ [Stealth Mode - Referrer]
@@||google.com/maps/api/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/6834 fixing moonwalk players [Stealth Mode - User-agent]
@@/video/*/index.m3u8?*&frame_commit=*&mw_pid=*&signature=$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/6767 [Stealth Mode - Referrer]
@@||iprima.cz^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/6775 [Stealth Mode - Referrer]
@@||openstream.io/hls/$stealth
! turbo.az - website is broken [Stealth Mode - Referrer]
@@||turbo.az^$stealth
! https://forum.adguard.com/index.php?threads/http-tap-az-abnormal-traffic.24553/ [Stealth Mode - Referrer]
@@||tap.az^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/2243
@@||cdn.taboola.com/libtrc/*/loader.js$domain=cnet.com
! https://github.com/AdguardTeam/AdguardFilters/issues/6564 [Stealth Mode - hide IP]
@@||player.pl^$stealth
! interia.pl - video is broken [Stealth Mode - Referrer]
@@||get.x-link.pl/*embed.html$stealth
! https://forum.adguard.com/index.php?threads/24521/ [Stealth Mode - Referrer]
@@://*.xuk.ru^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/6348 [Stealth Mode - Strip URLs from tracking parameters]
@@||cdn-fck.tnaflix.com^$stealth
! https://forum.adguard.com/index.php?threads/24460/ [Stealth Mode - hide IP]
@@||porn-studio.ru$stealth
! https://forum.adguard.com/index.php?threads/24366/ [Stealth Mode - Referrer]
@@cdn.eporner.com^$stealth
! https://forum.adguard.com/index.php?threads/24337/ [Stealth Mode - hide IP]
@@.porntube.com^$stealth
! https://forum.adguard.com/index.php?threads/24332/ [Stealth Mode - Referrer]
@@||daxab.com/player/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/5819 [Stealth Mode - hide IP]
@@||kinogo.*/*.flv$stealth
! https://github.com/AdguardTeam/AdguardForWindows/issues/356#issuecomment-314934554 [Stealth Mode - Strip URLs from tracking parameters]
@@||xe.com^$stealth
@@||girafa.com.br^$stealth
! https://forum.adguard.com/index.php?threads/8tracks-com-windows-youtube-video-keeps-buffering.23414/ [Stealth Mode - Referrer]
@@||8tracks.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/5585 [Stealth Mode - Referrer]
@@||rutube.ru/play/embed/$stealth
! https://forum.adguard.com/index.php?threads/resolved-http-www-dizigold-org.18356/#post-122052 [Stealth Mode - Hide search queries]
@@||dizigold.org^$stealth
!https://forum.adguard.com/index.php?threads/iha-com-tr.15027/
@@||max.permato.com/getWidget^$stealth
! https://forum.adguard.com/index.php?threads/21808/ [Stealth Mode - Referrer]
@@||bogi.ru/comments_widget.php$stealth
! https://forum.adguard.com/index.php?threads/20397/
@@||cdnvideo.ru^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/4430 [Stealth Mode - Referrer]
@@||img.noobzone.ru^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/4399 [Stealth Mode - User-agent]
@@||clients4.google.com/chrome-sync/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/4395 [Stealth Mode - Referrer]
@@||tracktor.in/td.php?s=$stealth
! https://forum.adguard.com/index.php?threads/voodaith7e-com.19387/ [Stealth Mode - Referrer]
@@||voodaith7e.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/4281 [Stealth Mode - Hide search queries]
@@||rackcdn.com^$stealth,domain=investing.com|forexpros.com
! https://github.com/AdguardTeam/AdguardFilters/issues/3985 [Stealth Mode - Hide search queries]
@@||tvizor.org/channels/*.html$stealth
! https://forum.adguard.com/index.php?threads/14865/ - Firefox only [Stealth Mode - User-agent]
@@||portal.mail.ru^$stealth
@@||account.mail.ru^$stealth
@@||auth.mail.ru^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/3771 [Stealth Mode - Hide search queries]
@@||vkluchi.tv/channels/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/3758 [Stealth Mode - Hide search queries]
@@||marketing.dropbox.com/?referrer=$stealth
! door2windows.com - fixing downloading [Stealth Mode - Referrer]
@@||www.door2windows.com^$stealth
! Netflix metro app - can't launch the app [Stealth Mode - User-agent]
@@||api-*.netflix.com/win/uwa/$stealth
! nowvideo.li - video is broken [Stealth Mode - hide IP]
@@||nowvideo.*/video/$stealth
! mts.ru - login button is broken [Stealth Mode - Referrer]
@@||mts.ru^$stealth
! Torrent tracker client can't download [Stealth Mode - User-agent]
@@||bt*.t-ru.org^$stealth
! https://forum.adguard.com/index.php?threads/14479/ [Stealth Mode - Referrer]
@@||lswcdn.net^$stealth
! https://forum.adguard.com/index.php?threads/13787/ [Stealth Mode - hide IP]
@@||starman.ee/session/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/2808
@@||pcidss.yandex.net^$stealth
! https://forum.adguard.com/index.php?threads/12685/
@@||cbox.ws/box/$stealth
! http://forum.ru-board.com/topic.cgi?forum=5&topic=31105&start=3420#15
@@||mail.google.com/mail/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/2635
@@||xfinity.com^$stealth
@@||comcast.net^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/2580
@@||login.live.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/2584
@@||id.wsj.com$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/2371
@@||trade.aliexpress.com$stealth
! https://github.com/AdguardTeam/AdguardForWindows/issues/1118
@@||esia.gosuslugi.ru^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/2242 [Stealth Mode - WebRTC]
@@||facebook.com/videocall/$stealth
! https://github.com/AdguardTeam/StealthMode/issues/6
@@||thevideos.tv/embed-$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/2267
@@||raindrop.io/api/$stealth
! https://forum.adguard.com/index.php?threads/10557/
@@||1ttv.net/iframe.php$stealth
! https://forum.adguard.com/index.php?threads/10586/
@@||freehdsport.com^$stealth
! https://forum.adguard.com/index.php?threads/10585/
@@||vipbox.nu^$stealth
! https://forum.adguard.com/index.php?threads/10573/
@@||allsport-live.net^$stealth
! https://forum.adguard.com/index.php?threads/10575/
@@||live.robinwidget.com^$stealth
! https://forum.adguard.com/index.php?threads/10577/
@@||c247.to^$stealth
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1803 [Stealth Mode - WebRTC]
@@||web.whatsapp.com^$stealth
! https://forum.adguard.com/index.php?threads/10252/page-2#post-82951 [Stealth Mode - WebRTC]
@@||player.adcdn.tv^$stealth
! https://github.com/AdguardTeam/ExperimentalFilter/issues/2166
@@.myvi.ru^$stealth
@@||myvi.ru/player/$stealth
! https://github.com/AdguardTeam/ExperimentalFilter/issues/797
@@||login.microsoftonline.com^$stealth
! https://forum.adguard.com/index.php?threads/10369/
@@||wholecloud.net^$stealth
! https://forum.adguard.com/index.php?threads/10339/
@@||vivo.sx^$stealth
! https://github.com/AdguardTeam/ExperimentalFilter/issues/2117
@@||accounts.login.idm.telekom.com^$stealth
! https://github.com/AdguardTeam/ExperimentalFilter/issues/2119 [Stealth Mode - third-party cookies]
@@||rzd.ru^$stealth
! https://forum.adguard.com/index.php?threads/10143/
@@||static.comic.naver.net/staticimages/comicweb/naver/$image
@@||imgcomic.naver.net^$image
@@||thumb.comic.naver.net^$image
! https://forum.adguard.com/index.php?threads/10187/
@@||azulyblanco.co^$stealth
! https://forum.adguard.com/index.php?threads/10195/
@@||zombicide.com^$stealth
! https://forum.adguard.com/index.php?threads/10177/
@@||kozreload.eu^$stealth
! https://forum.adguard.com/index.php?threads/10165/
@@||scity.tv^$stealth
! https://forum.adguard.com/index.php?threads/10160/
@@||live9.net^$stealth
! https://forum.adguard.com/index.php?threads/10148/
@@||bro.adca.st^$stealth
! https://forum.adguard.com/index.php?threads/10149/
@@||iptvsale.info^$stealth
! https://forum.adguard.com/index.php?threads/10151/
@@||sitenow.me^$stealth
! https://forum.adguard.com/index.php?threads/10046/ [Stealth Mode - hide IP]
@@||thevideo.me:*/*/v.mp4$stealth
! https://forum.adguard.com/index.php?threads/10084/
@@||hdcast.org^$stealth
! https://forum.adguard.com/index.php?threads/10081/
@@||watchlivestream.me.uk^$stealth
! https://forum.adguard.com/index.php?threads/10080/
@@||channeltv.site^$stealth
! https://forum.adguard.com/index.php?threads/10068/
@@||teledeporteonlinetv.org^$stealth
! https://forum.adguard.com/index.php?threads/10067/
@@||flashstreams.net^$stealth
! https://forum.adguard.com/index.php?threads/10078/
@@||playerapp2.pw^$stealth
! https://forum.adguard.com/index.php?threads/10079/
@@||euro16.live^$stealth
! https://github.com/AdguardTeam/ExperimentalFilter/issues/2051
@@||sync.everhelper.me^$stealth
! https://github.com/AdguardTeam/ExperimentalFilter/issues/2046 [Stealth Mode - hide IP]
@@||popler.tv^$stealth
! https://github.com/AdguardTeam/ExperimentalFilter/issues/2042 [Stealth Mode - Referrer]
@@||yourcinema.tv^$stealth
! https://forum.adguard.com/index.php?threads/9779/ [Stealth Mode - Referrer]
@@||zenexplayer.com^$stealth
! https://forum.adguard.com/index.php?threads/9646/ [Stealth Mode - Referrer]
@@||perxs.net^$stealth
@@||wizhdsports.com/live/stream25.php^$stealth
@@||bro.adcast.tech/stream.php^$stealth
@@||hdfree.tv/live^$stealth
@@||sports4u.tv^$stealth
! https://forum.adguard.com/index.php?threads/9765/
@@||help.ea.com^$stealth
! https://forum.adguard.com/index.php?threads/9740/ [Stealth Mode - Referrer]
@@||maxdeportv.net^$stealth
@@||iguide.to^$stealth
@@||latino-webtv.com^$stealth
! https://forum.adguard.com/index.php?threads/9743/ [Stealth Mode - Referrer]
@@||xstream.click^$stealth
! https://forum.adguard.com/index.php?threads/9739/ [Stealth Mode - third-party cookies]
@@||feldherr.com^$stealth
! https://github.com/AdguardTeam/ExperimentalFilter/issues/2011 [Stealth Mode - third-party cookies]
@@||audible.com^$stealth
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1979 [Stealth Mode - third-party cookies]
@@||indiegogo.com^$stealth
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1598 [Stealth Mode - third-party cookies]
@@||wargaming.net^$stealth
! http://forum.adguard.com/showthread.php?10664 [Stealth Mode - third-party cookies]
@@||hotstar.com^$stealth
! http://forum.adguard.com/showthread.php?10530
! Fixing a Google captcha
@@||ipv4.google.com/sorry^$stealth
! http://forum.adguard.com/showthread.php?10562
@@||canlimacizlebedava.com^$stealth
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1957 [Stealth Mode - third-party cookies]
! flickr.com - fixing authorization
@@||login.yahoo.com/config/$stealth
@@||flickr.com/register_cookies.gne?$stealth
@@||flickr.com/signin/$stealth
@@||accounts-flickr.yahoo.com^$stealth
@@||flickr.com/cookie_$stealth
! bild.de - fixing authorization [Stealth Mode - third-party cookies]
@@||bild.de^$stealth
! vipracing.info - players are broken [Stealth Mode - Referrer]
@@||vipracing.info^$stealth
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1898 [Stealth Mode - Referrer]
! prom.ua - fixing remote cart on third-party sites
@@||my.prom.ua/remote/
! webaudioapi.com - audio samples are broken [Stealth Mode - WebRTC]
@@||webaudioapi.com/samples/
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1705 [Stealth Mode - Referrer]
@@||thevideos.tv/embed-*.html$domain=putlocker.is
! Broken sync in Yandex Browser [Stealth Mode - User-agent]
@@||sync.disk.yandex.net^
@@||xmpp.disk.yandex.net^
@@||api.browser.yandex.*^
! warthunder.ru - fixing authorization
@@||login.gaijin.net^
@@||forum.warthunder.ru/?&identity_
@@||forum.warthunder.ru/index.php?*&section=
! Fixing synchronization [Stealth Mode - hide user-agent]
@@||browser.yandex.*/sync/
! http://forum.adguard.com/showthread.php?9453 [Stealth Mode - Referrer]
@@||xmissymedia.com/galleries/$domain=xmissy.nl,image
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1667 [Stealth Mode - third-party cookies]
@@||forgeofempires.com/game/json
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1646 [Stealth Mode - Referrer]
@@||winvistaclub.com/wp-content/uploads/$domain=thewindowsclub.com
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1632 [Stealth Mode - Referrer, third-party cookies]
! aliexpress.com - broken checkout
@@||icashier.alipay.com^$domain=aliexpress.com
@@||iopen.alipay.com/gateway.do$domain=aliexpress.com
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1499 [Stealth Mode - WebRTC]
@@||plus.google.com/hangouts/$stealth
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1592 [Stealth Mode - third-party cookies]
! Fixing authorization via github.com
@@||github.com/login$stealth
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1549 [Stealth Mode - third-party cookies]
@@||loginza.ru/api/
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1543 [Stealth Mode - hide IP]
@@||veehd.com/dl/
! solvemedia.com - captcha is broken [Stealth Mode - User-agent]
@@||api.solvemedia.com^$stealth
@@||api-secure.solvemedia.com^$stealth
! nwolb.com - login failed [Stealth Mode - third-party cookies]
@@||nwolb.com^
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1534 [Stealth Mode - hide IP]
@@||tinypic.com/upload.php
! Fixing Yandex authorization [Stealth Mode - third-party cookies]
@@||passport.yandex.ru^$domain=yandex.ua
@@||pass.yandex.ru^$domain=yandex.ua
@@||passport.yandex.ru^$stealth
@@||pass.yandex.ru^
@@||pass.yandex.kz^
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1505 [Stealth Mode - third-party cookies]
! broken autentification with ulogin.ru
@@||ulogin.ru/auth.php
@@||ulogin.ru/fill.php
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1367 [Stealth Mode - third-party cookies]
@@||adobelogin.com^
@@||adobeid-*.services.adobe.com^
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1379 [Stealth Mode - third-party cookies]
@@||facebook.com/*/dialog/oauth
! usps.com - access denied to tracking page [Stealth Mode - IP hiding]
@@||tools.usps.com/go/TrackConfirmAction
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1202 [Stealth Mode - User-agent]
@@||sync.opera.com/api/sync/
@@||auth.opera.com^
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1109 [Stealth Mode - IP hiding]
@@||api.surfeasy.com/*/geo_lookup
! http://forum.adguard.com/showthread.php?8067 [Stealth Mode - Referrer]
@@||hypercomments.com/api/comments?_=
!! http://forum.adguard.com/showthread.php?7582 [Stealth Mode - third-party cookies]
!! 1. Login to account.microsoft.com
@@||account.microsoft.com/auth/
@@||account.microsoft.com/?refd=
!! 2. Jump to Google Store from other site
@@||chrome.google.com/webstore/detail/
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1666 [Stealth Mode - third-party cookies]
@@||microsoft.com/*=wsign
@@||profile.microsoft.com/RegSysProfileCenter/
@@||microsoft.com/*/signin.aspx
@@||microsoft.com/*/signout.aspx
! https://github.com/AdguardTeam/AdguardForWindows/issues/252 [Stealth Mode - third-party cookies]
@@||answers.microsoft.com/*/completesignin
@@||answers.microsoft.com/*/site/startsignin
! http://forum.adguard.com/showthread.php?7406 (#119)
! Go to https://products.office.com/en-us/office-insider then click "install the office insider build now"
@@||stores.office.com/authredir
@@||stores.office.com/myaccount/advancedinstalls.aspx
! http://forum.adguard.com/showthread.php?7610 [Stealth Mode - Referrer]
@@||xda-cdn.com^$stealth,domain=xda-developers.com
! http://forum.adguard.com/showthread.php?7463 [Stealth Mode - Referrer]
@@||kastatic.com^$stealth,domain=kickass.to
! http://forum.adguard.com/showthread.php?7539 [Stealth Mode - Referrer]
@@||mycdn.me^$stealth
@@||odnoklassniki.ru/get$stealth
@@||ok.ru/web-api/music/conf$stealth
! https://github.com/AdguardTeam/ExperimentalFilter/issues/883 [Stealth Mode - Referrer]
@@||media-imdb.com^$stealth,domain=imdb.com
! https://github.com/AdguardTeam/ExperimentalFilter/issues/812 [Stealth Mode - Referrer, third-party cookies]
@@||datacloudmail.ru^$domain=cloud.mail.ru
! https://github.com/AdguardTeam/ExperimentalFilter/issues/796 [Stealth Mode - Referrer, third-party cookies]
@@||google.com/recaptcha/api/$stealth
! https://github.com/AdguardTeam/AdguardForWindows/issues/259
@@||cbox.ws/box/?boxid=$domain=exystence.net
! http://forum.adguard.com/showthread.php?6047 (#376) [Stealth Mode - third-party cookies]
! Login to habrahabr projects; login to hypercomments on sites
@@||id.tmtm.ru/login/
@@||hypercomments.com/auth/
@@||hypercomments.com/api/login?
! privat24 [Stealth Mode - Referrer, third-party cookies]
@@||privat24.privatbank.ua^
! http://forum.adguard.com/showthread.php?6772 [Stealth Mode - Referrer]
@@||cdn*.downloadapkgames.com/?session=
! http://forum.adguard.com/showthread.php?6047 (#273) [Stealth Mode - third-party cookies]
@@||login.wmtransfer.com^$document
! http://forum.adguard.com/showthread.php?6681 [Stealth Mode - third-party cookies]
@@||login.uid.me^$domain=ucoz.ru
! https://github.com/AdguardTeam/ExperimentalFilter/issues/692 [Stealth Mode - third-party cookies]
@@||vodakpsdhdsdrm-vh.akamaihd.net/z/clips/
! http://forum.adguard.com/showthread.php?6533 [Stealth Mode - Referrer]
@@||195.82.146.52/logo/$domain=rutracker.org
!-------------------------------------------------------------------------------!
!------------------ Content replacement rules ----------------------------------!
!-------------------------------------------------------------------------------!
!
! The content replacement rules
!
! https://github.com/AdguardTeam/AdguardFilters/issues/39999
||pt.ptawe.com/vast/$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/
! https://github.com/AdguardTeam/AdguardFilters/issues/38235 - fixed incorrect blocking
||embed.streamx.live/vast/video.php$replace=/myPlayer\.ima\(options_ima\);//
! https://github.com/AdguardTeam/AdguardFilters/issues/25012#issuecomment-487447994
||vid.springserve.com/vast/*einthusan.ca$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/,important
||vid.springserve.com/vast/*einthusan.com$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/,important
||vid.springserve.com/vast/*einthusan.tv$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/,important
! https://github.com/AdguardTeam/AdguardFilters/issues/32945
||whichtalk.com/api/v*/services/vast/$replace=/(<DAAST[\s\S]*?>)[\s\S]*<\/DAAST>/\$1<\/DAAST>/,domain=trinitymedia.ai
! https://forum.adguard.com/index.php?threads/video-ads-on-https-www-news-com-au.31659
||ssaiplayback.prod.boltdns.net/playback/once/v*/vmap/hls/$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/,domain=news.com.au
||ssaiplayback.*.boltdns.net/playback/once/v*/hls/*.m3u8$replace=/(#EXT-X-TARGETDURATION:[\S]*?)\n[\s\S]*?#EXT-X-DISCONTINUITY/\$1/,domain=news.com.au
! pornhub.com - preroll
||pornhub.com/view_video.php?viewkey=$replace=/vastXml/_vastXml/,important
! Injecting style to the pages with invalid HTML
||4ustream.com/*/*.html$replace=/<\/iframe>\n/<\/iframe><style>#ads-wrap { display: none; }<\/style>/,important
||pasiondeportiva.me/sports/embed/$replace=/<\/iframe>/<\/iframe><style>#ada { display: none; }<\/style>/,important
||livinstream.org/ch*.html$replace=/<\/font>/<\/font><style>#floatLayer { display: none; }<\/style>/,important
||wizhdsports.fi/live/*.html$replace=/<\/style>/<\/style><style>#floatLayer1 { display: none; }<\/style>/,important
||soretin.stream/embeds/*.php$replace=/<\/body>/<\/body><style>.grande.close { display: none; }<\/style>/,important
||briansarmiento.website/embeds/$replace=/<\/html>/<\/html><style>\.grande\.close { display: none!important; }<\/style>\,/i
||briansarmiento.website/embeds/$replace=/<\/html>/<\/html><style>\.grande\.close { display: none!important; }<\/style>\,/i,important
||bigplayer.pro/embed*.php$replace=/<\/body>/<\/body><style>.advertisement { display: none; }<\/style>/
||bigplayer.pro/embed*.php$replace=/<\/body>/<\/body><style>.advertisement { display: none; }<\/style>/,important
||bosscast.net/streams/misc/espn*.php$replace=/<\/iframe>/<\/iframe><style>#bannerfloat22 { display: none; }<\/style>/
||bosscast.net/streams/misc/espn*.php$replace=/<\/iframe>/<\/iframe><style>#bannerfloat22 { display: none; }<\/style>/,important
||watchlivestream.me.uk/streaming/cast*.php$replace=/<\/style>/#hideall { display: none!important; }<\/style>\,/i
||watchlivestream.me.uk/streaming/cast*.php$replace=/<\/style>/#hideall { display: none!important; }<\/style>\,/i,important
||mystreans.com/live/live*.html$replace=/<\/title>/<\/title><style>#bannerfloat\,#close1\,#closeAdButton2 { display: none; }<\/style>\,/i
||mystreans.com/live/live*.html$replace=/<\/title>/<\/title><style>#bannerfloat\,#close1\,#closeAdButton2 { display: none; }<\/style>\,/i,important
! https://github.com/AdguardTeam/AdguardFilters/issues/22620
||unicornmedia.com/now/ads/vmap/$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/,domain=newshub.co.nz
||unicornmedia.com/now/media/playlist/*/content.m3u8$replace=/#EXTINF:[\s\S]*?https:\/\/[\s\S]*?\.unicornmedia\.com\/now\/media\/segment\/[\s\S]*?&basemediaitemguid=.*//,domain=newshub.co.nz
! https://github.com/AdguardTeam/AdguardFilters/issues/16677
||7plus.com.au/js/app.*.js$replace=/t\.sevenCatalog\.adChoice="ssaibeacon"/t\.sevenCatalog\.adChoice="csai"/,domain=7plus.com.au
! uplynk
! https://github.com/AdguardTeam/AdguardFilters/issues/30139
! https://github.com/AdguardTeam/AdguardFilters/issues/30806
! https://github.com/AdguardTeam/AdguardFilters/issues/20290
! https://github.com/AdguardTeam/AdguardFilters/issues/20995
! https://github.com/AdguardTeam/AdguardFilters/issues/20435
! https://github.com/AdguardTeam/AdguardFilters/issues/19875
||uplynk.com/*.m3u8$replace=/#UPLYNK-SEGMENT: \S*\\,ad\s[\s\S]+?((#UPLYNK-SEGMENT: \S+\\,segment)|(#EXT-X-ENDLIST))/\$1/,domain=abc7.com|abc7news.com|abc13.com|6abc.com|abc7chicago.com|discovery.com|foodnetwork.com|fox.com|investigationdiscovery.com|sciencechannel.com|motortrend.com|tlc.com|abc7ny.com,important
||api.discovery.com/v*/streaming/video/$replace=/\{"ads":\{"breaks":[\s\S]*?"playURL":/{"playURL":/,domain=discovery.com|foodnetwork.com|investigationdiscovery.com|sciencechannel.com|motortrend.com|tlc.com
||content.uplynk.com/preplay/*.json?$replace=/("ads": {"breaks": \[)[\s\S]*?(\]\}\\, "prefix":)/\$1\$2/,domain=fox.com
||content.uplynk.com/api/*/preplay/*.json?$replace=/("ads": {"breaks": \[)[\s\S]*?(\]\}\\, "prefix":)/\$1\$2/,domain=abc7chicago.com|abc7ny.com
! https://github.com/AdguardTeam/AdguardFilters/issues/34915
||v.fwmrm.net/ad/g/1?$replace=/(tv\.freewheel\.SDK\._instanceQueue\['Context_[\s\S]*?'\][\s\S]*?\.requestComplete\(\{)[\s\S]*\}\);/\$1\}\);/,domain=channel4.com,important
! abc.go.com - ads
||v.fwmrm.net/ad/g/1?$replace=/(tv\.freewheel\.SDK\._instanceQueue\['Context_[\s\S]*?'\][\s\S]*?\.requestComplete\(\{)[\s\S]*\}\);/\$1\}\);/,domain=abc.go.com,important
! https://github.com/AdguardTeam/AdguardFilters/issues/17406
||v.fwmrm.net/ad/g/1?$replace=/(tv\.freewheel\.SDK\._instanceQueue\['Context_[\s\S]*?'\][\s\S]*?\.requestComplete\(\{)[\s\S]*\}\);/\$1\}\);/,domain=funimation.com,important
! https://github.com/AdguardTeam/AdguardFilters/issues/16198
||fwlive.sonycrackle.com/ad/g/1?$replace=/(tv\.freewheel\.SDK\._instanceQueue\['Context_[\s\S]*?'\][\s\S]*?\.requestComplete\(\{)[\s\S]*\}\);/\$1\}\);/,domain=sonycrackle.com,important
! https://github.com/AdguardTeam/AdguardFilters/issues/10770
||content.uplynk.com/api/v*/preplay/*.json$replace=/\{"boundaries": \[\{"[\s\S]*?"content_type": "ad"[\s\S]*?"ads": \{"breaks":[\s\S]*?"playURL":/{"playURL":/,domain=cwtv.com
! Fixing adblock detection
dnvod.tv/_player/*/ckplayer.js$replace=/cpt\+='skipads.swf\,0\,0\,0\,0\,2\,0\|';//,domain=dnvod.tv
! https://github.com/AdguardTeam/AdguardFilters/issues/20922
||manifest.*.theplatform.com/*/*.meta*referer=www.nbc.com$replace=/#EXT-X-VMAP-AD-BREAK[\s\S]*?#EXT-X-ENDLIST/#EXT-X-ENDLIST/,domain=player.theplatform.com,important
||manifest.*.theplatform.com/*/*.m3u8?*referer=www.nbc.com$replace=/(#EXTINF:.*\n.*tvessaiprod\.nbcuni\.com\/video\/[\s\S]*?#EXT-X-DISCONTINUITY|#EXTINF:.*\n.*nbcuadops-vh.akamaihd.net\/i\/ads\/.*\n)//,domain=player.theplatform.com,important
! https://forum.adguard.com/index.php?threads/https-www-nbc-com-this-is-us-video-windows.25463/
||manifest.theplatform.com/*/*.m3u8?$replace=/(#EXTINF:.*\n.*tvessaiprod\.nbcuni\.com\/video\/[\s\S]*?#EXT-X-DISCONTINUITY|#EXTINF:.*\n.*nbcuadops-vh.akamaihd.net\/i\/ads\/.*\n)//,important
||manifest.theplatform.com/*/*.meta$replace=/#EXT-X-VMAP-AD-BREAK[\s\S]*?#EXT-X-ENDLIST/#EXT-X-ENDLIST/,important
! Possible video ads
||adsafeprotected.com/vast/$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/,important
! https://github.com/AdguardTeam/AdguardFilters/issues/7589
||v.fwmrm.net/ad/g/1?$replace=/(tv\.freewheel\.SDK\._instanceQueue\['Context_[\s\S]*?'\][\s\S]*?\.requestComplete\(\{)[\s\S]*\}\);/\$1\}\);/,domain=viasatsport.se,important
! https://github.com/AdguardTeam/AdguardFilters/issues/7240
||v.fwmrm.net/ad/g/1?$replace=/(tv\.freewheel\.SDK\._instanceQueue\['Context_[\s\S]*?'\][\s\S]*?\.requestComplete\(\{)[\s\S]*\}\);/\$1\}\);/,domain=viasport.no,important
! https://github.com/AdguardTeam/AdguardFilters/issues/6757
||v.fwmrm.net/ad/g/1?$replace=/(tv\.freewheel\.SDK\._instanceQueue\['Context_[\s\S]*?'\][\s\S]*?\.requestComplete\(\{)[\s\S]*\}\);/\$1\}\);/,domain=msn.com,important
! https://github.com/AdguardTeam/AdguardFilters/issues/6434
||v.fwmrm.net/ad/g/1?$replace=/(tv\.freewheel\.SDK\._instanceQueue\['Context_[\s\S]*?'\][\s\S]*?\.requestComplete\(\{)[\s\S]*\}\);/\$1\}\);/,domain=play.tv3.lt,important
! https://github.com/AdguardTeam/AdguardFilters/issues/6418
||v.fwmrm.net/ad/g/1?$replace=/(tv\.freewheel\.SDK\._instanceQueue\['Context_[\s\S]*?'\][\s\S]*?\.requestComplete\(\{)[\s\S]*\}\);/\$1\}\);/,domain=tv3sport.dk,important
! https://github.com/AdguardTeam/AdguardFilters/issues/6355
||v.fwmrm.net/ad/g/1?$replace=/(tv\.freewheel\.SDK\._instanceQueue\['Context_[\s\S]*?'\]\.requestComplete\(\{)[\s\S]*\}\);/\$1\}\);/,domain=viafree.se,important
! https://github.com/AdguardTeam/AdguardFilters/issues/6064
||hgc-cf-cache-1.svonm.com/www.vgtv.no/config.json$replace=/"enabled": true\,/"enabled": false\,/i,domain=vgtv.no
||hgc-cf-cache-1.svonm.com/www.vgtv.no/config.json$replace=/"enabled": true\,/"enabled": false\,/i,domain=vgtv.no,important
! https://github.com/AdguardTeam/AdguardFilters/issues/25131
! https://github.com/AdguardTeam/AdguardFilters/issues/5760 - skip 30 seconds ads
||gamezhero.com/get-game-code/$replace=/(config\.set\(EmbedApiConfig\.APP_ADS\,[\s\S]*?)true\);/\$1false\);/
! https://forum.adguard.com/index.php?threads/resolved-itv-com-windows.22200/
||itv.com/itv/tserver/*size=*/viewid=$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/,important
! onclkds.com - popups
||onclkds.com/apu.php?$replace=/^[\s\S]*\$//,important
! https://github.com/AdguardTeam/AdguardFilters/issues/4607
||goal.com/static/js?files=$replace=/taboolaSlide:\d\d/taboolaSlide:99/,important
! https://forum.adguard.com/index.php?threads/macworld-idg-se.19682/
! ://widgets.spklw.com/v1/data/?*&widget-id=$replace=/(?:(?:(?<=\[)|\G)\{(?:[^\{\}]|\{(?:[^\{\}]|\{[^\{\}]*?\})*?\})*?"type"\:"ad"(?:[^\{\}]|\{(?:[^\{\}]|\{[^\{\}]*?\})*?\})*?\}(?:\,|(?=\]))|\,\{(?:[^\{\}]|\{(?:[^\{\}]|\{[^\{\}]*?\})*?\})*?"type"\:"ad"(?:[^\{\}]|\{(?:[^\{\}]|\{[^\{\}]*?\})*?\})*?\}(?=[\,\]]))//g
://widgets.spklw.com/v1/data/?*&widget-id=$replace=/(?<=\[)(\{"image":\{"url":"[\s\S]*?"type":"ad"[\s\S]*?\,"service_version":"[\s\S]*?"\}(\,)?)+|(\,)?\{"image":\{"url":"[\s\S]*?"type":"ad"[\s\S]*?\,"service_version":"[\s\S]*?"\}//
! https://forum.adguard.com/index.php?threads/19620/
||accuradio.com/sweeper/json/fetch/?c=sweeper$replace=/\{[\s\S]*\}/{"status": "ok"}/,important
||accuradio.com/spots/check-ad-free/$replace=/"ad_free": false/"ad_free": true/,important
! https://forum.adguard.com/index.php?threads/18686/
||rojadirecta.me$replace=/it.rojadirecta.eu\/goto\///,important
! https://forum.adguard.com/index.php?threads/18663/
hentai-id.tv$replace=/http:\/\/[s\S]*s=http:\/\/www.hentai-id.tv\//http:\/\/www.hentai-id.tv\//,~third-party,~stylesheet,~script,~xmlhttprequest,important
! https://forum.adguard.com/index.php?threads/15424/
||speedtest.net^*/speedtest-config.php?x=$replace=/(<override>)[\s\S]*<\/override>/\$1<\/override>/,important
||speedtest.net^*/speedtest-config.php?x=$replace=/(<override>)[\s\S]*<\/override>/\$1<\/override>/
! https://forum.adguard.com/index.php?threads/9563/
||laola1.tv/server/homadconfig-laola1tv.json$replace=/"enabled":true\,/"enabled":false\,/i
||laola1.tv/server/homadconfig-laola1tv.json$replace=/"enabled":true\,/"enabled":false\,/i,important
||schneevonmorgen.com.s3.amazonaws.com/global_config.json$replace=/"enabled": true\,/"enabled": false\,/i,domain=laola1.tv
||schneevonmorgen.com.s3.amazonaws.com/global_config.json$replace=/"enabled": true\,/"enabled": false\,/i,domain=laola1.tv,important
! https://forum.adguard.com/index.php?threads/13850/
|http*://*.v.fwmrm.net/ad/p/1?$replace=/(<adResponse[\s\S]*?>)[\s\S]*<\/adResponse>/\$1<\/adResponse>/,domain=theplatform.com,important
|http*://*.v.fwmrm.net/ad/p/1?$replace=/(<adResponse[\s\S]*?>)[\s\S]*<\/adResponse>/\$1<\/adResponse>/,domain=theplatform.com
! https://forum.adguard.com/index.php?threads/11359/
iview.abc.net.au/programs$replace=/("type"\:"preroll")[\s\S]*("type")/"type"/,important
iview.abc.net.au/programs$replace=/("type"\:"preroll")[\s\S]*("type")/"type"/
! https://forum.adguard.com/index.php?threads/12361/
||now-api.mediaworks.nz/bc-api/*/onceuxplayer/NewshubSite/$replace=/("onceURL":")(.|\s)*?"/\$1"/,domain=newshub.co.nz,important
||now-api.mediaworks.nz/bc-api/*/onceuxplayer/NewshubSite/$replace=/("onceURL":")(.|\s)*?"/\$1"/,domain=newshub.co.nz
! https://forum.adguard.com/index.php?threads/7957/
||amazonaws.com/www.ani-stream.com/config.json$replace=/"enabled": true\,/"enabled": false\,/i
||amazonaws.com/www.ani-stream.com/config.json$replace=/"enabled": true\,/"enabled": false\,/i,important
! http://forum.adguard.com/showthread.php?10251
||dailymotion.com/ac/video/$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/,important
||dailymotion.com/ac/video/$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/
! clubic.com
||amazonaws.com/www.clubic.com/config.json$replace=/"enabled": true\,/"enabled": false\,/i,domain=clubic.com
||amazonaws.com/www.clubic.com/config.json$replace=/"enabled": true\,/"enabled": false\,/i,domain=clubic.com,important
! d8.tv
||amazonaws.com/www.d8.tv/config.json$replace=/"enabled": true\,/"enabled": false\,/i,domain=d8.tv
||amazonaws.com/www.d8.tv/config.json$replace=/"enabled": true\,/"enabled": false\,/i,domain=d8.tv,important
! http://forum.adguard.com/showthread.php?8976
||damoh.tv4play.se$replace=/"enabled": true\,/"enabled": false\,/i
||damoh.tv4play.se$replace=/"enabled": true\,/"enabled": false\,/i,important
! http://forum.adguard.com/showthread.php?8906
||once-gamespot.unicornmedia.com/now/media/playlist/*/content.m3u8$replace=/#EXTINF:[\s\S]*https:\/\/once-gamespot\.unicornmedia\.com\/now\/media\/segment\/.*&basemediaitemguid=.*//,important
||once-gamespot.unicornmedia.com/now/ads/vmap/adaptive/m3u8$replace=/(<vmap:VASTData[\s\S]*?>)[\s\S]*<\/vmap:VASTData>//,important
||onceux.unicornmedia.com$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/,domain=gamespot.com,important
||onceux.unicornmedia.com$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/,domain=gamespot.com
! http://forum.adguard.com/showthread.php?9813
||cdn.videoplaza.tv/contrib/no-vg/svm/homadConfigVideoplaza-vgtv.json$replace=/"enabled": true\,/"enabled": false\,/i,domain=vgtv.no
||cdn.videoplaza.tv/contrib/no-vg/svm/homadConfigVideoplaza-vgtv.json$replace=/"enabled": true\,/"enabled": false\,/i,domain=vgtv.no,important
||homad-global-configs-eu-fra.schneevonmorgen.com.s3.amazonaws.com/www.vgtv.no/config.json$replace=/"enabled": true\,/"enabled": false\,/i
||homad-global-configs-eu-fra.schneevonmorgen.com.s3.amazonaws.com/www.vgtv.no/config.json$replace=/"enabled": true\,/"enabled": false\,/i,important
||homad-global-configs.schneevonmorgen.com.s3.amazonaws.com/global_config.json$replace=/"enabled": true\,/"enabled": false\,/i,domain=vgtv.no
||homad-global-configs.schneevonmorgen.com.s3.amazonaws.com/global_config.json$replace=/"enabled": true\,/"enabled": false\,/i,domain=vgtv.no,important
! https://forum.adguard.com/index.php?threads/10055/
||ams.rmcnmv.naver.com/item/create/*/SMR?ams_ctgr=*&ams_chnl=*ams_videoId=$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/,important
||ams.rmcnmv.naver.com/item/create/*/SMR?ams_ctgr=*&ams_chnl=*ams_videoId=$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/
! https://forum.adguard.com/index.php?threads/10476/
||vmap.snappytv.com/vmap/*.xml$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/,important
||vmap.snappytv.com/vmap/*.xml$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/
!-------------------------------------------------------------------------------!
!------------------ Anti-crypto-miners rules -----------------------------------!
!-------------------------------------------------------------------------------!
!
! Section contains list of crypto-miners
!
! Do not block authedmine.com
!
! Block CoinHive
! On Win/Mac/Chromium ext it will be detected, on other platforms block it right away
!
!
! Another miners
! sample url for one of the miners: silimbompom.com/142711235a1c137.2.n.2.1.js
!                                   http://dzizsih.ru/0492012435a3a223.2.n.2.1.js
!                                   http://nddmcconmqsy.ru/7492512165a41313.3.n.2.1.l60.js
!                                   http://jwduahujge.ru/0741703015aacf2.3.1.1.1.l80.js
.n.2.1.js^$third-party
.n.2.1.l60.js^$third-party
.1.1.1.l80.js^$third-party
.3.n.2.1.l50.js
.3.n.2.2.l30.js
!
!
!
.info/jquerys.js
.net/jquerys.js
.org/jquerys.js
.ru/jquerys.js
.su/jquerys.js
.ua/jquerys.js
||vnebi.com/jquerys.js
||vkulake.com/jquerys.js
||usetrans.com/jquerys.js
||sup-idea.com/jquerys.js
||orbita-lviv.com/jquerys.js
||newsinmir.com/jquerys.js
||nakapote.com/jquerys.js
||marafonec.com/jquerys.js
||kaspianchoob.com/jquerys.js
||fotochki.com/jquerys.js
||dynamo-kiev.com/jquerys.js
||dengiua.com/jquerys.js
||bilsh.com/jquerys.js
!
||pornsfw.com/assets/application-*.js
||hostingcloud.racing^
||bitcoin-pay.eu/*wss$third-party
||omine.org^$third-party
||tercabilis.info^$third-party
||statdynamic.com^$third-party
||jwuqescfqa.xyz^
||ethereum-pocket.de^$third-party
://mine.torrent.pw^
||play.yo.onvid.club^
||besstahete.info^
||35.239.57.233^$third-party
||statpipe.ru^$third-party
||best-cdn.pl/pub.js
.^$third-party,script,domain=nadjibsoft.blogspot.com
||hostingcloud.*.wasm^
||sentemanactri.com^
||nahnoji.cz/compact_miner^
||js.nahnoji.cz/miner_proxy
||feesocrald.com^$third-party
||cashbeet.com^$third-party
||ultra-cdn.pl/stat.js
||005.0x1f4b0.com^
||play*.videos.vidto.me^
||nextbdom.ru^
||ugmfvqsu.ru^
||bsyauqwerd.party^
||ccvwtdtwyu.trade^
||baywttgdhe.download^
||pdheuryopd.loan^
||iaheyftbsn.review^
||djfhwosjck.bid^
||najsiejfnc.win^
||zndaowjdnf.stream^
||yqaywudifu.date^
||flowplayer.space^
||thersprens.com^
||gramombird.com^
||pampopholf.com^$third-party
||malictuiar.com^
||proofly.win^$third-party
||zminer.zaloapp.com^
vkcdnservice.appspot.com^$third-party
||vkcdnservice.com^$third-party
||dexim.space^$third-party
||directprimal.com^$third-party
||archer0*.tk:*/
||acbp0020171456.page.tl^
||vuryua.ru^$third-party
||minexmr.stream^$third-party
||gitgrub.pro^$third-party
||d8acddffe978b5dfcae6.date^
||staticsfs.host^$third-party
||crypta.js^$third-party
$websocket,domain=lib.rus.ec
/cdn-cgi/pe/bag2?r[]=*eth-pocket.de
||eth-pocket.de^$third-party
||eth-pocket.com^$third-party
||webminerpool.com^$third-party
||autologica.ga^$third-party
||mepirtedic.com^$third-party
||whysoserius.club^$third-party
||aster18cdn.nl^$third-party
||nerohut.com^$third-party
||gnrdomimplementation.com^
||pon.ewtuyytdf45.com^
||appelamule.com^$third-party
||hhb123.tk^$third-party
||bhzejltg.info^$third-party
||pzoifaum.info^$third-party
||dzizsih.ru^$third-party
||nddmcconmqsy.ru^$third-party
||silimbompom.com^$third-party
||unrummaged.com^$third-party
||fruitice.realnetwrk.com^$third-party
||mebablo.com^$third-party
||synconnector.com^$third-party
||toftofcal.com^$third-party
||interestingz.pw^$third-party
||gasolina.ml^$third-party
||8jd2lfsq.me^$third-party
||adless.io^$third-party
||afflow.18-plus.net^$third-party
||afminer.com^$third-party
||analytics.blue^
||aservices.party^
||azvjudwr.info^$third-party
||bablace.com^$third-party
||becanium.com^$third-party
||brominer.com^$third-party
||butcalve.com^$third-party
||cdn-analytics.pl^$third-party
||cdn.jquery-uim.download^
||cdn.static-cnt.bid^$third-party
||cloudcdn.gdn^$third-party
||coin-have.com^$third-party
||coin-service.com^$third-party
||coinblind.com^$third-party
||coinerra.com^$third-party
||coinimp.com^$third-party
||coinnebula.com^$third-party
||coinpirate.cf^$third-party
||coinpot.co^$third-party
||coinrail.io^$third-party
||crypto-loot.com^$third-party
||cryptoloot.pro^$third-party
||etacontent.com/js/mnr.js$third-party
||exdynsrv.com^$third-party
||formulawire.com^$third-party
||go.bestmobiworld.com^$third-party
||goldoffer.online^$third-party
||gridiogrid.com^
||hallaert.online^$third-party
||hashing.win^$third-party
||hemnes.win^$third-party
||host.d-ns.ga^$third-party
||igrid.org^
||jroqvbvw.info^$third-party
||jsccnn.com^$third-party
||jscdndel.com^$third-party
||jsecoin.com^$third-party
||jyhfuqoh.info^$third-party
||kdowqlpt.info^$third-party
||kinohabr.net/*.php?id=*&type=
||laserveradedomaina.com^$third-party
||ledhenone.com^$third-party
||machieved.com^$third-party
||minemytraffic.com^$third-party
||miner.pr0gramm.com^$third-party
||minero.pw^$third-party
||minescripts.info^$third-party
||minr.pw^$third-party
||monero-miner.com^$third-party
||nametraff.com^$third-party
||noblock.pro^$third-party
||offerreality.com^$third-party
||ogrid.org^$third-party
||panelsave.com^$third-party
||papoto.com^$third-party
||party-vqgdyvoycc.now.sh^$third-party
||pertholin.com^$third-party
||playerassets.info^$third-party
||ppoi.org^$third-party
||premiumstats.xyz^$third-party
||projectpoi.com^$third-party
||questionfly.com^$third-party
||rintinwa.com^$third-party
||rocks.io^$third-party
||s3.amazonaws.com/imgint/aaz.js
||salamaleyum.com^$third-party
||serie-vostfr.com^$third-party
||smartoffer.site^$third-party
||stonecalcom.com^$third-party
||terethat.ru^$third-party
||thewhizmarketing.com^$third-party
||thewhizproducts.com^$third-party
||thewise.com^$third-party
||traffic.tc-clicks.com^$third-party
||tulip18.com^$third-party
||vcfs6ip5h6.bid^$third-party
||web.dle-news.pw^$third-party
||webmine.cz^$third-party
||webmining.co^$third-party
||wp-monero-miner.de^$third-party
||wtm.monitoringservice.co^$third-party
||xbasfbno.info^$third-party
||xy.nullrefexcep.com^$third-party
||yrdrtzmsmt.com^$third-party
||213.183.42.58:45754/proxy
||213.183.46.114:45754/proxy
||213.183.62.42:45754/proxy
||91.192.80.210:45754/proxy
||93.189.57.254:45754/proxy
||93.189.62.10:45754/proxy
/bidmatching.js$domain=openload.co|oload.stream|oload.tv|streamango.com
://*.bid^$third-party,domain=thevideo.ch
! don't add `^` to these rules
||jshosting.bid
||freecontent.date
||hostingcloud.download
||freecontent.bid
||freecontent.racing
||freecontent.stream
!
! first-party miners
!
||uptostream.com/assets/coinif.php$important
||habd.as/js/modules/toxic-swamp/webminer.min.js
||play*.flashx.pw/filter
||plugin.brfiles.com/lib/ch64.min.js
||thepiratebay-proxylist.se/filter$websocket
||seminarski-diplomski.co.rs/js/custom.js
||cdn-102.statdynamic.com/filter
||zona.plus/*.php|
||sweetbook.net/templates/skin/sweetnew/js/internal.js
||pebx.pl/js/donate.js
pirata.pw,superbay.link,thepiratebay.kiwi,bayception.org,bayception.pw,piratebay.town,ikwildepiratebay.xyz,piratebay.tel,proxy4life.org,thepiratebay.ist,tpb.one,baypirateproxy.org,airproxyproxy.pw,airproxyunblocked.org,proxyindia.net,bayhypertpb.be,ahoyhyperbay.com,pirateahoy.net,airproxyboat.in,unblockedtpb.pw,baypirateproxy.pw,airproxybay.art,thepiratebay.bet,piratbaypirate.link,proxyfl.info,ahoypiratebaai.eu,pirate.bet,pirataibay.in,thepiratebay.blue,tpbproxyone.org,thepiratebay.pictures,airproxytpb.red,blueproxy.blue,forrealzpiratebay.org,pirateproxy.click,bayunblocked.eu,piratenbucht.eu,urbanproxy.eu,pirat2.club,tpbpiratbay.club,ahoypirate.in,indiaproxydl.org,magnetbay.eu,freeproxy.rocks,pietpiraat.org,thepirate.one,thepirate.xyz,unblocktheship.org,pirateproxy.click,urbanproxy.eu,tpb.tw,thepiratebay.bet,proxytpb.pw,noobnoob.rocks,pebx.pl#%#Object.defineProperty(window, 'miner', { get: function() { return; } });
||s*.web.flashx.co^
||s*.site.flashx.cc^
||play.site.flashx.cc/bootstrap.min.js
||s*.skencituer.com^
||ma.herphemiste.com/wmp.js
||play.video.estream.nu/estream.js
||video.streaming.estream.to/player.js
||fili.cc/assets/libs/mank/webmr.js
||m4.cdn-jquery.host/pocex.js
||m4.cdn-jquery.host/lib/hyppo.wasm
||cdn.akubebas.com/js/ch.js
sportstream365.com,justintvizletir.tv#%#Object.defineProperty(window, 'Blob', { get: function() { return; } });
estream.nu#%#Object.defineProperty(window, 'WebAssembly', { get: function() { return; } });
||wilf.cn/wp-content/plugins/simple-monero-miner-coin-hive^
||kickass.cd/*/m.js
||mine.torrent.pw^
||firmware.center/.coinhive.min.js
||foxx.to/wp-content/plugins/aj-cryptominer^
||intersportv.com/canli-mac-yayinlari/wp-content/uploads/*/jZxl_2.js
||intersportv.com/canli-mac-yayinlari/wp-content/uploads/*/intersportv.js
||likeminer.nablabee.com^$third-party
||miner.nablabee.com^$third-party
||gaypornwave.com/wp-content/plugins/simple-miner-tweaks^
||gaypornwave.com/wp-content/plugins/simple-monero-miner-coin-hive^
||vidfile.net/js/kissmyass/v*.j?
||a-o.ninja/apk-AO/kingofthenorth
||shrink-service.it/js/cM.js
||techhome-js.github.io/main.js^$third-party
||techhome-js.github.io/code.wsm^$third-party
||estream.to/amo.js
||estream.to^$websocket
||vidzi.tv/plays.js
||hiy.vidzi.tv/socket.io^
||futeboltv.com/js/coinhiveminer.js
||goodkino.biz/*.2.1.2.js|
||audioknigi.club/templates/skin/aclub/js/m/bgd.js
||d1e1rbybdt265x.cloudfront.net/mmfb2.html
||rapidvideo.com/J5xj_2.js
||openkatalog.com/*/statistics.js
||template-download.top/theme.js
||kisshentai.net/Content/js/c-hive.js
||fili.tv/assets/libs/mino.min.js
||sunhd.info/js/adsensebase.js
||dekoder.ws/*/m.js
!
! Whitelist
!
! https://github.com/AdguardTeam/AdguardFilters/issues/11222
@@||coinhive.com/lib/coinhive.min.js$domain=xpau.se
! CoinHive captcha
@@||coinhive.com/lib/captcha.min.js$domain=mylink.st
@@||coinhive.com/captcha/?goal=$domain=mylink.st
!-------------------------------------------------------------------------------!
!------------------ Content blocker rules -----------------------------------!
!-------------------------------------------------------------------------------!
!+ NOT_OPTIMIZED
!
! Section contains list of the rules for content blockers
! It will be used by AdGuard Content Blocker and AdGuard for iOS/Safari
!+ NOT_OPTIMIZED
!
!+ NOT_OPTIMIZED
!###################### Temporary ######################
! until AG for iOS v3.1 release with !#safari_cb_affinity pre-processor directive support
!+ NOT_OPTIMIZED
!
! *** START: Antiadblock ***
!+ NOT_OPTIMIZED
!
! **** END: Antiadblock ****
!+ NOT_OPTIMIZED
!#######################################################
!+ NOT_OPTIMIZED
!
! *** CAUTION: all rules are wrapped by AG directive. Don't remove it, and don't add another directives***
!+ NOT_OPTIMIZED
!
!+ NOT_OPTIMIZED
!-------------------------------------------------------------------------------!
!------------------ EasyList rules ---------------------------------------------!
!-------------------------------------------------------------------------------!
&act=ads_
&ad.vid=$~xmlhttprequest
&ad_box_
&ad_channel=
&ad_classid=
&ad_code=
&ad_height=
&ad_ids=
&ad_keyword=
&ad_network_
&ad_number=
&ad_revenue=
&ad_slot=
&ad_sub=
&ad_time=
&ad_type=
&ad_type_
&ad_url=
&ad_zones=
&adbannerid=
&adclient=
&adcount=
&adflag=
&adgroupid=
&adlist=
&admeld_
&admid=$~subdocument
&adname=
&adnet=
&adnum=
&adpageurl=
&Ads_DFP=
&adsafe=
&adserv=
&adserver=
&adsize=
&adslot=
&adslots=
&adsourceid=
&adspace=
&adsrc=
&adstrade=
&adstype=
&AdType=
&adunit=
&adurl=
&adv_keywords=
&advert_
&advertiserid=
&advid=$~image
&advtile=
&adzone=
&banner_id=
&bannerid=
&clicktag=http
&customSizeAd=
&displayads=
&expandable_ad_
&forceadv=
&gerf=*&guro=
&gIncludeExternalAds=
&googleadword=
&img2_adv=
&jumpstartadformat=
&largead=
&maxads=
&pltype=adhost^
&popunder=
&program=revshare&
&prvtof=*&poru=
&show_ad_
&showad=
&simple_ad_
&smallad=
&smart_ad_
&strategy=adsense&
&type=ad&
&UrlAdParam=
&video_ads_
&videoadid=
&view=ad&
&zoneid=*&direct=
+advertorial.
+adverts/
-2/ads/
-2011ad_
-300x100ad2.
-728-90-
-ad-001-
-ad-180x150px.
-ad-200x200-
-ad-24x24.
-ad-300x250.
-ad-300x450.
-ad-300x600-
-ad-303x481-
-ad-313x232.
-ad-336x280-
-ad-340x400-
-ad-400.
-ad-472x365.
-ad-640x480.
-ad-970-
-ad-banner-
-ad-banner.
-ad-big.
-ad-bottom-
-ad-button-
-ad-category-
-ad-choices.
-ad-code/
-ad-column-
-ad-content/
-ad-cube.
-ad-data/
-ad-ero-
-ad-exo-
-ad-gif-
-ad-gif1-
-ad-home.
-ad-hrule-
-ad-hrule.
-ad-iframe.
-ad-iframe/
-ad-large.
-Ad-Large_
-ad-left.
-ad-limits.
-ad-link-
-ad-live.
-ad-loading.
-ad-manager/$~stylesheet
-ad-map/
-ad-marker.
-ad-master/
-ad-mpu+
-ad-new_
-ad-pixel-
-ad-plugin-
-ad-random/
-ad-refresh.
-ad-refresh/
-ad-reload.
-ad-reload/
-ad-resize-
-ad-right.
-ad-rotator-
-ad-rotators/
-ad-scripts?
-ad-server/
-ad-shortcodes/
-ad-sidebar-
-ad-sidebar.
-ad-strip.
-ad-switcher.
-ad-text_
-ad-tile.
-ad-top.
-ad-unit.
-ad-unit/
-ad-util-
-ad-util.
-ad-utility-
-ad-vertical-
-ad-zone.
-ad.jpg.pagespeed.
-ad.jpg?
-ad.jsp|
-ad.php?
-ad/dist/
-ad/embed.
-ad/iframe/
-ad/main.
-ad/right_
-ad/source/
-ad0.
-ad03.
-ad1.
-ad2.
-ad2_
-ad3.
-Ad300x250.
-Ad300x90-
-ad4.
-ad5.
-ad_125x125.
-ad_banner-
-ad_injector/
-ad_leaderboard/
-adap.$domain=~l-adap.org
-adbanner.
-adblack-
-adbox-
-adcentre.
-adchain.
-adcompanion.
-adfliction.
-adfliction/
-adhelper.
-adhere2.
-adimage-
-adman/
-admarvel/
-adnow.$domain=~zappistore.com
-adops.
-adrotation.
-ads-180x
-ads-530x85.
-ads-728x
-ads-banner.
-ads-bottom.
-ads-Feature-
-ads-iframe.
-ads-init&
-ads-management/
-ads-manager/
-ads-master/
-ads-ns.
-ads-placement.
-ads-plugin/
-ads-prod/
-ads-production.
-ads-right.
-ads-rotator/
-ads-widget/
-ads-widget?
-ads.generated.
-ads.gif
-ads.js?
-ads.php?
-ads.swf
-ads/728x
-ads/ad-
-ads/assets/
-ads/get?
-ads/img/
-ads/oas/
-ads/static-
-ads/video.
-ads/videoblaster/
-ads1.htm
-ads2.htm
-ads3.htm
-ads3.jpg
-ads4.htm
-Ads_728x902.
-ads_9_3.
-Ads_Billboard_
-adscript.
-adsense2.
-adserver-
-adserver.
-adserver/
-adskin.
-adslots.
-adsmanager/
-adsonar.
-adspace.
-adspace_
-adSponsors.
-adspot-
-adsscript.
-adswizz-
-adsystem-
-adtechfront.
-adtopbanner-
-adtrack.
-adv-v1/
-adv.jpg
-adv.js
-advert-100x100.
-Advert-JPEG-
-advert-label-
-advert-placeholder.
-advert.jpg?
-advert.swf
-advert1.
-advert2.
-advert3.
-advert_August.
-advertise.$domain=~i-advertise.net|~mb-advertise.gr
-advertise/
-advertise01.
-advertisement-icon.
-advertisement-management/
-advertisement.
-advertisement/script.
-advertisement_
-advertising/assets/
-advertising/vast/
-advertising11.
-advertising2-
-advertisment-
-advertorial.
-adverts.libs.
-adverts.min.
-advt.
-adwords.$domain=~consultant-adwords.com|~consultant-adwords.fr|~freelance-adwords.com|~freelance-adwords.fr
-affiliate-link.
-affiliates/img_
-amazon-ads/
-amazon-apstag/
-article-ad-
-article-ad.
-article-ads-
-article-advert-
-assets/ads.
-auto-ads-
-banner-768.
-banner-ad-
-banner-ad.
-banner-ad/
-banner-ads-
-banner-ads/
-Banner-Advert-
-banner.swf?
-banner300x250.
-banner468x60.
-bannerads/
-bg_ads.
-billboard-ads/
-bin/ad_
-Block-ad-
-blog-ad-
-book-ad-
-Box-Ad.
-box2-ad?
-cert_ad_
-content-ad-
-content-ad.
-ContentAd-
-contest-ad.
-contrib-ads.
-contrib-ads/
-core-ads.
-cpm-ad.
-cpm-ads.
-cust-ad.
-dfp-ads/
-dfp-adunits.
-display-ads.
-doubleclick-plugin/
-doubleclick.js
-doubleclick.min.js
-euads.$domain=~euads.org
-fe-ads/
-featured-ads.
-featured-ads/
-feed-ads.
-fleshlight2.
-floater_ads_
-floorboard-ads/
-footerads-
-footerads.
-gallery_ad/
-games/ads/
-gif-advert.
-google-ad.
-google-ads-
-google-ads/
-google-adsense.
-google2-ad-
-gpt-ad-$~xmlhttprequest
-housead-
-iframe-ad.
-iframe-ads/
-image-ad.
-image/Ads/
-images/ad-
-img/ads/
-inspire-ad.
-intern-ads/
-js-advertising-
-karbonn-ad-
-layer-ad.
-layer-ads/
-leaderboard-ad-
-lib/ads.
-load-ads.
-load-advert.
-ltvads.
-main/ad.
-mid-ad.
-native-ad.
-native-ad/
-nav-ad.
-NewAd.
-news-ad-
-newsletter-ad-
-NewStockAd-
-Online-ad-
-online-advert.
-outsidersads-
-page-ad.
-page-ad?
-page-peel/
-pagead-id.
-PagePeelPro/
-panel-ad.
-panel_ad_
-peel-ads-
-permads.
-plugins-wppas-
-pop-under/
-popexit.
-popunder.
-popup-ad.
-popup-ads-
-pri/adv-
-printhousead-
-publicidad.
-rail-ads.
-rail-ads/
-rectangle/ad-
-Results-Sponsored.
-right-ad.
-rightrailad-
-rollout-ad-
-scrollads.
-search-ads.
-seasonal-ad.
-show-ads.
-side-ad-
-side-ad.
-sidebar-ad.
-simple-ads.
-sky-ad.
-Skyscraper-Ad.
-skyscrapper160x600.
-small-ad.
-source/ads/
-sponsor-ad.
-Sponsor-Ad_
-SponsorAd.
-sponsored-links-
-sprite-ad.
-sticky-ad-
-strip-ads-
-sync2ad-
-tag-ad.
-template-ads/
-text-ads.
-theme/ads/
-third-ad.
-top-ad.
-top-ads.
-tower-ad-
-us/ads/
-video-ads/
-web-ad-
-Web-Ad.
-Web-Ads.
-web-advert-
-Web-Advert.
-webAd-
-webad1.
-widget-advertisement/
-your-ad-here-
-your-ads-here.
.1d/ads/
.a3s?n=*&zone_id=
.ace.advertising.
.ad-cloud.
.ad-ocad.
.ad-sys.
.ad-target.
.ad-traffic.
.ad.final.
.ad.footer+
.ad.footer.
.ad.json?
.ad.page.
.ad.premiere.
.ad.wrapper.
.ad/tag.
.ad1.nspace
.ad6media.$domain=~ad6media.fr
.ad_home_
.adbanner.
.adbutler-
.adcenter.$domain=~adcenter.nu
.adengine.
.adforge.
.adframesrc.
.adgearpubs.
.adgoitechnologie.
.adinject.$domain=~adinject.com
.adlabs.$domain=~adlabs.ru
.admarvel.
.admicro.
.adnetwork.$domain=~adnetwork.ie|~adnetwork.sk
.adnigma.
.adnwif.
.adpartner.$domain=~adpartner.cz
.adpIds=
.adplacement=
.adresult.$domain=~adresult.ch
.adriver.$~object
.adrotate.
.adru.
.ads-and-tracking.
.ads-lazy.
.ads-min.
.ads-tool.
.ads.controller.
.ads.core.
.ads.css
.ads.darla.
.ads.loader-
.ads.zones.
.ads1-
.ads1.
.ads2-
.ads3-
.ads4-
.ads5-
.ads9.
.ads_clickthru.
.adsales.
.adsame-
.adsbox.$domain=~adsbox.in
.adsby.
.adsdk.
.adsense.
.adserv/
.adserve.
.adserve2.
.adserver.
.adserver01.
.adserver1.
.adService.$domain=~adservice.com
.adspace.
.adsremote.
.adsync.
.adtech_
.adtooltip&
.adv.cdn.
.advert.$domain=~advert.ae|~advert.io|~advert.ly
.AdvertismentBottom.
.advertmarket.
.advertrecycling.
.adwolf.
.ae/ads/
.ai/ads.
.am/adv/
.ar/ads/
.ashx?ad=
.ashx?AdID=
.asp?coad
.aspx?ad=
.aspx?adid=
.at/ads/
.au/ads/
.az/adv/
.banner%20ad.
.bbn.by/
.be/ads/
.biz/ad.
.biz/ad/
.biz/ad2/
.biz/ads/
.bns1.net/
.box.ad.
.br/ads/
.bz/ads/
.ca/ads-
.ca/ads/
.cc/ads/
.cfm?ad=
.cfm?advideo%
.cgi?ad=
.ch/ads/
.ch/adv/
.clkads.
.club/ads.
.co/ads/
.co/ads?
.com/?ad=
.com/?wid=
.com/a?network
.com/a?pagetype
.com/a?size
.com/ad/$~image,third-party,domain=~mediaplex.com
.com/ad/$~third-party,domain=~blogs.technet.microsoft.com|~channel4.com|~cspace.com|~linkedin.com|~mediaplex.com
.com/ad1/
.com/ad2/
.com/ad6/
.com/ad?
.com/adclk?
.com/adds/
.com/adgallery
.com/adinf/
.com/adlib/
.com/adlib_
.com/adpicture
.com/ads-
.com/ads.
.com/ads/$image,object,subdocument,domain=~sabotage-films.com
.com/ads?
.com/ads_
.com/adv/$domain=~advantabankcorp.com|~archiproducts.com
.com/adv3/
.com/adv?
.com/adv_
.com/advs-
.com/adx/
.com/adx_
.com/adz/
.com/bads/
.com/doubleclick/
.com/gads/
.com/im-ad/
.com/im_ad/
.com/iplgadshow
.com/js.ng/
.com/js/ad.
.com/js/ads/
.com/js/adsense
.com/miads/
.com/ntfc.php?$script
.com/peels/
.com/pm/ad-
.com/promodisplay?
.com/ss/ad/
.com/video-ad-
.cyad1.
.cz/affil/
.cz/bannery/
.dartconfig.js
.digital/ads/
.displayAds&
.ec/ads/
.eg/ads/
.es/ads/
.es/adv/
.eu/ads/$domain=~scutt.eu
.eu/adv/
.exp_ad-
.fi/ads/
.fm/ads/
.fr/ads.
.ga/ads.
.gg/ads/
.gif?ad=
.GoogleDfpSlot.
.gr/ads/
.hk/ads/
.homad.$domain=~homad.eu
.HomepageAdvertismentBottom.
.hr/ads.
.html?ad=
.html?ad_
.html?clicktag=
.iads.js
.ie/ads/
.il/ads.
.il/ads/
.im/ntfc.php?$script
.in/ads.
.in/ads/
.info/ad_
.info/ads-
.info/ads/
.initdoubleclickadselementcontent?
.intad.
.intad/
.internads.
.io/ads.
.is/ads/
.jp/ads/
.js?dfp=
.jsp?adcode=
.ke/ads/
.lazyad-
.lazyload-ad-
.lazyload-ad.
.link/ads/
.lk/ads/
.me/ads-
.me/ads/
.mobileads.
.mv/ads/
.mx/ads/
.my/ads/
.name/ads/
.nativeads.
.net/_adv/
.net/ad-
.net/ad/$~object
.net/ad2/
.net/ad_
.net/adgallery
.net/adj;
.net/ads-
.net/ads.
.net/ads/
.net/ads?
.net/ads_
.net/adt?
.net/adv/
.net/affiliate/
.net/bnr/
.net/flashads
.net/gads/
.net/noidadx/
.net/pfadj/
.net/pops.js
.net/vghd_
.ng/ads/
.nl/ad2/
.nl/ads/
.no/ads/
.nu/ads/
.nz/ads/
.oasfile.
.oastagging.
.online/ads/
.openad.$domain=~openad.lv
.openx.$domain=~openx.com
.openxtag.
.org/ad-
.org/ad.
.org/ad/
.org/ad_
.org/adgallery1
.org/ads-
.org/ads/
.org/ads_
.org/adv/
.org/exit.js
.org/gads/
.org/pops.js
.ph/ads/
.php/ad/
.php/ads/
.php?ad=
.php?ad_
.php?adsid=
.php?adv=
.php?adv_
.php?affid=$domain=~cancun-discounts.com
.php?clicktag=
.php?id=ads_
.php?nats=
.php?zone_id=
.pj?adv=
.pk/ads/
.pl/ads/
.popunder.js
.popup_im.
.popupvideoad.
.propellerads.
.pw/ads/
.refit.ads.
.refreshAds.
.ro/ads/
.rolloverad.
.ru/ads/
.se/*placement=$script,subdocument,third-party
.se/*redirect&$script,subdocument,third-party
.se/ads/
.sh/ads/
.shortcuts.search.
.show_ad_
.sk/ads/
.sponsorads.
.streamads.
.swf?1&clicktag=
.swf?2&clicktag=
.swf?ad=
.swf?click=
.swf?clicktag=
.swf?clickthru=
.swf?iurl=http
.swf?link1=http
.swf?link=http
.swf?popupiniframe=
.text-link-ads.
.textads.
.th/ads/
.theadtech.
.to/ads/
.topad.
.tv/adl.
.tv/ads.
.tv/ads/
.twoads.
.tz/ads/
.uk/ads.
.uk/ads/
.uk/adv/
.us/ad/*?
.us/ads.
.us/ads/
.utils.ads.
.vert.ad.
.videoad3.
.videoad4.
.weborama.js
.widgets.ad?
.win/ads/
.ws/ads/
.xinhuanetAD.
.xxx/ads/
.xyz/ads/
.za/ads.
.za/ads/$domain=~ananzi.co.za
.zm/ads/
.zw/ads/
/!advert_
/0/ads/*
/04/ads-
/1/ads/*$~image
/1/ads_
/120ad.
/120ads/*
/125ads/*
/125x125_ADS/*
/125x125_banner.
/125x125ad.
/126_ad.
/160_ad_
/17/ads/*
/1912/ads/*
/1afr.php?
/2/ads/*$~image
/2010/ads/*
/2010main/ad/*
/2011/ads/*
/2013/ad/*
/2013/ads/*
/2014/ads/*
/2015/ads/*
/2018-ads-
/24-7ads.
/24adscript.
/250x250-adverts.
/250x250_advert_
/300-ad-
/300250_ad-
/300_ad_
/300ad.
/300by250ad.
/300x250ad.
/300x250adbg.
/300x250ads.
/300x250advert.
/300x500_ad
/336x280ads.
/3_ads.
/3pt_ads.
/468-banner.
/468ad.
/468x60ad.
/468xads.
/658x96xadv_
/728_ad_
/728x80topad.
/728x90banner.
/768x90ad.
/?addyn|*
/?adv_partner
/?advideo/*
/?view=ad
/_/ads/*
/_30/ads/*
/__adstop.
/_ads/*
/_affiliatebanners/*
/_global/ads/*
/_img/ad_
/_js2/oas.
/_scripts/_oas/*
/_svc/ad/*
/a-ads.$third-party
/a/ads/*
/a/display.php?
/a1/*?sub=$third-party
/a2/?sub=$third-party
/a2/ads/*
/a3/?sub=$third-party
/a7delivery_
/aa/www/*
/aamsz=
/ABAdsv1.
/abm.asp?
/abm.aspx
/abmw.asp
/abmw/*
/abnl/?begun^
/abnl/?narodads^
/about-these-ads.
/absolutebm.aspx?
/abvAds_
/AbvProductAds/*
/acc_random=
/active-ad-
/ad%20banners/*
/ad%20images/*
/ad-125.
/ad-300topleft.
/ad-300x250.
/ad-300x254.
/ad-300x300.
/ad-350x350-
/ad-400.
/ad-410x300.
/ad-468-
/ad-600-
/AD-970x90.
/ad-ace/*
/ad-amz.
/ad-api-
/ad-api/*
/ad-audit.
/ad-background.
/ad-banner-
/ad-banner.
/ad-bckg.
/ad-bin/*
/ad-blacklist.
/ad-bottom.
/ad-box-
/ad-boxes-
/ad-bucket.
/ad-builder.
/ad-button1.
/ad-callback.
/ad-catalogue-
/ad-cdn.
/ad-channel-
/ad-choices-
/ad-choices.
/ad-controller.
/ad-creatives-
/ad-creatives/*
/ad-emea.
/ad-engine.
/ad-exchange.
/ad-feature-
/ad-feedback.
/ad-feedback/*
/ad-fix-
/ad-flashgame.
/ad-format.
/ad-forumhome/*
/ad-frame.
/ad-frame/*
/ad-gallery.$~stylesheet
/ad-half_
/ad-hcm.
/ad-header.
/ad-home-
/ad-hug.
/ad-identifier.
/ad-ifr.
/ad-iframe-
/ad-iframe.
/ad-iframe?
/ad-image.
/ad-images/*
/ad-ina.
/ad-indicator-
/ad-inject/*
/ad-injection/*
/ad-inserter-
/ad-inserter/*
/ad-int-
/ad-invalid-
/ad-issue.
/ad-label-
/ad-label.
/ad-layering-
/ad-layers-
/ad-layers.
/ad-layout/*$~script,~stylesheet
/ad-leaderboard.
/ad-left.
/ad-letter.
/ad-lil.
/ad-link/*
/ad-loader-
/ad-loader.
/ad-loading.
/ad-local.$domain=~ad-local.de
/ad-logger/*
/ad-manager/*
/ad-managment/*
/ad-maven-
/ad-methods.
/ad-minister-
/ad-minister.$domain=~ad-minister.app
/ad-minister/*$domain=~ad-minister.app
/ad-modules/*
/ad-navi/*
/ad-nytimes.
/ad-offer1.
/ad-openx.
/ad-overlay-
/ad-overlay.
/ad-page/*
/ad-plate/*
/ad-plugin/*
/ad-point/*
/ad-position-
/ad-pub.
/ad-pulse.
/ad-record.
/ad-refresh-
/ad-refresh.
/ad-renderer.
/ad-right2.
/ad-ros-
/ad-rotator-
/ad-scroll.
/ad-serve?
/ad-server.
/ad-server/*
/ad-side/*
/ad-sidebar-
/ad-skin-
/ad-skyscraper.
/ad-source/*
/ad-sovrn.
/ad-specs.
/ad-sprite.
/ad-srv.
/ad-strip.
/ad-stub-
/ad-studio/*
/ad-styles.
/ad-tag-
/ad-tag2.
/ad-tags/*
/ad-tandem.
/ad-template.
/ad-template/*
/ad-text.
/ad-third-party/*
/ad-time/*
/ad-title.
/ad-top-
/ad-top.
/ad-top/*
/ad-topbanner-
/ad-unit-
/ad-updated-
/ad-utilities.
/ad-vert.
/ad-vertical-
/ad-verticalbar.
/ad-view-
/ad-web.
/ad-wisteria.
/ad.ams.
/ad.ashx?
/Ad.asmx/*
/ad.asp?
/ad.aspx?
/ad.cgi?
/ad.code?
/ad.css?
/ad.epl?
/ad.gif|
/ad.html?
/ad.info.
/ad.jsp?
/ad.mason?
/ad.min.
/ad.php3?
/ad.php?
/ad.php|
/ad.popup?
/ad.premium-
/ad.redirect.
/ad.sense/*
/ad.serve.
/ad.skin.
/ad.slot.
/ad.valary?
/ad.view?
/ad.xml$xmlhttprequest
/ad.ytn.
/ad/*&ifid=
/ad/130-
/ad/402_
/ad/600-
/ad/728-
/ad/938-
/ad/940-
/ad/960x60.
/ad/?host=
/ad/?section=
/ad/?site=
/ad/a.aspx?
/ad/activateFlashObject.
/ad/ad2/*
/ad/add_
/ad/adp_
/ad/afc_
/ad/article/*
/ad/article_
/ad/audsci.
/ad/b_view?
/ad/banner.
/ad/banner/*
/ad/banner?
/ad/banner_
/ad/bannerdetails/*
/ad/bannerimg/*
/ad/banners/*
/ad/bbl-
/ad/behavpixel.
/ad/bin/*
/ad/blank.
/ad/blog_
/ad/bottom.
/ad/bsb.
/ad/card-
/ad/clients/*
/ad/common/*
/ad/common_
/ad/commons/*
/ad/content/*
/ad/cpmstar/*
/ad/cross-
/ad/css/*$domain=~cspace.com
/ad/directcall/*
/ad/empty.
/ad/extra/*
/ad/extra_
/ad/files/*
/AD/Footer_
/ad/frame1.
/ad/framed?
/ad/generate?
/ad/getban?
/ad/getbanandfile?
/ad/google/*
/ad/google_
/ad/guest/*
/ad/homepage?
/ad/html/*
/ad/iframe.
/ad/iframe/*
/ad/image/*
/ad/images/*
/ad/img/*
/ad/index.
/ad/index/*
/Ad/Index?
/ad/index_
/ad/inline?
/ad/integral-
/ad/inventory/*
/ad/js/banner9232.
/ad/js/pushdown.
/ad/jsonp/*
/ad/leaderboard.
/ad/listing-
/ad/live-
/ad/load.
/ad/load_
/ad/loaders/*
/ad/loading.
/ad/log/*
/ad/login-
/ad/material/*
/ad/middle.
/ad/mpu/*
/ad/multfusion.
/ad/network/*
/Ad/Oas?
/ad/omakasa.
/ad/ongoing/*
/ad/p/jsonp?
/ad/play1.
/ad/player_
/ad/player|
/ad/pong?
/ad/popup.
/Ad/premium/*
/ad/preview/*
/ad/quigo/*
/ad/random_
/ad/realclick.
/ad/realclick/*
/ad/rectangle.
/ad/reklamy.
/ad/request?
/ad/right2.
/ad/rotate?
/ad/script/*
/ad/select?
/ad/semantic_
/ad/serve.
/ad/show.
/ad/side_
/ad/skin_
/ad/skyscraper.
/ad/skyscrapper.
/ad/slider/*
/ad/small-
/ad/spacer.
/ad/special.
/ad/sponsored-
/ad/sponsors/*
/ad/static_
/ad/status?
/ad/superbanner.
/ad/swf/*
/ad/takeover/*
/ad/textlinks/*
/ad/thumbs/*
/ad/timing.
/ad/top.
/ad/top/*
/ad/top1.
/ad/top2.
/ad/top3.
/ad/top_
/ad/view/*
/ad/View3.
/ad/wisteria/*
/ad/zeus/*
/ad0.$domain=~ad0.com|~ad0.dev|~ad0.org|~vereinslinie.de
/ad000/*
/ad01.
/ad02/background_
/ad1-728-
/ad1.$domain=~ad1.de|~ad1.in|~vereinslinie.de
/ad1/index.
/ad11c.
/ad12.
/ad120x60.
/ad125.
/ad125b.
/ad125x125.
/ad132m.
/ad132m/*
/ad134m/*
/ad136/*
/ad15.
/ad16.$domain=~ad16.asmrc.org
/ad160.
/ad160k.
/ad160px.
/ad160x600.
/ad1_
/ad1place.
/ad1r.
/ad1x1home.
/ad2-728-
/ad2.$domain=~vereinslinie.de
/ad2/index.
/ad2/res/*
/ad2010.
/ad234.
/ad24.png
/ad24/*
/ad247realmedia/*
/ad250.
/ad290x60_
/ad2_
/ad2border.
/ad2con.
/ad2gate.
/ad2gather.
/ad2push.
/ad2you/*
/ad3.$domain=~ad3.eu|~vereinslinie.de
/ad300.
/ad300f.
/ad300f2.
/ad300home.
/ad300s.
/ad300ws.
/ad300x.
/ad300x145.
/ad300x250-
/ad300x250.
/ad300x250_
/ad336.
/ad350.
/ad3_ima.
/ad3i.
/ad4.$domain=~ad4.wpengine.com|~vereinslinie.de
/ad41_
/ad468.
/ad468x60.
/ad468x80.
/ad4i.
/ad5.
/ad6.
/ad600x250.
/ad600x330.
/ad7.
/ad728-
/ad728.
/AD728cat.
/ad728f.
/ad728f2.
/ad728home.
/ad728rod.
/ad728s.
/ad728t.
/ad728w.
/ad728ws.
/ad728x.
/ad728x15.
/ad728x15_
/ad728x90-
/ad728x90.
/ad8.
/ad?channel=
/ad?cid=
/ad?count=
/ad?currentview=
/ad?data=
/ad?iframe_
/ad?pos_
/ad?sponsor=
/ad?type=
/ad_120_
/ad_200x90_
/ad_234x60_
/ad_250x250_
/ad_300.
/ad_300250.
/ad_300_
/ad_4_tag_
/ad_600_
/ad_600x160_
/ad_600x500/*
/ad_728.
/ad_728_
/ad_960x90_
/ad_agency/*
/ad_announce.
/ad_area.
/ad_art/*
/ad_article_
/Ad_Arub_
/ad_axt_
/ad_banner.
/ad_banner/*
/ad_banner1.
/ad_banner2.
/ad_banner_
/ad_bannerPool-
/ad_banners/*
/ad_bar_
/ad_base.
/ad_big_
/ad_blog.
/ad_bomb/*
/ad_bot.
/ad_bottom.
/ad_box.
/ad_box1.
/ad_box2.
/ad_box?
/ad_box_
/ad_boxes/*
/ad_bsb.
/ad_button.
/ad_cache/*
/ad_campaign?
/ad_campaigns/*
/ad_caption.
/ad_check.
/ad_choices.
/ad_choices_
/ad_code.
/ad_common.
/ad_commonside.
/ad_commonside_
/ad_companion?
/ad_config.
/ad_configuration.
/ad_configurations_
/ad_container_
/ad_content.
/ad_contents/*
/ad_count.
/ad_counter.
/ad_counter_
/ad_create.
/ad_creatives.
/ad_data/*
/ad_data_
/ad_delivery?
/ad_detect.
/ad_digital.
/ad_dir/*
/ad_display.
/ad_display_
/ad_drivers/*
/ad_ebound.
/ad_editorials_
/ad_engine?
/ad_entry_
/ad_exo.
/ad_feed.
/ad_feedback_
/ad_file/*
/ad_files/*
/ad_fill.
/ad_filler.
/ad_filmstrip/*
/ad_fixedad.
/ad_flash/*
/ad_flat_
/ad_floater.
/ad_folder/*
/ad_footer.
/ad_footer_
/ad_forum_
/ad_frame.
/ad_frame?
/ad_frm.
/ad_function.
/ad_ga_callback.
/ad_generator.
/ad_generator?
/ad_gif/*
/ad_gif_
/ad_google.
/ad_h.css?
/ad_hcl_
/ad_hcr_
/ad_head_
/ad_header.
/ad_header_
/ad_headerbg.
/ad_height/*
/ad_holder/*
/ad_home.
/ad_home2011_
/ad_home_
/ad_homepage_
/ad_horisontal.
/ad_horiz.
/ad_horizontal.
/ad_html/*
/ad_icons/*
/ad_iframe.
/ad_iframe_
/ad_ima-
/ad_image.
/ad_image2.
/ad_images/*
/ad_img.
/ad_img/*
/ad_include.
/Ad_Index?
/ad_index_
/ad_insert.
/ad_isp_
/ad_jnaught/*
/ad_keywords.
/ad_label2_
/ad_label728.
/ad_label_
/ad_large.
/ad_lazyload.
/ad_leader.
/ad_leader_
/ad_leaderboard.
/ad_leaderboard/*
/ad_left.
/ad_left_
/ad_legend_
/ad_link.
/ad_links/*
/ad_listpage.
/ad_load.
/ad_loader.
/ad_loader2.
/ad_locations/*
/ad_log_
/ad_lomadee.
/ad_manage.
/ad_manager.
/ad_manager/*
/ad_master_
/ad_mbox.
/ad_media/*
/ad_medium_
/ad_mini_
/ad_mobile.
/ad_mpu.
/ad_multi_
/ad_navigbar_
/ad_news.
/ad_note.
/ad_notice.
/ad_oas/*
/ad_offersmail_
/ad_onclick.
/ad_ops/*
/ad_option_
/ad_overlay.
/ad_page_
/ad_paper_
/ad_parts.
/ad_peel/*$script
/ad_pics/*
/ad_pir.
/ad_pop.
/ad_pop1.
/ad_popup_
/ad_pos=
/ad_position=
/ad_position_
/ad_premium.
/ad_premium_
/ad_preroll-
/ad_print.
/ad_rectangle_
/ad_red.
/ad_refresh.
/ad_refresher.
/ad_reloader_
/ad_remon_
/ad_render_
/ad_renderv4_
/ad_rentangle.
/ad_req.
/ad_request.
/ad_resize.
/ad_right.
/ad_right_
/ad_rotation.
/ad_rotator.
/ad_rotator/*
/ad_rotator_
/ad_screen.
/ad_script.
/ad_script_
/Ad_Scripts/*
/ad_scroller.
/ad_selectMainfixedad.
/ad_serv.
/ad_serve.
/ad_serve_
/ad_server.
/ad_server/*
/ad_serverV2.
/ad_servlet.
/ad_shared/*
/ad_show.
/ad_show?
/ad_side.
/ad_sidebar/*
/ad_sizes=
/ad_skin_
/ad_sky.
/ad_skyscraper.
/ad_slideout.
/ad_slots.
/ad_space.
/ad_spot.
/ad_square.
/ad_square_
/ad_squares.
/ad_srv.
/ad_status.
/ad_stem/*
/ad_sticky.
/ad_styling_
/ad_supertile/*
/ad_support.
/ad_sys/*
/ad_syshome.
/ad_system/*
/ad_tab.
/ad_tag.
/ad_tag_
/ad_tags_
/ad_text.
/ad_text_
/ad_tickets.
/ad_tile/*
/ad_timer.
/ad_title_
/ad_tools/*
/ad_top.
/ad_top/*
/ad_top_
/ad_topgray2.
/ad_tower_
/ad_tpl.
/ad_ttb.
/ad_txt.
/ad_units.
/ad_units/*
/ad_units?
/ad_upload/*
/ad_util.
/ad_utils.
/ad_utils/*
/ad_ver/*
/ad_vert.
/ad_vertical.
/ad_video.htm
/ad_video1.
/ad_view_
/ad_wide_
/ad_width/*
/ad_wrapper.
/ad_www_
/adactions.
/adaffiliate_
/AdAgent_
/adanalytics.
/adanim/*
/adaptv_ortb/*
/adaptvadplayer.
/adaptvadservervastvideo.
/adaptvexchangevastvideo.
/adarena/*
/adasiatagmanager.
/adasset/*
/adasset4/*
/adasync.
/adb.js?tag=
/adback.
/adback?
/AdBackground.
/adban.
/adbanner.
/adbanner/*
/adbanner2.
/adbanner2/*
/adbanner_
/adbanners/*
/adbar.$domain=~adbar.fi|~adbar.io
/adbar/*
/adbar2_
/adbar_
/adbars.
/adbase.$domain=~adbase.ai
/adbayimg/*
/adbeacon.
/adbebi_
/adbet-
/adbetween/*
/adbg.jpg
/adbl1/*
/adbl2/*
/adbl3/*
/adblade-publisher-tools/*
/adblob.
/adblock.ash
/adblock.js
/adblock26.
/adblock?id=
/adblockl.
/adblockr.
/adbn?
/adboost.$domain=~adboost.fr|~adboost.io|~adboost.se|~adboost.sellerboost.de
/adborder.
/adbot160.
/adbot300.
/adbot728.
/adbot_
/adbotleft.
/adbotright.
/adbottom.
/adbox.
/adbox/*
/adbox1.
/adbox2.
/adbox_
/adboxbk.
/AdBoxDiv.
/adboxes/*
/adboxtable-
/adbreak_
/adbridg.
/adbrite-
/adbrite.
/adbrite/*
/adbrite2.
/adbrite_
/adbriteinc.
/adbriteincleft2.
/adbriteincright.
/adbroker.
/adbroker/*
/adbtr.
/adbucket.
/adbucks/*
/adbug_
/adbureau.
/adbutler-
/adbutler/*
/adbytes.
/adcache.
/adcall.
/adcalloverride.
/adcampaigns/*
/adcase.$domain=~adcase.ru
/adcash-
/adcash.$domain=~adcash.com
/adcash|
/adcast01_
/adcast_
/adcde.js
/adcdn.
/adcell/*
/adcenter.$script,domain=~adcenter.capgemini.com|~adcenter.nu|~m-m-g.com
/adcentral.
/adCfg.
/adcframe.
/adcgi?
/adchain-
/adchain.
/adchannel_
/adcheck.
/adcheck?
/adchoice.
/adchoice/*
/adchoice_
/adchoices-
/adchoices.
/adchoices/*
/adchoices16.
/adchoices2.
/adchoices_
/adchoicesfooter.
/adchoicesicon.
/adchoiceslogo.
/adchoicesv4.
/adcircle.
/adcla/*
/adclick-
/adclick.
/adclick/*
/adClick?
/adclient-
/adclient.
/adclient/*
/adclix.$~image
/adclixad.
/adClosefeedbackUpgrade.
/adclutter.
/adcode.
/adcode/*
/adcode_
/adcodes/*
/adcollector.
/adcommon?
/adcomp.
/adcomponent/*
/adconfig.
/adconfig/*
/adcontainer?
/adcontent.$~object
/adcontent/*
/adcontents_
/adcontrol.
/adcontrol/*
/adcontroller.
/adcore.$domain=~adcore.ch|~adcore.com.au|~adcore.ua
/adcore_$domain=~adcore.ch|~adcore.com.au
/adcount.$domain=~adcount.com|~adcount.fi
/adcounter.
/adcreative.
/adcreative/*
/adcreatives/*
/adcss/*
/adctrl/*
/adcxtnew_
/adcycle.
/adcycle/*
/add728.
/addata.$domain=~addata.io
/addatasandbox?
/addeals/*
/addefend.
/addefend/*
/addelivery/*
/addeliverymodule/*
/addisplay.$domain=~addisplay.ca
/addon/ad/*
/addons/ads/*
/adds_banner/*
/addyn/3.0/*
/addyn|*;adtech;
/addyn|*|adtech;
/adedge/*
/AdElement/*
/adenc.
/adenc_
/adengage-
/adengage.
/adengage/*
/adengage0.
/adengage1.
/adengage2.
/adengage3.
/adengage4.
/adengage5.
/adengage6.
/adengage_
/adengine.
/adengine/*
/adengine_
/adentry.
/aderlee_ads.
/adError/*
/adevent.$domain=~adevent.com
/adevents.$domain=~adevents.com|~adevents.com.au
/adexample?
/adexclude/*
/adexternal.
/adf.cgi?
/adfactor/*
/adfactor_
/adfactory-
/adfactory.$domain=~adfactory.rocks
/adfactory_
/adfarm.$~image,third-party,domain=~mediaplex.com
/adfarm.$~third-party,domain=~mediaplex.com
/adfarm/*
/adfeed.
/adfeedback/*
/adfeeds.
/adfeedtestview.
/adfetch.
/adfetch?
/adfetcher?
/adfever_
/adfile.
/adfile/*
/adfiles.
/adfiles/*
/adfillers/*
/adfit/*
/adflag.
/adflash.
/adflashes/*
/adfliction-
/adflow.$domain=~adflow.com.au|~adflow.io|~adflow.marketing|~adflow.pl
/adfly/*
/adfolder/*
/adfootcenter.
/adfooter.
/adFooterBG.
/adfootleft.
/adfootright.
/adforgame160x600.
/adforgame728x90.
/adforgame728x90_
/adforge.
/adform/Adform_
/AdForm_trackpoint.
/AdForm_trackpoint_
/adformats/*
/AdformVideo_
/adforums/*
/adfox.$domain=~adfox.de|~adfox.group|~adfox.hu
/adfox/*
/adfoxLoader_
/adfr.
/adframe/*
/adframe120.
/adframe120x240.
/adframe2.
/adframe468.
/adframe728a.
/adframe728b.
/adframe728b2.
/adframe728bot.
/adframe728homebh.
/adframe?
/adframe_
/adframebottom.
/adframecommon.
/adframemiddle.
/adframes.
/adframes/*
/adframetop.
/adframewrapper.
/adfrequencycapping.
/adfrm.
/adfront/*
/adfshow?
/adfuncs.
/adfunction.
/adfunctions.
/adfusion/*
/adgallery1.
/adgallery1|
/adgallery2.
/adgallery2|
/adgallery3.
/adgallery3|
/adgalleryheader.
/adgear.js
/adgear/*
/adgear1-
/adgear2-
/adgearsegmentation.
/adgenerator.
/adgeo/*
/adGet.
/adgetter.
/adgitize-
/adgooglefull2.
/adGpt.
/adgraphics/*
/adguru.
/adhads.
/adhalfbanner.
/adhandler.
/adhandler/*$~subdocument
/adhandlers-
/adhandlers2.
/adheader.
/adheadertxt.
/adheading_
/adhelper.
/adhese.$domain=~adhese.com
/adhese_
/adhints/*
/adhomepage.
/adhomepage2.
/adhood.
/adhost.$domain=~adhost.dk
/adhref.$domain=~adhref.com
/adhtml/*
/adhub.
/adhug_
/adicon_
/adiframe.
/adiframe/*
/adiframe1.
/adiframe18.
/adiframe2.
/adiframe7.
/adiframe9.
/adiframe?
/adiframe_
/adiframeanchor.
/adiframem1.
/adiframem2.
/adiframetop.
/adiframe|*|adtech;
/adify_
/adifyad.
/adifyids.
/adifyoverlay.
/adim.html?ad
/adimage.
/adimage/*
/adimage?
/adimages.
/adimages/*$~subdocument
/adimg.$domain=~adimg.ru
/adimg/*
/adinator/*
/adinclude.
/adinclude/*
/adindex/*
/adindicatortext.
/adInfoInc/*
/adinit.
/adinject.$domain=~adinject.com
/adinjector.
/adinjector_
/adinsert.
/adinsertionplugin.
/adinsertjuicy.
/adinterax.
/adiquity.
/adiro.$domain=~adiro.se
/aditems/*
/adition.
/adixs.
/adj.php?
/adjk.
/adjoin.
/adjs.
/adjs/*
/adjs?
/adjs_
/adjsmp.
/adjson.
/adjug.
/adjuggler?
/adkeys.
/adkingpro-
/adkingpro/*
/adl.php
/adlabel.$domain=~adlabel.adgoal.de
/adlabel_
/adlabs.js
/AdLanding.
/adlanding/*
/adlandr.
/adlantis.
/adlantisloader.
/adlargefooter.
/adlargefooter2.
/adlayer.
/adlayer/*
/adlead.$domain=~adlead.com
/adleader.
/adleaderboardtop.
/adleft.
/adleft/*
/adleftsidebar.
/adlens-
/adlesse.
/adlib.$domain=~adlib.info|~adlib.mu|~catharijneconvent.nl
/adlift4.
/adlift4_
/adline.$domain=~adline.co.il
/adlink-$domain=~adlinktech.com
/adlink.$domain=~adlink.guru|~adlinktech.com
/adlink/*$domain=~adlinktech.com
/adLink728.
/adlink?
/adlink_
/adlinks.
/adlinks2.
/adlinks_
/adlist_
/adload.
/adloader.
/adloader/*
/adlock300.
/adlog.php?
/adlogix.
/adm/ad/*
/admage.
/admain.
/admain|
/adman-$domain=~adman-industries.com
/adman.$domain=~adman.com|~adman.ee|~adman.studio
/adman/*
/adman_
/admanagement/*
/admanagementadvanced.
/admanager.$~object,domain=~admanager.google.com
/admanager/*$~object
/admanager3.
/admanager_
/admanagers/*
/admanagerstatus/*
/admania/*$~font,~stylesheet
/admaniacustom.
/admanproxy.
/ADMark/*
/admarker.
/admarker_
/admarket/*
/adMarketplace.
/admarubanners.
/admarvel.
/admaster.$domain=~admaster.biz
/admaster?
/admatch-
/admatcher.$~object,~xmlhttprequest
/admatcherclient.
/admatik.
/admaven.js
/admaven.min.js
/admax.$domain=~admax.cn|~admax.co|~admax.eu|~admax.fi|~admax.info|~admax.net|~admax.nu|~admax.org|~admax.se|~admax.us
/admax/*
/admaxads.
/admcoreext.
/admeasure.
/admedia.$domain=~admedia.co.il|~admedia.com|~admedia.net.au
/admedia/*
/admega.
/admeld.
/admeld/*
/admeld_
/admeldscript.
/admentor/*
/admentor302/*
/admentorasp/*
/admentorserve.
/admeta.
/admeta/cm?
/admetamatch?
/admez.
/admez/*
/admgr.
/admicro2.
/admicro_
/admin/ad_
/admin/banners/*
/admin/sponsors/*
/adminibanner2.
/admixer-
/admixer_
/admob.$domain=~google.com
/adModule.
/admonitor-
/admonitor.
/admvn_pop.
/adnap/*
/adNdsoft/*
/adnet.$domain=~adnet.agency|~adnet.hr
/ADNet/*
/adnet2.
/adnetmedia.$domain=~adnetmedia.hu
/adnetwork.$domain=~adnetwork.ai|~adnetwork.ie
/adnetwork/*
/adnetwork300.
/adnetwork468.
/adnetwork_
/adnew2.
/adnews.$domain=~adnews.pl
/AdNewsclip14.
/AdNewsclip15.
/adnex.
/adnext.$domain=~adnext.pl
/adnexus-
/adng.html
/adning/*
/adnl.
/adnotice.
/adnow-
/adobject.
/adocean.
/adometry-
/adometry.
/adometry?
/adonline.
/adonly468.
/adops.$domain=~adops.co.il
/adops/*
/adopshost.
/adopspush-
/adoptimised.
/AdOptimizer.
/adoptionicon.
/adoptions.$domain=~efollett.com
/adorika300.
/adorika728.
/ados.js
/ados?
/adotube_adapter.
/adotubeplugin.
/adoverlay.
/adoverlay/*
/adoverlayplugin.
/adoverride.
/adp-pro/*
/adp.htm
/adpage-$domain=~adpage.com.ua|~adpage.io
/adpage.$domain=~adpage.com.ua|~adpage.io
/adpage/*$domain=~adpage.com.ua|~adpage.io
/adpagem.
/adpages/*$domain=~adpages.com
/adpai.
/adpan/*
/adpanel/*
/adpanelcontent.
/adpartner.
/adparts/*
/adpatch.
/adpeeps.
/adpeeps/*
/adperf_
/adperfdemo.
/adphoto.$domain=~adphoto.eu|~adphoto.fr|~adphoto.pl
/adpic.
/adpic/*
/adpicture.
/adpicture1.
/adpicture1|
/adpicture2.
/adpicture2|
/adpictures/*
/adping.
/adpix/*
/adplace/*
/adplace5_
/adPlaceholder.
/adplacement.
/adplan4.
/adplay.
/adplayer-
/adplayer.$domain=~adplayer.media
/adplayer/*
/adplugin.
/adplugin/*
/adplugin_
/adpoint.
/adpolestar/*
/adpool/*
/adpop.$domain=~adpop.io|~adpop.me|~adpop.ro
/adpop32.
/adpopup.
/adPos?
/adPositions.
/adpositionsizein-
/AdPostInjectAsync.
/AdPreview/*
/adprime.$domain=~adprime.pl
/adproducts/*
/adprove_
/adprovider.
/adproxy.
/adproxy/*
/AdPub/*
/adpush/*
/adquality/*
/adratio.
/adrawdata/*
/adreactor/*
/adreadytractions.
/adrec.$domain=~adrec.paris-sorbonne.fr
/adreclaim-
/adrectanglebanner?
/adrefresh-
/adrefresh.
/adrelated.
/adreload.
/adreload?
/adremote.
/adrendererfactory.
/adreplace/*
/adreplace160x600.
/adreplace728x90.
/adrequest.$domain=~adrequest.com
/adRequest?$domain=~adrequest.com
/adrequests.
/adrequestvo.
/adrequisitor-
/adrevenue/*
/adrevolver/*
/adrich.
/adright.$domain=~adright.com
/adright/*
/adrightcol.
/adriver.$~object,domain=~adriver.co
/adriver/*
/adriver_$~object
/adrobot.$domain=~adrobot.com.au
/adrolays.
/adRoll.
/adroller.
/adrollpixel.
/adroot/*
/adrot.
/adrot_
/adrotat.
/adrotate-
/adrotate.
/adrotate/*
/adrotation.
/adrotator.
/adrotator/*
/adrotator2.
/adrotator_
/adrotv2.
/adrun.
/adruptive.
/ads-01.
/ads-02.
/ads-03.
/ads-04.
/ads-05.
/ads-06.
/ads-07.
/ads-1.
/ads-2.
/ads-250.
/ads-300-
/ads-300.
/ads-5.
/ads-admin.
/ads-api.
/ads-arc.
/ads-async.
/ads-banner
/Ads-bdl?
/ads-beacon.
/ads-blogs-
/ads-cch-
/ads-common.
/ads-config.
/ads-foot.
/ads-footer.
/ads-gpt.
/ads-header-
/ads-holder.
/ads-home.
/ads-inside-
/ads-intros.
/ads-leader|
/ads-min.
/ads-mobileweb-
/ads-module.
/ads-module/*
/ads-mopub?
/ads-net.
/ads-new.
/ads-no-
/ads-nodep.
/ads-pd.
/ads-rectangle.
/ads-rec|
/ads-request.
/ads-restrictions.
/ads-reviews-
/ads-right.
/ads-sa.
/ads-screen.
/ads-scroller-
/ads-segmentjs.
/ads-service.
/ads-sidebar-
/ads-skyscraper.
/ads-sky|
/ads-sticker.
/ads-sticker2.
/ads-top.
/ads-vast-
/Ads.ashx
/ads.asp?
/ads.aspx
/ads.bmp?
/ads.bundle.
/ads.cfm?
/ads.client-
/ads.cms
/ads.compat.
/ads.css
/ads.dll/*
/ads.gif
/ads.htm
/ads.jplayer.
/ads.js.
/ads.js/*
/ads.js?
/ads.json?
/ads.jsp
/ads.load.
/ads.min.js
/ads.pbs
/ads.php
/ads.pl?
/ads.png
/ads.release/*
/ads.swf
/ads.txt
/ads.v5.js
/ads.w3c.
/ads/1.
/ads/125l.
/ads/125r.
/ads/160.
/ads/160/*
/ads/2.
/ads/2010/*
/ads/250x120_
/ads/3.
/ads/300.
/ads/3002.
/ads/300x120_
/ads/468.
/ads/468a.
/ads/728-
/ads/728.
/ads/728b.
/ads/728x90above_
/ads/?id=
/ads/?page=
/ads/?QAPS_
/ads/?uniq=
/ads/a.
/ads/ab/*
/ads/abrad.
/ads/acctid=
/ads/ad-
/ads/ad.
/ads/ad_
/ads/ado-
/ads/adp4.
/ads/adrime/*
/Ads/adrp0.
/ads/ads-$~stylesheet
/ads/ads.
/ads/ads/*
/ads/ads_
/ads/adv/*
/ads/adx/*
/ads/afc/*
/ads/aff-
/ads/all_
/ads/article-
/ads/article.
/ads/as_header.
/ads/assets/*
/ads/async/*
/ads/b/*
/ads/banid/*
/ads/banner-
/ads/banner.
/ads/banner/*
/ads/banner01.
/ads/banner?
/ads/banner_
/ads/banners/*
/ads/base.
/ads/beacon.
/ads/behicon.
/ads/bg_
/ads/bilar/*
/Ads/Biz_
/ads/blank.
/ads/bottom.
/ads/bottom/*
/ads/box/*
/ads/box300.
/ads/branding/*
/ads/bt/*
/ads/btbuckets/*
/Ads/Builder.
/ads/bz_
/ads/cbr.
/ads/center-
/ads/center.
/ads/checkViewport.
/ads/click_
/ads/cnvideo/*
/ads/common/*
/ads/community?
/ads/config/*
/ads/configuration/*
/ads/contextual.
/ads/contextual_
/ads/contextuallinks/*
/ads/create_
/ads/creatives/*
/ads/cube-
/ads/daily.
/ads/daily_
/ads/dart.
/ads/default_
/ads/delivery?
/ads/design-
/ads/dfp.
/ads/dfp/*
/ads/dfp?
/ads/dhtml/*
/ads/directory/*
/ads/display/*
/ads/displaytrust.
/ads/dj_
/ads/drive.
/ads/ds/*
/ads/elementViewability.
/ads/empty.
/ads/exit.
/ads/exo_
/ads/fb-
/ads/flash/*
/ads/flash_
/ads/flashbanners/*
/ads/footer-
/ads/footer.
/ads/footer_
/ads/forum-
/ads/forums/*
/ads/freewheel/*
/ads/frontpage/*
/ads/g/*
/ads/generatedHTML/*
/ads/generator/*
/ads/getall
/ads/google1.
/ads/google2.
/ads/google_
/ads/gpt/*
/ads/gpt_
/ads/gray/*
/ads/head.
/ads/header-
/ads/header.
/ads/header/*
/ads/header_
/ads/home/*
/ads/homepage/*
/ads/horizontal/*
/ads/house/*
/ads/house_
/ads/html/*
/ads/htmlparser.
/ads/iframe
/ads/im2.
/ads/image/*
/ads/images/*
/ads/imbox-
/ads/img/*
/ads/index-
/ads/index.
/ads/index/*
/ads/index_
/ads/indexmarket.
/ads/indexsponsors/*
/Ads/InFullScreen.
/ads/initialize/*
/ads/inline.
/ads/inner_
/ads/intermarkets_
/ads/interstitial.
/ads/interstitial/*
/ads/jquery.
/ads/js.
/ads/js/*
/ads/js_
/ads/jsbannertext.
/ads/labels/*
/ads/layer.
/ads/leaderboard-
/ads/leaderboard.
/ads/leaderboard/*
/ads/leaderboard?
/ads/leaderboard_
/ads/leaderbox.
/ads/like/*
/ads/load.
/ads/lz_loader.
/ads/main.
/ads/marketing/*
/ads/masthead_
/ads/menu_
/ads/middle/*
/ads/mobiles/*
/ads/motherless.
/ads/mpu/*
/ads/mpu2?
/ads/mpu?
/ads/msn/*
/ads/mt_
/ads/narf_
/ads/native.
/ads/native/*
/ads/navbar/*
/ads/ninemsn.
/ads/oas-
/ads/oas/*
/ads/oas_
/ads/original/*
/ads/oscar/*
/ads/outbrain?
/ads/overlay-
/ads/overlay/*
/ads/p/*
/ads/page.
/ads/panel.
/ads/payload/*
/ads/pc.
/ads/pencil/*
/ads/player-
/ads/plugs/*
/ads/pop.
/ads/popout.
/ads/popshow.
/ads/popup.
/ads/popup_
/ads/post-
/ads/postscribe.
/ads/preloader/*
/ads/preroll-
/ads/preroll/*
/ads/preroll_
/ads/pro/*
/ads/prod/*
/ads/profile/*
/ads/promo_
/ads/proposal/*
/ads/proximic.
/ads/proxy-
/AdS/RAD.
/ads/rail-
/ads/rawstory_
/ads/real_
/ads/rect_
/ads/rectangle_
/Ads/Refresher.
/ads/request.
/ads/reskins/*
/ads/right.
/ads/right/*
/ads/ringtone_
/ads/rotate/*
/ads/rotate_
/ads/scriptinject.
/ads/scripts/*
/ads/select/*
/ads/serveIt/*
/ads/show.
/ads/show/*
/ads/side-
/ads/sidebar-
/ads/sidedoor/*
/ads/sitewide_
/ads/skins/*
/ads/sky_
/ads/slideup.
/ads/smi24-
/ads/spacer.
/ads/sponsor
/ads/square-
/ads/square.
/ads/square2.
/ads/square3.
/ads/src/*
/ads/storysponsors/*
/ads/sub/*
/ads/swfobject.
/ads/syndicated/*
/ads/taboola/*
/ads/tags?
/ads/takeovers/*
/ads/targeting.
/ads/text/*
/ads/third-
/ads/tile-
/ads/top-
/ads/top.
/ads/tr_
/ads/tracker/*
/ads/triggers/*
/ads/tso
/ads/txt_
/ads/v2/*
/ads/vertical/*
/ads/vg/*
/ads/video/*
/ads/video_
/ads/view.
/ads/views/*
/ads/vip_
/ads/vmap/*$~xmlhttprequest
/ads/web/*
/ads/webplayer.
/ads/webplayer?
/ads/welcomescreen.
/ads/widebanner.
/ads/widget.
/ads/writecapture.
/ads/www/*
/ads/xtcore.
/ads/yahoo/*
/ads/zergnet.
/ads/zone/*
/ads0.
/ads01.
/ads05.
/ads09a/*
/ads1.
/ads1/*
/ads10.
/ads10/*
/ads100.
/ads11.
/ads11/*
/ads12.
/ads125.
/ads125_
/ads160.
/ads160x600-
/ads160x600.
/ads160x600px.
/ads18.
/ads2.
/ads2/*
/ads20.
/ads2012/*
/ads2013/*
/ads2015/*
/ads203.
/ads210.
/ads2_
/ads2x300.
/ads2x300new.
/ads3.
/ads3/*
/ads300.
/ads300_250.
/ads300adn2.
/ads300x250.
/ads300X2502.
/ads300x250_
/ads300x250px.
/ads4.$domain=~ads4.city
/ads4/*
/ads468.
/ads468x60.
/ads468x60_
/ads4j.
/ads4n.
/ads5.
/ads5/*
/ads5t.
/ads6.
/ads6/*
/ads600-
/ads620x60/*
/ads7.
/ads7/*
/ads728.
/ads728adn2.
/ads728e.
/ads728x90_
/ads728x90a.
/ads790.
/ads8.
/ads8/*
/ads88.
/ads9.
/ads9/*
/ads?apid
/ads?callback
/ads?code=
/ads?id=
/ads?param=
/ads?spaceid
/ads?zone=
/ads?zone_id=
/ads_1.
/ads_160_
/ads_3.
/ads_300.
/ads_300_
/ads_6.
/ads_728_
/ads_9_
/ads_ad_
/ads_assets/*
/ads_banner_
/ads_banners/*
/ads_bg.
/ads_bottom.
/ads_bottom_
/ads_box_
/ads_check.
/ads_code.
/ads_code_
/ads_codes/*
/ads_common_library.
/ads_config.
/ads_controller.
/ads_detect.
/ads_dfp/*
/ads_display.
/ads_door.
/ads_event.
/ads_files/*
/Ads_Fix.
/ads_footer.
/ads_frame.
/ads_gallery/*
/ads_global.
/ads_gnm/*
/ads_google.
/ads_google_
/ads_home?
/ads_home_
/ads_ifr.
/ads_iframe.
/ads_image/*
/ads_images/*
/ads_leaderboard_
/ads_left_
/ads_load/*
/ads_loader.
/ads_manager.
/ads_medrec_
/ads_min_
/ads_new.
/ads_new/*
/ads_openx_
/ads_patron.
/ads_php/*
/ads_premium.
/ads_pro/*
/ads_r.
/ads_redirect.
/ads_reporting/*
/ads_script-
/ads_server_
/ads_show_
/ads_sidebar.
/ads_sprout_
/ads_start.
/ads_t/*
/ads_text_
/ads_thumb/*
/ads_top_
/ads_topbar_
/ads_ui.
/ads_videos/*
/ads_view.
/Ads_WFC.
/ads_yahoo.
/adsa468.
/adsa728.
/adsadclient31.
/adsadview.
/AdsAjaxRefresh.
/adsales/*
/adsall.$domain=~adsall.net
/adsame.
/adsame/*
/adsame1.
/adsample.
/adsandbox.
/adsandtps/*
/adsAPI.
/adsarticlescript.
/AdsAsync.
/adsatt.
/adsbanner-
/adsbanner.
/adsbanner/*
/adsbannerjs.
/adsbox.$domain=~adsbox.com.sg|~adsbox.in
/adsby.
/adsbyadsn.
/adsbycurse.
/adsbyfalcon.
/adsbygoogle.
/adsbytenmax.
/adscale.$domain=~adscale.com|~adscale.io|~adscale.net
/adscale1.
/adscale_$domain=~adscale.com
/adscalebigsize.
/adscalecontentad.
/adscaleskyscraper.
/adscbg/*
/adscdn.
/adscloud.
/adscluster.
/adsco.$domain=~adsco.com|~adsco.nl
/adscontent.
/adscontent2.
/adscontrol.
/adscot/*
/adscpv/*
/adscript-dfp-
/adscript-dfp.
/adscript-dianomi.
/adscript-optimera.
/adscript.
/adscript1.
/adscript?
/adscript_
/adscripts/*
/adscripts1.
/adscripts2.
/adscripts3.
/adscroll.
/adsdaq_
/adsdaqbanner_
/adsdaqbox_
/adsdaqsky_
/adsDateValidation.
/adsdelivery.
/adsdfp/*
/adsdk/*
/adsdm.
/adsdyn160x160.
/adsDynLoad/*
/adsearch.$domain=~adsearch.fr
/adSearch?
/adsec.
/adsecondary.
/adsegmentation.
/adseller/*
/adsen/*
/adsence.
/adsenceSearch.
/adsenceSearchTop.
/adsEnd.
/adsense-
/adsense.$domain=~adsense.az|~adsense.googleblog.com
/adsense/*
/adsense1.
/adsense2.
/adsense23.
/adsense24.
/adsense250.
/adsense3.
/adsense4.
/adsense5.
/adsense?
/adsense_$domain=~adsense.googleblog.com|~support.google.com
/AdsenseBlockView.
/adsensecommon.
/adsensegb.
/adsensegoogle.
/adsensets.
/adsensev2.
/adsenze.
/adseo.$domain=~adseo.com|~adseo.pl
/adseo/*
/adseperator_
/adser/*
/adserv.
/adserv/*
/adserv1.
/adserv2.
/adserv3.
/adserv_
/adserve-
/adserve.
/adserve/*
/adserve_
/adserver-
/adserver.$~xmlhttprequest
/adserver/*
/adserver01.
/adserver1-
/adserver1.
/adserver2.
/adserver2/*
/adserver3.
/adserver7/*
/adserver8strip.
/adserver?
/adserver_
/adserverc.
/adserverdata.
/adServerDfp.
/adserverpub?
/adservers-
/adserversolutions/*
/adserverstore.
/adservervastvideovizu.
/adservice-
/adservice.$domain=~adservice.io
/adservice/*
/adservices.
/adservices/*
/adservice|
/adserving.
/adserving/*
/adserving_
/AdServlet?
/adserv|*|adtech;
/adsession.
/adsession_
/adsetup.
/adsetup_
/adsfac.
/adsfetch.
/adsfile.
/adsfiles.
/adsfinal.
/adsfix.
/adsfloat.
/adsfolder/*
/adsfooter
/adsframe.
/adsfull/*
/adsfuse-
/adsgame.
/adsGooglePP3.
/adshandler.
/adshandler/*
/adshare.$domain=~adshare.tv|~echosign.com
/adshare/*$domain=~adsharetoolbox.com
/adshare3.
/adsheader.
/adshow-
/adshow.
/adshow/*
/adshow2.
/adshow?
/adshow_
/adshtml2/*
/adsi-j.
/adsico.
/adsico2.
/adsico3.
/adsicon/*
/adsidebar.
/adsidebarrect.
/adsiframe.
/adsiframe/*
/adsign.$domain=~adsign.no
/adsimage/*
/adsimages/*
/adsImg/*
/adsinclude.
/adsindie/*
/adsinsert.
/adsinteractive-
/adsite/*
/adsites/*
/adsjs.
/adsjs/*
/adsjson.
/adskin/*
/adsky.
/adskyright.
/adskyscraper.
/adslide.
/adslider-
/adslider/*
/adslides.
/adsline.
/AdsLoad.
/adslots.
/adslug-
/adslug_
/adslugs/*
/adsm2.
/adsmanagement/*
/adsmanager/*
/adsManagerV2.
/adsmapping/*
/adsMB/*
/adsmedia_
/adsmin/*
/adsmm.dll/*
/adsmodules/*
/adsnative_
/adsnew.
/adsnew/*
/adsnip.
/adsnippet.
/adsniptrack.
/adsonar.
/adsonphoto/*
/adsopenx/*
/adsource_
/adsoverlay_
/adsp/*
/adspa.
/adspace.
/adspace/*
/adspace1.
/AdSpace160x60.
/adspace2.
/adspace?
/adspacer.
/adspan.
/adspd.
/adspeeler/*
/adspending01.
/adspf.
/adspi.
/adsplay.
/Adsplex-
/AdsPlugin.
/adsPlugin/*
/adsplupu.
/adsponsor.
/adspot.$domain=~adspot.lk|~adspot.lt
/adspot/*
/adspot_
/adspots/*
/adspro/*
/adspromo-
/adspromo.
/AdsPublisher.
/adsq/*
/adsquare.$domain=~adsquare.ma
/adsquareleft.
/adsrc.
/adsrc300.
/adsremote.
/adsreporting/*
/adsresources/*
/adsrich.
/adsright.
/adsrot.
/adsrot2.
/adsrotate.
/adsrotate1left.
/adsrotate1right.
/adsrotate2left.
/adsrotateheader.
/AdsRotateNEW1right.
/AdsRotateNEW2right.
/AdsRotateNEWHeader.
/adsrotator.
/adsrule.
/adsrules/*
/adsrv.
/adsrv/*
/adsrv2/*
/adsrvmedia/*
/adss.asp
/adsscript.
/adsserv.
/adsservedby.
/adsserver.
/adsservice.
/AdsShow.
/adsshow/*
/adssp.
/adssrv.
/adst.php
/adstacodaeu.
/adstakeover.
/adstatic.
/adstatic/*
/adstatics/*
/adstemp/*
/adstemplate/*
/adsterra.$domain=~adsterra.com
/adsterra/*
/adstitle.
/adstop.
/adstop728.
/adstop_
/adstorage.
/adstr3mov.
/adstracking.
/adstract/*
/adStrategies/*
/adstream.
/Adstream?
/adstream_
/adstreamjscontroller.
/adStrip.
/adstrk.
/adstrm/*
/adstub.
/adstube/*
/adstubs/*
/adstx.
/adstyle.
/adsummos.
/adsummos2.
/adsunauth?
/adsup.
/adsvariables.
/adsvc2.
/adsvo.
/adsvr.
/adsvr2.
/adswap-
/adswap.
/adswap/*
/adsweb.
/adswide.
/adswidejs.
/adsword.
/adswrapper.
/adswrapper3.
/adswrapperintl.
/adswrappermsni.
/adsx/*
/adsx728.
/adsx_728.
/adsxml/*
/adsync/*
/adsyndication.
/adsyndication/*
/adsynth-
/adsys.
/adsys/*
/adsystem.
/adsystem/*
/ads~adsize~
/adtable_
/adtabs.
/adtadd1.
/adtag.
/adtag/*
/adtag?
/adtag_
/adtagcms.
/adtaggingsubsec.
/adtago.
/adTagRequest.
/adtags.
/adtags/*
/adtagtc.
/adtagtranslator.
/adtaily_
/adtaobao.
/adtech-
/adtech.$domain=~adtech.md
/adtech/*
/adtech;
/adtech_
/adtechglobalsettings.js
/adtechHeader.
/adtechscript.
/adTemplates/*
/adtest.
/adtest/*
/adtext.
/adtext2.
/adtext4.
/adtext_
/adtextmpu2.
/adtimage.
/adtitle.
/adtology.
/adtomo/*
/adtonomy.
/adtool/*
/adTools.
/adtools/*
/adtools2.
/adtooltip/*
/adtop.
/adtop160.
/adtop300.
/adtop728.
/adtopcenter.
/adtopleft.
/adtopmidsky.
/adtopright.
/adtopsky.
/adtrack.$domain=~adtrack.ca
/adtrack/*
/adtracker.
/adtracker/*
/adtracker?
/adtracking.
/adtracking/*
/adtraff.
/adttext-
/adttext.
/adtvideo.
/adtxt.
/adtype.
/adtype=
/adultadworldpop_
/adultimate.
/adunit.
/adunit/*$domain=~propelmedia.com
/adunits.
/adunits/*
/adunits?
/adunittop|
/adunix.
/adutil.
/adutils.
/aduxads.
/aduxads/*
/adv-1.
/adv-2.
/adv-banner-
/adv-banner.
/adv-bannerize-
/adv-banners/*
/adv-definitions-
/adv-div-
/adv-dmp/*
/adv-expand/*
/adv-ext-
/adv-f.
/adv-header.
/adv-mobile.
/adv-placeholder.
/adv-scroll-
/adv-scroll.
/adv-socialbar-
/adv.asp
/adv.css?
/adv.html
/adv.jsp
/adv.php
/adv.png
/adv/?rad_$domain=~rakuten.co.jp
/adv/adriver
/adv/ads/*
/adv/adv_
/adv/background/*
/adv/banner/*
/adv/banner1/*
/adv/banner_
/adv/bottomBanners.
/adv/box-
/ADV/Custom/*
/adv/desktop/*
/adv/interstitial.
/adv/interstitial/*
/adv/kelkoo/*
/adv/kelkoo_
/adv/lrec_
/adv/managers/*
/adv/mjx.
/adv/mobile/*
/adv/preroll_
/adv/rdb.
/adv/script1.
/adv/script2.
/adv/search.
/adv/skin.
/adv/skin_
/adv/sponsor/*
/adv/sprintf-
/adv/topbanner.
/adv/topBanners.
/adv02.$domain=~dobro.systems
/adv03.$domain=~dobro.systems
/adv1.
/Adv150.
/adv180x150.
/adv2.
/adv3.
/adv4.$domain=~adv4.me
/Adv468.
/adv5.
/adv6.
/adv8.
/adv_2.
/adv_468.
/adv_468_
/adv_background/*
/adv_banner_
/adv_box_
/adv_burt_
/adv_display.
/adv_flash.
/adv_frame/*
/adv_head.
/adv_horiz.
/adv_hp.
/adv_image/*
/adv_left_
/adv_library3.
/adv_link.
/adv_manager_
/adv_out.
/adv_player_
/adv_rcs/*
/adv_script_
/adv_server.
/adv_teasers.
/adv_top.
/adv_vert.
/adv_vertical.
/advadserve/*
/advalue/*
/advalue_
/advaluewriter.
/advanced-ads-
/advanced-ads/*
/advanced-advertising-
/advault.
/advbanner/*
/advbanners/*
/advcontents.
/advcounter.
/advdl.
/advdoc/*
/advelvet-
/advengine.
/adver-left.
/adver.$domain=~adver.biz|~adver.by|~adver.media
/adver_hor.
/adverfisement.
/adverfisement2.
/adverserve.
/adversting/*
/adversting?
/advert-$domain=~advert-solutions.com|~advert-technology.com|~advert-technology.ru
/advert.$domain=~advert.ae|~advert.ee|~advert.io|~motortrader.com.my
/advert/*
/advert01.
/advert1-
/advert1.
/advert1/*
/advert2-
/advert2.
/advert24.
/advert3.
/advert31.
/advert32.
/advert33.
/advert34.
/advert35.
/advert36.
/advert37.
/advert4.
/advert5.
/advert6.
/advert8.
/advert?
/advert_
/AdvertAssets/*
/advertbanner.
/advertbanner2.
/advertbox.
/advertbuttons_
/advertguruonline1.
/adverth.
/adverthorisontalfullwidth.
/advertical.
/advertise-$domain=~ads.microsoft.com|~advertise-solution.nl|~bingads.microsoft.com
/advertise.$domain=~ads.microsoft.com|~advertise.apartments.com|~advertise.directoryofillustration.com|~advertise.isleofskye.com|~advertise.market|~advertise.medillsb.com|~advertise.movem.co.uk|~advertise.ru|~advertise.sobihamilton.ca|~advertise.sphamovingads.com|~advertise.welovebuzz.com|~bingads.microsoft.com|~engineering.com
/advertise/*$domain=~legl.co
/advertise125x125.
/advertise_
/advertisebanners/*
/advertisehere.
/advertisement-$domain=~berlin-airport.de
/advertisement.$domain=~advertisement.solutions.zalando.com
/advertisement/*
/advertisement1.
/advertisement160.
/advertisement2.
/advertisement3.
/advertisement_
/advertisementAPI/*
/advertisementheader.
/advertisementmapping.
/advertisementrotation.
/advertisements-
/advertisements.
/advertisements/*$domain=~ellefanningfan.net
/advertisements2.
/advertisements?
/advertisements_
/AdvertisementShare.
/advertisementview/*
/advertiser.$domain=~advertiser.adverbid.com|~advertiser.autorepairconnect.com|~advertiser.growmobile.com|~advertiser.livthecity.com|~advertiser.vungle.com|~linkpizza.com|~panel.rightflow.com|~trialpay.com|~unity3d.com
/advertiser/*$domain=~ads.microsoft.com|~affili.net|~affiliprint.com|~bingads.microsoft.com|~linkpizza.com|~mediance.com|~mobileapptracking.com|~trialpay.com
/advertisers.$image,script,subdocument,domain=~advertisers.adgoal.de|~advertisers.adversense.com|~advertisers.careerone.com.au|~advertisers.dk|~advertisers.easyweddings.com.au|~advertisers.io|~advertisers.leadia.ru|~advertisers.ypfboost.ph|~panel.rightflow.com
/advertisers/*$domain=~datalift360.com|~home.tapjoy.com|~panel.rightflow.com|~propelmedia.com|~publisuites.com
/advertiserwidget.
/advertises/*
/advertisewithus_
/advertising-$domain=~abramarketing.com|~advertising-direct.com|~advertising-excellence.com|~advertising-factory.de|~microsoft.com|~outbrain.com|~yellowimages.com
/advertising.$domain=~advertising.amazon.ae|~advertising.amazon.ca|~advertising.amazon.cn|~advertising.amazon.co.jp|~advertising.amazon.co.uk|~advertising.amazon.com|~advertising.amazon.com.au|~advertising.amazon.com.mx|~advertising.amazon.de|~advertising.amazon.es|~advertising.amazon.fr|~advertising.amazon.in|~advertising.amazon.it|~advertising.amazon.sa|~advertising.berlin-airport.de|~advertising.bulurum.com|~advertising.byhoxby.com|~advertising.dailymotion.com|~advertising.expedia.com|~advertising.lavenir.net|~advertising.mobile.de|~advertising.nzme.co.nz|~advertising.org.il|~advertising.racingpost.com|~advertising.roku.com|~advertising.scoop.co.nz|~advertising.sevenwestmedia.com.au|~advertising.shpock.com|~advertising.theguardian.com|~advertising.utexas.edu|~advertising.vrisko.gr
/advertising/*$~xmlhttprequest,domain=~advertising.org.il|~commercialplanet.eu|~kloterfarms.com|~temple.edu|~themarker.com
/advertising02.
/advertising2.
/advertising300x250.
/advertising?
/advertising_$domain=~advertising.scoop.co.nz
/advertisingbanner.
/advertisingbanner/*
/advertisingbanner1.
/advertisingbanner_
/advertisingbutton.
/advertisingcontent/*
/advertisingimageexte/*
/AdvertisingIsPresent6?
/advertisinglinks_
/advertisingmanual.
/advertisingmodule.
/advertisings.
/advertisingwidgets/*
/advertisment-
/advertisment.
/advertisment/*
/advertisment1-
/advertisment4.
/advertisment_
/advertisments/*
/advertize_
/advertlayer.
/advertmedia/*
/advertmsig.
/advertorial/*
/advertorial_
/advertorials/*
/advertphp/*
/advertpixelmedia1.
/advertpro/*
/advertrail.
/advertright.
/adverts.$domain=~adverts.ie|~adverts.org.ua
/adverts/*
/adverts_
/advertserve.
/advertsky.
/advertsquare.
/advertss/*
/advertstub.
/adverttop.
/advertverticallong.
/advertwebapp.
/adverweb.
/advf1.
/advfiles/*
/advFrameCollapse.
/advhd.
/advice-ads.
/advideo.$domain=~advideo.pro
/adview.$domain=~adview.mu|~adview.online
/adview/*
/adview?
/adview_
/adviewas3.
/adviewed.
/adviewer.
/adviframe/*
/advinfo.
/advision.$domain=~advision.cl|~advision.dk
/adVisit.
/advlink300.
/advloader.
/advobj.
/advolatility.
/advpartnerinit.
/advph.
/advPop.
/advpreload.
/advris/*
/advrotator.
/advs-instream.
/advs.ads.
/advs/*
/advs_actv.
/advscript.
/advscripts/*
/advshow.
/advt.$domain=~advt.ch
/advt/*
/advt2.
/advtarget/*
/advtBanner.
/advtemplate/*
/advtemplate_
/advts/*
/advweb.
/AdvWindow/*
/advzones/*
/adw.$domain=~adw.be|~adw.olsztyn.pl|~adw.org
/adw1.
/adw2.
/adw3.
/adweb.$domain=~adweb.clarkson.edu|~adweb.com.au|~adweb.cz
/adweb2.
/adweb33.
/adwidget/*
/adwidget_
/adwidgets/*
/adwise/*
/adWiseShopPlus1.
/adwiz.
/adwiz/*
/adwizard.
/adwizard/*
/adwizard_
/adwords.$domain=~ppc.ee|~radom.pl
/adwords/*
/adwordstracking.js
/adWorking/*
/adworks.$domain=~adworks.att.com|~adworks.co.il|~adworks.jobijoba.io|~adworks.net
/adworks/*
/adworldmedia/*
/adworx.
/adworx_
/adwrapper/*
/adwrapperiframe.
/adwriter2.
/adx-exchange.
/adx.$domain=~adx.cx|~adx.uk.com|~adx.world|~adx.wowfi.com
/adx/ads?
/adx/iframe.
/adx/js/*
/adx/mobile/*
/adx160.
/adx2.
/adx_blacklist.js
/adx_exo_
/adx_flash.
/adx_iframe_
/adxads.
/adxcm_
/adxrotate/*
/adxsite.
/adxv.
/adxx.php?
/adyard.
/adyard300.
/adyea.
/adyoulike.
/adz-x/*
/adz/css/*
/adz/images/*
/adz/js/*
/adz/solus/*
/adz/sponsors/*
/adzbanner/*
/adzbotm.
/adzerk2_
/adzilla/*
/adzintext-
/adzone.
/adzone/*
/adzone1.
/adzone4.
/adzone_
/AdZoneAdXp.
/adzonebelowplayer.
/adzonebottom.
/adzonecenteradhomepage.
/adzoneleft.
/adzonelegend.
/adzoneplayerright.
/AdZonePlayerRight2.
/adzoneright.
/adzones.
/adzones/*
/adzonesidead.
/adzonetop.
/adztop.
/afc-match?q=
/afcads.
/afcsearchads.
/afdsafads/*
/aff-exchange/*
/aff.htm
/aff/ads_
/aff/banners/*
/aff/images/*
/aff_ad?$script
/aff_banner/*
/aff_banners/*
/aff_frame.
/affad?
/affads/*
/affbanner/*
/affbanners/*
/affbeat/banners/*
/affclick/*
/affilatebanner.
/affiliate-assets/banner/*
/Affiliate-Banner-
/affiliate-content/*
/affiliate-program/*
/affiliate.linker/*
/affiliate/ad/*
/affiliate/ads/*
/affiliate/banner/*
/affiliate/banners/*
/affiliate/displayWidget?
/affiliate/promo-
/affiliate/promo/*
/affiliate/script.php?
/affiliate/small_banner/*
/affiliate_banner/*
/affiliate_banners/*
/affiliate_base/banners/*
/affiliate_link.js
/affiliate_member_banner/*
/affiliate_resources/*
/affiliate_show_banner.
/affiliate_show_iframe.
/affiliateads/*
/affiliateadvertisement.
/affiliatebanner/*
/affiliatebanners/*
/affiliateimages/*
/affiliates.*.aspx?
/affiliates/*/show_banner.
/affiliates/banner
/affiliates/contextual.
/affiliateserver.
/affiliatetags/*
/affiliatewiz/*
/affiliation/*$domain=~esi.evetech.net
/affiliation_banners/*
/affiliationcash.
/affilinet/*$domain=~affilinet-inside.com|~affilinet-inside.fr
/affilitebanners/*
/affimages/*
/affimg/*
/affliate-banners/*
/affpic/*
/afr.php?
/afr?auid=
/afs/ads/*
/ahmestatic/ads/*
/aimatch_ad_
/AIV-Ad-
/ajax-ad/*
/ajax-advert-
/ajax-advert.
/ajax/ad/*
/ajax/ads/*
/ajax/ads_
/ajaxAd?
/ajaxads.
/ajrotator/*
/ajs.php?
/ajs?auid=
/ajs?zoneid=
/ak-ads-
/ak/ads/*
/all/ad/*
/all_ads/*
/alternativeads/*
/alternet.ad?
/alwebad_
/am/ads.
/amazon-ad-
/amazon-apstag.
/amazon-associates-link-$~stylesheet
/amazon-async-
/amazon/iframeproxy-
/amazon/widget/*
/amp-ad-
/amp4ads-
/amzn_ads.
/amzn_omakase.
/anchorad.
/annonse.$domain=~annonse.nu
/annonse/*
/annonser.
/annonser/*
/announce/adv/*
/anyad.js
/ape-ad-
/api-ads.
/api.ad.
/Api/Ad.
/api/ad/*
/api/ads/*
/api/v1/ad/*
/apopwin.
/app.ads-
/app.ads.
/app/ads.
/app/ads/*
/apstag.js
/aptads/*
/arcAdsJS/*
/Article-Ad-
/article-advert-
/article_ad.
/article_ads-
/articlempuadvert/*
/articleSponsorDeriv_
/artimediatargetads.
/as/gb2?stid=
/as/gb?stid=
/as3overstreamplatformadapter.
/as_u/ads/*
/aseadnshow.
/aspbanner_inc.asp?
/asset/ad/*
/asset/adv/*
/assets/ad-
/assets/ad/*
/assets/ads-
/assets/ads.
/assets/ads/*
/assets/ads3-
/assets/ads_
/assets/adv/*
/assets/doubleclick/*
/assets/js/ad.
/assets/sponsored/*
/ast/ads/*
/async/ads-
/asyncadload.
/asyncjs.$domain=~asyncjs.com
/asyncspc.
/atcode-bannerize/*
/athena/tag/?
/atlads/*
/atnads/*
/AtomikAd/*
/atrads.
/attachad.
/AttractiveAds/*
/AttractiveAds_
/AttractiveAdsCube.
/au2m8_preloader/*
/audio-ads/*
/audioads/*
/auditudeadunit.
/auditudebanners.
/austria_ad.
/auto.ad.
/auto_ad_
/avant-ad-
/Avatar_ad_
/awe2.js
/awempire.
/awepop.
/axt/ad_
/b.ads.
/back-ad.
/background_ad_
/BackgroundAd40.
/backgroundAdvertising.
/backlinxxx/js/*
/badge_ad_
/ban.php?
/ban/image?
/ban/json/*
/ban160.php
/ban300.html
/ban300.php
/ban728.html
/ban728.php
/ban728x90.
/ban_ad.
/ban_m.php?
/banimpress.
/banman.asp?
/banman/*
/banmanpro/*
/Banner-300x250.
/banner-ad-
/banner-ad.
/banner-ad/*
/banner-ad_
/banner-ads-
/banner-ads/*
/banner-adv-
/banner-affiliate-
/banner.asp?$third-party
/banner.ca?
/banner.cgi?
/banner.gif?
/banner.htm?
/banner.php
/banner.ws?
/banner/468
/banner/700
/banner/ad.
/banner/ad/*
/banner/ad_
/banner/adv/*
/banner/adv_
/banner/affiliate/*
/banner/amazon/*
/banner/hit?
/banner/javascript/zone?
/banner/rtads/*
/banner/show.php
/banner/sponsor_
/banner/url/zone?
/banner/virtuagirl
/banner160x600-
/banner20468x60.
/banner460x80.
/banner468.
/banner468_
/banner468a.
/banner468x60.
/banner468x80.
/banner728x90_
/banner_125x
/banner_468.
/banner_468x
/banner_ad.
/banner_ad_
/banner_ads.
/banner_ads/*
/banner_ads_
/banner_adv/*
/banner_control.php?
/banner_db.php?
/banner_dfp.
/banner_file.php?
/banner_id/*
/banner_iframe_
/banner_image.php?
/banner_js.*?
/banner_OAS.js
/banner_skyscraper.
/banner_view.
/banner_zanox/*
/banner_zedo/*
/bannerad.
/bannerad/*
/bannerad1-
/bannerad2-
/bannerad3.
/bannerad6.
/bannerad_
/bannerads-
/bannerads.
/bannerads/*
/banneradsajax.
/banneradsgenerator.
/banneradverts/*
/banneradviva.
/bannercode.php
/bannerconduit.
/bannerdeliver.php
/bannerexchange/*
/bannerfarm.
/bannerfarm/*
/bannerfile/ad_
/bannerframe.*?
/bannerframeopenads.
/bannerframeopenads_
/bannerinc.
/bannerjs.php?
/bannermaker/*
/bannermanager/*
/bannermarktxxx.
/bannermvt.
/bannerpump.
/bannerrotate.
/bannerrotater/*
/bannerrotation.
/bannerrotation/*
/banners.*&iframe=
/banners.cgi?
/banners.php?id
/banners/160
/banners/300
/banners/460
/banners/468
/banners/728
/banners/ad/*
/banners/ad10.
/banners/ad11.
/banners/ad_
/banners/ads-
/banners/ads.
/banners/ads/*
/banners/adv/*
/banners/adv_
/banners/aff.
/banners/affil/*
/banners/affiliate/*
/banners/ffadult/*
/banners/googlebanner
/banners/promo/*
/banners_rotation.
/bannersAds_
/bannerscript/*
/bannerserve/*
/bannerserver/*
/bannerserver3/*
/bannerserver3|
/bannerserver?
/bannersyndication.
/bannerview.*?
/bannerwerbung/*
/bannery/*?banner=
/bansrc/*
/bar-ad.
/baseAd.
/baselinead.
/basePopunder.
/basic/ad/*
/bauer.ads.
/bb/ads.
/bbad.
/bbad1.
/bbad10.
/bbad2.
/bbad3.
/bbad4.
/bbad5.
/bbad6.
/bbad7.
/bbad8.
/bbad9.
/bci-ads.
/bci-ads/*
/bckgrnd_ad.
/bdcustomadsense-
/bdvws.js
/beacon/ad/*
/beacon/ads?
/behaviorads/*
/bennerad.min.
/beta-ad.
/betrad.js
/bftv/ads/*
/bg-advert-
/bg/ads/*
/bg_ads_
/bg_adv_
/bgads/*
/bi_affiliate.js
/bidvertiser/tags/*
/big-ad-switch-
/big-ad-switch/*
/bigad.
/bigad_
/bigads/*
/bigboxad.
/bigtopl.swf
/bin/ads/*
/binary/ad/*
/bizad.
/bkgrndads/*
/Block-Ad.
/blockad_
/blocks/ads/*
/blog-ad-
/blog/ads/*
/blog_ad?
/blog_ads/*
/blogad.
/blogad02.
/blogad_
/blogads-
/blogads.
/blogads/*
/blogads2_
/blogads3/*
/blogads_
/blogadsbg.
/bloggerex.
/blogoas-
/bmndoubleclickad.
/bnr.php?
/bnr_ad_
/bnr_show.php?id=$script
/bnr_xload.php?*&pub=
/bnrad/*
/bnrimg.
/bnrsrv.
/bodyads/*
/BOM/Ads/*
/bookad/*
/bookads.
/bookads2.
/boomad.
/bottom-ad-
/bottom-ads.
/bottom-advert-
/bottom_ad.
/bottom_ads.
/bottom_adv.
/bottom_adv_
/bottomad.
/bottomad/*
/bottomads.
/bottomsidead/*
/Box-ad-
/box_ad_
/box_ads_
/boxad.
/boxad1.
/boxad2.
/boxad3.
/boxad_
/brand-ad-
/brandingAd.
/breakad_
/breaking_ad/*
/brightcovead.
/brokenAd.
/brsAssets/ads/*
/bsa-pro-
/bserver/*
/btads/*
/btbuckets/btb.js
/btmads.
/btmadsx.
/btn_ad_
/btstryad.
/bucketads.
/buddyw_ad.
/buildAdfoxBanner.
/buildAdriverBanner.
/bundle/ads.
/bundles/Ad/*
/bundles/ads-
/bunyad_
/burt/adv_
/butler.php?type=
/button_ads/*
/buttonad/*
/ButtonAd_
/buttonads.
/buttonads/*
/buyad.
/buyclicks/*
/buyer/dyad/*
/buysellads-
/buysellads.
/buzz/ads/*
/bvadtgs.
/bytemark_ad.
/c_ad.aspx?
/cache/ads_
/cactus-ads/*
/cads-min.js
/calendar-ads/*
/call/pubif/*
/call/pubj/*
/call_ads/*
/callads5.
/callAdserver?
/cam4pop2.js
/camaoadsense.
/camaoAdsenseHomepage.
/camfuzeads/*
/campaign/advertiser_
/campus/ads/*
/carbonads-
/carbonads/*
/carousel_ads.
/carouselads.
/carsadtaggenerator.js
/cashad.
/cashad2.
/category-sponsorship/*
/catfishads/*
/cb.php?sub$script,third-party
/cb_ads_manager/*
/cbgads.
/cci-ads-
/cdn-ad-
/cdn.ad.
/cdn.ads.
/cdn/adx/*
/cds.ad.
/centerads.
/central/ads/*
/centralresource/ad_
/ceoads/*
/cgi-bin/ad/*
/cgi-bin/ads.
/cgi-bin/ads/*
/cgi-bin/ads_
/cgi-exe/ad.
/cgi/ad_
/channelblockads.
/chaturbatebest.js
/checkm8footer_
/checkm8header_
/china-ad.
/chinaadclient.
/chitika-ad?
/chocolate.cgi?
/chorus_ads.
/chrome-ad.
/ciaad.
/circads.
/cjadsprite.
/ck.php?nids
/clarityray.js
/ClassAds/*
/classifieds/banners/*
/click/ads_
/click/creative/*
/click/zone?
/click?adv=
/clickads/*
/clickboothad.
/clicksor.
/clicktag.engine?$document
/clickunder.
/clients/ads/*
/clkads.
/cm/ads/*
/CME-ad-
/cmg_ad.
/cmlink/ads-
/cms/ads/*
/cms/js/ad_
/cms_ads/*
/cn-advert.
/cnads.js
/cnnslads.
/cnxad-
/CoastMarketplaceAdCategoriesAuctionsEstateGarageSales?
/CoastMarketplaceAdCategoriesJobs?
/CoastMarketplaceAdCategoriesRealEstateForSaleOrRent?
/codaadconfig.
/CofAds/*
/coldseal_ad.
/collections/ads-
/collisionadmarker.
/colorscheme/ads/*
/column-ad-
/columnadcounter.
/columnads/*
/com/ads/*
/combo?darla/*
/comm/AD_
/comment-ad-
/comment-ad.
/commercial/sponsor/*
/commercial_horizontal.
/commercial_top.
/common-ads/*
/common/ad.
/common/ad/*
/common/ad_
/common/ads/*
/common/ads?
/common/ads_
/common/adv_
/common/dart_wrapper_
/common/results.htm?block=*[colorAdSeparator]$subdocument,~third-party
/common_ad.
/commonAD.
/commons/ad/*
/commspace_ad.
/companion_ad.
/companion_ads.
/companionAdFunc.
/compban.html?
/compiled/ads-
/Component/Ad/*
/Components/Ad/*
/components/ads/*
/components/ads_
/conad.
/conad_$domain=~conad.it
/concert_ads-
/concertads-
/configspace/ads/*
/cont-adv.
/contads.
/contaxe_
/content-ads.
/content/ad/*
/content/ad_
/content/ads/*
/content/adv/*
/content_ad.
/content_ad_
/contentAd.
/contentad/*
/contentad_
/contentAdServlet?
/contentadvert1.
/contentadxxl.
/contentad|
/contentmobilead.
/context_ad/*
/context_ads.
/contextad.
/contextads.
/contextualad.
/contpop.js|
/contribute_ad.
/controller.ad.
/controller/ad-
/controller/ads/*
/controllerimg/adv/*
/Controls/ADV/*
/convertjsontoad.
/core-ads-
/core/ad/*
/core/ads/*
/coread/*
/corner-ad.
/corner_ads/*
/cornerbig.swf
/cornerpeel-bbn/*
/cornersmall.swf
/country_ad.
/couponAd.
/cover_ad.
/coxads/*
/cpm160.
/cpm728.
/cpm_ad.
/cpmbanner.
/cpmcampaigns/*
/cpmrect.
/cpx-ad.
/cpx-advert/*
/cpx_ads.
/cpxads.
/cramitin/ads_
/crossdomainads.
/crossoverad-
/csp/ads?
/css/ad-
/css/ad.
/css/ads-
/css/ads.
/css/ads300_
/css/adsense
/css/adv.
/css/adz.
/cssjs/ads/*
/ctamlive160x160.
/cube_ads/*
/cubead.
/cubeads/*
/cubeads_
/curlad.
/curveball/ads/*
/custads/*
/custom/ads
/custom/doubleclick/*
/custom11x5ad.
/custom_ads/*
/customad.
/customadmode.
/customads/*
/customadsense.
/customcontrols/ads/*
/customerad_
/cutead.
/cvs/ads/*
/cwggoogleadshow.
/cyad.
/cyad1.
/d/ads/*
/daily/ads/*
/dart_ads.
/dart_ads/*
/dart_enhancements/*
/dartad/*
/dartadengine.
/dartadengine2.
/dartads.
/dartcall.
/dartfunctions.
/data/ads/*
/data/init2?site_id=
/data/init?site_id=
/dateads.
/davad_ad_
/dblclick.
/dblclickad.
/dclk/dfp/*
/dclk_ads.
/dclk_ads_
/dcloadads/*
/ddlads/*
/de/ads/*
/default-adv/*
/default/ads/*
/default_ads/*
/default_adv.
/default_oas.
/defaultad.
/defaultad?
/defaults_ads/*
/defer_ads.
/deferads.
/defersds.
/delay-ad.
/delayedad.
/delfi-ads/*
/deliver.jphp?
/deliver.nmi?
/deliver/wr?
/deliverad/*
/deliverads.
/deliverjs.nmi?
/deliversd/*
/deliversds.
/delivery.ads.
/delivery.php?pool_id=
/delivery.php?rnd=
/delivery/*?advplaces=
/delivery/afr.
/delivery/ag.
/delivery/al.php
/delivery/apu.php
/delivery/avw.
/delivery/fc.
/delivery/fl.
/delivery/hb.php
/delivery/lg3.
/delivery/spc.
/delivery/vbafr.php
/delivery_ads/*
/deluxe/ad.
/demo/ads/*
/DemoAd.
/descpopup.js
/design/ads/*
/desktop-ad-
/develop/ads_
/devicead/*
/dfp-ads.
/dfp-ads/*
/dfp-custom/*
/dfp.js
/dfp.min.js
/dfp/async.
/dfp/blocks/*
/dfp/common/*
/dfp/dc.js
/dfp/dfp-
/dfp/head/*
/dfp/jquery.
/dfp_ads/*
/dfp_delivery.js
/dfp_init.
/dfp_js/*
/dfp_overlay.
/dfp_skin.js
/dfpad/*
/dfpads.
/dfpInAngular.
/dfpload.js
/dfpsds.
/dfpsearchads.
/dictionary/ads/*
/dif/?cid
/dig_ad.
/digest/ads.
/digg_ads.
/digg_ads_
/dinclinx.com/*
/direct_ads.
/direct_ads/*
/directads.
/directadvert-
/directadvert.
/directrev.
/discuss_ad/*
/DispAd_
/display-ad/*
/display-ads-
/display-ads/*
/display.ad.
/display/ads/*
/display?ad_
/display_ad
/displayad.
/displayad/*
/displayad?
/displayadbanner_
/displayAdFrame.
/displayadiframe.
/displayadleader.
/displayads.
/displayads/*
/displayads1.
/displayads2.
/displayads3.
/displayadsiframe.
/displaybanner/*
/dist/ads.
/div-ads.
/divad/*
/dlfeatads.
/dmcads_
/dmn-advert.
/dne_ad.
/dns_ad/*
/dnsads.
/domainads/*
/door/ads/*
/doors/ads/*
/doubleclick.aspx
/doubleclick.js
/doubleclick.min
/doubleclick.php
/doubleclick.swf
/doubleclick/iframe.
/doubleclick_ads.
/doubleclick_ads/*
/doubleclickad.
/doubleclickads.
/doubleclickads/*
/doubleclickads?
/doubleclickbannerad?
/doubleclickcontainer.
/doubleclickinstreamad.
/doubleclickloader.
/doubleclickplugin.
/doubleclicktag.
/doublepimp2.js
/downads.
/download-ad.
/download/ad.
/download/ad/*
/download/ads
/dpics/ads/*
/drawad.
/driveragentad1.
/driveragentad2.
/drivingrevenue/*
/droelf.kit/a/*
/dropdown_ad.
/dsg/bnn/*
/DSN-Ad-
/dspads.
/dtiadvert125x125.
/dtim300x250.$script
/dtmads/*
/dummy_ad_
/dxd/ads/*
/dyn_banner.
/dyn_banners_
/dynamic-ad-
/dynamic-ad/*
/dynamic/ads/*
/dynamic_ads/*
/DynamicAd/*
/dynamicad?
/dynamiccsad?
/dynamicvideoad?
/dynanews/ad-
/dynbanner/flash/*
/e-advertising/*
/e-vertising/*
/eas-fif.htm
/eas?*^easformat=
/eas?camp=*;cre=
/eas?cu=*;cre=
/eas?cu=*;ord=
/eas_fif.
/eas_tag.1.0.js
/easyads.$domain=~easyads.eu|~easyads.io|~easyads.lk
/easyads/*$domain=~easyads.eu|~easyads.io|~easyads.lk
/easyadstrack.
/easyazon-
/ebay_ads/*
/ebayad.
/eco_ads/*
/ecom/magnet.
/editable/ads/*
/eht.js?site_
/emailads/*
/embed-ad-
/embed/ads.
/embed_ad.
/emediatead.
/empty_ad_
/EmreAds.
/ems/ads.
/en/ads/*
/eng/ads/*
/eplanningv4.
/eporner-banner-
/ept_in.php?
/ero-1.
/ero-ads-
/ero-ads_
/ero-advertising.
/ero.htm
/ero_hosted_
/ero_line_
/eroad.php
/eroad2.
/eroads.
/eroadvertising.
/eroadvertorial2.
/eroadvertorial3.
/erobanner.
/eros.htm
/eshopoffer.
/esi/ads/*
/etology.$domain=~etology.com
/euads/*$domain=~euads.org
/eureka-ads.
/eureka/eureka.js
/eureka_ban/*
/europixads.
/event.ng/*
/exads/*
/excellence/ads/*
/exchange_banner_
/exit_popup
/exitpop.
/exitpopunder.
/exitpopunder_
/exitpopup.
/exitsplash.
/exo120x60.
/exo5x1.
/exo_bck_
/exoads/*
/exobanner.
/exoclick.$domain=~exoclick.bamboohr.co.uk|~exoclick.com|~exoclick.kayako.com
/exoclick/*$domain=~exoclick.com
/exoclickright.
/exoclickright1.
/exoclickright2.
/exoclickright3.
/exoclick|
/exosrvcode-
/expads-
/expandable_ad.php
/expandable_ad?
/expandingads.
/expandy-ads.
/expop.js
/exports/tour/*$third-party
/exports/tour_20/*
/ext/adform-
/ext/ads/*
/ext_ads.
/extadv/*
/extendedadvert.
/external/ad.
/external/ad/*
/external/ads/*
/external_ads.
/externalad.
/ExternalAdNetworkViewlogLogServlet?
/externalads/*
/externalhtmladrenderer.
/extra_ads/*
/eyewondermanagement.
/eyewondermanagement28.
/facebookaff/*
/facebookaff2/*
/facebooksex.
/fan-ads.$script
/fastclick160.
/fastclick728.
/fatads.
/fbads/*
/fc_ads.
/fea_ads.
/feature/ads/*
/featuredadshome.
/feedads.
/fetchJsAd.
/fif.html?s=
/fifligatus.
/file/ad.
/file/ads/*
/fileadmin/ads/*
/files/ad-
/files/ad/*
/files/ads-
/files/ads/*
/fimserve.
/finads.
/first-ad_
/flag_ads.
/flash-ads.
/flash-ads/*
/flash/ad/*
/flash/ad_
/flash/ads/*
/flash/advertis
/flash_ads.
/flashad.
/flashad3.
/flashads.$domain=~flashads.co.id
/flashads/*
/flashpeelads/*
/flatad.
/flesh_banner
/fleshlight.$domain=~fleshlight.com|~fleshlight.zendesk.com
/fleshlightcash_
/flexads?
/fliionosadcapture-
/flirt4free.
/float-ads/*
/float_ad.
/floatad_
/floatads.
/floatadv.
/floater_ad.
/floating-ad-
/floatingad.
/FloatingAd_
/floatingads.
/floaty_rotator
/flowplayer.ads.
/flv-ad-
/flvad_
/flvads/*
/flyad.
/flyad/*
/flyads/*
/flyers/ads/*
/flyertown_module.js
/flytead.
/fm-ads1.
/fm-ads2.
/fm-ads3.
/fm-ads4.
/fn_ads.
/footad-
/footad.
/footer-ad-
/footer-ad.
/footer-ads/*
/footer_ad.
/footer_ad_
/footer_ads.
/footer_ads_
/footerad.
/footerad?
/footerads.
/footerads/*
/footertextads.
/forads.
/forum/ads/*
/forum/ads_
/forum_ad.
/forums/ad/*
/ForumViewTopicBottomAD.
/ForumViewTopicContentAD.
/fp.rb?$document
/frame_ads_
/framead-
/framead.
/framead/*
/framead_
/frameads.
/frameads1.
/frameads_
/frameadsz.
/freead.
/freead2.
/frequencyads.
/friendfinder_
/frnads.
/front/ad/*
/front/ads-
/frontads/*
/frontend/ads/*
/frontpagead/*
/ftp/adv/*
/full/ads/*
/fullad.
/fulladbazee.
/fuseads/*
/fwadmanager.
/gadgets/ad/*
/gads.html
/gads.js
/gadv-right.
/gadv-top.
/gafc.js
/gafsads?
/gafv_adapter.
/galleryad.
/gam.html?
/gam_ad.
/gam_ad_
/gam_ads.
/gamads/*
/game-ads.
/gamead/*
/gameadsync.
/gamersad.
/games_ad_
/GAN_Ads/*
/gannett/ads/*
/gate-ad-
/gatewayAds.
/gawker/ads.
/gazette/ads/*
/geitonpop.
/geminivideoads/*
/gen-ad-
/gen_ads_
/genads/*
/general-ad-
/general/ads
/generate_ad.
/generate_ads.
/generateAds.
/generateadtag.
/generated/key.js?
/generateplayerads.
/generic-ad.
/generic.ads.
/genericrichmediabannerad/*
/geo-ads_
/geo/ads.
/geo_banner.htm?
/geoad/*
/geobox.html
/GeoDynBanner.php?wmid=
/ges_ads/*
/get-ad.
/get-ad/*
/get-advert-
/get.*/get.$script
/get.ad?
/get/ad.
/get/ad/*
/get/ad?
/get?pvt=*&ab=$xmlhttprequest
/get_ad_
/get_adds_
/get_ads.
/get_ads/*
/get_banner.asp?
/getad.$domain=~getad.pl
/getad/*
/getAd;
/getad?
/getAdAjax/*
/getadcontent.
/getadds.
/GetAdForCallBack?
/getadframe.
/getAdList?
/getads-
/getads.
/getads/*
/getads?
/getadserver.
/getadsettingsjs?
/getAdsForClient?
/getads|
/getadvertimageservlet?
/getAdvertisement^
/getadvertiserimage.
/getadverts?
/GetADVOverlay.
/getarticleadvertimageservlet?
/getban.php?
/getbanner.cfm?
/getbanner.php?
/getdigitalad/*
/getfeaturedadsforshow.
/gethalfpagead.
/getinlineads/*
/getJsonAds?
/getmarketplaceads.
/getmdhlayer.
/getmdhlink.
/getmyad/*
/getrcmd.js?
/getsad.php?
/getsponslinks.
/getsponslinksauto.
/getTextAD.
/GetVASTAd?
/getvdopiaads.
/getvideoad.
/getwebsitead/*
/gexternalad.
/gfx/ad-
/gfx/ad/*
/gfx/ads/*
/ggad/*
/ggadsense.
/gifs/ads/*
/gigyatargetad.
/glam160.
/glam300.
/glam728.
/glam_ads.
/global-ads_
/global/ad/*
/global/ads.
/global/ads/*
/global_advs.
/globalad.$domain=~globalad.com.br
/globaladprostyles.
/globalads-
/globalAdTag.
/globalbannerad.
/glp?r=*&rw=*&rh=*&ww=*&wh=$script,~third-party
/goodtagmanagerapi.
/googad300by600.
/googima.js
/google-ad-
/google-ad?
/Google-Ads-
/google-ads.
/google-ads/*
/google-adsense-
/google-adsense.
/google-adverts-
/google-adwords
/google-afc-
/google-afc.
/google-dfp-
/google/ad?
/google/adv.
/google160.
/google728.
/google_ad.
/google_ad_
/google_ads.
/google_ads/*
/google_ads_
/google_adsense-
/google_adv/*
/google_afc.
/google_afc_
/google_afs.
/google_afs_widget/*
/google_caf.js?
/google_lander2.js
/google_radlinks_
/googlead-
/googlead.
/googlead1.
/googlead160.
/GoogleAd300.
/googlead336x280.
/googlead_
/googleadarticle.
/GoogleAdBg.
/googleadcode.
/googleaddfooter.
/googleaddisplayframe.
/googleadhp.
/googleadhpbot.
/googleadhtml/*
/googleadiframe_
/googleadright.
/googleads-$domain=~github.com
/googleads.$domain=~googleads.github.io
/googleads/*$domain=~github.com
/googleads1.
/googleads2.
/googleads3widetext.
/googleads_
/googleadsafc_
/googleadsafs_
/googleAdScripts.
/GoogleAdSense-
/googleadsense.
/googleadsmodule.
/googleAdTaggingSubSec.
/googleadunit?
/googleafc.
/googleafs.
/googleafvadrenderer.
/googlecontextualads.
/GoogleDFP.
/googleheadad.
/googleleader.
/googleleads.
/googlempu.
/gourmetads-
/gpt_ads-
/graphics/ad_
/graphics/ads/*
/grid-ad.
/groupon/ads/*
/grunge-ads.
/gsnads-
/gt6skyadtop.
/gtags/pin_tag.
/gtv_ads.
/guardianleader.
/guardrailad_
/guest/ad/*
/gujAd.
/GujAd/*
/gutterAd.
/gutterspacead.
/hads-
/halfadvert/*
/Handlers/Ads.
/hcm_ads/*
/hdadvertisment-
/header-ad-
/header-ad.
/header_ad_
/header_ads_
/headerad.
/headeradd2.
/headerads.
/headerads1.
/headerAdvertismentTab.
/headermktgpromoads.
/headvert.
/Heat_Ad.
/hiadone_
/hikaku/banner/*
/hitbar_ad_
/holl_ad.
/home/_ads
/home/ad_
/home/ads-
/home/ads/*
/home/ads_
/home/sponsor_
/home30/ad.
/home_adv.
/homeadsscript.
/homeoutside/ads/*
/homepage-ads/*
/homepage/ads/*
/homepage_ad_
/homepage_ads/*$domain=~swedishbeauty.com
/homepageadvertright.
/homeslideadtop/*
/HomeStaticAds/*
/HompageStickyAd.
/horizontal_ad.
/horizontal_advert_
/horizontalAd.
/hostedads.
/hostedbannerads.
/hostgator-ad.
/hosting/ads/*
/hostkey-ad.
/house-ad.
/house-ad/*
/house-ads/*
/house_ad-
/house_ad_
/house_ads/*
/housead.$domain=~housead.ru
/housead/*
/housead_
/houseads.
/houseads/*
/houseads?
/hoverad.
/hpcwire/ads/*
/hserver/*
/ht.js?site_
/html.ng/*
/html/ad.
/html/ad/*
/html/ads/*
/html/ads_
/html/sponsors/*
/htmlads/*
/httpads/*
/hubxt.*/js/eht.js?
/hubxt.*/js/ht.js
/hw-ads.
/i/ads/*
/i/adv/*
/i_ads.
/ia/ads/*
/iabadvertisingplugin.swf
/IBNjspopunder.
/ico-ad-
/icon_ad.
/icon_ads_
/icon_advertising_
/idevaffiliate/banners/*
/idleAd.
/idleAds.
/iFall_AD_
/ifolder-ads.
/iframe-ad.
/iframe-ad/*
/iframe-ad?
/iframe-ads/*
/iframe-mgid-
/iframe.ad/*
/iframe/ad/*
/iframe/ad_
/iframe/ads/*
/iframe_ad.
/iframe_ad?
/iframe_ad_
/iframe_ads.
/iframe_ads/*
/iframe_ads_
/iframe_chitika_
/iframe_sponsor_
/iframead.
/iframead/*
/iframead_
/iframeadcontent.
/iframeadopinionarticle_
/iframeads.
/iframeads/*
/iframeadsense.
/iframeadsensewrapper.
/iFramedAdTemplate/*
/iframedartad.
/iframes/ad/*
/ifrm_ads/*
/ignite.partnerembed.js
/ignitecampaigns.com/*
/ilivid-ad-
/im-ad/im-rotator.
/im-ad/im-rotator2.
/im-popup/*
/im.cams.
/ima/ads_
/imaads.
/imads.js
/image/ad/*
/image/ads/*
/image/ads_
/image/adv/*
/image/affiliate/*
/image/sponsors/*
/image_ads/*
/imageads/*
/imagecache_ads/*
/images-ad/*
/images-v2/ad_
/images.ads.
/images.adv/*
/images/ad-
/images/ad.$domain=~ngohq.com
/images/ad/*
/images/ad2/*
/images/adds/*
/images/ads-
/images/ads.
/images/ads/*
/images/ads_
/images/adv-
/images/adv.
/images/adv/*
/images/adv_
/images/adver-
/images/adz-
/images/adz/*
/images/aff-
/images/affs/*
/images/awebanner
/images/bg_ad/*
/images/gads_
/images/livejasmin/*
/images/sponsored.
/images/sponsored/*
/images/vghd
/images1/ad_
/images2/ads/*
/images_ad/*
/images_ads/*
/imagesadspro/*
/imfloat.
/img-ads.
/img-ads/*
/img-advert-
/img.ads.
/img/_ad.
/img/ad-
/img/ad.
/img/ad/*
/img/ad_$domain=~rakuten.co.jp
/img/ads/*$domain=~save.ca
/img/adv.
/img/adv/*
/img/aff/*
/img2/ad/*
/img3/ads/*
/img_ad/*
/img_ad_
/img_ads/*
/img_adv/*
/imgaad/*
/imgad.
/imgad?
/imgad_
/imgAdITN.
/imgads/*
/imgaffl/*
/imgs/ad/*
/imgs/ads/*
/imlive.gif
/imlive300_
/imlive5.
/imp.ads/*
/imp?slot=
/impactAds.
/impop.
/impopup/*
/inad.$domain=~inad.com|~inad.info
/inc/ad-
/inc/ad.
/inc/ads/*
/inc_ad.
/inc_ad_
/inc_ads.
/inc_v2/ad_
/include/ad/*
/include/ad_
/include/ads/*
/include/adsdaq
/included_ads/*
/includes/ad.
/includes/ad_
/includes/ads/*
/includes/ads_
/includes/adv/*
/incmpuad.
/incotrading-ads/*
/index-ad-
/index-ad.
/index_ad/*
/index_ads.
/indexmobilead2.
/indexrealad.
/indexwaterad.
/infinity.js.aspx?guid=
/info/ads/*
/inhouse_ads/*
/initdefineads.
/initialize_ads-
/initlayeredwelcomead-
/injectad.
/INjspopunder.
/inline_ad.
/inline_ad_
/inline_ads.
/InlineAds.
/inlineads/*
/inlinetextads?
/inner-ads-
/inner-ads/*
/innerads.
/inpost-ad^
/inquirer/ads/*
/insertA.d.js
/insertAd.
/insertads.
/insideAD.
/instreamad/*
/intelliad.
/intellitext.$domain=~intellitext.com|~intellitext.hu|~intellitext.us
/interad.$domain=~interad.gr
/interadv/*
/interface/ads/*
/intermediate-ad-
/internAds.
/internal-ad-
/internet_ad_
/internetad/*
/interstital-redirector.
/interstitial-ad.
/interstitial-ad/*
/interstitial-ad?
/interstitial_ad.
/interstitialadvert/*
/interstitials/ad_
/InterYield/*
/intextadd/*
/intextads.
/introduction_ad.
/inv/ads/*
/inventory/ad/*
/investors-advertising/*
/invideoad.
/inviteads/*
/inx-ad.
/ip-advertising/*
/ipadad.
/iprom-ad/*
/iqadcontroller.
/irc_ad_
/ireel/ad*.jpg
/is.php?ipua_id=*&search_id=
/iserver/ccid=
/iserver/site=
/isgadvertisement/*
/ispy/ads/*
/iStripper-poppingModels/*
/itxads/*
/iwadsense.
/j/ads.js
/jamnboad.
/JavaScript/Ads-
/javascript/ads.
/javascript/ads/*
/javascript/oas.
/javascript/oas?
/Javascripts/Abigail.js
/javascripts/ads.
/javascripts/ads/*
/Javascripts/Cindy-
/Javascripts/Cindy.js
/Javascripts/Darla-
/Javascripts/Darla.js
/Javascripts/Eleanor.js
/Javascripts/Gilda-May.js
/Javascripts/Gilda.js
/Javascripts/Helen-Aug.js
/Javascripts/Helen.js
/Javascripts/Margot-
/Javascripts/SBA-
/jcorner.php?partner=
/jetpack-ads/*
/jitads.
/jivoxadplayer.
/jlist-affiliates/*
/JPlayerAdFoxAdvertisementPlugin.
/jqads.
/jquery-ads.
/jquery.ad.
/jquery.adi.
/jquery.adx.
/jquery/ad.
/jquery_FOR_AD/*
/jqueryadvertising.
/js.ad/size=
/js.ng/cat=
/js.ng/channel_
/js.ng/pagepos=
/js.ng/site=
/js.ng/size=
/js/ads-
/js/ads.
/js/ads_
/js/adv.
/js/adv/*
/js/adverts-
/js/adz.
/js/doubleclick/*
/js/oas-
/js/oas.
/js/ppu.$script
/js/youmuffpu.js
/js2.ad/size=
/js_ad_utf8.
/js_ads/*
/js_ads_
/js_adv-
/js_adv_
/jsad.php
/jsad/*
/jsads-
/jsAds/*
/jsadscripts/*
/JSAdservingSP.
/jsc/ads.
/jsfiles/ads/*
/json/ad/*
/jsonad/*
/jsplayerads-
/jspopunder.
/jstextad.
/jsVideoPopAd.
/jtcashbanners/*
/juicyads_
/jumpstartunpaidad.
/k_ads/*
/kads-ajax.
/kaksvpopup.
/KalahariAds.
/kampyle.js
/kantarmedia.
/kento-ads-
/keyade.js
/keyword_ad.
/KfAd/*
/kitad.
/kogeePopupAd.
/kredit-ad.
/kskads.
/L411_Ad_
/landerbanners/*
/landingads?
/landingadvertisements/*
/large_ads/*
/layad.
/layer-ad.
/layer-ads.
/layer-advert-
/layer.php?bid=
/layer/ad.
/layer/ads.
/layer160x600.
/layer_ad?
/layerad-
/layerad.
/LayerAd^
/layerads-
/layerads.
/layerads_
/layout.inc.php?img
/layout/ad.
/layout/ads/*
/lazy-ads-
/lazy-ads.
/lazy-ads@
/lazyad-
/lazyad.
/lbl_ad.
/leadads/*
/leader_ad.
/leaderad.
/Leaderboard-Ads-
/leaderboard-advert.
/leaderboard_ad.
/leaderboard_ad/*
/leaderboard_adv/*
/leaderboardad.
/leaderboardadblock.
/leaderboardads.
/ledad.
/left-ads.
/left_ad/*
/left_ad_
/left_ads.
/leftad.
/leftad_
/leftads.
/leftbottomads.
/leftsidebarads.
/lg.php?adid=
/lib/ad.js
/lib/ads.
/libc/ads/*
/library/ads/*
/library/adv/*
/lifelockad.
/lifeshowad/*
/lightad.
/lightboxad^
/lightboxbannerad^
/lijit-ad-
/lijitads.
/limitedads/*
/linkad2.
/linkads.
/linkadv.
/linkadv_
/linkedads/*
/links_sponsored_
/live-gujAd.
/live/ads_
/live_ad.
/livead-
/liveads.
/livejasmin.$domain=~livejasmin.com
/livejasmin/*&id=
/livejasmin2.
/livejasmin_
/livejasmine03.
/livejasmine05.
/load-ads|
/load_ad?
/loadad.aspx?
/loadads.
/loadads/*
/loadadsmain.
/loadadsmainparam.
/loadadsparam.
/loadadwiz.
/loaded?b=$xmlhttprequest
/loading_ads.
/local-ad.
/local_ads_
/localAd/*
/LocalAd_
/localAdData/*
/LocalAdNet/*
/localads.
/localcom-ad-
/locker.php?pub=*&gateid=$script
/log_ad?
/log_ad_
/logad?
/logo-ad.
/logo-ads.
/logo/ads_
/logoads.
/logoutad.
/longad.
/lotto_ad_
/lrec_ad.
/lserver/*
/m-ad.css?
/m0ar_ads.
/mac-ad?
/mad.aspx?
/mad_ad.
/mads.php?
/magazine/ads.
/magic-ad/*
/magic-ads/*
/main/ad/*
/main/ad_
/main/ads/*
/main_ad.
/main_ad/*
/main_ad_
/mainad.$domain=~mainad.ru
/mainpagepopupadv1.
/manageads/*
/mapquest/Ads/*
/marfeel_sw.
/marginaleadservlet?
/marketing-banners/*
/marketing/banners/*
/marketing/banners_
/markpop.js
/masonad.gif
/masterad.
/match_ads.
/matomyads.
/matomyads300X250.
/matrix/ad/*
/maxadselect.
/maxi_ad.
/mbads?
/mbn_ad.
/mcad.php
/mda-ads/*
/mDialogAdModule.
/meas.ad.pr.
/media/ad/*
/media/ads/*
/media/adv/*
/media_ads/*
/mediaAd.
/megaad.
/mellowads.
/meme_ad.
/metaad.
/metaadserver/*
/metsbanner.
/mgid-ad-
/mgid-header.
/mgid.html
/microad.$domain=~microad.co.id
/microads/*
/microsofttag/*
/middle_adv_
/middleads.
/min/ads/*
/mini-ads/*
/mini_ads.
/miniadbar/*
/miniads?
/miniadvert.
/minify/ads-
/minpagead/*
/mint/ads/*
/misc/ad-
/misc/ads.
/misc/ads/*
/miva_ads.
/MixBerryAdsProduction/*
/mjx-oas.
/mkadsrv.
/mktad.
/ml9pagepeel.
/mmads-
/mmads.
/mmsAds.
/mmt_ad.
/mnads1.
/mob-ad.
/mobile-ad.
/mobile-ads/*
/mobile_ad.
/mobile_ad/*
/mobile_ads-
/mobilead_
/mobileads.
/mobileads/*
/mobilephonesad/*
/mod_ad/*
/mod_pagepeel_banner/*
/modalad.
/module-ads/*
/module/ads/*
/modules/ad/*
/modules/ad_
/modules/ads/*
/modules/adv/*
/modules/dfp/*
/modules/doubleclick/*
/modules_ads.
/momsads.
/monetization/ads-
/moneyball/ads/*
/MonsterAd-
/mont-min.js
/mp3-ad/*
/mpads/*
/mpbads.
/mpbads2.
/mpu-dm.htm
/mpuad.
/MPUAd/*
/MPUAdHelper.
/mpuguardian.
/mpumessage.
/mrskinleftside.
/msgads.
/msn-1.js
/msn-exo-
/msnadimg.
/msnads/*
/msnads1.
/msnpop.
/msnpopsingle2.
/msnpopup.
/msnpopup4.
/mstextad?
/MTA-Ad-
/mtvi_ads_
/multiad/*
/my-ad-injector/*
/my-ad-integration.
/myads/*
/mydirtyhobby.$domain=~mydirtyhobby.com|~mydirtyhobby.de|~mydirtyhobby.to
/myfreepaysitebanner.
/mylayer-ad/*
/mysimpleads/*
/n/adv_
/n2ad_
/n4403ad.
/n_ads/*
/na.ads.
/nad_exo.
/namediaad.
/natad.
/native-ad-
/native-ads-
/native-advertising/*
/nativead.
/nativead/*
/NativeAdManager.
/nativeads-
/nativeads.
/nativeads/*
/nav-ad-
/nav_ad/*
/navad/*
/navads/*
/navigation/ad/*
/nb/ads/*
/nbcuadops-
/nd_affiliate.
/neo/ads/*
/neoads.
/netads.
/netreachtextads/*
/netseerads.
/netshelter/*
/netspiderads2.
/netspiderads3.
/network_ad.
/neudesicad.
/new-ads/*
/new/ad/*
/new/ads/*
/new_ads/*
/new_oas.
/newad.
/newAd/*
/newad2?
/newad?
/newadcfg/*
/newAdfoxConfig.
/newads.
/newads/*
/newAdsScript.
/newadv/*
/newadvert/*
/newaff/float
/newBuildAdfoxBanner.
/newdesign/ad/*
/newimages/ads/*
/newimplugs.
/newPS/ad/*
/newrightcolad.
/news/ads/*
/news_ad.
/newsite/ads/*
/newsletterads/*
/newsletters/ads/*
/newsmaxadcontrol.
/newtopmsgad.
/nextad/*
/nextdaymedia-ads/*
/nflads.
/nmads_
/no_ads.
/nonrotatingads/*
/noodleAdFramed.
/noscript-ad?
/noticead.
/notifyad.
/now/ads/*$~xmlhttprequest
/nsfw/sponsors/*
/ntAds-
/nugg.min.js
/nuggad.
/nuggad/*
/Nuggad?
/nymag_ads.
/nymag_ads_
/nzmeads/*
/o2ad.
/o2contentad.
/oas-config.
/oas.aspx
/oas.js
/oas/ad/*
/oas/banners/*
/oas/iframe.
/oas/oas-
/OAS/show?
/oas_ad.
/oas_ad/*
/oas_ad_
/oas_ads.
/oas_handler.
/oas_home_
/oas_mjx.
/oas_mjx1.
/oas_mjx2.
/oas_mjx3.
/oasadconnector.
/oasadframe.
/oasadfunction.
/oasadfunctionlive.
/oasbanner_
/oascache/*
/oascentral.$~object
/oascentral/*
/oasconfig/*
/oascontroller.
/oasdefault/*
/oasisi-
/oasisi.
/oasx/*
/oiopub-ads/*
/oiopub-direct/*$~stylesheet
/old/ads-
/omb-ad-
/ome.ads.
/oncc-ad.
/onead.
/onead_
/onecam4ads.
/onesheet-ad-
/online-ad_
/Online-Adv-
/online/ads/*
/online_ads/*$domain=~rexona.com
/onlineads/*
/OnlineAdServing/*
/onplayerad.
/ontopadvertising.
/openad.$domain=~openad.lv
/openads-
/openads.
/openads/*
/openads2/*
/openads_
/openadserver/*
/openx-$domain=~openx.com
/openx.$domain=~openx.tv
/openx/*
/openx_
/openxtag.
/optonlineadcode.
/opxads.
/orbitads.
/origin-ad-
/original/ad_
/other/ads/*
/outbrain-min.
/outline-ads-
/outstream_ad-
/outWebAd_
/overlay-ad.
/overlay_ad_
/overlayad.$domain=~buliba.pl
/overlayads.
/overture.$script,stylesheet,domain=~overture.doremus.org|~overture.london
/overture/*$script,subdocument
/overture_
/ovt_show.asp?
/owa.MessageAdList.
/ox/www/*
/ox_ultimate/www/*
/p2-header-ad-
/p2-header-ad/*
/p2/ads/*
/p2ads/*
/p8network.js
/p?zoneId=
/packages/adz/*
/packages/dfp/*
/pads/default/*
/page-ads.
/page-peel
/page/ad/*
/pagead.
/pagead/ads?
/pagead/conversion.
/pagead/conversion/*
/pagead/gen_
/pagead/html/*
/pagead/js/*
/pagead/lvz?
/pagead/osd.
/pagead2.
/pagead46.
/pagead?
/pageadimg/*
/pageads/*
/PageBottomAD.
/pagecall_dfp_async.
/pagecurl/*
/pageear.
/pageear/*
/pageear_
/pagepeel-
/pagepeel.
/pagepeel/*
/pagepeel_
/pagepeelads.
/pagepeelpro.
/pages/ads
/PageTopAD.
/paidads/*
/paidlisting/*
/panelad.
/park_html_functions.*.js
/park_html_functions.js
/park_html_functions_general.js
/parking_caf_
/parseForAds.
/partner-ad-
/partner.ads.
/partner_ads/*
/partner_ads_
/partnerad.
/partnerads.
/partnerads/*
/partnerads_
/partneradwidget.
/partnerbanner.
/partnerbanner/*
/partners/ad-
/partners/ads/*
/partners/get-banner.
/partnersadbutler/*
/parts/ad/*
/pauseadextension.
/payperpost.
/paytmscripts.js
/pc/ads.
/pc_ads.
/pcad.js?
/pch_ad/*
/pcOfficialAdTags;
/pd-ads/*
/pdpads.
/peel.js
/peel.php?
/peel/?webscr=
/peel1.js
/peel_ads/*
/peelad.
/peelad/*
/peelads/*
/peelaway_images/*
/peelbackscript/ad_
/peeljs.php
/peeltl.
/peeltr.
/pencilad.
/perfads.
/performance_ads/*
/performancingads/*
/permanent/ads/*
/persadpub/*
/petrol-ad-
/pfpadv.
/pgad.
/pgrightsideads.
/photo728ad.
/photoad.
/photoads/*
/photoflipper/ads/*
/photogallaryads.
/php/ad/*
/php/ads/*
/phpads.
/phpads/*
/phpads2/*
/phpadserver/*
/phpadsnew/*
/phpbanner/banner_
/pic/ads/*
/pic_adv/*
/picAd.
/pickle-adsystem/*
/pics/ads/*
/picture/ad/*
/pictureads/*
/pictures/ads/*
/pilot_ad.
/pitattoad.
/pix/ads/*
/pixelads/*
/place-ads/*
/placead_
/placeholder-ad-
/placements/ad_
/play/ad/*
/player/ad/*
/player/ads.
/player/ads/*
/player_ads/*
/playerjs/ads.
/players/ads.
/pledgead.
/plugin/ad/*
/plugins/ad.
/plugins/ads-
/plugins/ads/*
/plugins/mts-wp-in-post-ads/*
/plugins/page-cornr-
/plugins/wp-moreads/*$~stylesheet
/plugins/wp125/*$~stylesheet
/plugins/wp_actionpop/*
/plugins_ads_
/plus/ad_
/poker-ad.
/poll-ad-
/polopoly_fs/ad-
/pool.ads.
/pool/ad/*
/pop-under.
/pop.js|
/pop2.js|
/pop?tid=
/pop_ad.
/pop_adfy.
/pop_ads.
/pop_camgirlcity.
/pop_under.
/pop_under/*
/popad-
/popad.$domain=~popad.co
/popads.
/popads/*
/popads_
/popadscpm.
/poplivejasmine.
/popounder4.
/poprotator.
/popshow.$~stylesheet
/popu.js
/popunder-
/popunder.
/popunder/*
/popunder1.
/popunder1_
/popunder2.
/popunder4.
/popunder5.
/popunder7.
/popunder?
/popunder_
/popunderblogs.
/popundercode.
/popundercode18.
/popunderjs/*
/popunderking.
/popunders.
/popunders/*
/popunderWeb-
/popundr.
/popundr_
/popup-builder-$~image,~stylesheet
/popup-domination/*$~stylesheet
/popup/log|$~third-party,xmlhttprequest
/popup2.js
/popup3.js
/popup_ad.
/popup_code.
/popupad/*
/popupads.
/popupdfp.
/popupunder.
/post-ad-
/post/ads/*
/post_ads_
/postad.
/postprocad.
/postprofilehorizontalad.
/postprofileverticalad.
/posts_ad.
/pounder-$~image
/pp-ad.
/ppd_ads.
/ppd_ads_
/predictad.
/prehead/ads_
/premierebtnad/*
/premium_ad.
/premiumads/*
/premiumadzone.
/prerollad.
/prerollads.
/previews/ad/*
/printad.
/printad/*
/printads/*
/PRNAd300x150.
/proads/*
/proadvertising.
/proadvertising_
/processad.
/processads.
/processing/impressions.asp?
/prod/ads-
/product-ad/*
/product-ads/*
/product_ad_widget/*
/ProductAd.
/productAds/*
/production/ads/*
/prog-sponsor/*
/projectwonderful_
/promo-ads/*
/promo/ad_
/promo/ads/*
/promo/affiframe.
/promo/banners/*
/promo300by250.
/promo300x250.
/promoAd.
/promoads/*
/promobuttonad.
/promoloaddisplay?
/promoredirect?*&campaign=*&zone=
/PromosAds/*
/promotion/geoip/*
/promotions/ads.
/promotions/ads/*
/promotions/ads?
/promotools.
/promotools/*
/promotools1.
/propadbl.
/propadbl_
/propads2.
/propellerad.
/propellerAdsPush/*
/protection/ad/*
/proto2ad.
/provideadcode.
/provider_ads/*
/proxxorad.
/proxyadcall?
/pub/ad/*
/pub/ads/*
/pub/js/ad.
/pub_images/*$third-party
/pubad.
/pubads.
/pubads_
/public/ad/*
/public/ad?
/public/ads/*
/public/ads_
/public/adv/*
/public/js/ad/*
/publicidad.$~object,~stylesheet
/publicidad/*
/publicidad_$~stylesheet
/publicidade.
/publicidade/*
/publicidades/*
/publisher.ad.
/pubmatic_
/pubs_aff.asp?
/puff_ad?
/pullads.
/punder.js
/punder.php
/purch-ad-
/pushdownAd.
/putl.php?
/PVButtonAd.
/qandaads/*
/qd_ads/*
/qj-ads.
/qpon_big_ad
/quadadvert.
/quads.
/questions/ads/*
/quick-adsense-reloaded/*
/quick_ads/*
/quigo_ad
/qwa?
/r_ads/*
/RaasOffer.js
/radioAdEmbed.
/radioadembedgenre.
/radioAdEmbedGPT.
/radopenx?
/rads/b/*
/rail_ad_
/railad.
/railads.
/railsad.
/railsad_
/RainbowTGXServer/*
/ram/ads/*
/randomad.
/randomad120x600nsfw.
/randomad160x600nsfw.
/randomad2.
/randomad300x250nsfw.
/randomad728x90nsfw.
/randomad_
/randomads.
/rassets1/ads-
/rawtubelivead.
/rcolads1.
/rcolads2.
/rcom-ads-
/rcom-ads.
/rcom-video-ads.
/rcsad_
/rdm-ad-
/RdmAdFeed.
/realmedia/ads/*
/realmedia_banner.
/realmedia_banner_
/realmedia_mjx.
/realmedia_mjx_
/reclama/*
/reclame/*$domain=~github.com
/recommendations/ad.
/recordadsall.
/rect_ad.
/rectangle_ad.
/rectangle_advertorials_
/redirect?tid=
/redirect_awe.
/refads/*
/refreshads-
/refreshsyncbannerad?
/RefSplDicAdsTopL.
/reklam-ads2.
/reklam.$domain=~reklam.com.tr
/reklam/*$domain=~reklam.com.tr
/reklama.$~stylesheet,domain=~reklama.mariafm.ru
/reklama/*
/reklama1.
/reklama2.
/reklama3.
/reklama4.
/reklama5.$domain=~reklama5.mk
/reklame/*
/related-ads.
/relatedads.
/releases/ads/*
/relevance_ad.
/remove-ads.
/remove_ads.
/render-ad/*
/renderBanner.do?
/renewalad/*
/repeat_adv.
/reporo_
/report_ad.
/report_ad_
/requestadvertisement.
/requestmyspacead.
/reqwads?
/resources/ad.
/resources/ads/*
/resources/ads_
/responsive-ad-
/responsive-ad.
/responsive-ads.
/responsive/ad_
/responsive_ads.
/responsive_dfp.
/responsive_dfp_
/restorationad-
/retrad.
/retrieve-ad.
/revboostprocdnadsprod.
/revcontent.
/revealaads.
/revealaads/*
/revealads.$domain=~revealads.com
/revealads/*
/revealads2/*
/rg-erdr.php$xmlhttprequest
/rg-rlog.php$xmlhttprequest
/rgads.
/rhspushads/*
/richoas.
/right-ad-
/right_ad.
/right_ad^
/right_ad_
/right_ads.
/rightad.
/rightad/*
/rightAd1.
/rightAd2.
/rightads.$domain=~rightads.co.uk
/rightbanner/*
/rightnavads.
/rightnavadsanswer.
/rightrailgoogleads.
/rightsideaddisplay.
/righttopads.
/RivistaGoogleDFP.
/RivistaOpenX.
/rollad.
/rolloverads/*
/rolloverbannerad.
/root_ad.
/rotad/*
/rotads/*
/rotateads.
/rotatedads1.
/rotatedads13.
/rotatedads2.
/rotating_banner.php
/rotatingad.
/rotatingpeels.
/rotatingtextad.
/rotation/banner
/rotationad.
/rotatorad300x250.
/rotatoradbottom.
/roturl.js
/rpc/ad/*
/rpgetad.
/rsads.js
/rsads/*
/rsc_ad_
/rss/ads/*
/rss2/?*&hp=*&np=$script,third-party
/rss2/?*&np=*&hp=$script,third-party
/rss2/?hp=*&np=$script,third-party
/rss2/?np=*&hp=$script,third-party
/rswebsiteads/*
/rtb/worker.php?
/rubicon_blacklist.js
/rule34/ads/*
/rule34v2/ads/*
/s?*&slot=
/s_ad.aspx?
/sadasds.js
/safead/*
/sailthru.js
/salesad/*
/sam-pro-free/*
/sam-pro-images/*
/sample300x250ad.
/sample728x90ad.
/samplead1.
/samsung_ad.
/sas/ads/*
/satnetads.
/satnetgoogleads.
/savvyads.
/sb-relevance.js
/sbnr.ads?
/scanscout.
/scanscoutoverlayadrenderer.
/scanscoutplugin.
/scaradcontrol.
/scn.php?
/script-adv-
/script/ad.$~script
/script/ads.
/script/ads_
/script/banniere_*.php?id=*&ref=$script,third-party
/script/oas/*
/scripts/ad-
/scripts/ad.
/scripts/ad/*
/scripts/ad_
/scripts/ads.
/scripts/ads/*
/scripts/AdService_
/scripts/adv.
/scripts/afc/*
/scripts/feedmeCaf.php?q=*&d=*&ron=$script
/scripts/zanox-
/scrollAd-
/scrollads/*
/scrpads.
/sd_ads_
/search-ads?
/search.php?uid=*.*&src=
/search/ad/*
/search/ads?
/search/ads_
/search_ads.
/searchad.
/searchad_
/searchads/*
/searchAdsIframe.
/secondads.
/secondads_
/secretmedia-sdk-
/secureads.
/securepubads.
/seo-ads.
/serv.ads.
/serve.ads.
/servead.
/servead/*
/ServeAd?
/serveads.
/Server/AD/*
/server/ads/*
/servewebads/*
/service/ad/*
/service/ads/*
/service/adv/*
/services/ads/*
/services/getbanner?
/servlet/view/*
/settings/ad.
/sevenads.
/sevenl_ad.
/share/ads/*
/shared/ad_
/shared/ads.
/shared/ads/*
/shortmediads/*
/show-ad.
/show-ads.
/show.ad?
/show.cgi?adp
/show?zone_id=
/show_ad.
/show_ad?
/show_ad_
/show_ads.js
/show_ads_
/showad.
/showad/*
/showAd300-
/showAd300.
/showad_
/showadcode.
/showadcode2.
/showadcontent.
/showadjs.
/showads.
/showads^
/showads_
/showadv2.
/showadvert.
/showadvertising.
/showban.asp?
/showbanner.
/showcasead/*
/showcode?adids=
/showflashad.
/showindex-ad-
/ShowInterstitialAd.
/showJsAd/*
/showmarketingmaterial.
/showpost-ad-
/showsidebar-ad-
/showSp.php?
/side-ad-
/side-ad.
/side-ads-
/side_adverts.
/sidead.
/sidead/*
/sidead1.
/sidead2.
/sidead3.
/sidead300x250.
/sideadiframe.
/sideads.
/sideads/*
/sideads|
/sideadvtmp.
/sidebar-ad-
/sidebar-ads/*
/sidebar_ad.
/sidebar_ad_
/sidebar_ads/*
/sidebarad/*
/SidebarAds.
/sidebaradvertisement.
/sidecol_ad.
/sidekickads.
/sidelinead.
/siframead.
/silver/ads/*
/silverads.
/simad.min.js
/simpleads/*
/simpleadvert.
/simpleadvert/*
/singleadextension.
/sisterads.
/site-ads/*
/site-advert.
/site/ad/*
/site/ads/*
/site/ads?
/site/dfp-
/site=*/size=*/viewid=
/site=*/viewid=*/size=
/site_ads.
/site_ads/*
/site_under.
/siteads.
/siteads/*
/siteadvert.
/siteafs.txt?
/sitefiles/ads/*
/siteimages/ads-
/sitemanagement/ads/*
/sites/ad_
/sitewide/ads/*
/size=*/random=*/viewid=
/skin/ad/*
/skin/ad3/*
/skin/adv/*
/skin3/ads/*
/skin_ad-
/skinad.
/skinads/*
/skins/ads-
/skins/ads/*
/skn_ad/*
/skyad.
/skyad_
/skyadjs/*
/skyadright.
/skybannerview.
/skybar_ad.
/skyframeopenads.
/skyframeopenads_
/skyscraper-ad.
/skyscraper_ad_
/skyscraperad.
/slafc.js
/slide_in_ads_
/slideadverts/*
/slideinad.
/slider-ad-
/slider.ad.
/slider_ad.
/sliderAd/*
/sliderad3.
/SliderAd_
/SliderJobAdList.
/slideshow/ads.
/slideshowintad?
/slidetopad.
/slot/dfp/*
/smalAds.
/small_ad.
/small_ad_
/small_ads/*
/smallad-
/smalladblockbg-
/smalltopl.
/smart-ad-server.
/smart_ad/*
/smartad-
/smartad.$domain=~smartad.ai
/smartad/*
/smartAd?
/smartad_
/smartads.$domain=~smartads.cz|~smartads.io|~smartads.lt
/smartadserver.$domain=~smartadserver.com|~smartadserver.com.br|~smartadserver.de|~smartadserver.es|~smartadserver.fr|~smartadserver.it|~smartadserver.pl|~smartadserver.ru
/smartlinks.epl?
/smb/ads/*
/smeadvertisement/*
/smedia/ad/*
/smoozed-ad/*
/SmpAds.
/sni-ads.
/socialads.$domain=~socialads.eu|~socialads.guru
/socialads/*
/somaadscaleskyscraperscript.
/some-ad.
/someads.
/sp/delivery/*
/spac_adx.
/space_ad.
/spacead/*
/spacedesc=
/spark_ad.
/spc.php
/spc_fi.php
/spcjs.php
/spcjs_min.
/special-ads/*
/special_ad.
/special_ads/*
/SpecialAdCampaigns/*
/specialads/*
/specialfeatureads/*
/spiderad/*
/splash_ads_
/SplashAd_
/spo_show.asp?
/sponlink.
/spons/banners/*
/spons_links_
/sponser.
/sponseredlinksros.
/sponsers.cgi
/sponsimages/*
/sponslink_
/sponsor%20banners/*
/sponsor-ad
/sponsor-banner.
/sponsor-box?
/sponsor-links.
/sponsor/click.
/sponsor_ads.
/sponsor_select.
/sponsorad.
/sponsorad2.
/sponsoradds/*
/sponsorads.
/sponsorads/*
/sponsorbanners/*
/sponsorbg/*
/sponsored-backgrounds/*
/sponsored-banner-
/sponsored-content-
/sponsored-links-
/sponsored-links.
/sponsored-links/*
/sponsored_ad.
/sponsored_ad/*
/sponsored_ad_
/sponsored_ads/*
/sponsored_by.
/sponsored_content-
/sponsored_content/*
/sponsored_link.
/sponsored_links.
/sponsored_links1.
/sponsored_links_
/sponsored_listings.
/sponsored_text.
/sponsored_title.
/sponsored_top.
/sponsoredads/*
/sponsoredbanner/*
/sponsoredcontent.
/sponsoredheadline.
/sponsoredlinks.
/sponsoredlinks/*
/sponsoredlinks?
/sponsoredlinksiframe.
/sponsoredlisting.
/sponsorHeaderDeriv_
/sponsoringbanner/*
/sponsorpaynetwork.
/sponsors-ads/*
/sponsors.js?
/sponsors/ads/*
/sponsors/amg.php?
/sponsors/sponsors.
/sponsors_box.
/sponsorsgif.
/sponsorship/targeting/*
/sponsorshipimage-
/sponsorstrips/*
/spotlight-ad?
/SpotlightAd-
/spotlightads/*
/spotx_adapter.
/spotxchangeplugin.
/spotxchangevpaid.
/square-ad.
/square-ads/*
/squaread.
/squareads.
/sr.ads.
/src/ads_
/srec_ad_
/srv/ad/*
/ss3/ads/*
/ssc_ad.
/standalone/ads-
/standard_ads.
/static-ad-
/static.ad.
/static.ads.$domain=~ads.ae
/static/ad-
/static/ad/*
/static/ad_
/static/ads/*
/static/adv/*
/static/js/4728ba74bc.js$~third-party
/static_ads/*
/staticadslot.
/stats/?t_sid=
/sticker_ad.
/sticky-ad-
/sticky_ad.
/stickyad.
/stickyad2.
/stickyads.
/stocksad.
/storage/ads/*
/storage/adv/*
/stories/ads/*
/story_ad.
/story_ads_
/storyadcode.
/storyads.
/stream-ad.
/streamads.
/streamads/*
/streamatepop.
/studioads/*
/stuff/ad-
/style_ad.
/styleads2.
/styles/ad/*
/Styles/Ad_
/styles/ads.
/styles/ads/*
/subAd.
/subad2_
/subadz.
/subnavads/*
/subs-ads/*
/sugar-ads.
/sugar-ads/*
/sugarads-
/superads-$script
/superads_
/supernorthroomad.
/svnad/*
/swf/ad-
/swf/ads/*
/swfbin/ad-
/swfbin/ad3-
/swfbin/ad3_
/switchadbanner.
/SWMAdPlayer.
/syads.
/synad2.
/synad3.
/sync2ad.
/syndication/ad.
/sys/ad/*
/system/ad/*
/system/ads/*
/system/ads_
/system_ad.
/systemad.$domain=~systemad.com.pl|~systemad.eu|~systemad.pl
/systemad_
/t-ads.$domain=~t-ads.org
/t.php?uid=*.*&src=
/tabads/*
/tableadnorth.
/tabunder/pop.
/tag-adv.
/tag_adv/*
/tag_oas.
/tag_sys.
/tagadv_
/talkads/*
/targetingAd.
/taxonomy-ads.
/td-ads-
/td_ads/*
/tdlads/*
/tds-ads-
/teads-detector.
/teamplayer-ads.
/teaseimg/ads/*
/technomedia.$domain=~technomedia.co
/telegraph-advertising/*
/teletoon_ad.
/tempads/*
/template/ad.
/templateadvimages/*
/templates/ad.
/templates/ad/*
/templates/ads/*
/templates/adv_
/testads/*
/testingad.
/text_ad.
/text_ad_
/text_ads.
/text_ads_
/textad.
/textad/*
/textad1.
/textad?
/textad_
/textadbannerH5.
/textadrotate.
/textads-
/textads.
/textads/*
/textads_
/textadspromo_
/tfs-ad.
/tg.php?uid=
/thdgoogleadsense.
/thebannerserver.net/*
/third-party/dfp/*
/thirdparty/ad/*
/thirdpartyads/*
/thirdpartyframedad/*
/thumb-ads.
/thumbs/ads/*
/thunder/ad.
/ticker_ad.
/tickeradsget.
/tidaladplugin.
/tii_ads.
/tikilink?
/TILE_ADS/*
/tileads/*
/tinlads.
/tinyad.
/tit-ads.
/title-ad/*
/title_ad.
/tizers.php?
/tl.ads-
/tmnadsense-
/tmnadsense.
/tmo/ads/*
/tmobilead.
/tncms/ads/*
/toggleAds.
/toigoogleads.
/toigoogleleads_
/tomorrowfocusAd.
/too_ad/*
/toolkitads.
/tools/ad.
/toonad.
/top-ad-
/top-ad.
/top-ad/*
/top-ad_
/top-ads.
/top_ad.
/top_ad/*
/top_ad_
/top_ads.
/top_ads/*
/top_ads_
/top_adv_
/topad.
/topad/*
/topad3.
/topad_
/topadbg.
/topadfooter.
/topadheader.
/topadImg.
/topads.
/topads/*
/topads1.
/topads2.
/topads3.
/topads_
/topads|
/topadv.
/topadvert.
/topleftads.
/topperad.
/toprightads.
/tops.ads.
/torget_ads.
/totalmedia/*
/Totem-Cash/*
/totemcash/*$image
/totemcash1.
/tower_ad_
/towerbannerad/*
/tr2/ads/*
/track.php?click=*&domain=*&uid=$xmlhttprequest
/track.php?uid=*.*&d=
/track_ad_
/trackads/*
/tracked_ad.
/tracking/events/*
/trade_punder.
/tradead_
/TradeAds/*
/tradedoubler.
/trafficadpdf02.
/trafficads.
/trafficengineads.
/TrafficHaus/*
/trafficsynergysupportresponse_
/transad.
/travidia/*
/tremoradrenderer.
/trendad.
/triadshow.
/tribalad.
/tripplead/*
/tsc.php?*&ses=
/ttj?id=
/ttz_ad.
/tubeadvertising.
/turbo_ad.
/tvgdartads.
/TWBadbanner.
/twgetad3.
/TwtAd_
/txt_ad.
/txt_ad_
/txt_adv.
/txtad.
/txtAd1.
/txtads/*
/u-ads.
/u/ads/*
/u?pub=
/uberlayadrenderer.
/ucstat.
/ugoads.
/ugoads_inner.
/ui/ads/*
/ui/adv.
/ui/adv_
/uk.ads.
/uk/ads/*
/ukc-ad.
/unibluead.
/unity/ad/*
/up/ads/*
/update_ads/*
/update_layer/layer_os_new.php
/uplimg/ads/*
/upload/ads/*$domain=~ads.ae
/UploadAds/*
/uploaded/ads/*
/UploadedAds/*
/uploads/ads/*$domain=~bayie.com
/uploads/adv/*
/uploads/adv_
/uploads/xadv_
/upsellingads/*
/us-ads.
/usenext16.
/user/ads?
/user_ads/*
/userad.$domain=~userad.info
/userad/*
/userads/*
/userimages/ads/*
/usernext.
/utep/ad/*
/utep_ad.js
/v1/ads.
/v1/ads/*
/v2/ads.
/v2/ads/*
/v3/ads/*
/v3/ads?
/v5/ads/*
/v7/ads/*
/v9/adv/*
/vads/*
/valueclick-ad.
/valueclick.
/valueclickbanner.
/valueclickvert.
/vast/ads-
/vast_ads_
/VASTAdPlugin.
/vastads.
/vb/ads/*
/vboard/ads/*
/vbvua.js
/vclkads.
/vendor-ads-
/vericaladtitle.
/vert728ad.
/vert_ad.
/verticaladrotatorv2.
/vghd.gif
/vghd.swf
/vghd2.gif
/VHDpoppingModels/*
/viagogoads.
/vice-ads.
/vidadv.
/video-ad-overlay.
/video-ad.
/video-ads-management.
/video-ads-player.
/video-ads/*
/video.ads.
/video/ad/*
/video/ads/*
/video2adrenderer.
/video_ad.
/video_ad_
/video_ads.
/video_ads/*
/videoad.
/VideoAd/*
/videoad_new.
/VideoAdContent?
/videoadrenderer.
/videoadroll.
/videoads.
/videoads/*
/VideoAdsServingService/*
/videoadv-
/videoadv.
/videojs.ads-
/videojs.ads.
/videojs.sda.
/videostreaming_ads.
/videowall-ad.
/view/ads/*
/view/banner/*
/view_banner.
/viewad.
/viewad/*
/viewad?
/viewbannerad.
/viewer/rad?
/viewid=*/site=*/size=
/views/ads/*
/vifGoogleAd.
/virtuagirl.
/virtuagirl/*
/virtuagirl3.
/virtuagirlhd.
/virtual_girl_
/virtualgirl/*
/virtualgirlhd-
/vision/ads/*
/visitoursponsors.
/vld.ads?
/vnads.
/vnads/*
/vogue_ads/*
/vpaidad3.
/vpaidadrenderer.
/vplayerad.
/vrdinterads-
/vsl/js/*
/vsl/vst/*
/vtextads.
/VXLayerAd-
/w/ads/*
/w/d/capu.php?z=$script,third-party
/w_ad.aspx?
/waframedia16.
/wahoha.
/wallpaper_ads/*
/wallpaperads/*
/watchit_ad.
/waterad2.
/wave-ad-
/wbadvert/*
/weather-sponsor/*
/weather/ads/*
/web-ad_
/web-ads.
/web-ads/*
/web/ads/*
/web2_ad.
/web_ads/*
/webad.$domain=~webad.io
/WebAd/*$domain=~motortrader.com.my
/webad?
/webadimg/*
/webads.
/webads/*
/webads_
/webadserver.
/webadvert.
/webadvert/*
/webadvert3/*
/webadverts/*
/webapp/ads-
/webmailad.$domain=~webmailad.com
/webmaster_ads/*
/weborama.js
/websie-ads-
/websie-ads3.
/wedel_ad.
/weeklyAdsLabel.
/welcome_ad.
/welcomead.
/welcomeadredirect.
/werbebanner/*
/widget-advert.
/widget-advert?
/widget/ad/*
/widget/ads.
/widget/ads/*
/widgetad.
/widgetadsense.
/widgets/ads.
/widgets/ms/*.php?
/widgets/sponsored/*
/wipeads/*
/wire/ads/*
/wired/ads/*
/wix-ad.
/wixads.
/wixads/*
/wlbetathome/bannerflow/*
/wmads.
/wordpress-ads-plug-in/*
/work.php?n=*&size=*&c=
/wp-ad.min.
/wp-bannerize-
/wp-bannerize.
/wp-bannerize/*
/wp-banners.js
/wp-banners/*
/wp-content/ads/*
/wp-content/mbp-banner/*
/wp-content/plugins/amazon-product-in-a-post-plugin/*
/wp-content/plugins/automatic-social-locker/*
/wp-content/plugins/banner-manager/*
/wp-content/plugins/bhcb/lock.js
/wp-content/plugins/bookingcom-banner-creator/*
/wp-content/plugins/bookingcom-text2links/*
/wp-content/plugins/fasterim-optin/*
/wp-content/plugins/m-wp-popup/*$~stylesheet
/wp-content/plugins/platinumpopup/*
/wp-content/plugins/useful-banner-manager/*
/wp-content/plugins/wp-super-popup-pro/*
/wp-content/plugins/wp-super-popup/*$~stylesheet
/wp-content/uploads/useful_banner_manager_banners/*
/wp-popup-scheduler/*
/wp-srv/ad/*
/wp_ad_250_
/wp_pro_ad_system/*
/wpads/iframe.
/wpbanners_show.php
/wppas.
/wppas/*
/wppas_
/wpproadds.
/wpproads.
/wrapper/ads/*
/writelayerad.
/wwe_ads.
/wwe_ads/*
/www/ad/*
/www/ad_
/www/ads/*
/www/deliver/*
/www/deliverx/*
/www/delivery/*
/www/js/ad/*
/www/xengine/*
/wwwads.
/x5advcorner.
/xads.js
/xads.php
/xadvertisement.
/xbanner.js
/xbanner.php?
/xclicks.
/xfiles/ads/*
/xhfloatAdv.
/xhr/ad/*
/xlayer/layer.php?uid=$script
/xml/ad/*
/xml/ads_
/xmladparser.
/xnxx-ads.
/xpcadshow.
/xpiads.
/xpopunder.
/xpopup.js
/xtendmedia.$domain=~xtendmedia.dk
/xwords.
/xxxmatch_
/yads-
/yads.
/yads/*
/yads_
/yahoo-ad-
/yahoo-ads/*
/yahoo/ads.
/yahoo_overture.
/YahooAd_
/yahooads.
/yahooads/*
/yahooadsapi.
/yahooadsobject.
/yahoofeedproxy.
/yellowpagesads/*
/yesbaby.
/yhs/ads?
/yieldads.
/yieldlab.
/yieldmanager/*
/yieldmo-
/yin-ad/*
/yld/js/*
/yld_mgr/*
/your-ad-
/your-ad.
/your_ad.
/yourad1.
/youradhere.
/youradhere468-
/youradhere_
/ypad/*
/ysc_csc_news
/ysmads.
/ysmwrapper.js
/yume_ad_library_
/yzx?
/z-ads.
/z/ads/*
/zagcookie_
/zalando-ad-
/zanox/banner/*
/zanox_ad/*
/zaz-admanager.
/zaz-admanager/*
/zedo_
/zergbid.
/zxy?
/~cdn/ads/*
://a.ads.
://ad.*/jstag^
://adcl.$domain=~adcl.com
://ads.$domain=~ads.ac.uk|~ads.adstream.com.ro|~ads.am|~ads.bigbom.com|~ads.brave.com|~ads.buscaempresas.co|~ads.colombiaonline.com|~ads.comeon.com|~ads.cvut.cz|~ads.dollartree.com|~ads.elcarado.com|~ads.google.com|~ads.harvard.edu|~ads.lapalingo.com|~ads.lordlucky.com|~ads.microsoft.com|~ads.mobilebet.com|~ads.msstate.edu|~ads.nc|~ads.nimses.com|~ads.pinterest.com|~ads.quasaraffiliates.com|~ads.red|~ads.route.cc|~ads.safi-gmbh.ch|~ads.sk|~ads.socialtheater.com|~ads.taboola.com|~ads.toplayaffiliates.com|~ads.viksaffiliates.com|~ads.watson.ch|~ads.xtribeapp.com|~ads.yahoosmallbusiness.com|~badassembly.com|~caravansforsale.co.uk|~fusac.fr|~memo2.nl|~reempresa.org|~seriouswheels.com
://adv.$domain=~adv.bet|~adv.cincsys.com|~adv.co.it|~adv.cryptonetlabs.it|~adv.derfunke.at|~adv.ee|~adv.gg|~adv.michaelgat.com|~adv.msk.ru|~adv.ru|~adv.trinet.ru|~adv.vg|~adv.works|~adv.yomiuri.co.jp|~advids.co|~erti.se|~escreverdireito.com|~farapp.com|~forex-tv-online.com|~r7.com|~typeform.com|~welaika.com
://affiliate.$third-party
://affiliates.$third-party
://affiliates2.$third-party
://ax-d.*/jstag^
://banner.$third-party
://banners.$third-party
://bwp.*/search$domain=~pulte.com
://delivery.*/jstag^
://feeds.*/~a/
://findnsave.*.*/api/groupon.json?
://findnsave.*.*/td/portablerop.aspx?
://oas.*@
://ox-*/jstag^
://pop-over.
://promo.$third-party
://rss.*/~a/
://synad.
://wrapper.*/a?
://xml.*/redirect?*&pubid=$subdocument
:8080/ads/
;ad_meta=
;adsense_
;cue=pre;$object
;iframeid=ad_
=ad&action=
=ad-leaderboard-
=ad-rectangle-
=ad320x50-
=ad_iframe&
=ad_iframe_
=adbanner_
=adcenter&
=adcode&
=adexpert&
=adimg&impression=
=adlabs&
=admeld&
=adMenu&
=admeta&
=admodeliframe&
=adreplacementWrapperReg.
=adsCallback&
=adscripts&
=adsfinal.
=adshow&
=adslot&
=adspremiumplacement&
=adtech_
=adunit&
=advanced-ads-
=advert/
=advertiser.
=advertiser/
=advertorial&$domain=~linkpizza.com
=adView&$domain=~adview.online
=akiba_ads_
=banners_ad&
=big-ad-switch_
=clkads/
=com_ads&
=dartad_
=deliverAdFrame&
=display_ad&
=DisplayAd&
=displayAds&
=dynamicads&
=dynamicwebad&
=eureka_
=GetSponsorAds&
=half-page-ad&
=iframe_adv&
=js_ads&
=loadAdStatus&
=oas_tag.
=PAGE_AD_
=partnerad&
=pmd-advertising-
=rightAds_
=searchadslider|
=showsearchgoogleads&
=simpleads/
=textads&
=tickerReportAdCallback_
=web&ads=
=webad2&
?*=x55g%3add4vv4fy.
?action=ads&
?ad.vid=
?ad_ids=
?ad_number=
?ad_partner=
?ad_size=
?ad_tag=
?ad_type=
?ad_width=
?adarea=
?adcentric=
?adclass=
?adcontext=
?adCount=
?adflashid=
?adformat=
?adfox_
?adloc=
?adlocation=
?adname=
?adpage=
?adPageCd=
?adpartner=
?ads=$domain=~booking.loganair.co.uk
?ads_params=
?adsdata=
?adsite=
?adsize=
?adslot=
?adspot_
?adtag=
?adTagUrl=
?adtarget=
?adtechplacementid=
?adtype=
?adunit=
?adunit_id=
?adunitid=
?adunitname=
?adv/id=
?adv_type=
?adversion=
?advert_key=
?advertisement=
?advertiser=
?advertiser_id=$domain=~panel.rightflow.com
?advertiserid=$domain=~adadyn.com|~outbrain.com|~seek.co.nz|~seek.com.au
?advertising=
?advideo_
?advsystem=
?advtile=
?advurl=
?adx=
?adzone=
?aff_id=*&offer_id=
?AffiliateID=*&campaignsVpIds=
?banner.id=
?banner_id=
?bannerid=
?bannerXGroupId=
?canp=adv_
?category=ad&
?dfpadname=
?exo_zones=
?file=ads&
?framId=ad_
?g1t2h=*&t1m2k3=
?getad=&$~object
?goto=ad|
?handler=ads&
?idaffiliation=
?img_adv=
?impr?pageid=
?module=ads/
?OASTagURL=
?offer_id=*&aff_id=
?phpAds_
?poll=ad_
?PopAd=
?q=ads_
?service=ad&
?sid=ads
?simple_ad_
?type=ad&
?type=oas_pop&
?view=ad&
?vmAdID=
?wm=*&prm=rev&
?wppaszoneid=
?wpproads-
?wpproadszoneid=
?ZoneID=*&PageID=*&SiteID=
?ZoneID=*&SiteID=*&PageID=
^fp=*&prvtof=
^mod=wms&do=view_*&zone=
^pid=Ads^
_100_ad.
_125ad.
_160_ad_
_160x550.
_250ad.
_300x250Banner_
_468x60ad.
_728x90ad_
_acorn_ad_
_ad&zone=
_ad-125x125.
_ad.gif|
_ad.jsp?
_ad.php?
_ad.png?
_ad/display?
_ad/full_
_AD/jquery.
_ad/public/
_ad/section_
_ad/show/
_ad01.
_ad01_
_ad1.$~stylesheet
_ad103.
_ad120x120_
_Ad125.
_ad1a.
_ad1b.
_ad2.
_ad234x90-
_ad3.
_ad300.
_ad300x250.
_ad4.
_ad5.
_ad6.$domain=~facebook.com|~messenger.com
_ad640.
_ad728x90.
_ad9.
_ad?darttag=
_ad?size=
_ad_125x125.
_ad_2012.
_ad_250.
_ad_300.
_ad_336x280.
_ad_350x250.
_ad_728_
_ad_actron.
_ad_article_
_ad_background.
_ad_banner.
_ad_banner_
_ad_big.
_ad_block&
_ad_bottom.
_ad_box.
_ad_bsb.
_ad_center.
_ad_change.
_ad_choices.
_ad_choices_
_ad_close.
_ad_code.
_ad_content.
_ad_controller.
_ad_count.
_ad_count=
_ad_courier.
_ad_desktop_
_ad_div=
_ad_domain_
_ad_end_
_ad_engine/
_ad_expand_
_ad_feed.
_ad_footer.
_ad_footer_
_ad_frame.
_ad_handler.
_ad_harness.
_ad_head.
_ad_header.
_ad_heading.
_ad_homepage.
_ad_ids=
_ad_iframe.
_ad_image_
_ad_images/
_ad_init/
_ad_integration.
_ad_interactive.
_ad_label.
_ad_layer_
_ad_leaderboard.
_ad_lib.
_ad_logo.
_ad_middle_
_ad_minileaderboard.
_ad_new_
_ad_number=
_ad_one.
_ad_over_
_ad_page_
_ad_placeholder-
_ad_position_
_ad_promo2.
_ad_render_
_ad_renderer_
_ad_right.
_ad_right_
_ad_rolling.
_ad_run.
_ad_sense/
_ad_server.
_ad_service.
_ad_serving.
_ad_show&
_ad_side.
_ad_sidebar_
_ad_size.
_ad_sky.
_ad_skyscraper.
_ad_slot/
_ad_slot=
_ad_small.
_ad_sponsor/
_ad_square.
_ad_tall.
_ad_teaserarticledetail/
_ad_template_
_ad_top_
_ad_url=
_ad_utils-
_ad_vertical.
_ad_video_
_ad_view=
_ad_widesky.
_ad_wrapper.
_ad_yellow.
_ad_zone_
_adagency/
_adaptvad.
_adbanner.
_adbanner/
_adbanner_
_adbanners.
_adbar.
_adbg1a.
_adbg2.
_adbg2a.
_adbit.
_adblue.
_adBottom_
_adbox.
_adbox_
_adbreak.
_adcall.
_adcall_
_adchoice.
_adchoices.
_adcode_
_adcom.
_adcontent/
_adcount=
_adengage.
_adengage_
_adengine_
_adframe.$domain=~adsystem.pl
_adframe/
_adframe_
_adfunction.
_adgebraAds_
_adhere.
_adhesion.
_adhoc?
_adhome.
_adhome_
_adhoriz.
_adhub_
_adify.
_adjug.
_adlabel_
_adlesse.
_adlib.
_adlinkbar.
_adlog.
_admanager/
_admarking_
_admin/ads/
_adminka/
_adnetwork.
_adobjects.
_adoverride.
_adpage=
_adpartner.
_adplugin.
_adright.
_adright2.
_adrotator.
_adrow-
_ads-affiliates_
_ads-rtk.
_ads.cgi
_ads.cms?
_ads.html
_ads.js.
_ads.js?
_ads.php?
_ads/css/
_ads/horiz/
_ads/horiz_
_ads/iframe.
_ads/inhouse/
_ads/ip/
_ads/js/
_ads/mobile/
_ads/square/
_ads1-
_ads1.
_ads12.
_ads150x150/
_ads2.
_ads3.
_ads8.
_ads9.
_ads?
_Ads_300x300.
_ads_async.
_ads_cached.
_ads_contextualtargeting_
_ads_control.
_ads_framework.
_ads_Home.
_ads_iframe.
_ads_iframe_
_ads_index_
_ads_multi.
_ads_new.
_ads_only&
_ads_partner.
_ads_reporting.
_ads_single_
_ads_targeting.
_ads_text.
_ads_top.
_ads_updater-
_ads_v8.
_adsbgd.
_adscommon.
_adscript.
_adsdaq.
_adsense.
_adsense_
_adserve.
_adserve/
_adserved.
_adserver.
_adserver/
_adsetup.
_adsetup_
_adsframe.
_adshare.
_adshow.
_adsjs.
_adskin.
_adskin_
_adslist.
_adsonar.
_adspace-
_adspace3.
_adspace_
_adsperfectmarket/
_adsrv=
_adsrv?
_adssource.
_adstat.
_adsys.
_adsys_
_adsystem/
_adtags.
_adtech&
_adtech-
_adtech.
_adtech/$~stylesheet
_adtech_
_adtext_
_adtitle.
_adtoma.
_adtop.
_adtxt.
_adunit.
_adunits/
_adv/300.
_adv/leaderboard_
_adv/overlay/
_adv_468.
_Adv_Banner_
_adv_label.
_advert.
_advert/
_Advert09.
_advert1.
_advert_1.
_advert_2.
_advert_label.
_advert_overview.
_advert_sliders/
_advert_vert
_advertise-$domain=~linkedin.com
_advertise.
_advertise180.
_advertisehere.
_advertisement-
_advertisement.
_advertisement/
_advertisement_$domain=~media.ccc.de
_advertisementbar.
_advertisements/
_advertisementtxt_
_advertising.
_advertising/$domain=~advertising.scoop.co.nz
_advertising_header.
_advertising_iframe.
_advertisment.
_advertorial.
_advertorial/
_advertorial3.
_advertorial_
_advertorials/
_advertphoto.
_adverts.js
_adverts/
_adverts3.
_advertsarea.
_AdvertsImgs/
_adview?
_adview_
_advservices.
_advsetup.
_adwrap.
_adwriter.
_afd_ads.
_affiliate/banners/
_affiliate_ad.
_afs_ads.
_alt/ads/
_argus_ad_
_article_ad-
_assets/ads/
_asyncspc.
_background_ad.
_background_ad/
_banner-ad.
_banner_ad-
_banner_ad.
_banner_ad/
_banner_ad_
_banner_ads.
_Banner_Ads_
_banner_adv300x250px.
_banner_adv_
_bannerad.
_BannerAd_
_bannerads_
_bannerview.php?*&aid=
_bg_ad_left.
_blank_ads.
_blogads.
_blogads_
_bottom_ads.
_bottom_ads_
_box_ad_
_btnad_
_bucks_ad.
_button_ad_
_buttonad.
_buzzAd_
_centre_ad.
_cgbanners.php?
_ChatAd_
_collect/ads/
_commonAD.
_companionad.
_content/sponsored_
_content_ad.
_content_ad_
_contest_ad_
_custom_ad.
_custom_ad_
_dart_ads.
_dart_interstitial.
_dashad_
_dfp.php?
_dfp_targeting.
_Digital_Ads-
_dispad_
_displayad_
_displaytopads.
_doubleclick.
_doubleclick_ad.
_down_ad_
_dropdown_ad.
_dynamicads/
_elements/ads/
_engine_ads_
_english/adv/
_externalad.
_fach_ad.
_fbadbookingsystem&
_feast_ad.
_files/ad.
_files/ads/
_fixed_ad.
_floating_ad_
_floatingad_
_FLYAD.
_footer_ad_
_framed_ad/
_friendlyduck.
_fullscreen_ad.
_gads_bottom.
_gads_footer.
_gads_top.
_gallery_ads.
_gallery_image_ads_$~stylesheet
_genads/
_generic_ad.
_geobanner.
_google_ad.
_google_ads.
_google_ads/
_google_ads_
_googlead.
_googleads_
_googleDFP.
_grid_ad?
_header_ad.
_header_ad_
_headerad.
_headline_ad.
_homad.
_homadconfig.
_home_ad.
_home_ad_
_hosting_ad.
_house_ad_
_hr_advt/
_html5/ads.
_iad.html?
_id/ads/
_iframe_ad_
_images/ad.
_images/ad_
_images/ads/
_index_ad.
_inline_advert&
_inlineads.
_jpopunder/
_js/ads.js
_js4ad2.
_js_ads.
_js_ads/
_jtads/
_juiceadv.
_juicyads.
_layerad.
_lazy_ads/
_leaderboard_ad_
_left_ad.
_link_ads-
_live/ad/
_load_ad?
_loader_adv-
_logadslot&
_longad_
_mailLoginAd.
_main_ad.
_mainad.
_mar_ad/
_maxi_ad/
_media/ads/
_mid_ad.
_middle_ads.
_mmsadbanner/
_mobile/js/ad.
_Mobile_Ad_
_mpu_widget?
_nine_ad/
_online_ad.
_onlinead_
_openx.
_openx/
_org_ad.
_overlay_ad.
_paid_ads/
_paidadvert_
_panel_ads.
_partner_ad.
_pcads_
_pchadtree.
_picsad_
_platform_ads.
_platform_ads_
_player_ads_
_plus/ads/
_pop_ad.
_pop_ad/
_pop_under.
_popunder.
_popunder_
_popupunder.
_post_ads.
_preorderad.
_prime_ad.
_promo_ad/
_psu_ad.
_pushads.
_radio_ad_
_railads.
_rebid.js
_rectangle_ads.
_reklama_$domain=~youtube.com
_reporting_ads.
_request_ad.
_response_ad.
_right_ad.
_right_ads.
_right_ads/
_right_ads_
_rightad.
_rightad1.
_rightad_
_rightmn_ads.
_search/ads.js
_sectionfront_ad.
_show_ads.
_show_ads=
_show_ads_
_sidead.
_sidebar_ad.
_sidebar_ad/
_sidebar_ad_
_sidebarad_
_site_sponsor
_skinad.
_skybannerview.
_skyscraper160x600.
_slider_ad.
_Slot_Adv_
_small_ad.
_smartads_
_sponsor/css/
_sponsor_banners/
_sponsor_logic.
_sponsoredlinks_
_Spot-Ad_
_square_ad-
_square_ad.
_static/ads/
_static_ads.
_sticky_ad.
_StickyAd.
_StickyAdFunc.
_survey_ad_
_tagadvertising.
_temp/ad_
_text_ads.
_textad_$~media
_textads.
_textads/
_theme/ads/
_tile_ad_
_top_ad.
_top_ad_
_topad.
_tribalfusion.
_txt_ad_
_type=adimg&
_UIM-Ads_
_valueclick.
_vertical_ad.
_video_ads/
_video_ads_
_videoad.
_vodaaffi_
_web-advert.
_Web_ad.
_web_ad_
_webad.
_WebAd^
_webad_
_WebBannerAd_
_widget_ad.
_yahooads/
_your_ad.
_zedo.
takeover_background.
takeover_banner_
||cacheserve.*/promodisplay/
||cacheserve.*/promodisplay?
||com/banners/$image,object,subdocument,domain=~thetvdb.com|~tooltrucks.com
||online.*/promoredirect?key=
||ox-d.*^auid=
||serve.*/promoload?
/earn.php?z=$popup,subdocument
/pop2.js?*=$script
/full-page-script.$script
/urlshortener.js
/urlshortener.min.js
/\:\/\/data.*\.com\/[a-zA-Z0-9]{30,}/$third-party,xmlhttprequest
/\.(accountant|bid|click|club|com|cricket|date|download|faith|link|loan|lol|men|online|party|racing|review|science|site|space|stream|top|trade|webcam|website|win|xyz|com)\/(([0-9]{2,9})(\.|\/)(css|\?)?)$/$script,stylesheet,third-party,xmlhttprequest
/\.accountant\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.bid\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.click\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.club\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.com\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.cricket\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.date\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.download\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.faith\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.link\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.loan\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.lol\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.men\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.online\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.party\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.racing\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.review\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.science\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.site\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.space\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.stream\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.top\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.trade\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.webcam\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.website\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.win\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.xyz\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\:\/\/[a-z0-9]{5,40}\.com\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\:\/\/[a-z0-9]{5,}\.com\/[A-Za-z0-9]{3,}\/$/$script,third-party,xmlhttprequest
.webp?*&cb=$script,~third-party
/banger.js
/edmonton.webp$script
/ez_aba_load/*
/ezcl.webp?
/ezf-min.$script
/ezo/*$script,~third-party,domain=~yandex.by|~yandex.com|~yandex.kz|~yandex.ru|~yandex.ua
/ezoic/*$script,~third-party
/jellyfish.webp$script
/ima3.js
/imasdk/*
.php?mg=$image
/_b*.php?img=$image
/_p*.php?img=$image
/_p4.php$script
/_ra_lib*.js$script
/ac/rep.php$script
/b3.php?*=$script
/b3.php?img=$image
/ba_*/?fel=$script
/backend_loader.php$script,~third-party
/baha.php
/be568.js
/bl.php?*=$image,script
/dg.php?wr=
/ebldr.php
/ebloader.
/ex/b.php
/exads-
/exbl.js?
/exbl.min.js?
/exbl.php?
/exbls1.js?
/exblss1.js?
/exo-force-
/exo-loader/*
/exo_frnd_
/exo_na/*$script,subdocument
/fel456.js
/fload.js
/floader.js$script
/fro_lo.js$script
/frontend_loader.js$script
/frontend_loador.js$script
/iamback.php$script
/lib/?img=$image
/misc/ex_loader.
/nb/avanti.
/nb/b_lo.php
/nb/frontale.
/nb/frontend.js
/nvr_bcknd.
/nvrblck.
/scripts/sweet/*$script
_nb_sys.$script,~third-party
_prx/ba_$script
-prebid-
-prebid.$script
-prebid/
.prebid.js
/adn-hb/*
/adn.ano.
/ads/prebid_
/anprebid/*
/AudienceNetworkPrebid.
/AudienceNetworkPrebidLite.
/biddr-*.js
/ext/prebid
/gpt_and_prebid/*
/jppolPrebid.
/newPrebid.
/pb.min.
/pbjs-*.js
/prebid-
/prebid.$domain=~prebid.org
/prebid/*
/prebid1.
/prebid14.js
/prebid2.
/prebid?
/prebid_$script
/prodprebidheader-
/pubfig.js
/pubfig.min.js
/st_prebid.js
/tagman/*
_prebid_
/g00/*/clientprofiler/adb
/jquery.dfp.js$script
/jquery.dfp.min.js$script
/webservices/jsparselinks.aspx?$script
/cdn-cgi/pe/bag2?*.speednetwork1.com
/cdn-cgi/pe/bag2?*adsrvmedia
/cdn-cgi/pe/bag2?*ajs.php
/cdn-cgi/pe/bag2?r*.adglare.org
/cdn-cgi/pe/bag2?r*.adroll.com
/cdn-cgi/pe/bag2?r*.amazonaws.com*secure.js
/cdn-cgi/pe/bag2?r*.codeonclick.com
/cdn-cgi/pe/bag2?r*.content-ad.net
/cdn-cgi/pe/bag2?r*.qualitypublishers.com
/cdn-cgi/pe/bag2?r*.worldoffersdaily.com
/cdn-cgi/pe/bag2?r*.zergnet.com
/cdn-cgi/pe/bag2?r*adblade.com
/cdn-cgi/pe/bag2?r*adk2.co
/cdn-cgi/pe/bag2?r*ads.exoclick.com
/cdn-cgi/pe/bag2?r*adsnative.com
/cdn-cgi/pe/bag2?r*advertserve.com
/cdn-cgi/pe/bag2?r*az708531.vo.msecnd.net
/cdn-cgi/pe/bag2?r*bnserving.com
/cdn-cgi/pe/bag2?r*clkrev.com
/cdn-cgi/pe/bag2?r*content.ad
/cdn-cgi/pe/bag2?r*contextual.media.net
/cdn-cgi/pe/bag2?r*cpx.to
/cdn-cgi/pe/bag2?r*eclkmpbn.com
/cdn-cgi/pe/bag2?r*eclkspsa.com
/cdn-cgi/pe/bag2?r*ero-advertising.com
/cdn-cgi/pe/bag2?r*googleadservices.com
/cdn-cgi/pe/bag2?r*intellitxt.com
/cdn-cgi/pe/bag2?r*juicyads.com
/cdn-cgi/pe/bag2?r*linksmart.com
/cdn-cgi/pe/bag2?r*mellowads.com
/cdn-cgi/pe/bag2?r*pipsol.net
/cdn-cgi/pe/bag2?r*popads.net
/cdn-cgi/pe/bag2?r*popcash.net
/cdn-cgi/pe/bag2?r*puserving.com
/cdn-cgi/pe/bag2?r*revcontent.com
/cdn-cgi/pe/bag2?r*revdepo.com
/cdn-cgi/pe/bag2?r*srvpub.com
/cdn-cgi/pe/bag2?r*zwaar.org
/cdn-cgi/pe/bag?r*cpalead.com
/cdn-cgi/pe/bag?r*pubads.g.doubleclick.net
/datomata.widget.js
/mediahosting.engine$document,script,subdocument
/Redirect.a2b?$document,script,subdocument
/sitetestclickcount.engine$document,script,subdocument
/Tag.eng$document,script,subdocument
/Tag.rb$document,script,subdocument
/sl/assetlisting/?
/jquery.peelback.
-adblocker-detection/
-adblocker-detector/
-detect-adblock.
/abdetect.js
/abDetector.js
/abp_detection/*
/abtest_ab.js
/ad-blocker.js
/ad-blocking-alert/*
/adb.min.js
/adb_detector.
/adblock-alerter/*
/adblock-blocker/*
/adblock-detect.
/adblock-detector.
/adblock-message.
/adblock-notify-by-bweb/*
/adblock-relief.js
/adblock-relief/*
/adblock.gif?
/adblock_detect.
/adblock_detector.
/adblock_detector2.
/adblock_logger.
/adblockchecker.
/adblockdetect.
/adblockdetect/*
/adblockdetection.
/adblockDetector.
/adBlockDetector/*
/adblockdetectorwithga.
/adblocker-leader.
/adblocker.js
/adBlockerTrack_
/adblockkiller.
/adblockpopup.
/adbuddy.$domain=~adbuddy.be|~adbuddy.beeldstudio.be
/adsblocker.
/anti-adblock/*$~stylesheet
/anti_ab.
/antiadblock.
/antiblock_script/*
/blockblock/blockblock.jquery.js
/BlockerBanner/*$xmlhttprequest
/Disable%2BAdblock.
/disabled_adBlock.
/fuckadb.js
/fuckadblock.js
/fuckadblock.min.js
/fuckingadblockplus.
/ibd-block-adblocker/*
/jgc-adblocker-
/jgcabd-detect-
/no-adblock/*
/wp-content/plugins/anti-block/*
/wp-content/plugins/anti_ad_blocker/*
_atblockdetector/
,160x600;
,468x60-
,468x60;
,728x90,
,970x90;
-120-600.
-120_600_
-120x240.
-120x300.
-120x400.
-120x60-
-120x60.
-120x600-
-120x600.
-120x600_
-120x600c.
-125x40-
-160-600.
-160x400-
-160x600-
-160x600.
-160x600_
-160x600b.
-161x601-
-300-250.
-300x250-$~xmlhttprequest
-300x250_
-300x600.
-460x68.
-468-100.
-468-60-
-468-60.
-468-60_
-468_60.
-468by60.
-468x060-
-468x060_
-468x60-
-468x60.
-468x60/
-468x60_
-468x60px-
-468x60px.
-468x70.
-468x80-
-468x80.
-468x80/
-468x80_
-468x90.
-480x120.
-480x60-
-480x60.
-480x60/
-480x60_
-486x60.
-500x100.
-600x70.
-600x90-
-700-200.
-720x120-
-720x90-
-720x90.
-728-90.
-728.90.
-728x90&
-728x90-
-728x90.
-728x90/
-728x90_
-728x90a_
-728x90px-
-728x90px2.
-729x91-
-780x90-
-800x150.
-980x60-
-988x60.
.120x600.
.160x600.
.160x600_
.300x250.
.300x250_
.468x60-
.468x60.
.468x60/
.468x60_
.468x80-
.468x80.
.468x80/
.468x80_
.480x60-
.480x60.
.480x60/
.480x60_
.650x100.
.728x90-
.728x90.
.728x90/
.728x90_
.900x100.
/120-600-
/120-600.
/1200x70_
/120_600.
/120_600/*
/120_600_
/120x240_
/120x600-
/120x600.
/120x600/*
/120x600_
/125x240/*
/125x300_
/125x400/*
/125x600-
/125x600_
/130x600-
/130x600.
/150-500.
/150_500.
/150x200-
/150x300_
/150x600_
/160-600-
/160-600.
/160.html$subdocument
/160_600.
/160_600_
/160x400-
/160x400_
/160x600-
/160x600.
/160x600/*
/160x600_
/160x600partner.
/170x700.
/180x150-
/190_900.
/190x600.
/230x90_
/234x60/*
/270x90-
/300-250-
/300-250.
/300_250_
/300x150_
/300x250-
/300x250.
/300x250/*$~media
/300x250_
/300x250b.
/300x250px-
/300x250px_
/300x350.
/300x600-
/300x600_
/300x90_
/320x250.
/335x205_
/336x280-
/336x280.
/336x280_
/340x85_
/4-6-8x60.
/400x297.
/428x60.
/460x60.
/460x80_
/468-20.
/468-60-
/468-60.
/468-60_
/468_60.
/468_60_
/468_80.
/468_80/*
/468x060.
/468x060_
/468x280.
/468x280_
/468x60-
/468x60.
/468x60/*
/468x60_
/468x60a.
/468x60a_
/468x60b.
/468x60v1_
/468x70-
/468x72.
/468x72_
/468x80-
/468x80.
/468x80/*
/468x80_
/468x80b.
/468x80g.
/470x030_
/475x150-
/480x030.
/480x030_
/480x60-
/480x60.
/480x60/*
/480x60_
/480x70_
/486x60_
/496_98_
/500x90.
/530x60_
/540x80_
/600-60.
/600-90.
/600_120_
/600_90_
/600x160_
/600x75_
/600x90.
/60x468.
/640x100/*
/640x80-
/660x120_
/660x60.
/700_100_
/700_200.
/700x100.
/700x120.
/700x250.
/700x90.
/728-90-
/728-90.
/728-90/*
/728-90_
/728.html$subdocument
/728_200.
/728_200_
/728_90.
/728_90/*
/728_90_
/728_90n.
/728by90_
/728x15.
/728x180-
/728x79_
/728x90-
/728x90.
/728x90/*
/728x901.
/728x90?
/728x90_
/728x90b.
/728x90b/*
/728x90d.
/728x90g.
/728x90h.
/728x90l.
/728x90top.
/750-100.
/750x100.
/760x120.
/760x120_
/760x90_
/768x90-
/768x90.
/780x90.
/800x90.
/80x468_
/900x130_
/900x350_
/950_250.
/960_60_
/980x90.
/_iframe728x90.
/ban468.
/bottom728.html
/bottom728x90.
/head486x60.
/img/468_60
/img/728_90
/L300xH250/*
/lightake728x90.
/new160x600/*
/new300x250/*
/top468.html
/top728.html
/top728x90.
120-600.gif|
120x500.gif|
120x600.gif?
120x600.gif|
120x600.html|
120x600.htm|
120x600.png|
120x600.swf?
120x600.swf|
125x600.gif|
125x600.swf?
125x600.swf|
133x394.gif|
160x300.gif|
160x600.gif|
160x600.html|
160x600.htm|
160x600.jpg|
160x600.php?
160x600.php|
160x600.png|
160x600.swf?
160x600.swf|
160x6001.jpg|
450x55.jpg|
460x70.jpg|
468-60.gif|
468-60.swf?
468-60.swf|
468_60.gif|
468x60.gif|
468x60.html|
468x60.htm|
468x60.jpg|
468x60.php?
468x60.php|
468x60.swf?
468x60.swf|
468x60_1.gif|
468x60_2.jpg|
468x80.gif|
470x60.gif|
470x60.jpg|
470x60.swf?
470x60.swf|
480x60.png|
480x80.jpg|
700_200.gif|
700_200.jpg|
700x200.gif|
728x290.gif|
728x90.gif|
728x90.html|
728x90.htm|
728x90.jpg|
728x90.php?
728x90.php|
728x90.png|
728x90.swf?
728x90.swf|
728x90_2.jpg|
750x80.swf|
750x90.gif|
760x90.jpg|
=120x600,
=120x600;
=160x160;
=160x600&
=160x600,
=160x600;
=234x60;
=234x60_
=300x250&
=300x250,
=300x250/
=300x250;
=300x250_
=300x300;
=336x280,
=336x280;
=440x410;
=468x60&
=468x60,
=468x60/
=468x60;
=468x60_
=468x80_
=480x60;
=728x90&
=728x90,
=728x90/
=728x90;
=728x90_
=760x120&
=888x10;
=900x60;
_100x480_
_115x220.
_120_60.
_120_600.
_120_600_
_120_x_600.
_120h600.
_120x240.
_120x240_
_120x500.
_120x60.
_120x600-
_120x600.
_120x600_
_120x600a.
_120x600px.
_120x60_
_120x800a.
_125x600_
_140x600.
_140x600_
_150x700_
_160-600.
_160_600.
_160_600_
_160by600_
_160x1600.
_160x290.
_160x300.
_160x300_
_160x350.
_160x400.
_160x500.
_160x600&
_160x600-
_160x600.
_160x600/
_160x600_
_160x600b.
_180x300_
_180x450_
_200x600_
_300-250-
_300_250.
_300_250_
_300_60_
_300x160_
_300x250-
_300x250.
_300x250_
_300x250a_
_300x250b.
_300x250px.
_300x250v2.
_300x600.
_300x600_
_320x250_
_323x120_
_336x120.
_336x280_
_336x280a.
_336x280s.
_336x850.
_350_100.
_350_100_
_350x100.
_370x270.
_400-80.
_400x60.
_400x68.
_420x80.
_420x80_
_438x50.
_438x60.
_438x60_
_460_60.
_460x60.
_465x110_
_468-60.
_468.gif
_468.htm
_468_60-
_468_60.
_468_60_
_468_80.
_468_80_
_468x060-
_468x060.
_468x060_
_468x100.
_468x100_
_468x120.
_468x60-
_468x60.
_468x60/
_468x60_
_468x60b.
_468x60px_
_468x6o_
_468x80-
_468x80.
_468x80/
_468x80_
_468x90.
_468x90_
_480_60.
_480_80_
_480x60-
_480x60.
_480x60/
_480x60_
_486x60.
_486x60_
_490-90_
_500x440.
_540_70.
_540_70_
_550x150.
_555x70.
_580x100.
_585x75-
_585x75_
_590x105.
_600-90.
_600x120_
_600x160.
_600x180.
_600x80.
_600x90.
_620x203_
_638x200_
_650x350.
_650x80_
_672x120_
_680x93_
_682x90_
_700_100_
_700_150_
_700_200_
_700x200.
_720_90.
_720x90.
_720x90_
_728-90.
_728-90_
_728.htm
_728_90.
_728_90_
_728_x_90_
_728by90_
_728x-90.
_728x150.
_728x60.
_728x90&
_728x90-
_728x90.
_728x90/
_728x901.
_728x90_
_728x90a.
_728x90a_
_728x90b_
_728x90pg_
_728x90px-
_728x90px.
_728x90px_
_728x90v1.
_730_440.
_730x60_
_730x90_
_745_60.
_745_90.
_750x100.
_760x100.
_760x90_
_764x70.
_764x70_
_768x90_
_796x110_
_798x99_
_800x100.
_800x80_
_80x468.
_900x350.
_936x60.
_960_90.
_970x30_
_980x100.
_a468x60.
&link_type=offer$popup,third-party
&popunder=$popup
&popundersPerIP=$popup
&pppi=*=http$popup
&program=revshare&$popup
&r=*&zoneid=$popup
&rf=*&zoneid=$popup
&zoneid=*&ad_$popup
-ads-campaign/$popup
.co/ads/$popup
.com/?adv=$popup
.com/?zoneid=$popup
.com/ads?$popup
.engine?PlacementId=$popup
.net/adx.php?$popup
/?a_aid=*&$popup
/?cver=0&refer$popup
/?cver=1&refer$popup
/?ip=*&zoneid=$popup
/?pid=*&dn=$popup
/?placement=*&redirect$popup
/?pmxy=$popup
/?r=*&zoneid=$popup
/?redirect&placement=$popup
/?reef=$popup
/?sid=*site_id=*conv_id=$popup
/?zoneid=*&timeout=$popup
/a/display.php?$popup
/ad.php?tag=$popup
/ad.php?zone$popup
/ad.php|$popup
/ad/display.php$popup
/ad/window.php?$popup
/ad132m/*$popup
/ad_pop.php?$popup
/adclick.$popup
/adClick/*$popup
/adClick?$popup
/AdHandler.aspx?$popup
/adpreview?$popup
/ads.htm$popup
/ads/click?$popup
/adServe/*$popup
/adserver.$popup
/AdServer/*$popup,third-party
/adstream_sx.ads/*$popup
/adsxml.php$popup
/adsynserveuserid=$popup
/adsys/*$popup
/advlink.$popup
/adx.php?source=$popup
/aff/zbo.php?$popup
/aff_ad?$popup
/afu.php?$popup
/apu.php?*&zoneid=$popup
/bani/index.php?id=$popup
/click.track?$popup
/click?adv=$popup
/click?pid=*&offer$popup,domain=~checkmoney.com.ua
/cpm/*?subid_$popup
/cradver.$popup,third-party
/dynamic/url/zone?*&pid=$popup,third-party
/fp.eng?$popup
/fp.engine?$popup,third-party
/goads|$popup
/goad|$popup
/itab/*&pid=$popup
/lib/*&adb=$popup
/open?shu=$popup
/play?*&refer=$popup
/play?aver=$popup
/play?refer=$popup
/pop-imp/*$popup
/popad|$popup
/popout.$popup
/popunder.$popup
/popunder_$popup
/popupads.$popup
/promoredirect?*&campaign=*&zone=$popup
/punder.php$popup
/query?bver=$popup
/query?shu=$popup
/realmedia/ads/*$popup
/Redirect.*&dcid=$popup
/Redirect.*MediaSegmentId=$popup
/Redirect.a1b?$popup
/Redirect.eng?$popup
/Redirect.engine$popup
/Redirect.rb?$popup
/redirect.spark?$popup,third-party
/rotator.php?$popup
/servlet/ajrotator/*$popup
/show?*&refer=$popup
/show?bver=$popup
/showads/*$popup
/spopunder^$popup
/srvclk.php?$popup
/tr?id=*&tk=$popup
/watch?*&refer=$popup
/watch?key=$popup,third-party
/watch?refer=$popup
/watch?shu=$popup,third-party
/xdirect.html?$popup
/yesbaby.$popup
://adv.$popup
=ad_unit&$popup
=popunder&$popup
=popunders&$popup
=redirect_adv&$popup
?ad_domain=$popup
?AdUrl=$popup
?bannerid=*&punder=$popup
?bver=1&refer=$popup
?direct=*&zoneid=$popup
?iiadext=$popup
?partnerkey=*&utm_source=$popup
?xref=*&zoneid=$popup
?zoneid=*_bannerid=$popup
_popunder+$popup
=direct&siteId=*=http$popup
|javascript:*setTimeout$popup
|javascript:*window.location$popup
|blob:$popup
|data:text$popup,domain=~clker.com
|dddata:text$popup
###A9AdsMiddleBoxTop
###A9AdsOutOfStockWidgetTop
###A9AdsServicesWidgetTop
###AD-300x250
###AD-300x250-1
###AD-300x250-2
###AD-300x250-3
###AD-HOME-LEFT
###AD001
###AD1line
###AD2line
###AD300Right
###AD300_VAN
###AD300x250
###AD300x600
###AD728Top
###ADEXPERT_PUSHDOWN
###ADEXPERT_RECTANGLE
###ADInterest
###ADNETwallBanner1
###ADNETwallBanner2
###ADSLOT_1
###ADSLOT_2
###ADSLOT_3
###ADSLOT_4
###ADSLOT_SKYSCRAPER
###ADSPACE02
###ADSPACE03
###ADSPACE04
###ADS_2
###ADSlideshow
###ADSpro
###ADV120x90
###ADVERTISE_HERE_ROW
###ADVERTISE_RECTANGLE1
###ADVERTISE_RECTANGLE2
###ADVTG_CONTAINER_pushdown
###ADVTLEFT1
###ADVTLEFT2
###ADVTRIGHT1
###ADV_VIDEOBOX_2_CNT
###ADVleaderboard
###AD_160
###AD_300
###AD_468x60
###AD_C
###AD_CONTROL_13
###AD_CONTROL_22
###AD_CONTROL_28
###AD_CONTROL_29
###AD_CONTROL_8
###AD_G
###AD_L
###AD_ROW
###AD_Top
###AD_Zone
###AD_banner
###AD_banner_bottom
###AD_gallery
###AD_google
###AD_half
###AD_newsblock
###AD_rectangle
###AD_rr_a
###AD_text
###ADback
###ADbox
###ADgoogle_newsblock
###ADoverThePlayer
###ADsmallWrapper
###AFF_popup
###APC_ads_details
###AUI_A9AdsMiddleBoxTop
###AUI_A9AdsWidgetAdsWrapper
###Ad-0-0-Slider
###Ad-0-1-Slider
###Ad-1-0-Slider
###Ad-1-1-Slider
###Ad-1-2-Slider
###Ad-3-Slider
###Ad-4-Slider
###Ad-5-2-Slider
###Ad-8-0-Slider
###Ad-9-0-Slider
###Ad-Container
###Ad-Top
###Ad160x600
###Ad160x600_0_adchoice
###Ad300x145
###Ad300x250
###Ad300x250_0
###Ad300x600_0_adchoice
###Ad3Left
###Ad3Right
###Ad3TextAd
###Ad728x90
###Ad990
###AdAboveGame
###AdArea
###AdAreaH
###AdAuth1
###AdAuth2
###AdAuth3
###AdAuth4
###AdBanner
###AdBannerSmallContainer
###AdBanner_F1
###AdBanner_S
###AdBar
###AdBar1
###AdBigBox
###AdBlock
###AdBlockBottomSponsor
###AdBottomLeader
###AdBottomRight
###AdBox160
###AdBox2
###AdBox300
###AdBox728
###AdBoxMoreGames
###AdButtons
###AdColumn
###AdContainer
###AdContainerTop
###AdContentModule_F
###AdContent_0_0_pnlDiv
###AdControl_TowerAd
###AdDetails_GoogleLinksBottom
###AdDetails_InsureWith
###AdDetails_SeeMoreLink
###AdDisclaimer
###AdDisplay_LongLink
###AdDisplay_TallLink
###AdDiv
###AdExtraBlock
###AdFeedbackLinkID_lnkItem
###AdFoxDiv
###AdFrame1
###AdFrame2
###AdFrame4
###AdHeader
###AdHouseRectangle
###AdImage
###AdIndexTower
###AdLayer1
###AdLayer2
###AdLeaderboard2RunofSite
###AdLeaderboardBottom
###AdLeaderboardTop
###AdLocationMarketPage
###AdMPUHome
###AdMediumRectangle1300x250
###AdMediumRectangle2300x250
###AdMediumRectangle3300x250
###AdMiddle
###AdMobileLink
###AdPanel
###AdPanelBigBox
###AdPanelLogo
###AdPopUp
###AdPubsPromo
###AdRectangle
###AdRectangleBanner
###AdSense-Skyscraper
###AdSense1
###AdSense2
###AdSense3
###AdSenseBottomAds
###AdSenseDiv
###AdSenseMiddleAds
###AdSenseResults1_adSenseSponsorDiv
###AdSenseTopAds
###AdServer
###AdShopSearch
###AdShowcase
###AdShowcase_F
###AdShowcase_F1
###AdSky23
###AdSkyscraper
###AdSlot_AF-Right-Multi
###AdSpaceLeaderboard
###AdSpacing
###AdSponsor_SF
###AdSpotMovie
###AdSquare02
###AdSubsectionShowcase_F1
###AdTaily_Widget_Container
###AdTargetControl1_iframe
###AdTop
###AdTopBlock
###AdTopLeader
###AdTrackVideoPlayer
###AdWidgetContainer
###AdZone1
###AdZone2
###Ad_976x105
###Ad_BelowContent
###Ad_Block
###Ad_Center1
###Ad_Premier
###Ad_Right1
###Ad_RightBottom
###Ad_RightTop
###Ad_TopLeaderboard
###Adbanner
###Adc1_AdContainer
###Adc2_AdContainer
###Adc3_AdContainer
###AdcBB_AdContainer
###Adcode
###Adlabel
###Adrectangle
###Ads-C
###Ads-D-728x90-hori
###Ads270x510-left
###Ads470by50
###AdsBannerTop
###AdsBottomContainer
###AdsBottomIframe
###AdsCarouselBoxArea
###AdsContainerTop
###AdsContent
###AdsContent_SearchShortRecB_UPSSR
###AdsDiv
###AdsFrame
###AdsHome2
###AdsLeader
###AdsLeft_1
###AdsPlayRight_1
###AdsRight
###AdsShowCase
###AdsTopContainer
###AdsVideo250
###AdsWrap
###Ads_BA_BUT_box
###Ads_BA_CAD
###Ads_BA_CAD2
###Ads_BA_CAD2_Text
###Ads_BA_CAD_box
###Ads_BA_FLB
###Ads_BA_SKY
###Ads_CAD
###Ads_OV_BS
###Ads_Special
###Ads_TFM_BS
###Ads_google_01
###Ads_google_02
###Ads_google_03
###Ads_google_04
###Ads_google_05
###Adsense300x250
###AdsenseBottom
###AdsenseTop
###Adtag300x250Bottom
###Adtag300x250Top
###Adv-div
###Adv10
###Adv11
###Adv8
###Adv9
###AdvArea
###AdvBody
###AdvContainer
###AdvContainerBottom
###AdvContainerMidCenter
###AdvContainerMiddleRight
###AdvContainerTopCenter
###AdvContainerTopRight
###AdvFooter
###AdvFrame1
###AdvHead
###AdvHeader
###Adv_Footer
###Adv_Main_content
###Adv_Maxi_Leaderboard_A
###Adv_Maxi_Leaderboard_B
###Adv_Superbox_A
###Adv_Superbox_B
###Adv_Superbox_C
###Adv_Superbox_D
###Advert1
###AdvertMPU23b
###AdvertPanel
###AdvertText
###AdvertiseFrame
###Advertisement1
###Advertisement2
###AdvertisementRightColumnRectangle
###Advertisements
###AdvertisingDiv_0
###AdvertisingLeaderboard
###AdvertismentHomeTopRight
###Advertorial
###Advertorials
###AdvertsBottom
###AdvertsBottomR
###Adverts_AdDetailsBottom_300x600
###Adverts_AdDetailsMiddle_300x250
###ArticleBottomAd
###BANNER_160x600
###BANNER_300x250
###BANNER_728x90
###BB1-ad
###BBCPH_MCPH_MCPH_P_ArticleAd1
###BBCPH_MCPH_MCPH_P_OasAdControl1Panel
###BBCPH_MCPH_MCPH_P_OasAdControl2Panel
###BBCPH_MCPH_MCPH_SponsoredLinks1
###BBoxAd
###BDV_fullAd
###BackgroundAdContainer
###Banner300x250Module
###Banner728x90
###BannerAd
###BannerAds
###BannerAdvert
###BannerAdvertisement
###BannerXGroup
###BelowFoldAds
###BigBoxAd
###BigboxAdUnit
###BillBoardAdd
###BodyAd
###BodyTopAds
###Body_Ad8_divAdd
###BotAd
###Bottom468x60AD
###BottomAd0
###BottomAdContainer
###BottomAdSpacer
###BottomAds
###BottomPageAds
###BottomRightAdWrapper
###BrokerBox-AdContainer
###ButtonAd
###CONTENTAD
###CSpromo120x90
###ClickPop_LayerPop_Container
###ClickStory_ViewAD1
###ClickStory_ViewRightAD2
###Col2-1-ComboAd-Proxy
###CommonHeaderAd
###CompanyDetailsNarrowGoogleAdsPresentationControl
###CompanyDetailsWideGoogleAdsPresentationControl
###ContentAd
###ContentAd1
###ContentAd2
###ContentAdPlaceHolder1
###ContentAdPlaceHolder2
###ContentAdView
###ContentAdXXL
###ContentAdtagRectangle
###ContentPlaceHolder1_adds
###ContentPlaceHolder1_advertControl1_advertLink
###ContentPlaceHolder1_advertControl3_advertLink
###ContentPlaceHolder1_pnlGoogleAds
###ContentPolepositionAds_Result
###Content_CA_AD_0_BC
###Content_CA_AD_1_BC
###ConversationDivAd
###CornerAd
###CountdownAdvert
###DARTad300x250
###DEFAULT_ADV4_SWF
###DFM-adPos-bottomline
###DFPAD_MR
###DFP_in_article_mpu
###DFP_top_leaderboard
###DartAd300x250
###DartAd990x90
###DealsPageSideAd
###DivAd
###DivAd1
###DivAd2
###DivAd3
###DivAdA
###DivAdB
###DivAdC
###DivAdEggHeadCafeTopBanner
###DivAdForumSplitBottom
###DivMsnCamara
###DivTopAd
###DividerAd
###DynamicAD
###FFN_imBox_Container
###FIN_300_250_position2_ad
###FIN_300_x_250_600_position2_ad
###FIN_300x250_pos1_ad
###FIN_300x80_facebook_ad
###FIN_468x60_sponsor_ad
###FIN_640x60_promo_ad
###FIN_728_90_leaderboard_ad
###FIN_ad_300x100_pos_1
###FIN_videoplayer_300x250ad
###FRONTADVT2
###FRONTADVT3
###FRONTADVT4
###FRONTADVT5
###FRONTADVT8
###FooterAd
###FooterAdBlock
###FooterAdContainer
###ForumSponsorBanner
###Freeforums-AdS-footer-728x90
###Freeforums-AdS-header-728x90
###FrontPageRectangleAd
###GOOGLEADS_BOT
###GOOGLEADS_CENTER
###GOOGLE_ADS_13
###GOOGLE_ADS_151
###GOOGLE_ADS_16
###GOOGLE_ADS_2
###GOOGLE_ADS_49
###GOOGLE_ADS_56
###GOOGLE_ADS_94
###GameMediumRectangleAD
###GamePageAdDiv
###GoogleADsense
###GoogleADthree
###GoogleAd
###GoogleAd1
###GoogleAd2
###GoogleAd3
###GoogleAdExploreMF
###GoogleAdRight
###GoogleAdTop
###GoogleAds250X200
###GoogleAdsPlaceHolder
###GoogleAdsPresentationControl
###GoogleAdsense
###GoogleAdsenseMerlinWrapper
###GoogleLeaderBoardAdUnit
###GoogleLeaderBoardAdUnitSeperator
###GoogleRelatedAds
###GoogleSponsored
###Google_Adsense_Main
###HALExchangeAds
###HALHouseAd
###HB_News-ad
###HEADERAD
###HOME_TOP_RIGHT_BOXAD
###HP_adUnits
###H_Ad_728x90
###H_Ad_Wrap
###HeaderAD
###HeaderAd
###HeaderAdBlock
###HeaderAdSidebar
###HeaderAdsBlock
###HeaderAdsBlockFront
###HeaderBannerAdSpacer
###HeaderTextAd
###HeroAd
###HomeAd1
###HomeBannerAd
###Home_AdSpan
###HomepageAdSpace
###HorizontalAd
###HouseAd
###HouseAdInsert
###IC1-ad
###IC2-ad
###ID_Ad_Sky
###IM_AD
###IN_HOUSE_AD_SWITCHER_0
###IframeAdBannerSmallContainer
###ImageAdSideColumn
###ImageRotaAreaAD
###InterstitialAD_0_1ckp
###IslandAd_DeferredAdSpacediv
###JobsearchResultsAds
###Journal_Ad_125
###Journal_Ad_300
###JuxtapozAds
###KH-contentAd
###LB_Row_Ad
###LM_ad_unit
###LS-google-ad
###LargeRectangleAd
###LeaderTop-ad
###LeaderboardAdvertising
###LeaderboardNav_ad_placeholder
###LeftAd
###LeftAd1
###LeftAdF1
###LeftAdF2
###LeftSideBarAD
###LftAd
###LittleAdvert
###LoungeAdsDiv
###LovelabAdoftheDay
###LowerContentAd
###MAINAD-box
###MPUAdSpace
###MPUadvertising
###MPUadvertisingDetail
###M_AD
###MainAd
###MainAd1
###MainContent_ucTopRightAdvert
###MainHeader1_FRONTADVT10
###MainHeader1_FRONTADVT11
###MainRightStrip1_RIGHTADVT2
###MainRightStrip1_RIGHTADVT3
###MainRightStrip1_RIGHTADVT4
###MainRightStrip1_RIGHTADVT5
###MainSponsoredLinks
###MastheadAd
###MediumRectangleAD
###Meebo\:AdElement\.Root
###MidPageAds
###MiddleRightRadvertisement
###Module-From_Advertisers
###MyAdHeader
###MyAdSky
###MyAdsId
###NavAD
###Nightly_adContainer
###NormalAdModule
###OAS2
###OASMiddleAd
###OASRightAd
###OAS_AD_TOPRIGHT
###OAS_Top
###OAS_posBottom
###OAS_posRight
###OAS_posTopRight
###OpenXAds
###OverrideAdArea
###PPX_imBox_Container
###PREFOOTER_LEFT_BOXAD
###PREFOOTER_RIGHT_BOXAD
###PageLeaderAd
###PaneAdvertisingContainer
###PartialYahooJSAds-bottom-ads
###PartialYahooJSAds-top-ads
###PhotoAd1
###PostSponsorshipContainer
###PreRollAd
###PushDownAd
###RHS2Adslot
###RadAdSkyscraper
###RadAd_Skyscraper
###RelevantAds
###RgtAd1
###RhsIsland_DeferredAdSpacediv
###RightAd
###RightAdBlock
###RightAdSpace
###RightAdvertisement
###RightBottom300x250AD
###RightColumn125x125AD
###RightColumnAdContainer
###RightColumnSkyScraperAD
###RightNavTopAdSpot
###RightRailSponsor
###RightSponsoredAd
###RollOutAd970x66
###RollOutAd970x66iframe
###SBAArticle
###SBABottom
###SBAInHouse
###SBATier1
###SBATier2
###SBATier3
###SE20-ad-container
###SE_ADLINK_LAY_gd
###SIDEMENUAD
###SIM_ad_300x100_homepage_pos1
###SIM_ad_300x250-600_pos1
###SIM_ad_300x250_pos2
###SIM_ad_468x60_homepage_pos1
###SIM_ad_468x60_homepage_pos2
###SIM_ad_468x60_homepage_pos3
###SIM_ad_728x90_bottom
###SRPadsContainer
###ScoreboardAd
###SearchAd_PlaceHolder
###SearchAdsBottom
###SearchAdsTop
###Section-Ads
###SectionAd300-250
###SectionSponsorAd
###ServerAd
###SideAdMpu
###SideBarAdWidget
###SideMpuAdBar
###SidebarAd
###SidebarAdContainer
###SitenavAdslot
###SkyAd
###SkyscraperAD
###SlideShow_adv
###SlideShow_adv2
###SpecialAds
###Spons-Link
###SponsorBarWrap
###SponsoredAd
###SponsoredAds
###SponsoredLinks
###SponsoredResultsTop
###SponsorsAds
###TDads
###TL_footer_advertisement
###TOPADS
###TOP_ADROW
###TOP_RIGHT_BOXAD
###TPVideoPlayerAd300x250
###Tadspacecbar
###Tadspacefoot
###Tadspacehead
###Tadspacemrec
###TextLinkAds
###ThemeSection_adbanner2
###ThemeSection_adbanner3
###ThreadAd
###TipTopAdSpace
###TitleAD
###Top-Ad-Container
###Top1AdWrapper
###Top468x60AD
###TopADs
###TopAd
###TopAd0
###TopAdBox
###TopAdContainer
###TopAdDiv
###TopAdPlacement
###TopAdPos
###TopAdTable
###TopAdvert
###TopBannerAd
###TopCenterAdUnit
###TopGoogleCustomAd
###TopRightRadvertisement
###TopSideAd
###TopTextAd
###VM-MPU-adspace
###VM-footer-adspace
###VM-footer-adwrap
###VM-header-adspace
###VM-header-adwrap
###VertAdBox
###VertAdBox0
###WNAd1
###WNAd103
###WNAd17
###WNAd20
###WNAd41
###WNAd43
###WNAd46
###WNAd47
###WNAd49
###WNAd52
###WNAd63
###WarningCodecBanner
###WelcomeAd
###WindowAdHolder
###WordFromSponsorAdvertisement
###XEadLeaderboard
###XEadSkyscraper
###YahooAdParentContainer
###YahooAdsContainer
###YahooAdsContainerPowerSearch
###YahooContentAdsContainerForBrowse
###YahooSponsoredResults
###Zergnet
###\5f _mom_ad_12
###\5f _mom_ad_2
###_ads
###a4g-floating-ad
###a_ad10Sp
###a_ad11Sp
###abHeaderAdStreamer
###ab_adblock
###abc-AD_topbanner
###about_adsbottom
###above-comments-ad
###above-fold-ad
###above-footer-ads
###aboveAd
###aboveGbAd
###aboveNodeAds
###aboveplayerad
###abovepostads
###acAdContainer
###acm-ad-tag-300x250-atf
###acm-ad-tag-300x250-btf
###acm-ad-tag-728x90-atf
###acm-ad-tag-728x90-btf
###ad-0
###ad-1
###ad-1000x90-1
###ad-1050
###ad-109
###ad-118
###ad-120-left
###ad-120x600-1
###ad-120x600-other
###ad-120x600-sidebar
###ad-120x60Div
###ad-125x125
###ad-13
###ad-133
###ad-143
###ad-160
###ad-160-long
###ad-160x600
###ad-160x600-sidebar
###ad-160x600-wrapper
###ad-162
###ad-17
###ad-170
###ad-180x150-1
###ad-19
###ad-197
###ad-2
###ad-2-160x600
###ad-200x200_newsfeed
###ad-21
###ad-213
###ad-220x90-1
###ad-230x100-1
###ad-240x400-1
###ad-240x400-2
###ad-250
###ad-250x300
###ad-28
###ad-29
###ad-3
###ad-3-300x250
###ad-300
###ad-300-250
###ad-300-additional
###ad-300-detail
###ad-300-sidebar
###ad-300X250-2
###ad-300a
###ad-300b
###ad-300x-container
###ad-300x250
###ad-300x250-0
###ad-300x250-01
###ad-300x250-02
###ad-300x250-1
###ad-300x250-2
###ad-300x250-b
###ad-300x250-mobile-LL_1
###ad-300x250-right
###ad-300x250-right0
###ad-300x250-sidebar
###ad-300x250-wrapper
###ad-300x250Div
###ad-300x250_mid
###ad-300x250_top
###ad-300x40-1
###ad-300x40-2
###ad-300x40-5
###ad-300x60-1
###ad-300x600_top
###ad-32
###ad-320
###ad-336
###ad-350
###ad-37
###ad-376x280
###ad-4
###ad-4-300x90
###ad-5-images
###ad-55
###ad-63
###ad-635x40-1
###ad-655
###ad-7
###ad-728
###ad-728-90
###ad-728x90
###ad-728x90-1
###ad-728x90-leaderboard-top
###ad-728x90-top
###ad-728x90-top0
###ad-732
###ad-734
###ad-74
###ad-88
###ad-88-wrap
###ad-970
###ad-98
###ad-a
###ad-a1
###ad-abs-b-0
###ad-abs-b-1
###ad-abs-b-10
###ad-abs-b-2
###ad-abs-b-3
###ad-abs-b-4
###ad-abs-b-5
###ad-abs-b-6
###ad-abs-b-7
###ad-absolute-160
###ad-ads
###ad-adsensemedium
###ad-advertorial
###ad-affiliate
###ad-anchor
###ad-area
###ad-around-the-web
###ad-article
###ad-article-in
###ad-aside-1
###ad-atf-mid
###ad-atf-top
###ad-background
###ad-ban
###ad-banner
###ad-banner-1
###ad-banner-970
###ad-banner-980
###ad-banner-atf
###ad-banner-body-top
###ad-banner-bottom
###ad-banner-desktop
###ad-banner-image
###ad-banner-lock
###ad-banner-placement
###ad-banner-top
###ad-banner-wrap
###ad-bar
###ad-base
###ad-beauty
###ad-below-content
###ad-bg
###ad-big
###ad-bigbox
###ad-bigsize
###ad-billboard
###ad-billboard-atf
###ad-billboard-bottom
###ad-blade
###ad-block
###ad-block-125
###ad-block-bottom
###ad-block-container
###ad-border
###ad-bottom
###ad-bottom-300x250
###ad-bottom-banner
###ad-bottom-right-container
###ad-bottom-wrapper
###ad-bottomright
###ad-box
###ad-box-1
###ad-box-2
###ad-box-bottom
###ad-box-first
###ad-box-halfpage
###ad-box-leaderboard
###ad-box-rectangle
###ad-box-rectangle-2
###ad-box-right
###ad-box-second
###ad-box1
###ad-box2
###ad-boxATF
###ad-boxes
###ad-br-container
###ad-bs
###ad-btf-bot
###ad-btm
###ad-buttons
###ad-campaign
###ad-carousel
###ad-case
###ad-center
###ad-circfooter
###ad-code
###ad-col
###ad-colB-1
###ad-column
###ad-container
###ad-container-1
###ad-container-2
###ad-container-adaptive-1
###ad-container-adaptive-3
###ad-container-banner
###ad-container-fullpage
###ad-container-inner
###ad-container-leaderboard
###ad-container-mpu
###ad-container-outer
###ad-container-overlay
###ad-container1
###ad-contentad
###ad-cube-Bottom
###ad-cube-Middle
###ad-cube-sec
###ad-cube-top
###ad-desktop-wrap
###ad-discover
###ad-display-ad
###ad-display-ad-placeholder
###ad-div-leaderboard
###ad-double-spotlight-container
###ad-drawer
###ad-e-container
###ad-ear
###ad-extra-comments
###ad-extra-flat
###ad-f-container
###ad-featured-right
###ad-first-post
###ad-five
###ad-five-75x50s
###ad-flex-first
###ad-flex-top
###ad-flyout
###ad-footer
###ad-footer-728x90
###ad-footprint-160x600
###ad-for-map
###ad-frame
###ad-framework-top
###ad-front-btf
###ad-front-footer
###ad-front-page-160x600-placeholder
###ad-front-sponsoredlinks
###ad-full-width
###ad-fullbanner-btf
###ad-fullbanner-outer
###ad-fullbanner2
###ad-fullbanner2-billboard-outer
###ad-fullwidth
###ad-gamepage-leaderboard
###ad-gamepage-mpu1
###ad-gamepage-mpu2
###ad-giftext
###ad-globalleaderboard
###ad-google-chrome-sidebar
###ad-googleAdSense
###ad-gpt-bottomrightrec
###ad-gpt-leftrec
###ad-gpt-rightrec
###ad-gutter-left
###ad-gutter-right
###ad-halfpage
###ad-header
###ad-header-728x90
###ad-header-left
###ad-header-mad
###ad-header-mobile
###ad-header-right
###ad-holder
###ad-homepage-content-well
###ad-homepage-top-wrapper
###ad-horizontal
###ad-horizontal-header
###ad-horizontal-top
###ad-idreammedia
###ad-img
###ad-in-post
###ad-index
###ad-inner
###ad-inside1
###ad-inside2
###ad-interstitial-wrapper
###ad-interstitialBottom
###ad-interstitialTop
###ad-introtext
###ad-jack
###ad-label
###ad-label2
###ad-large-header
###ad-lb
###ad-lb-secondary
###ad-ldr-spot
###ad-lead
###ad-leader
###ad-leader-atf
###ad-leader-container
###ad-leaderboard
###ad-leaderboard-1
###ad-leaderboard-1-container
###ad-leaderboard-2
###ad-leaderboard-2-container
###ad-leaderboard-bottom
###ad-leaderboard-container
###ad-leaderboard-footer
###ad-leaderboard-spot
###ad-leaderboard-top
###ad-leaderboard-top-container
###ad-leaderboard_bottom
###ad-leadertop
###ad-left
###ad-left-sidebar-ad-1
###ad-left-sidebar-ad-2
###ad-left-sidebar-ad-3
###ad-left-timeswidget
###ad-links-content
###ad-list-row
###ad-lrec
###ad-main
###ad-main-bottom
###ad-main-top
###ad-makeup
###ad-manager
###ad-manager-ad-bottom-0
###ad-manager-ad-top-0
###ad-medium
###ad-medium-lower
###ad-medium-rectangle
###ad-medrec
###ad-medrec_premium
###ad-megaban2
###ad-megasky
###ad-mid
###ad-mid-rect
###ad-middle
###ad-middlethree
###ad-middletwo
###ad-midpage
###ad-minibar
###ad-module
###ad-mpu
###ad-mpu-premium-1
###ad-mpu-premium-2
###ad-mpu-topRight-container
###ad-mpu-warning
###ad-mpu1-spot
###ad-mpu2
###ad-mpu2-spot
###ad-mpu600-right-container
###ad-mrec
###ad-mrec2
###ad-new
###ad-news-sidebar-300x250-placeholder
###ad-north
###ad-north-base
###ad-northeast
###ad-one
###ad-other
###ad-output
###ad-overlay
###ad-page-1
###ad-page-sky-300-a1
###ad-page-sky-300-a2
###ad-page-sky-left
###ad-pan3l
###ad-panel
###ad-pencil
###ad-placard
###ad-placeholder
###ad-placement
###ad-plate
###ad-popup
###ad-popup1
###ad-position-a
###ad-position1
###ad-post
###ad-push
###ad-pushdown
###ad-r
###ad-rbkua
###ad-rec-atf
###ad-rec-btf-top
###ad-recommend
###ad-rect
###ad-rectangle
###ad-rectangle-flag
###ad-rectangle1
###ad-rectangle1-outer
###ad-rectangle2
###ad-rectangle3
###ad-region-1
###ad-results
###ad-rian
###ad-right
###ad-right-3
###ad-right-container
###ad-right-sidebar
###ad-right-sidebar-ad-1
###ad-right-sidebar-ad-2
###ad-right-skyscraper-container
###ad-right-top
###ad-right2
###ad-right3
###ad-righttop
###ad-ros-atf-300x90
###ad-ros-btf-300x90
###ad-rotate-home
###ad-rotator
###ad-row
###ad-row-1
###ad-s1
###ad-safe
###ad-sb
###ad-secondary-sidebar-1
###ad-section
###ad-separator
###ad-shop
###ad-side
###ad-side-text
###ad-sidebar
###ad-sidebar-1
###ad-sidebar-2
###ad-sidebar-3
###ad-sidebar-300x80
###ad-sidebar-4
###ad-sidebar-5
###ad-sidebar-6
###ad-sidebar-btf
###ad-sidebar-container
###ad-sidebar-mad
###ad-sidebar-mad-wrapper
###ad-sidebar-right_300-1
###ad-sidebar-right_300-2
###ad-sidebar-right_300-3
###ad-sidebar-right_bitgold
###ad-sidebar-tall
###ad-sidebar1
###ad-sidebar2
###ad-sidebarleft-bottom
###ad-sidebarleft-top
###ad-single-spotlight-container
###ad-skin
###ad-sky
###ad-sky-atf
###ad-sky-btf
###ad-skyscraper
###ad-skyscraper-feedback
###ad-skyscraper1-outer
###ad-sla-sidebar300x250
###ad-slideshow
###ad-slideshow2
###ad-slot-1
###ad-slot-2
###ad-slot-4
###ad-slot-mpu-1-desktop
###ad-slot-right
###ad-slot-top
###ad-slot1
###ad-slot2
###ad-slot4
###ad-slug-wrapper
###ad-small-banner
###ad-smartboard_1
###ad-smartboard_2
###ad-smartboard_3
###ad-software-description-300x250-placeholder
###ad-software-sidebar-300x250-placeholder
###ad-space
###ad-space-1
###ad-space-2
###ad-space-big
###ad-special
###ad-splash
###ad-sponsored-traffic
###ad-sponsors
###ad-spot
###ad-spot-bottom
###ad-spot-one
###ad-springboard-300x250
###ad-squares
###ad-standard-wrap
###ad-stickers
###ad-story-bottom-in
###ad-story-bottom-out
###ad-story-right
###ad-story-top
###ad-stripe
###ad-tab
###ad-tail-placeholder
###ad-tape
###ad-target
###ad-target-Leaderbord
###ad-teaser
###ad-techwords
###ad-text
###ad-textad-single
###ad-three
###ad-tlr-spot
###ad-top
###ad-top-250
###ad-top-300x250
###ad-top-728
###ad-top-banner
###ad-top-banner-placeholder
###ad-top-leader
###ad-top-leaderboard
###ad-top-left
###ad-top-lock
###ad-top-right
###ad-top-right-container
###ad-top-slot
###ad-top-text-low
###ad-top-wrap
###ad-top-wrapper
###ad-tower
###ad-tower1
###ad-trailerboard-spot
###ad-tray
###ad-two
###ad-typ1
###ad-unit
###ad-uprrail1
###ad-video
###ad-video-page
###ad-west
###ad-wide-leaderboard
###ad-wrap
###ad-wrap-2
###ad-wrap-right
###ad-wrapper
###ad-wrapper-728x90
###ad-wrapper-left
###ad-wrapper-right
###ad-wrapper1
###ad-yahoo-simple
###ad-zone-1
###ad-zone-2
###ad-zone-article-header-leaderboard
###ad-zone-default-sidebar
###ad-zone-inline
###ad001
###ad002
###ad01
###ad02
###ad1-468x400
###ad1-home
###ad1-placeholder
###ad1-wrapper
###ad1006
###ad101
###ad10Sp
###ad11
###ad11Sp
###ad120x600
###ad120x600container
###ad120x60_override
###ad125B
###ad125BL
###ad125BR
###ad125TL
###ad125TR
###ad125x125
###ad160
###ad160-2
###ad160600
###ad160Container
###ad160Wrapper
###ad160a
###ad160x600
###ad160x600right
###ad180
###ad1Sp
###ad1_holder
###ad1_top-left
###ad2-home
###ad2-label
###ad2-original-placeholder
###ad250
###ad260x60
###ad2CONT
###ad2Sp
###ad2_footer
###ad2_iframe
###ad2_inline
###ad2gameslayer
###ad300
###ad300-250
###ad300-title
###ad300250top
###ad300IndexBox
###ad300X250
###ad300_250
###ad300_a
###ad300_x_250
###ad300b
###ad300c
###ad300text
###ad300top
###ad300x100Middle
###ad300x150
###ad300x250
###ad300x250Module
###ad300x250_336x280_300x600_336x850
###ad300x250_336x280_bottom
###ad300x250_callout
###ad300x250box
###ad300x250box2
###ad300x250c
###ad300x50
###ad300x60
###ad300x600
###ad300x600_callout
###ad300x600pos2
###ad31
###ad32
###ad330x240
###ad336
###ad336atf
###ad336iiatf
###ad336x280
###ad368_2578
###ad375x85
###ad3Article
###ad3small
###ad468
###ad468_hidden
###ad468x60
###ad468x60-story
###ad468x60_top
###ad470
###ad480x60
###ad508x125
###ad520x85
###ad526x250
###ad5_inline
###ad6
###ad600
###ad600x90
###ad650
###ad720x90bot
###ad728
###ad72890
###ad72890foot
###ad728Bottom
###ad728Box
###ad728BoxBtm
###ad728Header
###ad728Mid
###ad728Top
###ad728Wrapper
###ad728X90
###ad728foot
###ad728h
###ad728mid
###ad728top
###ad728x90
###ad728x90_1
###ad728x90asme
###ad728x90box
###ad76890topContainer
###ad768top1
###ad90
###ad97090
###adATF300x250
###adAd
###adBTF300x250
###adBTF300x250IC
###adBadges
###adBanner
###adBanner1
###adBanner10
###adBanner120x600
###adBanner160x600
###adBanner160x610
###adBanner2
###adBanner3
###adBanner336x280
###adBanner4
###adBanner728
###adBanner728_bot
###adBanner9
###adBannerBottom
###adBannerBreaking
###adBannerHeader
###adBannerSpacer
###adBannerTable
###adBannerTop
###adBannerWrap
###adBannerWrapperFtr
###adBar
###adBelt
###adBladeDeskArt
###adBlock01
###adBlock125
###adBlockBanner
###adBlockContainer
###adBlockContent
###adBlockOverlay
###adBlockTop
###adBlocks
###adBody01
###adBody02
###adBody03
###adBody04
###adBody06
###adBottbanner
###adBottom
###adBox
###adBox11
###adBox16
###adBox350
###adBox390
###adBoxUpperRight
###adBrandDev
###adBrandingStation
###adBreak
###adCENTRAL
###adCTXSp
###adCarousel
###adChannel
###adChoiceFooter
###adChoices
###adChoicesIcon
###adChoicesLogo
###adCirc300X200
###adCirc300X250
###adCirc300x300
###adCirc620X100
###adCirc_620_100
###adClickLeft
###adClickMe
###adClickRight
###adCol
###adColumn
###adColumn3
###adCompanionBanner
###adCompanionSubstitute
###adComponentWrapper
###adContainerCC
###adContainerForum
###adContainer_1
###adContainer_2
###adContainer_3
###adContent
###adContentHolder
###adContext
###adControl1
###adDailyDeal
###adDiv
###adDiv0
###adDiv1
###adDiv300
###adDiv4
###adDiv728
###adDivContainer
###adDivleaderboard
###adDivminimodulebutton1
###adDivminimodulebutton2
###adDivminimodulebutton3
###adDivmrec
###adDivmrecadhomepage
###adFiller
###adFixFooter
###adFlashDiv
###adFooter
###adFooterTitel
###adFot
###adFoxBanner
###adFps
###adFrame
###adFtofrs
###adGallery
###adGmWidget
###adGoogleText
###adGroup1
###adGroup4
###adHeader
###adHeaderTop
###adHeaderWrapper
###adHolder
###adHolder1
###adHolder2
###adHolder3
###adHolder300x250
###adHolder4
###adHolder5
###adHolder6
###adIframe
###adInBetweenPosts
###adInCopy
###adInhouse
###adInstoryOneWrap
###adInstoryTwoWrap
###adInteractive1
###adInteractive4
###adInteractiveInline
###adIsland
###adLB
###adLContain
###adLabel
###adLayer
###adLayout
###adLeader
###adLeaderTop
###adLeaderboard
###adLeaderboard-middle
###adLeaderboardUp
###adLeft
###adLink
###adLink1
###adLink300
###adLocation-1
###adLocation-2
###adLocation-3
###adLocation-4
###adLounge
###adLrec
###adMOBILETOP
###adMPU
###adMPUHolder
###adMagAd
###adMain
###adMarketplace
###adMed
###adMedRect
###adMediaWidget
###adMediumRectangle
###adMeld
###adMessage
###adMid1
###adMid2
###adMiddle0Frontpage
###adMiddle_imgAd
###adMiniPremiere
###adMobileSquarePremiumContainer
###adMonster1
###adMoveHere
###adMpu
###adMpuBottom
###adNshareWrap
###adOne
###adOuter
###adPLaceHolderTop728
###adPUSHDOWNBANNER
###adPageContainer
###adPanelAjaxUpdate
###adPartnerLinks
###adPlaceHolder1
###adPlaceHolder2
###adPlaceHolderRight
###adPlaceScriptrightSidebarFirstBanner
###adPlaceScriptrightSidebarSecondBanner
###adPlaceScripttopBanner
###adPlacer
###adPopBOTtOM
###adPopover
###adPosOne
###adPosition0
###adPosition14
###adPosition5
###adPosition6
###adPosition7
###adPosition9
###adPush
###adRContain
###adRectangleFooter
###adRectangleHeader
###adRight
###adRight1
###adRight2
###adRight3
###adRight4
###adRight5
###adRightColumnHolder
###adSPLITCOLUMNTOPRIGHT
###adScraper
###adSection
###adSense
###adSenseBottomDiv
###adSenseBox
###adSenseContentTop
###adSenseLoadingPlaceHolder
###adSenseModule
###adSenseResultAdblock
###adSenseResults
###adSenseSidebarBottom
###adSenseTall
###adSenseWrapper
###adServer_marginal
###adSet
###adShortTower
###adSide
###adSideButton
###adSidebar
###adSidebarSpecial
###adSidebarSq
###adSite
###adSkin
###adSkinBackdrop
###adSkinLeft
###adSkinRight
###adSky
###adSkyPosition
###adSkyscraper
###adSlider
###adSlot-inPage-300x250-right
###adSlot01
###adSlot02
###adSlot1
###adSlot2
###adSlot2_grid
###adSlot3
###adSlot3_grid
###adSlot4
###adSlot4_grid
###adSlot_center
###adSlug
###adSpace
###adSpace0
###adSpace1
###adSpace10
###adSpace11
###adSpace12
###adSpace13
###adSpace14
###adSpace15
###adSpace16
###adSpace17
###adSpace18
###adSpace19
###adSpace2
###adSpace20
###adSpace21
###adSpace22
###adSpace23
###adSpace24
###adSpace25
###adSpace3
###adSpace300_ifrMain
###adSpace4
###adSpace5
###adSpace6
###adSpace7
###adSpace8
###adSpace9
###adSpaceBottom
###adSpace_footer
###adSpace_right
###adSpace_top
###adSpacer
###adSpecial
###adSplotlightEm
###adSponsor
###adSpot-Leader
###adSpot-banner
###adSpot-island
###adSpot-mrec1
###adSpot-promobox1
###adSpot-promobox2
###adSpot-sponsoredlinks
###adSpot-textbox1
###adSpot-twin
###adSpot-widestrip
###adSpotAdvertorial
###adSpotIsland
###adSpotIslandLarge
###adSpotSponsoredLinks
###adSpotholder-EGN
###adSpotlightSquare1
###adSqb
###adSquare
###adStaticA
###adStrip
###adSuperAd
###adSuperPremiere
###adSuperSkyscraper
###adSuperbanner
###adTableCell
###adTag
###adTag-genre
###adTag1
###adTag2
###adTakeOverInner
###adTakeOverLeft
###adTakeOverRight
###adTeaser
###adText
###adText01
###adText02
###adText2
###adTextCustom
###adTextLink
###adTextRt
###adText_container
###adThree
###adTicker
###adTiff
###adTile
###adTop
###adTop1
###adTop2
###adTopBanner-inner
###adTopBanner1
###adTopBig
###adTopBox300x300
###adTopContent
###adTopModule
###adTopbanner
###adTopboxright
###adTower
###adTower1
###adTower2
###adTwo
###adUn_1
###adUn_2
###adUn_3
###adUnit
###adValue
###adVcss
###adWideSkyscraper
###adWrap
###adWrapper
###adWrapper1
###adWrapperLeft
###adWrapperRight
###adWrapperSky
###adZoneTop
###ad_0
###ad_02
###ad_03
###ad_04
###ad_1
###ad_120_sidebar
###ad_120x600
###ad_120x90
###ad_130x250_inhouse
###ad_160
###ad_160_600
###ad_160_600_2
###ad_160_container_left
###ad_160_container_right
###ad_160_sidebar
###ad_160x160
###ad_160x600
###ad_175x300
###ad_190x90
###ad_2
###ad_250
###ad_250x250
###ad_3
###ad_300
###ad_300_250
###ad_300_250_1
###ad_300_250_inline
###ad_300_container
###ad_300_interruptor
###ad_300_wrapper
###ad_300a
###ad_300b
###ad_300c
###ad_300misc
###ad_300x100
###ad_300x100_m_c
###ad_300x250
###ad_300x250Ando
###ad_300x250_1
###ad_300x250_2
###ad_300x250_3
###ad_300x250_container
###ad_300x250_content_column
###ad_300x250_frame
###ad_300x250_m_c
###ad_300x250_secondary
###ad_300x250_startgame
###ad_300x250m
###ad_300x60
###ad_300x600
###ad_300x600_1
###ad_300x90
###ad_336
###ad_336_singlebt
###ad_350_200
###ad_380x35
###ad_4
###ad_45
###ad_450x280
###ad_468_60
###ad_468x120
###ad_468x60
###ad_470x60a
###ad_48
###ad_49
###ad_5
###ad_500
###ad_500_label
###ad_500x150
###ad_51
###ad_57
###ad_6
###ad_7
###ad_700_90
###ad_700x430
###ad_728
###ad_728_90
###ad_728_foot
###ad_728_holder
###ad_728a
###ad_728b
###ad_728h
###ad_728x90
###ad_728x90_container
###ad_728x90_content
###ad_728x90home
###ad_728x91
###ad_8
###ad_88x31
###ad_9
###ad_940
###ad_984
###ad_990x90
###ad_A
###ad_B
###ad_B1
###ad_Banner
###ad_Bottom
###ad_C
###ad_C2
###ad_D
###ad_DisplayAd1
###ad_DisplayAd2
###ad_E
###ad_Entry_160x600
###ad_Entry_728x90
###ad_F
###ad_Feature_Middlebar_468x60
###ad_G
###ad_H
###ad_Header_768x90
###ad_Home_300x250
###ad_I
###ad_J
###ad_K
###ad_L
###ad_LargeRec01
###ad_M
###ad_Middle
###ad_Middle1
###ad_N
###ad_NorthBanner
###ad_O
###ad_P
###ad_Position1
###ad_Pushdown
###ad_R1
###ad_Right
###ad_Top
###ad_Top2
###ad_TopLongBanner
###ad_Wrap
###ad_YieldManager-160x600
###ad_YieldManager-300x250
###ad_YieldManager-728x90
###ad_above_article
###ad_above_game
###ad_ad
###ad_adsense
###ad_after_navbar
###ad_anchor
###ad_and_content_ad_box
###ad_area
###ad_article_btm
###ad_banner
###ad_bannerManage_1
###ad_banner_1
###ad_banner_120x600
###ad_banner_125x300
###ad_banner_300x250
###ad_banner_468x60
###ad_banner_728x90
###ad_banner_728x90_bot
###ad_banner_bot
###ad_banner_example
###ad_banner_top
###ad_banners
###ad_banners_content
###ad_bar
###ad_bar_rect
###ad_bellow_post
###ad_bg
###ad_bg_image
###ad_big
###ad_bigbox
###ad_bigbox_companion
###ad_bigrectangle
###ad_bigsize
###ad_bigsize_wrapper
###ad_billboard
###ad_billboard2
###ad_billboard_ifm
###ad_block
###ad_block_0
###ad_block_1
###ad_block_2
###ad_block_300x250
###ad_block_mpu
###ad_board_after_forums
###ad_board_before_forums
###ad_body
###ad_bottom
###ad_bottom_1x1
###ad_bottom_728x90
###ad_bottom_another
###ad_bottom_article_text
###ad_bottom_footer
###ad_bottombrandtext
###ad_box
###ad_box02
###ad_box160a
###ad_box300x250
###ad_box_2
###ad_box_ad_0
###ad_box_ad_1
###ad_box_colspan
###ad_box_top
###ad_branding
###ad_bs_area
###ad_btmslot
###ad_bucket_med_rectangle_1
###ad_bucket_med_rectangle_2
###ad_buttons
###ad_category_middle
###ad_cell
###ad_center
###ad_center_monster
###ad_channel
###ad_chitikabanner_120x600LH
###ad_choices
###ad_circ300x250
###ad_circ_300_200
###ad_circ_300x250
###ad_circ_300x300
###ad_close
###ad_closebtn
###ad_cna2
###ad_comments
###ad_companion_banner
###ad_complex
###ad_comps_top
###ad_cont
###ad_cont1
###ad_cont2
###ad_container
###ad_container_0
###ad_container_300x250
###ad_container_marginal
###ad_container_side
###ad_container_sidebar
###ad_container_top
###ad_content
###ad_content_before_first_para
###ad_content_fullsize
###ad_content_primary
###ad_content_right
###ad_content_top
###ad_content_wrap
###ad_creative_2
###ad_creative_3
###ad_creative_5
###ad_crown_top
###ad_cyborg
###ad_dfp_premiumrec
###ad_display_300_250
###ad_display_728_90
###ad_div
###ad_div_bottom
###ad_div_top
###ad_embed_300x250
###ad_eventsright
###ad_fb_circ
###ad_feature
###ad_feedback
###ad_fg
###ad_firstpost
###ad_flyrelax
###ad_foot
###ad_footer
###ad_footer1
###ad_footerAd
###ad_footer_s
###ad_footer_small
###ad_frame
###ad_frame1
###ad_front_three
###ad_fullbanner
###ad_gallery
###ad_gallery_bot
###ad_global_300x250
###ad_global_above_footer
###ad_global_header
###ad_global_header1
###ad_global_header2
###ad_google_Link
###ad_google_content336
###ad_googlebanner_160x600LH
###ad_grp1
###ad_grp2
###ad_gutter_top
###ad_h3
###ad_haha_1
###ad_haha_4
###ad_halfpage
###ad_hdr_2
###ad_head
###ad_header
###ad_header_1
###ad_header_container
###ad_header_logo_placeholder
###ad_headerlarge
###ad_help_link_new
###ad_hf
###ad_hide_for_menu
###ad_holder
###ad_home
###ad_home_middle
###ad_horizontal
###ad_horseshoe_left
###ad_horseshoe_right
###ad_horseshoe_spacer
###ad_horseshoe_top
###ad_hotpots
###ad_houseslot1_desktop
###ad_houseslot_a
###ad_houseslot_b
###ad_hy_01
###ad_hy_02
###ad_hy_03
###ad_hy_04
###ad_hy_05
###ad_hy_06
###ad_hy_07
###ad_hy_08
###ad_iframe_160_by_600_middle
###ad_iframe_300
###ad_img
###ad_img_banner
###ad_in_arti
###ad_infoboard_box
###ad_inplace_1
###ad_interestmatch
###ad_interestmatch400
###ad_island
###ad_island2
###ad_island_incontent
###ad_island_incontent2
###ad_keywrods
###ad_kvadrat_under_player
###ad_label
###ad_large
###ad_large_rectangular
###ad_lastpost
###ad_layer
###ad_layer1
###ad_layer2
###ad_ldb
###ad_lead1
###ad_leader
###ad_leaderBoard
###ad_leaderboard
###ad_leaderboard2
###ad_leaderboard3
###ad_leaderboard728x90
###ad_leaderboard_1
###ad_leaderboard_flex
###ad_leaderboard_master
###ad_leaderboard_middle
###ad_leaderboard_top
###ad_leaderboardtwo
###ad_leaderborder_container1
###ad_left
###ad_left_1
###ad_left_2
###ad_left_3
###ad_left_skyscraper
###ad_left_skyscraper_2
###ad_left_top
###ad_leftslot
###ad_lft
###ad_link
###ad_links
###ad_links_footer
###ad_lnk
###ad_lrec
###ad_lwr_square
###ad_main
###ad_main_leader
###ad_main_top
###ad_main_top_01
###ad_main_top_05
###ad_main_top_08
###ad_marker
###ad_mast
###ad_med_rect
###ad_medium
###ad_medium_rectangle
###ad_medium_rectangular
###ad_mediumrectangle
###ad_megabanner
###ad_menu_header
###ad_message
###ad_messageboard_x10
###ad_middle
###ad_middle_122
###ad_middle_2
###ad_middle_bottom
###ad_midstrip
###ad_ml
###ad_mobile
###ad_module
###ad_most_pop_234x60_req_wrapper
###ad_mpu
###ad_mpu2
###ad_mpu300x250
###ad_mpu_1
###ad_mpuav
###ad_mpuslot
###ad_mrcontent
###ad_mrec
###ad_mrec1
###ad_mrec2
###ad_msgplus-gallery-5
###ad_myFrame
###ad_netpromo
###ad_new
###ad_newsletter
###ad_num_1
###ad_num_2
###ad_num_3
###ad_one
###ad_overlay
###ad_overlay_content
###ad_overlay_countdown
###ad_overture
###ad_panel
###ad_panel_1
###ad_panel_2
###ad_panorama_top
###ad_pencil
###ad_ph_1
###ad_place
###ad_placeholder
###ad_play_300
###ad_player
###ad_plugs
###ad_post
###ad_post_300
###ad_poster
###ad_pr_info
###ad_primary
###ad_primaryAd
###ad_promoAd
###ad_promotion_wrap
###ad_publicidad
###ad_pushupbar-closed
###ad_rail
###ad_rec_01
###ad_rect
###ad_rect1
###ad_rect2
###ad_rect3
###ad_rect_body
###ad_rect_bottom
###ad_rect_c
###ad_rectangle
###ad_rectangle_medium
###ad_rectangular
###ad_region1
###ad_region2
###ad_region3
###ad_region5
###ad_related_links_div
###ad_related_links_div_program
###ad_replace_div_0
###ad_replace_div_1
###ad_report_leaderboard
###ad_report_rectangle
###ad_results
###ad_right
###ad_right3
###ad_rightSidebarFirstBanner
###ad_rightSidebarSecondBanner
###ad_right_1
###ad_right_box
###ad_right_column1_1
###ad_right_column2_1
###ad_right_content_article_page
###ad_right_content_home
###ad_right_main
###ad_right_out
###ad_right_rail_bottom
###ad_right_rail_flex
###ad_right_rail_top
###ad_right_second
###ad_right_skyscraper
###ad_right_skyscraper_2
###ad_right_top
###ad_rightslot
###ad_righttop-300x250
###ad_ros_tower
###ad_rotator-2
###ad_rotator-3
###ad_row
###ad_row_home
###ad_rr_1
###ad_rside
###ad_rside_link
###ad_script_head
###ad_sec
###ad_sec_div
###ad_secondary
###ad_sense
###ad_sense_help
###ad_sgd
###ad_short
###ad_sidebar
###ad_sidebar1
###ad_sidebar2
###ad_sidebar3
###ad_sidebar_1
###ad_sidebar_top
###ad_silo
###ad_sitebar
###ad_skin
###ad_sky
###ad_sky1
###ad_sky2
###ad_sky3
###ad_skyscraper
###ad_skyscraper1
###ad_skyscraper120
###ad_skyscraper160x600
###ad_skyscraper2
###ad_skyscraper_1
###ad_skyscraper_right
###ad_skyscraper_text
###ad_slot
###ad_slot_bottom
###ad_slot_leaderboard
###ad_slot_livesky
###ad_slot_right_bottom
###ad_slot_right_top
###ad_slot_sky_top
###ad_small
###ad_space
###ad_space_300_250
###ad_space_728
###ad_space_top
###ad_sponsored
###ad_sponsorship_2
###ad_spot300x250
###ad_spot_a
###ad_spot_b
###ad_spotlight
###ad_square
###ad_squares
###ad_ss
###ad_stck
###ad_strapad
###ad_stream10
###ad_stream11
###ad_stream12
###ad_stream16
###ad_stream17
###ad_stream19
###ad_stream8
###ad_strip
###ad_table
###ad_takeover
###ad_tall
###ad_tbl
###ad_term_bottom_place
###ad_text:not(textarea)
###ad_thread1_1
###ad_thread_first_post_content
###ad_thread_last_post_content
###ad_tile_home
###ad_top
###ad_topBanner
###ad_top_728x90
###ad_top_banner
###ad_top_bar
###ad_top_header_center
###ad_top_holder
###ad_topbanner
###ad_topmob
###ad_topnav
###ad_topslot
###ad_topslot_b
###ad_tp_banner_1
###ad_tp_banner_2
###ad_two
###ad_txt
###ad_under_game
###ad_unit
###ad_unit2
###ad_unit_slot1
###ad_unit_slot2
###ad_unit_slot3
###ad_unit_slot4
###ad_vertical
###ad_video_abovePlayer
###ad_video_belowPlayer
###ad_video_large
###ad_website_top
###ad_wide
###ad_wide_box
###ad_widget
###ad_widget_1
###ad_window
###ad_wp_base
###ad_wrap
###ad_wrapper
###ad_wrapper1
###ad_wrapper2
###ad_x10
###ad_x20
###ad_xrail_top
###ad_zone
###ad_zone1
###ad_zone2
###ad_zone3
###adamazonbox
###adaptv_ad_player_div
###adaptvcompanion
###adbForum
###adbackground
###adbanner
###adbanner-home-left
###adbanner-home-right
###adbanner-middle
###adbanner-top-left
###adbanner-top-right
###adbanner00001
###adbanner00002
###adbanner00003
###adbanner00004
###adbanner00005
###adbanner1
###adbanner_abovethefold_300
###adbanner_mobile_top
###adbannerbox
###adbannerdiv
###adbannerleft
###adbannerright
###adbannerwidget
###adbar
###adbar_ad_1_div
###adbar_ad_2_div
###adbar_ad_3_div
###adbar_ad_4_div
###adbar_ads_container_div
###adbar_main_div
###adbarbox
###adbard
###adbdiv
###adbg_ad_0
###adbg_ad_1
###adbig
###adblade
###adblade-disc
###adbladeSp
###adblade_ad
###adblkad
###adblock
###adblock-300x250
###adblock-big
###adblock-jango
###adblock-leaderboard
###adblock-small
###adblock1
###adblock2
###adblock4
###adblock_header_ad_1
###adblock_header_ad_1_inner
###adblock_sidebar_ad_2
###adblock_sidebar_ad_2_inner
###adblock_v
###adblockbottom
###adblockerMess
###adblockermessage
###adblockerwarnung
###adblockrighta
###adblocktop
###adblocktwo
###adbn
###adbn_UMU
###adbnr
###adbnr-l
###adboard
###adbody
###adbottom
###adbottomgao
###adbox
###adbox-indivisual-body-topright
###adbox-placeholder-topbanner
###adbox-topbanner
###adbox1
###adbox2
###adbox300600
###adbox300x250_1
###adbox300x250_2
###adbox_right
###adbrite
###adbrite_inline_div
###adbritebottom
###adbutton
###adbuttons
###adcarousel
###adcatfish
###adcell
###adcenter
###adcenter2
###adcenter4
###adchoices-icon
###adchoices_container
###adclear
###adclose
###adcode
###adcode1
###adcode10
###adcode2
###adcode3
###adcode4
###adcolContent
###adcolumn
###adcolumnwrapper
###adcontainer
###adcontainer1
###adcontainer125px
###adcontainer2
###adcontainer250x250
###adcontainer3
###adcontainer5
###adcontainerRight
###adcontainer___gelement_adbanner_2_0
###adcontainer_top_ads
###adcontainsm
###adcontent
###adcontent1
###adcontextlinks
###adcontrolPushSite
###adcontrolhalfbanner
###adcontrolisland
###add-top
###add720
###add_160x600
###add_720bottom
###add_block_ad1
###add_block_ad2
###add_ciao2
###add_space_google
###add_space_sidebar
###addbottomleft
###addiv-bottom
###addiv-top
###addspaceleft
###addspaceright
###adfactor-label
###adfloat
###adfooter
###adfooter_728x90
###adfooter_hidden
###adframe:not(frameset)
###adframetop
###adfreead
###adhalfbanner_wrapper
###adhalfpage
###adhead
###adhead_g
###adheader
###adheadhubs
###adhesion
###adhesionAdSlot
###adhesionUnit
###adhide
###adholder
###adhome
###adhomepage
###adhzh
###adid10601
###adid2161
###adiframe1_iframe
###adiframe2_iframe
###adiframe3_iframe
###adigniter
###adimg
###adimg0
###adimg1
###adimg3
###adimg4
###adimg6
###adition_Skyscraper
###adition_content_ad
###adjacency
###adjacent-list-ad
###adjs_id
###adk2_slider_top_right
###adkit_content-block
###adkit_content-foot
###adkit_footer
###adkit_mrec1
###adkit_mrec2
###adkit_rectangle
###adkit_rnav-bt
###adkit_rnav-fb
###adl_120x600
###adl_250x250
###adl_300x100
###adl_300x120
###adl_300x250
###adl_300x250_td
###adl_728x90
###adl_individual_1
###adl_leaderboard
###adl_medium_rectangle
###adlabel
###adlabelFooter
###adlabelfooter
###adlabelheader
###adlanding
###adlandscape
###adlargeverti
###adlargevertimarginauto
###adlayer
###adlayerContainer
###adlayer_back
###adlayerad
###adleaderboard
###adleaderboard_flex
###adleaderboardb
###adleaderboardb_flex
###adleft
###adlhs
###adlink-13
###adlink-133
###adlink-19
###adlink-197
###adlink-213
###adlink-28
###adlink-55
###adlink-74
###adlink-98
###adlinks
###adlinkws
###adlove
###adlrec
###admain
###admanagerResultListBox
###admanager_leaderboard
###admanager_top_banner
###admaru_reminder
###admid
###admiddle3
###admiddle3center
###admiddle3left
###admiddleCenter
###admod2
###admon-300x250
###admon-728x90
###admpufoot
###admputop
###admsg
###admulti520
###adnet
###adnews
###adnorth
###adnote
###adops_cube
###adops_leaderboard
###adops_skyscraper
###adoptionsimg
###adoverlaysrc
###adpanel-block
###adplace
###adplaceholder_mpu01
###adplacement
###adplacer_preroll1
###adplate-content
###adpos-top
###adpos1-leaderboard
###adpos_3
###adposition
###adposition-C
###adposition-FPMM
###adposition-REM2
###adposition-SHADE
###adposition-TOCSS
###adposition-TVSP
###adposition-inner-REM1
###adposition-inner-REM3
###adposition1
###adposition10
###adposition1_container
###adposition2
###adposition3
###adposition4
###adpositionbottom
###adpostloader
###adpromo
###adprovider-default
###adrect
###adrectangle
###adrectanglea
###adrectanglea_flex
###adrectanglea_hidden
###adrectangleb
###adrectangleb_flex
###adrectmarginauto
###adrhs
###adrig
###adright
###adright2
###adrightbottom
###adrightgame
###adrighthome
###adrightrail
###adriver_middle
###adriver_top
###adrow
###adrow-house
###adrow1
###adrow3
###ads-1
###ads-125
###ads-125-2
###ads-160x600
###ads-200
###ads-200x200-a
###ads-250
###ads-300
###ads-300-250
###ads-300x250-L3-2
###ads-336x280
###ads-468
###ads-5
###ads-728x90
###ads-728x90-I3
###ads-728x90-I4
###ads-A
###ads-B
###ads-B1
###ads-C
###ads-C1
###ads-E
###ads-E1
###ads-F
###ads-G
###ads-H
###ads-K
###ads-area
###ads-article-left
###ads-banner
###ads-banner-top
###ads-bar
###ads-bigbox-no1
###ads-block
###ads-block-frame
###ads-blog
###ads-bot
###ads-bottom
###ads-box-header-pb
###ads-by-google
###ads-category
###ads-center-text
###ads-col
###ads-contain-125
###ads-container-2
###ads-container-anchor
###ads-container-top
###ads-content
###ads-content-double
###ads-dell
###ads-div2
###ads-dw
###ads-footer
###ads-footer-inner
###ads-footer-wrap
###ads-google
###ads-h-left
###ads-h-right
###ads-header
###ads-header-728
###ads-home-468
###ads-horizontal
###ads-hoster-2
###ads-indextext
###ads-king
###ads-leader
###ads-leaderboard
###ads-leaderboard1
###ads-left-top
###ads-link
###ads-lrec
###ads-main
###ads-main-bottom
###ads-menu
###ads-middle
###ads-mn
###ads-mpu
###ads-outer
###ads-panel
###ads-panorama-A1
###ads-post-468
###ads-post10
###ads-prices
###ads-rhs
###ads-right
###ads-right-bottom
###ads-right-cube
###ads-right-skyscraper
###ads-right-text
###ads-right-top
###ads-right-twobottom
###ads-rt
###ads-sidebar
###ads-sidebar-bottom
###ads-sidebar-skyscraper-unit
###ads-sidebar-top
###ads-slot
###ads-sponsored-boxes
###ads-sticky
###ads-submit
###ads-text
###ads-top
###ads-top-728
###ads-tp
###ads-under-rotator
###ads-vers7
###ads-vertical
###ads-vertical-wrapper
###ads-wrap
###ads-wrapper
###ads1
###ads100Box
###ads100Middlei4
###ads120
###ads120_600-widget-2
###ads125
###ads160_600-widget-3
###ads160_600-widget-5
###ads160_600-widget-7
###ads160left
###ads1_box
###ads1_sidebar
###ads2
###ads2_box
###ads3
###ads300
###ads300-250
###ads300Bottom
###ads300Top
###ads300hp
###ads300k
###ads300x200
###ads300x250
###ads300x250_2
###ads300x250_single
###ads315
###ads336Box
###ads336x280
###ads340web
###ads4
###ads468x60
###ads50
###ads7
###ads728
###ads72890top
###ads728bottom
###ads728top
###ads728x90
###ads728x90_2
###ads790
###adsBannerFrame
###adsBar
###adsBottom
###adsBox-460_left
###adsBox-dynamic-right
###adsBoxResultsPage
###adsCTN
###adsCombo02_1
###adsCombo02_2
###adsCombo02_3
###adsCombo02_4
###adsCombo02_5
###adsCombo02_6
###adsCombo02_7
###adsContainer
###adsContent
###adsDisplay
###adsDiv0
###adsDiv1
###adsDiv2
###adsDiv3
###adsDiv4
###adsDiv5
###adsDiv6
###adsDiv7
###adsGooglePos
###adsHeadLine
###adsHeader
###adsHeading
###adsID
###adsIframe
###adsIfrme1
###adsIfrme2
###adsIfrme3
###adsIfrme4
###adsLREC
###adsLeftZone1
###adsLeftZone2
###adsLinkFooter
###adsMpu
###adsNarrow
###adsPanel
###adsProdHighlight_wrap
###adsRight
###adsRightDiv
###adsRightVideo
###adsSPRBlock
###adsSuperCTN
###adsTop
###adsTopLeft
###adsZone
###adsZone1
###adsZone2
###adsZone_1
###ads_01
###ads_120x60_block
###ads_160
###ads_2015
###ads_2015_1
###ads_3
###ads_300
###ads_300x250
###ads_320_260
###ads_320_260_2
###ads_728
###ads_728x90
###ads_absolute_left
###ads_absolute_right
###ads_back
###ads_banner
###ads_banner1
###ads_banner_header
###ads_banner_right1
###ads_bar
###ads_belowforumlist
###ads_belownav
###ads_big
###ads_bigrec1
###ads_bigrec2
###ads_bigrec3
###ads_block
###ads_bottom
###ads_bottom_inner
###ads_bottom_outer
###ads_box
###ads_box1
###ads_box2
###ads_box_bottom
###ads_box_right
###ads_box_top
###ads_button
###ads_by_google
###ads_campaign
###ads_catDiv
###ads_center
###ads_center_banner
###ads_central
###ads_combo2
###ads_container
###ads_content
###ads_dynamicShowcase
###ads_eo
###ads_expand
###ads_footer
###ads_fullsize
###ads_h
###ads_halfsize
###ads_header
###ads_header_games
###ads_horiz
###ads_horizontal
###ads_horz
###ads_html1
###ads_html2
###ads_im
###ads_inner
###ads_insert_container
###ads_layout_bottom
###ads_lb
###ads_lb_frame
###ads_leaderbottom
###ads_left
###ads_left_top
###ads_line
###ads_mads_r1
###ads_mads_r2
###ads_medrect
###ads_notice
###ads_pave
###ads_place
###ads_placeholder
###ads_player
###ads_player_audio
###ads_player_line
###ads_postdownload
###ads_pro_468_60_on_vid
###ads_r_c
###ads_right
###ads_right_sidebar
###ads_right_top
###ads_section_textlinks
###ads_side
###ads_sidebar_bgnd
###ads_sidebar_roadblock
###ads_sky
###ads_slide_div
###ads_space
###ads_space_header
###ads_special_center
###ads_sponsFeed-headline
###ads_sponsFeed-left
###ads_sponsored_link_pixel
###ads_superbanner1
###ads_superbanner2
###ads_superior
###ads_td
###ads_text
###ads_textlinks
###ads_title
###ads_top
###ads_top2
###ads_top_banner
###ads_top_container
###ads_top_content
###ads_top_right
###ads_top_sec
###ads_topbanner
###ads_tower1
###ads_tower_top
###ads_vert
###ads_video
###ads_watch_top_square
###ads_wide
###ads_wrapper
###ads_zone27
###adsbot
###adsbottom
###adsbottombluesleft
###adsbox-left
###adsbox-right
###adsbox1
###adsbox2
###adsbox3
###adsbox336x280
###adsbox4
###adsbox728x90
###adsbysourcewidget-2
###adscenter
###adscolumn
###adscontainer
###adscontainer_background_back_index1100_all
###adscontainer_banner_new_bottom_index_1060
###adscontainer_banner_new_second_index_1060
###adscontainer_banner_new_top_index_1060_2
###adscontent
###adsctl00_AdsHome2
###adsd_contentad_r1
###adsd_contentad_r2
###adsd_contentad_r3
###adsd_topbanner
###adsd_txt_sky
###adsdaq160600
###adsdaq300250
###adsdaq72890
###adsdiv
###adsdiv300
###adsdiv468
###adsdiv_close
###adsection
###adsense
###adsense-2
###adsense-468x60
###adsense-area
###adsense-bottom
###adsense-end-300
###adsense-head-spacer
###adsense-header
###adsense-letterbox
###adsense-link
###adsense-middle
###adsense-module-bottom
###adsense-new
###adsense-post
###adsense-right
###adsense-sidebar
###adsense-tag
###adsense-text
###adsense-top
###adsense-wrap
###adsense03
###adsense04
###adsense05
###adsense1
###adsense160600
###adsense2
###adsense2pos
###adsense300x250
###adsense468
###adsense6
###adsense728
###adsenseArea
###adsenseHeader
###adsenseLeft
###adsenseOne
###adsenseWrap
###adsense_200_200_article
###adsense_300x250
###adsense_article_bottom
###adsense_article_left
###adsense_banner_top
###adsense_block
###adsense_block_238x200
###adsense_block_350x320
###adsense_bottom_ad
###adsense_box
###adsense_box2
###adsense_box_video
###adsense_honeytrap
###adsense_image
###adsense_inline
###adsense_item_detail
###adsense_leaderboard
###adsense_overlay
###adsense_placeholder_2
###adsense_sidebar
###adsense_testa
###adsense_top
###adsense_unit5
###adsense_ziel
###adsensebreadcrumbs
###adsenseheader
###adsensehorizontal
###adsensempu
###adsensepo
###adsensepos
###adsensequadr
###adsenseskyscraper
###adsensetext
###adsensetopmobile
###adsensetopplay
###adsensewide
###adsensewidget-3
###adserv
###adserve-Banner
###adserve-Leaderboard
###adserve-MPU
###adserve-Sky
###adserver_HeaderAd
###adsfundo
###adsground
###adshometop
###adshowbtm
###adshowtop
###adside
###adsideblock1
###adsider
###adsiframe
###adsimage
###adskinleft
###adskinlink
###adskinright
###adskintop
###adsky
###adskyleftdiv
###adskyrightdiv
###adskyscraper
###adskyscraper_flex
###adsleft1
###adslider
###adslist
###adslistbox
###adslot
###adslot-2-container
###adslot-3-container
###adslot-4-container
###adslot1
###adslot1173
###adslot1189
###adslot1202
###adslot2
###adslot3
###adslot300x250ATF
###adslot300x250BTF
###adslot4
###adslot5
###adslot6
###adslot7
###adslot_c2
###adslot_m1
###adslot_m2
###adslot_m3
###adsmegabanner
###adsmiddle
###adsnews
###adsonar
###adsonarBlock
###adspace
###adspace-1
###adspace-2
###adspace-300x250
###adspace-728
###adspace-728x90
###adspace-bottom
###adspace-leaderboard-top
###adspace-one
###adspace-panorama
###adspace-top
###adspace300x250
###adspaceBox
###adspaceBox300
###adspaceBox300_150
###adspaceBox300white
###adspaceRow
###adspace_header
###adspace_leaderboard
###adspace_top
###adspacer
###adspan
###adspdl-container
###adspecial_offer_box
###adsplace1
###adsplace2
###adsplace4
###adsplash
###adsponsorImg
###adsponsored_links_box
###adspot
###adspot-1
###adspot-149x170
###adspot-1x4
###adspot-2
###adspot-295x60
###adspot-2a
###adspot-2b
###adspot-300x110-pos-1
###adspot-300x125
###adspot-300x250-pos-1
###adspot-300x250-pos-2
###adspot-300x250-pos1
###adspot-300x250-pos3
###adspot-300x600-pos1
###adspot-468x60-pos-2
###adspot-620x270-pos-1
###adspot-620x45-pos-1
###adspot-620x45-pos-2
###adspot-728x90
###adspot-728x90-pos-2
###adspot-728x90-pos1
###adspot-a
###adspot-bottom
###adspot-c
###adspot-d
###adspot-top
###adspot300x250
###adspot_220x90
###adspot_300x250
###adspot_300x250A_desktop
###adspot_468x60
###adspot_728x90
###adspotlight1
###adsquare
###adsquare2
###adsright
###adss
###adssidebar2
###adssidebar3
###adsspace
###adstd
###adstext2
###adstop
###adstory
###adstrip
###adstripbottom
###adstripnew
###adstuff
###adswidget1-quick-adsense
###adswidget2-quick-adsense
###adswidget2-quick-adsense-reloaded-2
###adswizzBanner
###adsxpls2
###adszed-728x90
###adtab
###adtab-feedback2
###adtable_top
###adtag5
###adtag8
###adtag_right_side
###adtagfooter
###adtagheader
###adtagrightcol
###adtags_left
###adtaily
###adtaily-widget-light
###adtechWallpaper
###adtech_0
###adtech_1
###adtech_2
###adtech_3
###adtech_728or920_2
###adtech_googleslot_03c
###adtech_leaderboard01
###adtech_takeover
###adtechbanner728
###adtext
###adtext-top-content
###adtoniq-msg-bar
###adtop
###adtopDet
###adtopHeader
###adtopPrograma
###adtop_dfp
###adtopbanner
###adtopbox
###adtopcenter
###adtophp
###adtrafficright
###adtxt
###adu-sto
###adundergame
###adunderpicture
###adunit
###adunit-mpu-atf
###adunit-mpu-atf-feed
###adunit-mpu-atf-sidebar
###adunit-mpu-btf-1
###adunit-mpu-btf-6
###adunit-mpu-btf-article
###adunit-mpu-btf-article-2
###adunit-mpu-btf-sidebar
###adunit-mpu-second
###adunit-pages1x1
###adunit-roadblock
###adunit300x500
###adunit_article_center_bottom_computer
###adunit_article_center_middle1_computer
###adunit_article_center_middle4_computer
###adunit_article_center_middle6_computer
###adunit_article_center_top_computer
###adunit_article_right_middle2_computer
###adunit_article_right_top_computer
###adunit_main_center_bottom_computer
###adunit_main_right_middle2_computer
###adunit_main_right_top_computer
###adunit_video
###adunitl
###adv-01
###adv-300
###adv-Scrollable
###adv-Top
###adv-box
###adv-comments-placeholder
###adv-companion-iframe
###adv-container
###adv-ext-ext-1
###adv-ext-ext-2
###adv-fb-container
###adv-google
###adv-gpt-masthead-leaderboard-container1
###adv-leaderboard
###adv-left
###adv-masthead
###adv-middle
###adv-middle1
###adv-midroll
###adv-mpux
###adv-preroll
###adv-right
###adv-right1
###adv-scrollable
###adv-servers-com-1
###adv-sticky-1
###adv-sticky-2
###adv-strip
###adv-text
###adv-title
###adv-top
###adv-x34
###adv-x35
###adv-x36
###adv-x37
###adv-x38
###adv-x39
###adv-x40
###adv130x195
###adv160x600
###adv170
###adv2_ban
###adv300bottom
###adv300top
###adv300x250
###adv300x250container
###adv3_ban
###adv468x90
###adv728
###adv728x90
###adv768x90
###advCard1
###advCard2
###advCard3
###advCarrousel
###advHome
###advHomevideo
###advMegaBanner
###advRectangle
###advRectangle1
###advSidebarDocBox
###advSkin
###advTop
###advTopRight_anchor
###advWrapper
###adv_01
###adv_02
###adv_11
###adv_300
###adv_300_600
###adv_300x250_1
###adv_300x250_2
###adv_300x250_3
###adv_468x60_content
###adv_5
###adv_52
###adv_6
###adv_62
###adv_65
###adv_7
###adv_70
###adv_71
###adv_728
###adv_728x90
###adv_73
###adv_94
###adv_96
###adv_97
###adv_98
###adv_BoxBottom
###adv_Inread
###adv_IntropageOvl
###adv_LdbMastheadPush
###adv_Reload
###adv_Skin
###adv_adsense_300_dx
###adv_adsense_300_m
###adv_banner_featured
###adv_banner_sidebar
###adv_bkg_cont
###adv_bootom
###adv_border
###adv_box_a
###adv_center
###adv_config
###adv_contents
###adv_contents_tem
###adv_google_300
###adv_google_728
###adv_halfpage
###adv_halfpage_title
###adv_holder
###adv_id
###adv_leaderboard
###adv_mpu1
###adv_mpu2
###adv_network
###adv_outbrain_SB_1_sidebar
###adv_overlay
###adv_overlay_content
###adv_r
###adv_right
###adv_skin
###adv_skin_1
###adv_skin_1_a
###adv_sky
###adv_sponsorRowFooter
###adv_sponsorRowHeader
###adv_sponsor_cat
###adv_textlink
###adv_textual_google_div
###adv_top
###adv_top_banner_wrapper
###adv_top_strip
###adv_video_sidebar
###adv_videobox
###adv_wallpaper
###adv_wallpaper2
###adv_wideleaderboard
###adver
###adver-top
###adver1
###adver2
###adver3
###adver4
###adver5
###adver6
###adver7
###adverFrame
###advert-1
###advert-120
###advert-2
###advert-ahead
###advert-banner
###advert-banner-wrap
###advert-block
###advert-boomer
###advert-box
###advert-column
###advert-container-top
###advert-display
###advert-footer
###advert-footer-hidden
###advert-header
###advert-hpu
###advert-island
###advert-leaderboard
###advert-left
###advert-links-bottom
###advert-mpu
###advert-placeholder-post-content-image-1
###advert-right
###advert-right-not-home
###advert-sky
###advert-skyscaper
###advert-skyscraper
###advert-stickysky
###advert-text
###advert-top
###advert-top-banner
###advert-wrapper
###advert1
###advert1hp
###advert2
###advert234_container
###advert2area
###advert2areasmall
###advert300x260
###advert3area
###advert3areasmall
###advertBanner
###advertBox
###advertBoxRight
###advertBoxSquare
###advertColumn
###advertContainer
###advertControl4_advertLink
###advertCover
###advertDB
###advertIframe
###advertMPUContainer
###advertMarkerHorizontalConatiner
###advertMarkerVerticalConatiner
###advertOverlay
###advertRight
###advertSection
###advertSeparator
###advertTop
###advertTopLarge
###advertTopSmall
###advertTower
###advertWrapper
###advert_01
###advert_04
###advert_05
###advert_07
###advert_1
###advert_125x125
###advert_250x250
###advert_300x2502
###advert_300x2503
###advert_561_01
###advert_561_02
###advert_561_03
###advert_561_04_container
###advert_561_04_left_end
###advert_561_04_right_end
###advert_561_05
###advert_561_07
###advert_back_160x600
###advert_back_300x250_1
###advert_back_300x250_2
###advert_banner
###advert_belowmenu
###advert_bottom_100x70
###advert_box
###advert_container
###advert_container_300
###advert_header
###advert_home01
###advert_home02
###advert_home03
###advert_home04
###advert_image1_0
###advert_image2_0
###advert_image3_0
###advert_leaderboard
###advert_lrec_format
###advert_media
###advert_mid
###advert_mpu
###advert_mpu_1
###advert_mpu_2
###advert_right1
###advert_right_skyscraper
###advert_sky
###advert_top
###advert_yell
###advertblock
###advertblock160
###advertblock300
###advertborder
###advertborder160
###advertbox2
###advertbox3
###advertbox4
###advertcalc
###adverthome
###adverti
###advertiframebottom
###advertise
###advertise-here
###advertise-here-sidebar
###advertise-now
###advertise-sidebar
###advertise1
###advertise2
###advertiseBanner
###advertiseGoogle
###advertiseHere
###advertiseLink
###advertise_top
###advertisediv
###advertiseheretop
###advertisement-10
###advertisement-13
###advertisement-16
###advertisement-300x250
###advertisement-4
###advertisement-7
###advertisement-728x90
###advertisement-bottom
###advertisement-content
###advertisement-detail1
###advertisement-detail2
###advertisement-large
###advertisement-rightcolumn
###advertisement-text
###advertisement1
###advertisement160x600
###advertisement2
###advertisement3
###advertisement728x90
###advertisementArea
###advertisementBottomThreadUser
###advertisementBox
###advertisementDIV2
###advertisementFooterTop
###advertisementHeaderBottom
###advertisementHorizontal
###advertisementLigatus
###advertisementPrio2
###advertisementRight
###advertisementRightcolumn0
###advertisementRightcolumn1
###advertisementThread
###advertisementTop
###advertisement_RightPanel
###advertisement_banner
###advertisement_block
###advertisement_box
###advertisement_container
###advertisement_label
###advertisement_notice
###advertisement_title
###advertisementblock1
###advertisementblock2
###advertisementblock3
###advertisements_bottom
###advertisements_sidebar
###advertisements_top
###advertisementsarticle
###advertisementsxml
###advertiser-container
###advertiserLinks
###advertiserReports
###advertisers-caption
###advertisetop
###advertising-160x600
###advertising-300x250
###advertising-728x90
###advertising-banner
###advertising-caption
###advertising-container
###advertising-control
###advertising-mockup
###advertising-right
###advertising-skyscraper
###advertising-top
###advertising2
###advertising2-preroll
###advertising3
###advertising300x250
###advertisingBlocksLeaderboard
###advertisingBottomFull
###advertisingHrefTop
###advertisingLeftLeft
###advertisingLink
###advertisingModule160x600
###advertisingModule728x90
###advertisingRightColumn
###advertisingRightRight
###advertisingTop
###advertisingTopWrapper
###advertising_1
###advertising_2
###advertising_300
###advertising_300_under
###advertising_300x105
###advertising_320
###advertising_728
###advertising_728_under
###advertising_btm
###advertising_column
###advertising_container
###advertising_contentad
###advertising_header
###advertising_holder
###advertising_horiz_cont
###advertising_iab
###advertising_top_container
###advertising_wrapper
###advertisment-block-1
###advertisment-horizontal
###advertisment1
###advertismentBottom728x90_
###advertismentElementInUniversalbox
###advertisment_content
###advertisment_panel
###advertismentgoogle
###advertistop_td
###advertleft
###advertorial
###advertorial-box
###advertorial-wrap
###advertorial1
###advertorial_block_3
###advertorial_links
###advertorial_red_listblock
###adverts
###adverts-top-container
###adverts-top-left
###adverts-top-middle
###adverts-top-right
###adverts_right
###advertscroll
###advertsingle
###advertspace
###advertssection
###adverttext
###adverttext160
###adverttop
###advetisement_300x250
###advframe
###advgeoul
###advgoogle
###advman-2
###advr_mobile
###advsingle
###advt
###advt-right-skyscraper
###advt_bottom
###advtbar
###advtext
###advtop
###advtopright
###advx3_banner
###adwhitepaperwidget
###adwidget
###adwidget-5
###adwidget-6
###adwidget1
###adwidget2
###adwidget2_hidden
###adwidget3_hidden
###adwidget_hidden
###adwin
###adwin_rec
###adwith
###adwords-4-container
###adwords-box
###adwrap-295x295
###adwrap-722x90
###adwrap-729x90
###adwrap-966x90
###adwrapper
###adxBigAd
###adxBigAd2
###adxLeaderboard
###adxMiddle
###adxMiddle5
###adxMiddleRight
###adxSponLink
###adxSponLink2
###adxSponLinkA
###adxToolSponsor
###adx_ad
###adx_ad_bottom
###adx_ad_bottom_close
###adxtop
###adxtop2
###adzbanner
###adzerk
###adzerk1
###adzerk2
###adzerk_by
###adzone
###adzone-halfpage_1
###adzone-leaderboard_1
###adzone-leaderboard_2
###adzone-middle1
###adzone-middle2
###adzone-mpu_1
###adzone-mpu_2
###adzone-parallax_1
###adzone-right
###adzone-sidebarSmallPromo1
###adzone-sidebarSmallPromo2
###adzone-teads
###adzone-top
###adzone-wallpaper
###adzone-weatherbar-logo
###adzoneBANNER
###adzone_content
###adzone_wall
###adzonebanner
###adzoneheader
###aetn_3tier_ad_bar
###af_ad_large
###af_ad_small
###af_adblock
###afc-container
###aff-ad-0
###affiliate_ad
###affinityBannerAd
###after-content-ad
###after-content-ads
###after-header-ad-left
###after-header-ad-right
###after-header-ads
###after-top-menu-ads
###after_ad
###afterpostad
###agencies_ad
###agi-ad300x250
###agi-ad300x250overlay
###agi-sponsored
###alert_ads
###amazon-ads
###amazon_ad
###amazon_bsa_block
###ami_ad_cntnr
###amsSparkleAdFeedback
###amsSparkleAdWrapper
###amzn-native-ad-0
###amzn-native-ad-1
###amzn-native-ad-2
###amzn_assoc_ad_div_adunit0_0
###anAdScGame300x250
###analytics_ad
###analytics_banner
###anchorAd
###annoying_ad
###annoying_extra_ad_wrapper
###anyvan-ad
###ap-widget-ad
###ap-widget-ad-label
###ap_adframe
###ap_adtext
###ap_cu_overlay
###ap_cu_wrapper
###apiBackgroundAd
###apiTopAdContainer
###apiTopAdWrap
###apmNADiv
###apolload
###app_advertising_pregame_content
###app_advertising_rectangle
###app_advertising_rectangle_ph
###apt-homebox-ads
###araHealthSponsorAd
###area-adcenter
###area-left-ad
###area13ads
###area1ads
###article-ad
###article-ad-container
###article-advert
###article-advert-dfp
###article-agora-ad
###article-billboard-ad-1
###article-bottom-ad
###article-box-ad
###article-content-ad
###article-footer-sponsors
###article-island-ad
###article-sidebar-ad
###article-sponspred-content
###article-top-728x90-ad-wrapper
###articleAd
###articleAdReplacement
###articleBoard-ad
###articleLeftAdColumn
###articleSideAd
###article_LeftAdWords
###article_SponsoredLinks
###article_ad
###article_ad_1
###article_ad_3
###article_ad_bottom
###article_ad_bottom_cont
###article_ad_container
###article_ad_rt1
###article_ad_top
###article_ad_top_cont
###article_ad_w
###article_adholder
###article_ads
###article_advert
###article_banner_ad
###article_body_ad1
###article_bottom_ad01
###article_box_ad
###article_gallery_desktop_ad
###article_left_ad01
###article_sidebar_ad
###article_sidebar_ad_02
###articlead1
###articlead2
###articlead300x250r
###articleadblock
###articletop_ad
###articleview_ad
###articleview_ad2
###artist-ad-container
###as24-magazine-rightcol-adtag-1
###asideAd
###aside_ad
###asideads
###asinglead
###atad1
###atad2
###atlasAdDivGame
###atwAdFrame0
###atwAdFrame1
###atwAdFrame2
###atwAdFrame3
###atwAdFrame4
###autos_banner_ad
###aw-ad-container
###awds-nt1-ad
###awesome-ad
###awp_advertisements-2
###axdsense1
###b-ad-choices
###b-adw
###b5-skyscraper-ad-3
###b5_ad_footer
###b5_ad_sidebar1
###b5_ad_top
###b5ad300
###bLinkAdv
###b_ad1
###b_ad138
###b_ad172
###b_ad2792
###b_ad3
###b_ad3564
###babAdTop
###backad
###background-ad-head-spacer
###background-adv
###background_ad_left
###background_ad_right
###background_ads
###backgroundadvert
###ban_300x250
###ban_728x90
###banner-300x250
###banner-300x250-area
###banner-300x250-north
###banner-300x600-area
###banner-336x280-north
###banner-336x280-south
###banner-468x60
###banner-728
###banner-728adtag
###banner-728adtag-bottom
###banner-728x90
###banner-728x90-area
###banner-ad
###banner-ad-container
###banner-ad-first
###banner-ad-large
###banner-ad-last
###banner-ad-loader
###banner-ad-square-first
###banner-ad-square-last
###banner-ads
###banner-advert
###banner-advert-container
###banner-lg-ad
###banner-skyscraper
###banner120x600
###banner250x250
###banner300-top-right
###banner300x250
###banner468
###banner468x60
###banner600
###banner660x90
###banner728
###banner728x90
###banner975_container
###bannerAd
###bannerAdContainer1_1
###bannerAdContainer1_2
###bannerAdContainer1_3
###bannerAdContainer1_4
###bannerAdContainer1_5
###bannerAdContainer1_6
###bannerAdContainer2_1
###bannerAdContainer2_2
###bannerAdContainer2_3
###bannerAdContainer2_4
###bannerAdContainer2_5
###bannerAdContainer2_6
###bannerAdFrame
###bannerAdLInk
###bannerAdRight3
###bannerAdTop
###bannerAdWrap
###bannerAdWrapper
###bannerAd_ctr
###bannerAd_rdr
###bannerAds
###bannerAdsense
###bannerAdvert
###bannerGoogle
###banner_280_240
###banner_300_250
###banner_300x250_sidebar
###banner_468x60
###banner_ad
###banner_ad_Sponsored
###banner_ad_bottom
###banner_ad_div_fw
###banner_ad_footer
###banner_ad_module
###banner_ad_placeholder
###banner_ad_top
###banner_admicro
###banner_ads
###banner_adsense
###banner_adv
###banner_advertisement
###banner_adverts
###banner_content_ad
###banner_mpu1
###banner_mpu3
###banner_sedo
###banner_slot
###banner_spacer
###banner_topad
###banner_videoad
###banner_wrapper_top
###bannerad
###bannerad-bottom
###bannerad-top
###bannerad2
###banneradrow
###bannerads
###banneradspace
###banneradvert3
###barAdWrapper
###base-advertising-top
###base-board-ad
###baseAdvertising
###baseMedRec
###baseboard-ad
###baseboard-ad-wrapper
###basket-adContainer
###bbContentAds
###bb_ad_container
###bbadwrap
###bbccom_leaderboard
###bbccom_leaderboard_container
###bbccom_mpu
###bbccom_sponsor_section
###bbccom_sponsor_section_text
###bbccom_storyprintsponsorship
###bbo_ad1
###bcaster-ad
###bdnads-top-970x90
###before-footer-ad
###below-listings-ad
###below-menu-ad-header
###below-post-ad
###belowAd
###belowContactBoxAd
###belowNodeAds
###below_comments_ad_holder
###below_content_ad_container
###belowad
###belowheaderad
###bg-custom-ad
###bg-footer-ads
###bg-footer-ads2
###bg_YieldManager-160x600
###bg_YieldManager-300x250
###bg_YieldManager-728x90
###bg_banner_120x600
###bg_banner_468x60
###bg_banner_728x90
###bgad
###bh_adFrame_ag_300x250_atf
###bh_adFrame_bh_300x250_atf
###bh_adFrame_bh_300x250_btf
###big-ad-switch
###big-box-ad
###bigAd
###bigAd1
###bigAd2
###bigAdDiv
###bigBannerAd
###bigBoxAd
###bigBoxAdCont
###big_ad
###big_ad_label
###big_ads
###bigad
###bigad300outer
###bigadbox
###bigadframe
###bigadspace
###bigadspot
###bigboard_ad
###bigboard_ad_ini
###bigbox-ad
###bigsidead
###billboard-ad-container
###billboard_ad
###bingadcontainer2
###bl11adv
###blancco-ad
###block--ex_dart-ex_dart_adblade_article
###block-ad_blocks-0
###block-ad_cube-0
###block-ad_cube-1
###block-adsense-0
###block-adsense-2
###block-adsense_managed-0
###block-adtech-middle1_300x250
###block-adtech-middle2_300x250
###block-adtech-top_300x250
###block-advert-content
###block-advert-content2
###block-advertisement
###block-advertorial
###block-appnexus-x20-oas-ad
###block-appnexus-x70-oas-ad-300x100
###block-bean-artadocean-splitter
###block-bean-artadocean-text-link-1
###block-bean-artadocean-text-link-2
###block-bean-artadocean300x250-1
###block-bean-artadocean300x250-3
###block-bean-artadocean300x250-6
###block-bean-in-content-ad
###block-boxes-taboola
###block-br-hhog-module-br-hhog-ad-billboard-front
###block-dart-dart-tag-ad_top_728x90
###block-dart-dart-tag-gfc-ad-top-2
###block-dctv-ad-banners-wrapper
###block-dfp-billboard-leaderboard
###block-dfp-mpu-1
###block-dfp-mpu-2
###block-dfp-mpu-3
###block-dfp-skyscraper_left_1
###block-dfp-skyscraper_left_2
###block-dfp-top
###block-dfptag-leaderboard-btf
###block-dfptag-rail-pos-1
###block-dfptag-rail-pos-2
###block-dfptag-rail-pos-3
###block-dfptag-rail-pos-4
###block-display-ads-leaderboard
###block-eboundadds
###block-eboundsidebaradd1
###block-ex_dart-ex_dart_adblade_article
###block-ex_dart-ex_dart_sidebar_ad_block_bottom
###block-ex_dart-ex_dart_sidebar_ad_block_top
###block-fan-ad-fan-ad-front-leaderboard-bottom
###block-fan-ad-fan-ad-front-medrec-top
###block-fcc-advertising-first-sidebar-ad
###block-gavias-vinor-advrightheader
###block-google-ads
###block-ibtimestv-player-companion-ad
###block-localcom-localcom-ads
###block-ltadvertising-ltadvertising
###block-nst-googledfp-site-takeover
###block-openads-0
###block-openads-1
###block-openads-13
###block-openads-14
###block-openads-2
###block-openads-3
###block-openads-4
###block-openads-5
###block-openads-brand
###block-panels-mini-top-ads
###block-sidebarad1
###block-sponsors
###block-spti_ga-spti_ga_adwords
###block-thewrap_ads_250x300-0
###block-thewrap_ads_250x300-1
###block-thewrap_ads_250x300-2
###block-thewrap_ads_250x300-3
###block-thewrap_ads_250x300-4
###block-thewrap_ads_250x300-5
###block-thewrap_ads_250x300-6
###block-thewrap_ads_250x300-7
###block-views-Advertorial-block_5
###block-views-Advertorial-block_6
###block-views-Advertorial-block_7
###block-views-ad-directory-block
###block-views-ads-header-0-block-block
###block-views-ads-header-top-block-block
###block-views-ads-sidebar-block-block
###block-views-ads-under-the-slider-block
###block-views-advertisement-block_1
###block-views-advertisements-block
###block-views-advt-story-bottom-block
###block-views-block-detail-page-ads-block-3
###block-views-custom-advertisement-2-block--2
###block-views-custom-advertisement-block--2
###block-views-premium-ad-slideshow-block
###block-views-sidebar-ad
###block-views-sponsor-block
###blockAd
###blockAds
###block_ad
###block_ad2
###block_ad_container
###block_advert
###block_advert1
###block_advert2
###block_advertisement
###block_timeout_sponsored_0
###blog-ad
###blog-advert
###blog-header-ad
###blogImgSponsor
###blog_ad_area
###blog_ad_content
###blog_ad_opa
###blog_ad_right
###blog_ad_top
###blogad
###blogad-wrapper
###blogad_728x90_header
###blogad_right_728x91_bottom
###blogad_top_300x250_sidebar
###blogads
###blogads_most_right_ad
###blox-big-ad
###blox-big-ad-bottom
###blox-big-ad-top
###blox-halfpage-ad
###blox-tile-ad
###blox-tower-ad
###bn_ad
###bnr-300x250
###bnr-468x60
###bnr-728x90
###bnrAd
###bnrhd468
###body-ads
###bodyAd1
###bodyAd2
###bodyAd3
###bodyAd4
###body_728_ad
###body_ad
###bodymainAd
###bonus-offers-advertisement
###book-ad
###bookmarkListDeckAdPlaceholder
###boss_banner_ad-2
###boss_banner_ad-3
###bot_ad
###bot_ads
###botad
###botads2
###bott_ad2
###bott_ad2_300
###bottom-728-ad
###bottom-ad
###bottom-ad-1
###bottom-ad-banner
###bottom-ad-container
###bottom-ad-leaderboard
###bottom-ad-tray
###bottom-ad-wrapper
###bottom-add
###bottom-adhesion-container
###bottom-ads
###bottom-ads-bar
###bottom-ads-container
###bottom-adspot
###bottom-advertising
###bottom-article-ad-336x280
###bottom-banner-spc
###bottom-boxad
###bottom-pinned-ad
###bottom-side-ad
###bottom-sponsor-add
###bottomAd
###bottomAd300
###bottomAdBlcok
###bottomAdCCBucket
###bottomAdContainer
###bottomAdSection
###bottomAdSense
###bottomAdSenseDiv
###bottomAdWrapper
###bottomAds
###bottomAdvBox
###bottomAdvertTab
###bottomBannerAd
###bottomContentAd
###bottomDDAd
###bottomFullAd
###bottomGoogleAds
###bottomLeftAd
###bottomMPU
###bottomRightAd
###bottomRightAdContainer
###bottomRightAdSpace
###bottomRightPanelAdContainer
###bottomSponsorAd
###bottom_ad
###bottom_ad_area
###bottom_ad_box
###bottom_ad_container
###bottom_ad_left
###bottom_ad_region
###bottom_ad_right
###bottom_ad_unit
###bottom_ad_wrapper
###bottom_adbox
###bottom_ads
###bottom_ads_container
###bottom_advert_container
###bottom_adwrapper
###bottom_banner_ad
###bottom_banner_adsense
###bottom_ex_ad_holder
###bottom_leader_ad
###bottom_overture
###bottom_player_adv
###bottom_sponsor_ads
###bottom_sponsored_links
###bottom_text_ad
###bottomad
###bottomad300
###bottomad_table
###bottomadbanner
###bottomadbar
###bottomadholder
###bottomads
###bottomadsdiv
###bottomadsense
###bottomadvert
###bottomadwrapper
###bottomcontentads
###bottomleaderboardad
###bottommpuAdvert
###bottommpuSlot
###bottomsponad
###bottomsponsoredresults
###box-ad
###box-ad-section
###box-ad-sidebar
###box-ads-small-1
###box-ads-small-2
###box-ads-tr
###box-ads-x600
###box-ads300-picture-detail
###box-adv-rn_u
###box-content-ad
###box-googleadsense-1
###box-googleadsense-r
###box1ad
###box2ad
###boxAD
###boxAd
###boxAd300
###boxAdContainer
###boxAdvert
###boxLightImageGalleryAd
###box_ad
###box_ad_container
###box_ad_middle
###box_ads
###box_advertisement
###box_advertising_info
###box_advertisment
###box_articlead
###box_mod_googleadsense
###box_text_ads
###boxad
###boxad1
###boxad2
###boxad3
###boxad4
###boxad5
###boxads
###boxes-box-ad300x250set2
###boxes-box-ad300x250set2block
###boxes-box-ad_300x250_1
###boxes-box-ad_728x90_1
###boxes-box-ad_mpu
###boxtube-ad
###bpAd
###bpcads-bottom-footer
###bpcads-top-leaderboard
###bps-header-ad-container
###bq_homeMiddleAd
###br_ad
###brand-box-ad
###brand-box-ad-1-container
###branding_ad_comment
###branding_ad_header
###branding_click
###browse-ad-container
###browse_ads_ego_container
###browsead
###bsaadvert
###bsap_aplink
###btfAdNew
###btm_ads
###btmad
###btmsponsoredcontent
###btn-sponsored-features
###btnAds
###btnads
###btr_horiz_ad
###budget_adDiv
###burn_header_ad
###bus-center-ad
###button-ads
###button-ads-horizontal
###button-ads-vertical
###buttonAdWrapper1
###buttonAdWrapper2
###buttonAds
###buttonAdsContainer
###button_ad_container
###button_ad_wrap
###button_ads
###buttonad-widget-3
###buttonad-widget-4
###buy-sell-ads
###buySellAds
###buysellads
###buysellads-4x1
###c-adzone
###c4_ad
###c4ad-Middle1
###c4ad-Top-parent
###c_ad_sb
###c_ad_sky
###c_sponsoredSquare
###c_upperad
###c_upperad_c
###c_wdt_ads_2
###caAdLarger
###carbonads-container
###card-ads-top
###catad
###catalyst-125-ads
###catalyst-ads-2
###category-ad
###category-sponsor
###category_sponsorship_ad
###cb-ad
###cb_medrect1_div
###cbs-video-ad-overlay
###cbz-ads-text-link
###cbz-comm-advert-1
###cellAd
###center-ad
###center-ad-group
###center-ads-72980
###center-three-ad
###centerAdsHeadlines
###centerBelowExtraSponsoredLinks
###center_ad-0
###centerads
###central-ads
###cgp-bigbox-ad
###ch-ads
###channel-ads-300-box
###channel-ads-300x600-box
###channel_ad
###channel_ads
###chartAdWrap
###charts_adv
###chatAdv2
###chatad
###cherry_ads
###chitikaAdBlock
###ciHomeRHSAdslot
###circ_ad
###circ_ad_300x100
###circ_ad_620x100
###circ_ad_holder
###circad_wrapper
###city_House_Ad_300x137
###clickforad
###cliczone-advert-left
###cliczone-advert-right
###clientAds
###closeAdsDiv
###closeable-ad
###cltAd
###cmMediaRotatorAdTLContainer
###cmn_ad_box
###cmn_ad_tag_head
###cmn_toolbar_ad
###cms_ad_leaderboard
###cms_ad_masterslot
###cms_ad_skyscraper
###cnhi_premium_ads
###cnnAboveFoldBelowAd
###cnnBottomAd
###cnnCMAd
###cnnRR336ad
###cnnSponsoredPods
###cnnTopAd
###cnnTowerAd
###cnnVPAd
###cnn_cnn_adtag-3
###coAd
###cobalt-ad-1-container
###coda_ad_728x90_9
###cokeAd
###col-right-ad
###col3_advertising
###colAd
###colRightAd
###collapseobj_adsection
###college_special_ad
###colombiaAdBox
###column-ads-bg
###column2-145x145-ad
###column4-google-ads
###columnAd
###columnTwoAdContainer
###column_adverts
###column_extras_ad
###commentAdWrapper
###commentTopAd
###comment_ad_zone
###comments-ad-container
###comments-ads
###comments_advert
###commercial-textlinks
###commercial_ads
###commercial_ads_footer
###common_right_ad_wrapper
###common_right_adspace
###common_right_lower_ad_wrapper
###common_right_lower_adspace
###common_right_lower_player_ad_wrapper
###common_right_lower_player_adspace
###common_right_player_ad_wrapper
###common_right_player_adspace
###common_right_right_adspace
###common_top_adspace
###community_ads
###compAdvertisement
###comp_AdsLeaderboardBottom
###comp_AdsLeaderboardTop
###companion-ad
###companionAd
###companionAdDiv
###companion_Ad
###companionad
###componentAdRectangle
###componentAdSkyscraper
###conduitAdPopupWrapper
###container-ad
###container-ad-content-rectangle
###container-ad-topright
###container-advMoreAbout
###container-polo-ad
###container-righttopads
###container-topleftads
###containerAds980
###containerLocalAds
###containerLocalAdsInner
###containerMrecAd
###containerSqAd
###container_ad
###container_top_ad
###contener_pginfopop1
###content-ad
###content-ad-header
###content-ad-side
###content-ads
###content-adver
###content-advertising-header
###content-advertising-right
###content-adwrapper
###content-area-ad
###content-columns-post-ad-bottom
###content-columns-post-ad-top
###content-header-ad
###content-left-ad
###content-right-ad
###contentAd
###contentAdBottomRight
###contentAdHalfpage
###contentAdSense
###contentAdTwo
###contentAds
###contentAds300x200
###contentAds300x250
###contentAds667x100
###contentAdsCatArchive
###contentBottomAdLeaderboard
###contentBoxad
###contentFooterAD
###contentMain_sponsoredResultsPanel
###contentTopAds2
###content_0_storyarticlepage_main_0_pnlAdSlot
###content_0_storyarticlepage_main_0_pnlAdSlotInner
###content_0_storyarticlepage_sidebar_0_pnlAdSlot
###content_0_storyarticlepage_sidebar_11_pnlAdSlot
###content_0_storyarticlepage_sidebar_6_pnlAdSlot
###content_11_pnlAdSlot
###content_11_pnlAdSlotInner
###content_16_pnlAdSlot
###content_16_pnlAdSlotInner
###content_2_pnlAdSlot
###content_2_pnlAdSlotInner
###content_3_twocolumnrightfocus_right_bottomright_0_pnlAdSlot
###content_3_twocolumnrightfocus_right_bottomright_1_pnlAdSlot
###content_4_threecolumnallfocus_right_0_pnlAdSlot
###content_7_pnlAdSlot
###content_7_pnlAdSlotInner
###content_9_twocolumnleftfocus_b_right_1_pnlAdSlot
###content_Ad
###content_ad
###content_ad_1
###content_ad_2
###content_ad_block
###content_ad_container
###content_ad_placeholder
###content_ad_square
###content_ad_top
###content_ads
###content_ads_content
###content_ads_footer
###content_adv
###content_bottom_ad
###content_bottom_ads
###content_box_300body_sponsoredoffers
###content_box_adright300_google
###content_lower_center_right_ad
###content_mpu
###content_right_ad
###content_right_advert
###content_right_area_ads
###content_right_side_advertisement_on_top_wrapper
###contentad
###contentad-adsense-getfile-1
###contentad-adsense-getfile-top-1
###contentad-adsense-homepage-1
###contentad-adsense-homepage-2
###contentad-commercial-1
###contentad-content-box-1
###contentad-footer-tfm-1
###contentad-last-medium-rectangle-1
###contentad-lower-medium-rectangle-1
###contentad-sponsoredlinks-1
###contentad-story-bottom-1
###contentad-story-middle-1
###contentad-story-top-1
###contentad-superbanner-1
###contentad-superbanner-2
###contentad-top-adsense-1
###contentad-topbanner-1
###contentad_imtext
###contentad_right
###contentad_urban
###contentadcontainer
###contentads
###contentarea-ad
###contentarea-ad-widget-area
###contentinlineAd
###contents_post_ad
###contest-ads
###contextad
###contextual-ads
###contextual-ads-block
###contextual-ads-bricklet
###contextual-dummy-ad
###contextualad
###corner_ad
###cornerad
###cosponsor
###cosponsorTab
###coverADS
###coverads
###cpad_242306
###cph_cph_tlda_pnlAd
###cpsmalladv
###criteoAd
###crowd-ignite
###crowd-ignite-header
###csBotterAd
###csTopAd
###ct-ad-lb
###ctl00_AdPanel1
###ctl00_AdPanelISRect2
###ctl00_AdWords
###ctl00_Adspace_Top_Height
###ctl00_BottomAd
###ctl00_BottomAd2_AdArea
###ctl00_BottomAdPanel
###ctl00_ContentMain_BanManAd468_BanManAd
###ctl00_ContentPlaceHolder1_AdRotator3
###ctl00_ContentPlaceHolder1_BannerAd_TABLE1
###ctl00_ContentPlaceHolder1_DrillDown1_trBannerAd
###ctl00_ContentPlaceHolder1_TextAd_Pulse360AdPanel
###ctl00_ContentPlaceHolder1_ad12_adRotator_divAd
###ctl00_ContentPlaceHolder1_blockAdd_divAdvert
###ctl00_ContentPlaceHolder1_ctl00_ContentPlaceHolder1_pnlGoogleAdsPanel
###ctl00_ContentPlaceHolder1_ctl00_StoryContainer1_ImageHouseAd
###ctl00_ContentPlaceHolder1_toplead_news1_dvFlashAd
###ctl00_ContentPlaceHolder1_ucAdHomeRightFO_divAdvertisement
###ctl00_ContentPlaceHolder1_ucAdHomeRight_divAdvertisement
###ctl00_ContentPlaceHolder_PageHeading_Special_divGoogleAd2
###ctl00_ContentRightColumn_RightColumn_Ad1_BanManAd
###ctl00_ContentRightColumn_RightColumn_Ad1_googlePublisherAd
###ctl00_ContentRightColumn_RightColumn_Ad2_BanManAd
###ctl00_ContentRightColumn_RightColumn_Ad2_googlePublisherAd
###ctl00_ContentRightColumn_RightColumn_PremiumAd1_ucBanMan_BanManAd
###ctl00_Content_SquareAd_AdBox
###ctl00_Content_skyAd
###ctl00_Footer1_v5footerad
###ctl00_FooterHome1_AdFooter1_AdRotatorFooter
###ctl00_GoogleAd1
###ctl00_GoogleAd3
###ctl00_GoogleSkyscraper
###ctl00_Header1_AdHeader1_LabelHeaderScript
###ctl00_HyperLinkHouseAd
###ctl00_ImageHouseAd
###ctl00_LHTowerAd
###ctl00_LeftHandAd
###ctl00_MainContent_adDiv1
###ctl00_MainContent_adDiv2
###ctl00_MasterHolder_IBanner_adHolder
###ctl00_RightBanner_AdvertisementText
###ctl00_SiteHeader1_TopAd1_AdArea
###ctl00_TopAd
###ctl00_TowerAd
###ctl00_VBanner_adHolder
###ctl00__Content__RepeaterReplies_ctl03__AdReply
###ctl00_adCar
###ctl00_adFooter
###ctl00_advert_LargeMPU_div_AdPlaceHolder
###ctl00_advert_WideSky_Right_divOther
###ctl00_bottom_advert_728x90
###ctl00_cphMainContent_lblPartnerAds
###ctl00_cphMain_adView_dlAds_ctl01_advert_AboveAds_divOther
###ctl00_cphMain_hlAd1
###ctl00_cphMain_hlAd2
###ctl00_cphMain_hlAd3
###ctl00_cphMain_phMain_ctl00_ctl03_ctl00_topAd
###ctl00_cphRoblox_boxAdPanel
###ctl00_ctl00_MainPlaceHolder_itvAdSkyscraper
###ctl00_ctl00_RightColumn1_ctl04_csc300x250Ad1
###ctl00_ctl00_RightColumn1_ctl04_pnlAdBlock300x250Ad1
###ctl00_ctl00_RightPanePlaceHolder_pnlAdv
###ctl00_ctl00_ctl00_Main_Main_PlaceHolderGoogleTopBanner_MPTopBannerAd
###ctl00_ctl00_ctl00_Main_Main_SideBar_MPSideAd
###ctl00_ctl00_ctl00_divAdsTop
###ctl00_ctl00_ctl00_tableAdsTop
###ctl00_ctl00_ctl00_tdBannerAd
###ctl00_ctl00_pnlAdBottom
###ctl00_ctl00_pnlAdTop
###ctl00_ctl01_ctl00_tdBannerAd
###ctl00_ctl05_ctl00_tableAdsTop
###ctl00_ctl05_ctl00_tdBannerAd
###ctl00_ctl08_ctl00_tableAdsTop
###ctl00_ctl11_AdvertisementText
###ctl00_ctrlAdvert6_iframeAdvert
###ctl00_ctrlAdvert7_iframeAdvert
###ctl00_ctrlAdvert8_iframeAdvert
###ctl00_divAdSuper
###ctl00_dlTilesAds
###ctl00_fc_ctl02_AdControl
###ctl00_fc_ctl03_AdControl
###ctl00_fc_ctl04_AdControl
###ctl00_fc_ctl06_AdControl
###ctl00_headerAdd
###ctl00_leaderboardAdvertContainer
###ctl00_m_skinTracker_m_adLBL
###ctl00_mainContent_lblSponsor
###ctl00_phContents_ctlNewsPanel_rptMainColumn_ctl02_ctlLigatusAds_pnlContainer
###ctl00_phContents_ctlNewsPanel_rptMainColumn_ctl02_pnlLigatusAds
###ctl00_phCrackerMain_ucAffiliateAdvertDisplayMiddle_pnlAffiliateAdvert
###ctl00_phCrackerMain_ucAffiliateAdvertDisplayRight_pnlAffiliateAdvert
###ctl00_pnlAdTop
###ctl00_siteHeader_bannerAd
###ctl00_skyscraperAdvertContainer
###ctl00_tc_ctl03_AdControl
###ctl00_tc_ctl04_AdControl
###ctl00_tc_ctl05_AdControl
###ctl00_tc_ctl06_AdControl
###ctl00_tc_ctl14_AdControl
###ctl00_tc_ctl15_AdControl
###ctl00_tc_ctl16_AdControl
###ctl00_tc_ctl18_AdControl
###ctl00_tc_ctl19_AdControl
###ctl00_topAd
###ctl00_ucAffiliateAdvertDisplay_pnlAffiliateAdvert
###ctl00_ucFooter_ucFooterBanner_divAdvertisement
###ctl08_ad1
###ctlDisplayAd1_lblAd
###ctl_bottom_ad
###ctl_bottom_ad1
###ctr-ad
###ctr_adtech2
###ctr_adtech_mpu_bot
###ctr_adtech_mpu_top
###ctrlsponsored
###ctx_listing_ads
###ctx_listing_ads2
###cubeAd
###cube_ad
###cube_ads
###cube_ads_inner
###cubead
###cubead-2
###cubead2
###currencies-sponsored-by
###custom-advert-leadboard-spacer
###custom-small-ad
###customAd
###customAds
###cxnAdrail
###d-adCont543x90
###d-adCont728x90Inner
###d4_ad_google02
###dAdverts
###dItemBox_ads
###d_AdLink
###dap300x250
###dart-300x250
###dart-container-728x90
###dart_160x600
###dart_300x250
###dart_ad_block
###dart_ad_island
###dartad11
###dartad13
###dartad16
###dartad17
###dartad19
###dartad25
###dartad28
###dartad8
###dartad9
###daumAd
###db_ad
###dc-display-right-ad-1
###dc_ad_data_1
###dc_ad_data_2
###dc_ad_data_4
###dc_advertisement
###dcadSpot-Leader
###dcadSpot-LeaderFooter
###dclinkad
###dcol-sponsored
###dcomad_728x90_0
###dcomad_ad_728x90_1
###dcomad_top_300x250_0
###dcomad_top_300x250_1
###dcomad_top_300x251_2
###dd-ad-head-wrapper
###ddAd
###ddAdZone2
###defer-adright
###desktop-ad-btf
###desktop-aside-ad-container
###desktop-atf_sidebar_sticky
###desktop-unrec-ad
###detail_page_vid_topads
###devil-ad
###dfp-ad-1
###dfp-ad-2
###dfp-ad-billboard_leaderboard
###dfp-ad-billboard_leaderboard-wrapper
###dfp-ad-boombox
###dfp-ad-boombox-wrapper
###dfp-ad-boombox_2
###dfp-ad-boombox_2-wrapper
###dfp-ad-boombox_3
###dfp-ad-boombox_3-wrapper
###dfp-ad-boombox_4
###dfp-ad-boombox_4-wrapper
###dfp-ad-boombox_5
###dfp-ad-boombox_5-wrapper
###dfp-ad-clone_of_sidebar_top
###dfp-ad-content_1-wrapper
###dfp-ad-content_2-wrapper
###dfp-ad-content_3-wrapper
###dfp-ad-content_4-wrapper
###dfp-ad-dfp_ad_atf_728x90
###dfp-ad-dfp_ad_atf_728x90-wrapper
###dfp-ad-floating
###dfp-ad-fm_300x250-wrapper
###dfp-ad-half_page-wrapper
###dfp-ad-half_page_sidebar-wrapper
###dfp-ad-home_1-wrapper
###dfp-ad-home_2-wrapper
###dfp-ad-home_3-wrapper
###dfp-ad-homepage_300x250-wrapper
###dfp-ad-homepage_728x90
###dfp-ad-homepage_728x90-wrapper
###dfp-ad-kids_300x250-wrapper
###dfp-ad-large_rectangle
###dfp-ad-large_rectangle-wrapper
###dfp-ad-leaderboard
###dfp-ad-leaderboard-wrapper
###dfp-ad-local_300x250-wrapper
###dfp-ad-medium_rectangle
###dfp-ad-mediumrect-wrapper
###dfp-ad-mediumrectangle-wrapper
###dfp-ad-mediumrectangle2-wrapper
###dfp-ad-mosad_1
###dfp-ad-mosad_1-wrapper
###dfp-ad-mpu1
###dfp-ad-mpu2
###dfp-ad-mpu_1
###dfp-ad-mpu_1-wrapper
###dfp-ad-mpu_2
###dfp-ad-mpu_2-wrapper
###dfp-ad-mpu_3
###dfp-ad-mpu_3-wrapper
###dfp-ad-ne_carousel_300x250
###dfp-ad-ne_carousel_300x250-wrapper
###dfp-ad-ne_column3a_300x250
###dfp-ad-ne_column3a_300x250-wrapper
###dfp-ad-ne_news2_468x60
###dfp-ad-ne_news2_468x60-wrapper
###dfp-ad-pencil_pushdown
###dfp-ad-pencil_pushdown-wrapper
###dfp-ad-right1
###dfp-ad-right2
###dfp-ad-right3
###dfp-ad-schedule_300x250-wrapper
###dfp-ad-slot2
###dfp-ad-slot3
###dfp-ad-slot3-wrapper
###dfp-ad-slot4-wrapper
###dfp-ad-slot5
###dfp-ad-slot5-wrapper
###dfp-ad-slot6
###dfp-ad-slot6-wrapper
###dfp-ad-slot7
###dfp-ad-slot7-wrapper
###dfp-ad-stamp_1
###dfp-ad-stamp_1-wrapper
###dfp-ad-stamp_2
###dfp-ad-stamp_2-wrapper
###dfp-ad-stamp_3
###dfp-ad-stamp_3-wrapper
###dfp-ad-stamp_4
###dfp-ad-stamp_4-wrapper
###dfp-ad-top
###dfp-ad-tower_1
###dfp-ad-tower_1-wrapper
###dfp-ad-tower_2
###dfp-ad-tower_2-wrapper
###dfp-ad-tower_half_page
###dfp-ad-tower_half_page-wrapper
###dfp-ad-tv_300x250-wrapper
###dfp-ad-wallpaper
###dfp-ad-wallpaper-wrapper
###dfp-article-mpu
###dfp-article-related-mpu
###dfp-global_top
###dfp-home_after-headline_leaderboard
###dfp-middle
###dfp-middle1
###dfp-srp-leaderboard
###dfp-srp-mobile-top
###dfp-tlb
###dfp-wallpaper-wrapper
###dfpAd
###dfp_ad_1
###dfp_ad_16
###dfp_ad_2
###dfp_ad_20
###dfp_ad_21
###dfp_ad_3
###dfp_ad_7
###dfp_ad_DictHome_300x250
###dfp_ad_DictHome_728x90
###dfp_ad_Entry_160x600
###dfp_ad_Entry_180x150
###dfp_ad_Entry_300x250
###dfp_ad_Entry_728x90
###dfp_ad_Entry_Btm_300x250
###dfp_ad_Entry_EntrySetA_300x250
###dfp_ad_Entry_EntrySetA_728x90
###dfp_ad_Entry_EntrySetB_300x250
###dfp_ad_Entry_EntrySetB_728x90
###dfp_ad_Entry_EntrySetC_728x90
###dfp_ad_Home_300x250
###dfp_ad_Home_728x90
###dfp_ad_Home_Btm_300x250
###dfp_ad_IC_728x90
###dfp_ad_InternalAdX_300x250_right
###dfp_ad_Internal_EntryBr_300x250
###dfp_ad_Internal_Home_250x262
###dfp_ad_Result_728x90
###dfp_ad_SecContent_300x250
###dfp_ad_Thesaurus_728x90
###dfp_ad_mpu
###dfp_container
###dfp_unit_Desktop_MPU_BTF_1
###dfp_unit_Desktop_MPU_BTF_2
###dfpad-0
###dfrads-widget-6
###dfrads-widget-7
###dhm-bar
###dict-adv
###direct-ad
###disable-ads-container
###display-ads
###displayAd
###displayAdSet
###display_ad
###display_ads_footer
###display_ads_footer_last
###displayad_bottom-page
###div-ad-1x1
###div-ad-1x1_3
###div-ad-2
###div-ad-bottom
###div-ad-coupon_1
###div-ad-coupon_10
###div-ad-coupon_11
###div-ad-coupon_12
###div-ad-coupon_2
###div-ad-coupon_3
###div-ad-coupon_4
###div-ad-coupon_5
###div-ad-coupon_6
###div-ad-coupon_7
###div-ad-coupon_8
###div-ad-coupon_9
###div-ad-flex
###div-ad-inread
###div-ad-leaderboard
###div-ad-r
###div-ad-r1
###div-ad-top
###div-adcenter1
###div-adcenter2
###div-adid-4000
###div-dfp-BelowContnet
###div-dfp-bottom_leaderboard
###div-gpt-ad-lr-cube1
###div-gpt-ad-mrec-5
###div-gpt-ad-spotlight
###div-gpt-ad-top_banner
###div-id-for-interstitial-ad
###div-insticator-ad-1
###div-insticator-ad-2
###div-social-ads
###div-vip-ad-banner
###div-web-ad-billboard
###div-web-ad-content-article
###div-web-ad-content-ressort
###div-web-ad-marginale-1
###div-web-ad-marginale-2
###div-web-ad-marginale-3
###div-web-ad-marginale-4
###div-web-ad-marginale-5
###div-web-ad-performance
###divAd
###divAdBox
###divAdDetail
###divAdHere
###divAdHorizontal
###divAdLeft
###divAdMain
###divAdRight
###divAdSpecial
###divAdWrapper
###divAdd728x90
###divAdd_Right
###divAdd_Top
###divAds
###divAdsTop
###divAdv300x250
###divAdvertisement
###divAdvertisingSection
###divArticleInnerAd
###divBannerTopAds
###divBottomad1
###divBottomad2
###divDoubleAd
###divExoLayerWrapper
###divFoldersAd
###divFooterAd
###divFooterAds
###divLeftAd12
###divLeftRecAd
###divMenuAds
###divReklamaTop
###divRightNavAdsLoader
###divSponsoredLinks
###divTopAd
###divTopAds
###divWNAdHeader
###divWNAdUnitLanding
###divWrapper_Ad
###div_ad_TopRight
###div_ad_float
###div_ad_holder
###div_ad_leaderboard
###div_advt_right
###div_belowAd
###div_content_mid_lft_ads
###div_googlead
###div_header_sponsors
###div_prerollAd_1
###div_side_big_ad
###div_video_ads
###divadfloat
###divadsensex
###divmiddlerightad
###divuppercenterad
###divupperrightad
###dlads
###dni-advertising-skyscraper-wrapper
###dni-header-ad
###dnn_AdBannerPane
###dnn_Advertisement
###dnn_adSky
###dnn_adTop
###dnn_ad_banner
###dnn_ad_island1
###dnn_ad_skyscraper
###dnn_ad_sponsored_links
###dnn_banner_120x600
###dnn_banner_486x60
###dnn_ctl00_Ad2Pane
###dnn_dnn_dartBanner
###dnn_googleAdsense_a
###dnn_playerAd
###dnn_sponsoredLinks
###docmainad
###dogear_promo
###dotnAd_300x250_c20
###double-card-ad
###double-inline-ads
###doubleClickAds3
###doubleClickAds_bottom_big_box
###doubleClickAds_bottom_skyscraper
###doubleClickAds_top_banner
###doubleclick-dfp
###doubleclick-island
###download-leaderboard-ad-bottom
###download-leaderboard-ad-top
###downloadAd
###download_ad
###download_ad-box
###download_ads
###download_slide_ad
###dp_ad_1
###dp_ads1
###ds-mpu
###dsStoryAd
###ds_ad_north_leaderboard
###dvAd1Data
###dvAd1main
###dvAd2Center
###dvAd5Data
###dvAd5Main
###dvAdHead
###dvCenterAd
###dvad2
###dvad2main
###dvad5
###dvad6cntnr
###dvad6main
###dvadfirst
###dvadfirstmain
###dvadscnd
###dvadsecondmain
###dvsmladlft
###dvsmladrgt
###dynamicAdDiv
###dynamicAdWinDiv
###ear_ad
###eastAds
###ebsponsoredads
###editorsmpu
###elections-ad-container
###elite-ads
###em_ad_superbanner
###embedAD
###embedADS
###embedded-ad
###embeded_ad_content_container
###entrylist_ad
###epmads-holder
###eshopad-728x90
###eventAd
###event_ads
###events-adv-side1
###events-adv-side2
###events-adv-side3
###events-adv-side4
###events-adv-side5
###events-adv-side6
###evotopTen_advert
###ex-ligatus
###ex_dart--ex_dart_header_ad
###exads
###exoAd
###expandableAd
###expandable_welcome_ad
###expanderadblock
###external-links-column-ad
###externalAd
###extra-search-ads
###extraAd
###extraAdsBlock
###ezadswidget-2
###f2p-ad-cnt
###f_ad
###f_adsky
###facebook-ad
###fav-advert
###fav-advertwrap
###fb_adbox
###fb_rightadpanel
###fearless_responsive_image_ad-2
###featAds
###featureAd
###featureAdSpace
###featureAds
###feature_ad
###feature_adlinks
###featuread
###featured-ad-left
###featured-ad-right
###featured-ads
###featured-advertisements
###featuredAdContainer2
###featuredAdWidget
###featuredAds
###featuredSponsors
###featured_ad_links
###featured_ad_widget_area
###featured_sponsor_cnt
###feed_links_ad_container
###feedjiti-footerTR
###ffsponsors
###file_sponsored_link
###fin_ad_728x90_bottom
###fin_advertorial_features
###fin_dc_ad_300x100_pos_1
###fin_ds_homepage_adtag_468x60
###first-300-ad
###first-adframe
###first-adlayer
###firstAdUnit
###first_ad
###first_ad_unit
###firstad
###fixed-mob-ad
###fixedAd
###flAdData6
###fl_hdrAd
###flash_ads_1
###flashad
###flex_sponsored_links
###flexiad
###flipbookAd
###floatAD_l
###floatAD_r
###floatAd-left
###floatAd-right
###floatAdv
###floatads
###floating-ad-spacer
###floating-ads
###floating-advert
###floatingAd
###floatingAdContainer
###floatingAds
###floating_ad
###floating_ad_container
###floatyContent
###flyingBottomAd
###foot-ad-1
###foot-add
###footAd
###footAdArea
###footAds
###footad
###footer-ad
###footer-ad-728
###footer-ad-block
###footer-ad-box
###footer-ad-col
###footer-ad-google
###footer-ad-large
###footer-ad-loader
###footer-ad-shadow
###footer-ad-unit
###footer-ad-wrapper
###footer-ads
###footer-adspace
###footer-adv
###footer-advert
###footer-advert-area
###footer-advertisement
###footer-adverts
###footer-adwrapper
###footer-affl
###footer-banner-ad
###footer-im-ad
###footer-leaderboard-ad
###footer-sponsored
###footerAd
###footerAdBg
###footerAdBottom
###footerAdBox
###footerAdDiv
###footerAdLink
###footerAdSpecial
###footerAdd
###footerAds
###footerAdsPlacement
###footerAdvert
###footerAdvertisement
###footerAdverts
###footerGoogleAd
###footer_AdArea
###footer_ad
###footer_ad_01
###footer_ad_block
###footer_ad_cloud
###footer_ad_container
###footer_ad_frame
###footer_ad_holder
###footer_ad_inventory
###footer_ad_modules
###footer_adcode
###footer_add
###footer_addvertise
###footer_ads
###footer_ads_holder
###footer_adsense_ad
###footer_adspace
###footer_adv
###footer_advertising
###footer_leaderboard_ad
###footer_text_ad
###footerad
###footerad728
###footerads
###footeradsbox
###footeradvert
###form_bottomad
###forum_top_ad
###forumlist-ad
###four_ads
###fp_rh_ad
###fpad1
###fpad2
###fpv_companionad
###fr_ad_center
###fr_adtop
###frameAd
###frameTextAd2
###frame_admain
###free_ad
###frmRightnavAd
###frnAdSky
###frnBannerAd
###frnContentAd
###front-ad-cont
###front-page-advert
###frontPageAd
###front_ad728
###front_adtop_content
###front_advert
###front_mpu
###front_mpu_content
###frontlowerad
###frontpage_ad1
###frontpage_ad2
###ft-ad
###ft-ad-1
###ft-ad-container
###ft-ads
###ft_mpu
###ftad1
###ftad2
###full_banner_ad
###fulldown_ads_box
###fulldown_ads_frame
###fullsizebanner_468x60
###fullstory-google-textad
###fusionad
###fw-advertisement
###fwAdBox
###g-adblock2
###gAds
###gBnrAd
###gBottomRightAd
###g_ad
###g_ads_left_top_banner_ads
###g_ads_right_top_banner_ads
###g_adsense
###ga_300x250
###gad300x250
###gad728x90
###gads-pub
###gads300x250
###gads_middle
###galactic_sponsors_sidebar
###galleries-tower-ad
###gallery-ad
###gallery-ad-container
###gallery-ad-m0
###gallery-advert
###gallery-below-line-advert
###gallery-page-ad-bigbox
###gallery-random-ad
###gallery-sidebar-advert
###gallery-slideshow-interstitial-ad
###gallery_ad
###gallery_ads
###gallery_header_ad
###galleryad1
###game-ad
###game-info-ad
###gameAdMiddle
###gameAdTopMiddle
###gameSquareAd
###game_header_ad
###game_profile_ad_300_250
###gamead
###gameads
###gamepage_ad
###gameplay_ad
###games-mpu-container
###games_ad_container
###gasense
###gbl_topmost_ad
###gcommonad
###genad
###geoAd
###getUnderplayerIDAd
###gf-mrecs-ads
###gft-adChoicesCopy
###gg_ad
###ggl-ad
###gglads
###gglads213A
###gglads213B
###ggogle_AD
###gl_ad_300
###glamads
###glinkswrapper
###global-banner-ad
###globalHeader_divAd
###globalLeftNavAd
###globalTopNavAd
###global_header_ad
###global_header_ad_area
###gm-ad-lrec
###gmi-ResourcePageAd
###gmi-ResourcePageLowerAd
###gnadww
###go-ads-double-2
###go-ads-double-3
###goad1
###goads
###gog_ad
###gold_sponsors_sidebar
###gooadtop
###google-ad
###google-ad-art
###google-ad-table-right
###google-ad-tower
###google-ads
###google-ads-5
###google-ads-bottom
###google-ads-bottom-container
###google-ads-container
###google-ads-container1
###google-ads-header
###google-ads-left-side
###google-adsense
###google-adsense-for-content
###google-adsense-mpusize
###google-adv-728x90
###google-adwords
###google-afc
###google-post-ad
###google-post-adbottom
###google-top-ads
###google-top-horizontal-adv_full
###google336x280
###google468x60
###googleAd
###googleAdArea
###googleAdBottom
###googleAdBox
###googleAdMid
###googleAdSenseAdRR
###googleAdTop
###googleAdView
###googleAdYarrp
###googleAd_words
###googleAds
###googleAdsFrame
###googleAdsSml
###googleAdsense
###googleAdsenseAdverts
###googleAdsenseBanner
###googleAdsenseBannerBlog
###googleAdwordsModule
###googleAfcContainer
###googleSearchAds
###googleShoppingAdsRight
###googleShoppingAdsTop
###googleSubAds
###googleTxtAD
###google_ad
###google_ad_468x60_contnr
###google_ad_EIRU_newsblock
###google_ad_below_stry
###google_ad_container
###google_ad_container_right_side_bar
###google_ad_inline
###google_ad_slot
###google_ad_test
###google_ad_top
###google_ads
###google_ads_1
###google_ads_aCol
###google_ads_box
###google_ads_div_Blog_300
###google_ads_div_Front-160x600
###google_ads_div_Raw_Override
###google_ads_div_Second_160
###google_ads_div_header1
###google_ads_div_header2
###google_ads_div_video_wallpaper_ad_container
###google_ads_frame
###google_ads_frame1_anchor
###google_ads_frame2_anchor
###google_ads_frame3_anchor
###google_ads_frame4_anchor
###google_ads_frame5_anchor
###google_ads_frame6_anchor
###google_ads_frame_quad
###google_ads_frame_vert
###google_ads_test
###google_ads_top
###google_ads_wide
###google_adsense
###google_adsense_ad
###google_adsense_home_468x60_1
###google_textlinks
###googlead
###googlead-leaderboard
###googlead-left
###googlead-post-mpu
###googlead-sidebar-middle
###googlead-sidebar-top
###googlead01
###googlead1
###googlead2
###googlead_outside
###googleadbig
###googleadds
###googleadleft
###googleads
###googleads1
###googleads_h_injection
###googleads_mpu_injection
###googleadsense
###googleadsense300x250
###googleadsrc
###googleadstop
###googlebanner
###googleblock300
###googlesponsor
###googletextads
###googtxtad
###gpt-ad-1
###gpt-ad-halfpage
###gpt-ad-rectangle1
###gpt-ad-rectangle2
###gpt-ad-skyscraper
###gpt-ad-story_rectangle3
###gpt-adsene-article-bottom
###gpt-mpu
###gpt2_ads_widget-10
###gpt2_ads_widget-6
###gpt2_ads_widget-7
###gpt2_ads_widget-8
###gpt2_ads_widget-9
###gpt_ad_panorama_top
###gpt_ad_small_insider_1
###gpt_unit_videoAdSlot1_0
###grdAds
###gridAdSidebar
###gridAdSidebarRight
###grid_ad
###grouponAdContainer
###gsyadrectangleload
###gsyadrightload
###gsyadtop
###gsyadtopload
###gtAD
###gtm_dfp_leaderboard_top
###gtopadvts
###gtv_tabSponsor
###gwd-ad
###gwt-debug-ad
###h-ads
###hAd
###hAdv
###h_ads0
###h_ads1
###half-page-ad
###halfPageAd
###halfe-page-ad-box
###hb-header-ad
###hcf-ad-wrapper
###hd-ads
###hd-banner-ad
###hd_ad
###hd_ad_wp
###hdr-ad
###hdr-banner-ad
###hdrAdBanner
###hdrAds
###hdtv_ad_ss
###head-ad
###head-ad-1
###head-ad-space
###head-ads
###head-advertisement
###head-banner468
###head1ad
###headAd
###headAds
###headAdv
###headGoogleAffiliateLinkblock
###head_ad
###head_ad0
###head_ad_area
###head_ads
###head_advert
###headad
###headadvert
###header-ad
###header-ad-1
###header-ad-background
###header-ad-block
###header-ad-bottom
###header-ad-container
###header-ad-holder
###header-ad-label
###header-ad-left
###header-ad-placeholder
###header-ad-rectangle-container
###header-ad-right
###header-ad-wrap
###header-ad-wrapper
###header-ad2
###header-ad2010
###header-ads
###header-ads-container
###header-ads-wrapper
###header-adsense
###header-adspace
###header-adv
###header-advert
###header-advert-panel
###header-advertisement
###header-advertising
###header-adverts
###header-advrt
###header-banner-728-90
###header-banner-ad
###header-banner-spc
###header-block-ads
###header-box-ads
###header-google
###header-house-ad
###header-lb-ad
###header-leader-ad
###header-leader-ad-2
###header-menu-horizontal-ad-superbanner
###header-top-ads-text
###headerAd
###headerAdBackground
###headerAdButton
###headerAdContainer
###headerAdSpace
###headerAdUnit
###headerAdWrap
###headerAds
###headerAds4
###headerAdsWrapper
###headerAdv
###headerAdvert
###headerBannerAdNew
###headerNewAdsContainer
###headerNewAdsContainerB
###headerTopAd
###headerTopAdWide
###header_1_adv
###header_ad
###header_ad_167
###header_ad_728
###header_ad_728_90
###header_ad_banner
###header_ad_block
###header_ad_container
###header_ad_leaderboard
###header_ad_units
###header_ad_widget
###header_ad_wrap
###header_adbox
###header_adcode
###header_ads
###header_ads2
###header_ads_2
###header_ads_p
###header_adsense
###header_adv
###header_advert
###header_advertisement
###header_advertisement_top
###header_advertising
###header_adverts
###header_bottom_ad
###header_flag_ad
###header_leaderboard_ad_container
###header_mainad
###header_publicidad
###header_right_ad
###header_sponsors
###header_top_ad
###headerad
###headeradbox
###headeradcontainer
###headerads
###headeradsbox
###headeradsense
###headeradspace
###headeradvert1div
###headeradvertholder
###headeradwrap
###headergooglead
###headerprimaryad
###headersponsors
###headingAd
###headline-sponsor
###headline_ad
###headlinesAdBlock
###hi5-ad-1
###hidadvnet
###hiddenadAC
###hide_ad_section_v2
###hideads
###hideads1
###hl-sponsored-links
###hl-sponsored-results
###hl-top-ad
###hldhdAds
###hly_ad_side_bar_tower_left
###hly_inner_page_google_ad
###hm_rht_adcontainer
###hmt-widget-ad-unit-3
###holder-storyad
###holdunderad
###home-ad
###home-ad-block
###home-ad-slot
###home-adv-300x250
###home-advert-module
###home-advertise
###home-banner-ad
###home-delivery-ad
###home-left-ad
###home-page-listing-ad
###home-pgtop-adv
###home-rectangle-ad
###home-right-col-ad
###home-side-ad
###home-top-ads
###homeAd
###homeAdLeft
###homeAds
###homeArticlesAd
###homeBottomAdWrapperInner
###homeMPU
###homePageBotAd
###homeSideAd
###homeTopRightAd
###home_ad
###home_ad_sub_spotlight
###home_ads_top_hold
###home_ads_vert
###home_bottom_ad
###home_contentad
###home_feature_ad
###home_lower_center_right_ad
###home_mpu
###home_sec2_adverts
###home_sidebar_ad
###home_spensoredlinks
###home_top_right_ad
###homead
###homegoogletextad
###homeheaderad
###homepage-ad
###homepage-adbar
###homepage-footer-ad
###homepage-header-ad
###homepage-right-rail-ad
###homepage-sidebar-ad
###homepage-sidebar-ads
###homepageAd
###homepageAdsTop
###homepageFooterAd
###homepageGoogleAds
###homepage__desktop-lead-ad-wrap
###homepage__lead-ad-slot
###homepage_ad
###homepage_ad_listing
###homepage_middle_ads
###homepage_middle_ads_2
###homepage_middle_ads_3
###homepage_rectangle_ad
###homepage_right_ad
###homepage_right_ad_container
###homepage_top_ad
###homepage_top_ads
###homepagead_300x250
###homepageadvert
###homestream-advert3
###hometop_234x60ad
###hometopads
###horAd
###hor_ad
###horadslot
###horizad
###horizads728
###horizontal-ad
###horizontal-adspace
###horizontal-banner-ad
###horizontal-banner-ad-container
###horizontalAd
###horizontalAdvertisement
###horizontal_ad
###horizontal_ad2
###horizontal_ad_top
###horizontalad
###horizontalads
###hot-deals-ad
###hottopics-advert
###hours_ad
###houseAd
###hovered_sponsored
###hp-header-ad
###hp-mpu
###hp-right-ad
###hp-store-ad
###hpSponsor
###hpV2_300x250Ad
###hpV2_googAds
###hp_ad300x250
###hp_right_ad_300
###i9lsdads
###i_ads_table
###iaa_ad
###ibt_local_ad728
###icePage_SearchLinks_AdRightDiv
###icePage_SearchLinks_DownloadToolbarAdRightDiv
###icePage_SearchResults_ads0_SponsoredLink
###icePage_SearchResults_ads1_SponsoredLink
###icePage_SearchResults_ads2_SponsoredLink
###icePage_SearchResults_ads3_SponsoredLink
###icePage_SearchResults_ads4_SponsoredLink
###icom-ad-top
###idDivAd
###idMapAdvertising
###idRightAdArea
###idSponsoredresultend
###idSponsoredresultstart
###id_SearchAds
###ifmSocAd
###iframe-ad
###iframe-ad-container-Top3
###iframeAd_2
###iframeRightAd
###iframeTopAd
###iframe_ad_2
###iframe_ad_300
###iframe_ad_728
###iframe_container300x250
###iframead-300x250
###ignad_medrec
###ii_banner_ads
###imPopup
###im_box
###im_popupDiv
###im_popupFixed
###ima_ads-2
###ima_ads-3
###ima_ads-4
###imageGalleryAd
###imageGalleryAdHeadLine
###imageGalleryAdPlaceholder
###image_ad_short
###image_selector_ad
###imageadsbox
###imgCollContentAdIFrame
###imgad1
###imu_ad_module
###in-article-ad
###in-content-ad
###in-story-ad-wrapper
###in-video-ad-center-main
###inVideoAd
###in_ad_col_a
###in_post_ad_middle_1
###in_serp_ad
###inadspace
###inarticlead
###inc-ads-bigbox
###index-ad
###index-bottom-advert
###indexSquareAd
###index_ad
###indexad
###indexad300x250l
###indexsmallads
###indiv_adsense
###infinite-adslot-1
###influads_block
###infoBottomAd
###inhousead
###initializeAd
###injectableTopAd
###inline-ad
###inline-ad-label
###inline-advert
###inline-story-ad
###inline-story-ad2
###inlineAd
###inlineAdCont
###inlineAdtop
###inlineAdvertisement
###inlineBottomAd
###inline_ad
###inline_ad_section
###inline_search_ad
###inlinead
###inlineads
###inlinegoogleads
###inlist-ad-block
###inner-ad
###inner-ad-container
###inner-advert-row
###inner-deals-ads
###inner-top-ads
###innerad
###innerpage-ad
###innovativeadspan
###inside-page-ad
###insideCubeAd
###insidearticleBodyAd
###insider_ad_wrapper
###insticator-container
###instoryad
###instoryadtext
###instoryadwrap
###insurance-ad-1-container
###int-ad
###intAdUnit
###int_ad
###interads
###internalAdvert
###internalads
###interstitialAd
###interstitialAdContainer
###interstitialAdUnit
###interstitial_ad
###interstitial_ad_container
###interstitial_ad_wrapper
###interstitial_ads
###interviews-ad
###intraTextAd
###introAds
###invid_ad
###ip-ad-leaderboard
###ip-ad-skyscraper
###ipadv
###iq-AdSkin
###iqadcontainer
###iqadoverlay
###iqadtile1
###iqadtile11
###iqadtile14
###iqadtile15
###iqadtile2
###iqadtile3
###iqadtile4
###iqadtile5
###iqadtile8
###iqadtile9
###iqd_align_Ad
###iqd_mainAd
###iqd_rightAd
###iqd_topAd
###ir-sidebar-ad
###irgoogleadsense
###islandAd
###islandAdPan
###islandAdPane
###islandAdPane2
###islandAdPaneGoogle
###islandAdSponsored
###island_ad_top
###islandad
###isliveContainer
###issue-sidebar-ad
###item-detail-feature-ad
###itemGroupAd2
###iv160ad
###iv728ad
###iwad
###j_ad
###j_special_ad
###jetso-ad
###ji_medShowAdBox
###jmp-ad-buttons
###job_ads_container
###jobs-ad
###jobsAdBox
###joead
###joead2
###js-ad-billboard
###js-ad-leaderboard
###js-adslot-300x250-storyrec
###js-image-ad-mpu
###js-outbrain-ads-module
###js-outbrain-rightrail-ads-module
###js-page-ad-top
###js-react-video-player-ad-right
###js-site-nav-ad-wrap
###js-story__ad-storyrec
###js-wide-ad
###js_adsense
###jsid-ad-container-post_above_comment
###jsid-ad-container-post_below_comment
###jt-advert
###jupiter-ads
###ka_adFullBanner
###ka_adMediumRectangle
###ka_adRightSkyscraperWide
###ka_adsense_container
###ka_samplead
###kads-main
###kamidarticle-adnotice
###kamidarticle-middle-content
###karmaAds
###kaufDA-widget
###kb-ad-banner
###kbbAdsMainCenterAd
###kdz_ad1
###kdz_ad2
###keen_overlay_ad_display
###keyadvertcontainer
###khAdSpace
###ksperAD
###l_home-keen_ad_mask
###landing-adserve
###landing-adserver
###lapho-top-ad-1
###large-ads
###large-rectange-ad
###large-rectange-ad-2
###large-screen-ads
###large-skyscraper-ad
###largeAd
###largeAds
###large_rec_ad1
###largead
###lateAd
###lateralAdWrapper
###launchpad-ads-2
###layerAds_layerDiv
###layerTLDADSERV
###layer_ad
###layer_ad_content
###layer_ad_main
###layer_adv1
###layerad
###layeradsense
###layout-header-ad-wrapper
###layout_topad
###lb-ad
###lb-sponsor-left
###lb-sponsor-right
###lbAdBar
###lbAdBarBtm
###lblAds
###lead-ads
###lead_ad
###leadad_1
###leadad_2
###leader-ad
###leader-board-ad
###leaderAd
###leaderAdContainer
###leaderAdContainerOuter
###leaderBoardAd
###leader_ad
###leader_board_ad
###leaderad
###leaderad_section
###leaderadvert
###leaderboard-ad
###leaderboard-ad-1
###leaderboard-ad-1-container
###leaderboard-ad-1_iframe
###leaderboard-ad-2
###leaderboard-ad-2_iframe
###leaderboard-ad-3
###leaderboard-ad-3_iframe
###leaderboard-ad-4
###leaderboard-ad-4_iframe
###leaderboard-ad-5
###leaderboard-ad-5_iframe
###leaderboard-ad-bottom
###leaderboard-ad-bottom-container
###leaderboard-ad-container
###leaderboard-ad-container-1
###leaderboard-advertisement
###leaderboard-bottom-ad
###leaderboardAd
###leaderboardAdArea
###leaderboardAdArea2
###leaderboardAdLabel
###leaderboardAdSibling
###leaderboardAdTop
###leaderboardAds
###leaderboardAdvert
###leaderboardAdvertFooter
###leaderboardBottomAd
###leaderboard_728x90
###leaderboard_Ad
###leaderboard__advertising
###leaderboard_ad
###leaderboard_ad_gam
###leaderboard_ad_main
###leaderboard_ad_unit
###leaderboard_ads
###leaderboard_bottom_ad
###leaderboard_top_ad
###leaderboardad
###leaderboardadtagwidget-2
###learad
###leatherboardad
###left-ad
###left-ad-1
###left-ad-2
###left-ad-col
###left-ad-skin
###left-bottom-ad
###left-col-ads-1
###left-content-ad
###left-lower-adverts
###left-lower-adverts-container
###left-rail-ad
###leftAD
###leftAdAboveSideBar
###leftAdCol
###leftAdContainer
###leftAdMessage
###leftAdSpace
###leftAd_fmt
###leftAd_rdr
###leftAds
###leftAdsSmall
###leftAdvert
###leftBanner-ad
###leftColumnAdContainer
###leftGoogleAds
###leftSectionAd300-100
###leftTopAdWrapper
###left_ad
###left_ads
###left_adsense
###left_adspace
###left_adv
###left_advertisement
###left_bg_ad
###left_block_ads
###left_float_ad
###left_global_adspace
###left_side_ads
###left_sidebar_ads
###left_skyscraper_ad
###left_top_ad
###left_ws_ad_container
###leftad
###leftadg
###leftads
###leftcolAd
###leftcolumnad
###leftforumad
###leftframeAD
###leftrail_dynamic_ad_wrapper
###lg-banner-ad
###lgfRightBarAd
###lhsBottomAd
###li-right-geobooster-oas
###ligatus
###ligatus_adv
###ligatusdiv
###lightboxAd
###lilo_imageAd
###linebreak-ads
###linkAdSingle
###linkAds
###link_ads
###linkads
###links-ads-detailnews
###listadholder
###liste_top_ads_wrapper
###listing-ad
###live-ad
###lj_ad_row
###load-adslargerect
###localAds
###locked-footer-ad-wrapper
###logoAd
###logoAd2
###logo_ad
###long-ad
###long-ad-box
###long-ad-space
###long-bottom-ad-wrapper
###longAdSpace
###longAdWrap
###long_advert_header
###long_advertisement
###loopme-interscroller-ad-container
###lower-ad-banner
###lower-advertising
###lowerAdvertisement
###lowerAdvertisementImg
###lower_ad
###lowerads
###lowerthirdad
###lowertop-adverts
###lowertop-adverts-container
###lpAdPanel
###lrec_ad
###lrecad
###lsadvert-left_menu_1
###lsadvert-left_menu_2
###lsadvert-top
###mBannerAd
###m_top_adblock
###madison_ad_248_100
###madskills-ad-manager-0
###madskills-ad-manager-1
###madskills-ad-manager-2
###madskills-ad-manager-3
###magnify_player_continuous_ad
###main-ad
###main-ad160x600
###main-ad160x600-img
###main-ad728x90
###main-advert
###main-advert1
###main-advert2
###main-advert3
###main-bottom-ad
###main-bottom-ad-tray
###main-content-ad1
###main-content-adcontent1
###main-header-ad-wrap
###main-header-ad-wrap-home
###main-header-advertisement
###main-middle-ad
###main-right-ad-tray
###main-tj-ad
###mainAd
###mainAd1
###mainAdUnit
###mainAdvert
###mainAdvertismentP
###mainHeaderAdvertisment
###mainMenu_divTopAd
###mainPageAds
###mainPlaceHolder_coreContentPlaceHolder_rightColumnAdvert_divControl
###main_AD
###main_ad
###main_ads
###main_content_ad
###main_left_side_ads
###main_page_970x250_1_ad
###main_rec_ad
###main_right_side_ads
###main_right_side_ads_130_01
###main_top_ad
###main_top_ad_container
###major_ad
###maker-rect-ad
###mapAdvert
###marcoad
###marketing-promo
###marketingRotator
###marketplace-ad-1
###marketplace-ad-2
###marketplaceAds
###marquee_ad
###masSearchAd
###mason_adv_bp_1
###mason_adv_bp_2
###mason_adv_bp_3
###mason_adv_bp_4
###mason_adv_rn_2
###mastAd
###mastAdvert
###mast_ad_wrap
###mast_ad_wrap_btm
###mast_logo_advertisement
###mastad
###masterTopAds
###masterad
###mastercardAd
###masthead-ad
###masthead_ad
###masthead_ads_container
###masthead_topad
###matchFooterAd
###mbbs-ad-in-content-shortcode
###mc-videoads-overlay
###mc_ad
###md-sidebar-video-companion-ad-loaded
###md_adLoader
###md_topad
###me-adspace-002
###med-rect-ad
###med-rectangle-ad
###medRecAd
###medReqAd
###media-ad
###media-ad-thumbs
###media-temple-ad
###mediaAdLeaderboard
###media_ad
###mediaget_box
###mediagoogleadsense
###mediaplayer_adburner
###medium-ad
###medium-rectangle-ad1
###mediumAd1
###mediumAdContainer
###mediumAdvertisement
###mediumRectangleAd
###mediumrectangle_300x250
###medrec_bottom_ad
###medrec_middle_ad
###medrec_top_ad
###medrectad
###medrectangle_banner
###mee-ad-wrapper
###memberad
###mens-journal-feature-ad
###menu-ads
###menuAds
###menuad
###menubanner-ad-content
###mgid-container
###mhheader_ad
###mi_story_assets_ad
###microAdDiv
###microsoft_ad
###mid-ad300x250
###mid-table-ad
###midAD
###midRightAds
###midRightTextAds
###mid_ad
###mid_ad_div
###mid_ad_title
###mid_left_ads
###mid_mpu
###mid_roll_ad_holder
###midadd
###midadspace
###midadvert
###midbarad
###midbnrad
###midcolumn_ad
###middle-ad
###middle-ad-destin
###middle-story-ad-container
###middleRightColumnAdvert
###middle_ad
###middle_ads
###middle_bannerad
###middle_bannerad_section
###middle_body_advertising
###middle_mpu
###middle_sponsor_ads
###middlead
###middleads
###middleads2
###midpost_ad
###midrect_ad
###midstrip_ad
###mini-ad
###mini-panel-dart_stamp_ads
###mini-panel-dfp_stamp_ads
###mini-panel-top_ads
###mini-panel-two_column_ads
###miniAdsAd
###mini_ads_inset
###mkto_mid_ad
###mn_ads
###moa-ads-long
###mobile-ad-container
###mobile-ads-link
###mobileAd_holder
###mobile_ad_spot_header
###mochila-column-right-ad-300x250
###mochila-column-right-ad-300x250-1
###mod-ad-gemini-rm-1
###mod-ad-msu-1
###mod-ad-msu-2
###mod-partner-center
###mod_ad
###mod_ad_top
###modal-ad
###modal_videoAd_wrapper
###module-ad-300x250
###module-ad-728x90
###module-google_ads
###module_ad
###module_box_ad
###module_sky_scraper
###monsterAd
###moogleAd
###mordern_adbar_wrap
###more_ad
###moreads
###morefooterads
###mos-adCarouselContainer
###mosBannerAd
###mosTileAds
###most_popular_ad
###motionAd
###movads10
###movieads
###mozo-ad
###mph-rightad
###mpl_adv_text
###mpr-ad-leader
###mpr-ad-wrapper-1
###mpr-ad-wrapper-2
###mpu-ad
###mpu-advert
###mpu-cont
###mpu-content
###mpu-sidebar
###mpu2
###mpu2_container
###mpu300250
###mpuAd
###mpuAdvert
###mpuAdvertMob
###mpuContainer
###mpuDiv
###mpuInContent
###mpuSecondary
###mpuSlot
###mpuWrapper
###mpuWrapper600
###mpuWrapperAd
###mpuWrapperAd2
###mpu_300x250
###mpu_ad
###mpu_ad2
###mpu_adv
###mpu_banner
###mpu_box
###mpu_container
###mpu_div
###mpu_firstpost
###mpu_holder
###mpu_text_ad
###mpuad
###mpubox
###mpuholder
###mpuholder01
###mpusLeftAd
###mr_banner_topad
###mrec-advertisement
###mrecAdContainer
###mrecPlacement
###mrt-node-Col2-1-AdBlockPromo
###mrt-node-Col2-1-ComboAd
###mrt-node-Lead-2-AdBlockPromo
###mrt-node-tgtm-Col2-4-ComboAd
###msAds
###ms_ad
###msad
###msnAds_inner
###msn_header_ad
###msnau_ad_medium_rectangle
###mtSponsor
###mt_adv
###mts_ad_widget
###mu_2_ad
###multiLinkAdContainer
###multi_ad
###multibar-ads
###mvp-foot-ad-wrap
###mvp-post-bot-ad
###mvp_160_ad
###my-ads
###my-adsFPAD
###my-adsFPL
###my-adsFPT
###my-adsLDR
###my-adsLDRB
###my-adsLREC
###my-adsLREC2
###my-adsLREC4-base
###my-adsMAST
###my-medium-rectangle-ad-1-container
###my-medium-rectangle-ad-2-container
###myAd
###myElementAd
###my_ad_mpu
###myads_HeaderButton
###mydfpad
###n_sponsor_ads
###na_adblock
###name-advert
###namecom_ad_hosting_main
###narrow-ad
###narrow_ad_unit
###nat-ad-300x250
###natadad300x250
###nationalAd_secondary_btm
###nationalAd_secondary_top
###national_ad
###national_microlink_ads
###nationalad
###native_ad2
###nativeadsteaser
###navAdBanner
###nav_ad
###nav_ad_728_mid
###navads-container
###navbar_ads
###navi_banner_ad_780
###navigation-ad
###nba160PromoAd
###nba300Ad
###nbaGI300ad
###nbaHeaderAds
###nbaHouseAnd600Ad
###nbaLeft600Ad
###nbaMidAds
###nbaVid300Ad
###nbabot728ad
###nbcAd300x250
###nbcShowcaseAds
###nc-header-ads
###netBoard-ad
###network_header_ad_1
###new-ad-footer
###new-ad-leaderboard
###new-ad-sidebottom
###new-ad-sidetop
###newAd
###newPostProfileAd
###newPostProfileVerticalAd
###newTopAds
###new_ad_728_90
###new_ad_header
###new_topad
###newadmpu
###newads
###news-adocs
###news_advertorial_content
###news_advertorial_top
###news_article_ad_mrec
###news_article_ad_mrec_right
###news_left_ad
###news_right_ad
###newstream_first_ad
###newuser_ad
###ng_rtcol_ad
###nia_ad
###nib-ad
###nlrightsponsorad
###noresults_ad_container
###noresultsads
###northad
###northbanner-advert
###northbanner-advert-container
###noticeAd_pc_wrap
###notify_ad
###np_content_ads_module
###nrAds
###nrcAd_Top
###ns_ad1
###ns_ad2
###ns_ad3
###ntvAdZone
###ntvads
###nuevo_ad
###oanda_ads
###oas_Middle
###oas_Middle1
###oas_Middle2
###oas_Right
###oas_Right1
###oas_Right2
###oas_Section1
###oas_Takeover
###oas_Top
###oas_Top1
###oas_asponsor
###oas_wide_skyscraper
###oas_x70
###ob_sponsoredcontent
###oba_message
###objadscript
###oem_ad
###ofie_ad
###omnibar_ad
###onPauseAdOverlayDesktop
###onespot-ads
###online_ad
###onpageads
###onpageadstext
###onscroll-ad-holder-mpu2
###openx-slc
###openx-text-ad
###openx-widget
###openx_iframe
###origami-ad-container
###osDirAd2Post
###osads_300
###outbrain-paid
###outbrainAdWrapper
###outbrain_dual_ad_fs_0_dual
###outbrain_vertical
###outerAd300
###outerTwrAd
###outer_div_top_ad
###outsideAds
###ovAd
###ovAdWrap
###ovadsense
###overlay-ad-bg
###overlay-advertising
###overlay_ad
###overlayad
###overlayadd
###overtureSponsoredLinks
###p-advert
###p-googlead
###p-googleadsense
###p-googleadsense-portletlabel
###p2HeaderAd
###p2squaread
###p360_ad_unit
###p_lt_zoneContent_SubContent_p_lt_zoneRight_IFrameAd_panelAd
###page-ad-container-TopLeft
###page-ad-top
###page-advert-3rdrail
###page-advertising
###page-header-ad
###page-top-ad
###pageAdDiv
###pageAdds
###pageAds
###pageAdsDiv
###pageAdvert
###pageBannerAd
###pageLeftAd
###pageOwnershipAd_side
###pageRightAd
###page_ad
###page_ad_top
###page_content_top_ad
###page_top_ad
###pageads_top
###pagebottomAd
###pagelet_adbox
###pagelet_netego_ads
###pagelet_search_ads2
###pagelet_side_ads
###pagination-advert
###paidlistingAds
###panel-ad
###panelAd
###panel_ad1
###panoAdBlock
###parade_300ad
###parade_300ad2
###partner-ad
###partnerAd
###partnerMedRec
###partnerSitesBannerAd
###partner_ads
###pause-ad
###pauseAd
###pb_adbanner
###pb_report_ad
###pc-billboard-ad
###pcworldAdBottom
###pcworldAdTop
###pencil-ad
###pencil-ad-container
###perm_ad
###permads
###persistentAd
###personalization_ads
###pf-dialog-ads
###pg-ad-160x600
###pg-ad-item-160x600
###pgAdWrapper
###pgFooterAd
###pgHeaderAd
###pgSquareAd
###pgad_Bottom3
###phContent_CommentsAjax_divAdTop
###photoAdvert
###photoAndAdBox
###photo_ad_google
###picad_div
###pinball_ad
###pinned_advert_top
###pinned_advert_top_wrapper
###pixAd
###plAds
###plat_sponsors_sidebar
###player-ads
###player-advert
###player-advertising
###player-below-advert
###player-midrollAd
###playerAd
###playerAdsRight
###player_ad
###player_ads
###player_middle_ad
###player_top_ad
###playerad
###playerads
###playvideotopad
###plrAd
###pmad-in1
###pnAd2
###pnlADS
###pnlRedesignAdvert
###pnl_BannerAdServed
###pod-ad-video-page
###pof_ads_Wrapper
###polar-sidebar-sponsored
###pop_ad
###popadwrap
###popback-ad
###popoverAd
###popular-column-ad
###populate_ad_bottom
###populate_ad_left
###populate_ad_textupper
###populate_ad_textupper_textlink
###popupAd
###popupBottomAd
###popup_domination_lightbox_wrapper
###popupadunit
###portlet-advertisement-left
###portlet-advertisement-right
###pos_ContentAd2
###post-ad
###post-ad-01
###post-ad-02
###post-ad-hd
###post-ad-layer
###post-ads
###post-adsense-top-banner
###post-bottom-ads
###post-content-ad
###post-main-banner-ad
###post-page-ad
###post-promo-ad
###post5_adbox
###postAd
###postNavigationAd
###post_ad
###post_addsense
###post_adsense
###post_adspace
###post_advert
###post_id_ad_bot
###postads0
###postpageaddiv
###ppcAdverts
###pr_ad
###pr_advertising
###pre-adv
###pre-footer-ad
###pre-main-banner-ad
###pre_advertising_wrapper
###pregame_header_ad
###preloaded-ad-frame
###premSpons
###premier-ad-space
###preminumAD
###premiumAdBottom
###premiumAdTop
###premium_ad
###premium_ad_inside
###premiumad
###premiumads
###premiumsponsorbox
###prerollAd
###preroll_ads
###preroll_compainion_ad
###priceGrabberAd
###primary_mpu_placeholder
###prime-ad-space
###print-advertisement
###print-header-ad
###print_ads
###printads
###privateadbox
###privateads
###pro_ads_custom_widgets-2
###pro_ads_custom_widgets-3
###pro_ads_custom_widgets-5
###pro_ads_custom_widgets-7
###pro_ads_custom_widgets-8
###product-adsense
###profileAdHeader
###proj-bottom-ad
###promo-ad
###promoAds
###promoFloatAd
###promo_ads
###ps-ad-iframe
###ps-top-ads-sponsored
###ps-vertical-ads
###psmpopup
###pswp_advert
###pub-right-bottom-ads
###pub-right-top-ads
###pub468x60
###pub728x90
###publicGoogleAd
###publicidad
###publicidad-video
###publicidad_120
###publicidadeLREC
###pulse360_1
###pushAd
###pushDownAd
###pushdown-ad
###pushdownAd
###pushdownAdWrapper
###pushdown_ad
###pusher-ad
###pvadscontainer
###qaSideAd
###qadserve_728x90_StayOn_div
###qm-ad-big-box
###qm-ad-sky
###qm-dvdad
###qpon_big_ad-teaser
###qtopAd-graybg
###quads-ad1_widget
###quads-ad2
###quads-ad2_widget
###quads-ad4
###quick_ads_frame_bottom
###quidgetad
###quigo
###quigo-ad
###quigo_ad
###quinAdLeaderboard
###r-ad-tag
###r-ads-listings
###r-ads-preview-top
###r1SoftAd
###r_ad3_ad
###r_adver
###ra-taboola-bottom
###radioProfileAds
###rafael_side_ads_widget-5
###rail-ad-wrap
###rail-bottom-ad
###railAd
###rail_ad
###rail_ad1
###rail_ad2
###raw-search-desktop-advertising-tower-1
###rbAdWrapperRt
###rbAdWrapperTop
###rc_edu_span5AdDiv
###rd_banner_ad
###reader-ad-container
###realEstateAds
###rearad
###recommendedAdContainer
###rect-ad
###rectAd
###rect_ad
###rectad
###rectangle-ad
###rectangleAd
###rectangleAdSpace
###rectangleAdTeaser1
###rectangle_ad
###rectangle_ad_smallgame
###redirect-ad
###redirect-ad-modal
###redirect_ad_1_div
###redirect_ad_2_div
###reference-ad
###refine-300-ad
###refine-ad
###refreshable_ad5
###region-node-advert
###region-regions-ad-top
###region-top-ad
###reklam-728x90
###reklam_buton
###reklam_center
###reklama
###reklama_big
###reklama_left_body
###reklama_left_up
###reklama_right_up
###related-ads
###related-projects-sponsor
###related_ad
###related_ads
###related_ads_box
###relatedvideosads2
###relocation_ad_container
###remove_ads_button1
###remove_ads_button2
###removeadlink
###responsive-ad
###resultSponLinks
###resultsAdsBottom
###resultsAdsSB
###resultsAdsTop
###rg_right_ad
###rh-ad
###rh-ad-container
###rh_tower_ad
###rhapsodyAd
###rhc_ads
###rhsBottomAd
###rhs_ads
###rhs_adverts
###rhsads
###rhsadvert
###richad
###right-ad
###right-ad-1
###right-ad-block
###right-ad-col
###right-ad-skin
###right-ad-title
###right-ad1
###right-adds
###right-ads
###right-ads-3
###right-ads-4
###right-advert
###right-bar-ad
###right-box-ad
###right-col-ad-600
###right-content-ad
###right-featured-ad
###right-mpu-1-ad-container
###right-uppder-adverts
###right-uppder-adverts-container
###right1-ad
###right160x600ads_part
###right2Ad_Iframe
###rightAD
###rightAd
###rightAd1
###rightAd160x600
###rightAd160x600two
###rightAd300x250
###rightAd300x250Lower
###rightAdBar
###rightAdColumn
###rightAdContainer
###rightAdDiv1
###rightAdDiv2
###rightAdDiv3
###rightAdHideLinkContainer
###rightAdHolder
###rightAd_Iframe
###rightAd_rdr
###rightAds
###rightAdsDiv
###rightBanner-ad
###rightBlockAd
###rightBottomAd
###rightBoxAdvertisement
###rightBoxAdvertisementLast
###rightColAd
###rightColumnAds
###rightColumnMpuAd
###rightColumnSkyAd
###rightDoubleClick
###rightMortgageAd
###rightSideAd
###rightSideAdvert
###rightSideSquareAdverts
###right_Ads2
###right_ad
###right_ad_2
###right_ad_box
###right_ad_container
###right_ad_top
###right_ad_wrapper
###right_ads
###right_ads_box
###right_adsense
###right_adv1-v2
###right_advert
###right_advertisement
###right_advertising
###right_adverts
###right_bg_ad
###right_block_ads
###right_bottom_ad
###right_column_ad
###right_column_ad_container
###right_column_ads
###right_column_adverts
###right_column_internal_ad_container
###right_column_top_ad_unit
###right_gallery_ad
###right_global_adspace
###right_mini_ad
###right_panel_ads
###right_player_ad
###right_rail_ad_header
###right_side_bar_ami_ad
###right_sidebar_ads
###right_top_ad
###right_top_gad
###rightad
###rightad1
###rightad2
###rightadBorder
###rightadBorder1
###rightadBorder2
###rightadContainer
###rightadcell
###rightadd300
###rightadg
###rightadhome
###rightadpat
###rightads
###rightads300x250
###rightadsarea
###rightadvertbar-doubleclickads
###rightbar-ad
###rightbar_ad
###rightcol_mgid
###rightcol_sponsorad
###rightcolhouseads
###rightcollongad
###rightcolumn_300x250ad
###rightcolumn_ad_gam
###rightforumad
###rightgoogleads
###rightinfoad
###rightrail-ad
###rightrail-ad-1
###rightrail_ad-0
###rightside-ads
###rightside_ad
###rightsideadstop
###rightskyad
###righttop-adverts
###righttop-adverts-container
###ringtone-ad-bottom
###ringtone-ad-top
###rladvt
###rm_ad_text
###rmx-ad-cta-box
###roadsheet-advertising
###rockmelt-ad-top
###rolldown-ad
###ros_ad
###rotate_textads_1
###rotating-ad-display
###rotating-ads-wrap
###rotating_ad
###rotatingads
###row-ad
###row2AdContainer
###rowAdv
###rprightHeaderAd
###rpuAdUnit-0
###rrAdWrapper
###rr_MSads
###rr_ad
###rr_gallery_ad
###rside_ad
###rside_adbox
###rt-ad
###rt-ad-top
###rt-ad468
###rtAdvertisement
###rtMod_ad
###rt_side_top_google_ad
###rtcol_advert_1
###rtcol_advert_2
###rtm_div_562
###rtm_html_226
###rtm_html_920
###rtmm_right_ad
###rtmod_ad
###rtn_ad_160x600
###rubicsTextAd
###rxgcontent
###rxgfooter
###rxgheader
###rxgleftbar
###rxgrightbar
###sAdsBox
###s_ads_header
###say-center-contentad
###sb-ad-sq
###sb_ad_links
###sb_advert
###sbads-top
###scoreAD
###script_ad_0
###scroll-ad
###scroll_ad
###scroll_banner_ad
###scrollingads
###sct_side_ads
###sdac_bottom_ad_widget-3
###sdac_footer_ads_widget-3
###sdac_skyscraper_ad_widget-3
###sdac_top_ad_widget-3
###sdbr_ad_cnt
###search-ad
###search-ads1
###search-google-ads
###search-results-sponsored
###search-sponsor
###search-sponsored-links
###search-sponsored-links-top
###searchAd
###searchAdFrame
###searchAdSenseBox
###searchAdSenseBoxAd
###searchAdSkyscraperBox
###searchAds
###searchGoogleAdBottom
###searchPaneGoogleAd
###search_ad
###search_ads
###search_result_ad
###searchresult_advert_right
###searchsponsor
###sec_adspace
###second-adframe
###second-adlayer
###second-right-ad-tray
###second-story-ad
###secondAD
###secondBoxAd
###secondBoxAdContainer
###second_ad_div
###secondad
###secondary_ad_inventory
###secondaryad
###secondrowads
###sect-ad-300x100
###sect-ad-300x250
###sect-ad-300x250-2
###section-ad
###section-ad-1-728
###section-ad-300-250
###section-ad-4-160
###section-ad-bottom
###section-blog-ad
###section-container-ddc_ads
###section-footer-ribbonad
###section-pagetop-ad
###section-sub-ad
###section_ad
###section_advertisements
###section_advertorial_feature
###sector-widget__tiny-ad
###self-ad
###self_serve_ads
###sensis_island_ad_1
###sensis_island_ad_1_column
###sensis_island_ad_2
###sensis_island_ad_2_column
###sensis_island_ad_3
###sensis_island_ad_3_column
###serveAd1
###serveAd2
###serveAd3
###servfail-ads
###sew-ad1
###sew_advertbody
###sfif-wrapper-keywordad-0
###sgAdHeader
###sgAdScGp160x600
###shell-ad_bnr_atf_01
###shell-ad_bnr_btf_01
###shell-ad_rect_atf_02
###shell-ad_rect_btf_01
###shellnavAd
###shoppingads
###shortads
###shortnews_advert
###show-ad
###show-player-right-ad
###showAd
###show_ads
###show_ads1
###show_right_ad
###show_top_ad1
###showads
###showcaseAd
###sic_superBannerAd-loader
###sic_superBannerAdTop
###side-ad
###side-ad-container
###side-ads
###side-ads-box
###side-banner-ad
###side-big-ad-bottom
###side-big-ad-middle
###side-boxad
###side-content-ad-1
###side-content-ad-2
###side-halfpage-ad
###side-skyscraper-ad
###side160x600banner
###sideABlock
###sideABlockHeader
###sideAD
###sideAd
###sideAd1
###sideAd2
###sideAdArea
###sideAdLarge
###sideAdSmall
###sideAdSub
###sideAds
###sideAdsBis
###sideBannerAd
###sideBar-ads
###sideBarAd
###sideBySideAds
###sideSponsors
###side_ad
###side_ad_call
###side_ad_container_A
###side_ad_module
###side_ad_wrapper
###side_adkit
###side_ads
###side_ads_by_google
###side_adv_2
###side_adverts
###side_longads
###side_sky_ad
###side_skyscraper_ad
###side_sponsors
###sidead
###sidead1
###sidead1mask
###sideadbox
###sideads
###sideads_container
###sideadscol
###sideadtop-to
###sideadvert
###sideadzone
###sidebar-125x125-ads
###sidebar-125x125-ads-below-index
###sidebar-ad
###sidebar-ad-1
###sidebar-ad-2
###sidebar-ad-300
###sidebar-ad-block
###sidebar-ad-boxes
###sidebar-ad-holdd
###sidebar-ad-holdd-middle
###sidebar-ad-loader
###sidebar-ad-middle
###sidebar-ad-space
###sidebar-ad-wrap
###sidebar-ad1
###sidebar-ad2
###sidebar-ad3
###sidebar-ad_dbl
###sidebar-ads
###sidebar-ads-content
###sidebar-ads-narrow
###sidebar-ads-wide
###sidebar-ads-wrapper
###sidebar-adspace
###sidebar-adv
###sidebar-advertise-text
###sidebar-advertisement
###sidebar-banner300
###sidebar-corner-ad
###sidebar-feed-ad
###sidebar-left-ad
###sidebar-long-advertise
###sidebar-main-ad
###sidebar-post-120x120-banner
###sidebar-post-300x250-banner
###sidebar-scroll-ad-container
###sidebar-sponsor-link
###sidebar-sponsors
###sidebar-top-ad
###sidebar-top-ads
###sidebar2-ads
###sidebar2ads
###sidebarAd
###sidebarAd1
###sidebarAd2
###sidebarAdSense
###sidebarAdSpace
###sidebarAdUnitWidget
###sidebarAds
###sidebarAdvert
###sidebarSponsors
###sidebarTextAds
###sidebarTowerAds
###sidebar_ad
###sidebar_ad_1
###sidebar_ad_2
###sidebar_ad_3
###sidebar_ad_adam
###sidebar_ad_container
###sidebar_ad_top
###sidebar_ad_widget
###sidebar_ad_wrapper
###sidebar_adblock
###sidebar_ads
###sidebar_ads_180
###sidebar_box_add
###sidebar_mini_ads
###sidebar_sponsoredresult_body
###sidebar_topad
###sidebar_txt_ad_links
###sidebarad
###sidebarad_300x600-33
###sidebarad_300x600-4
###sidebaradpane
###sidebaradsense
###sidebaradver_advertistxt
###sidebaradverts
###sidebard-ads-wrapper
###sidebargooglead
###sidebargoogleads
###sidebarrectad
###sideline-ad
###sidepad-ad
###silver_sponsors_sidebar
###simple_ads_manager_ad_widget-2
###simple_ads_manager_widget-3
###simple_ads_manager_widget-4
###simplyhired_job_widget
###single-ad
###single-ad-2
###single-adblade
###single-mpu
###singleADS
###singleADS3
###singleAd
###singleAdsContainer
###single_ad_above_content
###singlead
###site-ad-container
###site-ads
###site-header__ads
###site-leaderboard-ads
###site-sponsor-ad
###site-sponsors
###siteAdHeader
###site_body_header_banner_ad
###site_bottom_ad_div
###site_content_ad_div
###site_top_ad
###site_wrap_ad
###sitead
###sitemap_ad_left
###skcolAdSky
###skin-ad
###skin-ad-left-rail-container
###skin-ad-right-rail-container
###skinTopAd
###skin_ADV_DIV
###skin_adv
###skinad-left
###skinad-right
###skinmid-ad
###skinmid-ad_iframe
###skinningads
###sky-ad
###sky-ads
###sky-left
###sky-right
###sky-top-ad
###skyAd
###skyAdContainer
###skyAdNewsletter
###skyScraperAd
###skyScrapperAd
###skyWrapperAds
###sky_ad
###sky_advert
###skyads
###skyadwrap
###skybox-ad
###skyline_ad
###skyscrapeAd
###skyscraper-ad
###skyscraper-ad-1
###skyscraper-ad-2
###skyscraperAd
###skyscraperAdContainer
###skyscraperAdWrap
###skyscraperAds
###skyscraperWrapperAd
###skyscraper_ad
###skyscraper_advert
###skyscraperadblock
###skyscrapper-ad
###slcontent3_6_sbottom_0_pnlAdSlot
###slide_ad
###slidead
###slideboxad
###slider-ad
###sliderAdHolder
###slider_ad
###slideshow-middle-ad
###slideshowAd
###slideshow_ad_300x250
###sm-banner-ad
###smallAd
###smallBannerAdboard
###small_ad
###small_ad_banners_vertical
###small_ads
###smallad
###smallads
###smallerAd
###smoozed-ad
###smxTextAd
###socialAD
###socialBarAd
###socialBarAdMini
###some-ads
###some-ads-holder
###some-more-ads
###sortsite1-bottom-ad
###source-ad-native-sticky-wrapper
###source_ad
###source_content_ad
###sp-adv-banner-top
###sp-advtop1
###sp-advtop3
###spec_offer_ad2
###special-deals-ad
###specialAd_one
###specialAd_two
###special_ads
###specialadfeatures
###specialadvertisingreport_container
###specials_ads
###speed_ads
###speeds_ads
###speeds_ads_fstitem
###speedtest_mrec_ad
###sphereAd
###sphereAd-wrap
###spl_ad
###spnAds
###spnslink
###sponBox
###sponLinkDiv_1
###sponLinkDiv_2
###spon_links
###sponlink
###sponlinks
###sponsAds
###sponsLinks
###spons_links
###sponseredlinks
###sponsor-flyout-wrap
###sponsor-links
###sponsor-sidebar-container
###sponsorAd
###sponsorAd1
###sponsorAd2
###sponsorAdDiv
###sponsorBanners32
###sponsorBar
###sponsorBorder
###sponsorContainer0
###sponsorFooter
###sponsorLinkDiv
###sponsorLinks
###sponsorResults
###sponsorSpot
###sponsorTab
###sponsorText
###sponsorTextLink
###sponsor_300x250
###sponsor_ad
###sponsor_ads
###sponsor_banderole
###sponsor_bar
###sponsor_bottom
###sponsor_box
###sponsor_deals
###sponsor_div
###sponsor_footer
###sponsor_header
###sponsor_link
###sponsor_no
###sponsor_partner_single
###sponsor_posts
###sponsor_right
###sponsored-ads
###sponsored-bucket
###sponsored-features
###sponsored-footer
###sponsored-inline
###sponsored-links
###sponsored-links-container
###sponsored-links-list
###sponsored-links-media-ads
###sponsored-listings
###sponsored-message
###sponsored-not
###sponsored-products
###sponsored-products-dp_feature_div
###sponsored-recommendations
###sponsored-resources
###sponsored-search
###sponsored-text-links
###sponsored-widget
###sponsored1
###sponsoredAd
###sponsoredAdvertisement
###sponsoredBottom
###sponsoredBox1
###sponsoredBox2
###sponsoredContentTile_midCol
###sponsoredContentTile_rightCol
###sponsoredFeaturedHoz
###sponsoredHoz
###sponsoredLinks
###sponsoredLinksBox
###sponsoredLinks_Bottom
###sponsoredLinks_Top
###sponsoredList
###sponsoredProducts2_feature_div
###sponsoredProducts_feature_div
###sponsoredResults
###sponsoredResultsWide
###sponsoredSiteMainline
###sponsoredSiteSidebar
###sponsoredTop
###sponsoredWd
###sponsored_ads
###sponsored_ads_v4
###sponsored_container
###sponsored_content
###sponsored_game_row_listing
###sponsored_head
###sponsored_label
###sponsored_link
###sponsored_link_bottom
###sponsored_links
###sponsored_native_ad
###sponsored_news
###sponsored_option
###sponsored_v12
###sponsoredads
###sponsoredlinks
###sponsoredlinks_cntr
###sponsoredlinks_left_wrapper
###sponsoredlinkslabel
###sponsoredresultsBottom_body
###sponsoredresults_top
###sponsoredwellcontainerbottom
###sponsorlink
###sponsors-article
###sponsors-block
###sponsors-home
###sponsorsBox
###sponsorsContainer
###sponsors_right_container
###sponsors_top_container
###sponsorsads1
###sponsorsads2
###sponsorship-box
###sponsorshipBadge
###sporsored-results
###sports_only_ads
###spotXAd
###spotadvert
###spotadvert1
###spotadvert2
###spotadvert3
###spotadvert5
###spotlight-ad-container-block
###spotlight-ad_iframe
###spotlight-ads
###spotlightAds
###spotlight_ad
###spotlightad
###spr_ad_bg
###spreadly-advertisement-container
###sprint_ad
###sqAd
###sq_ads
###square-ad
###square-ad-box
###square-ad-slider-wrapper
###square-ad-space
###square-ad-space_btm
###square-ads
###square-sponsors
###squareAd
###squareAdBottom
###squareAdSpace
###squareAdTop
###squareAdWrap
###squareAds
###squareGoogleAd
###square_ad
###square_lat_adv
###squaread
###squareadAdvertiseHere
###squareadvert
###squared_ad
###srp_adsense-top
###ss-ad-container
###ss-ad-overlay
###ss-ads-container
###st_topads
###stageAds
###starad
###start_middle_container_advertisment
###static_textads_1
###stationad
###sticky-ad
###sticky-ad-container
###sticky-top-ad-spacer
###sticky-top-ad-wrap
###stickyAd
###stickyAdBlock
###stickyBottomAd
###stickySkyAd
###sticky_ad_bar
###sticky_adv_container
###stickyad
###stickyads
###stickyleftad
###stickyrightad
###stopAdv
###stopAdvt
###story-90-728-area
###story-ad
###story-ad-1-wrapper
###story-ad-2-wrapper
###story-ad-4-wrapper
###story-ad-a
###story-ad-b
###story-ad-top
###story-ad-wrap
###story-bottom-ad
###story-leaderboard-ad
###story-page-embedded-after2-ad
###story-page-leaderboard-ad
###story-separator-ads
###story-sponsoredlinks
###storyAd
###storyAdWrap
###story_ad
###story_ads
###story_main_mpu
###story_unseen_ad
###storyad2
###storyblock-ad
###strip_adv
###stripadv
###style_ad_bottom
###subAdsFooter
###subbgad
###subheaderAd
###submenu-ads
###subpage-ad-right
###subpage-ad-top
###subpageAd
###subpage_234x60ad
###sugarad-stitial-overlay
###super_ad
###supp-ad1
###supp-ad1-player
###svp-ad
###swads
###sway-banner-ad
###sway-banner-ad-container
###sway-banner-ad1
###sweep_right_ad
###sweep_top_ad
###swfAd1
###swfAd5
###syn_headerad_zone
###synced-ad
###synch-ad
###systemad_background
###t7ad
###tabAdvertising
###table_ads
###taboola-above-article-thumbnails-title
###taboola-ad
###taboola-adverts
###taboola-below
###taboola-below-article-thumbnails-3rd
###taboola-below-home-thumbnails-homepage
###taboola-content
###taboola-footer-ad
###taboola-right-rail-stream-2nd
###taboola-right-rail-thumbnails-1st
###taboola-top-banner-abp
###taboola_related
###tailResultAd
###takeover-ad
###takeover_ad
###takeoverad
###targetWeeklyAd
###targetWeeklyAdLogo
###targeted-ads
###tblAd
###tblReklama2
###tbl_googlead
###tbo_headerads
###tcHeaderMobileLeaderBoard-advertisement-desktop
###tcwAd
###td-GblHdrAds
###td-applet-ads_2_container
###td-applet-ads_container
###tdAds
###tdBannerTopAds
###tdGoogleAds
###td_adunit1
###td_adunit1_wrapper
###td_adunit2
###td_sponsorAd
###teaser-adtag-left
###teaser-adtag-right
###temp-ads
###template_ad_leaderboard
###template_affiliates
###tertiary_advertising
###test_adunit_160_article
###text-ad
###text-ads
###text-link-ads
###text-linkAD
###textAd
###textAd1
###textAds
###textAdsTop
###text_ad
###text_ads
###text_advert
###textad
###textad3
###textad_block
###textads_right_container
###textlink-advertisement
###textlink_ads_placeholder
###textsponsor
###tf_page_ad_content_bottom
###tgAD_imu_2
###tgAD_imu_3
###tgAD_imu_4
###tgt1-Bottom-0-AdBlockPromo-Proxy
###tgt1-Col2-0-ComboAd-Proxy
###tgt1-Col2-1-ComboAd-Proxy
###tgt1-Col2-2-AdBlockPromo-Proxy
###the-last-ad-standing
###theAd
###theadsADT3
###thefooterad
###thelistBottomAd
###themis-ads
###thheaderadcontainer
###thirdPartySponsorLinkAds
###third_party_ads
###thisisnotanad
###thistad
###thread-ad
###ti-sway-ad
###tile-ad
###tileAds
###tilia_ad
###tippytop-ad
###title-sponsor-banner
###title-wide-sponsored-by
###tmcomp_ad
###tmgAd_div_mpu_1
###tmglBannerAd
###tmn_ad_1
###tmn_ad_2
###tmn_ad_3
###tmp2_promo_ad
###tnt_ad_column
###toaster_ad
###tobsideAd
###today_ad_bottom
###toolbarSlideUpAd
###top-ad
###top-ad-970x250
###top-ad-banner
###top-ad-container
###top-ad-content
###top-ad-desktop
###top-ad-google
###top-ad-left-spot
###top-ad-menu
###top-ad-position-inner
###top-ad-rect
###top-ad-right-spot
###top-ad-unit
###top-ad-wrapper
###top-adblock
###top-adds
###top-ads
###top-ads-1
###top-ads-contain
###top-ads-tabs
###top-adspot
###top-advert
###top-advertisement
###top-advertisements
###top-banner-ad
###top-dfp
###top-leaderboard-ad
###top-left-ad
###top-middle-add
###top-not-ads
###top-right-ad
###top-search-ad-wrapper
###top-sidebar-ad-300x250
###top-sponsor-ad
###top-story-ad
###top100_ad300right
###top100_ad300rightbottom
###top2_ads
###top300x250ad
###top3_ads
###top728ad
###topAD
###topAd
###topAd300x250_
###topAd728x90
###topAdArea
###topAdBanner
###topAdBar
###topAdBox
###topAdContainer
###topAdDiv
###topAdDropdown
###topAdHolder
###topAdSenseDiv
###topAdShow
###topAdSpace
###topAdSpace_div
###topAdWrapper
###topAdcontainer
###topAds
###topAds1
###topAds2
###topAdsContainer
###topAdsDiv
###topAdsG
###topAdv
###topAdvBox
###topAdvert
###topAdvert-09
###topBanner-ad
###topBannerAd
###topBannerAdContainer
###topBannerAdv
###topContentAdTeaser
###topImgAd
###topLBAd
###topLeaderAdAreaPageSkin
###topLeaderboardAd
###topMPU
###topMpuContainer
###topNavLeaderboardAdHolder
###topOpenXAdSlot
###topOverallAdArea
###topRightBlockAdSense
###topSponsoredLinks
###top_AD
###top_ad
###top_ad-sense
###top_ad_area
###top_ad_banner
###top_ad_block
###top_ad_box
###top_ad_container
###top_ad_game
###top_ad_inventory
###top_ad_parent
###top_ad_strip
###top_ad_td
###top_ad_unit
###top_ad_widget_area
###top_ad_wrapper
###top_ad_zone
###top_adblock_fix
###top_add
###top_ads
###top_ads_container
###top_ads_region
###top_ads_wrap
###top_adsense_cont
###top_adspace
###top_adv
###top_adv-v2
###top_adv_220
###top_adv_728
###top_advert
###top_advert_box
###top_advertise
###top_advertising
###top_banner_ads
###top_banner_adsense
###top_container_ad
###top_content_ad_inner_container
###top_google_ad_container
###top_google_ads
###top_header_ad_wrapper
###top_mpu
###top_mpu_ad
###top_rectangle_ad
###top_right_ad
###top_span_ad
###top_sponsor_ads
###top_sponsor_text
###top_wide_ad
###topad
###topad-728x90
###topad-wrap
###topad1
###topad2
###topad728
###topad_holder
###topad_left
###topad_right
###topad_table
###topadbanner
###topadbanner2
###topadbar
###topadblock
###topadcell
###topadcontainer
###topaddwide
###topadh
###topadone
###topads-spacer
###topads-wrapper
###topadsblock
###topadsdiv
###topadsense
###topadspace
###topadvert
###topadvertisements
###topadvertisementwrapper
###topadwrap
###topadz
###topadzone
###topbanner_ad
###topbanner_sponsor
###topbannerad
###topbanneradtitle
###topbar-ad
###topbarAd
###topbar_Adc1_AdContainer
###topbarads
###topcustomad
###topheader_ads
###topicPageAdsense
###topleaderAd
###topleaderboardad
###topnav-ad-shell
###topnavad
###toppannonse
###topright-ad
###toprightAdvert
###toprightad
###toprow-ad
###topsidebar-ad
###topsponad
###topsponsorads
###topsponsored
###toptextad
###tor-footer-ad
###tour300Ad
###tour728Ad
###tourSponsoredLinksContainer
###tower1ad
###towerAdContainer
###towerad
###tpd-box-ad-b
###tr-ad
###tr-ad-mpu01
###tr-ad-mpu02
###tr-adv-banner
###trafficrevenue2
###transparentad
###travel_ad
###trc_google_ad
###trendex-sponsor-ad
###trib2-footer-ad-back
###trib2-leaderboard-ad-back
###tripleAdInner
###tripleAdOuter
###ts-ad_module
###tsad1
###tsad2
###ttp_ad_slot1
###ttp_ad_slot2
###tube_ad
###turnAD
###tut_ads
###tvd-ad-top
###tvplayer_main_adwrap
###twenty_seventeen_advert_slider
###twogamesAd
###txfPageMediaAdvertVideo
###txtAdcontainer2
###txtTextAd
###txt_link_ads
###txtads
###ucfooterad
###ugly-ad
###ui-about-these-ads-img
###ultraWideAdContainer
###underPlayerAd
###under_content_ad
###under_story_ad
###undergameAd
###universalAdContainer
###uploadMrecAd
###upper-ads
###upperAdvertisementImg
###upperMpu
###upperRightAds
###upper_adbox
###upper_advertising
###upper_small_ad
###upperad
###urban_contentad_1
###urban_contentad_2
###urban_contentad_article
###usa_ad_728x90
###usenetAdsTable
###uvp_ad_container
###uzcrsite
###vListAds
###v_ad
###vap_adsense-top
###variant_adsLazyLoad
###vc_side_ad
###vdiAd
###vdls-adv
###vdls-advs
###vert-ads
###vertAd2
###vert_ad
###vert_ad_placeholder
###vertad1
###verticalAds
###vertical_ad
###vertical_ads
###verticalads
###vhDivAdSlot300x250
###vid-left-ad
###vid-right-ad
###vidAdBottom
###vidAdRight
###vidAdTop
###video-ad
###video-ad-companion-rectangle
###video-adv
###video-adv-300
###video-adv-wrapper
###video-advert
###video-coverage-ad-300x250
###video-embed-ads
###video-header-advert
###video-in-player-ad
###video-in-player-ad-container
###video-side-adv
###video-under-player-ad
###videoAd
###videoAdContainer
###videoAdvert
###videoCompanionAd
###videoPauseAd
###videoPlayerAdLayer
###video_ads_background
###video_ads_overdiv
###video_adv
###video_advert
###video_advert2
###video_advert3
###video_advert_top
###video_cnv_ad
###video_embed_ads
###video_hor_bottom_ads
###video_overlay_ad
###video_reklamy
###video_vert_right_ads
###videoadlogo
###videoads
###videopageadblock
###view-photo-ad
###viewAd1
###view_ads_bottom_bg
###view_ads_bottom_bg_middle
###view_ads_content_bg
###view_ads_top_bg
###view_ads_top_bg_middle
###view_adtop
###viewer-ad-bottom
###viewer-ad-top
###viewer_ads_wrapper
###viewportAds
###viewvid_ad300x250
###visual-ad
###votvAds_inner
###vsw-ads
###vsw_ad
###vuukle_ads_square2
###vz_im_ad
###wTopAd
###wXcds12-ad
###wallAd
###wall_advert
###wallpaper-ad-link
###wallpaperAd_left
###wallpaperAd_left3
###wallpaperAd_right
###wallpaperAd_right2
###wallpaperAd_right2_1
###wallpaper_flash_ad
###wallpaper_header_ad
###walltopad
###watch-now-ad
###watch7-sidebar-ads
###watch_sponsored
###wb-ad-grid
###wd-sponsored
###wd_ads
###weather-ad
###weather_sponsor
###weatherad
###weblink_ads_container
###websearchAdvert
###welcomeAdsContainer
###welcome_ad
###welcome_ad_mrec
###welcome_advertisement
###welcomeadMask
###wf_ContentAd
###wf_FrontSingleAd
###wf_SingleAd
###wf_bottomContentAd
###wg_ads
###wgtAd
###wh_ad_4
###whatsnews_footer_ad
###whatsnews_top_ad
###whitepaper-ad
###whoisRightAdContainer
###whoisRightAdContainerBottom
###whoisRightAdContainerTop
###wibiyaAdRotation
###wibiyaToolbarAdUnitFlash
###wide-ad
###wideAdd
###wide_ad_unit
###wide_ad_unit2
###wide_ad_unit_2
###wide_ad_unit_top
###wide_ad_unit_up
###wide_adv
###wide_right_ad
###wideskyscraper_160x600_left
###wideskyscraper_160x600_right
###widget-ads-3
###widget-ads-4
###widget-adv-12
###widget-box-ad-1
###widget-box-ad-2
###widget-style-ad
###widgetADT3
###widget_Adverts
###widget_ad
###widget_advertisement
###widget_thrive_ad_default-2
###widget_thrive_ad_default-4
###widgetwidget_adserve2
###windowads
###wl-pencil-ad
###wog-300x250-ads
###wow-ads
###wp-insert-ad-widget-1
###wp-topAds
###wp125adwrap_2c
###wp_ad_marker
###wp_ads_gpt_widget-16
###wp_ads_gpt_widget-17
###wp_ads_gpt_widget-18
###wp_ads_gpt_widget-19
###wp_ads_gpt_widget-21
###wp_ads_gpt_widget-4
###wp_ads_gpt_widget-5
###wp_pro_ad_system_ad_zone
###wpladbox1
###wpladbox2
###wrapAd
###wrapAdRight
###wrapAdTop
###wrapCommentAd
###wrap_ad_main
###wrapperAdsTopLeft
###wrapperAdsTopRight
###wrapperRightAds
###wrapper_ad_Top
###wrapper_ad_island2
###wrapper_sponsoredlinks
###wrapper_topad
###wsAdWrapper
###x-ad-item-themed-skyscraper-placekeeper
###x-houseads
###x01-ad
###x300_ad
###xColAds
###xadtop
###xlAd
###xybrad
###y-ad-units
###y708-ad-expedia
###y708-ad-lrec
###y708-ad-partners
###y708-ad-ysm
###y708-advertorial-competitions
###y708-advertorial-marketplace
###yahoo-ads
###yahoo-ads-content
###yahoo-sponsors
###yahooAdsBottom
###yahooSponsored
###yahoo_ad
###yahoo_ad_contanr
###yahoo_ads
###yahoo_sponsor_links
###yahoo_sponsor_links_title
###yahoo_text_ad
###yahooad-tbl
###yahooads
###yan-advert-north
###yan-advert-nt1
###yan-question-advert
###yan-sponsored
###yandex_ad
###yatadsky
###ybf-ads
###yfi-sponsor
###yfi_ads_4x4
###yfi_fp_ad_fx
###yfi_fp_ad_mort
###yfi_fp_ad_nns
###yfi_pf_ad_mort
###ygrp-sponsored-links
###yieldaddiv
###ylf-lrec
###ylf-lrec2
###ymap_adbanner
###yn-gmy-ad-lrec
###yom-ad-tbs-as
###ypaAdWrapper-BottomAds
###ypaAdWrapper-TopAds
###ypaAdWrapper-cclass
###yrail_ads
###yreSponsoredLinks
###ysm_ad_iframe
###yt-adsfull-widget-2
###yt-adsfull-widget-3
###yw-sponsoredad
###zMSplacement1
###zMSplacement2
###zMSplacement3
###zMSplacement4
###zMSplacement5
###zMSplacement6
###zag_square_ad
###zoneAdserverMrec
###zoneAdserverSuper
###zoneAdvertisment
###zone_a_ad
###zone_b_ad
###zone_c_ads
###zztextad
##.AD-POST
##.AD-RC-300x250
##.AD-Rotate
##.AD-label300x250
##.AD300
##.AD300Block
##.AD300x250
##.AD300x250A
##.AD300x600-wrapper
##.AD355125
##.AD728
##.AD728x90L
##.ADBAR
##.ADBnrArea
##.ADBox
##.ADCLOUD
##.ADFooter
##.ADITION
##.ADInfo
##.ADLeader
##.ADMiddle1
##.ADPod
##.ADS-Content-Sidebar
##.ADS-MainContent
##.ADServer
##.ADStyle
##.ADTextSingle
##.ADTop
##.ADV-Space
##.AD_2
##.AD_300x100
##.AD_300x250
##.AD_300x265
##.AD_302x252
##.AD_336_120
##.AD_336_280
##.AD_970_90
##.AD_ALBUM_ITEMLIST
##.AD_Leaderboard
##.AD_MOVIE_ITEM
##.AD_MOVIE_ITEMLIST
##.AD_MOVIE_ITEMROW
##.AD_area
##.AD_mid300
##.AD_textinfo
##.AD_underpost
##.ADbox
##.ADmid
##.ADouter_div
##.ADwidget
##.A__smallSuperbannerAdvert-main
##.AcceptableTextAds
##.Accordion_ad
##.Ad--header
##.Ad--sidebar
##.Ad-300x100
##.Ad-Container
##.Ad-Container-976x166
##.Ad-Header
##.Ad-IframeWrap
##.Ad-MPU
##.Ad-Wrapper-300x100
##.Ad-label
##.Ad-leaderboard
##.Ad-postDFP1
##.Ad-postDFP2
##.Ad120x600
##.Ad160x600
##.Ad160x600left
##.Ad160x600right
##.Ad247x90
##.Ad300
##.Ad300x
##.Ad300x250
##.Ad300x250L
##.Ad300x250_top
##.Ad728x90
##.AdBar
##.AdBody:not(body)
##.AdBorder
##.AdBox
##.AdBox160
##.AdBox7
##.AdBox728
##.AdBoxStyle
##.AdBoxStyleHome
##.AdCaption
##.AdCommercial
##.AdContainer-Banner
##.AdContainer-Sidebar
##.AdContainer160x600
##.AdContainerBottom
##.AdContainerBox308
##.AdContainerModule
##.AdFrameLB
##.AdGraph
##.AdGrayBox
##.AdHeader
##.AdHere
##.AdHolder
##.AdIndicator
##.AdInfo
##.AdInjectContainer
##.AdInline
##.AdInline_left
##.AdLeft1
##.AdLeft2
##.AdLeftbarBorderStyle
##.AdMedium
##.AdMessage
##.AdMod
##.AdModule
##.AdModule_Content
##.AdModule_ContentLarge
##.AdModule_Hdr
##.AdMultiPage
##.AdPanel
##.AdPlaceHolder
##.AdProS728x90Container
##.AdProduct
##.AdRight1
##.AdRight2
##.AdRingtone
##.AdScriptBox
##.AdSectionHeader
##.AdSense
##.AdSenseLeft
##.AdSense_Header
##.AdSense_Sidebar
##.AdSidebar
##.AdSlot
##.AdSlotHeader
##.AdSlot__Commercial
##.AdSpace
##.AdStandard
##.AdTextSmallFont
##.AdTitle
##.AdTop
##.AdUnit
##.AdUnit300
##.AdUnit300x250
##.AdUnit300x600
##.AdUnitBox
##.AdWidget_ImageWidget
##.AdZone120
##.AdZone316
##.Ad_120x600
##.Ad_120x600_holder
##.Ad_160x600_holder
##.Ad_160x600_inner
##.Ad_300x250
##.Ad_300x250_holder
##.Ad_468x60
##.Ad_728x90
##.Ad_728x90_holder
##.Ad_C
##.Ad_D
##.Ad_D_Wrapper
##.Ad_E_Wrapper
##.Ad_Label
##.Ad_Label_foursquare
##.Ad_Right
##.Ad_Tit
##.Ad_container
##.Adbuttons
##.Adbuttons-sidebar
##.AdnetBox
##.Ads-768x90
##.Ads-leaderboard
##.Ads-slot
##.Ads2x1000
##.AdsBottom
##.AdsBottom336X280
##.AdsBoxBottom
##.AdsBoxSection
##.AdsBoxTop
##.AdsLeft_list
##.AdsLinks1
##.AdsLinks2
##.AdsPlayRight_list
##.AdsRec
##.Ads_3
##.Ads_4
##.Ads_forum
##.Adsense
##.AdsenseBox
##.AdsenseBoxCenter
##.AdsenseDivFooter
##.AdsenseDownload
##.AdsenseForum
##.AdsenseLarge
##.AdsenseTechsupport
##.Adspottop
##.Adtext
##.Adv300x250
##.Adv300x250Box
##.Adv468
##.AdvBoxSidebar
##.Adv_Left
##.Advert-label
##.Advert300x250
##.AdvertContainer
##.AdvertMidPage
##.AdvertiseWithUs
##.Advertisehere2
##.AdvertisementText
##.AdvertisementTextTag
##.AdvertisementTop
##.Advertisment
##.AdvertorialTeaser
##.Advman_Widget
##.Advrt
##.Advrt_desktop
##.AdvtNews
##.AdvtSample
##.AdvtSample2
##.AdvtSample4
##.AffAD
##.AffiliateAds
##.AmazonSimpleAdmin_widget
##.ArticleAd
##.ArticleInlineAd
##.ArticleLayout-nativeAdLabel
##.ArticleLeaderboard_ad
##.ArticlePage-ad
##.BCA_Advertisement
##.BGoogleAds300
##.BOT-ADS
##.Banner300x250
##.Banner468X60
##.BannerAD728
##.BannerAd
##.Banner_Group
##.Banner_Group_Ad_Label
##.BigBoxAd
##.BigBoxAdLabel
##.BlockAd
##.BlueTxtAdvert
##.BottomAdContainer
##.BottomAffiliate
##.BottomGoogleAds
##.BoxAd
##.BoxAdWrap
##.BoxSponsorBottom
##.BtmAd
##.BtmSponsAd
##.ButtonAd
##.CG_adkit_leaderboard
##.CG_details_ad_dropzone
##.CWReviewsProdInfoAd
##.Cheat__footer-ad-container
##.Cheat__outbrain
##.Cheat__top-ad
##.CollisionAdMarker
##.ComAread
##.CommentAd
##.CommentGoogleAd
##.ContentAd
##.ContentAd2
##.ContentAds
##.DAWRadvertisement
##.DartAdvert
##.DeptAd
##.DetachedAd
##.DetailAds
##.DisplayAd
##.DomAdsDiv
##.DoubleClickRefreshable
##.EzAdsLUPro
##.EzAdsSearchPro
##.EzAdsWidget
##.FT_Ad
##.FeaturedAdIndexAd
##.FlatAds
##.FlowersAdContainer
##.FooterAd
##.FooterAdContainer
##.FooterAds
##.FooterTileAdOuter_Div
##.Footer_AD_Links_DIV
##.Footer_Default_AD_Message_DIV
##.GAME_Ad160x600
##.GOOGLE_AD
##.G_ads
##.G_ads_m
##.GalleryViewerAdSuppress
##.GetRightAds
##.Google-Ad-728x90
##.GoogleAd
##.GoogleAdInfo
##.GoogleAdSencePanel
##.GoogleAdSenseBottomModule
##.GoogleAdSenseRightModule
##.GoogleAdWords_container
##.GoogleAdsBox
##.GoogleAdsItem
##.GoogleAdv
##.GoogleDfpAd
##.GoogleDfpAd-wrapper
##.GoogleDfpAdModule-advertisementLabel
##.Googleads728
##.GreenHomeAd
##.GridHouseAdRight
##.HGLoneAdTitleFrame
##.HPG_Ad_B
##.HPNewAdsBannerDiv
##.HPRoundedAd
##.HeaderAd
##.HeaderAds
##.HeaderBannerAd
##.HeaderLeaderAd
##.HeadingAdSpace
##.Hero-Ad
##.HomeAd1Label
##.HomeAds
##.HomeContentAd
##.HomePageAD
##.HomeSidebarAd
##.Hotels-Results-InlineAd
##.IABAdSpace
##.IM_ad_unit
##.InArticleAd
##.IndexRightAd
##.InternalAdPanel1
##.JobListMidAd
##.LL_Widget_Advertorial
##.LN_Related_Posts_bottom_adv
##.LargeOuterBoxAdsense
##.LargeRightAd
##.LastAd
##.LazyLoadAd
##.LeaderAd
##.LeaderAdvertisement
##.LeaderBoardAd
##.LeaderboardAdTagWidget
##.LeftAd
##.LeftButtonAdSlot
##.LeftTowerAd
##.LeftWideSkyscraperAdPanel
##.Left_Content_Google_Ad
##.Ligatus
##.Loge_AD
##.LoungeAdsBottomLinks
##.M2Advertisement
##.MBoxAdM
##.MBoxAdR
##.MBoxAdRight
##.MDCadSummary
##.MD_adZone
##.MOS-ad-hack
##.MPUHolder
##.MPUTitleWrapperClass
##.MPUad
##.MREC_ads
##.M__leaderboardAdvert-image
##.MadClose
##.MainAdCont
##.Main_right_Adv_incl
##.MarketGid_container
##.MasterLeftContentColumnThreeColumnAdLeft
##.MbanAd
##.MedRecAD-border
##.MediumRectangleAdPanel
##.MiddleAd
##.MiddleAdContainer
##.MiddleAdvert
##.MiddleRightRadvertisement
##.MspAd
##.NAPmarketAdvert
##.NGOLocalFooterAd
##.NavBarAd
##.NewsAds
##.OAS_position_TopLeft
##.OSOasAdModule
##.OSProfileAdSenseModule
##.OpaqueAdBanner
##.OpenXad
##.OuterAdvertisingContainer
##.PERFORMANCE_AD_COMPLETE
##.PERFORMANCE_AD_RELATED
##.PU_DoubleClickAdsContent
##.Page-ad
##.PageTopAd
##.PartialProgrammaticAd
##.PartialProgrammaticAd-ads
##.PencilAd
##.Post-All-Advertment
##.Post5ad
##.Post8ad
##.Post9ad
##.PostSidebarAd
##.PremiumObitAdBar
##.PrintAd-Slider
##.ProductAd
##.PushDownAdPane
##.PushdownAd
##.RBboxAd
##.RC-AD
##.RGAdBoxMainDiv
##.RHR-ADS
##.RR_ad
##.RW_ad300
##.RealtorAd
##.RectangleAd
##.RelatedAds
##.ResponsiveAd
##.Right-Column-AD-Container
##.Right300x250AD
##.RightAd
##.RightAd1
##.RightAd2
##.RightAdWrapper
##.RightAdvertiseArea
##.RightAdvertisement
##.RightGoogleAFC
##.RightGoogleAd
##.RightRailAd
##.RightRailAdbg
##.RightRailAdtext
##.RightRailTop300x250Ad
##.RightSponsoredAdTitle
##.RightTowerAd
##.SBAArticle
##.SBABottom
##.SBABottom1
##.SBAInHouse
##.SBAMR
##.SBARightBottom
##.SBARightTop
##.SBATier1
##.SBATier2
##.SBATier3
##.SBAUA
##.SHAd2
##.SIM_ad_140x140_homepage_tv_promo
##.SRPads
##.STR_AdBlock
##.SecondaryAd
##.SecondaryAdLink
##.SectionSponsor
##.ShootingAd
##.ShootingAdLeft
##.ShowAdDisplay
##.SideAd
##.SideAdCol
##.SideAds
##.SidebarAd
##.SidebarAdvert
##.SidebarMiddleAdContainer
##.SidekickItem-Ads
##.SimpleAcceptableTextAds
##.SimpleAcceptebleTextAds
##.SimpleAd
##.SitesGoogleAdsModule
##.Sitewide_AdLabel
##.SkyAdContainer
##.SkyAdContent
##.SkyScraperAd
##.SkyscraperAD-border
##.SmartAdZoneList
##.Sponsor-container
##.SponsorAds
##.SponsorHeader
##.SponsorIsland
##.SponsorLink
##.SponsoredAdTitle
##.SponsoredArticleAd
##.SponsoredContent
##.SponsoredLinkItemTD
##.SponsoredLinks
##.SponsoredLinksGrayBox
##.SponsoredLinksModule
##.SponsoredLinksPadding
##.SponsoredLinksPanel
##.SponsoredResults
##.Sponsored_link
##.SponsorshipText
##.SquareAd
##.Squareadspot
##.StandardAdLeft
##.StandardAdRight
##.StickyAdRail__Inner
##.SummaryPage-HeaderAd
##.TOP-ADS
##.TRADING_AD_RELATED
##.TRU-onsite-ads-leaderboard
##.TTButtAd
##.Tadspacemrec
##.TextAd
##.TextAdds
##.TheEagleGoogleAdSense300x250
##.ThreeAds
##.TimelineAd
##.TmnAdsense
##.TopAd
##.TopAdContainer
##.TopAdL
##.TopAdR
##.TopAds
##.TopBannerAd
##.TopLeaderboardAdPanel
##.TopRightRadvertisement
##.Top_Ad
##.TrafficAd
##.U210-adv-column
##.UFSquareAd
##.UIStandardFrame_SidebarAds
##.UIWashFrame_SidebarAds
##.UnderAd
##.UpperAdsContainer
##.V7-advert
##.V7-advert-info
##.VerticalAd
##.Video-Ad
##.VideoAd
##.WPBannerizeWidget
##.WP_Widget_Ad_manager
##.Webnegar_Ad_Box
##.Webnegar_Ad_Core
##.WideAdContainer
##.WideAdTile
##.WideAdsLeft
##.WidgetAdvertiser
##.WiredWidgetsDartAds
##.WiredWidgetsGoogleAds
##.WithAds
##.XEad
##.YEN_Ads_120
##.YEN_Ads_125
##.ZventsSponsoredLabel
##.ZventsSponsoredList
##._SummaryPageHeaderAdView
##._SummaryPageSidebarStickyAdView
##.__hub--ad
##.__lg-ad
##.__small-ad
##.__wide-ad
##.__xX20sponsored20banners
##._ap_adrecover_ad
##._articleAdvert
##._bannerAds
##._bottom_ad_wrapper
##._fullsquaread
##._has-ads
##._iub_cs_activate_google_ads
##._top_ad_wrapper
##.a-ad
##.a-article-teaser--sponsored
##.a-d-container
##.a-d-rotate_widgets
##.a-sponsor
##.a160x600
##.a300x250
##.a468x60
##.a728x90
##.a970x250_1_ad_label
##.aa_AdAnnouncement
##.aa_ad-160x600
##.aa_ad-728x15
##.aa_sb_ad_300x250
##.aadsection_b1
##.aadsection_b2
##.aalb-pa-ad-unit
##.aalb-pc-ad-unit
##.aalb-pg-ad-unit
##.aarpe-ad-wrapper
##.aarpe-fixed-ad
##.ab-prompt
##.abAdArea
##.abAdPositionBoxB
##.abBoxAd
##.ablock300
##.ablock468
##.ablock728
##.about_adsense
##.above-header-advert
##.aboveCommentAdBladeWrapper
##.aboveCommentAds
##.aboveCommentAdsWrapper
##.above_discussion_ad
##.above_miniscore_ad
##.abovead
##.abp-homepage-right-ad
##.absoluteAd_wss
##.ac_adbox
##.ac_adbox_inner
##.acf-ad
##.acm_ad_zones
##.ad--300
##.ad--300x250
##.ad--468
##.ad--468-60
##.ad--728x90
##.ad--970-750-336-300
##.ad--BANNER
##.ad--MAIN
##.ad--article-top
##.ad--b
##.ad--bottom
##.ad--bottom-label
##.ad--bottommpu
##.ad--boundries
##.ad--c
##.ad--centered
##.ad--container
##.ad--dart
##.ad--desktop
##.ad--displayed
##.ad--e
##.ad--fallback
##.ad--footer
##.ad--fullsize
##.ad--google
##.ad--homepage-mrec
##.ad--homepage-top
##.ad--horseshoe
##.ad--horseshoe__content
##.ad--in-article
##.ad--inner
##.ad--just-in-feed
##.ad--large
##.ad--leaderboard
##.ad--marker-inner
##.ad--medium-rectangle
##.ad--mid-content
##.ad--mpu
##.ad--no-bg
##.ad--noscroll
##.ad--object
##.ad--panorama
##.ad--placeholder
##.ad--pushdown
##.ad--rectangle
##.ad--right
##.ad--scroll
##.ad--showmob
##.ad--sidebar
##.ad--square-rectangle
##.ad--stroer
##.ad--subcontainer
##.ad--top
##.ad--top-label
##.ad--top-leaderboard
##.ad--top-slot
##.ad-01
##.ad-02
##.ad-1
##.ad-101
##.ad-120-60
##.ad-120-600-inner
##.ad-120x60
##.ad-120x600
##.ad-120x90
##.ad-125
##.ad-125x125
##.ad-140x45-2
##.ad-150
##.ad-160
##.ad-160-160
##.ad-160-600
##.ad-160-above
##.ad-160x600
##.ad-160x600-gallery
##.ad-160x600-home
##.ad-160x600-wrap
##.ad-160x600x1
##.ad-160x600x2
##.ad-160x600x3
##.ad-194
##.ad-195x90
##.ad-2
##.ad-200
##.ad-200-big
##.ad-200-small
##.ad-200x200
##.ad-228x94
##.ad-230x90
##.ad-234
##.ad-246x90
##.ad-250
##.ad-250x125
##.ad-250x250
##.ad-250x300
##.ad-260x60
##.ad-270x100
##.ad-3
##.ad-300
##.ad-300-250
##.ad-300-250-600
##.ad-300-600
##.ad-300-b
##.ad-300-b-absolute
##.ad-300-block
##.ad-300-blog
##.ad-300-dummy
##.ad-300-flex
##.ad-300x
##.ad-300x100
##.ad-300x200
##.ad-300x250
##.ad-300x250-first
##.ad-300x250-home
##.ad-300x250-right0
##.ad-300x250-section
##.ad-300x250-singlepost
##.ad-300x250_600x250
##.ad-300x600
##.ad-300x70
##.ad-300x75
##.ad-319x128
##.ad-336x280
##.ad-336x280B
##.ad-350
##.ad-355x75
##.ad-3x1
##.ad-4
##.ad-468
##.ad-468x120
##.ad-468x60
##.ad-5
##.ad-544x250
##.ad-560
##.ad-6
##.ad-600
##.ad-635x40
##.ad-7
##.ad-720-affiliate
##.ad-728
##.ad-728-90
##.ad-728-banner
##.ad-728x90
##.ad-728x90--a2g
##.ad-728x90-1
##.ad-728x90-top
##.ad-728x90-top0
##.ad-728x90_forum
##.ad-768
##.ad-88-60
##.ad-88-text
##.ad-88x31
##.ad-90x600
##.ad-970
##.ad-970x50
##.ad-970x90
##.ad-980-1
##.ad-BANNER
##.ad-CUSTOM
##.ad-E
##.ad-LREC
##.ad-LREC2
##.ad-Leaderboard
##.ad-MPU
##.ad-MediumRectangle
##.ad-PENCIL
##.ad-RR
##.ad-S
##.ad-Square
##.ad-SuperBanner
##.ad-TOPPER
##.ad-W
##.ad-a
##.ad-ab
##.ad-abc
##.ad-above-header
##.ad-adSense
##.ad-adcode
##.ad-adlink-bottom
##.ad-adlink-side
##.ad-adsense-block-250
##.ad-after-content
##.ad-align-none
##.ad-alsorectangle
##.ad-alternative
##.ad-amongst-container
##.ad-anchor
##.ad-area
##.ad-area-small
##.ad-article-breaker
##.ad-atf
##.ad-atf-medRect
##.ad-auction-footer-container
##.ad-auction-header
##.ad-auction-header-container
##.ad-b
##.ad-background
##.ad-background-intra-body
##.ad-banner
##.ad-banner-300
##.ad-banner-bkgd
##.ad-banner-bottom-container
##.ad-banner-container
##.ad-banner-image
##.ad-banner-label
##.ad-banner-leaderboard
##.ad-banner-placeholder
##.ad-banner-smaller
##.ad-banner-top
##.ad-banner-top-wrapper
##.ad-banner-vertical
##.ad-banner-wrapper
##.ad-banner728-top
##.ad-banr
##.ad-bar
##.ad-below
##.ad-below-images
##.ad-below-player
##.ad-belowarticle
##.ad-bg
##.ad-big
##.ad-big-box
##.ad-bigbanner
##.ad-bigbillboard
##.ad-bigbox
##.ad-bigbox-fixed
##.ad-bigboxSub
##.ad-bigsize
##.ad-billboard
##.ad-bline
##.ad-block
##.ad-block--300
##.ad-block-240x400
##.ad-block-300
##.ad-block-300-widget
##.ad-block-300x250
##.ad-block-big
##.ad-block-bottom
##.ad-block-clear-back
##.ad-block-holder
##.ad-block-in-post
##.ad-block-square
##.ad-block-wide
##.ad-block-wrapper
##.ad-block__ad300
##.ad-block__inner
##.ad-blog2biz
##.ad-blogads
##.ad-board
##.ad-body
##.ad-boombox
##.ad-border
##.ad-bordered
##.ad-borderless
##.ad-bot
##.ad-bottom
##.ad-bottom-container
##.ad-bottom728x90
##.ad-bottomLeft
##.ad-bottomleader
##.ad-bottomline
##.ad-box-300x250
##.ad-box-adsea
##.ad-box-caption
##.ad-box-container
##.ad-box-title
##.ad-box-up
##.ad-box1
##.ad-box2
##.ad-box3
##.ad-boxamp-wrapper
##.ad-boxbottom
##.ad-boxes
##.ad-boxrr-wrapper
##.ad-boxtop
##.ad-break
##.ad-breaker
##.ad-breakout
##.ad-browse-rectangle
##.ad-bt
##.ad-btn
##.ad-btn-heading
##.ad-bug-300w
##.ad-button
##.ad-buttons
##.ad-cad
##.ad-calendar
##.ad-call-300x250
##.ad-callout
##.ad-caption
##.ad-card
##.ad-card-container
##.ad-cat
##.ad-catfish
##.ad-cell
##.ad-center
##.ad-centered
##.ad-chartbeatwidget
##.ad-choices
##.ad-circ
##.ad-click
##.ad-close-button
##.ad-cluster
##.ad-cluster-container
##.ad-codes
##.ad-col
##.ad-col-02
##.ad-collapsible-container
##.ad-column
##.ad-comment
##.ad-companion
##.ad-contain
##.ad-contain-300x250
##.ad-contain-top
##.ad-container--featured_videos
##.ad-container--leaderboard
##.ad-container--stripe
##.ad-container--taboola
##.ad-container-160x600
##.ad-container-300x250
##.ad-container-728
##.ad-container-728x90
##.ad-container-994x282
##.ad-container-LEADER
##.ad-container-bot
##.ad-container-bottom
##.ad-container-dk
##.ad-container-embedded
##.ad-container-leaderboard
##.ad-container-left
##.ad-container-multiple
##.ad-container-pave
##.ad-container-responsive
##.ad-container-right
##.ad-container-side
##.ad-container-single
##.ad-container-tool
##.ad-container-top
##.ad-container-topad
##.ad-container1
##.ad-container__ad-slot
##.ad-container_row
##.ad-content
##.ad-content-area
##.ad-content-rectangle
##.ad-context
##.ad-cover
##.ad-curtain
##.ad-custom-size
##.ad-d
##.ad-defer
##.ad-desktop
##.ad-desktop-only
##.ad-dfp-column
##.ad-dfp-row
##.ad-disclaimer
##.ad-display
##.ad-displayed
##.ad-div
##.ad-div-a0-wrapper
##.ad-div-t0-wrapper
##.ad-diver
##.ad-divider
##.ad-dt
##.ad-dynamic-showcase-top
##.ad-e
##.ad-element
##.ad-embedded
##.ad-enabled
##.ad-engage
##.ad-entry-wrapper
##.ad-ex
##.ad-ex-wide-container
##.ad-exchange
##.ad-expand
##.ad-external
##.ad-f-monster
##.ad-fadein
##.ad-fadeup
##.ad-feature-content
##.ad-feature-sponsor
##.ad-feature-text
##.ad-feedback
##.ad-field
##.ad-filler
##.ad-fix
##.ad-fixed
##.ad-flag
##.ad-flex
##.ad-flex-center
##.ad-footer
##.ad-footer-empty
##.ad-footer-leaderboard
##.ad-force-center
##.ad-forum
##.ad-frame
##.ad-full
##.ad-full-width
##.ad-fullbanner
##.ad-fullbanner-btf-container
##.ad-fullwidth
##.ad-google
##.ad-google-contextual
##.ad-gpt
##.ad-gpt-breaker
##.ad-gpt-container
##.ad-gpt-main
##.ad-gpt-vertical
##.ad-graphic-large
##.ad-gray
##.ad-grey
##.ad-grid
##.ad-grid-125
##.ad-grid-container
##.ad-group
##.ad-grp
##.ad-hdr
##.ad-head
##.ad-header
##.ad-header-container
##.ad-header-pencil
##.ad-header-sidebar
##.ad-heading
##.ad-headliner-container
##.ad-here
##.ad-hide-mobile
##.ad-hideable
##.ad-hldr-tmc
##.ad-ho
##.ad-hold
##.ad-holder
##.ad-home-bottom
##.ad-home-right
##.ad-homeleaderboard
##.ad-homepage
##.ad-homepage-1
##.ad-homepage-2
##.ad-homepage-one
##.ad-hor
##.ad-horizontal
##.ad-horizontal-top
##.ad-housepromo-d-wrapper
##.ad-hpto
##.ad-iab-txt
##.ad-icon
##.ad-identifier
##.ad-iframe
##.ad-imagehold
##.ad-img
##.ad-img300X250
##.ad-in-300x250
##.ad-in-content-300
##.ad-in-post
##.ad-in-read
##.ad-in-results
##.ad-incontent-ad-plus-billboard-top
##.ad-incontent-ad-plus-bottom
##.ad-incontent-ad-plus-middle
##.ad-incontent-ad-plus-middle2
##.ad-incontent-ad-plus-middle3
##.ad-incontent-ad-plus-top
##.ad-incontent-wrap
##.ad-index
##.ad-index-main
##.ad-indicator-horiz
##.ad-inline
##.ad-inline-article
##.ad-inner
##.ad-inner-container
##.ad-innr
##.ad-inpage-video-top
##.ad-insert
##.ad-inserter
##.ad-inserter-widget
##.ad-integrated-display
##.ad-internal
##.ad-interruptor
##.ad-interstitial
##.ad-intromercial
##.ad-island
##.ad-item
##.ad-item-related
##.ad-label
##.ad-lable
##.ad-landscape
##.ad-large-game
##.ad-layer
##.ad-lazy
##.ad-lazy-support-yes
##.ad-lb
##.ad-lead
##.ad-lead-bottom
##.ad-leader
##.ad-leader-bottom
##.ad-leader-plus-top
##.ad-leader-top
##.ad-leader-wrap
##.ad-leader-wrapper
##.ad-leaderboard
##.ad-leaderboard-companion
##.ad-leaderboard-container
##.ad-leaderboard-hero
##.ad-leaderboard-marquee
##.ad-leaderboard-middle
##.ad-leaderboard-splitter
##.ad-leaderboard-top
##.ad-leaderboard-wrapper
##.ad-leaderboard_river
##.ad-leaderbody
##.ad-leaderheader
##.ad-leadtop
##.ad-left
##.ad-left3
##.ad-leftrail
##.ad-line
##.ad-link
##.ad-link-label
##.ad-link-left
##.ad-link-right
##.ad-links
##.ad-links-text
##.ad-loaded
##.ad-location
##.ad-location-container
##.ad-location-header
##.ad-lock
##.ad-lock-content
##.ad-lower_rec
##.ad-lower_river
##.ad-lowerboard
##.ad-lrec
##.ad-mad
##.ad-main
##.ad-manager-ad
##.ad-marker
##.ad-marketplace
##.ad-marketplace-horizontal
##.ad-marketswidget
##.ad-marquee
##.ad-masthead
##.ad-masthead-1
##.ad-masthead-left
##.ad-mb
##.ad-med
##.ad-med-rec
##.ad-med-rect
##.ad-med-rect-tmp
##.ad-medRec
##.ad-media-marquee
##.ad-media-marquee-btn
##.ad-medium
##.ad-medium-rectangle
##.ad-medium-rectangle-item
##.ad-medium-two
##.ad-medrect
##.ad-megaboard
##.ad-message
##.ad-messaging
##.ad-mid-article-container
##.ad-midleader
##.ad-mobile
##.ad-mobile-banner
##.ad-mobile-mpu
##.ad-mod
##.ad-module
##.ad-mpl
##.ad-mpu
##.ad-mpu-bottom
##.ad-mpu-container
##.ad-mpu-middle
##.ad-mpu-middle2
##.ad-mpu-placeholder
##.ad-mpu-plus-top
##.ad-mpu-top
##.ad-mpu__aside
##.ad-mpufixed
##.ad-mrec
##.ad-mrect
##.ad-msg
##.ad-msgunit
##.ad-msn
##.ad-national-1
##.ad-native-dfp
##.ad-nav-ad
##.ad-nav-ad-plus
##.ad-new
##.ad-no-notice
##.ad-no-style
##.ad-noBorderAndMargin
##.ad-noline
##.ad-note
##.ad-notice
##.ad-notice-small
##.ad-on
##.ad-one
##.ad-other
##.ad-outer-container
##.ad-outlet
##.ad-output-middle
##.ad-output-wrapper
##.ad-outside
##.ad-overlay
##.ad-packs
##.ad-padding
##.ad-page-leader
##.ad-page-medium
##.ad-pagehead
##.ad-panel
##.ad-panel-wrap
##.ad-panel__container
##.ad-panel__container--styled
##.ad-panel__googlead
##.ad-panorama
##.ad-panorama-outer-container
##.ad-parallax-wrap
##.ad-parent-hockey
##.ad-passback-o-rama
##.ad-pb
##.ad-peg
##.ad-permalink
##.ad-personalise
##.ad-place
##.ad-place-active
##.ad-place-holder
##.ad-placeholder
##.ad-placement
##.ad-plea
##.ad-point
##.ad-pos-top
##.ad-position
##.ad-position-1
##.ad-post
##.ad-post-footer
##.ad-post300X250
##.ad-postText
##.ad-poster
##.ad-preloader-container
##.ad-prevent-jump
##.ad-primary
##.ad-primary-sidebar
##.ad-priority
##.ad-pro70
##.ad-promo
##.ad-promoted-game
##.ad-promotion-native
##.ad-pub
##.ad-push
##.ad-pushdown
##.ad-r
##.ad-rac-box
##.ad-rail
##.ad-reader
##.ad-reader-con-item
##.ad-rect
##.ad-rect-atf-01
##.ad-rect-top-right
##.ad-rectangle
##.ad-rectangle-banner
##.ad-rectangle-container
##.ad-rectangle-long
##.ad-rectangle-long-sky
##.ad-rectangle-text
##.ad-rectangle-wide
##.ad-rectangle-xs
##.ad-refresh
##.ad-region
##.ad-region-delay-load
##.ad-region__top
##.ad-related
##.ad-relatedbottom
##.ad-resource-center-top
##.ad-responsive-slot
##.ad-responsive-wide
##.ad-rh
##.ad-ri
##.ad-right
##.ad-right-header
##.ad-right-txt
##.ad-right1
##.ad-right2
##.ad-right3
##.ad-roadblock
##.ad-root
##.ad-rotation
##.ad-row
##.ad-row-viewport
##.ad-s
##.ad-s-rendered
##.ad-salutations
##.ad-sample
##.ad-scl
##.ad-script-processed
##.ad-scroll
##.ad-scrollpane
##.ad-search-grid
##.ad-section
##.ad-section-body
##.ad-sense
##.ad-sense-ad
##.ad-sense-ad__panel-header--srp
##.ad-sep
##.ad-served
##.ad-sharethrough-top
##.ad-shifted
##.ad-show-label
##.ad-show-text
##.ad-showcase
##.ad-side
##.ad-side-one
##.ad-side-top
##.ad-sidebar
##.ad-sidebar-180-150
##.ad-sidebar-300-250
##.ad-sidebar-ad-message
##.ad-sidebar-border
##.ad-sidebar-btf-1
##.ad-sidebar-outer
##.ad-sidebar300
##.ad-sidebar_right_above
##.ad-sidebar_right_below
##.ad-sidekick
##.ad-siderail
##.ad-signup
##.ad-sitewide
##.ad-size-iab-uap-leaderboard-728x90
##.ad-size-iab-uap-medium-rectangle-300x250
##.ad-size-leaderboard
##.ad-size-medium-rectangle-flex
##.ad-skin-link
##.ad-sky
##.ad-sky-left
##.ad-sky-right
##.ad-sky-wrap
##.ad-skyscr
##.ad-skyscraper
##.ad-skyscraper-label
##.ad-skyscraper1
##.ad-skyscraper2
##.ad-skyscraper3
##.ad-slider
##.ad-slot
##.ad-slot--container-inline
##.ad-slot--inline
##.ad-slot--mostpop
##.ad-slot--mpu-banner-ad
##.ad-slot--rendered
##.ad-slot--right
##.ad-slot--top
##.ad-slot--top-above-nav
##.ad-slot--top-banner-ad
##.ad-slot--top-banner-ad-desktop
##.ad-slot-1
##.ad-slot-2
##.ad-slot-234-60
##.ad-slot-300-250
##.ad-slot-728-90
##.ad-slot-a
##.ad-slot-banner
##.ad-slot-container
##.ad-slot-sidebar
##.ad-slot-sidebar-b
##.ad-slot-tall
##.ad-slot-top-728
##.ad-slot__ad--top
##.ad-slot__content
##.ad-slot__label
##.ad-slot__oas
##.ad-slug
##.ad-smallBP
##.ad-source
##.ad-sp
##.ad-space
##.ad-space-container
##.ad-space-mpu-box
##.ad-space-topbanner
##.ad-spacer
##.ad-span
##.ad-special-article
##.ad-speedbump
##.ad-splash
##.ad-sponsor
##.ad-sponsor-large-container
##.ad-sponsor-text
##.ad-sponsored-feed-top
##.ad-sponsored-links
##.ad-sponsored-post
##.ad-sponsors
##.ad-spot
##.ad-spotlight
##.ad-sq-super
##.ad-square
##.ad-square2-container
##.ad-square300
##.ad-squares
##.ad-stack
##.ad-statement
##.ad-sticky
##.ad-sticky-container
##.ad-story-inject
##.ad-story-top
##.ad-strip
##.ad-subnav-container
##.ad-subtitle
##.ad-superbanner
##.ad-t
##.ad-table
##.ad-tabs
##.ad-tag
##.ad-tag-square
##.ad-tall
##.ad-target2-wrapper
##.ad-text
##.ad-text-blockA01
##.ad-text-blockB01
##.ad-text-label
##.ad-text-link
##.ad-text-links
##.ad-text-placeholder-3
##.ad-textG01
##.ad-textads
##.ad-textlink
##.ad-thanks
##.ad-ticker
##.ad-tile
##.ad-title
##.ad-tl1
##.ad-top
##.ad-top-300x250
##.ad-top-728
##.ad-top-728x90
##.ad-top-banner
##.ad-top-box-right
##.ad-top-in
##.ad-top-lboard
##.ad-top-left
##.ad-top-mpu
##.ad-top-rectangle
##.ad-top-side
##.ad-top-wrapper
##.ad-top1
##.ad-top2
##.ad-topbanner
##.ad-topleader
##.ad-topright
##.ad-total
##.ad-total1
##.ad-tower
##.ad-tower-container
##.ad-towers
##.ad-txt
##.ad-type
##.ad-type1
##.ad-type10
##.ad-type2
##.ad-type3
##.ad-under-video
##.ad-unit
##.ad-unit-300
##.ad-unit-300-wrapper
##.ad-unit-970x90
##.ad-unit-anchor
##.ad-unit-container
##.ad-unit-editorial-well
##.ad-unit-horisontal
##.ad-unit-inline-center
##.ad-unit-label
##.ad-unit-medium-retangle
##.ad-unit-mpu
##.ad-unit-panel
##.ad-unit-site-takeover
##.ad-unit-text
##.ad-unit-top
##.ad-unit-wrapper
##.ad-update
##.ad-upper_rec
##.ad-us
##.ad-v
##.ad-v2
##.ad-vendor-text-link
##.ad-vert
##.ad-vertical
##.ad-vertical-container
##.ad-vertical-stack-ad
##.ad-vtu
##.ad-w300
##.ad-wallpaper-container
##.ad-wallpaper-panorama-container
##.ad-warning
##.ad-wgt
##.ad-wide
##.ad-wide-bottom
##.ad-widget
##.ad-widget-area
##.ad-widget-list
##.ad-width-300
##.ad-width-728
##.ad-windowshade-full
##.ad-wings__link
##.ad-wireframe
##.ad-wireframe-wrapper
##.ad-with-background
##.ad-with-header-wrapper
##.ad-with-us
##.ad-wrap
##.ad-wrap--leaderboard
##.ad-wrap--mrec
##.ad-wrap01
##.ad-wrap02
##.ad-wrapper
##.ad-wrapper--articletop
##.ad-wrapper--flexibleportrait
##.ad-wrapper--slideshowhalfpage
##.ad-wrapper-left
##.ad-wrapper-sticky
##.ad-wrapper-top
##.ad-wrapper-with-text
##.ad-wrapper__ad-slug
##.ad-x10x20x30
##.ad-x31-full
##.ad-xrcol
##.ad-zone
##.ad-zone-ajax
##.ad-zone-container
##.ad-zone-s-q-l
##.ad.super
##.ad01
##.ad01-obj
##.ad02
##.ad03
##.ad04
##.ad08sky
##.ad1-left
##.ad1-right
##.ad10
##.ad100
##.ad1000
##.ad1001
##.ad100x100
##.ad120
##.ad120_600
##.ad120x120
##.ad120x240GrayBorder
##.ad120x240backgroundGray
##.ad120x60
##.ad120x600
##.ad125
##.ad125x125
##.ad125x125a
##.ad125x125b
##.ad140
##.ad160
##.ad160600
##.ad160_blk
##.ad160_l
##.ad160_r
##.ad160x160
##.ad160x600
##.ad160x600GrayBorder
##.ad160x600box
##.ad170x30
##.ad18
##.ad180
##.ad180x80
##.ad185x100
##.ad19
##.ad1Image
##.ad1_bottom
##.ad1_latest
##.ad1_top
##.ad1b
##.ad1left
##.ad1x1
##.ad200
##.ad200x60
##.ad220x50
##.ad230
##.ad233x224
##.ad234
##.ad234x60
##.ad236x62
##.ad240
##.ad250
##.ad250-h1
##.ad250-h2
##.ad250_250
##.ad250c
##.ad250wrap
##.ad250x250
##.ad250x300
##.ad257
##.ad260
##.ad260x60
##.ad284x134
##.ad290
##.ad2content_box
##.ad300
##.ad300-hp-top
##.ad3001
##.ad300250
##.ad300Block
##.ad300Wrapper
##.ad300X250
##.ad300_2
##.ad300_250
##.ad300_bg
##.ad300_ver2
##.ad300b
##.ad300banner
##.ad300mrec1
##.ad300shows
##.ad300top
##.ad300w
##.ad300x-placeholder
##.ad300x100
##.ad300x111
##.ad300x120
##.ad300x150
##.ad300x250
##.ad300x250-1
##.ad300x250-2
##.ad300x250-home
##.ad300x250-hp-features
##.ad300x250-inline
##.ad300x250-stacked
##.ad300x2501
##.ad300x250GrayBorder
##.ad300x250Module
##.ad300x250Right
##.ad300x250Top
##.ad300x250_box
##.ad300x250_container
##.ad300x250a
##.ad300x250b
##.ad300x250box
##.ad300x250box2
##.ad300x250flex
##.ad300x250s
##.ad300x250x2
##.ad300x40
##.ad300x50-right
##.ad300x600
##.ad300x600post
##.ad300x77
##.ad300x90
##.ad310
##.ad315
##.ad320x250
##.ad320x50
##.ad336
##.ad336_b
##.ad336x250
##.ad336x280
##.ad336x362
##.ad343x290
##.ad350
##.ad350r
##.ad360
##.ad400
##.ad400right
##.ad400x40
##.ad450
##.ad468
##.ad468_60
##.ad468x60
##.ad468x60Wrap
##.ad468x60_main
##.ad470x60
##.ad530
##.ad540x90
##.ad590
##.ad590x90
##.ad5_container
##.ad600
##.ad612x80
##.ad620x70
##.ad626X35
##.ad640x480
##.ad640x60
##.ad644
##.ad650x140
##.ad652
##.ad670x83
##.ad68570
##.ad70
##.ad728
##.ad72890
##.ad728By90
##.ad728_90
##.ad728_blk
##.ad728_cont
##.ad728_wrap
##.ad728cont
##.ad728h
##.ad728x90
##.ad728x90-1
##.ad728x90-2
##.ad728x90-main_wrap
##.ad728x90WithLabel
##.ad728x90_2
##.ad728x90_container
##.ad728x90_wrap
##.ad728x90box
##.ad728x90btf
##.ad728x90container
##.ad768x90
##.ad90
##.ad90x780
##.ad940x30
##.ad954x60
##.ad960
##.ad960x185
##.ad960x90
##.ad970x30
##.ad970x90
##.ad980
##.ad980x120
##.ad980x50box
##.ad987
##.adAboveSiteHeader
##.adActive
##.adAgate
##.adAlert
##.adAlone300
##.adArea
##.adArea674x60
##.adAreaLC
##.adAreaNative
##.adAreaNativeDmm
##.adAreaTopTitle
##.adArticleBanner
##.adArticleBody
##.adArticleBottomWrap
##.adArticleRecommend
##.adArticleSidetile
##.adArticleTopText
##.adAuto
##.adBGcolor
##.adBan
##.adBanner
##.adBanner300x250
##.adBanner728x90
##.adBannerTyp1
##.adBannerTypSortableList
##.adBannerTypW300
##.adBar
##.adBarCenter
##.adBarLeft
##.adBarRight
##.adBelt
##.adBgBottom
##.adBgClick
##.adBgMId
##.adBgTop
##.adBigBoxFirst
##.adBigBoxSecond
##.adBigBoxThird
##.adBillboard
##.adBkgd
##.adBlock
##.adBlock-300-250
##.adBlock160x600Spot1
##.adBlock728
##.adBlockBottom
##.adBlockBottomBreak
##.adBlockNext
##.adBlockSpacer
##.adBlockSpot
##.adBlock_1
##.adBlock_14
##.adBlock_15
##.adBlock_17
##.adBlock_2
##.adBlock_3
##.adBlock_6
##.adBlock_8
##.adBlock_9
##.adBodyBlockBottom
##.adBorder
##.adBorders
##.adBottomBoard
##.adBottomLink
##.adBottomboxright
##.adBox
##.adBox-a
##.adBox-mr
##.adBox1
##.adBox2
##.adBox230X96
##.adBox250
##.adBox3b
##.adBox5
##.adBox6
##.adBox728
##.adBox728X90
##.adBox728X90_header
##.adBoxBody
##.adBoxBorder
##.adBoxContainer
##.adBoxContent
##.adBoxFooter
##.adBoxHeader
##.adBoxInBignews
##.adBoxSidebar
##.adBoxSingle
##.adBoxTitle
##.adBox_1
##.adBox_3
##.adBrandpanel
##.adBtm
##.adBuyRight
##.adBwrap
##.adCMRight
##.adCMSlide
##.adCall
##.adCaptionText
##.adCell
##.adCenter
##.adCenterAd
##.adCentered
##.adCentertile
##.adChoice
##.adChoiceLogo
##.adChoicesLogo
##.adChrome
##.adClm
##.adClose
##.adCode
##.adColBgBottom
##.adColumn
##.adColumnLeft
##.adColumnRight
##.adComponent
##.adCont
##.adContRight
##.adContTop
##.adContainer1
##.adContainerNewsLeadMid
##.adContainerRectangle
##.adContainerSide
##.adContainer_125x125
##.adContainer_728x90
##.adContainerg6
##.adContent
##.adContentAd
##.adContour
##.adCopy
##.adCreative
##.adCs
##.adCube
##.adDeclare
##.adDefRect
##.adDialog
##.adDingT
##.adDiv
##.adDivSmall
##.adDomInner
##.adDomOutter
##.adDrawer
##.adElement
##.adEmployment
##.adExpanded
##.adExternalPage
##.adFender3
##.adFooterLinks
##.adFrame
##.adFrameCnt
##.adFrameContainer
##.adFrameMobile
##.adFrames
##.adFtr
##.adFull
##.adFullWidth
##.adFullWidthBottom
##.adFullWidthMiddle
##.adGlobalHeader
##.adGogleBox
##.adGoogle
##.adGroup
##.adHalfPage
##.adHead
##.adHeader
##.adHeaderAdbanner
##.adHeaderText
##.adHeaderblack
##.adHeadline
##.adHeadlineSummary
##.adHed
##.adHolder
##.adHolder2
##.adHoldert
##.adHome300x250
##.adHorisontal
##.adHorisontalNoBorder
##.adHorizontalTextAlt
##.adHplaceholder
##.adHz
##.adIMm
##.adIframe
##.adIframeCount
##.adImg
##.adImgIM
##.adInArticle
##.adInContent
##.adInNews
##.adInfo
##.adInfoLargeLeaderboard
##.adInner
##.adInnerLeftBottom
##.adInteractive
##.adIsland
##.adItem
##.adLabel
##.adLabel160x600
##.adLabel300x250
##.adLabelLine
##.adLabels
##.adLargeRec
##.adLargeRect
##.adLat
##.adLeader
##.adLeaderForum
##.adLeaderboard
##.adLeaderboardAdContainer
##.adLeft
##.adLine
##.adLine300x100
##.adLine300x250
##.adLine300x600
##.adLink
##.adLinkCnt
##.adListB
##.adLoaded
##.adLoader
##.adLocal
##.adLocation
##.adLocation-zerg
##.adMPU
##.adMPUHome
##.adMRECHolder
##.adMarker
##.adMarkerBlock
##.adMastheadLeft
##.adMastheadRight
##.adMedRectBox
##.adMedRectBoxLeft
##.adMediaMiddle
##.adMediaNet
##.adMediumRectangle
##.adMegaBoard
##.adMeldGuts
##.adMessage
##.adMgsBanner
##.adMiddle
##.adMiniTower
##.adMinisLR
##.adMkt2Colw
##.adMod
##.adModule
##.adModule300
##.adModuleAd
##.adModule_square2
##.adMpu
##.adMpuHolder
##.adMrginBottom
##.adNarrow
##.adNetPromo
##.adNewsChannel
##.adNoBorder
##.adNoOutline
##.adNone
##.adNote
##.adNotice
##.adNotice90
##.adNoticeOut
##.adNotification
##.adObj
##.adOne
##.adOuterContainer
##.adOverlay
##.adPageBorderL
##.adPageBorderR
##.adPanel
##.adPanelContent
##.adPlaceholder
##.adPlaceholder35
##.adPlaceholder54
##.adPlaceholder_foot
##.adPod
##.adPosition
##.adRecommend
##.adRecommendRight
##.adRect
##.adRectangle
##.adRectangleBanner
##.adRectangleUnit
##.adRegionSelector
##.adRemove
##.adReportsLink
##.adResponsive
##.adResult
##.adResults
##.adRight
##.adRightSide
##.adRoller
##.adRotator
##.adRow
##.adRowTopWrapper
##.adSKY
##.adSTHomePage
##.adSection
##.adSection_rt
##.adSelfServiceAdvertiseLink
##.adSenceImagePush
##.adSense
##.adSepDiv
##.adServer
##.adSeven
##.adSide
##.adSide203
##.adSide230
##.adSidebarButtons
##.adSidetileplus
##.adSize_MedRec
##.adSizer
##.adSkin
##.adSkinLayerConfig
##.adSky
##.adSky600
##.adSkyOrMpu
##.adSkyscaper
##.adSkyscraper
##.adSkyscraperHolder
##.adSlice
##.adSlide
##.adSlot
##.adSlotContainer
##.adSlug
##.adSpBelow
##.adSpace
##.adSpace300x250
##.adSpace950x90
##.adSpacer
##.adSpec
##.adSplash
##.adSponsor
##.adSponsorText
##.adSpot
##.adSpot-brought
##.adSpot-mrec
##.adSpot-searchAd
##.adSpot-textBox
##.adSpot-textBoxGraphicRight
##.adSpot-twin
##.adSpotIsland
##.adSquare
##.adStatementText
##.adStyle
##.adStyle1
##.adSub
##.adSubColPod
##.adSummary
##.adSuperboard
##.adSupertower
##.adTD
##.adTXTnew
##.adTab
##.adTag
##.adTag-wrap
##.adText
##.adTextPmpt
##.adTicker
##.adTile
##.adTileWrap
##.adTiler
##.adTitle
##.adTitleR
##.adTop
##.adTopBanner_nomobile
##.adTopBk
##.adTopFloat
##.adTopHome
##.adTopLeft
##.adTopLink
##.adTopRight
##.adTopWrapper
##.adTop_placement
##.adTopboxright
##.adTout
##.adTower
##.adTwo
##.adTxt
##.adType2
##.adUltra
##.adUnit
##.adUnitHorz
##.adUnitVert
##.adUnitVert_noImage
##.adVar
##.adVertical
##.adVideo
##.adVideo2
##.adVl
##.adVplaceholder
##.adWarning
##.adWebBoard
##.adWideSkyscraper
##.adWideSkyscraperRight
##.adWidget
##.adWidgetBlock
##.adWidgetSponsor
##.adWithTab
##.adWord
##.adWrap
##.adWrapLg
##.adWrapper
##.adZone
##.adZoneRight
##.ad_0
##.ad_1
##.ad_1000x90
##.ad_100x100
##.ad_1150_290
##.ad_1160_91
##.ad_1200
##.ad_120x60
##.ad_120x600
##.ad_120x90
##.ad_125
##.ad_130x90
##.ad_150x150
##.ad_160
##.ad_160_600
##.ad_160x600
##.ad_176_inner
##.ad_180x150
##.ad_1day9
##.ad_2
##.ad_200
##.ad_200x200
##.ad_234x60
##.ad_240
##.ad_240x400
##.ad_242_90_top
##.ad_250
##.ad_250x200
##.ad_250x250
##.ad_250x250_w
##.ad_260_210
##.ad_3
##.ad_300
##.ad_300250
##.ad_300Home
##.ad_300Side
##.ad_300_120
##.ad_300_250
##.ad_300_250_1
##.ad_300_250_2
##.ad_300_250_cpv
##.ad_300_250_wrapper
##.ad_300_600
##.ad_300_608
##.ad_300s
##.ad_300x100
##.ad_300x240
##.ad_300x250
##.ad_300x250_box_right
##.ad_300x250_live
##.ad_300x50
##.ad_300x500
##.ad_300x60
##.ad_300x600
##.ad_320x250_async
##.ad_320x360
##.ad_326x260
##.ad_330x110
##.ad_336
##.ad_336_gr_white
##.ad_336x280
##.ad_336x90
##.ad_338_282
##.ad_350x100
##.ad_350x250
##.ad_4
##.ad_400x200
##.ad_468
##.ad_468x60
##.ad_4_row
##.ad_5
##.ad_600
##.ad_630x130
##.ad_640
##.ad_640x90
##.ad_680x15
##.ad_728
##.ad_72890
##.ad_72890_box
##.ad_728Home
##.ad_728_90
##.ad_728_90_1
##.ad_728_90_top
##.ad_728_90b
##.ad_728_in
##.ad_728_top
##.ad_728_unit
##.ad_728_v2
##.ad_728x90
##.ad_728x90-1
##.ad_728x90-2
##.ad_728x90_top
##.ad_728x90b
##.ad_88x31
##.ad_90
##.ad_925x90
##.ad_954-60
##.ad_960
##.ad_970_2
##.ad_970x90_prog
##.ad_980x260
##.ad_CustomAd
##.ad_Flex
##.ad_Left
##.ad_Right
##.ad__caption
##.ad__centered
##.ad__container
##.ad__content
##.ad__desk
##.ad__gapfix
##.ad__in-loop
##.ad__in-loop--desktop
##.ad__inline
##.ad__item
##.ad__label
##.ad__leaderboard
##.ad__mobi
##.ad__mpu
##.ad__placeholder
##.ad__rectangle
##.ad__superbanner
##.ad__width-by-height
##.ad__wrapper
##.ad_a
##.ad_adInfo
##.ad_ad_160
##.ad_ad_300
##.ad_adblade
##.ad_adsense_spacer
##.ad_adv
##.ad_amazon
##.ad_area
##.ad_area_two
##.ad_article_head
##.ad_article_island_nopad
##.ad_article_top_left
##.ad_atf_300x250
##.ad_atf_728x90
##.ad_avu_300x250
##.ad_back
##.ad_background
##.ad_bank_wrapper
##.ad_banner
##.ad_banner2
##.ad_banner_2
##.ad_banner_234
##.ad_banner_250x250
##.ad_banner_468
##.ad_banner_728x90_inner
##.ad_banner_border
##.ad_banner_div
##.ad_bar
##.ad_below_content
##.ad_belowmenu
##.ad_bg
##.ad_bg_300x250
##.ad_bgskin
##.ad_big_banner
##.ad_bigbox
##.ad_billboard
##.ad_biz
##.ad_blk
##.ad_block
##.ad_block_1
##.ad_block_2
##.ad_block_300x250
##.ad_block_336
##.ad_block_338
##.ad_block__336_d1
##.ad_block_leader2
##.ad_bn
##.ad_body
##.ad_border
##.ad_border_true
##.ad_botbanner
##.ad_bottom
##.ad_bottom_728
##.ad_bottom_leaderboard
##.ad_bottom_left
##.ad_bottom_mpu
##.ad_bottom_space
##.ad_bottom_title
##.ad_bottomline
##.ad_box
##.ad_box1
##.ad_box2
##.ad_box300x250
##.ad_box_2
##.ad_box_ad
##.ad_box_div
##.ad_box_new
##.ad_box_righ
##.ad_box_right_120
##.ad_box_spacer
##.ad_box_title
##.ad_box_top
##.ad_boxright1
##.ad_break
##.ad_break_container
##.ad_btf
##.ad_btf_300x250
##.ad_btf_728x90
##.ad_buttom_banner
##.ad_buttons_300
##.ad_buttons_320
##.ad_c
##.ad_callout
##.ad_callout_inline
##.ad_caption
##.ad_center
##.ad_center_bottom
##.ad_centered
##.ad_cheat
##.ad_choice
##.ad_choices
##.ad_cl
##.ad_claim
##.ad_click
##.ad_code
##.ad_col
##.ad_col_a
##.ad_column
##.ad_column_box
##.ad_column_hl
##.ad_common
##.ad_cont
##.ad_cont_footer
##.ad_contain
##.ad_container
##.ad_container_300x250
##.ad_container_5
##.ad_container_6
##.ad_container_7
##.ad_container_728x90
##.ad_container_8
##.ad_container_9
##.ad_container__sidebar
##.ad_container__top
##.ad_container_body
##.ad_content
##.ad_content_wide
##.ad_contents
##.ad_crown
##.ad_custombanner
##.ad_db
##.ad_default
##.ad_deferrable
##.ad_description
##.ad_descriptor
##.ad_desktop
##.ad_disclaimer
##.ad_div_banner
##.ad_div_box
##.ad_div_box2
##.ad_embed
##.ad_eniro
##.ad_entry_title_under
##.ad_entrylists_end
##.ad_event_mast_wrapper
##.ad_external
##.ad_eyebrow
##.ad_feature
##.ad_filler
##.ad_flash
##.ad_flat-boxright10
##.ad_flat-boxright6
##.ad_flat-boxright9
##.ad_float
##.ad_floating_box
##.ad_font
##.ad_footer
##.ad_footer_super_banner
##.ad_for_layout
##.ad_frame
##.ad_framed
##.ad_front_promo
##.ad_full_click
##.ad_fullwidth
##.ad_gal
##.ad_global_header
##.ad_google
##.ad_google_shhide
##.ad_gpt
##.ad_grid
##.ad_group
##.ad_gutter_top
##.ad_half_page
##.ad_halfpage
##.ad_hat_728
##.ad_hat_banner_300
##.ad_hat_top
##.ad_head
##.ad_head_rectangle
##.ad_head_wide
##.ad_header
##.ad_header_lb
##.ad_header_left
##.ad_header_noad
##.ad_heading
##.ad_headline
##.ad_help_link
##.ad_holder
##.ad_home_block
##.ad_home_top_bnr
##.ad_honcode_label
##.ad_horizontal
##.ad_horizontal_marker
##.ad_hover_href
##.ad_hpm
##.ad_hr
##.ad_hyper_wrap
##.ad_identifier
##.ad_iframe2
##.ad_ifrwrap
##.ad_image
##.ad_image_container
##.ad_img
##.ad_imgae_150
##.ad_in_column
##.ad_in_head
##.ad_index02
##.ad_indicator
##.ad_info_block
##.ad_inline
##.ad_inset
##.ad_island
##.ad_island2_spacer
##.ad_island_feedback
##.ad_island_spacer
##.ad_isolation
##.ad_item
##.ad_jnaught
##.ad_js_deal_top
##.ad_keywords_bot
##.ad_keywords_bot_r
##.ad_l
##.ad_label
##.ad_label1
##.ad_label2a
##.ad_label_centered
##.ad_label_long
##.ad_label_method
##.ad_label_top
##.ad_large
##.ad_launchpad
##.ad_leader
##.ad_leader_bottom
##.ad_leader_plus_top
##.ad_leaderboard
##.ad_leaderboard_atf
##.ad_leaderboard_top
##.ad_left_cell
##.ad_left_column
##.ad_lft
##.ad_line
##.ad_line2
##.ad_link
##.ad_link1
##.ad_link_468
##.ad_link_area
##.ad_link_label
##.ad_link_label_vert
##.ad_links
##.ad_linkunit
##.ad_lnks
##.ad_loc
##.ad_long
##.ad_lrec
##.ad_lt
##.ad_main
##.ad_maintopad
##.ad_margin
##.ad_masthead
##.ad_med
##.ad_medium_rectangle
##.ad_medium_wg
##.ad_medrec
##.ad_medrect
##.ad_megabanner
##.ad_message
##.ad_microlen
##.ad_mid_post_body
##.ad_middle
##.ad_middle_banner
##.ad_middle_hub_page
##.ad_mnu
##.ad_mobile
##.ad_mod
##.ad_module
##.ad_movFocus
##.ad_mp
##.ad_mpu
##.ad_mpu_top
##.ad_mr
##.ad_mrec
##.ad_mrec_title_article
##.ad_mrect
##.ad_mrectangle
##.ad_msg
##.ad_native
##.ad_native_xrail
##.ad_new_box01
##.ad_new_box02
##.ad_news
##.ad_news_text
##.ad_newsstream
##.ad_no_border
##.ad_note
##.ad_notice
##.ad_nsRT_300_250
##.ad_nsbd_300_250
##.ad_on_article
##.ad_one
##.ad_outer
##.ad_overlays
##.ad_p360
##.ad_pagebody
##.ad_panel
##.ad_panel_1
##.ad_panel_2
##.ad_panorama_extra
##.ad_partner
##.ad_partners
##.ad_perma-panorama
##.ad_pic
##.ad_placeholder
##.ad_placement
##.ad_placement_300x250
##.ad_placement_small
##.ad_plane_336
##.ad_plus
##.ad_policy_link_br
##.ad_poll
##.ad_position
##.ad_post
##.ad_posttop
##.ad_power
##.ad_primary
##.ad_promo
##.ad_promo1
##.ad_promo_spacer
##.ad_r
##.ad_r1_menu
##.ad_rakuten
##.ad_rakuten_wrapper
##.ad_rec
##.ad_rect
##.ad_rect_contr
##.ad_rectangle
##.ad_rectangle_300_250
##.ad_rectangle_medium
##.ad_rectangular
##.ad_regular1
##.ad_regular2
##.ad_regular3
##.ad_reminder
##.ad_report_btn
##.ad_rhs
##.ad_rightSky
##.ad_right_cell
##.ad_right_col
##.ad_right_column
##.ad_right_column160
##.ad_rightside
##.ad_row
##.ad_row_bottom_item
##.ad_rtg300
##.ad_secondary
##.ad_section_300x250
##.ad_section_728x90
##.ad_segment
##.ad_sense_01
##.ad_sense_footer_container
##.ad_share_box
##.ad_shopingmall
##.ad_shuffling_text
##.ad_side
##.ad_side_box
##.ad_side_rectangle_banner
##.ad_sidebar
##.ad_sidebar_bigbox
##.ad_size_160x600
##.ad_skin
##.ad_sky
##.ad_skyscpr
##.ad_skyscraper
##.ad_skyscrapper
##.ad_slider_out
##.ad_slot
##.ad_slot_right
##.ad_slug
##.ad_slug_font
##.ad_slug_healthgrades
##.ad_slug_table
##.ad_small
##.ad_sonar
##.ad_space
##.ad_space_300_250
##.ad_space_730
##.ad_space_holder
##.ad_space_in
##.ad_space_rgt
##.ad_space_w300_h250
##.ad_spacer
##.ad_special_badge
##.ad_spons_box
##.ad_sponsor
##.ad_sponsor_fp
##.ad_sponsoredlinks
##.ad_sponsoredsection
##.ad_spot
##.ad_spot_b
##.ad_spot_c
##.ad_spotlight
##.ad_square
##.ad_square_r
##.ad_square_r_top
##.ad_square_top
##.ad_station
##.ad_story_island
##.ad_stream
##.ad_stream_hd
##.ad_strip_noline
##.ad_sub
##.ad_supersize
##.ad_swf
##.ad_tag
##.ad_tag_middle
##.ad_text
##.ad_text_link
##.ad_text_links
##.ad_text_vertical
##.ad_text_w
##.ad_textlink1
##.ad_textlink_box
##.ad_thumbnail_header
##.ad_title
##.ad_title_small
##.ad_tlb
##.ad_to_list
##.ad_top
##.ad_top1
##.ad_top_1
##.ad_top_2
##.ad_top_3
##.ad_top_banner
##.ad_top_leaderboard
##.ad_top_left
##.ad_top_mpu
##.ad_top_right
##.ad_topic_content
##.ad_topright
##.ad_topshop
##.ad_tower
##.ad_trailer_header
##.ad_trick_header
##.ad_trick_left
##.ad_ttl
##.ad_txt2
##.ad_type_1
##.ad_type_adsense
##.ad_type_dfp
##.ad_under
##.ad_under_royal_slider
##.ad_unit
##.ad_unit_300_x_250
##.ad_unit_rail
##.ad_url
##.ad_v2
##.ad_v3
##.ad_v300
##.ad_vertisement
##.ad_viewtop
##.ad_w300i
##.ad_w_us_a300
##.ad_warn
##.ad_warning
##.ad_watermark
##.ad_wid300
##.ad_wide
##.ad_wide_vertical
##.ad_widget
##.ad_widget_200_100
##.ad_widget_200_200
##.ad_widget_image
##.ad_widget_title
##.ad_word
##.ad_wrap
##.ad_wrapper
##.ad_wrapper_false
##.ad_wrapper_fixed
##.ad_wrapper_top
##.ad_wrp
##.ad_xrail
##.ad_xrail_top
##.ad_zone
##.adace-adi-popup-wrapper
##.adadded
##.adageunicorns
##.adamazon
##.adarea
##.adarea-long
##.adarticle
##.adb-728x90
##.adback
##.adbadge
##.adban-hold-narrow
##.adband
##.adbanner
##.adbanner-300-250
##.adbanner-bottom
##.adbanner1
##.adbanner2nd
##.adbannerbox
##.adbanneriframe
##.adbannerright
##.adbannertop
##.adbar
##.adbase
##.adbbox
##.adbckgrnd
##.adbelowfirstpost
##.adbetween
##.adbkgnd
##.adblade
##.adblade-container
##.adbladeimg
##.adblk
##.adblock-240-400
##.adblock-300-300
##.adblock-600-120
##.adblock-bottom
##.adblock-header
##.adblock-header1
##.adblock-main
##.adblock-popup
##.adblock-top
##.adblock-top-left
##.adblock-wide
##.adblock300
##.adblock300250
##.adblock300x250Spot1
##.adblock728x90
##.adblock_noborder
##.adblock_primary
##.adblocks-topright
##.adboard
##.adborder
##.adborderbottom
##.adbordertop
##.adbot
##.adbot_postbit
##.adbot_showthread
##.adbottom
##.adbottomright
##.adbox-300x250
##.adbox-468x60
##.adbox-border-desk
##.adbox-box
##.adbox-outer
##.adbox-rectangle
##.adbox-sidebar
##.adbox-slider
##.adbox-title
##.adbox-topbanner
##.adbox-wrapper
##.adbox1
##.adbox160
##.adbox2
##.adbox300
##.adbox300x250
##.adbox336
##.adbox600
##.adbox728
##.adboxRightSide
##.adboxTopBanner
##.adboxVert
##.adbox_300x600
##.adbox_366x280
##.adbox_468X60
##.adbox_border
##.adbox_bottom
##.adbox_br
##.adbox_cont
##.adbox_largerect
##.adbox_left
##.adboxbg
##.adboxbot
##.adboxclass
##.adboxcontent
##.adboxcontentsum
##.adboxes
##.adboxesrow
##.adboxlong
##.adboxo
##.adbreak
##.adbrite2
##.adbrite_post
##.adbucks
##.adbuddy-protected
##.adbug
##.adbutton
##.adbutton-block
##.adbuttons
##.adbygoogle
##.adc160
##.adc336
##.adc728
##.adcard
##.adcasing
##.adcenter
##.adcenterRowWrapper
##.adchange
##.adchoices
##.adchoices-link
##.adclass
##.adcode
##.adcode2
##.adcode_container
##.adcodetop
##.adcol1
##.adcol2
##.adcolumn
##.adcolumn_wrapper
##.adcomment
##.adcont
##.adcontainer300x250l
##.adcontainer300x250r
##.adcontent_box
##.adcontn
##.adcopy
##.adcrt980x250
##.adctr
##.add-column2
##.add-header-area
##.add-sidebar
##.add300
##.add300top
##.add300x250
##.add768
##.addResources
##.add_300_250
##.add_300x250
##.add_728x90_teckpage
##.add_baner
##.add_topbanner
##.addarea
##.addarearight
##.addbanner
##.addboxRight
##.addisclaimer
##.addiv
##.addivwhite
##.adds2
##.adds300x250
##.adds620x90
##.addtitle
##.addvert
##.addwide
##.adengageadzone
##.adenquire
##.adexpl
##.adf_tisers
##.adfbox
##.adfeedback
##.adfeeds
##.adfieldbg
##.adfix
##.adfix-300x250
##.adflag
##.adflexi
##.adfliction
##.adfloatleft
##.adfloatright
##.adfoot
##.adfootbox
##.adfooter
##.adformobile
##.adframe
##.adframe2
##.adframe_banner
##.adframe_rectangle
##.adfree
##.adfront
##.adfront-head
##.adg-rects
##.adg_cell
##.adg_native_home
##.adg_row
##.adg_table
##.adg_table_cell
##.adg_table_row
##.adgear
##.adgear-bb
##.adgear_header
##.adgeletti-ad-div
##.adgoogle_block
##.adhalfhome
##.adhead
##.adhead_h
##.adhead_h_wide
##.adheader
##.adheader100
##.adheader401
##.adheader416
##.adherebox
##.adhesion-block
##.adhi
##.adhide
##.adhint
##.adholder
##.adholder-300
##.adholder2
##.adholderban
##.adhoriz
##.adhref_box_ads
##.adical_contentad
##.adiframe
##.adiframe250x250
##.adinfo
##.adinjwidget
##.adinner
##.adinpost
##.adinsert
##.adinsert-bdr
##.adinsert160
##.adinside
##.adintext
##.adintext-unten
##.adintro
##.adisclaimer
##.adisland
##.adition_Skyscraper
##.adits
##.adjimage2
##.adjlink
##.adkicker
##.adkingprobanner
##.adkingprocontainer
##.adkit
##.adkit-advert
##.adkit-lb-footer
##.adkit_free_html
##.adl125
##.adlabel-horz
##.adlabel-vert
##.adlabel1
##.adlabel2
##.adlabel3
##.adlabelleft
##.adlarge
##.adlarger
##.adlateral
##.adlayer
##.adleader
##.adleft1
##.adlgbox
##.adline
##.adlink
##.adlinkdiv
##.adlinks
##.adlinks-class
##.adlist
##.adlist1
##.adlist2
##.adlist__item--midstream
##.adlnklst
##.adloaded
##.adlsot
##.admain
##.adman
##.admania_themead
##.admarker
##.admaster
##.admediumred
##.admedrec
##.admeldBoxAd
##.admessage
##.admiddle
##.admiddlesidebar
##.administer-ad
##.admods
##.admodule
##.admoduleB
##.admpu
##.admpu-small
##.admputop
##.admsg__mrec
##.admz
##.adnSpot
##.adnSpotaa
##.adname
##.adnation-banner
##.adnet120
##.adnet_area
##.adnewslist
##.adnl_zone
##.adnotecenter
##.adnotice
##.adnu
##.adocean728x90
##.adonmedianama
##.adops
##.adp-AdPrefix
##.adpacks
##.adpacks_content
##.adpad300
##.adpad300spacer
##.adpadding
##.adpadtwo_div
##.adpane
##.adpic
##.adplace
##.adplace_center
##.adplacement
##.adplate-background
##.adpod
##.adpos-19
##.adpos-20
##.adpos-25
##.adpos-26
##.adpos-8
##.adpost
##.adposter_pos
##.adproxy
##.adrec
##.adrechts
##.adrecom-pic
##.adrect
##.adrectangle
##.adrectwrapper
##.adrequest-iframe-wrapper
##.adright
##.adright265x90
##.adright300
##.adrightsm
##.adrighttop
##.adriverBanner
##.adroot
##.adrotate-sponsor
##.adrotate_top_banner
##.adrotate_widget
##.adrotate_widgets
##.adrow
##.adrow-post
##.adrow1
##.adrow1box1
##.adrow1box3
##.adrow1box4
##.adrow2
##.adrrr
##.adrule
##.ads--bottom-spacing
##.ads--desktop
##.ads--full
##.ads--menu-principal
##.ads--sidebar
##.ads--single
##.ads--square
##.ads--top
##.ads-1
##.ads-120x600
##.ads-125
##.ads-125-widget
##.ads-160-head
##.ads-160x600
##.ads-160x600-outer
##.ads-166-70
##.ads-180-65
##.ads-2
##.ads-220x90
##.ads-250
##.ads-290
##.ads-3
##.ads-300
##.ads-300-250
##.ads-300-box
##.ads-300x250
##.ads-300x250-sidebar
##.ads-300x300
##.ads-300x600
##.ads-300x80
##.ads-301
##.ads-336-197-qu
##.ads-468
##.ads-468x60-bordered
##.ads-560-65
##.ads-600-box
##.ads-728
##.ads-728-90
##.ads-728by90
##.ads-728x90
##.ads-728x90-wrap
##.ads-729
##.ads-970x90
##.ads-above-comments
##.ads-ad
##.ads-ads-top
##.ads-advertorial
##.ads-area
##.ads-article-right
##.ads-articlebottom
##.ads-banner
##.ads-banner-bottom
##.ads-banner-js
##.ads-banner-middle
##.ads-banner-top-right
##.ads-beforecontent
##.ads-below-content
##.ads-below-home
##.ads-bg
##.ads-bigbox
##.ads-bing-belly
##.ads-bing-bottom
##.ads-bing-top
##.ads-block
##.ads-block-bottom-wrap
##.ads-block-link-000
##.ads-block-link-text
##.ads-block-marketplace-container
##.ads-block-menu-center
##.ads-block-panel-tipo-1
##.ads-block-rightside
##.ads-block-top
##.ads-block-top-right
##.ads-border
##.ads-bottom
##.ads-bottom-block
##.ads-bottom-content
##.ads-bottom-left
##.ads-bottom-right
##.ads-box
##.ads-box-border
##.ads-box-header
##.ads-box-header-marketplace-right
##.ads-box-header-pb
##.ads-box-header-ws
##.ads-box-header-wsl
##.ads-btm
##.ads-by
##.ads-by-google-0
##.ads-callback
##.ads-card
##.ads-carousel
##.ads-cars-larger
##.ads-cars-top2
##.ads-categories-bsa
##.ads-code
##.ads-col
##.ads-container-mediumrectangle
##.ads-container__inner
##.ads-content
##.ads-custom
##.ads-div
##.ads-divider
##.ads-express
##.ads-favicon
##.ads-feed
##.ads-fieldset
##.ads-fif
##.ads-flow
##.ads-footer
##.ads-full
##.ads-google
##.ads-google-bottom
##.ads-google-top
##.ads-half
##.ads-header
##.ads-header-left
##.ads-header-right
##.ads-here
##.ads-holder
##.ads-home-top-buttons-wrap
##.ads-horizontal
##.ads-horizontal-banner
##.ads-horizontal-icons-wrap
##.ads-iframe
##.ads-image
##.ads-inarticle
##.ads-inline
##.ads-inner
##.ads-interlinks
##.ads-item
##.ads-label
##.ads-large
##.ads-leaderboard
##.ads-leaderboard-border
##.ads-leaderboard-panel
##.ads-leaderbord
##.ads-left
##.ads-line
##.ads-link
##.ads-links-general
##.ads-list
##.ads-loaded
##.ads-long
##.ads-main
##.ads-margin
##.ads-medium-rect
##.ads-middle
##.ads-middle-top
##.ads-mini
##.ads-module
##.ads-movie
##.ads-mpu
##.ads-narrow
##.ads-native-wrapper
##.ads-note
##.ads-one
##.ads-outer
##.ads-panel
##.ads-player-03
##.ads-popup-corner
##.ads-post
##.ads-post-closing
##.ads-post-full
##.ads-profile
##.ads-rail
##.ads-rectangle
##.ads-relatedbottom
##.ads-right
##.ads-right-min
##.ads-rotate
##.ads-rpline-com
##.ads-scroller-box
##.ads-section
##.ads-side
##.ads-sidebar
##.ads-sidebar-boxad
##.ads-single
##.ads-site
##.ads-sky
##.ads-small
##.ads-smartphone
##.ads-sponsors
##.ads-sponsors-125-left
##.ads-sponsors-125-right
##.ads-square
##.ads-squares
##.ads-static-video-overlay
##.ads-story
##.ads-stripe
##.ads-styled
##.ads-superbanner
##.ads-text
##.ads-title
##.ads-tittle
##.ads-top
##.ads-top-728
##.ads-top-content
##.ads-top-left
##.ads-top-right
##.ads-top-spacer
##.ads-two
##.ads-txt
##.ads-u-1
##.ads-ul
##.ads-vertical-icons-wrap
##.ads-video-zone-container
##.ads-wide
##.ads-widget
##.ads-widget-content
##.ads-widget-content-wrap
##.ads-widget-link
##.ads-widget-partner-gallery
##.ads-widget-sponsor-gallery
##.ads-wrap
##.ads-wrapper
##.ads-x1
##.ads-x1-super
##.ads-zone
##.ads01
##.ads02
##.ads03
##.ads04
##.ads05
##.ads06
##.ads07
##.ads08
##.ads09
##.ads1
##.ads10
##.ads1000x100
##.ads11
##.ads12
##.ads120_600
##.ads120_600-widget
##.ads120_80
##.ads120x
##.ads123
##.ads125
##.ads125-widget
##.ads13
##.ads14
##.ads15
##.ads160
##.ads160-600
##.ads160_600-widget
##.ads160x600
##.ads180x150
##.ads1_250
##.ads1_label
##.ads1_sidebar
##.ads2
##.ads24Block
##.ads250
##.ads250-250
##.ads250_96
##.ads2Block
##.ads3
##.ads300
##.ads300-200
##.ads300-250
##.ads300250
##.ads300_250
##.ads300_250-widget
##.ads300_600-widget
##.ads300box
##.ads300n
##.ads300nb
##.ads300x
##.ads300x100
##.ads300x250
##.ads300x250-thumb
##.ads300x600
##.ads315
##.ads320x100
##.ads324-wrapper
##.ads324-wrapper2ads
##.ads336_280
##.ads336x280
##.ads4
##.ads460
##.ads460_home
##.ads468
##.ads468x60
##.ads486x100
##.ads486x100-1
##.ads598x98
##.ads5blocks
##.ads600
##.ads667x100
##.ads720x90
##.ads728
##.ads728_90
##.ads728x90
##.ads728x90-1
##.ads728x90-thumb
##.ads970
##.adsArea
##.adsBanner
##.adsBelowHeadingNormal
##.adsBlock
##.adsBot
##.adsBottom
##.adsBox
##.adsBoxTop
##.adsByTJ
##.adsCap
##.adsCategoryIcon
##.adsCategoryTitleLink
##.adsCell
##.adsColumn
##.adsCombo02_1
##.adsCombo02_2
##.adsCombo02_3
##.adsCombo02_4
##.adsCombo02_5
##.adsCombo02_6
##.adsCombo02_7
##.adsConfig
##.adsCont
##.adsDef
##.adsDetailsPage
##.adsDisclaimer
##.adsDiv
##.adsFixed
##.adsFull
##.adsHeader
##.adsHeaderFlog
##.adsHeading
##.adsImages
##.adsInner
##.adsInsideResults_v3
##.adsLabel
##.adsLibrary
##.adsLine
##.adsMPU
##.adsMag
##.adsMiddle
##.adsOuter
##.adsOverPrimary
##.adsPlaceHolder
##.adsPostquare
##.adsRectangleMedium
##.adsRight
##.adsRow
##.adsShield
##.adsSpace300x250
##.adsSpace300x600
##.adsSpace650x100
##.adsSpacing
##.adsStickyLeft
##.adsStickyRight
##.adsTableBlox
##.adsTag
##.adsText
##.adsTextHouse
##.adsThema
##.adsTop
##.adsTopBanner
##.adsTopCont
##.adsTower2
##.adsTowerWrap
##.adsTxt
##.adsWidget
##.adsWithUs
##.adsWrap
##.adsYN
##.adsZoneBlock2
##.ads_1
##.ads_120x60
##.ads_120x60_index
##.ads_125_square
##.ads_160
##.ads_180
##.ads_2
##.ads_3
##.ads_300
##.ads_300250_wrapper
##.ads_300x100
##.ads_300x239
##.ads_300x250
##.ads_300x600
##.ads_305
##.ads_320
##.ads_320_100
##.ads_330
##.ads_337x280
##.ads_350
##.ads_3col
##.ads_4
##.ads_460up
##.ads_468
##.ads_468x60
##.ads_672
##.ads_720x90
##.ads_728
##.ads_728x90
##.ads__header
##.ads__hyperleaderboard--hyperleaderboard
##.ads__interstitial
##.ads__leaderboard--footer
##.ads__leaderboard--header
##.ads__link
##.ads__listing
##.ads__listing--inner_horizontal_first
##.ads__listing--inner_horizontal_last
##.ads__listing--small_center
##.ads__listing--small_left
##.ads__listing--small_right
##.ads__sidebar
##.ads__sidebar--home_column
##.ads__sidebar--sidebar_first
##.ads__sidebar--sidebar_fourth
##.ads__sidebar--sidebar_second
##.ads__sidebar--sidebar_third
##.ads_ad_box
##.ads_ad_box2
##.ads_admeld
##.ads_adsense1
##.ads_after
##.ads_after_more
##.ads_amazon
##.ads_amazon_outer
##.ads_area
##.ads_article
##.ads_banner
##.ads_banner_between
##.ads_banner_between_string
##.ads_banniere
##.ads_bar
##.ads_before
##.ads_bg
##.ads_big
##.ads_big-half
##.ads_big_right
##.ads_big_right_code
##.ads_bigrec
##.ads_block
##.ads_block250
##.ads_border
##.ads_box
##.ads_box_headline
##.ads_brace
##.ads_by
##.ads_by_tico
##.ads_catDiv
##.ads_catDivRight
##.ads_center
##.ads_code
##.ads_column
##.ads_container
##.ads_container_top
##.ads_content
##.ads_css
##.ads_der
##.ads_disc_anchor
##.ads_disc_leader
##.ads_disc_lwr_square
##.ads_disc_rectangle
##.ads_disc_skyscraper
##.ads_disc_square
##.ads_disclaimer
##.ads_div
##.ads_entrymore
##.ads_folat_left
##.ads_foot
##.ads_footer
##.ads_footerad
##.ads_frame_wrapper
##.ads_google
##.ads_h
##.ads_header
##.ads_header_bottom
##.ads_holder
##.ads_horizontal
##.ads_in_list_autosize
##.ads_infoBtns
##.ads_inline_640
##.ads_inside2
##.ads_item
##.ads_label
##.ads_large_ads
##.ads_layout_sky
##.ads_lb
##.ads_leader
##.ads_leaderboard
##.ads_left
##.ads_linkb_728
##.ads_loc_bottom
##.ads_loc_side
##.ads_lr_wrapper
##.ads_lr_wrapper2
##.ads_main
##.ads_main_hp
##.ads_medium
##.ads_medium_rectangle
##.ads_medrect
##.ads_meraki_widget_asa
##.ads_middle
##.ads_middle_container
##.ads_mpu
##.ads_mpu_small
##.ads_obrazek
##.ads_outer
##.ads_outline
##.ads_player
##.ads_post
##.ads_post_end
##.ads_post_end_code
##.ads_post_start
##.ads_post_start_code
##.ads_qc1
##.ads_qc2
##.ads_r
##.ads_rectangle
##.ads_rem
##.ads_remove
##.ads_right
##.ads_rightbar_top
##.ads_sc_bl
##.ads_sc_bl_i
##.ads_sc_ls_i
##.ads_sc_tb
##.ads_sc_tl_i
##.ads_sep
##.ads_show_if
##.ads_side
##.ads_sideba
##.ads_sidebar
##.ads_sidebar_360
##.ads_sidebar_360_b
##.ads_singlepost
##.ads_slice
##.ads_slot
##.ads_small
##.ads_small_rectangle
##.ads_space_long
##.ads_spacer
##.ads_square
##.ads_takeover
##.ads_text
##.ads_ticker_main
##.ads_tit
##.ads_title
##.ads_top
##.ads_top_banner
##.ads_top_both
##.ads_top_promo
##.ads_topbanner
##.ads_topic_300
##.ads_topic_after
##.ads_topleft
##.ads_topright
##.ads_tower
##.ads_tr
##.ads_under_fileinfo
##.ads_under_player
##.ads_up
##.ads_up_big2
##.ads_upper_right_wrap
##.ads_verticalSpace
##.ads_vtlLink
##.ads_vtlList
##.ads_wide
##.ads_widesky
##.ads_widget
##.ads_without_height
##.ads_wrapper
##.ads_wrapperads_top
##.adsafp
##.adsame-banner-box
##.adsanity-group
##.adsanity-single
##.adsarea
##.adsbantop
##.adsbar
##.adsbg300
##.adsblock
##.adsblockvert
##.adsbnr
##.adsbody
##.adsborder
##.adsboth
##.adsbottom
##.adsbottombox
##.adsbox-square
##.adsboxBtn
##.adsbox_300x250
##.adsboxitem
##.adsbttmpg
##.adsbyadop
##.adsbycircumventioncentral
##.adsbygoogle
##.adsbygoogle-box
##.adsbygoogle2
##.adsbymahimeta
##.adsbysinodia
##.adsbyyahoo
##.adsc
##.adscaleAdvert
##.adscaleP6_canvas
##.adscaleTop
##.adscatalog
##.adsclick
##.adscontainer
##.adscontent250
##.adscontentcenter
##.adscreen
##.adsd_shift100
##.adsdisplaygames
##.adsdiv
##.adsection
##.adsection_a2
##.adsection_c2
##.adsection_c3
##.adsence-domain
##.adsens
##.adsense-250
##.adsense-300x256-widget
##.adsense-300x256-widget-2
##.adsense-336
##.adsense-468
##.adsense-ad
##.adsense-ads
##.adsense-afterpost
##.adsense-area
##.adsense-article
##.adsense-attribution
##.adsense-block
##.adsense-box
##.adsense-category
##.adsense-category-bottom
##.adsense-center
##.adsense-code
##.adsense-container
##.adsense-content
##.adsense-div
##.adsense-float
##.adsense-googleAds
##.adsense-header
##.adsense-heading
##.adsense-image-detail
##.adsense-left
##.adsense-links
##.adsense-links2
##.adsense-midtext
##.adsense-mod-border
##.adsense-module
##.adsense-overlay
##.adsense-post
##.adsense-review
##.adsense-reviews-float
##.adsense-right
##.adsense-slot
##.adsense-square
##.adsense-sticky-slide
##.adsense-title
##.adsense-top
##.adsense-top-bar
##.adsense-topics-detail
##.adsense-unit
##.adsense-wide-background
##.adsense-widget
##.adsense-widget-horizontal
##.adsense1
##.adsense160x600
##.adsense250
##.adsense3
##.adsense300
##.adsense300_top
##.adsense728
##.adsense728x90
##.adsenseAds
##.adsenseBannerArea
##.adsenseBlock
##.adsenseContainer
##.adsenseGreenBox
##.adsenseInPost
##.adsenseLargeRectangle
##.adsenseList
##.adsenseRow
##.adsenseSky
##.adsenseWrapper
##.adsense_200
##.adsense_200x200
##.adsense_336_280
##.adsense_728x15_center
##.adsense_ad
##.adsense_afc_related_art
##.adsense_bdc_v2
##.adsense_block
##.adsense_bottom
##.adsense_box01
##.adsense_container
##.adsense_div_wrapper
##.adsense_full_width
##.adsense_inner
##.adsense_label
##.adsense_leader
##.adsense_left_lu
##.adsense_mainbox01
##.adsense_managed
##.adsense_managed_
##.adsense_media
##.adsense_menu
##.adsense_mpu
##.adsense_rectangle
##.adsense_results
##.adsense_right
##.adsense_sidebar
##.adsense_sidebar_top
##.adsense_single
##.adsense_small_square
##.adsense_top
##.adsense_top_ad
##.adsense_top_lu
##.adsense_unit
##.adsense_wrapper
##.adsense_x88
##.adsensebig
##.adsenseblock_bottom
##.adsenseblock_top
##.adsensefloat
##.adsenseformat
##.adsenseframe
##.adsenseleaderboard
##.adsenselr
##.adsensem_widget
##.adsensemainpage
##.adsensesky
##.adsensesq
##.adsensex336
##.adsenvelope
##.adsep
##.adseparator
##.adserve_728
##.adserver_zone
##.adserverad
##.adserving
##.adset
##.adsforums
##.adsghori
##.adsgrd
##.adsgvert
##.adsh
##.adshl
##.adshome
##.adshowbig
##.adshowcase
##.adshp
##.adside
##.adside-box-index
##.adside-box-single
##.adsidebar
##.adsidebox
##.adsider
##.adsincs2
##.adsinfo
##.adsingle
##.adsitem
##.adsize728
##.adsizer
##.adsizewrapper
##.adsjx
##.adskeeperWrap
##.adsleaderboard
##.adsleaderboardbox
##.adsleff
##.adsleft
##.adsleftblock
##.adslibraryArticle
##.adslider
##.adslink
##.adslist
##.adslisting
##.adslistingz
##.adslogan
##.adslot
##.adslot-area
##.adslot-banner
##.adslot-billboard
##.adslot-mpu
##.adslot-rectangle
##.adslot-widget
##.adslotMid
##.adslot_1
##.adslot_300
##.adslot_728
##.adslot__ad-container
##.adslot__ad-wrapper
##.adslot_blurred
##.adslot_bot_300x250
##.adslot_popup
##.adslot_side1
##.adslothead
##.adslotleft
##.adslotright
##.adslug
##.adslx-bottom2015
##.adslx2015
##.adsmall
##.adsmaller
##.adsmalltext
##.adsmanag
##.adsmbody
##.adsmedrect
##.adsmedrectright
##.adsmessage
##.adsnippet_widget
##.adsns
##.adsonar-after
##.adsonofftrigger
##.adsoptimal-slot
##.adspace
##.adspace-300x600
##.adspace-336x280
##.adspace-728x90
##.adspace-MR
##.adspace-leaderboard
##.adspace-mpu
##.adspace-widget
##.adspace1
##.adspace180
##.adspace2
##.adspace728x90
##.adspace_2
##.adspace_bottom
##.adspace_buysell
##.adspace_rotate
##.adspace_skyscraper
##.adspace_top
##.adspacer
##.adspan
##.adspanel
##.adspecial390
##.adspeed
##.adsplash-160x600
##.adsplat
##.adsponsor
##.adspost
##.adspot
##.adspot-300x250-pos1-container
##.adspot-title
##.adspot1
##.adspot200x90
##.adspot468x60
##.adspot728x90
##.adspotGrey
##.adspot_468x60
##.adspot_728x90
##.adsprefooter
##.adspreview
##.adsrecnode
##.adsright
##.adss
##.adss-rel
##.adsskyscraper
##.adssmall
##.adssquare
##.adssquare2
##.adstext
##.adstextpad
##.adstipt
##.adstitle
##.adstop
##.adstory
##.adstrip
##.adstxt
##.adstyle
##.adsupperugo
##.adsupperugo_txt
##.adswidget
##.adswitch
##.adsxpls
##.adsystem_ad
##.adszone
##.adt-300x250
##.adt-300x600
##.adt-728x90
##.adtab
##.adtable
##.adtag
##.adtech
##.adtech-ad-widget
##.adtech-banner
##.adtech-boxad
##.adtech-top-ad
##.adtechMobile
##.adtech_wrapper
##.adtester-container
##.adtext_gray
##.adtext_horizontal
##.adtext_onwhite
##.adtext_vertical
##.adtext_white
##.adtextleft
##.adtextright
##.adtexts
##.adthx
##.adtile
##.adtips
##.adtips1
##.adtoggle
##.adtop
##.adtop-border
##.adtops
##.adtower
##.adtravel
##.adtv_300_250
##.adtxt
##.adtxtlinks
##.adult-adv
##.adunit
##.adunit-300-250
##.adunit-active
##.adunit-container
##.adunit-middle
##.adunit-parent
##.adunit-purch
##.adunit-side
##.adunit-title
##.adunit-wrap
##.adunit125
##.adunit160
##.adunit300x250
##.adunit468
##.adunitContainer
##.adunit_210x509
##.adunit_300x100
##.adunit_300x250
##.adunit_300x600
##.adunit_607x110
##.adunit_728x90
##.adunit_content
##.adunit_footer
##.adunit_leaderboard
##.adunit_maincol_right
##.adunit_rectangle
##.adunitfirst
##.adunitrd
##.adup-ad-container
##.adv--desktop-top
##.adv--intermingled
##.adv--leaderboard
##.adv--square
##.adv-160
##.adv-200-200
##.adv-250-250
##.adv-300
##.adv-300-1
##.adv-300-250
##.adv-300x250
##.adv-300x250-generic
##.adv-336-280
##.adv-4
##.adv-468-60
##.adv-700
##.adv-728
##.adv-970
##.adv-980x60
##.adv-ad
##.adv-background
##.adv-banner
##.adv-bar
##.adv-before-news-body
##.adv-block
##.adv-border
##.adv-bottom
##.adv-box
##.adv-box-wrapper
##.adv-carousel
##.adv-center
##.adv-click
##.adv-comment--opened
##.adv-comments
##.adv-cont
##.adv-cont1
##.adv-container
##.adv-conteiner
##.adv-dvb
##.adv-format-1
##.adv-full-width
##.adv-google
##.adv-halfpage
##.adv-header
##.adv-home-300x600
##.adv-in-body
##.adv-inset
##.adv-intext
##.adv-intext-label
##.adv-key
##.adv-label
##.adv-lb
##.adv-lb-wrap
##.adv-leaderboard
##.adv-leaderboard-banner
##.adv-list
##.adv-list__link
##.adv-list_inner
##.adv-lshaped-wrapper
##.adv-mid-rect
##.adv-mid-rect--right
##.adv-mpu
##.adv-mpu-shoulder
##.adv-outer
##.adv-overlay
##.adv-p
##.adv-phone
##.adv-phone-hp
##.adv-rectangle
##.adv-right
##.adv-right-300
##.adv-rotator
##.adv-script-container
##.adv-search-ad
##.adv-sidebar
##.adv-sidelabel
##.adv-slide-block-wrapper
##.adv-slot-container
##.adv-square-banner
##.adv-squarebox-banner
##.adv-teaser-divider
##.adv-text
##.adv-top
##.adv-top-container
##.adv-top-page
##.adv-under-video
##.adv-unit
##.adv-videoad
##.adv-x61
##.adv1
##.adv200
##.adv200_border
##.adv250
##.adv300
##.adv300-250
##.adv300-250-2
##.adv300-70
##.adv300_100
##.adv300left
##.adv300x100
##.adv300x250
##.adv300x60
##.adv300x70
##.adv336
##.adv350
##.adv460x60
##.adv468
##.adv468x110
##.adv468x90
##.adv728
##.adv728_90
##.adv728x90
##.advBottom
##.advBottomHome
##.advBox
##.advDesktop300x250
##.advImagesbox
##.advInt
##.advLB_PageMiddle
##.advLeaderboard
##.advRightBig
##.advSquare
##.advText
##.advTicker
##.advVideobox
##.advWrappers
##.adv_1
##.adv_120
##.adv_120_600
##.adv_120x240
##.adv_120x600
##.adv_160_600
##.adv_160x600
##.adv_2
##.adv_250
##.adv_250_250
##.adv_300
##.adv_300_300
##.adv_300_top
##.adv_300x250
##.adv_336_280
##.adv_468_60
##.adv_630
##.adv_728_90
##.adv_728x90
##.adv_90
##.adv_PageTop
##.adv__box
##.adv__container--300x250
##.adv__container--728x90
##.adv__text
##.adv_aff
##.adv_amazon_single
##.adv_banner
##.adv_banner_hor
##.adv_bg
##.adv_blocker
##.adv_box
##.adv_box_narrow
##.adv_cnt
##.adv_code
##.adv_default_box_container
##.adv_display
##.adv_flash
##.adv_floater_left
##.adv_floater_right
##.adv_headerleft
##.adv_headerright
##.adv_hed
##.adv_here
##.adv_img
##.adv_in_body_a
##.adv_info_text
##.adv_jump
##.adv_leaderboard
##.adv_left
##.adv_link
##.adv_main_middle
##.adv_main_middle_wrapper
##.adv_main_right_down
##.adv_main_right_down_wrapper
##.adv_medium_rectangle
##.adv_message
##.adv_page_blocker_overlay
##.adv_panel
##.adv_pointer_home
##.adv_pointer_section
##.adv_right
##.adv_sd_dx
##.adv_side1
##.adv_side2
##.adv_sidebar
##.adv_sidebar_300x250
##.adv_standard_d
##.adv_td
##.adv_title
##.adv_top
##.adv_tr
##.adv_txt
##.adv_under_menu
##.adv_underpost
##.adv_x_1
##.adv_x_2
##.advads-5
##.advads-sticky
##.advads-widget
##.advads_widget
##.advallyAdhesionUnit
##.advart
##.advbanner_300x250
##.advbanner_300x600
##.advbanner_970x90
##.advbig
##.advbptxt
##.adver
##.adver-block
##.adver-left
##.adver-text
##.adverTag
##.adverTxt
##.adver_bot
##.adver_cont_below
##.adver_home
##.adveratising
##.adverdown
##.adverhrz
##.adverserve145
##.adverstisement_right
##.advert--background
##.advert--banner-wrap
##.advert--fallback
##.advert--header
##.advert--leaderboard
##.advert--mpu
##.advert--mpu--rhs
##.advert--placeholder
##.advert--transition
##.advert--vc
##.advert--vc__wrapper
##.advert-100
##.advert-120x90
##.advert-160x600
##.advert-300
##.advert-300-side
##.advert-300x100-side
##.advert-300x250-container
##.advert-728
##.advert-728-90
##.advert-728x90
##.advert-760
##.advert-arch-top
##.advert-article-bottom
##.advert-autosize
##.advert-banner
##.advert-banner-holder
##.advert-bannerad
##.advert-bg-250
##.advert-block
##.advert-bloggrey
##.advert-body-not-home
##.advert-border
##.advert-bot-box
##.advert-bottom
##.advert-box
##.advert-bronze
##.advert-bronze-btm
##.advert-btm
##.advert-center
##.advert-center_468x60
##.advert-col
##.advert-col-center
##.advert-competitions
##.advert-container
##.advert-content
##.advert-content-item
##.advert-detail
##.advert-dfp
##.advert-double-mpu
##.advert-featured
##.advert-footer
##.advert-full-home-sec
##.advert-full-raw
##.advert-gold
##.advert-group
##.advert-head
##.advert-header-728
##.advert-home-380x120
##.advert-horizontal
##.advert-iab-300-250
##.advert-iab-468-60
##.advert-image
##.advert-info
##.advert-label
##.advert-leaderboard
##.advert-leaderboard2
##.advert-loader
##.advert-lower-right
##.advert-mini
##.advert-mpu
##.advert-mrec
##.advert-note
##.advert-overlay
##.advert-pane
##.advert-right
##.advert-section
##.advert-sidebar
##.advert-silver
##.advert-sky
##.advert-skyscraper
##.advert-stub
##.advert-text
##.advert-three
##.advert-tile
##.advert-title
##.advert-top
##.advert-top-footer
##.advert-txt
##.advert-under-hedaer
##.advert-unit
##.advert-wide
##.advert-words
##.advert-wrap
##.advert-wrap1
##.advert-wrap2
##.advert-wrapper
##.advert-wrapper_rectangle_aside
##.advert1
##.advert120
##.advert1Banner
##.advert2
##.advert300
##.advert300-home
##.advert300x100
##.advert300x250
##.advert300x300
##.advert300x440
##.advert300x600
##.advert350ih
##.advert4
##.advert5
##.advert728_90
##.advert728x90
##.advert8
##.advertAreaFrame
##.advertBanner
##.advertBar
##.advertBlock
##.advertBottom
##.advertBox
##.advertCaption
##.advertColumn
##.advertCont
##.advertContainer
##.advertContent
##.advertDownload
##.advertFullBanner
##.advertGenerator
##.advertHeadline
##.advertIframe
##.advertIslandWrapper
##.advertLink
##.advertLink1
##.advertMiddle
##.advertMpu
##.advertRight
##.advertSideBar
##.advertSign
##.advertSlot
##.advertSuperBanner
##.advertText
##.advertTh
##.advertThInnBg
##.advertTitleSky
##.advertWrapper
##.advert_300x250
##.advert_336
##.advert_468x60
##.advert__container
##.advert__fullbanner
##.advert__leaderboard
##.advert__mpu
##.advert__tagline
##.advert_area
##.advert_back_160x600
##.advert_back_300x250
##.advert_back_300xXXX
##.advert_banner
##.advert_banners
##.advert_block
##.advert_box
##.advert_caption
##.advert_cont
##.advert_container
##.advert_div
##.advert_djad
##.advert_google_content
##.advert_google_title
##.advert_header
##.advert_home_300
##.advert_img
##.advert_in_post
##.advert_label
##.advert_leaderboard
##.advert_line
##.advert_list
##.advert_main
##.advert_main_bottom
##.advert_mpu
##.advert_mpu_body_hdr
##.advert_nav
##.advert_note
##.advert_rectangle_aside
##.advert_small
##.advert_societe_general
##.advert_source
##.advert_span
##.advert_surr
##.advert_text
##.advert_top
##.advert_txt
##.advert_wrapper
##.advertasingtxt
##.advertbar
##.advertbox
##.adverteaser
##.advertembed
##.advertheader-red
##.adverthome
##.advertis-left
##.advertis-right
##.advertise-box
##.advertise-here
##.advertise-homestrip
##.advertise-horz
##.advertise-info
##.advertise-inquiry
##.advertise-leaderboard
##.advertise-link
##.advertise-link-post-bottom
##.advertise-list
##.advertise-small
##.advertise-square
##.advertise-top
##.advertise-vert
##.advertiseBlack
##.advertiseContainer
##.advertiseHere
##.advertiseLabel234x60
##.advertiseLabel300x250
##.advertiseText
##.advertise_ads
##.advertise_box
##.advertise_box1
##.advertise_box4
##.advertise_carousel
##.advertise_here
##.advertise_link
##.advertise_link_sidebar
##.advertise_links
##.advertise_sec
##.advertise_txt
##.advertise_verRight
##.advertisebtn
##.advertisedBy
##.advertisement--appnexus
##.advertisement-1
##.advertisement-160-600
##.advertisement-2
##.advertisement-234-60
##.advertisement-250
##.advertisement-300
##.advertisement-300-250
##.advertisement-300x250
##.advertisement-300x600
##.advertisement-728-90
##.advertisement-728x90
##.advertisement-750-60
##.advertisement-BottomRight
##.advertisement-after
##.advertisement-background
##.advertisement-banner
##.advertisement-before
##.advertisement-bkg
##.advertisement-block
##.advertisement-bottom
##.advertisement-box
##.advertisement-caption
##.advertisement-cell
##.advertisement-comment
##.advertisement-container
##.advertisement-content
##.advertisement-copy
##.advertisement-custom-content
##.advertisement-custom-post
##.advertisement-dashed
##.advertisement-header
##.advertisement-information-link
##.advertisement-label
##.advertisement-label-up-white
##.advertisement-layout
##.advertisement-leader-board
##.advertisement-leader-board-second
##.advertisement-leaderboard
##.advertisement-nav
##.advertisement-other
##.advertisement-placeholder
##.advertisement-position1
##.advertisement-right
##.advertisement-right-rail
##.advertisement-sidebar
##.advertisement-space
##.advertisement-sponsor
##.advertisement-swimlane
##.advertisement-tag
##.advertisement-text
##.advertisement-title
##.advertisement-top
##.advertisement-txt
##.advertisement-wrapper
##.advertisement1
##.advertisement300x250
##.advertisement468
##.advertisementBackground
##.advertisementBanner
##.advertisementBannerVertical
##.advertisementBar
##.advertisementBlock
##.advertisementBox
##.advertisementCenterer
##.advertisementColumnGroup
##.advertisementContainer
##.advertisementFull
##.advertisementGif
##.advertisementHeader
##.advertisementImg
##.advertisementLabel
##.advertisementLabelFooter
##.advertisementOutsider
##.advertisementPanel
##.advertisementReloadable
##.advertisementRotate
##.advertisementSection
##.advertisementSmall
##.advertisementText
##.advertisementTop
##.advertisement_160x600
##.advertisement_300x250
##.advertisement_728x90
##.advertisement__728x90
##.advertisement__label
##.advertisement__leaderboard
##.advertisement__title
##.advertisement_above_footer
##.advertisement_article_center_bottom_computer
##.advertisement_article_center_middle1_computer
##.advertisement_article_center_middle4_computer
##.advertisement_article_center_middle6_computer
##.advertisement_article_center_top_computer
##.advertisement_article_right_middle2_computer
##.advertisement_article_right_top_computer
##.advertisement_below_news_article
##.advertisement_block_234_60
##.advertisement_block_468_60
##.advertisement_box
##.advertisement_btm
##.advertisement_caption
##.advertisement_container
##.advertisement_flag
##.advertisement_flag_sky
##.advertisement_g
##.advertisement_header
##.advertisement_horizontal
##.advertisement_main_center_bottom_computer
##.advertisement_main_right_middle2_computer
##.advertisement_main_right_top_computer
##.advertisement_post
##.advertisement_river
##.advertisement_section_top
##.advertisement_sky
##.advertisement_top
##.advertisement_watchFooter
##.advertisementonblue
##.advertisementonwhite
##.advertisements-link
##.advertisements-right
##.advertisements-sidebar
##.advertisementsOutterDiv
##.advertisements_contain
##.advertisementsubtitle
##.advertiser
##.advertiser-links
##.advertisesingle
##.advertisespace_div
##.advertising--desktop
##.advertising--mobile
##.advertising--row
##.advertising--tablet
##.advertising--top
##.advertising-aside-top
##.advertising-banner
##.advertising-block
##.advertising-box-top-teaser
##.advertising-content
##.advertising-fixed
##.advertising-header
##.advertising-iframe
##.advertising-inner
##.advertising-leaderboard
##.advertising-local-links
##.advertising-lrec
##.advertising-mention
##.advertising-notice
##.advertising-srec
##.advertising-top
##.advertising-top-banner
##.advertising-top-box
##.advertising-top-category
##.advertising160
##.advertising2
##.advertising300_home
##.advertising300x250
##.advertising728
##.advertising728_3
##.advertisingBanner
##.advertisingBlock
##.advertisingBlocks
##.advertisingFooterXL
##.advertisingLabel
##.advertisingLegend
##.advertisingLrec
##.advertisingMob
##.advertisingRight
##.advertisingSlide
##.advertisingTable
##.advertisingTop
##.advertising_300x250
##.advertising_banner
##.advertising_block
##.advertising_bottom_box
##.advertising_box_bg
##.advertising_hibu_lef
##.advertising_hibu_mid
##.advertising_hibu_rig
##.advertising_images
##.advertising_widget
##.advertisingarea
##.advertisingarea-homepage
##.advertisingimage
##.advertisingimage-extended
##.advertisingimageextended
##.advertisingimageextended-link
##.advertisment
##.advertisment-banner
##.advertisment-label
##.advertisment-left-panal
##.advertisment-module
##.advertisment-rth
##.advertisment-small-container
##.advertisment-top
##.advertismentBox
##.advertismentContainer
##.advertismentContent
##.advertismentText
##.advertisment_300x250
##.advertisment_bar
##.advertisment_caption
##.advertisment_full
##.advertisment_two
##.advertize
##.advertize_here
##.advertlabel
##.advertleft
##.advertnotice
##.advertorial
##.advertorial-2
##.advertorial-block
##.advertorial-promo-box
##.advertorial-wrapper
##.advertorial2
##.advertorial_728x90
##.advertorial_red
##.advertorialitem
##.advertorialtitle
##.advertorialview
##.advertorialwidget
##.advertplay
##.adverts
##.adverts-125
##.adverts-inline
##.adverts2
##.adverts_RHS
##.advertspace
##.adverttext
##.adverttop
##.advfrm
##.advg468
##.advhere
##.advimg160600
##.advimg300250
##.advn_zone
##.advoice
##.advr
##.advr-wrapper
##.advr_top
##.advr_txtcss
##.advrectangle
##.advrst
##.advskin
##.advslideshow
##.advspot
##.advt
##.advt-banner-3
##.advt-block
##.advt-box
##.advt-sec
##.advt-text
##.advt300
##.advt720
##.advtBlock
##.advtMsg
##.advt_160x600
##.advt_468by60px
##.advt_indieclick
##.advt_single
##.advt_title
##.advt_widget
##.advtext
##.advtimg
##.advtitle
##.advtop
##.advtop-leaderbord
##.advttopleft
##.advv_box
##.advword
##.adwert
##.adwhitespace
##.adwide
##.adwidget
##.adwithspace
##.adwolf-holder
##.adword-box
##.adword-structure
##.adword-text
##.adword-title
##.adword1
##.adwordListings
##.adwords
##.adwords-container
##.adwordsHeader
##.adwords_in_content
##.adwrap
##.adwrap-widget
##.adwrapper-lrec
##.adwrapper1
##.adwrapper948
##.adx-300x250-container
##.adx-300x600-container
##.adx-wrapper
##.adx-wrapper-middle
##.adxli
##.adz-horiz
##.adz-horiz-ext
##.adz2
##.adz728x90
##.adzbanner
##.adzone
##.adzone-footer
##.adzone-preview
##.adzone-sidebar
##.adzone_ad_5
##.adzone_ad_6
##.adzone_ad_7
##.adzone_ad_8
##.adzone_ad_9
##.af-block-ad-wrapper
##.afc-box
##.aff-iframe
##.afffix-custom-ad
##.affiliate-ad
##.affiliate-footer
##.affiliate-link
##.affiliate-mrec-iframe
##.affiliate-sidebar
##.affiliate-strip
##.affiliateAdvertText
##.affiliate_ad
##.affiliate_header_ads
##.affiliate_header_ads_container
##.affiliates-sidebar
##.affiliation728x90
##.affinityAdHeader
##.afns-ad-sponsor-logo
##.afsAdvertising
##.afsAdvertisingBottom
##.afs_ads
##.aft-top-728x90
##.aftContentAdLeft
##.aftContentAdRight
##.after-content-ad
##.after-first-post-ad-1
##.after-post-ad
##.after-post-ads
##.after-story-ad-wrapper
##.after_ad
##.after_comments_ads
##.after_post_ad
##.afterpostadbox
##.agi-adsaleslinks
##.agi-adtop
##.aisle-ad
##.aisoad
##.ajax_ad
##.ajaxads
##.ajdg_bnnrwidgets
##.ajdg_grpwidgets
##.al-wss-ad
##.alb-content-ad
##.alignads
##.allow-ads
##.allpages_ad_bottom
##.allpages_ad_top
##.alt-ad-box
##.alt_ad
##.alternatives_ad
##.am-adContainer
##.am-articleItem--bodyAds
##.amAdvert
##.am_ads
##.amazon_ad
##.amsSparkleAdWrapper
##.anc_ads_show
##.anchor-ad-wrapper
##.anchorAd
##.anchoringTopAdDefault
##.annonce_textads
##.annons_themeBlock
##.annonstext
##.another_text_ad
##.answer_ad_content
##.aol-knot-fullscreen-right-ad
##.aol-twist-flyout-ad
##.aolSponsoredLinks
##.aopsadvert
##.ap_str_ad
##.apiAdMarkerAbove
##.apiAds
##.apiButtonAd
##.app-advertisements
##.app_ad_unit
##.app_advertising_skyscraper
##.apxContentAd
##.arcAdsBox
##.arcAdsContainer
##.archive-ad
##.archive-ads
##.area1_2_ad1
##.area5_ad
##.areaAd
##.area_ad
##.area_ad03
##.area_ad07
##.area_ad09
##.aroundAdUnit
##.artAd
##.artAdInner
##.art_ad_aside
##.art_ad_top
##.art_ads
##.art_aisde_ads
##.art_new_ads_468_60
##.artcl_promo_ad
##.article--ad
##.article--adv__before
##.article--content-ad
##.article-ad
##.article-ad-300x250
##.article-ad-970x90
##.article-ad-align-left
##.article-ad-blk
##.article-ad-bottom
##.article-ad-box
##.article-ad-cont
##.article-ad-left
##.article-ad-main
##.article-ad-placeholder
##.article-ad-primary
##.article-ad-row
##.article-ad-row-inner
##.article-ads
##.article-adv-right-sideBar
##.article-advert
##.article-advert--text
##.article-advert-container
##.article-advert-dfp
##.article-aside-ad
##.article-content-adwrap
##.article-first-ad
##.article-footer-ad-container
##.article-footer__ad
##.article-footer__ads
##.article-google-adsense
##.article-grid__item--advert
##.article-header-ad
##.article-inline-ad
##.article-mid-ad
##.article-news-videoad
##.article-sidebar__advert
##.article-sponsor
##.article-sponsored-content-list
##.article-top-ad
##.article-upper-ad-unit
##.article-v2-rail__advert
##.article-view__footer-ad
##.articleADbox
##.articleAd
##.articleAd300x250
##.articleAdBlade
##.articleAdHeader
##.articleAdSlot2
##.articleAdTop
##.articleAdTopRight
##.articleAds
##.articleAdsL
##.articleAdvert
##.articleEmbeddedAdBox
##.articleFooterAd
##.articleHeadAdRow
##.articlePage3rdPartyContentStrip
##.articleTopAd
##.article__ad-ir
##.article__adv
##.article__leaderboard-ad
##.article_ad
##.article_ad250
##.article_ad_container2
##.article_ad_text
##.article_adbox
##.article_ads_banner
##.article_bottom-ads
##.article_bottom_ad
##.article_google-ad
##.article_google_ads
##.article_inline_ad
##.article_inner_ad
##.article_list_in_ad
##.article_middle_ad
##.article_mpu
##.article_mpu_box
##.article_page_ads_bottom
##.article_sponsored_links
##.article_tower_ad
##.articlead
##.articleads
##.articlebodyad
##.articlepage_ads_1
##.articlepage_ads_top
##.artist-ad-wrapper
##.artnet-ads-ad
##.as-admedia
##.as_ad
##.as_social_footer
##.aseadn
##.aside-ad
##.aside-ad-wrapper
##.aside-ads
##.asideAd
##.aside_AD01
##.aside_AD02
##.aside_AD06
##.aside_AD08
##.aside_AD09
##.aside_ad_large
##.aside_banner_ads
##.aside_google_ads
##.associated-ads
##.async-ad-container
##.atcode_wp_bnn
##.atf-ad-medRect
##.atf-ad-medrec
##.atfAds
##.atf_ad300
##.atf_ad_box
##.attachment-advert_home
##.attachment-dm-advert-bronze
##.attachment-dm-advert-gold
##.attachment-dm-advert-silver
##.attachment-sidebar-ad
##.attachment-sidebarAd
##.attachment-sidebar_ad
##.attachment-squareAd
##.attachment-weather-header-ad
##.auction-nudge
##.autoAd
##.autoshow-top-ad
##.aux-ad-widget-1
##.aux-ad-widget-2
##.avertissement-download
##.b-ad
##.b-ad-footerBanner
##.b-ad-topBanner
##.b-ad-wrapper-side-midi
##.b-ads728
##.b-ads_300
##.b-ads_gpt
##.b-ads_iframe
##.b-adsuniversal-wrap
##.b-adv
##.b-adv-art
##.b-adv-mobi
##.b-adv-teaser
##.b-advert
##.b-advert__grid
##.b-aside-ads
##.b-astro-sponsored-links_horizontal
##.b-astro-sponsored-links_vertical
##.b5-ad-pushdown
##.b5_widget_skyscraper_ad
##.b5ad_bigbox
##.b5ad_skyscraper
##.b_ad
##.b_ad480
##.b_adLastChild
##.b_ads
##.b_ads_cont
##.b_ads_r
##.b_ads_top
##.back300ad
##.background-adv
##.backgroundAd
##.badge-gag-ads-container
##.bads300
##.badxcn
##.bam-dcRefreshableAd
##.ban-720-container
##.ban300side
##.ban420x200
##.ban420x260
##.ban680x450
##.ban728
##.ban980x90
##.bank-rate-ad
##.banmanad
##.banner--ad
##.banner-125
##.banner-300
##.banner-300-100
##.banner-300-250
##.banner-300x250
##.banner-300x600
##.banner-320-100
##.banner-468
##.banner-468-60
##.banner-468x60
##.banner-728
##.banner-728x90
##.banner-950x50
##.banner-ad
##.banner-ad-300x250
##.banner-ad-b
##.banner-ad-below
##.banner-ad-block
##.banner-ad-container
##.banner-ad-footer
##.banner-ad-label
##.banner-ad-row
##.banner-ad-space
##.banner-ad-wrapper
##.banner-ads
##.banner-ads-300x250
##.banner-ads-sidebar
##.banner-adsense
##.banner-adv
##.banner-advert
##.banner-adverts
##.banner-buysellads
##.banner-paid-ad-label
##.banner-rectangleMedium
##.banner-sidebar-300x250
##.banner-top-ads
##.banner-top-banner-728x90
##.banner1-728x90
##.banner120x600
##.banner125x125
##.banner160
##.banner160x600
##.banner250_250
##.banner300
##.banner300_250
##.banner300by250
##.banner300x84
##.banner336
##.banner336x280
##.banner350
##.banner468
##.banner468by60
##.banner728
##.banner728-ad
##.banner728-container
##.banner728x90
##.bannerADV
##.bannerAd
##.bannerAd3
##.bannerAd300x250
##.bannerAdContainer
##.bannerAdHHP
##.bannerAdLeaderboard
##.bannerAdRectangle
##.bannerAdSearch
##.bannerAdSidebar
##.bannerAdTower
##.bannerAdWrap
##.bannerAdWrapper300x250
##.bannerAdWrapper730x86
##.bannerAd_rdr
##.bannerAds
##.bannerAdvert
##.bannerAside
##.bannerGAd
##.bannerRightAd
##.bannerTopAdLeft
##.bannerTopAdRight
##.bannerWrapAdwords
##.banner_160x600
##.banner_234x90
##.banner_250x250
##.banner_300_250
##.banner_300x250
##.banner_300x250_2
##.banner_300x250_3
##.banner_300x600
##.banner_468_60
##.banner_468x60
##.banner_728_90
##.banner_728x90
##.banner_ad
##.banner_ad-728x90
##.banner_ad_233x90
##.banner_ad_300x250
##.banner_ad_728x90
##.banner_ad_footer
##.banner_ad_full
##.banner_ad_leaderboard
##.banner_ads
##.banner_ads1
##.banner_ads_300x250
##.banner_ads_home
##.banner_ads_home_inner
##.banner_adv
##.banner_altervista_300X250
##.banner_altervista_728X90
##.banner_mpu_integrated
##.banner_reklam
##.banner_reklam2
##.banner_slot
##.bannerad
##.bannerad-125tower
##.bannerad-468x60
##.bannerad3
##.banneradbottomholder
##.banneradd
##.bannerads
##.banneradsensetop
##.banneradsensetoptitle
##.banneradv
##.bannerandads
##.bannergoogle
##.bannergroup-ads
##.bannergroupadvertisement
##.banneritem-ads
##.banneritem_ad
##.bannerplace728
##.banners_ad
##.banners_ad_inside
##.bannervcms
##.bar_ad
##.barkerAd
##.barstool_ad_floater
##.base-ad-mpu
##.base-ad-top
##.base_ad
##.base_printer_widgets_AdBreak
##.bb-ad-mrec
##.bb-adv-160x600
##.bb-adv-300x250
##.bb-article-sponsor
##.bb-md-adv7
##.bbccom-advert
##.bbccom_advert
##.bbsTopAd
##.bci-ad
##.bcom_ad
##.bean-advertisment
##.bean-bag-ad
##.bean-dfp-ad-unit
##.beauty_ads
##.before-comment-ad
##.before-header-ad
##.before-injected-ad
##.below-article-ad-sidebar
##.below-feature-ad-hide-based-height
##.below-nav-ad
##.belowNavAds
##.below_game_ad
##.below_player_ad
##.belowthread_advert
##.belowthread_advert_container
##.belt-ad
##.belt_ad
##.bet_AdBlock
##.beteasy_sbad
##.beteasyadtxt
##.bets-ads
##.betteradscontainer
##.between_page_ads
##.bex_ad
##.bg-ad-link
##.bg-ad-top
##.bg-ads
##.bgAdBlue
##.bg_ad
##.bgadgray10px
##.bgcolor_ad
##.bgnavad
##.bgr_adv_div
##.bh_ad_container
##.big-ad
##.big-ads
##.big-advertisement
##.big-box-ad
##.big-rekl-holder
##.big-right-ad
##.bigAd
##.bigAdContainer
##.bigAds
##.bigAdvBanner
##.bigAdvMiddle
##.bigAdvMiddlea
##.bigBoxAdArea
##.bigCubeAd
##.big_ad
##.big_ad2
##.big_ads
##.big_center_ad
##.big_rectangle_page_ad
##.bigad
##.bigad1
##.bigad2
##.bigadleft
##.bigadright
##.bigads
##.bigadtxt1
##.bigbox-ad
##.bigbox_ad
##.bigboxad
##.bigsponsor
##.billboard-ad
##.billboard300x250
##.billboardAd
##.billboard__advert
##.billboard_ad
##.bing-ads-wrapper
##.bing-native-ad
##.biz-ad
##.biz-ads
##.biz-adtext
##.biz-details-ad
##.biz-list-ad
##.bizCardAd
##.bizDetailAds
##.bkg-ad-browse
##.bl_adv_right
##.blacboard-ads-container
##.blk_advert
##.blocAdInfo
##.bloc_ads_notice
##.bloc_adsense_acc
##.block--ad-superleaderboard
##.block--ads
##.block--advertising
##.block--advertising-header
##.block--bean-artadocean-splitter
##.block--bean-artadocean-text-link-1
##.block--bean-artadocean-text-link-2
##.block--bean-artadocean300x250-1
##.block--bean-artadocean300x250-3
##.block--bean-artadocean300x250-6
##.block--simpleads
##.block--views-premium-ad-slideshow-block
##.block-ad
##.block-ad-header
##.block-ad-leaderboard
##.block-ad-masthead
##.block-ad-middle
##.block-ad-mpu
##.block-ad-wrapper
##.block-ad300
##.block-ad_injector
##.block-ad_tag
##.block-admanager
##.block-ads
##.block-ads-bottom
##.block-ads-eplanning
##.block-ads-eplanning-300x250top-general
##.block-ads-eplanning-300x600
##.block-ads-home
##.block-ads-top
##.block-ads-yahoo
##.block-ads1
##.block-ads2
##.block-ads3
##.block-ads_top
##.block-adsense
##.block-adsense-managed
##.block-adsense_managed
##.block-adspace-full
##.block-adtech
##.block-adv
##.block-advertisement
##.block-advertising
##.block-adzerk
##.block-altads
##.block-ami-ads
##.block-appnexus-sidebar-banner-oas-ad
##.block-bean-adocean
##.block-bf_ads
##.block-bg-advertisement
##.block-bg-advertisement-region-1
##.block-boxes-ad
##.block-boxes-ga_ad
##.block-deca_advertising
##.block-dennis-adsense-afc
##.block-dfp
##.block-dfp-ad
##.block-dfp-blocks
##.block-display-ads
##.block-doubleclick_ads
##.block-ec_ads
##.block-eg_adproxy
##.block-fan-ad
##.block-fc_ads
##.block-fcc-advertising
##.block-fcc-advertising-first-sidebar-ad
##.block-featured-sponsors
##.block-first-sidebar-ad
##.block-gc_ad
##.block-gg_ads
##.block-google-admanager
##.block-google-admanager-dfp
##.block-google_admanager
##.block-google_admanager2
##.block-hcm-ads
##.block-hcm_ads
##.block-heremedia-ads
##.block-inner-adds
##.block-itg-ads
##.block-ltadvertising
##.block-maniad
##.block-module-ad
##.block-module-ad-300x250
##.block-module-ad-300x600
##.block-mps
##.block-nmadition
##.block-nst-googledfp
##.block-ohtdisplayad
##.block-openads
##.block-openadstream
##.block-openx
##.block-pm_doubleclick
##.block-pt-ads
##.block-reklama
##.block-simpleads
##.block-skyscraper-ad
##.block-sn-ad
##.block-sn-ad-blog-wrapper
##.block-sponsor
##.block-sponsored-links
##.block-thirdage-ads
##.block-vh-adjuggler
##.block-views-blockdetail-page-ads-block-3
##.block-wtg_adtech
##.block-yt-ads
##.block-zagat_ads
##.block1--ads
##.blockAd
##.blockAd300x97
##.blockAds
##.blockAdvertise
##.block__advertising
##.block__advertising-content
##.block__advertising-header
##.block_ad
##.block_ad_floating_bar
##.block_ad_middle
##.block_ad_sb_text
##.block_ad_sb_text2
##.block_ad_sponsored_links
##.block_ad_sponsored_links-wrapper
##.block_ad_sponsored_links_localized
##.block_ad_sponsored_links_localized-wrapper
##.block_ad_top
##.block_ads
##.block_adslot
##.block_adv
##.block_advert
##.block_bigad
##.blockad
##.blocked-ads
##.blockid_google-adsense-block
##.blockrightsmallads
##.blocsponsor
##.blog-ad
##.blog-ad-leader-inner
##.blog-ads
##.blog-ads-container
##.blog-ads-top
##.blog-advertisement
##.blog-view-ads
##.blog2AdIntegrated
##.blogAd
##.blogAdvertisement
##.blogArtAd
##.blogBigAd
##.blog_ad
##.blog_ad_continue
##.blog_divider_ad
##.blogads
##.blogads-sb-home
##.blogroll-ad-img
##.blogs_2_square_ad
##.blox3featuredAd
##.blue-ad
##.blxAdopsPlacement
##.bmg-sidebar-ads-125
##.bmg-sidebar-ads-300
##.bn-post-excerpt-cat-sponsored
##.bn_ads
##.bn_advert
##.bn_textads
##.bnr_ad
##.bo-top-ad-bottom
##.bo-top-left-ad
##.bo-top-right-ad
##.bodaciousad
##.body-ad
##.body-ads
##.body-adzone
##.bodyAd
##.body_ad
##.body_sponsoredresults_bottom
##.body_sponsoredresults_middle
##.body_sponsoredresults_top
##.body_width_ad
##.bodyads
##.bodyads2
##.bodybannerad
##.bodyrectanglead
##.bomAd
##.bonnier-ad
##.bonnier-ads
##.bonnier-ads-ad-bottom
##.bonnier-ads-ad-top
##.bookad
##.bookseller-header-advt
##.booster-ad
##.bostad
##.bot-728x90-ad
##.bot-affiliate
##.botAd
##.botRectAd
##.bot_ad
##.bot_ads
##.botad2
##.bottom-ad
##.bottom-ad-banner
##.bottom-ad-box
##.bottom-ad-container
##.bottom-ad-desktop
##.bottom-ad-fr
##.bottom-ad-large
##.bottom-ad-placeholder
##.bottom-ad-tagline
##.bottom-ad-wrapper
##.bottom-ad2
##.bottom-ads
##.bottom-ads-sticky
##.bottom-ads-wrapper
##.bottom-ads728
##.bottom-adv
##.bottom-adv-container
##.bottom-banner-ad
##.bottom-center-adverts
##.bottom-game-ad
##.bottom-large-google-ad
##.bottom-leaderboard-adslot
##.bottom-left-ad
##.bottom-left-fixed-ad
##.bottom-main-adsense
##.bottom-mpu-ad
##.bottom-right-advert
##.bottom-rightadvtsment
##.bottom-side-advertisement
##.bottom-slider-ads
##.bottom-sponsored-header
##.bottom2-adv
##.bottomAd
##.bottomAdBlock
##.bottomAdContainer
##.bottomAds
##.bottomAdsTitle
##.bottomAdvTxt
##.bottomAdvert
##.bottomAdvertisement
##.bottomAdvt
##.bottomArticleAds
##.bottomBannerAd
##.bottomBannerAdsSmallBotLeftHolder
##.bottomELAd
##.bottomFriendsAds
##.bottomReviewAd
##.bottom_ad
##.bottom_ad_block
##.bottom_ad_placeholder
##.bottom_ad_responsive
##.bottom_adbreak
##.bottom_ads
##.bottom_ads_wrapper_inner
##.bottom_adsense
##.bottom_adspace
##.bottom_advert_728x90
##.bottom_advertise
##.bottom_banner_ad
##.bottom_banner_advert_text
##.bottom_bar_ads
##.bottom_left_advert
##.bottom_right_ad
##.bottom_rightad
##.bottom_side_ad
##.bottom_sponsor
##.bottomad
##.bottomad-bg
##.bottomadarea
##.bottomads
##.bottomadtag
##.bottomadtop
##.bottomadvert
##.bottomadwords
##.bottombarad
##.bottomgooglead
##.bottomleader
##.bottomleader-ad-wrapper
##.bottomrightrailAd
##.bottomvidad
##.botton_advertisement
##.box-ad
##.box-ad-a
##.box-ad-grey
##.box-ad-mr1
##.box-ad-right-column
##.box-ad-unit-j
##.box-ad-wsr
##.box-ads
##.box-ads-small
##.box-adsense
##.box-adv-300-home
##.box-adv-300-text-bottom
##.box-adv-social
##.box-advert
##.box-advert-sponsored
##.box-advertisement
##.box-advertising1
##.box-adverts
##.box-entry-ad
##.box-entry-ad-bottom-single
##.box-entry-detail--ad
##.box-footer-ad
##.box-google-text-ad
##.box-radvert
##.box-recommend-ad
##.box-sidebar-ad
##.box-sidebar-ad-125
##.box-sidebar-ad-160
##.box-sidebar-ad-300
##.box-taboola-content
##.box1-ad
##.boxAd
##.boxAdContainer
##.boxAdFields
##.boxAdMrec
##.boxAds
##.boxAdsInclude
##.boxAdvertisement
##.boxOuterAD
##.boxSponsor
##.box_ad
##.box_ad_container
##.box_ad_content
##.box_ad_horizontal
##.box_ad_spacer
##.box_ad_wrap
##.box_ads
##.box_ads728x90_holder
##.box_adv
##.box_adv1
##.box_adv2
##.box_adv_728
##.box_adv_hp
##.box_adv_new
##.box_advertising
##.box_advertising_info
##.box_advertisment_62_border
##.box_content_ad
##.box_content_ads
##.box_publicidad
##.box_sidebar-ads
##.box_textads
##.box_title_ad
##.boxad
##.boxad1
##.boxad120
##.boxadcont
##.boxads
##.boxadv
##.boxcontentad
##.boxsponsor2
##.boxyads
##.bpcads-bottom-footer
##.bpcads-top-leaderboard
##.bps-ad-wrapper
##.bps-advertisement
##.bps-advertisement-inline-ads
##.bps-advertisement-placeholder
##.bps-search-chitika-ad
##.bq_ad_320x250
##.bq_adleaderboard
##.bq_rightAd
##.br-ad
##.br-ad-text
##.br-ad-wrapper
##.br-banner-ad
##.br-right-rail-ad
##.brand_ad
##.branding-ad-gallery
##.branding-ad-wrapper
##.bravo-ad
##.breadads
##.breadcumbad
##.break-ads
##.breakad_container
##.breaker-ad
##.breakerAd
##.breakingNewsModuleSponsor
##.breakthrough-ad
##.broker-ad
##.broker-ads
##.broker-ads-center
##.broker_box_ad
##.brokerad
##.browse-ad-container
##.browse-banner_ad
##.browse-by-make-ad
##.browse-inline-ad
##.browser_boot_ad
##.bs-ad
##.bsAdvert
##.bsa-in-post-ad-125-125
##.bsaProContainer
##.bsa_ads
##.bsa_it_ad
##.bsac
##.bsac-container
##.bt_ad
##.btf-ad-medRect
##.btfAds
##.btm_ad
##.btm_ad_container
##.btn-ad
##.btn-newad
##.btn_ad
##.budget_ads_1
##.budget_ads_2
##.budget_ads_3
##.budget_ads_bg
##.bulk-img-ads
##.bullet-sponsored-links
##.bullet-sponsored-links-gray
##.bump-ad
##.bunyad-ad
##.burstContentAdIndex
##.businessads
##.busrep_poll_and_ad_container
##.buttom_ad
##.buttom_ad_size
##.button-ad
##.button-ads
##.buttonAd
##.buttonAdSpot
##.buttonAds
##.button_ad
##.button_ads
##.button_advert
##.buttonad
##.buttonad_v2
##.buttonadbox
##.buttonads
##.buySellAdsContainer
##.buysellAds
##.buysellAdsSmall
##.buzzAd
##.buzz_ad_block
##.buzz_ad_wrap
##.bx_ad
##.bx_ad_right
##.bxad
##.bz-ad
##.bzads-ic-ad-300-250-600
##.c-ad
##.c-ad--text-only
##.c-ad--unlabeled
##.c-ad-size2
##.c-ad-size3
##.c-adcontainer
##.c-adunit
##.c-adunit--billboard
##.c-adunit--first
##.c-adunit__container
##.c-advert-app
##.c-advert-superbanner
##.c-advertisement
##.c-advertisement--billboard
##.c-advertisement--leaderboard
##.c-advertisement--rectangle
##.c-advertisement--rectangle-float
##.c-advertising
##.c-control--adchoice
##.c-fallback-ad
##.c-fallback-ad--house
##.c-fragment--container--ad
##.c-news-feed-ads
##.c-res-ad
##.c-sitenav-adslot
##.c-teaser__advertising
##.c300x250-advert
##.c3_adverts
##.cA-adStack
##.cA-adStrap
##.cColumn-TextAdsBox
##.cLeftTextAdUnit
##.c_adsky
##.c_google_adsense_nxn
##.c_ligatus_nxn
##.cableads
##.calendarAd
##.calloutAd
##.calls-to-action__sidebar-ad-container
##.can_ad_slug
##.canoeAdvertorial
##.carbon_ads
##.carbonad
##.carbonad-tag
##.card--ad
##.card--article-ad
##.card--type-html-native-ad
##.card-ad
##.card-ads
##.cards-categorical-list-ad
##.care2_adspace
##.careerAdviceAd1
##.carouselbanner_advert
##.carouselbannersad
##.cat-adv
##.cat-adv1
##.cat-advb0
##.cat-advl2
##.cat_context_ad
##.catalog-listing-ad-item
##.catalog_ads
##.catalyst-ads
##.cate_right_ad
##.category-ad
##.category-advertorial
##.category-top-ads
##.categorySponsorAd
##.category__big_game_container_body_games_advertising
##.categoryfirstad
##.categoryfirstadwrap
##.categorypage_ad1
##.categorypage_ad2
##.catfish_ad
##.cb-ad-banner
##.cb-ad-container
##.cb_ads
##.cb_navigation_ad
##.cbolaBannerStructure
##.cbs-ad
##.cbs-ad-unit
##.cbs-ad-unit-wrapper
##.cbstv_ad_label
##.cbzadvert
##.cbzadvert_block
##.cc-adv-label
##.cc-adv-wrapper
##.cc-advert
##.ccAdbottom
##.ccAdsize
##.ccAdtop
##.cct-tempskinad
##.cdAdContainer
##.cdAdTitle
##.cdLanderAd
##.cdc-ad
##.cde_ads_right_top_300x250
##.cdmainlineSearchAdParent
##.cdo-ad
##.cdo-ad-section
##.cdo-dicthomepage-btm-ad
##.cdsidebarSearchAdParent
##.center-ad
##.center-ad-banner
##.center-gray-ad-txt
##.centerAD
##.centerAd
##.centerAdBar
##.centerAds
##.centerAdvHeader
##.center_ad
##.center_add
##.center_ads
##.center_adsense
##.centerad
##.centerads
##.centeradv
##.centered-ad
##.centered_wide_ad
##.centralizer-adx
##.cg_ad_slug
##.cgs-ad-spot
##.ch_advertisement
##.change-ad-h-btn
##.change_AdContainer
##.changeableadzone
##.channel--ad
##.channel-adv
##.channel-icon--ad
##.channel-icon__ad-buffer
##.channel_ad_2016
##.channel_brand_ad
##.chartad
##.chartlist-row--interlist-ad
##.chitika-ad
##.chitikaAdBlock
##.chitikaAdCopy
##.chrt-subheader__adv
##.cinemabotad
##.ck-ad
##.cl-ad-inpager
##.cl-ad-slot-post1
##.cl-ad-slot-post2
##.clHeader_Ad
##.classifiedAdSplit
##.classifiedAdThree
##.cldt-ad-top
##.clearerad
##.clickforceads
##.client-ad
##.close-ad-wrapper
##.close2play-ads
##.cls_PostBottomInArticleAdsence_divContents
##.cls_PostFooterAdsence_divContents
##.cm-ad
##.cm-ad-row
##.cm-hero-ad
##.cm-rp01-ad
##.cm-rp02-ad
##.cm-take-a-break-ad-area
##.cmAd
##.cmAdCentered
##.cmAdContainer
##.cmAdFind
##.cmAdSponsoredLinksBox
##.cmBottomAdRight
##.cmMediaRotatorAd
##.cmMediaRotatorAdSponsor
##.cmRecentOnAirAds
##.cmTeaseAdSponsoredLinks
##.cm_ads
##.cmam_responsive_ad_widget_class
##.cmg-ads
##.cmi-content-3ads-horizontal
##.cms-Advert
##.cms-magazine-rightcol-adtag
##.cms_ad_contentad
##.cn24-ads
##.cn24-ads-160x600
##.cn24-ads-300x250
##.cn24-ads-600x290
##.cnAdContainer
##.cnAdDiv
##.cnAdzerkDiv
##.cnIframeAdvertisements
##.cn_ad_placement
##.cnbcHeaderAd
##.cnbcRailAd
##.cnbc_badge_banner_ad_area
##.cnbc_banner_ad_area
##.cnbc_leaderboard_ad
##.cnn160AdFooter
##.cnnAd
##.cnnSearchSponsorBox
##.cnnStoreAd
##.cnnStoryElementBoxAd
##.cnnWCAdBox
##.cnnWireAdLtgBox
##.cnn_728adbin
##.cnn_adbygbin
##.cnn_adcntr300x100
##.cnn_adcntr728x90
##.cnn_adcntr728x90t
##.cnn_adspc300x100
##.cnn_adspc336cntr
##.cnn_adtitle
##.cnn_fabcatad
##.cnn_grpnadclk
##.cnn_pt_ad
##.cnn_sectprtnrbox_cb
##.cnn_sectprtnrbox_grpn336
##.cns-ads-stage
##.cnt-ad-square
##.cnt-half-page-ads
##.cnt-header-ad
##.cnt-right-box-ad
##.cnt-right-vertical-ad
##.cnt-right-vertical-ad-home
##.cntAd
##.cnt_ad
##.cntrad
##.cobalt-ad
##.codeneric_ultimate_ads_manager_ad_wrapper
##.col-ad
##.col-ad-hidden
##.col-has-ad
##.col-line-ad
##.colBoxAdframe
##.colRightAd
##.col_ad
##.col_adunit300x250
##.col_header_ads_300x250
##.colads
##.collapse-ad-mob-wrapper
##.colombiaAd
##.column-ad
##.column2-ad
##.columnAdvert
##.columnBoxAd
##.columnRightAdvert
##.column_3_ad
##.com-ad-server
##.comment-ad
##.comment-ad-wrap
##.comment-advertisement
##.comment_ad
##.comment_ad_box
##.commentsFavoritesAd
##.commentsbannerad
##.commercial-ad
##.commercial-ad-long
##.commercialAd
##.common-adv-box
##.common_advertisement_title
##.communityAd
##.comp_AdsFrontPage_300x600
##.companion-ad
##.companion-ads
##.companionAd
##.companion_ad
##.company-page__top-ad-container
##.compareBrokersAds
##.component-sponsored-links
##.conTSponsored
##.con_widget_advertising
##.conductor_ad
##.confirm_ad_left
##.confirm_ad_right
##.confirm_leader_ad
##.connatix-wrapper
##.consoleAd
##.cont-ad
##.contads_middle
##.contained-ad-container
##.contained-ad-shaft
##.contained-ad-wrapper
##.container--ad
##.container--advert
##.container--bannerAd
##.container--header-ads
##.container-ad-600
##.container-adbanner-global
##.container-adbanner-list
##.container-adbanner-mobile
##.container-adds
##.container-advMoreAbout
##.container-adwords
##.container-lower-ad
##.container-rectangle-ad
##.container-top-adv
##.container-type-banner-advert
##.containerAdsense
##.containerSqAd
##.container_ad
##.container_row_ad
##.container_serendipity_plugin_google_adsense
##.contains-ad
##.content-ad
##.content-ad-article
##.content-ad-box
##.content-ad-left
##.content-ad-outer-container
##.content-ad-right
##.content-ad-side
##.content-ad-widget
##.content-ad-wrapper
##.content-ads
##.content-advert
##.content-advertisment
##.content-bottom-mpu
##.content-box-inner-adsense
##.content-cliff__ad
##.content-cliff__ad-container
##.content-footer-ad
##.content-footer-ad-block
##.content-header-ad
##.content-item-ad-top
##.content-kuss-ads
##.content-list__ad-label
##.content-module.ad
##.content-result-ads
##.content-single__advertisment
##.content-single__block_top_ad
##.content-top-mpu
##.content-unit-ad
##.content1-ad
##.content2-ad
##.contentAd
##.contentAd510
##.contentAdBox
##.contentAdContainer
##.contentAdFoot
##.contentAdIndex
##.contentAds
##.contentAdsCommon
##.contentAdsWrapper
##.contentAdvertisement
##.contentTopAd
##.contentTopAdSmall
##.contentTopAds
##.content_468_ad
##.content_ad
##.content_ad_728
##.content_ad_head
##.content_ad_side
##.content_ads
##.content_ads_index
##.content_adsense
##.content_adsq
##.content_advert
##.content_advertising
##.content_advt
##.content_bottom_adsense
##.content_column2_ad
##.content_inner_ad
##.content_left_advert
##.content_middle_adv
##.content_tagsAdTech
##.contentad
##.contentad-home
##.contentad300x250
##.contentad_right_col
##.contentadarticle
##.contentadfloatl
##.contentadleft
##.contentads1
##.contentads2
##.contentadstartpage
##.contentadstop1
##.contentadvside
##.contentleftad
##.contentpage_searchad
##.contents-ads-bottom-left
##.contenttextad
##.contentwellad
##.contentwidgetads
##.contest_ad
##.context-ads
##.contextualAds
##.contextual_ad_unit
##.convert-media-ad
##.copy-adChoices
##.core-adplace
##.cornerBoxInnerWhiteAd
##.cornerad
##.cosmo-ads
##.cp-adsInited
##.cp-smalladv
##.cp_ad
##.cpaAdPosition
##.cpmstarHeadline
##.cpmstarText
##.cpp-text-ad
##.cr_ad
##.cranky-ads-zone
##.create_ad
##.credited_ad
##.criAdv
##.criteo-ad
##.cross_delete_ads
##.crumb-ad
##.cs-adv-wrapper
##.cs-mpu
##.csPromoAd
##.csa-adsense
##.cscTextAd
##.cse_ads
##.csiAd_medium
##.csm-strategy-id-ad-placements-dynamic-1
##.cspAd
##.css-live-widget_googleAdBlock
##.ct-ad-article
##.ct-ad-article-wrapper
##.ct-ads
##.ct-bottom-ads
##.ct_ad
##.cta-ad
##.ctn-advertising
##.ctnAdSkyscraper
##.ctnAdSquare300
##.ctn_ads_rhs
##.ctn_ads_rhs_organic
##.ctpl-duplicated-ad
##.ctr-tss-ads
##.cube-ad
##.cubeAd
##.cube_ad
##.cube_ads
##.cubead-widget
##.currency_ad
##.custom-ad
##.custom-ad-container
##.custom-ad-one
##.custom-ads
##.custom-advert-banner
##.custom-banner-leaderboard-ad
##.customAd
##.custom_ads
##.custom_banner_ad
##.custom_footer_ad
##.customadvert
##.customized_ad_module
##.cwAdvert
##.cwv2Ads
##.cxAdvertisement
##.cyads650x100
##.d1-top-ad
##.d499d-ads-160x90-left
##.d499d-ads-160x90-right
##.d499d-ads-311x300-up
##.d499d-ads-635x100
##.da-custom-ad-box
##.dac__banner__wrapper
##.dac__mpu-card
##.dac__stream-mpu-card
##.darla_ad
##.dart-ad
##.dart-ad-content
##.dart-ad-grid
##.dart-ad-taboola
##.dart-ad-title
##.dart-advertisement
##.dart-leaderboard
##.dart-leaderboard-top
##.dart-medsquare
##.dartAd300
##.dartAd491
##.dartAdImage
##.dart_ad
##.dart_tag
##.dartad
##.dartadbanner
##.dartadvert
##.dartiframe
##.datafile-ad
##.dc-ad
##.dc-banner
##.dc-half-banner
##.dc-widget-adv-125
##.dcAdvertHeader
##.dcmads
##.dd-ad
##.dd-ad-container
##.dda-ad
##.ddc-table-ad
##.deckAd
##.deckads
##.default-teaser__adv
##.demo-advert
##.desktop-ad
##.desktop-ad-banner
##.desktop-ads
##.desktop-advert
##.desktop-aside-ad
##.desktop-aside-ad-hide
##.desktop-postcontentad-wrapper
##.desktop_ad
##.desktop_only_ad
##.desktopads
##.desktoponlyad
##.detach_container__sponsor-link
##.detail-ad
##.detail-ads
##.detailMpu
##.detailSidebar-adPanel
##.detail_ad
##.detail_article_ad
##.detail_top_advert
##.details-advert
##.devil-ad-spot
##.dfad
##.dfad_first
##.dfad_last
##.dfad_pos_1
##.dfad_pos_2
##.dfad_pos_3
##.dfad_pos_4
##.dfad_pos_5
##.dfad_pos_6
##.dfads-javascript-load
##.dfp-ad
##.dfp-ad-advert_mpu_body_1
##.dfp-ad-container
##.dfp-ad-full
##.dfp-ad-hideempty
##.dfp-ad-rect
##.dfp-ad-unit
##.dfp-ad-widget
##.dfp-ads-ad-article-middle
##.dfp-ads-embedded
##.dfp-adspot
##.dfp-banner
##.dfp-banner-slot
##.dfp-button
##.dfp-dynamic-tag
##.dfp-leaderboard
##.dfp-plugin-advert
##.dfp-slot-wallpaper
##.dfp-super-leaderboard
##.dfp-tag-wrapper
##.dfp-top1
##.dfp-top1-container
##.dfp-wrapper
##.dfpAdvert
##.dfp_ad
##.dfp_ad_block
##.dfp_ad_caption
##.dfp_ad_content_bottom
##.dfp_ad_content_top
##.dfp_ad_footer
##.dfp_ad_header
##.dfp_ad_inner
##.dfp_ad_unit
##.dfp_slot
##.dfp_unit
##.dfp_unit-ad_container
##.dfrads
##.dhAdContainer14
##.dianomi-ad
##.diggable-ad-sponsored
##.dikr-responsive-ads-slot
##.discourse-google-dfp
##.display-ad
##.display-ad-block
##.display-ads-block
##.display-advertisement
##.displayAd
##.displayAd728x90Js
##.displayAdCode
##.displayAdSlot
##.displayAdUnit
##.displayAds
##.display_ad
##.display_ads_right
##.display_adv_show
##.display_advrst
##.div-google-adx
##.div-gpt-ad
##.div-gpt-ad--interstitiel
##.div-gpt-ad--top
##.divAd
##.divAdright
##.divAdsBanner
##.divAdsLeft
##.divAdsRight
##.divAdvTopRight
##.divGoogleAdsTop
##.divMAD2
##.divReklama
##.divRepAd
##.divSponsoredBox
##.divSponsoredLinks
##.divTopADBanner
##.divTopADBannerWapper
##.divTopArticleAd
##.div_adv300
##.div_adv620
##.div_adv728
##.div_advertisement
##.div_advertorial
##.div_advstrip
##.div_banner468
##.divad1
##.divad2
##.divad3
##.divads
##.divadsensex
##.divider-ad
##.divider-advert
##.divider-full-width-ad
##.divider_ad
##.dlSponsoredLinks
##.dm-ads-125
##.dm-ads-350
##.dmRosMBAdBox
##.dm_ad-container
##.dmco_advert_iabrighttitle
##.dn-ad-small
##.dn-ad-wide
##.dod_ad
##.double-ad
##.double-ads
##.double-click-ad
##.double-square-ad
##.doubleClickAd
##.doubleGoogleTextAd
##.double_adsense
##.double_click_widget
##.doubleclick-ad
##.doubleclick_adtype
##.download-ad
##.downloadAds
##.download_ad
##.download_adv_text_video
##.download_link_sponsored
##.downloadad
##.drop-ad
##.dropdownAds
##.ds-ad
##.ds-ad-300
##.ds-ad-col-container
##.ds-ad-container
##.ds-ad-container-300
##.ds-ad-container-728
##.ds-ad-container-home
##.ds-ad-container-ros
##.ds-ad-home
##.ds-ad-inner
##.ds-ad-ros
##.dsk-box-ad-d
##.dsq_ad
##.dt-ad-top-content
##.dual-ads
##.dualAds
##.dva_ad
##.dvad1
##.dvad2
##.dvad3
##.dvad3mov
##.dvad4
##.dvad4cont
##.dvad5
##.dvad5cont
##.dvadevent
##.dvadvhw
##.dvcvmidads
##.dvcvrgtad
##.dw-sticky-ad
##.dw-sticky-ad-inner
##.dw-sticky-ad-left
##.dwn_link_adv
##.dynamic-ad-wrap-b
##.dynamic-ads
##.dynamicAdvertContainer
##.dynamicLeadAd
##.dynamic_adslot
##.dynamicad1
##.dynamicad2
##.e-ad
##.e-advertise
##.eads
##.earAdv
##.east_ad_bg
##.east_ad_block
##.easy-ads
##.easyAdsBox
##.easyAdsSinglePosition
##.easyazon-block
##.eb_ad280
##.ebayads
##.ec-ads
##.ec-ads-remove-if-empty
##.ec_ad_banner
##.econo-ads1
##.ecosia-ads
##.editor_ad
##.editorial-adsense
##.editors-ads
##.ehs-adbridge
##.eight8_advertisment_box_all_posts
##.ej-advertisement-text
##.element--ad
##.element-ad
##.element-adplace
##.em-ad
##.em-ads-widget
##.em_ad_300x250
##.em_ads_box_dynamic_remove
##.embAD
##.embed-ad
##.embedded-article-ad
##.embeddedAd
##.embeddedAds
##.emm-ad
##.empty-ad
##.endemic_ads
##.eng_ads
##.engagement_ad
##.eniro_ad
##.enterpriseAd
##.entry-ad
##.entry-ads
##.entry-ads-110
##.entry-body-ad
##.entry-bottom-ad
##.entry-injected-ad
##.entry-top-ad
##.entryAd
##.entry_sidebar_ads
##.entryad
##.eol-ads
##.ep-advertisment-link
##.epicgame-ads
##.esp_publicidad
##.esv-pub-300x600
##.et-single-post-ad
##.etad
##.etn-ad-text
##.eu-advertisment1
##.eu-advertisment2
##.eu-miniadvertisment
##.event-ads
##.event-ads-inside
##.ew-ad-placeholder
##.exec-advert-flash
##.exo-native-widget
##.exo-native-widget-header
##.exo-native-widget-outer-container
##.exo1-native-widget
##.expanding-ad
##.expertsAd
##.explore-ad
##.ext-ad
##.external-add
##.externalAdComponent
##.extra-ad
##.extrasColumnFuseAdLocal
##.ez-ad
##.ez-clientAd
##.ezAdsWidget
##.ezAdsense
##.ezmob-footer
##.ezo_ad
##.ezoic-ad
##.ezoic-floating-bottom
##.f-ad
##.f-item-ad
##.fN-affiliateStrip
##.f_Ads
##.fa-google-ad
##.facebook-ad
##.fbCalendarAds
##.fbPhotoSnowboxAds
##.fblockad
##.fbs-ad--ntv-home-wrapper
##.fbs-ad--progressive
##.fbs-ad--top-wrapper
##.fbs-ad--topx-wrapper
##.fc_splash_ad
##.fd-ad
##.fd-display-ad
##.fdDisplayAdGrid
##.fdc_ad
##.fe-blogs__desktop-ad
##.fe-blogs__sidebar-ad
##.fe-blogs__sidebar-ad--sticky-fix
##.fe-blogs__sidebar-ad-wrapper
##.fe-blogs__top-ad
##.fe-blogs__top-ad-wrapper
##.fe-blogs__top-ad-wrapper-leaderboard
##.feSideAdBlock
##.feSideAdv
##.feat_ads
##.feature-advertorial-image
##.featureAd
##.feature_ad
##.featured-ad
##.featured-ads
##.featured-sponsors
##.featured-story-ad
##.featuredAdBox
##.featuredAds
##.featuredBoxAD
##.featured_ad
##.featured_ad_item
##.featured_advertisers_box
##.featuredadvertising
##.features-advertorial-wrapper
##.features-advetorial-heading
##.features-advetorial-wrapper
##.feed-ad
##.feed-s-update--is-sponsored
##.feed-shared-post-meta--is-sponsored
##.feed-shared-update--is-sponsored
##.feedBottomAd
##.feeds-adblade
##.ffz_bottom_ad
##.fg_Ad
##.fgc-advertising
##.fi-adv-halfpage
##.fi-adv-placeholder
##.fi_adsense
##.field-name-shared-ad-placement-landscape
##.field-name-sticky-ads-div
##.finpostsads
##.firefly-sidebar-ad
##.fireplaceadleft
##.fireplaceadright
##.fireplaceadtop
##.first-ad
##.first-ad-wrap
##.first_ad
##.first_post_ad
##.firstad
##.firstadsmobile
##.firstpost_advert
##.firstpost_advert_container
##.fist-advertise-box
##.five-col-adpubs
##.fiveMinCompanionBanner
##.fix-ad
##.fixed-ad-160x600
##.fixed-ad-bottom
##.fixed-ad-bottom--banner
##.fixed-ad300-1
##.fixed-ads-header
##.fixedAds
##.fixedRightAd
##.fixed_ad_336x280
##.fixed_bottom_ad
##.fl-ads
##.fl-adsense
##.fl_adbox
##.flagads
##.flash-advertisement
##.flashAd
##.flash_ad
##.flash_advert
##.flashad
##.flashadd
##.flex-ad
##.flexAd
##.flexad
##.flexadvert
##.flexbanneritemad
##.flexiad
##.flipbook_v2_sponsor_ad
##.flm-ad
##.float-footer-ad-wrap
##.floatAdv
##.floatad
##.floatads
##.floated-ad
##.floated_right_ad
##.floating-advert
##.floatingAds
##.flurryAdsType1
##.fly-ad
##.flyercity-ads
##.fm-badge-ad
##.fnadvert
##.fns_td_wrap
##.fold-ads
##.follower-ad-bottom
##.following-ad
##.following-ad-container
##.foot-ad
##.foot-ads
##.foot-advertisement
##.foot_adsense
##.footad
##.footer-300-ad
##.footer-ad
##.footer-ad-elevated
##.footer-ad-full-wrapper
##.footer-ad-section
##.footer-ad-squares
##.footer-ad1
##.footer-ads
##.footer-ads-wrapper
##.footer-ads_unlocked
##.footer-adsbar
##.footer-adsense
##.footer-advert
##.footer-advert-large
##.footer-advertisement
##.footer-advertisement-container
##.footer-advertisements
##.footer-advertising-area
##.footer-banner-ad
##.footer-floating-ad
##.footer-im-ad
##.footer-leaderboard-ad
##.footer-ribbon-ad
##.footer-text-ads
##.footerAd
##.footerAdModule
##.footerAdUnit
##.footerAdWrapper
##.footerAds
##.footerAdsWrap
##.footerAdslot
##.footerAdverts
##.footerBottomAdSec
##.footerFullAd
##.footerGoogleAdMainWarp
##.footerTextAd
##.footer_ad
##.footer_ad336
##.footer_ad_container
##.footer_ads
##.footer_adv
##.footer_advertisement
##.footer_banner_ad_container
##.footer_block_ad
##.footer_bottom_ad
##.footer_bottomad
##.footer_line_ad
##.footer_text_ad
##.footer_text_adblog
##.footerad
##.footerads
##.footeradspace
##.footertextadbox
##.for-taboola
##.foreign-ad01
##.foreign-ad02
##.forex_ad_links
##.fortune-ad-unit
##.forum-ad
##.forum-ad-2
##.forum-topic--adsense
##.forumAd
##.forum_ad_beneath
##.forumtopad
##.four-ads
##.four-six-eight-ad
##.four_button_threeone_ad
##.four_percent_ad
##.fp-ad300
##.fp-adinsert
##.fp-ads
##.fp-right-ad
##.fp-right-ad-list
##.fp-right-ad-zone
##.fp_ad_text
##.fr_ad_loading
##.frame_adv
##.framead
##.freedownload_ads
##.freegame_bottomad
##.freewheelDEAdLocation
##.frn_adbox
##.frn_adbox_placeholder
##.frn_contAdHead
##.frn_cont_adbox
##.frn_placeholder_google_ads
##.fromoursponsor
##.front_ad
##.frontads
##.frontone_ad
##.frontpage-google-ad
##.frontpage-mpu-section-ad
##.frontpage-right-ad
##.frontpage-right-ad-hide
##.frontpage_ads
##.fs-ad-block
##.fs1-advertising
##.fsAdContainer
##.fs_ad_300x250
##.fs_ads
##.fsrads
##.ft-ad
##.ftb-native-ads
##.ftdAdBar
##.ftdContentAd
##.ftr_ad
##.ftv-ad-sumo
##.full-ad
##.full-adv
##.full-bleed-ad
##.full-width-ad
##.full-width-ad-container
##.full-width-ads
##.fullAdBar
##.fullSizeAd
##.full_AD
##.full_ad
##.full_ad_box
##.full_ad_row
##.full_width_ad
##.fulladblock
##.fullbannerad
##.fusion-ads
##.fusion-advert
##.fusionAd
##.fusionAdLink
##.future_dfp-inline_ad
##.fw-mod-ad
##.fwAdTags
##.g-ad
##.g-ad-fix
##.g-ad-slot
##.g-ad-slot-toptop
##.g-adblock3
##.g-adver
##.g-advertisement-block
##.g1-ads
##.g2-adsense
##.g3-adsense
##.g3rtn-ad-site
##.gAdRows
##.gAdSky
##.gAds
##.gAds1
##.gAdsBlock
##.gAdsContainer
##.gAdvertising
##.g_ad
##.g_ad336
##.g_ads_200
##.g_ads_728
##.g_adv
##.g_ggl_ad
##.ga-ad-split
##.ga-ads
##.ga-textads-bottom
##.ga-textads-top
##.gaTeaserAds
##.gaTeaserAdsBox
##.gabfire_ad
##.gabfire_simplead_widget
##.gad-container
##.gad-right1
##.gad-right2
##.gad_container
##.gads300x250
##.gads_cb
##.gads_container
##.gadsense
##.gadstxtmcont2
##.gall_ad
##.galleria-AdOverlay
##.galleria-ad-2
##.galleria-adsense
##.gallery-ad
##.gallery-ad-container
##.gallery-ad-counter
##.gallery-ad-holder
##.gallery-ad-overlay
##.gallery-ad-wrapper
##.gallery-injectedAd
##.gallery-sidebar-ad
##.galleryAds
##.galleryAdvertPanel
##.galleryLeftAd
##.galleryRightAd
##.gallery_300x100_ad
##.gallery__aside-ad
##.gallery__bottom-ad
##.gallery__footer-ad
##.gallery_ad
##.gallery_ad_wrapper
##.gallery_ads_box
##.gallery_post--interstitial_ad
##.galleryads
##.gam-300x250-default-ad-container
##.gam_ad_slot
##.game-ads
##.game-category-ads
##.game-right-ad-container
##.game-usps__display-ad
##.gameAd
##.gameBottomAd
##.game__adv_containerLeaderboard
##.game_right_ad
##.game_under_ad
##.gamepage_boxad
##.gamepageadBox
##.gameplayads
##.games-ad-wrapper
##.games-ad300
##.gamesPage_ad_container
##.gamesPage_ad_content
##.gamezebo_ad
##.gamezebo_ad_info
##.gb-ad-top
##.gbl_adstruct
##.gbl_advertisement
##.gdgt-header-advertisement
##.gdgt-postb-advertisement
##.gdm-ad
##.geeky_ad
##.gels-inlinead
##.gemini-ad
##.gen_side_ad
##.general-adzone
##.general_banner_ad
##.generations-container__ad-space
##.generic-ad-module
##.generic-ad-title
##.generic_300x250_ad
##.geoAd
##.getridofAds
##.getridofAdsBlock
##.gfp-banner
##.ggads
##.ggadunit
##.ggadwrp
##.gglAds
##.ggl_ads_row
##.ggl_txt_ads
##.gglads300
##.gl_ad
##.glamsquaread
##.glance_banner_ad
##.global-adsense
##.globalAd
##.globalAdLargeRect
##.globalAdLeaderBoard
##.global_banner_ad
##.gm-ad-lrec
##.gms-ad-centre
##.gms-advert
##.gn_ads
##.go-ad
##.go-ads-widget-ads-wrap
##.goAdverticum
##.goafrica-ad
##.goglad
##.goog_ad
##.googad
##.googads
##.google-2ad
##.google-ad
##.google-ad-160-600
##.google-ad-468-60
##.google-ad-728-90
##.google-ad-afc-header
##.google-ad-block
##.google-ad-bottom-outer
##.google-ad-container
##.google-ad-content
##.google-ad-fix
##.google-ad-iframe
##.google-ad-image
##.google-ad-manager__slot
##.google-ad-pad
##.google-ad-placeholder
##.google-ad-side_ad
##.google-ad-sidebar
##.google-ad-space
##.google-ad-space-vertical
##.google-ad-square-sidebar
##.google-ad-top-outer
##.google-ad-widget
##.google-ad-wrapper-ui
##.google-ads
##.google-ads-boxout
##.google-ads-container
##.google-ads-footer-01
##.google-ads-footer-02
##.google-ads-group
##.google-ads-leaderboard
##.google-ads-long
##.google-ads-obj
##.google-ads-responsive
##.google-ads-right
##.google-ads-rodape
##.google-ads-sidebar
##.google-ads-slim
##.google-ads-widget
##.google-ads-wrapper
##.google-ads2
##.google-adsbygoogle
##.google-adsense
##.google-advertisement
##.google-advertisement_txt
##.google-afc-wrapper
##.google-csi-ads
##.google-dfp-ad-label
##.google-entrepreneurs-ad
##.google-right-ad
##.google-side-ad
##.google-sponsored
##.google-sponsored-ads
##.google-sponsored-link
##.google-sponsored-links
##.google-text-ads
##.google-user-ad
##.google300x250
##.google300x250BoxFooter
##.google300x250TextDetailMiddle
##.google300x250TextFooter
##.google468
##.google468_60
##.google728x90
##.google728x90TextDetailTop
##.googleAd
##.googleAd-content
##.googleAd-list
##.googleAd300x250
##.googleAd300x250_wrapper
##.googleAd728OuterTopAd
##.googleAdBox
##.googleAdContainer
##.googleAdContainerSingle
##.googleAdFoot
##.googleAdSearch
##.googleAdSense
##.googleAdSenseModule
##.googleAdTopTipDetails
##.googleAdWrapper
##.googleAd_160x600
##.googleAd_1x1
##.googleAd_728x90
##.googleAd_body
##.googleAdd
##.googleAds
##.googleAds336
##.googleAds728
##.googleAds_article_page_above_comments
##.googleAdsense
##.googleAdsense468x60
##.googleAdv1
##.googleBannerWrapper
##.googleContentAds
##.googleInsideAd
##.googleLgRect
##.googleProfileAd
##.googleSearchAd_content
##.googleSearchAd_sidebar
##.googleSideAd
##.googleSkyWrapper
##.googleSubjectAd
##.google_728x90
##.google_ad
##.google_ad3
##.google_ad336
##.google_ad_bg
##.google_ad_btn
##.google_ad_container
##.google_ad_first
##.google_ad_label
##.google_ad_mrec
##.google_ad_right
##.google_ad_wide
##.google_add
##.google_add_container
##.google_admanager
##.google_ads
##.google_ads_468x60
##.google_ads_bom_block
##.google_ads_bom_title
##.google_ads_content
##.google_ads_header11
##.google_ads_sidebar
##.google_ads_v3
##.google_adsense
##.google_adsense1
##.google_adsense1_footer
##.google_adsense_footer
##.google_adsense_sidebar_left
##.google_afc
##.google_afc_ad
##.google_afc_articleintext
##.google_afc_categorymain
##.google_top_adsense
##.google_top_adsense1
##.google_top_adsense1_footer
##.google_top_adsense_footer
##.google_txt_ads_mid_big_img
##.googlead
##.googlead-sidebar
##.googleadArea
##.googlead_idx_b_97090
##.googlead_idx_h_97090
##.googlead_iframe
##.googlead_outside
##.googleadbottom
##.googleadcontainer
##.googleaddiv
##.googleaddiv2
##.googleadiframe
##.googleads
##.googleads-bottommiddle
##.googleads-container
##.googleads-topmiddle
##.googleads_300x250
##.googleads_title
##.googleadsense
##.googleadsrectangle
##.googleadvertisemen120x600
##.googleadvertisement
##.googleadwrap
##.googleafc
##.googlebanwide
##.googleimagead1
##.googleimagead2
##.googlepostads
##.googlepublisherads
##.googley_ads
##.gp-advertisement-wrapper
##.gpAdBox
##.gpAdFooter
##.gpAds
##.gp_adbanner--bottom
##.gp_adbanner--top
##.gpadvert
##.gpt-ad
##.gpt-ads
##.gpt-sticky-sidebar
##.gr-adcast
##.gr-ads
##.gradientAd
##.graphic_ad
##.gray_top_ad_container
##.grev-ad
##.grey-ad-line
##.grey-ad-notice
##.greyAd
##.greyad
##.grid-ad
##.grid-ad-section
##.grid-advertisement
##.grid-item-ad
##.grid-sm-ad-300
##.gridAd
##.gridAdRow
##.gridSideAd
##.gridad
##.gridstream_ad
##.group-ad-leaderboard
##.group-google-ads
##.group_ad
##.grv_is_sponsored
##.gsAd
##.gsfAd
##.gsl-ads
##.gt_ad
##.gt_ad_300x250
##.gt_ad_728x90
##.gt_adlabel
##.gtadlb
##.gtop_ad
##.guide-ad
##.guide__row--fixed-ad
##.gujAd
##.gutter-ad-left
##.gutter-ad-right
##.gutter-ad-wrapper
##.gutterAdHorizontal
##.gw-ad
##.gx_ad
##.h-ad
##.h-ad-728x90-bottom
##.h-ad-remove
##.h-ads
##.h-adver
##.h-large-ad-box
##.h-top-ad
##.h11-ad-top
##.h_Ads
##.h_ad
##.ha-o-house-ad
##.half-ad
##.half-page-ad
##.halfPageAd
##.half_ad_box
##.halfpage_ad_container
##.has-ad
##.hasads
##.hbPostAd
##.hbi-ad-advertiser
##.hbox_top_sponsor
##.hc_news_mobile_body_bottomAd
##.hcf-ad
##.hcf-ad-rectangle
##.hcf-cms-ad
##.hd-adv
##.hdTopAdContainer
##.hd_advert
##.hd_below_player_ad
##.hdr-ad
##.hdr-ad-text
##.hdr-ads
##.hdrAd
##.hdr_ad
##.head-ad
##.head-ads
##.head-banner468
##.headAd
##.head_ad
##.head_ad_wrapper
##.head_ads
##.head_ads_900
##.head_adv
##.head_advert
##.headad
##.headadcontainer
##.header--ad-space
##.header-ad
##.header-ad-area
##.header-ad-banner
##.header-ad-box
##.header-ad-column
##.header-ad-frame
##.header-ad-new-wrap
##.header-ad-slot
##.header-ad-space
##.header-ad-wrap
##.header-ad-wrapper
##.header-ad-zone
##.header-ad234x60left
##.header-ad234x60right
##.header-adbanner
##.header-adbox
##.header-adcode
##.header-adplace
##.header-ads
##.header-ads-container
##.header-ads-holder
##.header-ads-wrap
##.header-adsense
##.header-adv
##.header-advert
##.header-advert-container
##.header-advert-wrapper
##.header-advertisement
##.header-article-ads
##.header-banner-ad
##.header-banner-ads
##.header-bannerad
##.header-google-ads
##.header-google-adsense970
##.header-menu-horizontal-ads
##.header-menu-horizontal-ads-content
##.header-sponsor
##.header-taxonomy-image-sponsor
##.header-top-ad
##.header15-ad
##.header3-advert
##.header728-ad
##.headerAd
##.headerAd1
##.headerAdArea
##.headerAdCode
##.headerAdContainer
##.headerAdPosition
##.headerAdSpacing
##.headerAdWrapper
##.headerAds
##.headerAdspace
##.headerAdvert
##.headerTextAd
##.headerTopAd
##.headerTopAds
##.header__ads
##.header__advertisement
##.header__weather__ad
##.header_ad
##.header_ad_2
##.header_ad_center
##.header_ad_div
##.header_ad_space
##.header_ads
##.header_ads_box
##.header_ads_promotional
##.header_adsense_banner
##.header_adv2
##.header_adv3
##.header_adv_optional
##.header_advert
##.header_advertisement
##.header_advertisement_text
##.header_advertisment
##.header_classified_ads
##.header_leaderboard_ad
##.header_link_ad
##.header_right_ad
##.headerad
##.headerad-720
##.headerad-placeholder
##.headeradarea
##.headeradhome
##.headeradinfo
##.headeradright
##.headerads
##.heading-ad-space
##.headline-adblock
##.headline-ads
##.headline_advert
##.heatmapthemead_ad_widget
##.heavy_ad
##.herald-ad
##.hero-ad
##.hero-ad-special
##.hi5-ad
##.hidden-ad
##.hide-ad
##.hideAdMessage
##.hideIfEmptyAd
##.hidePauseAdZone
##.hideStartAdZone-container
##.hide_ad
##.hide_internal_ad
##.highlight-news-ad
##.highlights-ad
##.highlightsAd
##.hioxInternalAd
##.hl-ad-row__mrec
##.hl-ads-holder-0
##.hl-post-center-ad
##.hm-sec-ads
##.hm_adlist
##.hm_advertisment
##.hm_top_right_google_ads
##.hm_top_right_google_ads_budget
##.hn-ads
##.home-300x250-ad
##.home-activity-ad
##.home-ad
##.home-ad--promo
##.home-ad--top
##.home-ad-container
##.home-ad-links
##.home-ad-region-1
##.home-ad1
##.home-ad2
##.home-ad3
##.home-ad4
##.home-ad728
##.home-ads
##.home-ads-container
##.home-ads-container1
##.home-adv-box
##.home-advert
##.home-area3-adv-text
##.home-body-ads
##.home-features-ad
##.home-sidebar-ad
##.home-sidebar-ad-300
##.home-slider-ads
##.home-sponsored-links
##.home-sticky-ad
##.home-top-ad
##.home-top-of-page__top-box-ad
##.home-top-right-ads
##.homeAd
##.homeAd1
##.homeAd2
##.homeAdBox
##.homeAdBoxA
##.homeAdBoxBetweenBlocks
##.homeAdBoxInBignews
##.homeAdFullBlock
##.homeAdSection
##.homeAddTopText
##.homeCentreAd
##.homeMainAd
##.homeMediumAdGroup
##.homePageAds
##.homeSubAd
##.homeTextAds
##.home__ad-small
##.home__ad-small-label
##.home_ad
##.home_ad300
##.home_ad720_inner
##.home_ad_300x100
##.home_ad_300x250
##.home_ad_bottom
##.home_ad_large
##.home_adblock
##.home_adholder
##.home_advert
##.home_advertisement
##.home_advertorial
##.home_box_latest_ads
##.home_mrec_ad
##.home_offer_adv
##.home_sidebar_ads
##.home_sway_adv
##.home_top_ad_slider
##.home_top_ad_slides
##.home_top_right_ad
##.home_top_right_ad_label
##.homead
##.homeadnews
##.homeadwrapper
##.homefront468Ad
##.homepage-300-250-ad
##.homepage-ad
##.homepage-ad-block-padding
##.homepage-ad-buzz-col
##.homepage-ad-module
##.homepage-advertisement
##.homepage-banner-ad
##.homepage-footer-ad
##.homepage-footer-ads
##.homepage-right-rail-ad
##.homepage-small-touts-ad
##.homepage-sponsoredlinks-container
##.homepage-square-ad
##.homepage300ad
##.homepageAd
##.homepageFlexAdOuter
##.homepageMPU
##.homepage__ad
##.homepage__ad--middle-leader-board
##.homepage__ad--top-leader-board
##.homepage__ad--top-mrec
##.homepage_ad_half
##.homepage_ad_lower_leaderboard
##.homepage_ads
##.homepage_ads_firstrow
##.homepage_ads_fourthrow
##.homepage_ads_secondrow
##.homepage_ads_thirdrow
##.homepage_ads_topspot
##.homepage_block_ad
##.homepage_middle_right_ad
##.homepageinline_adverts
##.homesmallad
##.homestream-ad
##.hor-ad
##.hor_ad
##.hori-play-page-adver
##.horisont_ads
##.horiz_adspace
##.horizontal-ad-holder
##.horizontal-ad2
##.horizontalAd
##.horizontalAdText
##.horizontalAdvert
##.horizontal_ad
##.horizontal_adblock
##.horizontal_ads
##.horizontalbtad
##.horizontaltextadbox
##.horizsponsoredlinks
##.hortad
##.house-ad
##.house-ads
##.houseAd
##.houseAd1
##.houseAdsStyle
##.housead
##.hover_300ad
##.hover_ads
##.hoverad
##.hp-ad-container
##.hp-ad-grp
##.hp-col4-ads
##.hp-content__ad
##.hp-inline-ss-service-ad
##.hp-main__rail__footer__ad
##.hp-slideshow-right-ad
##.hp-ss-service-ad
##.hp2-adtag
##.hpPollQuestionSponsor
##.hpPriceBoardSponsor
##.hp_320-250-ad
##.hp_ad_300
##.hp_ad_box
##.hp_ad_cont
##.hp_ad_text
##.hp_adv300x250
##.hp_advP1
##.hp_horizontal_ad
##.hp_t_ad
##.hp_textlink_ad
##.hp_w_ad
##.hpa-ad1
##.hr-ads
##.hr_ad
##.hr_advt
##.hrad
##.hss-ad
##.hss-ad-300x250_1
##.hss_static_ad
##.hst-contextualads
##.ht_ad_widget
##.html-advertisement
##.html-block-ads
##.html-component-ad-filler
##.html5-ad-progress-list
##.hyad
##.hype_adrotate_widget
##.i360ad
##.iAdserver
##.i_ad
##.iab300x250
##.iab728x90
##.ib-adv
##.ib-figure-ad
##.ibm_ad_bottom
##.ibm_ad_text
##.ibt-top-ad
##.ic-ads
##.icit-ch-advert
##.ico-adv
##.icon-advertise
##.icon-myindependentad
##.iconAdChoices
##.icon_ad_choices
##.iconads
##.icx_ad
##.id-Advert
##.id-Article-advert
##.idGoogleAdsense
##.idMultiAd
##.id_footer_social
##.idc-adContainer
##.idc-adWrapper
##.ident_right_ad
##.idgGoogleAdTag
##.ie-adtext
##.ie-sponsoredbox
##.iframe-ad
##.iframe-ads
##.iframeAd
##.iframeAds
##.iframead
##.iframeadflat
##.im-topAds
##.image-ad-336
##.image-advertisement
##.image-viewer-ad
##.image-viewer-mpu
##.imageAd
##.imageAdBoxTitle
##.imageAds
##.imageGalleryAdHeadLine
##.imagead
##.imageads
##.images-adv
##.imagetable_ad
##.img-advert
##.img_ad
##.img_ads
##.imgad
##.imgur-ad
##.impactAdv
##.import_video_ad_bg
##.imuBox
##.in-ad
##.in-article-ad
##.in-article-adsense
##.in-article-mpu
##.in-between-ad
##.in-content-ad
##.in-content-ad--container
##.in-node-ad-300x250
##.in-page-ad
##.in-story-ads
##.in-story-text-ad
##.inArticleAdInner
##.inPageAd
##.inStoryAd-news2
##.in_ad
##.in_article_ad
##.in_content_ad_container
##.in_content_advert
##.in_up_ad_game
##.incontentAd
##.incontent_ads
##.indEntrySquareAd
##.indent-advertisement
##.index-adv
##.index-after-second-post-ad
##.index-long-ads
##.index_728_ad
##.index_ad
##.index_ad_a2
##.index_ad_a4
##.index_ad_a5
##.index_ad_a6
##.index_ad_column2
##.index_right_ad
##.indexad
##.indie-sidead
##.indy_googleads
##.inf-admedia
##.inf-admediaiframe
##.info-ads
##.info-advert-160x600
##.info-advert-300x250
##.info-advert-728x90
##.info-advert-728x90-inside
##.infoBoxThreadPageRankAds
##.ingameadbox
##.ingameboxad
##.ingridAd
##.inhouseAdUnit
##.inhousead
##.injectedAd
##.inline-ad
##.inline-ad-card
##.inline-ad-placeholder
##.inline-ad-text
##.inline-ad-wrap
##.inline-ad-wrapper
##.inline-adblock
##.inline-advert
##.inline-mpu
##.inline-mpu-left
##.inline-panorama-ad
##.inlineAd
##.inlineAdContainer
##.inlineAdImage
##.inlineAdInner
##.inlineAdNotice
##.inlineAdText
##.inlineAdTour
##.inlineAd_content
##.inlineAdvert
##.inlineAdvertisement
##.inlineSideAd
##.inline_ad
##.inline_ad_container
##.inline_ad_title
##.inline_ads
##.inlinead
##.inlinead-tagtop
##.inlineadsense
##.inlineadtitle
##.inlist-ad
##.inlistAd
##.inner-ad
##.inner-ad-disclaimer
##.inner-adv
##.inner-advt-banner-3
##.inner-post-ad
##.inner468ad
##.innerAd300
##.innerAdWrapper
##.innerAds
##.innerContentAd
##.inner_ad
##.inner_ad_advertise
##.inner_adv
##.inner_big_ad
##.innerad
##.innerpostadspace
##.inpostad
##.ins_adwrap
##.insert-advert-ver01
##.insert-post-ads
##.insertAd_AdSlice
##.insertAd_Rectangle
##.insertAd_TextAdBreak
##.insert_ad
##.insert_advertisement
##.insert_text_body_ad_prod
##.insertad
##.insideStoryAd
##.inside_ad
##.inside_ad_box
##.insideads
##.inslide-ad
##.instructionAdvHeadline
##.insurance-ad
##.intad
##.inteliusAd_image
##.interAd
##.interbody-ad-unit
##.interest-based-ad
##.internal-ad
##.internalAd
##.internalAdSection
##.internalAdsContainer
##.internal_ad
##.interstitial-ad
##.interstitial-ad600
##.interstitial468x60
##.interstitial__ad--wrapper
##.interstitial_ad_wrapper
##.ion-ad
##.ione-widget-dart-ad
##.ipm-sidebar-ad-middle
##.iprom-ad
##.ipsAd
##.ipsAdvertisement
##.iqadlinebottom
##.iqadmarker
##.is-mpu
##.is-sponsored
##.is24-adplace
##.isAd
##.is_trackable_ad
##.isad_box
##.island-ad
##.islandAd
##.islandAdvert
##.island_ad
##.island_ad_right_top
##.islandad
##.isocket_ad_row
##.item-ad
##.item-ad-leaderboard
##.item-ads
##.item-advertising
##.item-container-ad
##.item-housead
##.item-housead-last
##.item-inline-ad
##.itemAdvertise
##.item_ads
##.itinerary-index-advertising
##.itw-ad
##.iw-leaderboard-ad
##.j-ads-mrec
##.jLinkSponsored
##.j_ads
##.ja-ads
##.jalbum-ad-container
##.jam-ad
##.jc_ad_container
##.jg-ad-5
##.jg-ad-970
##.jimdoAdDisclaimer
##.jl-ads-leaderboard
##.job-ads-container
##.jobAds
##.jobkeywordads
##.jobs-ad-box
##.jobs-ad-marker
##.joead728
##.jp-advertisment-promotional
##.jquery-adi
##.jquery-script-ads
##.js-ad
##.js-ad--comment
##.js-ad-banner-container
##.js-ad-container
##.js-ad-doubleimu
##.js-ad-dynamic
##.js-ad-hideable
##.js-ad-home
##.js-ad-hover
##.js-ad-imu
##.js-ad-konvento
##.js-ad-loaded
##.js-ad-loader-bottom
##.js-ad-prepared
##.js-ad-primary
##.js-ad-slot
##.js-ad-space-container
##.js-ad-static
##.js-ad-unit-bottom
##.js-ad-wrapper
##.js-adExternalPage
##.js-adfliction-iframe
##.js-adfliction-standard
##.js-ads
##.js-ads-carousel
##.js-adv-rotator-image
##.js-advert
##.js-advert--responsive
##.js-advert--vc
##.js-advert-container
##.js-advert-upsell-popup
##.js-advertising__placeholder1
##.js-billboard-advert
##.js-dfp-ad
##.js-dfp-ad-bottom
##.js-dfpAdPosSR
##.js-gptAd
##.js-header-ad
##.js-header-ad-wrapper
##.js-native-ad
##.js-outbrain-container
##.js-react-simple-ad
##.js-site-header-advert
##.js-slide-right-ad
##.js-slide-top-ad
##.js-slim-nav-ad
##.js-sticky-ad
##.js-sticky-ads-bdp-desktop
##.js-stream-ad
##.js-stream-featured-ad
##.js-toggle-ad
##.jsOneAd
##.js_adContainer
##.js_contained-ad-container
##.jsx-adcontainer
##.juicyads_300x250
##.jumboAd
##.jw-ad
##.jw-ad-block
##.jw-ad-label
##.jw-ad-media-container
##.jw-ad-visible
##.kads-main
##.kcAds
##.kd_ads_block
##.kdads-empty
##.kdads-link
##.keyword-ads-block
##.kip-advertisement
##.kip-banner-ad
##.kitara-sponsored
##.kl-ad
##.knowledgehub_ad
##.koadvt
##.kopa-ads-widget
##.kw_advert
##.kw_advert_pair
##.kwd_bloack
##.l-350-250-ad-words
##.l-ad
##.l-ad-300
##.l-ad-728
##.l-adsense
##.l-bottom-ads
##.l-header-advertising
##.l-region--ad
##.l300x250ad
##.l_ad_sub
##.label-ad
##.labelads
##.labeled_ad
##.ladbrokes_sbad
##.landing-advertise
##.landing-feed--ad-vertical
##.landing-page-ads
##.landingAdRail
##.landing_adbanner
##.large-ad-center
##.large-advert
##.large-btn-ad
##.large-right-ad
##.largeAd
##.largeRecAdNewsContainerRight
##.largeRectangleAd
##.largeUnitAd
##.large_ad
##.large_add_container
##.largesideadpane
##.last-left-ad
##.last-right-ad
##.lastAdvertorial
##.lastLiAdv
##.lastRowAd
##.lastads
##.lastpost_advert
##.latest-ad
##.latest-news__ad--desktop
##.latest-posts__sidebar-ad-container
##.layer-ad-bottom
##.layer-ad-top
##.layer-xad
##.layer_text_ad
##.layeradinfo
##.layout-ad
##.layout__content-ad
##.layout__top-ad
##.layout_communityad_right_ads
##.lazy-ad
##.lazy-adv
##.lazyad
##.lazyadslot
##.lazyload_ad
##.lazyload_ad_article
##.lb-ad
##.lb-adhesion-unit
##.lb-advert-container
##.lb-item-ad
##.lbadtxt
##.lbc-ad
##.lbl-advertising
##.lblAdvert
##.lcontentbox_ad
##.ld-ad
##.ld-ad-inner
##.lead-ad
##.lead-ads
##.lead-advert
##.lead-board-ad-cont-home
##.leadAd
##.leader-ad
##.leader-ad-728
##.leaderAd
##.leaderAdSlot
##.leaderAdTop
##.leaderAdvert
##.leaderBoardAdHolder
##.leaderBoardAdvert
##.leaderOverallAdArea
##.leader_ad
##.leader_aol
##.leaderad
##.leaderboard-ad
##.leaderboard-ad-belt
##.leaderboard-ad-container
##.leaderboard-ad-dummy
##.leaderboard-ad-green
##.leaderboard-ad-grid
##.leaderboard-ad-inner
##.leaderboard-ad-main
##.leaderboard-ad-module
##.leaderboard-ad-pane
##.leaderboard-ad-unit
##.leaderboard-adblock
##.leaderboard-ads
##.leaderboard-advert
##.leaderboard-advertisement
##.leaderboardAd
##.leaderboardAdContainer
##.leaderboardAdContainerInner
##.leaderboardFooter_ad
##.leaderboard_ad
##.leaderboard_ad_container
##.leaderboard_ad_top_responsive
##.leaderboard_ad_unit
##.leaderboard_ad_unit_groups
##.leaderboard_ads
##.leaderboard_adv
##.leaderboard_banner_ad
##.leaderboard_text_ad_container
##.leaderboardad
##.leaderboardadmiddle
##.leaderboardadtop
##.leaderboardadwrap
##.leadgenads
##.left-ad
##.left-ad180
##.left-ads
##.left-advert
##.left-column-rectangular-ad
##.left-column-virtical-ad
##.left-rail-ad
##.left-rail-ad__wrapper
##.left-rail-horizontal-ads
##.left-sidebar-box-ads
##.left-sponser-ad
##.left-takeover-ad
##.left-takeover-ad-sticky
##.left120X600AdHeaderText
##.leftAd
##.leftAdColumn
##.leftAdContainer
##.leftAd_bottom_fmt
##.leftAd_top_fmt
##.leftAds
##.leftAdsFix
##.leftAdsFix1
##.leftAdvert
##.leftCol_advert
##.leftColumnAd
##.leftPaneAd
##.left_300_ad
##.left_ad
##.left_ad_160
##.left_ad_areas
##.left_ad_box
##.left_ad_container
##.left_add_block
##.left_adlink
##.left_ads
##.left_adsense
##.left_adv
##.left_advertisement_block
##.left_col_ad
##.left_col_adv
##.left_google_add
##.left_sidebar_wide_ad
##.leftad
##.leftadd
##.leftadtag
##.leftbar_ad_160_600
##.leftbarads
##.leftbottomads
##.leftnavad
##.leftrighttopad
##.leftsidebar_ad
##.lefttopad1
##.legacy-ads
##.legal-ad-choice-icon
##.lextraleftmoreads
##.lg-ads-160x90
##.lg-ads-311x300-down
##.lg-ads-311x300-up
##.lg-ads-311x500
##.lg-ads-635x100
##.lgRecAd
##.lg_ad
##.liboxads
##.ligatus
##.lightad
##.lijit-ad
##.lineList_ad
##.linead
##.linelist-item-ad
##.linkAD
##.link_ad
##.link_adslider
##.link_advertise
##.linkads
##.linkedin-sponsor
##.links_google_adx
##.list-ad
##.list-ads
##.list-feature-ad
##.listAdvertGenerator
##.listad
##.listicle--ad-rail
##.listing-content-ad-container
##.listing-inline-ad
##.listing-item-ad
##.listingAd
##.listing__ads--right
##.listings-ad-block
##.listings-bottom-ad-w
##.listings_ad
##.literatumAd
##.little_vid_ads
##.live-search-list-ad-container
##.live_tv_sponsorship_ad
##.liveads
##.liveblog__highlights__ad
##.livingsocial-ad
##.ljad
##.llsAdContainer
##.lnad
##.loadadlater
##.local-ads
##.localad
##.location-ad
##.log_ads
##.logged_out_ad
##.logo-ad
##.logoAd-hanging
##.logoAds
##.logo_AdChoices
##.logoad
##.logoutAd
##.logoutAdContainer
##.longAd
##.longAdBox
##.longAds
##.longBannerAd
##.long_ad
##.longform-ad
##.loop-ad
##.loop_google_ad
##.lottery-ad-container
##.lower-ad
##.lower-ads
##.lowerAd
##.lowerAds
##.lowerContentBannerAd
##.lowerContentBannerAdInner
##.lower_ad
##.lp_az_billboard__via_content_header_ad_
##.lpt_adsense_bottom_content
##.lqm-ads
##.lqm_ad
##.lr-ad
##.lr_skyad
##.lsn-yahooAdBlock
##.lt_ad
##.lt_ad_call
##.luma-ad
##.luxeAd
##.lx_ad_title
##.lyad
##.lyrics-inner-ad-wrap
##.m-ContentAd
##.m-ad
##.m-ad--open
##.m-ad-region
##.m-ad-region-leaderboard
##.m-ad-tvguide-box
##.m-advert
##.m-advertisement
##.m-advertisement--container
##.m-block-ad
##.m-dfp-ad-text
##.m-gallery-overlay--ad-top
##.m-header-ad
##.m-header-ad--slot
##.m-in-content-ad
##.m-in-content-ad--slot
##.m-in-content-ad-row
##.m-in-content-ad-row--bonus
##.m-layout-advertisement
##.m-mem--ad
##.m-sidebar-ad
##.m-sidebar-ad--slot
##.m-sponsored
##.m4-adsbygoogle
##.mTopAd
##.m_ad1
##.m_ad300
##.m_banner_ads
##.macAd
##.macad
##.mad_adcontainer
##.madison_ad
##.magAd
##.magad
##.magazine_box_ad
##.mailAdElem
##.main-ad
##.main-ads
##.main-advert
##.main-advertising
##.main-column-ad
##.main-footer-ad
##.main-google-ad-container
##.main-right-ads
##.main-tabs-ad-block
##.main-top-ad-container
##.mainAd
##.mainAdContainer
##.mainAds
##.mainEcoAd
##.mainLeftAd
##.mainLinkAd
##.mainRightAd
##.main_ad
##.main_ad_adzone_5_ad_0
##.main_ad_adzone_6_ad_0
##.main_ad_adzone_7_ad_0
##.main_ad_adzone_7_ad_1
##.main_ad_adzone_8_ad_0
##.main_ad_adzone_8_ad_1
##.main_ad_adzone_9_ad_0
##.main_ad_adzone_9_ad_1
##.main_ad_bg
##.main_ad_bg_div
##.main_ad_container
##.main_adbox
##.main_ads
##.main_adv
##.main_advert_section
##.main_intro_ad
##.main_right_ad
##.main_wrapper_upper_ad_area
##.mainadWrapper
##.mainadbox
##.mango_ads
##.mantis-ad
##.mantis__recommended__item--external
##.mantis__recommended__item--sponsored
##.manual-ad
##.mapAdvertising
##.map_google_ad
##.map_media_banner_ad
##.mapped-ad
##.margin0-ads
##.marginadsthin
##.marginalContentAdvertAddition
##.market-ad
##.market-ad-small
##.marketing-ad
##.marketplace-ad
##.marketplaceAd
##.marketplaceAdShell
##.markplace-ads
##.marquee-ad
##.masonry__ad
##.master_post_advert
##.masthead-ad
##.masthead-ad-control
##.masthead-ads
##.mastheadAds
##.masthead_ad_banner
##.masthead_ads_new
##.masthead_topad
##.matador_sidebar_ad_600
##.match-ad
##.match-results-cards-ad
##.mb-advert
##.mb-advert__leaderboard--large
##.mb-advert__mpu
##.mb-advert__tweeny
##.mb-block--advert-side
##.mb-list-ad
##.mc-ad-chrome
##.mcx-content-ad
##.md-adv
##.md-advertisement
##.mdl-ad
##.mdl-quigo
##.me-rtm
##.medColModAd
##.medRecContainer
##.medRect
##.med_ad_box
##.media--ad
##.media-ad-rect
##.media-advert
##.media-network-ad
##.media-temple-ad-wrapper-link
##.mediaAd
##.mediaAdContainer
##.mediaResult_sponsoredSearch
##.media_ad
##.mediamotive-ad
##.medianet-ad
##.medium-google-ad-container
##.medium-rectangle-ad
##.medium-rectangle-advertisement
##.medium-top-ad
##.mediumRectagleAd
##.mediumRectangleAd
##.mediumRectangleAdvert
##.medium_ad
##.medium_rectangle_ad_container
##.mediumad
##.medo-ad-section
##.medo-ad-wideskyscraper
##.medrec-ad
##.medrect-ad
##.medrect-ad2
##.medrectAd
##.medrect_ad
##.medrectadv4
##.mee-ad-detail-billboard
##.member-ads
##.memberAdsContainer
##.member_ad_banner
##.meme_adwrap
##.memrise_ad
##.menu-ad
##.menuAd
##.menuAds-cage
##.menuItemBannerAd
##.menuad
##.menueadimg
##.merchantAdsBoxColRight
##.merkai_ads_wid
##.mess_div_adv
##.messageBoardAd
##.message_ads
##.metaRedirectWrapperBottomAds
##.metaRedirectWrapperTopAds
##.meta_ad
##.metaboxType-sponsor
##.mf-ad300-container
##.mg_box_ads
##.mgid-wrapper
##.micro_ad
##.mid-ad-wrapper
##.mid-advert
##.mid-page-2-advert
##.mid-post-ad
##.mid-section-ad
##.midAd
##.midAdv-cont
##.midAdv-cont2
##.mid_4_ads
##.mid_ad
##.mid_article_ad_label
##.mid_banner_ad
##.mid_page_ad
##.mid_page_ad_big
##.mid_right_ads
##.mid_right_inner_id_ad
##.midad
##.midarticlead
##.middle-ad
##.middle-ads
##.middle-ads728
##.middle-footer-ad
##.middleAd
##.middleAdLeft
##.middleAdMid
##.middleAdRight
##.middleAds
##.middleBannerAd
##.middle_AD
##.middle_ad
##.middle_ad_responsive
##.middle_ads
##.middlead
##.middleadouter
##.midpost-ad
##.min_navi_ad
##.mini-ad
##.mini-ads
##.miniHeaderAd
##.mini_ads
##.mini_ads_bottom
##.mini_ads_right
##.miniad
##.miniads
##.misc-ad
##.misc-ad-label
##.miscAd
##.mit-adv-comingsoon
##.mks_ads_widget
##.ml-advert
##.ml-adverts-sidebar-1
##.ml-adverts-sidebar-2
##.ml-adverts-sidebar-4
##.ml-adverts-sidebar-bottom-1
##.ml-adverts-sidebar-bottom-2
##.ml-adverts-sidebar-bottom-3
##.ml-adverts-sidebar-random
##.mlaAd
##.mm-ad-mpu
##.mm-ad-sponsored
##.mm-banner970-90-ad
##.mmads
##.mmc-ad
##.mmc-ad-wrap-2
##.mmcAd_Iframe
##.mnopolarisAd
##.mntl-gpt-adunit
##.mo_googlead
##.moads-widget
##.mob-adspace
##.mobads
##.mobile-ad
##.mobile-ad-container
##.mobile-ad-nav
##.mobile-instream-ad-holder-single
##.mobile-related-ad
##.mobileAdWrap
##.mobileAdvertInStreamHighlightText
##.mobileAppAd
##.mobile_ad_container
##.mobile_article_ad2
##.mobile_featuredad
##.mobile_featuredad_article
##.mobile_index_ad
##.mobileadbig
##.mobilesideadverts
##.mod-ad
##.mod-ad-1
##.mod-ad-2
##.mod-ad-300x250
##.mod-ad-600
##.mod-ad-box
##.mod-ad-google-afc
##.mod-ad-lrec
##.mod-ad-n
##.mod-ad-risingstar
##.mod-adblock
##.mod-adcpc
##.mod-adopenx
##.mod-ads
##.mod-big-ad-switch
##.mod-big-banner-ad
##.mod-google-ads
##.mod-google-ads-container
##.mod-home-mid-advertisement
##.mod-horizontal-ad
##.mod-sponsored-links
##.mod-trbad
##.mod-tss-ads-wrapper
##.mod-vertical-ad
##.mod_ad
##.mod_ad_imu
##.mod_ad_t25
##.mod_ad_text
##.mod_ad_top
##.mod_admodule
##.mod_ads
##.mod_advert
##.mod_index_ad
##.mod_openads
##.mod_r_ad
##.mod_r_ad1
##.modal-ad
##.module--ad
##.module-ad
##.module-ad-small
##.module-ads
##.module-advert
##.module-advertisement
##.module-image-ad
##.module-rectangleads
##.module-sponsored-ads
##.module1colAds
##.moduleAd
##.moduleAdSpot
##.moduleAdvert
##.moduleAdvertContent
##.moduleBannerAd
##.module_ad
##.module_ad_disclaimer
##.module_box_ad
##.module_header_sponsored
##.module_home_ads
##.module_single_ads
##.modulegad
##.moduletable-adsponsor
##.moduletable-advert
##.moduletable-bannerAd6
##.moduletable-centerad
##.moduletable-googleads
##.moduletable-rectangleads
##.moduletable_ad-right
##.moduletable_ad160x600_center
##.moduletable_ad300x250
##.moduletable_adtop
##.moduletable_advertisement
##.moduletable_top_ad
##.moduletableadvert
##.moduletableexclusive-ads
##.moduletablesquaread
##.moduletabletowerad
##.modulo-publicidade
##.mom-ad
##.momizat-ads
##.moneyball-ad
##.monitor-g-ad-300
##.monitor-g-ad-468
##.monsterad
##.more-content-and-ads
##.moreAdBlock
##.morestarcontentandads
##.mos-ad
##.mosaicAd
##.mostpop_sponsored_ad
##.motherboard-ad
##.mp-ad
##.mpsponsor
##.mpu-ad
##.mpu-ad-con
##.mpu-ad-top
##.mpu-advert
##.mpu-c
##.mpu-container-blank
##.mpu-footer
##.mpu-fp
##.mpu-holder
##.mpu-leaderboard
##.mpu-left
##.mpu-mediatv
##.mpu-right
##.mpu-title
##.mpu-top-left
##.mpu-top-left-banner
##.mpu-top-right
##.mpu-unit
##.mpu-wrap
##.mpu-wrapper
##.mpu01
##.mpu250
##.mpu600
##.mpuAd
##.mpuAdArea
##.mpuAdSlot
##.mpuAdvert
##.mpuArea
##.mpuBox
##.mpuContainer
##.mpuMiddle
##.mpuTextAd
##.mpu_Ad
##.mpu_ad
##.mpu_advert
##.mpu_advertisement_border
##.mpu_container
##.mpu_gold
##.mpu_holder
##.mpu_placeholder
##.mpu_platinum
##.mpu_side
##.mpu_text_ad
##.mpuad
##.mpuads
##.mpuholderportalpage
##.mr-dfp-ad
##.mrec-ads
##.mrec_advert
##.ms-ad-superbanner
##.ms-ads-link
##.ms_header_ad
##.msat-adspace
##.msfg-shopping-mpu
##.msg-ad
##.msgad
##.mslo-ad
##.mslo-ad-300x250
##.mslo-ad-728x66
##.mslo-ad-holder
##.msnChannelAd
##.msn_ad_wrapper
##.mst_ad_top
##.msw-js-advert
##.mt-ad-container
##.mt-ads
##.mt-header-ads
##.mt_adv
##.mt_adv_v
##.mtv-adChoicesLogo
##.mtv-adv
##.multiad2
##.multiadwrapper
##.multiple-ad-tiles
##.mvAd
##.mvAdHdr
##.mvp-ad-label
##.mvp-feat1-list-ad
##.mvp-widget-ad
##.mvp-widget-feat2-side-ad
##.mvp_ad_widget
##.mvp_block_type_ad_module
##.mvw_onPageAd1
##.mwaads
##.mx-box-ad
##.mxl_ad_inText_250
##.my-ad250x300
##.my-ads
##.myAds
##.myAdsBox
##.myAdsGroup
##.myTestAd
##.my_ad
##.myadmid
##.myimg-advert
##.mypicadsarea
##.myplate_ad
##.nSponsoredLcContent
##.nSponsoredLcTopic
##.n_ad
##.na-adcontainer
##.naMediaAd
##.nadvt300
##.narrow_ad_unit
##.narrow_ads
##.nationalad
##.native-ad
##.native-ad-container
##.native-ad-item
##.native-ad-link
##.native-ad-promoted-provider
##.native-adv
##.native-advts
##.native-sidebar-ad
##.nativeAd
##.nativeAd-sponsor-position
##.nativeMessageAd
##.native_ad
##.nativead
##.nativeadasideplaceholder
##.nativeads-unt
##.nativeadserversidecontentmodule
##.nature-ad
##.nav-ad
##.nav-adWrapper
##.nav-keywords__item--native-ad
##.navAdsBanner
##.navBads
##.nav__adbanner
##.nav_ad
##.nav_textads
##.navad
##.navadbox
##.navbar-header-ad
##.navcommercial
##.navi_ad300
##.naviad
##.nba300Ad
##.nba728Ad
##.nbaAdNotice
##.nbaAroundAd2
##.nbaT3Ad160
##.nbaTVPodAd
##.nbaTextAds
##.nbaTwo130Ads
##.nbc_Adv
##.nbc_ad_carousel_wrp
##.nc-dealsaver-container
##.nc-exp-ad
##.nchadcont
##.nda-ad
##.nda-ad--leaderboard
##.ndmadkit
##.netPost_ad1
##.netPost_ad3
##.netads
##.netshelter-ad
##.network-ad-two
##.new-ad-box
##.new-ads-scroller
##.newArv_2nd_adv_blk
##.newHeaderAd
##.newPex_forumads
##.newTopAdContainer
##.new_ad1
##.newad
##.newad1
##.newadsky-wrapper
##.news-ad
##.news-ad-block-a
##.news-ad-square-a
##.news-ad-square-box
##.news-place-ad-info
##.newsAd
##.news_ad_box
##.news_article_ad_google
##.news_article_ads
##.news_footer_ad_container
##.news_imgad
##.newsad
##.newsblock-ads
##.newsfeed_adunit
##.newsletter_ad
##.newsstackedAds
##.newstream_ad
##.newsviewAdBoxInNews
##.newsvinemsn_adtype
##.nexusad
##.nf-adbox
##.ng-ad-banner
##.ng-ad-container-300-250
##.ngs-adv-async
##.ninemsn-footer-ad
##.ninth-box-ad
##.nivo-ad-container
##.nl2ads
##.nn-mpu
##.no1postadvert
##.noAdForLead
##.noTitleAdBox
##.node-ad
##.node-content-ad
##.node-left-ad-under-img
##.node_ad_wrapper
##.nomobilead
##.non-empty-ad
##.nonsponserIABAdBottom
##.normalAds
##.normalad
##.northad
##.not-an-ad-header
##.note-advertisement
##.noticeAd_pc_wrap
##.np-header-ad
##.np-right-ad
##.npAdGoogle
##.npSponsorTextAd
##.nrAds
##.nr_partners
##.nrelate .nr_partner
##.nsAdRow
##.nscr300Ad
##.nscrMidAdBlock
##.nscrT1AdBlock
##.ntnlad
##.ntv-ad
##.ntv-rail-ad
##.nu2ad
##.nuffnangad
##.nui-ad-layout
##.nw-ad
##.nw-ad-468x60
##.nw-ad-label
##.nw-taboola
##.nw-top-ad
##.nzs-ads
##.o-ad-banner-top
##.o-ad-container
##.o-ads
##.o-ads--center
##.o-advert
##.o-listing__ad
##.o-story-content__ad
##.oad-ad
##.oas-ad
##.oas-bottom-ads
##.oas-leaderboard-ads
##.oasInAds
##.oas_ad
##.oas_add
##.oas_advertisement
##.oas_desktop_banner
##.oas_sidebar_v7
##.oas_x20
##.oas_x21
##.oas_x70
##.oasad
##.oasads
##.ob_ads_header
##.ob_container .item-container-obpd
##.ob_dual_right > .ob_ads_header ~ .odb_div
##.ob_nm_paid
##.oba_message
##.ocp-sponsor
##.odc-nav-ad
##.ody-sponsor
##.offer-ad
##.offer_sponsoredlinks
##.oi-header-ad
##.oi_horz_ad_container
##.oio-banner-zone
##.oio-link-sidebar
##.oio-openslots
##.oio-zone-position
##.old-advertorial-block
##.omnitureAdImpression
##.on-demand-ad
##.onAd
##.on_player_ads
##.on_single_ad_box
##.one-ad
##.oneColumnAd
##.onethirdadholder
##.onf-ad
##.onsite-ads-728w
##.opaAd
##.open-ad-container-mobile
##.openads
##.openadstext_after
##.openx
##.openx-ad
##.openx_10
##.openx_11
##.openx_15
##.openx_16
##.openx_17
##.openx_3
##.openx_4
##.openx_ad
##.openx_frame
##.openxbuttons
##.optional-ad
##.os-advertisement
##.os-header-ad
##.osan-ads
##.other-posts-ads
##.other_adv2
##.otherheader_ad
##.otj_adspot
##.outbrain_ad_li
##.outbrain_dual_ad_whats_class
##.outbrain_ul_ad_top
##.outer-ad-container
##.outerAdWrapper
##.outerAd_300x250_1
##.outerAds
##.outeradcontainer
##.outermainadtd1
##.outgameadbox
##.outside_ad
##.outstream-ad-outer-wrapper
##.ovAdLabel
##.ovAdPromo
##.ovAdSky
##.ovAdartikel
##.ov_spns
##.ovadsenselabel
##.overflow-ad
##.overlay-ad
##.overlay-ad-container
##.overlay-ads
##.overlay_ad
##.ox-holder
##.ox_ad
##.ozadtop
##.ozadtop3
##.p-ad
##.p-ad-outbreak
##.p-ad-rectangle
##.p-post-ad
##.p2_right_ad
##.p75_sidebar_ads
##.pAdsBlock2
##.p_adv
##.p_topad
##.pa_ads_label
##.padAdvx
##.padd-adv
##.paddingBotAd
##.pads2
##.pads_bulk_widget
##.padvertlabel
##.page-ad
##.page-ad-container
##.page-ads
##.page-advert
##.page-box-ad
##.page-footer-ad
##.page-header-ad
##.page-pencil-ad-container-bottom
##.pageAdSkinUrl
##.pageAds
##.pageBottomGoogleAd
##.pageFooterAd
##.pageGoogleAd
##.pageGoogleAdFlat
##.pageGoogleAdSubcontent
##.pageGoogleAds
##.pageGoogleAdsContainer
##.pageHeaderAd
##.pageHeaderAds
##.pageLeaderAd
##.pageSkinAds
##.pageTopAd
##.page_ad
##.page_content_right_ad
##.pagead
##.pagebuilder_ad
##.pageclwideadv
##.pagefair-acceptable
##.pagenavindexcontentad
##.pair_ads
##.pan-ad-inline
##.pan-ad-inline1
##.pan-ad-inline2
##.pan-ad-inline3
##.pan-ad-sidebar-top
##.pan-ad-sidebar1
##.pan-ad-sidebar2
##.pane-ad-ads-all
##.pane-ad-block
##.pane-ad-manager-bottom-right-rail-circ
##.pane-ad-manager-middle
##.pane-ad-manager-middle1
##.pane-ad-manager-right
##.pane-ad-manager-right1
##.pane-ad-manager-right2
##.pane-ad-manager-right3
##.pane-ad-manager-shot-business-circ
##.pane-ad-manager-subscribe-now
##.pane-adonews-ad
##.pane-ads
##.pane-adv-manager
##.pane-advertorials-homepage-advertorial-rotator
##.pane-bzads-bzadwrapper-120x60-partner
##.pane-bzads-fintech-300x250
##.pane-dart-dart-tag-gfc-ad-rail-3
##.pane-dfp-dfp-ad-atf-728x90
##.pane-frontpage-ad-banner
##.pane-frontpage-ad-banner-hk
##.pane-kl-global-middle-ad
##.pane-mp-advertisement-rectangle
##.pane-openx
##.pane-site-ads
##.pane-sponsored-links
##.pane-textlinkads-26
##.pane-tgx-ad
##.pane-tw-ad-master-ad-300x250a
##.pane-tw-ad-master-ad-300x600
##.pane-tw-adjuggler-tw-adjuggler-half-page-ad
##.pane-two-column-ads
##.pane_ad_wide
##.panel-ad
##.panel-ad-mr
##.panel-advert
##.panel-body-adsense
##.panel__column--vc-advert
##.panel__row--with-vc-advert
##.panel_ad
##.paneladvert
##.panoramic_ad_placeholder
##.paragraphs-item-advertisement
##.paralaxBackgorundAdwords
##.partial-ad
##.partner-ad
##.partner-ads-container
##.partner-adsonar
##.partner-overlay-top-ad
##.partnerAd
##.partnerAdTable
##.partner_ads
##.partnerad_container
##.partnersTextLinks
##.paszone_container
##.patronad
##.pb-ad
##.pb-ad-curated
##.pb-f-ad-flex
##.pb-f-ad-leaderboard
##.pb-f-ads-ad
##.pb-f-ads-dfp-big-box-300x250
##.pb-f-ads-dfp-box-300x450
##.pb-f-ads-dfp-halfpage-300x600
##.pb-f-ads-dfp-leaderboard-728x90
##.pb-f-ads-taboola-article-well
##.pb-f-ads-taboola-right-rail-alt
##.pb-f-advert-dfp-double-mpu
##.pb-mod-ad-flex
##.pb-mod-ad-leaderboard
##.pc-ad
##.pcads_widget
##.pd-ads-mpu
##.pdpads_desktop
##.peg_ad
##.penci-ad-box
##.penci-ad-image
##.penci-google-adsense-1
##.penci-google-adsense-2
##.penci_list_banner_widget
##.pencil-ad
##.pencil-ad-container
##.pencil_ad
##.performancingads_region
##.pf_content_ad
##.pf_sky_ad
##.pf_top_ad
##.pfimgAds
##.pg-ad-block
##.pg-adnotice
##.pg-adtarget
##.pgAdSection_Home_MasterSponsers
##.pgevoke-fp-bodyad2
##.pgevoke-parentsection-Sponsored-Content
##.pgevoke-story-rightrail-ad1
##.pgevoke-story-topads
##.ph-ad
##.ph-ad-desktop
##.ph-ad-mediumrectangle
##.photo-ad
##.photo-news-list-advertisement
##.photoAd
##.photoad
##.photobox-adbox
##.pics_detail_ad
##.pics_footer_ad
##.picto_ad
##.pin-ad
##.pixtrack-adcode
##.pj-ad
##.pkad
##.pkgTemplateAdWrapper
##.pl__superad
##.pl_adv1
##.pl_adv1_t
##.pl_adv1_wr
##.pl_adv1_wr2
##.pla_ad
##.place-ads
##.placeholder-ad
##.placeholderAd
##.plainAd
##.play-page-ads
##.playAds1
##.playAds2
##.player-ad
##.player-ad-overlay
##.player-ads
##.player-ads2
##.player-leaderboard-ad-wrapper
##.player-under-ad
##.playerAd
##.playerAdv
##.player_ad
##.player_ad2
##.player_ad_box
##.player_hide_ad
##.player_hover_ad
##.player_page_ad_box
##.playlist-row-ad
##.plistaList > .itemLinkPET
##.plistaList > .plista_widget_underArticle_item[data-type="pet"]
##.plista_inimg_box
##.plista_widget_belowArticleRelaunch_item[data-type="pet"]
##.plista_widget_i300x250
##.plista_widget_retrescoAd_1
##.plista_widget_retrescoAd_2
##.plugin-ad
##.pm-ad
##.pm-ad-unit
##.pm-ad-zone
##.pm-banner-ad
##.pmad-in2
##.pmg-sponsoredlinks
##.pn-ad
##.pn_dfpads
##.pnp_ad
##.poac_ads_text
##.pod-ad
##.pod-ad-300
##.pod-ad-box
##.podRelatedAdLinksWidget
##.podSponsoredLink
##.poll_sponsor_ad
##.pop-up-ad
##.popAdContainer
##.popadtext
##.popunder-adv
##.popup-ad
##.popupAd
##.popupAdOuter
##.popupAdWrapper
##.popup_ad
##.portal-advert
##.portalCenterContentAdBottom
##.portalCenterContentAdMiddle
##.portalCenterContentAdTop
##.portal_searchresultssponsoredlist
##.portalcontentad
##.pos_advert
##.post-ad
##.post-ads
##.post-adsense-bottom
##.post-advert
##.post-advert-row
##.post-advertisement
##.post-advertisement-section
##.post-full-ad
##.post-full-ad-wrapper
##.post-googlead
##.post-load-ad
##.post-nativeadcarousel
##.post-pick-ad
##.post-sponsored
##.post-zergnet-wrap
##.postAd
##.postWideAd
##.post__ad
##.post__article-top-ad-wrapper
##.post__body-ad-center
##.post__inarticle-ad-template
##.post__sidebar__ad
##.post_ad
##.post_ads
##.post_advert
##.post_seperator_ad
##.post_sponsor_unit
##.post_sponsored
##.postad
##.postads
##.postadsense
##.postbit_ad_block
##.postbit_adbit_register
##.postbit_adcode
##.postbit_adcode_old
##.postbody_ads
##.poster-ad-asset-module
##.poster_ad
##.postfooterad
##.postgroup-ads
##.postgroup-ads-middle
##.power_by_sponsor
##.powerinbox
##.pp_ads_global_before_menu
##.ppb_ads
##.ppp_interior_ad
##.ppr_priv_sponsored_coupon_listing
##.pq-ad
##.pr-ad-tower
##.pr-widget
##.pre-roll-ad
##.pre-title-ad
##.prebodyads
##.premium-ad
##.premium-ads
##.premium-adv
##.premiumAdOverlay
##.premiumAdOverlayClose
##.premiumInHouseAd
##.premium_ad_container
##.premiumad
##.preview-ad
##.pricead-border
##.primary-ad
##.primary-advertisment
##.primary_sidebar_ad
##.printAds
##.pro_ad_adzone
##.pro_ad_system_ad_container
##.pro_ad_zone
##.prod_grid_ad
##.product-ads
##.product-bar-ads
##.product-inlist-ad
##.profile-ad-container
##.profile__ad-wrapper
##.profile_ad_bottom
##.profile_ad_top
##.promo-ad
##.promo-box--ad
##.promo-box--leaderboard-ad
##.promo-class-brand-getprice
##.promo-mpu
##.promo-news__adv
##.promo-topper__ad
##.promoAd
##.promoAds
##.promoAdvertising
##.promo_ad
##.promo_ads
##.promo_border
##.promoad
##.promoboxAd
##.promoted-outbrain
##.promoted_content_ad
##.promotionTextAd
##.promotional-feature-ads
##.proof_ad
##.propel-ad
##.proper-ad-unit
##.prw_sponsoredListings_hotels_simple_sponsored_listing
##.prw_sponsoredListings_restaurants_tripads_coverpage
##.prw_sponsoredListings_restaurants_tripads_slot0
##.ps-ad
##.ps-ligatus_placeholder
##.pt_ad03
##.pt_col_ad02
##.pubDesk
##.pub_300x250
##.pub_300x250m
##.pub_728x90
##.publiboxright300
##.publication-ad
##.publicidadSuperior
##.publicidad_horizontal
##.publicidade
##.publicidade-dotted
##.publicidade-full-banner
##.publicidade-vertical-layout
##.publicity-box
##.puff-ad
##.puff-advertorials
##.pull-ad
##.pull_top_ad
##.pullad
##.pulse360ad
##.pulsir-ad
##.puppyAd
##.purchad
##.push--ad
##.push-ad
##.push-adv
##.push-item--advertisement
##.pushDownAd
##.pushdown-ad
##.pushdownAd
##.pw_wb_ad_300x250
##.pwgAdWidget
##.pxz-ad-widget
##.pxz-taskbar-anchor
##.pyv-afc-ads-container
##.qa_ad_left
##.qm-ad
##.qm-ad-content
##.qm-ad-content-news
##.quads-ad1_widget
##.quads-ad2
##.quads-ad2_widget.first
##.quads-ad4
##.quads-location
##.question_page_ad
##.queue_ad
##.quick-adsense-up
##.quick-tz-ad
##.quicklinks-ad
##.quigo
##.quigo-ad
##.quigoAdCenter
##.quigoAdRight
##.quigoMod
##.quigoads
##.quotead
##.qzvAdDiv
##.r-ad
##.r7ad
##.r_ad
##.r_ad_1
##.r_ad_box
##.r_adbx_top
##.r_ads
##.r_col_add
##.rad_container
##.radium-ad-spot
##.radium-builder-widget-ad-spot
##.rads_banner
##.raff_ad
##.rail-ad
##.rail-article-sponsored
##.rail__ad
##.rail__mps-ad
##.rail_ad
##.railad
##.railadspace
##.ramsay-advert
##.rbFooterSponsors
##.rbRectAd
##.rc_ad_300x100
##.rc_ad_300x250
##.rd_header_ads
##.rdio-homepage-widget
##.re-Ads-l
##.readerads
##.readermodeAd
##.realtor-ad
##.rebel-ad-unit-header
##.rec_ad
##.recent-post-widget-ad
##.recentAds
##.recent_ad_holder
##.recipeFeatureAd
##.recommend-ad-one
##.recommend-ad-two
##.rect-ad
##.rect-ad-1
##.rectAd300
##.rect_ad
##.rect_ad_module
##.rect_advert
##.rectad
##.rectadv
##.rectangle-ad
##.rectangle-ad-container
##.rectangle-embed-ad
##.rectangleAd
##.rectangleAdContainer
##.rectangle_ad
##.rectanglead
##.rectangleads
##.red-adv
##.redads_cont
##.reedwan_adds300x250_widget
##.referrerDetailAd
##.refreshAds
##.refreshable_ad
##.region-ad-right
##.region-ad-top
##.region-ads
##.region-ads-1
##.region-banner-ad
##.region-dfp-ad-content-bottom
##.region-dfp-ad-content-top
##.region-dfp-ad-footer
##.region-dfp-ad-header
##.region-footer-ad-full
##.region-header-ad
##.region-header-ads
##.region-interstitial-ads
##.region-leader-ad-bottom
##.region-leader-ad-top
##.region-middle-ad
##.region-regions-ad-top
##.region-regions-ad-top-inner
##.region-top-ad
##.region-top-ad-position
##.region-top-advertisement
##.region-widget-ad-top-0
##.regular_728_ad
##.regularad
##.reklam
##.reklam-block
##.reklam2
##.reklam728
##.reklam_mgid
##.reklam_mgid1
##.reklama
##.reklama-c
##.reklama-content-1
##.reklama-content-2
##.reklama-vert
##.reklama1
##.reklame-right-col
##.reklame-wrapper
##.reklamka
##.rel_ad_box
##.related-ad
##.related-ads
##.related-al-ads
##.related-al-content-w150-ads
##.related-content-story__stories--sponsored-1
##.related-content-story__stories--sponsored-2
##.related-content-story__stories--sponsored-3
##.related-guide-adsense
##.relatedAds
##.relatedContentAd
##.related_post_google_ad
##.relatesearchad
##.remads
##.remnant_ad
##.remove-ads
##.removeAdsLink
##.removeAdsStyle
##.reportAdLink
##.resads-adspot
##.residentialads
##.resourceImagetAd
##.respAds
##.responsive-ad
##.responsive-ads
##.responsiveAdHiding
##.responsiveAdsense
##.result-ad
##.result-sponsored
##.resultAd
##.result_ad
##.result_item_ad-adsense
##.resultad
##.results-ads
##.resultsAdsBlockCont
##.results_sponsor_right
##.rev-content-sponsored
##.rev_square_side_door
##.revcontent-main-ad
##.review-ad
##.reviewMidAdvertAlign
##.review_ad1
##.reviewpage_ad2
##.reviews-box-ad
##.rf_circ_ad_460x205
##.rg-ad
##.rght300x250
##.rgt-300x250-ad
##.rgt-ad
##.rgt_ad
##.rh-ad
##.rhads
##.rhc-ad-bottom
##.rhs-ad
##.rhs-ads-panel
##.rhs-advert-container
##.rhs-advert-link
##.rhs-advert-title
##.rhs_ad_title
##.rhsad
##.rhsadvert
##.ribbon-ad-container
##.ribbon-ad-matte
##.right-ad
##.right-ad-300x250
##.right-ad-block
##.right-ad-container
##.right-ad-holder
##.right-ad-tagline
##.right-ad2
##.right-ads
##.right-ads2
##.right-adsense
##.right-adv
##.right-advert
##.right-col-ad
##.right-column-ad
##.right-navAdBox
##.right-rail-ad
##.right-rail-ad-banner
##.right-rail-ad-bottom-container
##.right-rail-ad-top-container
##.right-rail-broker-ads
##.right-rail__ad
##.right-rail__container--ad
##.right-side-ad
##.right-side-ads
##.right-sidebar-box-ad
##.right-sidebar-box-ads
##.right-sponser-ad
##.right-square-ad-blocks
##.right-takeover-ad
##.right-takeover-ad-sticky
##.right-top-ad
##.right-video-dvertisement
##.rightAD
##.rightAd
##.rightAd1
##.rightAd2
##.rightAdBox
##.rightAdColumn
##.rightAdContainer
##.rightAd_bottom_fmt
##.rightAd_top_fmt
##.rightAds
##.rightAdsFix
##.rightAdsFix1
##.rightAds_ie_fix
##.rightAdvert
##.rightAdverts
##.rightBoxAd
##.rightBoxMidAds
##.rightColAd
##.rightColAdBox
##.rightColumnAd
##.rightColumnAdd
##.rightColumnAdsTop
##.rightColumnRectAd
##.rightHeaderAd
##.rightRailAd
##.rightRailMiddleAd
##.rightSecAds
##.rightSideBarAd
##.rightSideSponsor
##.rightTopAdWrapper
##.right_ad
##.right_ad_1
##.right_ad_160
##.right_ad_2
##.right_ad_box
##.right_ad_box1
##.right_ad_common_block
##.right_ad_innercont
##.right_ad_text
##.right_ad_top
##.right_ad_unit
##.right_adlist
##.right_ads
##.right_ads_column
##.right_adsense_box_2
##.right_adskin
##.right_adv
##.right_advert
##.right_advertise_cnt
##.right_advertisement
##.right_block_advert
##.right_box_ad
##.right_box_ad_rotating_container
##.right_col_ad
##.right_col_ad_300_250
##.right_column_ads
##.right_content_ad
##.right_content_ad_16
##.right_google_ads
##.right_hand_advert_column
##.right_image_ad
##.right_long_ad
##.right_outside_ads
##.right_picAd
##.right_side-partyad
##.right_side_ads
##.right_side_box_ad
##.right_sponsor_main
##.rightad
##.rightad250
##.rightad300
##.rightad600
##.rightad_1
##.rightad_2
##.rightadbig
##.rightadblock
##.rightadbox1
##.rightadd
##.rightads
##.rightadunit
##.rightadv
##.rightbigcolumn_ads
##.rightbigcolumn_ads_nobackground
##.rightbox_content_ads
##.rightboxads
##.rightcol-adbox
##.rightcol-block-ads
##.rightcol_boxad
##.rightcol_div_openx2
##.rightcolads
##.rightcoladvert
##.rightcoltowerad
##.rightcolumndesktopad160x600
##.rightmenu_ad
##.rightnav_adsense
##.rightpanelad
##.rightrail-ad-block
##.rightrail_ads
##.rightsideAd
##.righttop-advt
##.ringtone-ad
##.risingstar-ad
##.risingstar-ad-inner
##.riverAdLoaded
##.riverAdsLoaded
##.riverSponsor
##.rj-ads-wrap-sq
##.rmp-ad-container
##.rmx-ad
##.rnav_ad
##.rngtAd
##.rockmelt-ad
##.rockmeltAdWrapper
##.rolloverad
##.rot_ads
##.rotating-ad
##.rotating-ads
##.rotatingAdvertisement
##.rotatingBannerWidget
##.rotatingadsection
##.rotator_ad_overlay
##.round_box_advert
##.roundedCornersAd
##.roundingrayboxads
##.row-ad
##.row-ad-fb
##.rowAd
##.rowAds
##.row_header_ads
##.rowad
##.rowgoogleads
##.rr-300x250-ad
##.rr-300x600-ad
##.rr_ads
##.rr_skyad
##.rs_ad_bot
##.rs_ad_top
##.rside_adbox
##.rt-ad
##.rt-ad-body
##.rt-ad-flash
##.rt-ad-inline
##.rt-ad-leaderboard
##.rt-ad-mb
##.rt-ad-related
##.rt-ad-side
##.rtAdFtr
##.rtAd_bx
##.rtSideHomeAd
##.rt_ad
##.rt_ad1_300x90
##.rt_ad_300x250
##.rt_ad_call
##.rt_advert_name
##.rt_el_advert
##.rt_top_adv
##.rtd_ads_text
##.rtmad
##.rtmm_right_ad
##.runner-ad
##.s-ad
##.s-ads
##.s-hidden-sponsored-item
##.s2k_ad
##.s9_productAds
##.sType-ad
##.s_ad
##.s_ad2
##.s_ad_160x600
##.s_ad_300x250
##.s_ads
##.s_ads_label
##.s_layouts_articleAdWrapper
##.s_sponsored_ads
##.sa-mainad
##.sa_AdAnnouncement
##.sadvert
##.salty-bottom-ad
##.sam-ad
##.sam-pro-ad
##.sam-pro-container
##.sam_ad
##.savvyad_unit
##.say-center-contentad
##.sb-ad
##.sb-ad-margin
##.sb-ad-sq-bg
##.sb-ad2
##.sb-ad3
##.sb-ads
##.sb-ads-here
##.sb-top-sec-ad
##.sbAd
##.sbAdUnitContainer
##.sbTopadWrapper
##.sb_ad
##.sb_ad_holder
##.sb_adsN
##.sb_adsNv2
##.sb_adsW
##.sb_adsWv2
##.sbadtxt
##.sc-ad
##.sc_ad
##.sc_iframe_ad
##.scad
##.scanAd
##.scb-ad
##.scc_advert
##.schedule_ad
##.sci-ad-main
##.sci-ad-sub
##.scoopads
##.scraper_ad_unit
##.screenshots_ads
##.script-ad
##.script_ad_0
##.scroll-ads
##.scrollableArticleAds
##.scroller-ad-place-holder
##.scrolling-ads
##.sda_adbox
##.se-ligatus
##.search-ad
##.search-ad-no-ratings
##.search-advertisement
##.search-message-container-ad
##.search-result-sponsored
##.search-results-ad
##.search-results-page__ad-sense
##.search-sponsor
##.search-sponsored
##.searchAd
##.searchAdTop
##.searchAds
##.searchCenterBottomAds
##.searchCenterTopAds
##.searchResultAd
##.searchRightBottomAds
##.searchRightMiddleAds
##.searchSponsorItem
##.searchSponsoredResultsBox
##.searchSponsoredResultsList
##.searchSuperTopAds
##.search_ad_box
##.search_column_results_sponsored
##.search_inline_web_ad
##.search_results_ad
##.search_results_sponsored_top
##.searchad
##.searchads
##.sec-ad
##.sec_headline_adbox
##.second-post-ads-wrapper
##.secondadsmobile
##.secondary-advertisment
##.secondaryAdModule
##.secondary_ad
##.sectiads
##.section-ad
##.section-ad-related
##.section-ad-wrapper
##.section-ad2
##.section-adbox-bottom
##.section-adbox1
##.section-ads
##.section-adtag
##.section-adv
##.section-advert-banner
##.section-advertisement
##.section-aside-ad
##.section-aside-ad2
##.section-front__side-bar-ad
##.section-front__top-ad
##.section-publicity
##.section-sponsor
##.section-sponsors__label
##.section_AD
##.section_ad
##.section_ad_left
##.section_adarea
##.section_google-adsense
##.section_mpu_wrapper
##.section_mpu_wrapper_wrapper
##.sector-widget__tiny-ad
##.selection-grid-advert
##.selfServeAds
##.seoTopAds
##.sepContentAd
##.series-ad
##.serp-adv-item
##.serp-adv__head
##.serp_sponsored
##.servedAdlabel
##.serviceAd
##.servsponserLinks
##.set_ad
##.sex-party-ad
##.sexunder_ads
##.sfadSlot
##.sfsp_adadvert
##.sgAd
##.sh-ad-box
##.sh-ad-section
##.sh-leftAd
##.shadvertisment
##.shareToolsItemAd
##.shift-ad
##.shoppingGoogleAdSense
##.shortads
##.shortadvertisement
##.showAd
##.showAdContainer
##.showAd_No
##.showAd_Yes
##.showad_box
##.showads
##.showcaseAd
##.showcasead
##.shunno-sidebar-advert
##.shunno_widget_sidebar_advert
##.shunno_widget_sidebar_sovrnadsmall
##.si-adRgt
##.sics-component__ad-space
##.sidbaread
##.side-ad
##.side-ad-120-bottom
##.side-ad-120-middle
##.side-ad-120-top
##.side-ad-160-bottom
##.side-ad-160-middle
##.side-ad-160-top
##.side-ad-300
##.side-ad-300-bottom
##.side-ad-300-middle
##.side-ad-300-top
##.side-ad-big
##.side-ad-blocks
##.side-ad-container
##.side-ad-inner
##.side-ad-panel
##.side-ad-top
##.side-ad1
##.side-ad2
##.side-ad3
##.side-ads
##.side-ads-block
##.side-ads-container
##.side-ads-wide
##.side-ads300
##.side-ads_sticky-group
##.side-advert
##.side-advertising
##.side-adverts
##.side-bar-ad-position1
##.side-bar-ad-position2
##.side-mod-preload-big-ad-switch
##.side-rail-ad-wrap
##.side-sky-banner-160
##.side-video-ads-wrapper
##.sideAd
##.sideAdLeft
##.sideAdTall
##.sideAdWide
##.sideAdv
##.sideAdv-wrapper
##.sideBannerAdsLarge
##.sideBannerAdsSmall
##.sideBannerAdsXLarge
##.sideBarAd
##.sideBarCubeAd
##.sideBlockAd
##.sideBoxAd
##.sideBoxM1ad
##.sideBoxMiddleAd
##.sideBoxStackedAdWrap
##.sideBySideAds
##.sideToSideAd
##.side_300_ad
##.side_ad
##.side_ad2
##.side_ad300
##.side_ad_1
##.side_ad_2
##.side_ad_3
##.side_ad_box_mid
##.side_ad_box_top
##.side_ad_top
##.side_add_wrap
##.side_ads
##.side_adsense
##.side_adv
##.side_adv_01
##.side_adv_left
##.side_adv_right
##.sidead
##.sidead_150
##.sidead_300
##.sidead_300250_ht
##.sidead_550125
##.sideadmid
##.sideads
##.sideads_l
##.sideadsbox
##.sideadtable
##.sideadvert
##.sideadverts
##.sidebar--mps_ad
##.sidebar-320__box_adv
##.sidebar-350ad
##.sidebar-above-medium-rect-ad-unit
##.sidebar-ad
##.sidebar-ad-300
##.sidebar-ad-300x250-cont
##.sidebar-ad-a
##.sidebar-ad-b
##.sidebar-ad-box
##.sidebar-ad-box-caption
##.sidebar-ad-c
##.sidebar-ad-component
##.sidebar-ad-cont
##.sidebar-ad-container
##.sidebar-ad-container-1
##.sidebar-ad-container-2
##.sidebar-ad-container-3
##.sidebar-ad-div
##.sidebar-ad-rect
##.sidebar-ad-slot
##.sidebar-ad-wrapper
##.sidebar-adbox
##.sidebar-ads
##.sidebar-ads-no-padding
##.sidebar-ads-wrap
##.sidebar-adv-container
##.sidebar-advert
##.sidebar-advertisement
##.sidebar-adverts
##.sidebar-adverts-header
##.sidebar-atf-ad-wrapper
##.sidebar-below-ad-unit
##.sidebar-big-ad
##.sidebar-big-box-ad
##.sidebar-block-adsense
##.sidebar-bottom-ad
##.sidebar-box-ad
##.sidebar-box-ads
##.sidebar-content-ad
##.sidebar-header-ads
##.sidebar-paid-ad-label
##.sidebar-skyscraper-ad
##.sidebar-sponsors
##.sidebar-square-ad
##.sidebar-text-ad
##.sidebar-top-ad
##.sidebar300adblock
##.sidebarAd
##.sidebarAdBlock
##.sidebarAdLink
##.sidebarAdNotice
##.sidebarAdUnit
##.sidebarAds300px
##.sidebarAdvert
##.sidebarCloseAd
##.sidebarNewsletterAd
##.sidebar_ADBOX
##.sidebar__ad
##.sidebar__ad-label
##.sidebar__item-spacer--advert-top
##.sidebar_ad
##.sidebar_ad_1
##.sidebar_ad_2
##.sidebar_ad_3
##.sidebar_ad_300
##.sidebar_ad_300_250
##.sidebar_ad_580
##.sidebar_ad_container
##.sidebar_ad_container_div
##.sidebar_ad_holder
##.sidebar_ad_leaderboard
##.sidebar_ad_module
##.sidebar_ads
##.sidebar_ads-300x250
##.sidebar_ads_336
##.sidebar_ads_left
##.sidebar_ads_right
##.sidebar_ads_title
##.sidebar_adsense
##.sidebar_advert
##.sidebar_advertising
##.sidebar_box_ad
##.sidebar_right_ad
##.sidebar_skyscraper_ad
##.sidebar_small_ad
##.sidebar_sponsors
##.sidebarad
##.sidebarad160
##.sidebarad_bottom
##.sidebaradbox
##.sidebaradcontent
##.sidebarads
##.sidebaradsense
##.sidebarboxad
##.sidebox-ad
##.sideheadnarrowad
##.sideheadsponsorsad
##.sidelist_ad
##.sideskyad
##.simple-ad-placeholder
##.simple_ads_manager_block_widget
##.simple_ads_manager_widget
##.simple_ads_manager_zone_widget
##.simple_adsense_widget
##.simplead-container
##.simpleads-item
##.single-ad
##.single-ad-anchor
##.single-ad-wrap
##.single-ads
##.single-google-ad
##.single-item-page-ads
##.single-post-ad
##.single-post-ads-750x90
##.single-top-ad
##.singleAd
##.singleAdBox
##.singleAdsContainer
##.single_ad
##.single_advert
##.single_bottom_ad
##.single_fm_ad_bottom
##.single_post_ads_cont
##.single_related_posts_ad_container
##.single_top_ad
##.singlead
##.singleads
##.singleadstopcstm2
##.singlepageleftad
##.singlepostad
##.singlepostadsense
##.singpagead
##.site-ad-block
##.site-ads
##.site-footer__ad-area
##.site-head-ads
##.site-header-ad-notification
##.site-header__advert-container
##.site-nav-ad-inner
##.site-top-ad
##.siteWideAd
##.site_ad
##.site_ad--gray
##.site_ad--label
##.site_ad--wrapper
##.site_ad_120_600
##.site_ad_300x250
##.site_sponsers
##.sitesponsor
##.sitesprite_ads
##.six-ads-wrapper
##.skinAd
##.skinAdv02
##.skin_ad_638
##.skinad-l
##.skinad-r
##.skinny-sidebar-ad
##.sky-ad
##.sky-ad1
##.skyAd
##.skyAdd
##.skyAdvert
##.skyAdvert2
##.skyCraper_bannerLong
##.skyCraper_bannerShort
##.sky_ad
##.sky_ad_top
##.sky_scraper_ad
##.skyjobsadtext
##.skyscraper-ad
##.skyscraper-ad-1
##.skyscraper-ad-container
##.skyscraperAd
##.skyscraper_ad
##.skyscraper_bannerAdHome
##.skyscraper_banner_ad
##.sl-art-ad-midflex
##.sl-header-ad
##.sl_ad1
##.sl_ad2
##.sl_ad3
##.sl_ad4
##.sl_ad5
##.sl_ad6
##.sl_ad7
##.sl_admarker
##.sleekadbubble
##.slide-ad
##.slide-advert
##.slide-advert_float
##.slideAd
##.slide_ad
##.slidead
##.slider-right-advertisement-banner
##.sliderad
##.slideshow-ad
##.slideshow-ad-container
##.slideshow-ad-wrapper
##.slideshow-ads
##.slideshow-advertisement-note
##.slideshowAd
##.slideshow_ad_300
##.slideshow_ad_note
##.slideshowadvert
##.slot-after_popular_box
##.slot-top_of_sidebar
##.slot_728_ad
##.slot__ad
##.slot_integrated_ad
##.slpBigSlimAdUnit
##.slpSquareAdUnit
##.sm-ad
##.sm-widget-ad-holder
##.smAdText_r
##.sm_ad
##.small-ad
##.small-ad-header
##.small-ad-long
##.small-ads
##.smallAd
##.smallAdContainer
##.smallAds
##.smallAdsContainer
##.smallAdv
##.smallAdvertisments
##.smallSkyAd1
##.smallSkyAd2
##.small_ad
##.small_ad_bg
##.small_ads
##.small_sidebar_ad_container
##.smallad
##.smallad-left
##.smalladblock
##.smallads
##.smalladscontainer
##.smalladword
##.smallbutton-adverts
##.smallsideadpane
##.smallsponsorad
##.smartAd
##.smart_ads_bom_title
##.smartadtags_300250
##.smartadtagsbutt_orange_30025002
##.sml-item-ad
##.sn-ad-300x250
##.snarcy-ad
##.sng_card_ads
##.snoadnetwork
##.social-ad
##.softronics-ad
##.sous_actus_ad
##.southad
##.sovrn_ad_unit
##.sp-ad
##.spLinks
##.sp_ad
##.spaceAdds
##.spc-ads-leaderboard
##.spc-ads-sky
##.specialAd175x90
##.specialAdsContent
##.specialAdsLabel
##.specialAdsLink
##.specialAdvertising
##.specialHeaderAd
##.special_ad_section
##.specials_ads
##.speedyads
##.sphereAdContainer
##.spl-ads
##.spl_ad
##.spl_ad2
##.spl_ad_plus
##.splashscreen-ad-modal
##.splitAd
##.splitAdResultsPane
##.splitter_ad
##.splitter_ad_holder
##.spn_links_box
##.spnsr-wrapper
##.spnsrAdvtBlk
##.spnsrCntnr
##.spnsr_right
##.spon-links
##.spon125
##.spon_link
##.sponadbox
##.sponlinkbox
##.spons-link
##.spons-wrap
##.sponsBox
##.sponsLinks
##.sponsWrap
##.spons_link_header
##.spons_links
##.sponsbox
##.sponser-link
##.sponserIABAdBottom
##.sponserLink
##.sponsersads
##.sponsertop
##.sponsforums-middle
##.sponslink
##.sponsor-300
##.sponsor-728
##.sponsor-ad
##.sponsor-ad-1
##.sponsor-ad-title
##.sponsor-ad-wrapper
##.sponsor-ads
##.sponsor-area
##.sponsor-area-top
##.sponsor-block
##.sponsor-bottom
##.sponsor-box
##.sponsor-btns
##.sponsor-inner
##.sponsor-left
##.sponsor-link
##.sponsor-link-banner
##.sponsor-link-text
##.sponsor-links
##.sponsor-logo
##.sponsor-module-target
##.sponsor-popup
##.sponsor-post
##.sponsor-promo
##.sponsor-right
##.sponsor-services
##.sponsor-spot
##.sponsor-text
##.sponsor-text-container
##.sponsor120x600
##.sponsor728x90
##.sponsorAd
##.sponsorArea
##.sponsorBannerWrapper
##.sponsorBlock
##.sponsorBottom
##.sponsorBox
##.sponsorBox_right_rdr
##.sponsorLabel
##.sponsorLink
##.sponsorLinks
##.sponsorMaskhead
##.sponsorPanel
##.sponsorPost
##.sponsorPostWrap
##.sponsorPuffsHomepage
##.sponsorStrip
##.sponsorText
##.sponsorTitle
##.sponsorTxt
##.sponsor_ad
##.sponsor_ad1
##.sponsor_ad2
##.sponsor_ad3
##.sponsor_ad_area
##.sponsor_advert_link
##.sponsor_area
##.sponsor_bar
##.sponsor_block
##.sponsor_button_ad
##.sponsor_columns
##.sponsor_div
##.sponsor_div_title
##.sponsor_footer
##.sponsor_image
##.sponsor_label
##.sponsor_line
##.sponsor_links
##.sponsor_logo
##.sponsor_placement
##.sponsor_popup
##.sponsor_post
##.sponsor_units
##.sponsorad
##.sponsoradlabel
##.sponsorads
##.sponsoradtitle
##.sponsored-ad
##.sponsored-ad-label
##.sponsored-ad-ob
##.sponsored-add
##.sponsored-ads
##.sponsored-article-item
##.sponsored-b
##.sponsored-by-label
##.sponsored-by__label
##.sponsored-chunk
##.sponsored-container
##.sponsored-container-bottom
##.sponsored-content
##.sponsored-default
##.sponsored-display-ad
##.sponsored-editorial
##.sponsored-features
##.sponsored-header
##.sponsored-headlines
##.sponsored-headlines-wrap
##.sponsored-headshop
##.sponsored-inmail
##.sponsored-inmail-legacy
##.sponsored-link
##.sponsored-links
##.sponsored-links-alt-b
##.sponsored-links-col
##.sponsored-links-holder
##.sponsored-links-red
##.sponsored-links-right
##.sponsored-links-tbl
##.sponsored-offers-box
##.sponsored-post
##.sponsored-post-container
##.sponsored-post_ad
##.sponsored-products-container
##.sponsored-result
##.sponsored-result-row-2
##.sponsored-results
##.sponsored-right
##.sponsored-right-border
##.sponsored-rule
##.sponsored-slot
##.sponsored-tag
##.sponsored-text
##.sponsored-text-links
##.sponsored-text-links__ads
##.sponsored-title
##.sponsored-top
##.sponsored-widget
##.sponsoredAd
##.sponsoredAdLine
##.sponsoredAds
##.sponsoredBar
##.sponsoredBottom
##.sponsoredBox
##.sponsoredEntry
##.sponsoredFeature
##.sponsoredInfo
##.sponsoredInner
##.sponsoredItem
##.sponsoredLabel
##.sponsoredLeft
##.sponsoredLink
##.sponsoredLinks
##.sponsoredLinks2
##.sponsoredLinksBox
##.sponsoredLinksGadget
##.sponsoredLinksHead
##.sponsoredLinksHeader
##.sponsoredListing
##.sponsoredName
##.sponsoredProduct
##.sponsoredResults
##.sponsoredSearch
##.sponsoredShowcasePanel
##.sponsoredSideInner
##.sponsoredStats
##.sponsoredTop
##.sponsored_ad
##.sponsored_ads
##.sponsored_bar_text
##.sponsored_box
##.sponsored_box_search
##.sponsored_by
##.sponsored_content
##.sponsored_glinks
##.sponsored_link
##.sponsored_links
##.sponsored_links2
##.sponsored_links_box
##.sponsored_links_container
##.sponsored_links_section
##.sponsored_links_title_container
##.sponsored_links_title_container_top
##.sponsored_links_top
##.sponsored_result
##.sponsored_results
##.sponsored_results-container
##.sponsored_ss
##.sponsored_text
##.sponsored_well
##.sponsoredby
##.sponsoredibbox
##.sponsoredlink
##.sponsoredlinkHed
##.sponsoredlinks
##.sponsoredlinks-article
##.sponsoredlinkscontainer
##.sponsoredresults
##.sponsoredtabl
##.sponsoredtextlink_container_ovt
##.sponsorheader
##.sponsoring_link
##.sponsoringbanner
##.sponsorlink
##.sponsorlink2
##.sponsormsg
##.sponsors-box
##.sponsors-footer
##.sponsors-module
##.sponsors-widget
##.sponsorsBanners
##.sponsors_300x250
##.sponsors__wide
##.sponsors_box_container
##.sponsors_fieldset
##.sponsors_links
##.sponsors_spacer
##.sponsorsbanner
##.sponsorsbig
##.sponsorship-box
##.sponsorship-chrome
##.sponsorship-container
##.sponsorshipContainer
##.sponsorship_ad
##.sponsorshipbox
##.sponsorwrapper
##.sponstop
##.sport-mpu-box
##.sportsbet_sbad
##.spot-ad
##.spotlight-ad
##.spotlight-ad-left
##.spotlightAd
##.sprite-ad_label_vert
##.sqAd2
##.sq_ad
##.square-ad
##.square-ad--latest-video
##.square-ad--neg-margin
##.square-ad-1
##.square-ad-container
##.square-ad-pane
##.square-advt
##.square-sidebar-ad
##.square-sponsorship
##.squareAd
##.squareAdWrap
##.squareAdd
##.squareAddtwo
##.squareAds
##.square_ad
##.square_ad_wrap
##.square_ads
##.square_advert_inner
##.square_banner_ad
##.square_button_ads
##.squaread
##.squaread-container
##.squareadMain
##.squareads
##.squared_ad
##.sr-adsense
##.sr-advert
##.sr-in-feed-ads
##.sr-side-ad-block
##.sr_google_ad
##.src_parts_gen_ad
##.srp-grid-speed-ad3
##.ss-ad-banner
##.ss-ad-mpu
##.ss-ad-thumbnail
##.ss-ad-tower
##.ss-ad_mrec
##.ss_advertising
##.stProAd
##.stack-ad-container
##.stack-ad-placeholder
##.stack-l-ad-center
##.stackedads1
##.stackedads2
##.stand-alone-adzone
##.standalone-ad-container
##.standalone_txt_ad
##.standard-ad
##.star-ad
##.start__advertising_container
##.start__newest__big_game_container_body_games_advertising
##.start_overview_adv_container
##.statTop_adsense
##.static-ad
##.staticAd
##.staticad
##.staticad_mark125
##.std_ad_container
##.ste-ad
##.sticky-ad
##.sticky-ad-container
##.sticky-ad-wrapper
##.sticky-sidebar-ad
##.sticky-top-ad-wrap
##.stickyAdLink
##.stickyAdsGroup
##.stickyMultiAd-processed
##.sticky_ad_wrapper
##.stickyadv
##.stmAdHeightWidget
##.stock-ticker-ad-tag
##.stock_ad
##.stocks-ad-tag
##.store-ads
##.story-ad
##.story-ad-container
##.story-header-ad
##.story-inline-advert
##.story-page-embedded-ad
##.story-page-embedded-ad-center
##.story-top-ad-fix
##.storyAdvert
##.storyInlineAdBlock
##.story_AD
##.story_ad_div
##.story_ads_right_spl
##.story_ads_right_spl_budget
##.story_advertisement_container_top
##.story_advertisement_wrapper_bottom
##.story_body_advert
##.story_right_adv
##.storyad
##.storyad300
##.stpro_ads
##.str-300x250-ad
##.str-300x600-ad
##.str-horizontal-ad-wrapper
##.str-slim-nav-ad
##.str-top-ad
##.strawberry-ads
##.stream-ad
##.stream-adyoulike-card
##.stream-sm-ad
##.streamAd
##.strip-ad
##.stripad
##.sub-ad
##.sub-feature-ad
##.sub-header-ad
##.subAdBannerArea
##.subAdBannerHeader
##.subNavAd
##.sub_ad_banner8_wrap
##.sub_cont_AD01
##.sub_cont_AD02
##.sub_cont_AD04
##.sub_cont_AD06
##.sub_cont_AD07
##.subad
##.subadimg
##.subcontent-ad
##.subheadAdPanel
##.subheaderAdlogo
##.subheader_adsense
##.subjects_ad
##.submenu_ad
##.subtitle-ad-container
##.sugarad
##.suit-ad-inject
##.suitcase-ad
##.sun-col-2--is-ad
##.sunfw-pos-all_adv_728_90_nm
##.super-ad
##.super-leaderboard-advert
##.superLeaderOverallAdArea
##.supercommentad_left
##.supercommentad_right
##.supernews-ad-widget
##.superscroll-ad
##.supp-ads
##.support-adv
##.supportAdItem
##.support_ad
##.surveyad
##.sweet-deals-ad
##.syAd
##.syHdrBnrAd
##.sykscraper-ad
##.syndicatedAds
##.szoAdBox
##.szoSponsoredPost
##.t10ad
##.tAd
##.tAds
##.tabAd
##.tabAds
##.tab_ad
##.tab_ad_area
##.table-ad
##.table-ad-fb
##.table_ad_bg
##.tablebordersponsor
##.tablet_ad_box
##.tablet_ad_head
##.taboola-above-article-thumbnails
##.taboola-ad
##.taboola-inbetweener
##.taboola-item
##.taboola-left-rail-wrapper
##.taboola-partnerlinks-ad
##.taboola-unit
##.taboola-widget
##.taboola_advertising
##.taboola_blk
##.taboola_lhs
##.tadsanzeige
##.tadsbanner
##.tadselement
##.takeOverAdLink
##.tallAdvert
##.tallad
##.tangential-ad
##.tb-ad
##.tblAds
##.tblTopAds
##.tbl_ad
##.tbox_ad
##.tc-adbanner
##.tc_ad_unit
##.tckr_adbrace
##.td-Adholder
##.td-TrafficWeatherWidgetAdGreyBrd
##.td-a-rec-id-custom_ad_1
##.td-a-rec-id-custom_ad_2
##.td-a-rec-id-custom_ad_3
##.td-a-rec-id-custom_ad_4
##.td-a-rec-id-custom_ad_5
##.td-a-rec-id-event_bottom_ad
##.td-a-rec-id-h12_obj_bottom_ad
##.td-a-rec-id-h3_object_bottom_ad
##.td-a-rec-id-ud_b4x_post_ad
##.td-ad
##.td-ad-background-link:not(body)
##.td-adspot-title
##.td-header-ad-wrap
##.td-header-sp-ads
##.tdAdHeader
##.tdBannerAd
##.tdFeaturedAdvertisers
##.td_ad
##.td_footer_ads
##.td_left_widget_ad
##.td_leftads
##.td_reklama_bottom
##.td_reklama_top
##.td_spotlight_ads
##.td_topads
##.tdad125
##.tealiumAdSlot
##.teaser--native-ad
##.teaser-ad
##.teaser-advertisement
##.teaser-small--ad
##.teaser-sponsor
##.teaserAd
##.teaserAdContainer
##.teaserAdHeadline
##.teaser_adtiles
##.teaser_advert_content
##.testAd-holder
##.text-ad
##.text-ad-300
##.text-ad-links
##.text-ad-links2
##.text-ad-sitewide
##.text-ad-top
##.text-ads
##.text-advertisement
##.text-g-advertisement
##.text-g-group-short-rec-ad
##.text-g-net-group-news-half-page-ad-300x600-or-300x250
##.text-g-net-grp-google-ads-article-page
##.text-g-nn-web-group-ad-halfpage
##.text-g-sponsored-ads
##.text-g-sponsored-links
##.textAd
##.textAd3
##.textAdBG
##.textAdBlock
##.textAdBlwPgnGrey
##.textAdBox
##.textAdMinimum
##.textAds
##.textLinkAd
##.textSponsor
##.text_ad
##.text_ad_description
##.text_ad_title
##.text_ad_website
##.text_ads
##.text_ads_2
##.text_link_ads_adultforce
##.text_linkad_wrapper
##.textad
##.textadContainer
##.textad_headline
##.textadbox
##.textadheadline
##.textadlink
##.textads
##.textads_left
##.textads_right
##.textadscontainer
##.textadsds
##.textadsfoot
##.textadtext
##.textadtxt
##.textadtxt2
##.textbanner-ad
##.textlink-ads
##.textlinkads
##.tf_page_ad_search
##.tfagAd
##.tge-ad
##.thb_ad_before_header
##.theAdvert
##.the_list_ad_zone
##.theads
##.theleftad
##.themeblvd-ad-square-buttons
##.themidad
##.themonic-ad2
##.third-box-ad
##.third-party-ad
##.thirdAd160Cont
##.thirdAdBot
##.thirdAdHead
##.thirdPartySponsorLink__ad
##.thirdPartySponsorLink__ads
##.thirdage_ads_300x250
##.thirdage_ads_728x90
##.thisIsAd
##.thisIsAnAd
##.this_is_an_ad
##.thisisad
##.thread-ad
##.thread-ad-holder
##.threadAdsHeadlineData
##.three-ads
##.three-promoted-ads
##.thumb-ads
##.thumb_ad
##.thumbnailad
##.thumbs-adv
##.thumbs-adv-holder
##.tibu_ad
##.ticket-ad
##.tile--ad
##.tile-ad
##.tile-ad-container
##.tileAdContainer
##.tileAdWrap
##.tileAds
##.tile_AdBanner
##.tile_ad
##.tile_ad_container
##.tips_advertisement
##.title-ad
##.title_adbig
##.tj_ad_box
##.tj_ad_box_top
##.tjads
##.tl-ad
##.tl-ad-dfp
##.tl-ad-display-3
##.tl-ad-render
##.tm-ad
##.tm-ad-leaderboard
##.tm-ad-mrec
##.tm-ads
##.tm_ad200_widget
##.tm_topads_468
##.tm_widget_ad200px
##.tmg-ad
##.tmg-ad-300x250
##.tmg-ad-mpu
##.tmnAdsenseContainer
##.tmsads
##.tmz-dart-ad
##.tn-ads-widget
##.tncms-region-ads
##.tnt-ads-container
##.toaster-ad
##.toggle-adinmap
##.tone_adspace_300x250
##.tone_adspace_300x600
##.tone_adspace_right
##.toolad
##.toolbar-ad
##.toolsAd
##.toolssponsor-ads
##.top-300-ad
##.top-ad
##.top-ad-1
##.top-ad-above-header
##.top-ad-anchor
##.top-ad-area
##.top-ad-bloc
##.top-ad-block
##.top-ad-center
##.top-ad-container
##.top-ad-content
##.top-ad-desktop
##.top-ad-div
##.top-ad-horizontal
##.top-ad-inside
##.top-ad-multiplex
##.top-ad-right
##.top-ad-sidebar
##.top-ad-slot
##.top-ad-space
##.top-ad-sticky
##.top-ad-unit
##.top-ad-wrap
##.top-ad-wrapper
##.top-ad1
##.top-ad__sticky-wrapper
##.top-adbox
##.top-ads
##.top-ads-bottom-bar
##.top-ads-wrapper
##.top-adsense
##.top-adsense-banner
##.top-adspace
##.top-adv
##.top-adv-container
##.top-adverbox
##.top-advert
##.top-advertisement
##.top-affiliate
##.top-banner-468
##.top-banner-ad
##.top-banner-ad-container
##.top-banner-ad-wrapper
##.top-banner-add
##.top-bar-ad-related
##.top-box-right-ad
##.top-content-adplace
##.top-fbs-ad
##.top-fbs-ad-sticky
##.top-fixed-ad
##.top-half-page-ad
##.top-header-ad
##.top-horiz-ad
##.top-item-ad
##.top-large-google-ad
##.top-leaderboard-ad
##.top-left-nav-ad
##.top-menu-ads
##.top-most-adv
##.top-nav-ad
##.top-outer-ad-container
##.top-primary-sponsored
##.top-right-ad
##.top-right-advert
##.top-rightadvtsment
##.top-side-advertisement
##.top-sidebar-adbox
##.top-sponsored-header
##.top-story__ads
##.top-treehouse-ad
##.top-wide-ad-container
##.top-wrapper-sponsored-fb
##.top300ad
##.topAD
##.topAd728x90
##.topAdBanner
##.topAdBar
##.topAdCenter
##.topAdContainer
##.topAdIn
##.topAdLeft
##.topAdRight
##.topAdWrap
##.topAdWrapper
##.topAdd
##.topAds
##.topAdsLeftMid2
##.topAdsRight
##.topAdsRight2
##.topAdvBox
##.topAdvert
##.topAdvertisement
##.topAdvertistemt
##.topAdverts
##.topArtAd
##.topArticleAds
##.topBannerAd
##.topBannerAdSectionR
##.topBarAd
##.topBoxAdvertisement
##.topGoogleAd
##.topHeaderLeaderADWrap
##.topLeaderboardAd
##.topNavRMAd
##.topPC-adWrap
##.topPagination_ad
##.topRailAdSlot
##.topRightAd
##.top_Ad
##.top_ad
##.top_ad-tw
##.top_ad1
##.top_ad_336x280
##.top_ad_728
##.top_ad_728_90
##.top_ad_banner
##.top_ad_big
##.top_ad_disclaimer
##.top_ad_div
##.top_ad_holder
##.top_ad_inner
##.top_ad_label
##.top_ad_list
##.top_ad_long
##.top_ad_post
##.top_ad_responsive
##.top_ad_seperate
##.top_ad_short
##.top_ad_wrap
##.top_ad_wrapper
##.top_adbox1
##.top_adbox2
##.top_adh
##.top_ads
##.top_adsense
##.top_adspace
##.top_adv
##.top_adv_content
##.top_advert
##.top_advertisement
##.top_advertising_lb
##.top_advertizing_cnt
##.top_bar_ad
##.top_big_ads
##.top_container_ad
##.top_corner_ad
##.top_head_ads
##.top_header_ad
##.top_header_ad_inner
##.top_right_ad
##.top_rightad
##.top_sponsor
##.topad-area
##.topad-bar
##.topad-bg
##.topad1
##.topad2
##.topad_the_www_subtitle
##.topadbar
##.topadblock
##.topadbox
##.topadrow
##.topads
##.topads-spacer
##.topadsection
##.topadspace
##.topadspot
##.topadtara
##.topadtxt
##.topadtxt120
##.topadtxt300
##.topadtxt428
##.topadtxt728
##.topadvert
##.topadvertisementsegment
##.topbar-ad-unit
##.topboardads
##.topcontentadvertisement
##.topfootad
##.topicDetailsAdRight
##.topic_inad
##.topnavSponsor
##.topratedBoxAD
##.topsidebarad
##.topstoriesad
##.toptenAdBoxA
##.tourFeatureAd
##.tout-ad
##.tout-ad-embed
##.tower-ad
##.tower-ad-abs
##.tower-ad-b
##.tower-ad-wrapper
##.tower-ads-container
##.towerAd
##.towerAdLeft
##.towerAds
##.tower_ad
##.tower_ad_disclaimer
##.towerad
##.tp-ad-label
##.tp_ads
##.tpd-box-ad-d
##.tpd-box-ad-e
##.tr-ad-adtech
##.tr-ad-adtech-placement
##.tr-ad-inset
##.tr-sponsored
##.trSpAD1
##.track_adblock
##.trafficAdSpot
##.trafficjunky-ad
##.trb_ar_sponsoredmod
##.trb_gptAd
##.trb_header_adBanner_combo
##.trb_header_adBanner_large
##.trb_masthead_adBanner
##.trb_pageAdHolder
##.trb_soh
##.trc-content-sponsored
##.trc-content-sponsoredUB
##.treeAdBlockWithBanner_right
##.trending__ad
##.tribal-ad
##.trip_ad_center
##.trueads
##.ts-ad
##.ts-ad-leaderboard
##.ts-ad-wrapper
##.ts-ad_unit_bigbox
##.ts-banner_ad
##.ts-featured_ad
##.ts-sponsored-links
##.ts-top-most-ads
##.tsfrm-sponsor-logo-content
##.tsm-ad
##.tsmAd
##.tt_ads
##.ttlAdsensel
##.tto-sponsored-element
##.tucadtext
##.tv-ad-aside
##.tvkidsArticlesBottomAd
##.tvs-mpu
##.twitter-ad
##.two-col-ad-inArticle
##.twoColumnAd
##.two_ads
##.twoadcoll
##.twoadcolr
##.tx-aa-adverts
##.tx_smartadserver_pi1
##.txt-ads
##.txtAd
##.txtAd5
##.txtAds
##.txt_ad
##.txt_ads
##.txtad_area
##.txtadvertise
##.tynt-ad-container
##.type-ad
##.type_ads_default
##.type_adscontainer
##.type_miniad
##.type_promoads
##.tz_ad300_widget
##.tz_ad_widget
##.uds-ad
##.uds-ads
##.ui-ad
##.ui-ads
##.ui-advertising__container
##.ui-advertising_position1
##.uim-ad
##.ukAds
##.ukn-banner-ads
##.ukn-inline-advert
##.ult_vp_videoPlayerAD
##.unSponsored
##.under-player-ads
##.under_ads
##.undertimyads
##.uniAdBox
##.uniAds
##.uniblue-text-ad
##.unireg-ad-narrow
##.unit-ad
##.universalboxADVBOX01
##.universalboxADVBOX03
##.universalboxADVBOX04a
##.unspoken-adplace
##.upcloo-adv-content
##.upcomingMob_2nd_adv_blk
##.upper-ad-box
##.upper-ad-space
##.urban-ad-rect
##.urban-ad-top
##.us-advertisement
##.us-txt-ad
##.useful_banner_manager_banners_rotation
##.useful_banner_manager_rotation_widget
##.useful_banner_manager_widget
##.usenext
##.uvs-ad-full-width
##.v5rc_336x280ad
##.vAd_160x600
##.vAds
##.v_ad
##.vadvert
##.variable-ad
##.variableHeightAd
##.vbox-verticalad
##.vce-ad-below-header
##.vce-ad-container
##.vce-header-ads
##.vce_adsense_expand
##.vce_adsense_widget
##.vce_adsense_wrapper
##.ve2_post_adsense
##.vert-ad
##.vert-ad-ttl
##.vert-ads
##.vert-adsBlock
##.vertad
##.vertical-ads
##.vertical-adsense
##.verticalAd
##.verticalAdText
##.vertical_ad
##.vertical_ads
##.verticalad
##.verysmallads
##.vhs_small_ad
##.vi-lb-placeholder[title="ADVERTISEMENT"]
##.vidadtext
##.video-about-ad
##.video-ad
##.video-ad-content
##.video-ad-short
##.video-ads
##.video-ads-container
##.video-ads-wrapper
##.video-adtech-mpu-ad
##.video-innerAd-320x250
##.video-player-ad-center
##.video-right-ad
##.video-right-ads
##.videoAd-wrapper
##.videoAd300
##.videoBoxAd
##.videoPauseAd
##.videoSideAds
##.video_ad
##.video_ad_fadein
##.video_ads
##.video_ads_overdiv
##.video_ads_overdiv2
##.video_advertisement_box
##.video_detail_box_ads
##.video_footer_advertisement
##.video_top_ad
##.videoad2
##.videoadbox
##.videos-ad
##.videos-ad-wrap
##.view-Advertisment
##.view-ad
##.view-ads-header-top-block
##.view-ads-sidebar-block
##.view-ads-under-the-slider
##.view-advertisements
##.view-advertisements-300
##.view-advertorials
##.view-adverts
##.view-advt-story-bottom
##.view-article-inner-ads
##.view-custom-advertisement
##.view-display-id-ads_all
##.view-homepage-center-ads
##.view-id-Advertisment
##.view-id-ad
##.view-id-ads_header_top_block
##.view-id-ads_sidebar_block
##.view-id-ads_under_the_slider
##.view-id-advertisements
##.view-id-advertisements_300
##.view-id-advt_story_bottom
##.view-id-custom_advertisement
##.view-id-simpleads_advertisements
##.view-id-topheader_ad
##.view-image-ads
##.view-promo-mpu-right
##.view-simpleads-advertisements
##.view-site-ads
##.view-topheader-ad
##.view-video-advertisements
##.viewContentItemAd
##.view_ad
##.view_ads_advertisements
##.view_ads_bottom_bg
##.view_ads_bottom_bg_middle
##.view_ads_content_bg
##.view_ads_top_bg
##.view_ads_top_bg_middle
##.view_rig_ad
##.views-field-field-ad
##.views-field-field-adbox-1
##.views-field-field-adbox-2
##.views-field-field-advertisement-image
##.views-field-field-html-ad
##.views-field-field-image-ad
##.vip-club-ad
##.virgin-mpu
##.visibleAd
##.visor-breaker-ad
##.visuaAD400
##.visuaAD900
##.vitee-ad
##.vjs-ad-iframe
##.vjs-ad-overlay
##.vjs-ima3-ad-container
##.vl-ad-item
##.vlog-ad
##.vmp-ad
##.voc-advertising
##.vod_ad
##.vrfadzone
##.vs-advert-300x250
##.vs_dfp_standard_postbit_ad
##.vsw-ads
##.vswAdContainer
##.vt_h1_ad
##.vuukle-ad-block
##.vuukle-ads
##.vw-header-ads-leader-board
##.vw-header-ads-wrapper
##.vw-single-header-ads
##.vxp_ad300x250
##.vxp_adContainer
##.w-Ads-small
##.w-ad-box
##.w-content--ad
##.wAdvert
##.w_AdExternal
##.w_ad
##.wa_adsbottom
##.wahAd
##.wahAdRight
##.wallAd
##.wall_ad
##.wall_ad_hd
##.wallad
##.wantads
##.waterfall-ad-anchor
##.wazi-ad-link
##.wcAd
##.wd-adunit
##.wd_ads
##.wdca_ad_item
##.wdca_custom_ad
##.wdp_ad
##.wdp_adDiv
##.wdt_ads
##.weather-ad-wrapper
##.weather-sponsor-ad
##.weather-sponsorDiv
##.weatherAdSpot
##.weather_ad
##.weatherad
##.web-result-sponsored
##.webad-cnt
##.webad_link
##.webads336x280
##.webadvert-container
##.webit-ads
##.webpart-wrap-advert
##.well-ad
##.wfb-ad
##.wg-ad-square
##.wh_ad
##.white-ad-block
##.wide-ad
##.wide-ad-container
##.wide-ad-outer
##.wide-ad2015
##.wide-advert
##.wide-footer-ad
##.wide-header-ad
##.wide-skyscraper-ad
##.wideAd
##.wideAdTable
##.widePageAd
##.wide_ad
##.wide_ad_unit
##.wide_ad_unit_top
##.wide_ads
##.wide_google_ads
##.wide_grey_ad_box
##.wide_sponsors
##.widead
##.wideadbox
##.widget-300x250ad
##.widget-ad
##.widget-ad-codes
##.widget-ad-sky
##.widget-ad-zone
##.widget-ad300x250
##.widget-adcode
##.widget-ads
##.widget-adsense
##.widget-adv
##.widget-advert-728
##.widget-advert-970
##.widget-advertisement
##.widget-ami-newsmax
##.widget-entry-ads-160
##.widget-gpt2-ami-ads
##.widget-group-Ads
##.widget-highlight-ads
##.widget-pane-section-ad-content
##.widget-sponsor
##.widget-text-ad
##.widget1-ad
##.widget10-ad
##.widget4-ad
##.widget6-ad
##.widget7-ad
##.widgetAD
##.widgetAdScrollContainer
##.widgetSponsors
##.widgetYahooAds
##.widget_728x90_advertisement
##.widget_ad
##.widget_ad-widget
##.widget_ad125
##.widget_ad300
##.widget_ad_300
##.widget_ad_300x250_atf
##.widget_ad_300x250_btf
##.widget_ad_300x250_btf_b
##.widget_ad_boxes_widget
##.widget_ad_rotator
##.widget_ad_widget
##.widget_admanagerwidget
##.widget_adrotate_widgets
##.widget_ads
##.widget_adsblock
##.widget_adsensem
##.widget_adsensewidget
##.widget_adsingle
##.widget_adv_location
##.widget_advads_ad_widget
##.widget_advert
##.widget_advert_content
##.widget_advert_widget
##.widget_advertisement
##.widget_advertisements
##.widget_advertisment
##.widget_advwidget
##.widget_adwidget
##.widget_appmanager_sponsoredpostswidget
##.widget_arvins_ad_randomizer
##.widget_awpcp-random-ads
##.widget_bestgoogleadsense
##.widget_better-ads
##.widget_boss_banner_ad
##.widget_catchbox_adwidget
##.widget_cevo_contentad
##.widget_codeneric_ad_widget
##.widget_com_ad_widget
##.widget_cpxadvert_widgets
##.widget_customad_widget
##.widget_customadvertising
##.widget_cxad
##.widget_dfp
##.widget_dfp_lb-widget
##.widget_econaabachoadswidget
##.widget_emads
##.widget_etcenteredadwidget
##.widget_evolve_ad_gpt_widget
##.widget_fearless_responsive_image_ad
##.widget_googleads
##.widget_ima_ads
##.widget_internationaladserverwidget
##.widget_ione-dart-ad
##.widget_island_ad
##.widget_jr_125ads
##.widget_maxbannerads
##.widget_nb-ads
##.widget_new_sponsored_content
##.widget_newscorpau_ads
##.widget_openxwpwidget
##.widget_plugrush_widget
##.widget_po_ads_widget
##.widget_postmedia_layouts_ad
##.widget_sdac_bottom_ad_widget
##.widget_sdac_companion_video_ad_widget
##.widget_sdac_footer_ads_widget
##.widget_sdac_skyscraper_ad_widget
##.widget_sdac_top_ad_widget
##.widget_sej_sidebar_ad
##.widget_sidebarad_300x250
##.widget_sidebarad_300x600
##.widget_sidebaradwidget
##.widget_singlead
##.widget_sponsored_content
##.widget_supernews_ad
##.widget_taboola
##.widget_text_adsense
##.widget_thesun_dfp_ad_widget
##.widget_uds-ads
##.widget_vb_sidebar_ad
##.widget_wnd_ad_widget
##.widget_wp-bannerize-widget
##.widget_wp_ads_gpt_widget
##.widget_wp_insert_ad_widget
##.widget_wpshower_ad
##.widgetads
##.width-ad-slug
##.wikia-ad
##.wikia_ad_placeholder
##.wingadblock
##.wis_adControl
##.with-background-ads
##.with-wrapper-ads
##.withAds
##.with_ctecad
##.wixAdsdesktopBottomAd
##.wl-ad
##.wloadIframeAD
##.wn-ad
##.wnIframeAd
##.wnMultiAd
##.wnad
##.wp125_write_ads_widget
##.wp125ad
##.wp125ad_1
##.wp125ad_2
##.wpInsertAdWidget
##.wpInsertInPostAd
##.wp_bannerize
##.wp_bannerize_container
##.wp_bnn
##.wp_bnnatcode_wp_bnn
##.wpadvert
##.wpbrad
##.wpbrad-ad
##.wpbrad-zone
##.wpd-advertisement
##.wpfp_custom_ad
##.wpfp_custom_ad_content
##.wpi_ads
##.wpmrec
##.wpn_ad_content
##.wppaszone
##.wpproaddlink
##.wpproadgrid
##.wpproadszone
##.wptouch-ad
##.wpx-bannerize
##.wpx_bannerize
##.wr-ad-slot
##.wr-home-top-adv
##.wrap-ad
##.wrap-ads
##.wrap_boxad
##.wrapad
##.wrapper-ad
##.wrapper-ad-sidecol
##.wrapper-google-ads
##.wrapper-sidebar_ads_box
##.wrapper-sidebar_ads_half-page
##.wrapper-sponsored-fb
##.wrapperAdSky
##.wrapper_ad
##.wrapper_advertisement
##.wrb1_x1_adv
##.wrb1_x7_adv
##.wrb2_ls1_adv
##.wrb2_ls3_adv
##.wrb2_x1_adv
##.wrb3_ls1_adv
##.wrb3_x1_adv
##.wrb4_x1_adv
##.wrb6_x1_adv
##.ws-ad
##.wsSearchResultsRightSponsoredLinks
##.wsSponsoredLinksRight
##.wsTopSposoredLinks
##.ws_contentAd660
##.wsj-ad:not(.adActivate)
##.wsj-responsive-ad-wrap
##.wui-ad-container
##.ww_ads_banner_wrapper
##.wx-adchoices
##.wx-gptADS
##.x-ad
##.x-home-ad__content
##.x-home-ad__content-inner
##.x-tile__advert
##.x01-ad
##.x03-adunit
##.x04-adunit
##.x81_ad_detail
##.xads-blk-bottom-hld
##.xads-blk-top-hld
##.xads-blk-top2-hld
##.xads-blk1
##.xads-blk2
##.xads-ojedn
##.xmlad
##.xs_epic_circ_ad
##.xs_epic_sponsor_label
##.xtopadvert
##.y-ads
##.y-ads-wide
##.y5_ads
##.y5_ads2
##.y7-advertisement
##.y7adHEAD
##.y7adS
##.y7s-lrec
##.yaAds
##.yad-sponsored
##.yahoo-ad-leader-north
##.yahoo-ad-leader-south
##.yahoo-ad-lrec-north
##.yahoo-banner-ad-container
##.yahoo-sponsored
##.yahoo-sponsored-links
##.yahoo-sponsored-result
##.yahooAd
##.yahooAds
##.yahooContentMatch
##.yahoo_ad
##.yahoo_ads
##.yahooad
##.yahooad-image
##.yahooad-urlline
##.yahooads
##.yahootextads_content_bottom
##.yam-plus-ad-container
##.yan-sponsored
##.yat-ad
##.yellow_ad
##.yfi-fp-ad-logo
##.ygrp-ad
##.yieldads-160x600
##.yieldads-728x90
##.yl-lrec-wrap
##.yls-sponlink
##.yom-ad
##.yom-ad-LREC
##.yom-ad-LREC2
##.yom-ad-LREC3
##.yom-ad-MREC2
##.yom-ad-moneyball
##.youradhere
##.youtubeSuperLeaderBoardAdHolder
##.youtubeSuperLeaderOverallAdArea
##.yrail_ad_wrap
##.yrail_ads
##.ysmsponsor
##.ysp-dynamic-ad
##.ysponsor
##.yt-adsfull-widget
##.ytp-ad-progress
##.ytp-ad-progress-list
##.yui3-ad
##.yvp-ads-overlay
##.yvp-ads-view
##.yvp-adsview-show
##.yvp-mode-ad
##.yw-ad
##.z-ad-display
##.z-ad-lockerdome-inline
##.z-lockerdome-inline
##.z-sponsored-block
##.zRightAdNote
##.zaba-advertising
##.zc-grid-ad
##.zc-grid-position-ad
##.zem_rp_promoted
##.zerg-colm
##.zerg-widget
##.zeti-ads
##.ziffad-wrapper
##.zone-advertisement
##.zoneAds
##AD-SLOT
##AD-TRIPLE-BOX
##ADS-RIGHT
##AFS-AD
##DFP-AD
##FBS-AD
##LEADERBOARD-AD
##[ad-id^="googlead"]
##[href*="//xml.revrtb.com/"]
##[href^="https://maskip.co/"]
##[id^="bunyad_ads_"]
##[lazy-ad="leftbottom_banner"]
##[lazy-ad="leftthin_banner"]
##[lazy-ad="lefttop_banner"]
##[lazy-ad="top_banner"]
##[onclick^="window.open('http://adultfriendfinder.com/search/"]
##[onclick^="window.open('https://www.brazzersnetwork.com/landing/"]
##[onclick^="window.open('window.open('//delivery.trafficfabrik.com/"]
##[src^="/Redirect.a2b?"]
##a[data-obtrack^="http://paid.outbrain.com/network/redir?"]
##a[data-oburl^="http://paid.outbrain.com/network/redir?"]
##a[data-oburl^="https://paid.outbrain.com/network/redir?"]
##a[data-redirect^="http://click.plista.com/pets"]
##a[data-redirect^="http://paid.outbrain.com/network/redir?"]
##a[data-redirect^="https://paid.outbrain.com/network/redir?"]
##a[data-redirect^="this.href='http://paid.outbrain.com/network/redir?"]
##a[data-url^="http://paid.outbrain.com/network/redir?"]
##a[data-url^="http://paid.outbrain.com/network/redir?"] + .author
##a[data-widget-outbrain-redirect^="http://paid.outbrain.com/network/redir?"]
##a[href$="/vghd.shtml"]
##a[href*=".adk2x.com/"]
##a[href*=".adsrv.eacdn.com/"] > img
##a[href*=".allsports4you.club"]
##a[href*=".approvallamp.club/"]
##a[href*=".bang.com/"][href*="&aff="]
##a[href*=".clkcln.com/"]
##a[href*=".clksite.com/"]
##a[href*=".ichlnk.com/"]
##a[href*=".inclk.com/"]
##a[href*=".intab.fun/"]
##a[href*=".irtyc.com/"]
##a[href*=".qertewrt.com/"]
##a[href*=".revimedia.com/"]
##a[href*="//3wr110.xyz/"]
##a[href*="//ridingintractable.com/"]
##a[href*="/adServe/banners?"]
##a[href*="/adrotate-out.php?"]
##a[href*="/cmd.php?ad="]
##a[href*="/servlet/click/zone?"]
##a[href*="5iclx7wa4q.com"]
##a[href*="=Adtracker"]
##a[href*="=adscript"]
##a[href*="=exoclick"]
##a[href*="?adlivk="][href*="&refer="]
##a[href*="a2g-secure.com"]
##a[href*="ad2upapp.com/"]
##a[href*="deliver.trafficfabrik.com"]
##a[href*="delivery.trafficfabrik.com"]
##a[href*="emprestimo.eu"]
##a[href*="googleme.eu"]
##a[href*="mfroute.com/"]
##a[href*="onclkds."]
##a[href*="pussl3.com"]
##a[href^=" http://ads.ad-center.com/"]
##a[href^=" http://n47adshostnet.com/"]
##a[href^=" http://www.sex.com/"][href*="&utm_"]
##a[href^="//00ae8b5a9c1d597.com/"]
##a[href^="//40ceexln7929.com/"]
##a[href^="//4c7og3qcob.com/"]
##a[href^="//4f6b2af479d337cf.com/"]
##a[href^="//5e1fcb75b6d662d.com/"]
##a[href^="//88d7b6aa44fb8eb.com/"]
##a[href^="//adbit.co/?a=Advertise&"]
##a[href^="//ads.ad-center.com/"]
##a[href^="//api.ad-goi.com/"]
##a[href^="//awejmp.com/"]
##a[href^="//bwnjijl7w.com/"]
##a[href^="//db52cc91beabf7e8.com/"]
##a[href^="//go.onclasrv.com/"]
##a[href^="//go.vedohd.org/"]
##a[href^="//healthaffiliate.center/"]
##a[href^="//jsmptjmp.com/"]
##a[href^="//look.djfiln.com/"]
##a[href^="//medleyads.com/spot/"]
##a[href^="//nlkdom.com/"]
##a[href^="//oardilin.com/"]
##a[href^="//porngames.adult/?SID="]
##a[href^="//pubads.g.doubleclick.net/"]
##a[href^="//srv.buysellads.com/"]
##a[href^="//voyeurhit.com/cs/"]
##a[href^="//www.mgid.com/"]
##a[href^="//www.pd-news.com/"]
##a[href^="//z6naousb.com/"]
##a[href^="//zenhppyad.com/"]
##a[href^="http://1phads.com/"]
##a[href^="http://2pxg8bcf.top/"]
##a[href^="http://360ads.go2cloud.org/"]
##a[href^="http://3wr110.net/"]
##a[href^="http://45eijvhgj2.com/"]
##a[href^="http://4c7og3qcob.com/"]
##a[href^="http://6kup12tgxx.com/"]
##a[href^="http://9amq5z4y1y.com/"]
##a[href^="http://9nl.es/"]
##a[href^="http://NowDownloadAll.com"]
##a[href^="http://a.adquantix.com/"]
##a[href^="http://a63t9o1azf.com/"]
##a[href^="http://abc2.mobile-10.com/"]
##a[href^="http://ad-apac.doubleclick.net/"]
##a[href^="http://ad-emea.doubleclick.net/"]
##a[href^="http://ad.au.doubleclick.net/"]
##a[href^="http://ad.doubleclick.net/"]
##a[href^="http://ad.yieldmanager.com/"]
##a[href^="http://adclick.g.doubleclick.net/"]
##a[href^="http://adexprt.me/"]
##a[href^="http://adf.ly/?id="]
##a[href^="http://adfarm.mediaplex.com/"]
##a[href^="http://adlev.neodatagroup.com/"]
##a[href^="http://admingame.info/"]
##a[href^="http://adprovider.adlure.net/"]
##a[href^="http://adrunnr.com/"]
##a[href^="http://ads.activtrades.com/"]
##a[href^="http://ads.ad-center.com/"]
##a[href^="http://ads.affbuzzads.com/"]
##a[href^="http://ads.betfair.com/redirect.aspx?"]
##a[href^="http://ads.expekt.com/affiliates/"]
##a[href^="http://ads.integral-marketing.com/"]
##a[href^="http://ads.pheedo.com/"]
##a[href^="http://ads.sprintrade.com/"]
##a[href^="http://ads2.williamhill.com/redirect.aspx?"]
##a[href^="http://adserver.adreactor.com/"]
##a[href^="http://adserver.adtech.de/"]
##a[href^="http://adserver.adtechus.com/"]
##a[href^="http://adserver.itsfogo.com/"]
##a[href^="http://adserving.liveuniversenetwork.com/"]
##a[href^="http://adserving.unibet.com/"]
##a[href^="http://adsrv.keycaptcha.com"]
##a[href^="http://adtrack123.pl/"]
##a[href^="http://adtrackone.eu/"]
##a[href^="http://adtransfer.net/"]
##a[href^="http://adultfriendfinder.com/p/register.cgi?pid="]
##a[href^="http://adultgames.xxx/"]
##a[href^="http://aff.ironsocket.com/"]
##a[href^="http://affiliate.coral.co.uk/processing/"]
##a[href^="http://affiliate.glbtracker.com/"]
##a[href^="http://affiliate.godaddy.com/"]
##a[href^="http://affiliates.pinnaclesports.com/processing/"]
##a[href^="http://affiliates.score-affiliates.com/"]
##a[href^="http://aflrm.com/"]
##a[href^="http://amzn.to/"] > img[src^="data"]
##a[href^="http://anonymous-net.com/"]
##a[href^="http://api.content.ad/"]
##a[href^="http://api.ringtonematcher.com/"]
##a[href^="http://at.atwola.com/"]
##a[href^="http://azmobilestore.co/"]
##a[href^="http://b.bestcompleteusa.info/"]
##a[href^="http://banners.victor.com/processing/"]
##a[href^="http://bc.vc/?r="]
##a[href^="http://bcntrack.com/"]
##a[href^="http://bcp.crwdcntrl.net/"]
##a[href^="http://bestchickshere.com/"]
##a[href^="http://bestorican.com/"]
##a[href^="http://betahit.click/"]
##a[href^="http://bluehost.com/track/"]
##a[href^="http://bodelen.com/"]
##a[href^="http://bonusfapturbo.nmvsite.com/"]
##a[href^="http://bs.serving-sys.com/"]
##a[href^="http://buysellads.com/"]
##a[href^="http://c.actiondesk.com/"]
##a[href^="http://c.jumia.io/"]
##a[href^="http://c.ketads.com/"]
##a[href^="http://callville.xyz/"]
##a[href^="http://campaign.bharatmatrimony.com/cbstrack/"]
##a[href^="http://campaign.bharatmatrimony.com/track/"]
##a[href^="http://campeeks.com/"][href*="&utm_"]
##a[href^="http://casino-x.com/?partner"]
##a[href^="http://cdn.adsrvmedia.net/"]
##a[href^="http://cdn.adstract.com/"]
##a[href^="http://cdn3.adbrau.com/"]
##a[href^="http://cdn3.adexprts.com/"]
##a[href^="http://centertrust.xyz/"]
##a[href^="http://chaturbate.com/affiliates/"]
##a[href^="http://cinema.friendscout24.de?"]
##a[href^="http://click.guamwnvgashbkashawhgkhahshmashcas.pw/"]
##a[href^="http://click.payserve.com/"]
##a[href^="http://click.plista.com/pets"]
##a[href^="http://clickandjoinyourgirl.com/"]
##a[href^="http://clicks.binarypromos.com/"]
##a[href^="http://clicks.guamwnvgashbkashawhgkhahshmashcas.pw/"]
##a[href^="http://clickserv.sitescout.com/"]
##a[href^="http://clk.directrev.com/"]
##a[href^="http://clkmon.com/adServe/"]
##a[href^="http://codec.codecm.com/"]
##a[href^="http://connectlinking6.com/"]
##a[href^="http://contractallsticker.net/"]
##a[href^="http://cp.cbbp1.com"]
##a[href^="http://cpaway.afftrack.com/"]
##a[href^="http://cwcams.com/landing/click/"]
##a[href^="http://d2.zedo.com/"]
##a[href^="http://data.ad.yieldmanager.net/"]
##a[href^="http://data.committeemenencyclopedicrepertory.info/"]
##a[href^="http://data.linoleictanzaniatitanic.com/"]
##a[href^="http://databass.info/"]
##a[href^="http://ddownload39.club/"]
##a[href^="http://dethao.com/"]
##a[href^="http://dftrck.com/"]
##a[href^="http://down1oads.com/"]
##a[href^="http://download-performance.com/"]
##a[href^="http://dwn.pushtraffic.net/"]
##a[href^="http://earandmarketing.com/"]
##a[href^="http://easydownload4you.com/"]
##a[href^="http://eclkmpsa.com/"]
##a[href^="http://elite-sex-finder.com/?"]
##a[href^="http://elitefuckbook.com/"]
##a[href^="http://engine.newsmaxfeednetwork.com/"]
##a[href^="http://espn.zlbu.net/"]
##a[href^="http://ethfw0370q.com/"]
##a[href^="http://extra.bet365.com/"][href*="?affiliate="]
##a[href^="http://farm.plista.com/pets"]
##a[href^="http://feedads.g.doubleclick.net/"]
##a[href^="http://feeds1.validclick.com/"]
##a[href^="http://ffxitrack.com/"]
##a[href^="http://fileloadr.com/"]
##a[href^="http://fileupnow.rocks/"]
##a[href^="http://finaljuyu.com/"]
##a[href^="http://findersocket.com/"]
##a[href^="http://freesoftwarelive.com/"]
##a[href^="http://fsoft4down.com/"]
##a[href^="http://fusionads.net"]
##a[href^="http://g1.v.fwmrm.net/ad/"]
##a[href^="http://galleries.pinballpublishernetwork.com/"]
##a[href^="http://galleries.securewebsiteaccess.com/"]
##a[href^="http://games.ucoz.ru/"][target="_blank"]
##a[href^="http://gca.sh/user/register?ref="]
##a[href^="http://get.slickvpn.com/"]
##a[href^="http://getlinksinaseconds.com/"]
##a[href^="http://go.ad2up.com/"]
##a[href^="http://go.mobisla.com/"]
##a[href^="http://go.oclaserver.com/"]
##a[href^="http://go.seomojo.com/tracking202/"]
##a[href^="http://go.trafficshop.com/"]
##a[href^="http://goldmoney.com/?gmrefcode="]
##a[href^="http://googleads.g.doubleclick.net/pcs/click"]
##a[href^="http://green.trafficinvest.com/"]
##a[href^="http://greensmoke.com/"]
##a[href^="http://guideways.info/"]
##a[href^="http://hd-plugins.com/download/"]
##a[href^="http://hdplugin.flashplayer-updates.com/"]
##a[href^="http://hpn.houzz.com/"]
##a[href^="http://hyperies.info/"]
##a[href^="http://hyperlinksecure.com/go/"]
##a[href^="http://igromir.info/"]
##a[href^="http://imads.integral-marketing.com/"]
##a[href^="http://install.securewebsiteaccess.com/"]
##a[href^="http://intent.bingads.com/"]
##a[href^="http://istri.it/?"]
##a[href^="http://jobitem.org/"]
##a[href^="http://join3.bannedsextapes.com/track/"]
##a[href^="http://k2s.cc/code/"]
##a[href^="http://k2s.cc/pr/"]
##a[href^="http://keep2share.cc/pr/"]
##a[href^="http://landingpagegenius.com/"]
##a[href^="http://latestdownloads.net/download.php?"]
##a[href^="http://linksnappy.com/?ref="]
##a[href^="http://liversely.com/"]
##a[href^="http://liversely.net/"]
##a[href^="http://lp.ezdownloadpro.info/"]
##a[href^="http://lp.ilivid.com/"]
##a[href^="http://lp.ncdownloader.com/"]
##a[href^="http://marketgid.com"]
##a[href^="http://media.paddypower.com/redirect.aspx?"]
##a[href^="http://mgid.com/"]
##a[href^="http://mmo123.co/"]
##a[href^="http://mo8mwxi1.com/"]
##a[href^="http://mojofun.info/"]
##a[href^="http://n.admagnet.net/"]
##a[href^="http://n217adserv.com/"]
##a[href^="http://onclickads.net/"]
##a[href^="http://online.ladbrokes.com/promoRedirect?"]
##a[href^="http://paid.outbrain.com/network/redir?"]
##a[href^="http://pan.adraccoon.com?"]
##a[href^="http://papi.mynativeplatform.com:80/pub2/"]
##a[href^="http://partner.sbaffiliates.com/"]
##a[href^="http://play4k.co/"]
##a[href^="http://pokershibes.com/index.php?ref="]
##a[href^="http://popup.taboola.com/"]
##a[href^="http://prochina.link/"]
##a[href^="http://prochina.space/"]
##a[href^="http://promos.bwin.com/"]
##a[href^="http://prousa.work/"]
##a[href^="http://pubads.g.doubleclick.net/"]
##a[href^="http://pwrads.net/"]
##a[href^="http://reallygoodlink.extremefreegames.com/"]
##a[href^="http://record.betsafe.com/"]
##a[href^="http://record.commissionking.com/"]
##a[href^="http://record.sportsbetaffiliates.com.au/"]
##a[href^="http://refer.webhostingbuzz.com/"]
##a[href^="http://refpaano.host/"]
##a[href^="http://s5prou7ulr.com/"]
##a[href^="http://s9kkremkr0.com/"]
##a[href^="http://searchtabnew.com/"]
##a[href^="http://secure.cbdpure.com/aff/"]
##a[href^="http://secure.hostgator.com/~affiliat/"]
##a[href^="http://secure.signup-page.com/"]
##a[href^="http://secure.signup-way.com/"]
##a[href^="http://see-work.info/"]
##a[href^="http://semi-cod.com/clicks/"]
##a[href^="http://serve.williamhill.com/promoRedirect?"]
##a[href^="http://server.cpmstar.com/click.aspx?poolid="]
##a[href^="http://servicegetbook.net/"]
##a[href^="http://sharesuper.info/"]
##a[href^="http://spygasm.com/track?"]
##a[href^="http://srvpub.com/"]
##a[href^="http://stateresolver.link/"]
##a[href^="http://steel.starflavor.bid/"]
##a[href^="http://syndication.exoclick.com/"]
##a[href^="http://t.mdn2015x1.com/"]
##a[href^="http://t.mdn2015x2.com/"]
##a[href^="http://t.mdn2015x3.com/"]
##a[href^="http://t.wowtrk.com/"]
##a[href^="http://taboola-"][href*="/redirect.php?app.type="]
##a[href^="http://tc.tradetracker.net/"]
##a[href^="http://tezfiles.com/pr/"]
##a[href^="http://tour.affbuzzads.com/"]
##a[href^="http://track.adform.net/"]
##a[href^="http://track.affiliatenetwork.co.za/"]
##a[href^="http://track.incognitovpn.com/"]
##a[href^="http://track.trkvluum.com/"]
##a[href^="http://tracker.mybroadband.co.za/"]
##a[href^="http://tracking.crazylead.com/"]
##a[href^="http://tracking.deltamediallc.com/"]
##a[href^="http://tracking.toroadvertising.com/"]
##a[href^="http://traffic.tc-clicks.com/"]
##a[href^="http://trk.mdrtrck.com/"]
##a[href^="http://ul.to/ref/"]
##a[href^="http://uploaded.net/ref/"]
##a[href^="http://us.marketgid.com"]
##a[href^="http://vinfdv6b4j.com/"]
##a[href^="http://vo2.qrlsx.com/"]
##a[href^="http://wct.link/"]
##a[href^="http://web.adblade.com/"]
##a[href^="http://webgirlz.online/landing/"]
##a[href^="http://websitedhoome.com/"]
##a[href^="http://webtrackerplus.com/"]
##a[href^="http://wgpartner.com/"]
##a[href^="http://wopertific.info/"]
##a[href^="http://www.123-reg.co.uk/affiliate2.cgi"]
##a[href^="http://www.1clickdownloader.com/"]
##a[href^="http://www.1clickmoviedownloader.info/"]
##a[href^="http://www.TwinPlan.com/AF_"]
##a[href^="http://www.accuserveadsystem.com/accuserve-go.php?"]
##a[href^="http://www.adbrite.com/mb/commerce/purchase_form.php?"]
##a[href^="http://www.adskeeper.co.uk/"]
##a[href^="http://www.adxpansion.com"]
##a[href^="http://www.afco2go.com/srv.php?"]
##a[href^="http://www.affbuzzads.com/affiliate/"]
##a[href^="http://www.affiliates1128.com/processing/"]
##a[href^="http://www.afgr2.com/"]
##a[href^="http://www.afgr3.com/"]
##a[href^="http://www.amazon.co.uk/exec/obidos/external-search?"]
##a[href^="http://www.babylon.com/welcome/index?affID"]
##a[href^="http://www.badoink.com/go.php?"]
##a[href^="http://www.bet365.com/"][href*="&affiliate="]
##a[href^="http://www.bet365.com/"][href*="?affiliate="]
##a[href^="http://www.bitlord.me/share/"]
##a[href^="http://www.bluehost.com/track/"] > img
##a[href^="http://www.brightwheel.info/"]
##a[href^="http://www.cdjapan.co.jp/aff/click.cgi/"]
##a[href^="http://www.clickansave.net/"]
##a[href^="http://www.clkads.com/adServe/"]
##a[href^="http://www.dealcent.com/register.php?affid="]
##a[href^="http://www.dl-provider.com/search/"]
##a[href^="http://www.down1oads.com/"]
##a[href^="http://www.download-provider.org/"]
##a[href^="http://www.downloadplayer1.com/"]
##a[href^="http://www.downloadthesefiles.com/"]
##a[href^="http://www.downloadweb.org/"]
##a[href^="http://www.drowle.com/"]
##a[href^="http://www.easydownloadnow.com/"]
##a[href^="http://www.epicgameads.com/"]
##a[href^="http://www.faceporn.net/free?"]
##a[href^="http://www.fbooksluts.com/"]
##a[href^="http://www.firstclass-download.com/"]
##a[href^="http://www.firstload.com/affiliate/"]
##a[href^="http://www.firstload.de/affiliate/"]
##a[href^="http://www.flashx.tv/downloadthis"]
##a[href^="http://www.fleshlight.com/"]
##a[href^="http://www.fonts.com/BannerScript/"]
##a[href^="http://www.fpcTraffic2.com/blind/in.cgi?"]
##a[href^="http://www.freefilesdownloader.com/"]
##a[href^="http://www.friendlyadvertisements.com/"]
##a[href^="http://www.friendlyduck.com/AF_"]
##a[href^="http://www.friendlyquacks.com/"]
##a[href^="http://www.gamebookers.com/cgi-bin/intro.cgi?"]
##a[href^="http://www.getyourguide.com/?partner_id="]
##a[href^="http://www.graboid.com/affiliates/"]
##a[href^="http://www.greenmangaming.com/?tap_a="]
##a[href^="http://www.hitcpm.com/"]
##a[href^="http://www.idownloadplay.com/"]
##a[href^="http://www.incredimail.com/?id="]
##a[href^="http://www.installads.net/"]
##a[href^="http://www.ireel.com/signup?ref"]
##a[href^="http://www.linkbucks.com/referral/"]
##a[href^="http://www.liutilities.com/"]
##a[href^="http://www.liversely.net/"]
##a[href^="http://www.menaon.com/installs/"]
##a[href^="http://www.mobileandinternetadvertising.com/"]
##a[href^="http://www.my-dirty-hobby.com/?sub="]
##a[href^="http://www.myfreecams.com/?co_id="][href*="&track="]
##a[href^="http://www.myfreepaysite.com/sfw.php?aid"]
##a[href^="http://www.myfreepaysite.com/sfw_int.php?aid"]
##a[href^="http://www.mysuperpharm.com/"]
##a[href^="http://www.myvpn.pro/"]
##a[href^="http://www.on2url.com/app/adtrack.asp"]
##a[href^="http://www.paddypower.com/?AFF_ID="]
##a[href^="http://www.pheedo.com/"]
##a[href^="http://www.pinkvisualgames.com/?revid="]
##a[href^="http://www.pinkvisualpad.com/?revid="]
##a[href^="http://www.plus500.com/?id="]
##a[href^="http://www.quick-torrent.com/download.html?aff"]
##a[href^="http://www.ragazzeinvendita.com/?rcid="]
##a[href^="http://www.revenuehits.com/"]
##a[href^="http://www.ringtonematcher.com/"]
##a[href^="http://www.roboform.com/php/land.php"]
##a[href^="http://www.securegfm.com/"]
##a[href^="http://www.seekbang.com/cs/"]
##a[href^="http://www.sex.com/?utm_"]
##a[href^="http://www.sex.com/pics/?utm_"]
##a[href^="http://www.sex.com/videos/?utm_"]
##a[href^="http://www.sexgangsters.com/?pid="]
##a[href^="http://www.sfippa.com/"]
##a[href^="http://www.socialsex.com/"]
##a[href^="http://www.streamate.com/exports/"]
##a[href^="http://www.streamtunerhd.com/signup?"]
##a[href^="http://www.terraclicks.com/"]
##a[href^="http://www.text-link-ads.com/"]
##a[href^="http://www.tirerack.com/affiliates/"]
##a[href^="http://www.torntv-downloader.com/"]
##a[href^="http://www.torntvdl.com/"]
##a[href^="http://www.twinplan.com/AF_"]
##a[href^="http://www.uniblue.com/cm/"]
##a[href^="http://www.urmediazone.com/signup"]
##a[href^="http://www.usearchmedia.com/signup?"]
##a[href^="http://www.wantstraffic.com/"]
##a[href^="http://www.webtrackerplus.com/"]
##a[href^="http://www.xmediaserve.com/"]
##a[href^="http://www.yourfuckbook.com/?"]
##a[href^="http://www1.clickdownloader.com/"]
##a[href^="http://www5.smartadserver.com/call/pubjumpi/"]
##a[href^="http://wxdownloadmanager.com/dl/"]
##a[href^="http://xads.zedo.com/"]
##a[href^="http://xtgem.com/click?"]
##a[href^="http://y1jxiqds7v.com/"]
##a[href^="http://yads.zedo.com/"]
##a[href^="http://z1.zedo.com/"]
##a[href^="http://zevera.com/afi.html"]
##a[href^="https://a.adtng.com/"]
##a[href^="https://a.bestcontentpc.top/"]
##a[href^="https://aaucwbe.com/"]
##a[href^="https://ad.atdmt.com/"]
##a[href^="https://ad.doubleclick.net/"]
##a[href^="https://adclick.g.doubleclick.net/"]
##a[href^="https://adhealers.com/"]
##a[href^="https://ads-for-free.com/click.php?"]
##a[href^="https://ads.ad4game.com/"]
##a[href^="https://ads.trafficpoizon.com/"]
##a[href^="https://adserver.adreactor.com/"]
##a[href^="https://adswick.com/"]
##a[href^="https://adultfriendfinder.com/go/page/landing"]
##a[href^="https://affiliates.bet-at-home.com/processing/"]
##a[href^="https://americafirstpolls.com/"]
##a[href^="https://atomidownload.com/"]
##a[href^="https://awejmp.com/"]
##a[href^="https://awentw.com/"]
##a[href^="https://badoinkvr.com/"]
##a[href^="https://betway.com/"][href*="&a="]
##a[href^="https://bnsjb1ab1e.com/"]
##a[href^="https://bongacams2.com/track?"]
##a[href^="https://bs.serving-sys.com"]
##a[href^="https://bullads.net/get/"]
##a[href^="https://chaturbate.com/affiliates/"]
##a[href^="https://chaturbate.com/in/?tour="]
##a[href^="https://chaturbate.com/in/?track="]
##a[href^="https://chaturbate.jjgirls.com/"][href*="?tour="]
##a[href^="https://chaturbate.xyz/"]
##a[href^="https://click.plista.com/pets"]
##a[href^="https://clixtrac.com/"]
##a[href^="https://control.trafficfabrik.com/"]
##a[href^="https://dcs.adgear.com/clicks/"]
##a[href^="https://dediseedbox.com/clients/aff.php?"]
##a[href^="https://djtcollectorclub.org/"][href*="?affiliate_id="]
##a[href^="https://dltags.com/"]
##a[href^="https://evaporate.pw/"]
##a[href^="https://farm.plista.com/pets"]
##a[href^="https://fileboom.me/pr/"]
##a[href^="https://flirtaescopa.com/"]
##a[href^="https://fonts.fontplace9.com/"]
##a[href^="https://freeadult.games/"]
##a[href^="https://gamescarousel.com/"]
##a[href^="https://gghf.mobi/"]
##a[href^="https://go.ad2up.com/"]
##a[href^="https://go.onclasrv.com/"]
##a[href^="https://go.stripchat.com/"][href*="&campaignId="]
##a[href^="https://go.trkclick2.com/"]
##a[href^="https://gogoman.me/"]
##a[href^="https://googleads.g.doubleclick.net/pcs/click"]
##a[href^="https://iac.ampxdirect.com/"]
##a[href^="https://iactrivago.ampxdirect.com/"]
##a[href^="https://ilovemyfreedoms.com/"][href*="?affiliate_id="]
##a[href^="https://incisivetrk.cvtr.io/click?"]
##a[href^="https://intrev.co/"]
##a[href^="https://jmp.awempire.com/"]
##a[href^="https://k2s.cc/pr/"]
##a[href^="https://keep2share.cc/pr/"]
##a[href^="https://land.brazzersnetwork.com/landing/"]
##a[href^="https://land.rk.com/landing/"]
##a[href^="https://landing.brazzersnetwork.com/"]
##a[href^="https://landing1.brazzersnetwork.com"]
##a[href^="https://laptop-updates.brave.com/download/"]
##a[href^="https://lingthatsparleso.info/"]
##a[href^="https://m.do.co/c/"] > img
##a[href^="https://medleyads.com/"]
##a[href^="https://members.linkifier.com/public/affiliateLanding?refCode="]
##a[href^="https://mk-ads.com/"]
##a[href^="https://mk-cdn.net/"]
##a[href^="https://paid.outbrain.com/network/redir?"]
##a[href^="https://playuhd.host/"]
##a[href^="https://porndeals.com/?track="]
##a[href^="https://porngames.adult/?SID="]
##a[href^="https://prf.hn/click/"][href*="/adref:"]
##a[href^="https://pubads.g.doubleclick.net/"]
##a[href^="https://redirect.ero-advertising.com/"]
##a[href^="https://refpaano.host/"]
##a[href^="https://retiremely.com/"]
##a[href^="https://rev.adsession.com/"]
##a[href^="https://secure.adnxs.com/clktrb?"]
##a[href^="https://secure.bstlnk.com/"]
##a[href^="https://secure.cbdpure.com/aff/"]
##a[href^="https://secure.eveonline.com/ft/?aid="]
##a[href^="https://servedbyadbutler.com/"]
##a[href^="https://sexdatingz.live/"]
##a[href^="https://spygasm.com/track?"]
##a[href^="https://squren.com/rotator/?atomid="]
##a[href^="https://syndication.exoclick.com/splash.php?"]
##a[href^="https://t.grtyi.com/"]
##a[href^="https://t.mobtya.com/"]
##a[href^="https://tc.tradetracker.net/"]
##a[href^="https://topoffers.com/"][href*="/?pid="]
##a[href^="https://torguard.net/aff.php"]
##a[href^="https://track.52zxzh.com/"]
##a[href^="https://track.adform.net/"]
##a[href^="https://track.afftck.com/"]
##a[href^="https://track.clickmoi.xyz/"]
##a[href^="https://track.healthtrader.com/"]
##a[href^="https://track.themadtrcker.com/"]
##a[href^="https://track.trkinator.com/"]
##a[href^="https://tracking.truthfinder.com/?a="]
##a[href^="https://trackjs.com/?utm_source"]
##a[href^="https://traffic.bannerator.com/"]
##a[href^="https://trafficmedia.center/"]
##a[href^="https://transfer.xe.com/signup/track/redirect?"]
##a[href^="https://trklvs.com/"]
##a[href^="https://trust.zone/go/r.php?RID="]
##a[href^="https://uncensored.game/"]
##a[href^="https://uncensored3d.com/"]
##a[href^="https://understandsolar.com/signup/?lead_source="][href*="&tracking_code="]
##a[href^="https://vodexor.us/"]
##a[href^="https://watchmygirlfriend.tv/"]
##a[href^="https://windscribe.com/promo/"]
##a[href^="https://www.adskeeper.co.uk/"]
##a[href^="https://www.adultempire.com/"][href*="?partner_id="]
##a[href^="https://www.adxtro.com/"]
##a[href^="https://www.arthrozene.com/"][href*="?tid="]
##a[href^="https://www.bebi.com"]
##a[href^="https://www.brazzersnetwork.com/landing/"]
##a[href^="https://www.camsoda.com/enter.php?id="]
##a[href^="https://www.camyou.com/?cam="][href*="&track="]
##a[href^="https://www.dsct1.com/"]
##a[href^="https://www.financeads.net/tc.php?"]
##a[href^="https://www.firstload.com/affiliate/"]
##a[href^="https://www.friendlyduck.com/AF_"]
##a[href^="https://www.goldenfrog.com/vyprvpn?offer_id="][href*="&aff_id="]
##a[href^="https://www.googleadservices.com/pagead/aclk?"]
##a[href^="https://www.incontri-matura.com/"]
##a[href^="https://www.moscarossa.biz/"]
##a[href^="https://www.mypornstarcams.com/landing/click/"]
##a[href^="https://www.nudeidols.com/cams/"]
##a[href^="https://www.nutaku.net/signup/landing/"]
##a[href^="https://www.oboom.com/ad/"]
##a[href^="https://www.popads.net/users/"]
##a[href^="https://www.pornhat.com/"][rel="nofollow"]
##a[href^="https://www.securegfm.com/"]
##a[href^="https://www.share-online.biz/affiliate/"]
##a[href^="https://www.spyoff.com/"]
##a[href^="https://www.travelzoo.com/oascampaignclick/"]
##a[href^="https://www.what-sexdating.com/"]
##a[href^="https://zononi.com/"]
##a[onclick*="//m.economictimes.com/etmack/click.htm"]
##a[onmousedown^="this.href='/wp-content/embed-ad-content/"]
##a[onmousedown^="this.href='http://paid.outbrain.com/network/redir?"][target="_blank"]
##a[onmousedown^="this.href='http://paid.outbrain.com/network/redir?"][target="_blank"] + .ob_source
##a[onmousedown^="this.href='http://staffpicks.outbrain.com/network/redir?"][target="_blank"]
##a[onmousedown^="this.href='http://staffpicks.outbrain.com/network/redir?"][target="_blank"] + .ob_source
##a[onmousedown^="this.href='https://paid.outbrain.com/network/redir?"][target="_blank"]
##a[onmousedown^="this.href='https://paid.outbrain.com/network/redir?"][target="_blank"] + .ob_source
##a[style="display:block;width:300px;min-height:250px"][href^="http://li.cnet.com/click?"]
##a[target="_blank"][href^="http://api.taboola.com/"]
##a[target="_blank"][onmousedown="this.href^='http://paid.outbrain.com/network/redir?"]
##aside[id^="adrotate_widgets-"]
##aside[id^="advads_ad_widget-"]
##aside[id^="div-gpt-ad"]
##aside[id^="tn_ads_widget-"]
##aside[itemtype="https://schema.org/WPAdBlock"]
##bottomadblock
##div[class*="-storyBodyAd-"]
##div[class*="_AdInArticle_"]
##div[class^="Ad__adContainer"]
##div[class^="Ad__bigBox"]
##div[class^="Ad__container"]
##div[class^="AdhesionAd_"]
##div[class^="BlockAdvert-"]
##div[class^="ResponsiveAd-"]
##div[class^="ad_border_"]
##div[class^="ad_position_"]
##div[class^="adbanner_"]
##div[class^="adpubs-"]
##div[class^="ads-partner-"]
##div[class^="awpcp-random-ads"]
##div[class^="backfill-taboola-home-slot-"]
##div[class^="block-openx-"]
##div[class^="gemini-ad"]
##div[class^="index_adAfterContent_"]
##div[class^="index_adBeforeContent_"]
##div[class^="index_displayAd_"]
##div[class^="largeRectangleAd_"]
##div[class^="lifeOnwerAd"]
##div[class^="local-feed-banner-ads"]
##div[class^="pane-google-admanager-"]
##div[class^="proadszone-"]
##div[data-ad-underplayer]
##div[data-mediatype="advertising"]
##div[data-native_ad]
##div[data-spotim-slot]
##div[data-subscript="Advertising"]
##div[id^="ADV-SLOT-"]
##div[id^="YFBMSN"]
##div[id^="acm-ad-tag-"]
##div[id^="ad-cid-"]
##div[id^="ad-div-"]
##div[id^="ad-gpt-"]
##div[id^="ad-position-"]
##div[id^="ad-server-"]
##div[id^="ad_bigbox_"]
##div[id^="ad_script_"]
##div[id^="adfox_"]
##div[id^="adrotate_widgets-"]
##div[id^="ads120_600-widget"]
##div[id^="ads250_250-widget"]
##div[id^="ads300_100-widget"]
##div[id^="ads300_250-widget"]
##div[id^="ads300_600-widget"]
##div[id^="adspot-"]
##div[id^="advads-"]
##div[id^="advads_"]
##div[id^="advt-"]
##div[id^="block-views-topheader-ad-block-"]
##div[id^="cns_ads_"]
##div[id^="crt-"][style]
##div[id^="dfp-ad-"]
##div[id^="dfp-slot-"]
##div[id^="div-ads-"]
##div[id^="div-adtech-ad-"]
##div[id^="div-gpt-ad"]
##div[id^="div_ad_stack_"]
##div[id^="div_openx_ad_"]
##div[id^="dmRosAdWrapper"]
##div[id^="drudge-column-ads-"]
##div[id^="google_ads_iframe_"]
##div[id^="google_dfp_"]
##div[id^="lazyad-"]
##div[id^="proadszone-"]
##div[id^="q1-adset-"]
##div[id^="tms-ad-dfp-"]
##div[id^="yandex_ad"]
##div[itemtype="http://schema.org/WPAdBlock"]
##div[itemtype="http://www.schema.org/WPAdBlock"]
##iframe[id^="google_ads_frame"]
##iframe[id^="google_ads_iframe"]
##iframe[src^="http://ad.yieldmanager.com/"]
##iframe[src^="http://cdn1.adexprt.com/"]
##iframe[src^="http://cdn2.adexprt.com/"]
##img[alt^="Fuckbook"]
##p[id^="div-gpt-ad-"]
##script[src^="http://free-shoutbox.net/app/webroot/shoutbox/sb.php?shoutbox="] + #freeshoutbox_content
##topadblock
##.add-box-side
##.add-box-top
##.partner-loading-shown.partner-label
##.brave-overlay
##[id*="MGWrap"]
##[id*="MarketGid"]
##[id*="ScriptRoot"]
###\5f _admvnlb_modal_container
##a[href^="http://duckcash.eu/"]
##a[href^="http://www.cash-duck.com/"]
##a[href^="http://www.coinducks.com/"]
##a[href^="http://www.duckcash.eu/"]
##a[href^="http://www.ducksnetwork.com/"]
##a[href^="http://www.duckssolutions.com/"]
##a[href^="http://www.fducks.com/"]
##a[href^="http://www.moneyducks.com/"]
##a[href^="http://www.richducks.com/"]
##input[onclick^="window.open('http://www.FriendlyDuck.com/"]
##input[onclick^="window.open('http://www.friendlyduck.com/"]
###ezmob_footer
###\5f _nq__hh[style="display:block!important"]
##a[href*=".trust.zone"]
###rc-row-container
##.impo-b-overlay
##.impo-b-stitial
##.rc-cta[data-target]
##.rc-item-wrapper
##.rec-sponsored
##.rec_article_footer
##.rec_article_right
##.rec_container__right
##.rec_container_footer
##.rec_container_right
##.rec_title_footer
##[onclick*="content.ad/"]
##a[href^="http://internalredirect.site/"]
##a[href^="http://rekoverr.com/"]
##div > [class][onclick*=".updateAnalyticsEvents"]
##.amp-ad-container
##.amp-ad-wrapper
##.amp-adv-container
##.amp_ad_1
##.amp_ad_header
##.amp_ad_wrapper
##.ampad
##.spotim-amp-list-ad
##AMP-AD
##div[class$="dealnews"] > .dealnews
###mobile-swipe-banner
###banner_pos1_ddb_0
###banner_pos2_ddb_0
###banner_pos3_ddb_0
###banner_pos4_ddb_0
###rightrail_bottom_ddb_0
###rightrail_pos1_ddb_0
###rightrail_pos2_ddb_0
###rightrail_pos3_ddb_0
###rightrail_top_ddb_0
###story_bottom_ddb_0
###story_top_ddb_0
##.component-ddb-300x250-v2
##.component-ddb-728x90-v1
##.component-ddb-728x90-v2
##.ddb
##.gbfwa > div[class$="_item"]
##iframe[src^="http://static.mozo.com.au/strips/"]
##.brandpost_inarticle
###main-content > [style="padding:10px 0 0 0 !important;"]
##td[valign="top"] > .mainmenu[style="padding:10px 0 0 0 !important;"]
###rhs_whistleout_widget
###wo-widget-wrap
###assetsListings[style="display: block;"]
###magnify_widget_playlist_item_companion
###flowplayer > div[style="position: absolute; width: 300px; height: 275px; left: 222.5px; top: 85px; z-index: 999;"]
###flowplayer > div[style="z-index: 208; position: absolute; width: 300px; height: 275px; left: 222.5px; top: 85px;"]
##.Mpopup + #Mad > #MadZone
##.l-container > #fishtank
###center_col > #\5f Emc
###center_col > #main > .dfrd > .mnr-c > .c._oc._zs
###center_col > #res > #topstuff + #search > div > #ires > #rso > #flun
###center_col > #resultStats + #tads
###center_col > #resultStats + #tads + #res + #tads
###center_col > #resultStats + div + #res + #tads
###center_col > #resultStats + div[style="border:1px solid #dedede;margin-bottom:11px;padding:5px 7px 5px 6px"]
###center_col > #taw > #tvcap > .commercial-unit-desktop-top
###center_col > #taw > #tvcap > .cu-container > .commercial-unit-desktop-top
###center_col > #taw > #tvcap > .rscontainer
###center_col > div[style="font-size:14px;margin-right:0;min-height:5px"] > div[style="font-size:14px;margin:0 4px;padding:1px 5px;background:#fff8e7"]
###cnt #center_col > #res > #topstuff > .ts
###cnt #center_col > #taw > #tvcap > .c._oc._Lp
###main_col > #center_col div[style="font-size:14px;margin:0 4px;padding:1px 5px;background:#fff7ed"]
###mbEnd[cellspacing="0"][cellpadding="0"]
###mclip_container:last-child
###mn #center_col > div > h2.spon:first-child
###mn #center_col > div > h2.spon:first-child + ol:last-child
###mn div[style="position:relative"] > #center_col > ._Ak
###mn div[style="position:relative"] > #center_col > div > ._dPg
###resultspanel > #topads
###rhs_block .mod > .gws-local-hotels__booking-module
###rhs_block .mod > .luhb-div > div[data-async-type="updateHotelBookingModule"]
###rhs_block .xpdopen > ._OKe > div > .mod > ._yYf
###rhs_block > #mbEnd
###rhs_block > .ts[cellspacing="0"][cellpadding="0"][style="padding:0"]
###rhs_block > ol > .rhsvw > .kp-blk > .xpdopen > ._OKe > ol > ._DJe > .luhb-div
###rhs_block > script + .c._oc._Ve.rhsvw
###rhswrapper > #rhssection[border="0"][bgcolor="#ffffff"]
###ssmiwdiv[jsdisplay]
###tads + div + .c
###tads.c
###tadsb.c
###tadsto.c
###taw > .med + div > #tvcap > .mnr-c:not(.qs-ic) > .commercial-unit-mobile-top
###topstuff > #tads
##.GB3L-QEDGY .GB3L-QEDF- > .GB3L-QEDE-
##.GFYY1SVD2 > .GFYY1SVC2 > .GFYY1SVF5
##.GFYY1SVE2 > .GFYY1SVD2 > .GFYY1SVG5
##.GHOFUQ5BG2 > .GHOFUQ5BF2 > .GHOFUQ5BG5
##.GJJKPX2N1 > .GJJKPX2M1 > .GJJKPX2P4
##.GKJYXHBF2 > .GKJYXHBE2 > .GKJYXHBH5
##.GPMV2XEDA2 > .GPMV2XEDP1 > .GPMV2XEDJBB
##.ch[onclick="ga(this,event)"]
##.commercial-unit-desktop-rhs > .iKidV > .Ee92ae + .P2mpm + .hp3sk
##.commercial-unit-desktop-rhs:not(.mnr-c)
##.commercial-unit-mobile-bottom
##.commercial-unit-mobile-top .jackpot-main-content-container > .UpgKEd + .nZZLFc > .vci
##.commercial-unit-tiles-immersive
##.gws-flights-book__ads-wrapper
##.lads[width="100%"][style="background:#FFF8DD"]
##.mod > ._jH + .rscontainer
##.mw > #rcnt > #center_col > #taw > #tvcap > .c
##.mw > #rcnt > #center_col > #taw > .c
##.ra[align="left"][width="30%"]
##.ra[align="right"][width="30%"]
##.ra[width="30%"][align="right"] + table[width="70%"][cellpadding="0"]
##.rhsvw[style="background-color:#fff;margin:0 0 14px;padding-bottom:1px;padding-top:1px;"]
##.rscontainer > .ellip
##.section-result[data-result-ad-type]
##.widget-pane-section-result[data-result-ad-type]
##div[data-flt-ve="sponsored_search_ads"]
##div[data-id^="CarouselPLA-"] > .kzwEHf
##div[role="navigation"] + c-wiz > div > .kxhcC
##div[role="navigation"] + c-wiz > script + div > .kxhcC
##header#hdr + #main > div[data-hveid]
###ads > .dose > .dosesingle
###content > #center > .dose > .dosesingle
###content > #right > .dose > .dosesingle
###header + #content > #left > #rlblock_left
##.reading-list-rail-taboola
##.taboola-single-asset-ads
##.trc_rbox .syndicatedItem
##.trc_rbox_border_elm .syndicatedItem
##.trc_rbox_div .syndicatedItem
##.trc_rbox_div .syndicatedItemUB
##.trc_rbox_div a[target="_blank"][href^="http://tab"]
##.trc_related_container div[data-item-syndicated="true"]
###MAIN.ShowTopic > .ad
##div[id^="mainads"]
##.__y_elastic .__y_item
##.__y_inner > .__y_item
##.__y_outer
##.__yinit .__y_item
##.__ywl .__y_item
##.__ywvr .__y_item
##.__zinit .__y_item
##.icons-rss-feed + .icons-rss-feed div[class$="_item"]
##.inlineNewsletterSubscription + .inlineNewsletterSubscription div[class$="_item"]
##.jobs-information-call-to-action + .jobs-information-call-to-action div[class$="_item"]
###boxes-box-zergnet_module
###right_rail-zergnet
###zergnet
###zergnet-wrapper
##.ZERGNET
##.component-zergnet
##.content-zergnet
##.js-footer-zerg
##.module-zerg
##.o-zergnet
##.sidebar-zergnet
##.td-zergnet
##.widget-ami-zergnet
##.widget_ok_zergnet_widget
##.zergmod
##.zergnet
##.zergnet-holder
##.zergnet-row
##.zergnet-widget
##.zergnet-widget-container
##.zergnet-widget__header
##.zergnet-widget__subtitle
##.zergnetBLock
##.zergnet__container
##.zergnetpower
##.zergpowered
##a[href^="http://www.zergnet.com/i/"]
##div[id^="zergnet-widget"]
thedailygreen.com#@##AD_banner
webmail.verizon.net#@##AdColumn
jobs.wa.gov.au,lalovings.com#@##AdContainer
jobs.wa.gov.au,ksl.com#@##AdHeader
sprouts.com,tbns.com.au#@##AdImage
games.com#@##Adcode
designspotter.com#@##AdvertiseFrame
wikimedia.org#@##Advertisements
newser.com#@##BottomAdContainer
freeshipping.com,freeshippingrewards.com#@##BottomAds
orientaldaily.on.cc#@##ContentAd
kizi.com,playedonline.com#@##PreRollAd
japantimes.co.jp#@##RightAdBlock
isource.com,nytimes.com,ocregister.com,pe.com#@##TopAd
statejournal.com#@##WNAd41
dailyfinancegroup.com#@##ad-area
dormy.se,marthastewart.com#@##ad-background
chinradioottawa.com#@##ad-bg
fropper.com,themonthly.com.au,wildsnow.com#@##ad-container
apnaohio.com,ifokus.se,miradiorumba.com#@##ad-header
egreetings.com#@##ad-header-728x90
elle.com#@##ad-leaderboard
chicagocrusader.com,garycrusader.com#@##ad-main
wg-gesucht.de#@##ad-panel
53.com#@##ad-rotator
harpcolumn.com#@##ad-text
gismeteo.com,gismeteo.lt,gismeteo.lv,gismeteo.md#@##ad-top
afterdawn.com#@##ad-top-banner-placeholder
babyzone.com#@##ad-top-wrapper
edgesuite.net#@##ad-unit
amctv.com,collegeslackers.com,ufoevidence.org,wg-gesucht.de#@##ad-wrapper
egotastic.com,nehandaradio.com#@##ad468
bristol247.com,zap2it.com#@##ad728
natgeo.tv#@##ad728x90
campusdish.com#@##adBanner
4029tv.com,wesh.com,wmur.com#@##adBelt
imdb.com#@##adComponentWrapper
remixshare.com#@##adDiv
surf.to#@##adFrame
ginatricot.com#@##adGallery
jobs.wa.gov.au,ksl.com#@##adHeader
indecisionforever.com#@##adHolder
youkioske.com#@##adLayer
mediabistro.com#@##adLeader
mercurynews.com#@##adPosition0
mautofied.com,segundamano.es#@##adText
sanmarcosrecord.com#@##ad_1
sanmarcosrecord.com#@##ad_2
sanmarcosrecord.com#@##ad_3
sanmarcosrecord.com#@##ad_4
sanmarcosrecord.com#@##ad_5
vgchartz.com#@##ad_728_90
karjalainen.fi#@##ad_area
todaystmj4.com#@##ad_banner
sexzindian.com#@##ad_center
apnaohio.com,syfygames.com#@##ad_content
michaels.com#@##ad_header
eonline.com#@##ad_leaderboard
umbro.com#@##ad_main
9stream.com,seeon.tv,sportlemon.tv,youjizz.com#@##ad_overlay
neonalley.com,streetinsider.com,vizanime.com#@##ad_space
wretch.cc#@##ad_square
bestadsontv.com#@##ad_table
oxforddictionaries.com#@##ad_topslot
nbc.com,syfygames.com,theawl.com#@##ad_unit
afro-ninja.com#@##ad_wrap
adspot.lk,amnestyusa.org,commoncause.org,drownedinsound.com,hardocp.com,prosperityactions.com#@##ad_wrapper
livestrong.com#@##adaptv_ad_player_div
analogplanet.com,audiostream.com,hometheater.com,innerfidelity.com,shutterbug.com,stereophile.com#@##adbackground
homeclick.com#@##adbanner
bplaced.net,explosm.net,pocket-lint.com,tweakguides.com#@##adbar
adblockplus.org,clipconverter.cc#@##adblock
amfiindia.com#@##adbody
2leep.com,landwirt.com,quaintmere.de#@##adbox
games.com#@##adcode
gamesfreak.net,jobs.wa.gov.au,lalovings.com#@##adcontainer
about.com,ehow.com#@##adcontainer1
guloggratis.dk#@##adcontent
changeofaddressform.com#@##adhead
jobs.wa.gov.au#@##adheader
choone.com#@##adimg1
popcap.com#@##adlayer
adnews.pl#@##adnews
mercurynews.com,siliconvalley.com#@##adposition3
gamecopyworld.com,gamecopyworld.eu,morningstar.com#@##adright
lifeinvader.com#@##ads-col
herstage.com#@##ads-wrapper
skelbiu.lt#@##adsHeader
loganair.co.uk#@##adsIframe
mexx.ca#@##ads_bottom
gamereactor.dk,gamereactor.es,gamereactor.eu,gamereactor.se#@##ads_right
hcplzen.cz,lamag.com#@##ads_top
gayexpress.co.nz#@##ads_wrapper
videozed.net#@##adsdiv
avhf.com,carryconcealed.net,haberler.com,instiz.net,promoce.cz,ps3scenefiles.com,sondakika.com#@##adsense
remixshare.com#@##adsense_block
jeeppatriot.com#@##adsense_inline
autoweek.com,cooperhewitt.org,core77.com,metblogs.com,oreilly.com,thisisthehive.net#@##adspace
e24.se#@##adspace_top
smh.com.au,theage.com.au#@##adspot-300x250-pos-1
theage.com.au#@##adspot-300x250-pos-2
heavy.com#@##adstop
mautofied.com,thisisads.co.uk#@##adtext
4sysops.com,autogidas.lt,ew.com,globalsecurity.org#@##adtop
al.com,cleveland.com,gulflive.com,lehighvalleylive.com,masslive.com,mlive.com,nj.com,nola.com,oregonlive.com,pennlive.com,silive.com,syracuse.com#@##adv-masthead
lawinfo.com#@##adv-top
inverterbolsa.com#@##advert1
lakeviewfinancial.net#@##advert2
dice.com#@##advertContainer
felcia.co.uk#@##advert_box
basinnow.com#@##advertise
tiv.pw#@##advertisement1
telkomspeedy.com#@##advertisetop
govolsxtra.com,legacy.com#@##advertising_wrapper
flyroyalbrunei.com#@##adverts
tirebusiness.com#@##advtop
bionity.com,frumforum.com,windows7gadgets.net#@##adwrapper
allieiswired.com,catb.org#@##banner-ad
asuragen.com#@##bannerAd
visitscotland.com#@##bannerAdWrapper
macrumors.com#@##banner_topad
alltimesgames.com,go.com,kennedyhealth.org,modernmedicine.com#@##bannerad
hotels.mapov.com,redcanoecu.com#@##bigAd
sudoku.com.au#@##bigad
eenadu.net,themediaonline.co.za#@##body_ad
freeshipping.com#@##bottomAds
unicreatures.com#@##bottom_ad
www.google.ac,www.google.ad,www.google.ae,www.google.al,www.google.am,www.google.as,www.google.at,www.google.az,www.google.ba,www.google.be,www.google.bf,www.google.bg,www.google.bi,www.google.bj,www.google.bs,www.google.bt,www.google.by,www.google.ca,www.google.cat,www.google.cd,www.google.cf,www.google.cg,www.google.ch,www.google.ci,www.google.cl,www.google.cm,www.google.co.ao,www.google.co.bw,www.google.co.ck,www.google.co.cr,www.google.co.id,www.google.co.il,www.google.co.in,www.google.co.jp,www.google.co.ke,www.google.co.kr,www.google.co.ls,www.google.co.ma,www.google.co.mz,www.google.co.nz,www.google.co.th,www.google.co.tz,www.google.co.ug,www.google.co.uk,www.google.co.uz,www.google.co.ve,www.google.co.vi,www.google.co.za,www.google.co.zm,www.google.co.zw,www.google.com,www.google.com.af,www.google.com.ag,www.google.com.ai,www.google.com.ar,www.google.com.au,www.google.com.bd,www.google.com.bh,www.google.com.bn,www.google.com.bo,www.google.com.br,www.google.com.by,www.google.com.bz,www.google.com.cn,www.google.com.co,www.google.com.cu,www.google.com.cy,www.google.com.do,www.google.com.ec,www.google.com.eg,www.google.com.et,www.google.com.fj,www.google.com.gh,www.google.com.gi,www.google.com.gt,www.google.com.hk,www.google.com.jm,www.google.com.jo,www.google.com.kh,www.google.com.kw,www.google.com.lb,www.google.com.ly,www.google.com.mm,www.google.com.mt,www.google.com.mx,www.google.com.my,www.google.com.na,www.google.com.ng,www.google.com.ni,www.google.com.np,www.google.com.om,www.google.com.pa,www.google.com.pe,www.google.com.pg,www.google.com.ph,www.google.com.pk,www.google.com.pr,www.google.com.py,www.google.com.qa,www.google.com.ru,www.google.com.sa,www.google.com.sb,www.google.com.sg,www.google.com.sl,www.google.com.sv,www.google.com.tj,www.google.com.tn,www.google.com.tr,www.google.com.tw,www.google.com.ua,www.google.com.uy,www.google.com.vc,www.google.com.ve,www.google.com.vn,www.google.cv,www.google.cz,www.google.de,www.google.dj,www.google.dk,www.google.dm,www.google.dz,www.google.ee,www.google.es,www.google.fi,www.google.fm,www.google.fr,www.google.ga,www.google.ge,www.google.gg,www.google.gl,www.google.gm,www.google.gp,www.google.gr,www.google.gy,www.google.hk,www.google.hn,www.google.hr,www.google.ht,www.google.hu,www.google.ie,www.google.im,www.google.iq,www.google.is,www.google.it,www.google.it.ao,www.google.je,www.google.jo,www.google.jp,www.google.kg,www.google.ki,www.google.kz,www.google.la,www.google.li,www.google.lk,www.google.lt,www.google.lu,www.google.lv,www.google.md,www.google.me,www.google.mg,www.google.mk,www.google.ml,www.google.mn,www.google.ms,www.google.mu,www.google.mv,www.google.mw,www.google.ne,www.google.ne.jp,www.google.ng,www.google.nl,www.google.no,www.google.nr,www.google.nu,www.google.pl,www.google.pn,www.google.ps,www.google.pt,www.google.ro,www.google.rs,www.google.ru,www.google.rw,www.google.sc,www.google.se,www.google.sh,www.google.si,www.google.sk,www.google.sm,www.google.sn,www.google.so,www.google.sr,www.google.st,www.google.td,www.google.tg,www.google.tl,www.google.tm,www.google.tn,www.google.to,www.google.tt,www.google.us,www.google.vg,www.google.vu,www.google.ws#@##bottomads
hifi-forsale.co.uk#@##centerads
shoryuken.com#@##cmn_ad_tag_head
lava360.com#@##content-header-ad
arquivo.wiki.br,orientaldaily.on.cc#@##contentAd
gamereactor.dk,gamereactor.es,gamereactor.eu,gamereactor.se#@##content_ads
tgfcer.com#@##content_adv
orientaldaily.on.cc#@##contentad
mouser.com#@##ctlDisplayAd1_lblAd
bestbuy.com#@##dart-container-728x90
oxforddictionaries.com#@##dfp_ad_Entry_728x90
oxforddictionaries.com#@##dfp_ad_Home_728x90
israelnationalnews.com,mtanyct.info,presstv.com,presstv.ir#@##divAd
chicagotribune.com,puzzles.usatoday.com#@##div_prerollAd_1
epicshare.net#@##download_ad
discuss.com.hk,uwants.com#@##featuread
clickbd.com#@##featured-ads
racingjunk.com#@##featuredAds
headlinestoday.intoday.in#@##footer_ad
investopedia.com#@##footer_ads
adultswim.com#@##game-ad
pescorner.net#@##googlead
chicagoreader.com,sfexaminer.com#@##gridAdSidebar
cozi.com,uwcu.org#@##head-ad
fashionmagazine.com#@##header-ads
newgrowbook.com#@##headerAd
independenttraveler.com#@##headerAdContainer
airplaydirect.com,cmt.com,hollywoodoops.com#@##header_ad
guysen.com#@##homead
aetv.com#@##ka_adRightSkyscraperWide
journalrecord.com#@##leaderAd
newegg.com#@##leaderBoardAd
blogcritics.org#@##leaderboard-ad
ratecity.com.au#@##leaderboard-advertisement
boattrader.com#@##left-ad
eva.vn#@##left_ads
briefing.com#@##leftad
wyomingnews.com#@##leftads
sunnewsnetwork.ca#@##logoAd
truecar.com#@##logo_ad
wellsfargo.com#@##mainAd
straighttalk.com,theloop.com.au#@##main_ad
cyclingnews.com#@##mpu2
cyclingnews.com#@##mpu2_container
cyclingnews.com#@##mpu_container
tei-c.org#@##msad
www.yahoo.com#@##my-adsFPAD
4kidstv.com#@##myAd
180upload.nl,epicshare.net,lemuploads.com,megarelease.org#@##player_ads
govolsxtra.com#@##pre_advertising_wrapper
box10.com,chicagotribune.com,enemy.com,flashgames247.com,hackedarcadegames.com,puzzles.usatoday.com#@##prerollAd
flickr.com#@##promo-ad
dailygames.com#@##publicidad
mmgastro.pl#@##reklama
smilelocal.com#@##rh-ad
eva.vn#@##right_ads
repair-home.com#@##right_adsense
rollingstone.com#@##search-sponsor
gumtree.co.za,gumtree.pl,kijiji.ca#@##searchAd
logic-immo.be,motortrade.me#@##search_ads
spinner.com#@##sideAd
japantoday.com#@##side_ads
gaelick.com,romstone.net#@##sidebar-ads
facebook.com,japantoday.com#@##sidebar_ads
allthingsd.com#@##skybox-ad
zapak.com#@##sponsorAdDiv
members.portalbuzz.com#@##sponsors-home
3dmark.com,yougamers.com#@##takeover_ad
acceptableads.com#@##text-ads
audioacrobat.com#@##theAd
foodbeast.com,mensfitness.com#@##top-ad
boards.adultswim.com#@##top-ad-content
isource.com#@##topAd
playstationlifestyle.net#@##topAdSpace
sdtimes.com#@##topAdSpace_div
ceporn.net#@##topAds
inverterbolsa.com#@##topAdvert
neowin.net#@##topBannerAd
morningstar.se,zootoo.com#@##top_ad
hbwm.com#@##top_ads
72tips.com,bumpshack.com,isource.com,millionairelottery.com,pdrhealth.com,psgroove.com,psx-scene.com,stickydillybuns.com#@##topad
bdjobs.com#@##topadvert
audiostream.com,soundandvision.com,stereophile.com#@##topbannerad
theblaze.com#@##under_story_ad
my-magazine.me,nbc.com,theglobeandmail.com#@##videoAd
sudoku.com.au#@#.ADBAR
sudoku.com.au#@#.AdBar
superbikeplanet.com#@#.AdBody:not(body)
co-operative.coop,co-operativetravel.co.uk,cooptravel.co.uk#@#.AdBox
backpage.com#@#.AdInfo
chicagoreader.com#@#.AdSidebar
buy.com,superbikeplanet.com#@#.AdTitle
home-search.org.uk#@#.AdvertContainer
homeads.co.nz#@#.HomeAds
travelzoo.com#@#.IM_ad_unit
ehow.com#@#.RelatedAds
everydayhealth.com#@#.SponsoredContent
apartments.com#@#.ad-300x250
channelnewsasia.com#@#.ad-970
optimum.net#@#.ad-banner
bash.fm,tbns.com.au#@#.ad-block
felcia.co.uk#@#.ad-body
auctionstealer.com#@#.ad-border
members.portalbuzz.com#@#.ad-btn
assetbar.com,jazzradio.com,o2.pl#@#.ad-button
bahtsold.com,propertysold.asia#@#.ad-cat
small-universe.com#@#.ad-cell
jobmail.co.za,odysseyware.com#@#.ad-display
foxnews.com,yahoo.com#@#.ad-enabled
seattletimes.com#@#.ad-fixed
mac-torrent-download.net,motortrade.me#@#.ad-header
bigfishaudio.com,cnbcafrica.com,dublinairport.com,yahoo.com#@#.ad-holder
transparencyreport.google.com#@#.ad-icon
freebitco.in,recycler.com,usedvictoria.com#@#.ad-img
kijiji.ca#@#.ad-inner
daanauctions.com,queer.pl#@#.ad-item
cnet.com#@#.ad-leader-top
businessinsider.com#@#.ad-leaderboard
daanauctions.com,jerseyinsight.com#@#.ad-left
reformgovernmentsurveillance.com#@#.ad-link
guloggratis.dk,motortrade.me#@#.ad-links
honey.ninemsn.com.au#@#.ad-loaded
gumtree.com#@#.ad-panel
forums.soompi.com#@#.ad-placement
apartmenttherapy.com,thekitchn.com#@#.ad-rail
jerseyinsight.com#@#.ad-right
forbes.com#@#.ad-row
saavn.com#@#.ad-scroll
chase.com,signatus.eu#@#.ad-section
wmagazine.com#@#.ad-served
asterisk.org,ifokus.se#@#.ad-sidebar
wegotads.co.za#@#.ad-source
10tv.com#@#.ad-square
speedtest.net#@#.ad-stack
jobmail.co.za,junkmail.co.za,version2.dk#@#.ad-text
buccaneers.com,dallascowboys.com,jaguars.com,kcchiefs.com,liveside.net,neworleanssaints.com,patriots.com,philadelphiaeagles.com,seahawks.com,steelers.com,sulekha.com,vikings.com#@#.ad-top
etonline.com,fool.com,interscope.com#@#.ad-unit
billboard.com#@#.ad-unit-300-wrapper
speedtest.net#@#.ad-vertical-container
tvlistings.aol.com#@#.ad-wide
howtopriest.com,nydailynews.com#@#.ad-wrap
citylab.com,dealsonwheels.com,fastcodesign.com,happypancake.com,lifeinvader.com,makers.com,tasteofhome.com#@#.ad-wrapper
harpers.org#@#.ad300
parade.com#@#.ad728
interviewmagazine.com#@#.ad90
sudoku.com.au#@#.adBar
abcfamily.go.com,livestrong.com,mega.mu#@#.adBlock
aftenposten.no#@#.adBottomBoard
expedia.com,ksl.com#@#.adBox
thoughtcatalog.com#@#.adChoicesLogo
amfiindia.com,expressz.hu,gumtree.co.za,hotgamesforgirls.com,mycareer.com.au,quotefx.com#@#.adContent
superbikeplanet.com#@#.adDiv
mercurynews.com,siliconvalley.com#@#.adElement
birdchannel.com,catchannel.com,dogchannel.com,fishchannel.com,horsechannel.com,smallanimalchannel.com,youngrider.com#@#.adFrame
interpals.net#@#.adFrameCnt
autotrader.co.za#@#.adHead
autotrader.co.za,ctv.ca,ctvnews.ca#@#.adHeader
ctvbc.ctv.ca#@#.adHeaderblack
thebulletinboard.com#@#.adHeadline
namesecure.com,superhry.cz#@#.adHolder
superhry.cz#@#.adHoldert
autotrader.co.za,gumtree.co.nz,gumtree.co.za,gumtree.com,gumtree.com.au,gumtree.ie,gumtree.pl,gumtree.sg,ikea.com,kijiji.ca,ksl.com#@#.adImg
ceskatelevize.cz,ct24.cz,escortera.com#@#.adItem
greatergood.com,tweakers.net,uol.com.br#@#.adLink
abc.go.com#@#.adMessage
seznam.cz#@#.adMiddle
cheaptickets.com,orbitz.com#@#.adMod
outspark.com#@#.adModule
hotels.mapov.com#@#.adOverlay
advertiser.ie#@#.adPanel
shockwave.com#@#.adPod
aggeliestanea.gr#@#.adResult
pogo.com#@#.adRight
is.co.za,smc.edu,ticketsnow.com#@#.adRotator
microsoft.com,northjersey.com#@#.adSpace
1380thebiz.com,1520thebiz.com,1520wbzw.com,760kgu.biz,880thebiz.com,am1260thebuzz.com,biz1190.com,business1110ktek.com,kdow.biz,kkol.com,money1055.com,takealot.com,twincitiesbusinessradio.com#@#.adSpot
autotrader.co.za,thebulletinboard.com#@#.adText
autotrader.co.za,ksl.com,superbikeplanet.com#@#.adTitle
empowher.com#@#.adTopHome
streamcloud.eu#@#.adWidget
cocktailsoftheworld.com,hotgamesforgirls.com,supersonicads.com#@#.adWrap
sanmarcosrecord.com#@#.ad_1
techreport.com#@#.ad_160
courierpostonline.com#@#.ad_160x600
focustaiwan.tw,sanmarcosrecord.com#@#.ad_2
sanmarcosrecord.com#@#.ad_3
elledecor.com,nydailynews.com,tvland.com#@#.ad_728x90
globest.com#@#.ad_960
nirmaltv.com#@#.ad_Right
focustaiwan.tw,lavozdegalicia.es#@#.ad_block
panarmenian.net#@#.ad_body
joins.com#@#.ad_bottom
go.com,robhasawebsite.com,thelocal.at,thelocal.ch,thelocal.de,thelocal.dk,thelocal.es,thelocal.fr,thelocal.it,thelocal.no,thelocal.se#@#.ad_container
bebusiness.eu,environmentjob.co.uk,lowcarbonjobs.com,myhouseabroad.com#@#.ad_description
318racing.org,linuxforums.org,modelhorseblab.com#@#.ad_global_header
gizmodo.jp,kotaku.jp,lifehacker.jp#@#.ad_head_rectangle
horsemart.co.uk,merkatia.com,mysportsclubs.com,news.yahoo.com#@#.ad_header
olx.pt,whatuni.com#@#.ad_img
bebusiness.eu,myhouseabroad.com,njuskalo.hr,starbuy.sk.data10.websupport.sk#@#.ad_item
timesofmalta.com#@#.ad_leaderboard
yirmidorthaber.com#@#.ad_middle
rediff.com#@#.ad_outer
tvland.com#@#.ad_promo
weather.yahoo.com#@#.ad_slug_table
chinapost.com.tw#@#.ad_space
huffingtonpost.ca,huffingtonpost.co.uk,huffingtonpost.com,huffingtonpost.in#@#.ad_spot
bbs.newhua.com,starbuy.sk.data10.websupport.sk#@#.ad_text
fastseeksite.com,njuskalo.hr#@#.ad_title
oxforddictionaries.com#@#.ad_trick_header
oxforddictionaries.com#@#.ad_trick_left
wg-gesucht.de#@#.ad_wrap
athensmagazine.gr#@#.ad_wrapper
choone.com#@#.adarea
espni.go.com,m.espn.com,nownews.com,nva.gov.lv#@#.adbanner
fifthinternational.org,sudoku.com.au#@#.adbar
smilelocal.com#@#.adbottom
thelog.com#@#.adbutton
mediance.com#@#.adcenter
lancasteronline.com#@#.adcolumn
archiwumallegro.pl#@#.adcont
bmwoglasnik.si,completemarkets.com,superbikeplanet.com#@#.addiv
linux.com#@#.adframe
nick.com#@#.adfree
choone.com#@#.adheader
northjersey.com,rabota.by#@#.adholder
backpage.com#@#.adinfo
pcmag.com#@#.adkit
insomnia.gr,kingsinteriors.co.uk,superbikeplanet.com#@#.adlink
bmwoglasnik.si,clickindia.com#@#.adlist
find-your-horse.com#@#.admain
smilelocal.com#@#.admiddle
tomwans.com#@#.adright
skatteverket.se#@#.adrow1
skatteverket.se#@#.adrow2
community.pictavo.com#@#.ads-1
community.pictavo.com#@#.ads-2
community.pictavo.com#@#.ads-3
mommyish.com#@#.ads-300-250
pch.com#@#.ads-area
hellogiggles.com#@#.ads-bg
queer.pl#@#.ads-col
ads.nipr.ac.jp,burzahrane.hr#@#.ads-header
members.portalbuzz.com#@#.ads-holder
t3.com#@#.ads-inline
celogeek.com,checkrom.com#@#.ads-item
circus-dev.com#@#.ads-list
bannerist.com#@#.ads-right
apple.com#@#.ads-section
community.pictavo.com,juicesky.com#@#.ads-title
queer.pl#@#.ads-top
getwallpapers.com#@#.ads1
jw.org#@#.adsBlock
download.cnet.com#@#.ads_catDiv
santabanta.com#@#.ads_div
shopmos.net#@#.ads_top
quebarato.com.br,search.conduit.com#@#.ads_wrapper
alluc.org#@#.adsbottombox
magebam.com#@#.adsbox
advancedrenamer.com,epicbundle.com,weightlosereally.com,willyoupressthebutton.com#@#.adsbygoogle
copart.com#@#.adscontainer
starbike.com#@#.adsense_wrapper
live365.com#@#.adshome
chupelupe.com#@#.adside
nationalpost.com#@#.adsizewrapper
fodey.com,tuxpi.com#@#.adslot
wg-gesucht.de#@#.adslot_blurred
4kidstv.com,banknbt.com,kwik-fit.com,mac-sports.com#@#.adspace
cutepdf-editor.com#@#.adtable
absolute.com#@#.adtile
smilelocal.com#@#.adtop
dobro.systems#@#.adv-box
dobro.systems#@#.adv-list
promodj.com#@#.adv300
dobro.systems#@#.advBox
goal.com#@#.adv_300
strongdiesel.com#@#.adv_txt
pistonheads.com#@#.advert-block
eatsy.co.uk#@#.advert-box
bigcommerce.com,chycor.co.uk#@#.advert-container
pistonheads.com,welovethe90s.fi#@#.advert-content
mobifrance.com#@#.advert-horizontal
citifmonline.com,horsedeals.com.au#@#.advert-wrapper
jamesedition.com#@#.advert2
pdc.tv#@#.advertColumn
basingstokehomebid.org.uk,homefindersomerset.co.uk#@#.advertContainer
longstonetyres.co.uk#@#.advertLink
longstonetyres.co.uk#@#.advertText
niedziela.nl#@#.advert_container
browsershots.org#@#.advert_list
pets4homes.co.uk#@#.advertbox
itavisen.no#@#.advertisement-1
zalora.co.id,zalora.co.th,zalora.com.my,zalora.com.ph,zalora.sg#@#.advertisement-block
wired.com#@#.advertisement__leaderboard
buyout.pro,news.com.au,zlinked.com#@#.advertiser
anobii.com,ceporn.net#@#.advertisment
grist.org,ing.dk,version2.dk#@#.advertorial
bavaria86.com,ransquawk.com,trh.sk#@#.adverts
stjornartidindi.is#@#.adverttext
staircase.pl#@#.adwords
consumerist.com#@#.after-post-ad
thisismoney.co.uk#@#.article-advert
deluxemusic.tv#@#.article_ad
jiji.ng#@#.b-advert
pbs.org#@#.banner-ad
annfammed.org#@#.banner-ads
plus.net#@#.banner300
mlb.com#@#.bannerAd
milenio.com#@#.banner_728x90
mergermarket.com#@#.banner_ad
cumbooks.co.za,eurweb.com,infoplease.com#@#.bannerad
popporn.com,webphunu.net#@#.block-ad
economist.com#@#.block-ec_ads
diena.lt#@#.block-simpleads
oliveoiltimes.com#@#.blog-ads
hispanicbusiness.com#@#.bottom-ad
newagestore.com#@#.bottom-ads
nytimes.com#@#.bottom-left-ad
123poi.com#@#.bottomAds
ixbtlabs.com#@#.bottom_ad_block
queer.pl#@#.box-ads
wired.com#@#.box-radvert
ibtimes.co.in#@#.box-recommend-ad
strongdiesel.com#@#.box_ads
strongdiesel.com#@#.box_adv
theonion.com#@#.boxad
meridiana.it#@#.boxadv
abc.net.au#@#.btn-ad
socialclub.rockstargames.com#@#.btnSocial
weather.yahoo.com#@#.can_ad_slug
deployhappiness.com,dmitrysotnikov.wordpress.com,faravirusi.com#@#.category-ad
gegenstroemung.org#@#.change_AdContainer
deals.kinja.com#@#.commerce-inset
findicons.com,tattoodonkey.com#@#.container_ad
insidefights.com#@#.container_row_ad
theology.edu#@#.contentAd
verizonwireless.com#@#.contentAds
freevoipdeal.com,voipstunt.com#@#.content_ads
glo.msn.com#@#.cp-adsInited
adexchanger.com,gottabemobile.com,thinkcomputers.org#@#.custom-ad
youtube.com#@#.ddb
theweek.com#@#.desktop-ad
wwlp.com#@#.dfp-ad
ripley.cl#@#.dfp-ad-unit
flightcentre.co.uk,out.com#@#.dfp-tag-wrapper
dn.se#@#.displayAd
deviantart.com#@#.download_ad
bestgunsafepro.com#@#.easyazon-block
economist.com#@#.ec-ads-remove-if-empty
boattrader.com#@#.featured-ad
racingjunk.com#@#.featuredAdBox
webphunu.net#@#.flash-advertisement
songlyrics.com#@#.footer-ad
employmentguide.com#@#.footer-ads
selectparkhomes.com#@#.footer_ad
koopik.com#@#.footerad
ebayclassifieds.com,guloggratis.dk#@#.gallery-ad
time.com#@#.google-sponsored
gumtree.co.za#@#.googleAdSense
nicovideo.jp#@#.googleAds
davidsilverspares.co.uk#@#.greyAd
komando.com#@#.grid-item-ad
forums.digitalspy.com,waer.org#@#.has-ad
minecraftforge.net#@#.hasads
adexchanger.com,assetbar.com,burningangel.com,donthatethegeek.com,drunkenstepfather.com,intomobile.com,poderpda.com,politicususa.com,seattlepi.com,sfgate.com,startingstrongman.com,thenationonlineng.net,thinkcomputers.org,wccftech.com,wholelifestylenutrition.com#@#.header-ad
greenbayphoenix.com,photobucket.com#@#.headerAd
dailytimes.com.pk,swns.com#@#.header_ad
associatedcontent.com#@#.header_ad_center
kidzworld.com#@#.header_advert
plugcomputer.org#@#.headerad
haaretz.com#@#.headerads
gnc.co.uk,iedrc.org#@#.home-ad
1065thearch.com,949cincinnati.com,98kupd.com,altaz933.com,b105.com,click989.com,kazg1440.com,kslx.com,movin925.com,nbcsports1060.com,theworldwidewolf.com,warm1069.com,wil92.com,wkrq.com,wshechicago.com,wtmx.com#@#.home-ads
heals.co.uk,questapartments.com.au#@#.homeAd
worldsnooker.com#@#.homead
gq.com#@#.homepage-ad
straighttalk.com#@#.homepage_ads
radaronline.com#@#.horizontal_ad
bodas.com.mx,bodas.net,daveramsey.com,economist.com,flightcentre.co.uk,mariages.net,matrimonio.com,payback.pl,ripley.cl,ripley.com.pe,weddingspot.co.uk,wsj.com#@#.img_ad
a-k.tel,baldai.tel,boracay.tel,covarrubias.tel#@#.imgad
lespac.com#@#.inner_ad
classifiedads.com#@#.innerad
gizbrain.com,szlifestyle.com#@#.insert-post-ads
silveradoss.com#@#.ipsAd
magazines-download.com#@#.item-ads
amazinglytimedphotos.com#@#.item-container-ad
rollingstone.com#@#.js-sticky-ad
kseries.me#@#.jw-ad
everybodysucksbutus.com,usatoday.com#@#.leaderboard-ad
ajcn.org,annfammed.org#@#.leaderboard-ads
lolhit.com#@#.leftAd
lolhit.com#@#.leftad
ebayclassifieds.com#@#.list-ad
bahtsold.com,comodoroenventa.com,propertysold.asia#@#.list-ads
euspert.com#@#.listad
atea.com,ateadirect.com,knowyourmobile.com,nlk.org.np#@#.logo-ad
eagleboys.com.au#@#.marketing-ad
driverscollection.com#@#.mid_ad
donga.com#@#.middle_AD
thenewamerican.com#@#.module-ad
nationalpost.com,www.msn.com#@#.nativead
eatthis.com#@#.nav-ad
ziehl-abegg.com#@#.newsAd
dogva.com#@#.node-ad
dn.se#@#.oasad
climbingbusinessjournal.com,kunstpiste.com#@#.oio-banner-zone
antronio.com,frogueros.com#@#.openx
youtube.com#@#.overlay-ads
adn.com#@#.page-ad
daum.net,rottentomatoes.com#@#.page_ad
bachofen.ch#@#.pfAd
speedtest.net#@#.plainAd
m.vporn.com#@#.playerAd
iitv.info#@#.player_ad
vodu.ch#@#.player_hover_ad
bigfootpage.com,gumtree.com#@#.post-ad
venturebeat.com#@#.post-sponsored
ayosdito.ph,christianhouseshare.com.au,trovit.pl#@#.post_ad
freeads.co.uk,gumtree.co.za,sahibinden.com#@#.postad
wesh.com#@#.premiumAdOverlay
wesh.com#@#.premiumAdOverlayClose
ebaumsworld.com,timeoutbengaluru.net,timeoutdelhi.net#@#.promoAd
abaporufilmes.com.br#@#.publicidade
ebay.co.uk,theweek.com#@#.pushdown-ad
engadget.com#@#.rail-ad
interpals.net#@#.rbRectAd
collegecandy.com#@#.rectangle_ad
salon.com#@#.refreshAds
foreignaffairs.com#@#.region-top-ad-position
uploadic.com#@#.reklam
doradcy24.pl,mmgastro.pl,offmoto.com,slovaknhl.sk#@#.reklama
tradera.com#@#.reportAdLink
bilzonen.dk#@#.resultad
airlinequality.com#@#.review-ad
7-eleven.com#@#.right-ad
theberrics.com,weddingchannel.com#@#.rightAd
post-gazette.com#@#.right_ad
dailymotion.com#@#.right_ads_column
theberrics.com,w3schools.com,x17online.com#@#.rightad
tobarandualchais.co.uk#@#.rightadv
gumtree.co.za#@#.searchAds
mail.yahoo.com#@#.searchad
avizo.cz,bisexual.com#@#.searchads
ipsluk.co.uk#@#.section-sponsor
arbetsformedlingen.se,wunderground.com#@#.showAd
almanacnews.com,danvillesanramon.com,mv-voice.com,paloaltoonline.com,pleasantonweekly.com#@#.showads
agelioforos.gr,audioholics.com,domainrural.com.au#@#.side-ad
suntimes.com#@#.side-bar-ad-position1
timesofoman.com#@#.sideAd
fool.com#@#.sidebar-ads
cadlinecommunity.co.uk#@#.sidebar_advert
adspot.lk,recycler.com#@#.single-ad
myaccount.nytimes.com#@#.singleAd
cbsnews.com,gamespot.com#@#.skinAd
radaronline.com#@#.sky_ad
comicbookmovie.com#@#.skyscraperAd
reuters.com#@#.slide-ad
caarewards.ca#@#.smallAd
boylesports.com#@#.small_ad
hebdenbridge.co.uk,store.gameshark.com#@#.smallads
theforecaster.net#@#.sponsor-box
photocrowd.com#@#.sponsor-logo
childfund.org#@#.sponsorBlock
xhamster.com#@#.sponsorBottom
getprice.com.au#@#.sponsoredLinks
golfmanagerlive.com#@#.sponsorlink
giantlife.com,hellobeautiful.com,newsone.com,theurbandaily.com#@#.sticky-ad
technical.ly#@#.story-ad
ibtimes.co.in#@#.taboola-ad
thoughtcatalog.com#@#.tc_ad_unit
star.txstate.edu#@#.td-ad
star.txstate.edu#@#.td-header-ad-wrap
kanui.com.br,nytimes.com#@#.text-ad
kingsofchaos.com#@#.textad
antronio.com,cdf.cl,frogueros.com#@#.textads
anythinghollywood.com,aylak.com#@#.top-ad
mobilesyrup.com#@#.top-ad-container
boards.adultswim.com#@#.top-ad-content
programmableweb.com#@#.top-ad-wrapper
afbmotorcycles.co.uk#@#.top-advert
nypress.com,timescall.com#@#.topAds
horsemart.co.uk,torrentv.org#@#.top_ad
conversations.nokia.com#@#.top_ad_div
egmnow.com#@#.top_ad_wrap
imagepicsa.com,sun.mv,trailvoy.com#@#.top_ads
earlyamerica.com,infojobs.net#@#.topads
nfl.com#@#.tower-ad
express.de,focus.de#@#.trc-content-sponsored
express.de,focus.de#@#.trc_rbox .syndicatedItem
express.de,focus.de#@#.trc_rbox_border_elm .syndicatedItem
express.de,focus.de#@#.trc_rbox_div .syndicatedItem
express.de,focus.de#@#.trc_related_container div[data-item-syndicated="true"]
yahoo.com#@#.type_ads_default
wingsbirdpro.com#@#.vertical-ads
vinden.se#@#.view_ad
nytimes.com#@#.wideAd
britannica.com,cam4.com#@#.withAds
statejournal.com#@#.wnad
americannews.com,theuspatriot.com#@#.wpInsertInPostAd
cnsm.com.br#@#.wp_bannerize
weather.yahoo.com#@#.yom-ad
revimedia.com#@#a[href*=".revimedia.com/"]
trust.zone#@#a[href*=".trust.zone"]
bitrebels.com#@#a[href*="/adrotate-out.php?"]
theporndude.com#@#a[href*="theporndude.com"]
pornstarbyface.com#@#a[href^="//awejmp.com/"]
santander.co.uk#@#a[href^="http://ad-emea.doubleclick.net/"]
jabong.com,people.com,techrepublic.com,time.com#@#a[href^="http://ad.doubleclick.net/"]
pcmag.com,watchever.de#@#a[href^="http://adfarm.mediaplex.com/"]
betbeaver.com,betwonga.com,matched-bet.net#@#a[href^="http://ads.betfair.com/redirect.aspx?"]
betwonga.com#@#a[href^="http://ads2.williamhill.com/redirect.aspx?"]
betwonga.com#@#a[href^="http://adserving.unibet.com/"]
adultfriendfinder.com#@#a[href^="http://adultfriendfinder.com/p/register.cgi?pid="]
betwonga.com,matched-bet.net#@#a[href^="http://affiliate.coral.co.uk/processing/"]
marketgid.com,mgid.com#@#a[href^="http://marketgid.com"]
iab.com,marketgid.com,mgid.com#@#a[href^="http://mgid.com/"]
betwonga.com#@#a[href^="http://online.ladbrokes.com/promoRedirect?"]
linkedin.com,tasteofhome.com#@#a[href^="http://pubads.g.doubleclick.net/"]
marketgid.com,mgid.com#@#a[href^="http://us.marketgid.com"]
adskeeper.co.uk#@#a[href^="http://www.adskeeper.co.uk/"]
betbeaver.com,betwonga.com#@#a[href^="http://www.bet365.com/home/?affiliate"]
fbooksluts.com#@#a[href^="http://www.fbooksluts.com/"]
fleshjack.com,fleshlight.com#@#a[href^="http://www.fleshlight.com/"]
google.ca,google.co.nz,google.co.uk,google.com,google.com.au,google.de#@#a[href^="http://www.liutilities.com/"]
socialsex.com#@#a[href^="http://www.socialsex.com/"]
fuckbookhookups.com#@#a[href^="http://www.yourfuckbook.com/?"]
buzzfeed.com#@#a[href^="https://ad.doubleclick.net/"]
badoinkvr.com#@#a[href^="https://badoinkvr.com/"]
healthmeans.com#@#a[href^="https://servedbyadbutler.com/"]
trust.zone#@#a[href^="https://trust.zone/"]
financeads.de#@#a[href^="https://www.financeads.net/tc.php?"]
privateinternetaccess.com#@#a[href^="https://www.privateinternetaccess.com/"]
marketgid.com,mgid.com#@#a[id^="mg_add"]
politico.com#@#a[onmousedown^="this.href='https://paid.outbrain.com/network/redir?"][target="_blank"]
cookinglight.com,ew.com,foodandwine.com,fortune.com,hellogiggles.com,myrecipes.com,people.com,si.com,time.com,travelandleisure.com#@#div[data-native_ad]
marketgid.com,mgid.com#@#div[id^="MarketGid"]
sensacionalista.com.br#@#div[id^="advads-"]
flightcentre.co.uk,out.com#@#div[id^="dfp-ad-"]
amazon.com,concursovirtual.com.br,daveramsey.com,drupalcommerce.org,ensonhaber.com,eurweb.com,faceyourmanga.com,isc2.org,lavozdegalicia.es,liverc.com,liverpoolfc.com,loksatta.com,mit.edu,muscatdaily.com,olx.pl,payback.pl,peekyou.com,pianobuyer.com,podomatic.com,ripley.cl,ripley.com.pe,suntimes.com,timesofoman.com,virginaustralia.com,wlj.net,zavvi.com#@#div[id^="div-gpt-ad"]
daveramsey.com,foodkick.com,olx.pl,ripley.cl,ripley.com.pe#@#div[id^="google_ads_iframe_"]
lavozdegalicia.es#@#div[itemtype="http://schema.org/WPAdBlock"]
bodas.com.mx,bodas.net,mariages.net,matrimonio.com,weddingspot.co.uk#@#iframe[id^="google_ads_frame"]
bodas.com.mx,bodas.net,concursovirtual.com.br,daveramsey.com,economist.com,flightcentre.co.uk,foodkick.com,lavozdegalicia.es,liverpoolfc.com,mariages.net,matrimonio.com,olx.pl,payback.pl,pianobuyer.com,ripley.cl,ripley.com.pe,thoughtcatalog.com,vroomvroomvroom.com.au,weddingspot.co.uk,wsj.com,zillow.com#@#iframe[id^="google_ads_iframe"]
weather.yahoo.com#@#iframe[src^="http://ad.yieldmanager.com/"]
japan-webike.be,japan-webike.ca,japan-webike.ch,japan-webike.dk,japan-webike.ie,japan-webike.it,japan-webike.kr,japan-webike.nl,japan-webike.se,webike-china.cn,webike.ae,webike.co.at,webike.co.hu,webike.co.il,webike.co.uk,webike.com.ar,webike.com.bd,webike.com.gr,webike.com.kh,webike.com.mm,webike.com.ru,webike.com.tr,webike.com.ua,webike.cz,webike.de,webike.es,webike.fi,webike.fr,webike.hk,webike.id,webike.in,webike.la,webike.mt,webike.mx,webike.my,webike.net,webike.net.br,webike.net.pl,webike.ng,webike.no,webike.nz,webike.ph,webike.pk,webike.pt,webike.sg,webike.tw,webike.vn#@#.ad_box
japan-webike.be,japan-webike.ca,japan-webike.ch,japan-webike.dk,japan-webike.ie,japan-webike.it,japan-webike.kr,japan-webike.nl,japan-webike.se,webike-china.cn,webike.ae,webike.co.at,webike.co.hu,webike.co.il,webike.co.uk,webike.com.ar,webike.com.bd,webike.com.gr,webike.com.kh,webike.com.mm,webike.com.ru,webike.com.tr,webike.com.ua,webike.cz,webike.de,webike.es,webike.fi,webike.fr,webike.hk,webike.id,webike.in,webike.la,webike.mt,webike.mx,webike.my,webike.net,webike.net.br,webike.net.pl,webike.ng,webike.no,webike.nz,webike.ph,webike.pk,webike.pt,webike.sg,webike.tw,webike.vn#@#.ad_title
opensubtitles.org#@##AD_Top
mypoints.com#@##ad-main
bitcoiner.net#@##ad-top
zeez.tv#@##ad_overlay
cnet.com#@##adboard
olweb.tv#@##ads1
gooprize.com,jsnetwork.fr#@##ads_bottom
adlice.com,androiding.how,appwikia.com,bagas31.com,elchapuzasinformatico.com,noticiasautomotivas.com.br,oklivetv.com,sharefreeall.com,shufflespain.es,simply-debrid.com,unixmen.com,xsportnews.com,xup.in,xup.to#@##adsense
spoilertv.com#@##adsensewide
8muses.com#@##adtop
anisearch.com,lilfile.com#@##advertise
yafud.pl#@##bottomAd
thesimsresource.com#@##leaderboardad
aplus.com,explosm.net#@##sponsoredwellcontainerbottom
wornandwound.com#@#.ad-grid
fox.com#@#.ad-unit
grifthost.com#@#.ad468
apkmirror.com#@#.adsWidget
androidrepublic.org,anonymousemail.me,apkmirror.com,boxbit.co.in,bsmotoring.com,classic-retro-games.com,coingamez.com,demos.krajee.com,doulci.net,eveskunk.com,filecore.co.nz,freebitco.in,gnomio.com,kadinlarkulubu.com,niresh.co,nzb.su,orlygift.com,pixiz.com,r1db.com,sc2casts.com,spoilertv.com,unlocktheinbox.com,zeperfs.com#@#.adsbygoogle
apkmirror.com#@#.adslot
browsershots.org#@#.advert_area
wtkplay.pl#@#.advertising_banner
velasridaura.com#@#.advertising_block
guitarforum.co.za,tf2r.com#@#.adverts
africasports.net,bakersfield.com,cheatpain.com,diplomat.so,directwonen.nl,dramacafe.in,eveskunk.com,farsondigitalwatercams.com,file4go.com,freeccnaworkbook.com,gaybeeg.info,hack-sat.com,is-arquitectura.es,jornaisdesportivospdf.com,keygames.com,latesthackingnews.com,localeyes.dk,manga2u.co,mangasky.co,minecraftskins.com,online.dramacafe.tv,perrosycachorros.net,phoronix.com,ps3news.com,psarips.com,psicologiayautoayuda.com,recetasreceta.com,smplayer.sourceforge.net,thenewboston.com,tubitv.com,youtubecristiano.net#@#.afs_ads
coindigger.biz#@#.banner160x600
anisearch.com#@#.chitikaAdBlock
theladbible.com#@#.content_tagsAdTech
topzone.lt#@#.forumAd
localeyes.dk#@#.pub_300x250
localeyes.dk#@#.pub_300x250m
localeyes.dk#@#.pub_728x90
soschildrensvillages.ca#@#.section-sponsor
localeyes.dk#@#.text-ad
localeyes.dk#@#.text-ad-links
localeyes.dk#@#.text-ads
localeyes.dk#@#.textAd
localeyes.dk#@#.text_ad
localeyes.dk,pixiz.com,televall.com.mx,turkanime.tv,videopremium.tv#@#.text_ads
menstennisforums.com#@#.top_ads
coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"]
||007-gateway.com^$third-party
||04dn8g4f.space^$third-party
||0emn.com^$third-party
||0fmm.com^$third-party
||0icep80f.com^$third-party
||0pixl.com^$third-party
||0xwxmj21r75kka.com^$third-party
||101m3.com^$third-party
||102320fef81194c7b0c7c6bbe64d845d.com^$third-party
||103092804.com^$third-party
||104.154.237.93^$third-party
||10fbb07a4b0.se^$third-party
||10pipsaffiliates.com^$third-party
||1100i.com^$third-party
||123date.me^$third-party
||12place.com^$third-party
||152media.com^$third-party
||15f3c01a.info^$third-party
||15f3c01c.info^$third-party
||174.142.194.177^$third-party
||17a898b9.info^$third-party
||17a898bb.info^$third-party
||188.138.1.45^$third-party,domain=~shatecraft.com.ip
||188server.com^$third-party
||18clicks.com^$third-party
||194.71.107.25^$third-party
||199.102.225.178^$third-party,domain=~adsimilate.ip
||1bx4t5c.com^$third-party
||1clickdownloads.com^$third-party
||1e0y.xyz^$third-party
||1empiredirect.com^$third-party
||1f7wwaex9rbh.com^$third-party
||1fwjpdwguvqs.com^$third-party
||1nimo.com^$third-party
||1phads.com^$third-party
||1rx.io^$third-party
||1rxntv.io^$third-party
||1sadx.net^$third-party
||1web.me^$third-party
||1xvyh.top^$third-party
||1yk851od.com^$third-party
||204.93.181.78^$third-party,domain=~discountmags.ip
||206ads.com^$third-party
||209.222.8.217^$third-party,domain=~p2p.adserver.ip
||20dollars2surf.com^$third-party
||213.163.70.183^$third-party
||221.141.213.254^$third-party,domain=~koreaherald-com.ip
||247realmedia.com^$third-party
||254a.com^$third-party
||2al.pw^$third-party
||2beon.co.kr^$third-party
||2d4c3870.info^$third-party
||2d4c3872.info^$third-party
||2d7bd9e6eb370143.com^$third-party
||2dpt.com^$third-party
||2gok8g15p2.com^$third-party
||2leep.com^$third-party
||2mdn.info^$third-party
||2mdn.net/dot.gif$object,third-party
||2mdn.net^$object,third-party,domain=101cargames.com|1025thebull.com|1031iheartaustin.com|1037theq.com|1041beat.com|1053kissfm.com|1057ezrock.com|1067litefm.com|10news.com|1310news.com|247comedy.com|49ers.com|610cktb.com|680news.com|700wlw.com|850koa.com|923jackfm.com|92q.com|940winz.com|94hjy.com|99kisscountry.com|abc15.com|abc2news.com|abcactionnews.com|am1300thezone.com|atlantafalcons.com|automobilemag.com|automotive.com|azcardinals.com|baltimoreravens.com|baynews9.com|bbc.co.uk|bbc.com|bengals.com|bet.com|big1059.com|bigdog1009.ca|bloomberg.com|bnn.ca|boom92houston.com|boom945.com|boom973.com|boom997.com|boomphilly.com|box10.com|brisbanetimes.com.au|buccaneers.com|buffalobills.com|bullz-eye.com|calgaryherald.com|caller.com|canada.com|capitalfm.ca|cbslocal.com|cbsnews.com|cbssports.com|channel955.com|chargers.com|chez106.com|chfi.com|chicagobears.com|chicagotribune.com|cj104.com|cjad.com|cjbk.com|clevelandbrowns.com|cnet.com|coast933.com|colts.com|commercialappeal.com|country1011.com|country1043.com|country1067.com|country600.com|courierpress.com|cp24.com|cricketcountry.com|csmonitor.com|ctvnews.ca|dallascowboys.com|denverbroncos.com|detroitlions.com|drive.com.au|earthcam.com|edmontonjournal.com|egirlgames.net|elvisduran.com|enjoydressup.com|entrepreneur.com|eonline.com|euronews.com|eurosport.com|eveningecho.ie|fm98wjlb.com|foodnetwork.ca|four.co.nz|foxradio.ca|foxsportsradio.com|gamingbolt.com|ghananation.com|giantbomb.com|giants.com|globalnews.ca|globaltoronto.com|globaltv.com|globaltvbc.com|globaltvcalgary.com|go.com|gorillanation.com|gosanangelo.com|hallelujah1051.com|hellobeautiful.com|heraldsun.com.au|hgtv.ca|hiphopnc.com|hot1041stl.com|hotair.com|hothiphopdetroit.com|hotspotatl.com|houstontexans.com|ibtimes.co.uk|ign.com|iheart.com|independentmail.com|indyhiphop.com|ipowerrichmond.com|jackfm.ca|jaguars.com|jwplatform.com|kase101.com|kcchiefs.com|kcci.com|kcra.com|kdvr.com|kfiam640.com|kgbx.com|khow.com|kiisfm.com|kiss925.com|kissnorthbay.com|kisssoo.com|kisstimmins.com|kitsapsun.com|kitv.com|kjrh.com|knoxnews.com|kogo.com|komonews.com|kshb.com|kwgn.com|kxan.com|kysdc.com|latimes.com|latinchat.com|leaderpost.com|livestream.com|local8now.com|magic96.com|metacafe.com|miamidolphins.com|mix923fm.com|moneycontrol.com|montrealgazette.com|motorcyclistonline.com|moviemistakes.com|mtv.ca|myboom1029.com|mycolumbuspower.com|myezrock.com|naplesnews.com|nationalpost.com|nba.com|ndtv.com|neworleanssaints.com|news1130.com|newsmax.com|newsmaxhealth.com|newsnet5.com|newsone.com|newstalk1010.com|newstalk1130.com|newyorkjets.com|nydailynews.com|nymag.com|oldschoolcincy.com|ottawacitizen.com|packers.com|panthers.com|patriots.com|pcworld.com|philadelphiaeagles.com|play.it|player.screenwavemedia.com|prowrestling.com|q92timmins.com|raaga.com|radio.com|radionowindy.com|raiders.com|rapbasement.com|redding.com|redskins.com|reporternews.com|reuters.com|rollingstone.com|rootsports.com|rottentomatoes.com|seahawks.com|sherdog.com|skynews.com.au|slice.ca|smh.com.au|sploder.com|sportsnet590.ca|sportsnet960.ca|springboardplatform.com|steelers.com|stlouisrams.com|streetfire.net|stuff.co.nz|tcpalm.com|telegraph.co.uk|theage.com.au|theaustralian.com.au|thebeatdfw.com|theboxhouston.com|thedenverchannel.com|thedrocks.com|theindychannel.com|theprovince.com|thestarphoenix.com|tide.com|timescolonist.com|timeslive.co.za|timesrecordnews.com|titansonline.com|totaljerkface.com|townhall.com|tripadvisor.ca|tripadvisor.co.uk|tripadvisor.co.za|tripadvisor.com|tripadvisor.com.au|tripadvisor.com.my|tripadvisor.com.sg|tripadvisor.ie|tripadvisor.in|turnto23.com|tvone.tv|twitchy.com|usmagazine.com|vancouversun.com|vcstar.com|veetle.com|vice.com|videojug.com|viki.com|vikings.com|virginradio.ca|vzaar.com|wapt.com|washingtonpost.com|washingtontimes.com|wcpo.com|wdfn.com|weather.com|wescfm.com|wgci.com|wibw.com|wikihow.com|windsorstar.com|wiod.com|wiznation.com|wjdx.com|wkyt.com|wor710.com|wptv.com|wsj.com|wxyz.com|wyff4.com|yahoo.com|youtube.com|z100.com|zhiphopcleveland.com
||2mdn.net^$~object,third-party
||2pxg8bcf.top^$third-party
||2ssltome.ga^$third-party
||2taa9ib4ib.com^$third-party
||2xbpub.com^$third-party
||303marketplace.com^$third-party
||320157981.world^$third-party
||32b4oilo.com^$third-party
||332-d.com^$third-party
||3393.com^$third-party
||33across.com^$third-party
||35.184.98.90^$third-party
||350media.com^$third-party
||3585656d9351553f.com^$third-party
||360ads.com^$third-party
||360adstrack.com^$third-party
||360installer.com^$third-party
||360popads.com^$third-party
||360protected.com^$third-party
||360yield.com^$third-party
||365sbaffiliates.com^$third-party
||3b9eb5ed04721bef.com^$third-party
||3cnce854.com^$third-party
||3da86d9fe797f228.com^$third-party
||3l4r8d61yz.com^$third-party
||3lift.com^$third-party
||3lr67y45.com^$third-party
||3omb.com^$third-party
||3rdads.com^$third-party
||3redlightfix.com^$third-party
||3t7euflv.com^$third-party
||3wr110.net^$third-party
||42632zfylf.com^$third-party
||43031aaaecd84428.com^$third-party
||43plc.com^$third-party
||46.165.197.153^
||46.165.197.231^
||46.246.120.230^$third-party,domain=~adexprt.com.ip
||47f624b2e6c6072e.com^$third-party
||49feqdpw.com^$third-party
||4affiliate.net^$third-party
||4b6994dfa47cee4.com^$third-party
||4dsbanner.net^$third-party
||4dsply.com^$third-party
||4e43ac9c.info^$third-party
||4uvjosuc.com^$third-party
||4wnet.com^$third-party
||4wnetwork.com^$third-party
||50.7.243.123^$third-party
||5362367e.info^$third-party
||564d28256cddaeba.com^$third-party
||5advertise.com^$third-party
||5clickcashsoftware.com^$third-party
||5gl1x9qc.com^$third-party
||5nt1gx7o57.com^$third-party
||600z.com^$third-party
||6198399e4910e66-ovc.com^$third-party
||62.27.51.163^$third-party,domain=~adlive.de.ip
||63.225.61.4^$third-party
||64.20.60.123^$third-party
||67s6gxv28kin.com^$third-party
||6kauqbszb9.com^$third-party
||6zy9yqe1ew.com^$third-party
||73g509fk9a.com^$third-party
||74.117.182.77^
||7667bab1751ff777.com^$third-party
||777seo.com^$third-party
||778669.com^$third-party
||78.138.126.253^$third-party
||78.140.131.214^
||79zgycmr.com^$third-party
||7hor9gul4s.com^$third-party
||7hu8e1u001.com^$third-party
||7insight.com^$third-party
||7pud.com^$third-party
||7search.com^$third-party
||7u8a8i88.com^$third-party
||7v8rya73sj.com^$third-party
||82d914.se^$third-party
||87.230.102.24^$third-party,domain=~p2p.adserver.ip
||88461059da0a12ea.com^$third-party
||888media.net^$third-party
||888medianetwork.com^$third-party
||888promos.com^$third-party
||8s8.eu^$third-party
||8yxupue8.com^$third-party
||91mobiles.com^$third-party
||93c8c9a28e1db445.com^$third-party
||97d73lsi.com^$third-party
||98bf9h8jbg.com^$third-party
||9ads.mobi^$third-party
||9d63c80da.pw^$third-party
||9ts3tpia.com^$third-party
||a-ads.com^$third-party
||a-ssl.ligatus.com^$third-party
||a-static.com^$third-party
||a.adroll.com^$third-party
||a.ligatus.com^$third-party
||a.raasnet.com^$third-party
||a1a5ab31bcd1bc68.com^$third-party
||a2b108bd2461b12e.com^$third-party
||a2dfp.net^$third-party
||a2gw.com^$third-party
||a2pub.com^$third-party
||a3m.io^$third-party
||a3pub.com^$third-party
||a433.com^$third-party
||a4dtrk.com^$third-party
||a4g.com^$third-party
||a4to4.pw^$third-party
||a5a5a.com^$third-party
||a5pub.com^$third-party
||a9nf3hg5c2.com^$third-party
||aa.voice2page.com^$third-party
||aa24h.com^$third-party
||aaa.at4.info^$third-party
||aaa.dv0.info^$third-party
||aaddcount.com^$third-party
||aaxads.com^$third-party
||abasourdir.tech^$third-party
||abctrack.bid^$third-party
||ablehed.pro^$third-party
||abletomeet.com^$third-party
||abnad.net^$third-party
||aboutads.quantcast.com^$third-party
||abscontal.com^$third-party
||absential.info^$third-party
||abtracker.us^$third-party
||acales.ru^$third-party
||accelacomm.com^$third-party
||access-mc.com^$third-party
||accio.ai^$third-party
||accmgr.com^$third-party
||accouncilist.com^$third-party
||accounts.pkr.com^$third-party
||accumulatork.com^$third-party
||accuserveadsystem.com^$third-party
||acf-webmaster.net^$third-party
||acknowinge.info^$third-party
||acloudimages.com^$third-party
||acrabbey.info^$third-party
||acronym.com^$third-party
||acrossiblel.info^$third-party
||actiflex.org^$third-party
||actiondesk.com^$third-party
||activedancer.com^$third-party
||ad-arata.com^$third-party
||ad-back.net^$third-party
||ad-balancer.net^$third-party
||ad-bay.com^$third-party
||ad-clicks.com^$third-party
||ad-delivery.net^$third-party
||ad-flow.com^$third-party
||ad-gbn.com^$third-party
||ad-goi.com^$third-party
||ad-indicator.com^$third-party
||ad-m.asia^$third-party
||ad-maven.com^$third-party
||ad-media.org^$third-party
||ad-recommend.com^$third-party
||ad-server.co.za^$third-party
||ad-serverparc.nl^$third-party
||ad-sponsor.com^$third-party
||ad-srv.net^$third-party
||ad-stir.com^$third-party
||ad-vice.biz^$third-party
||ad.admitad.com/banner/$third-party
||ad.admitad.com/f/$third-party
||ad.admitad.com/fbanner/$third-party
||ad.admitad.com/j/$third-party
||ad.atdmt.com/i/a.html$third-party
||ad.atdmt.com/i/a.js$third-party
||ad.doubleclick.net^$~object,third-party
||ad.linksynergy.com^$third-party
||ad.mo.doubleclick.net/dartproxy/$third-party
||ad.mox.tv^$third-party
||ad.pxlad.io^$third-party
||ad.style^$third-party
||ad.yieldpartners.com^$third-party
||ad120m.com^$third-party
||ad121m.com^$third-party
||ad122m.com^$third-party
||ad123m.com^$third-party
||ad125m.com^$third-party
||ad127m.com^$third-party
||ad128m.com^$third-party
||ad129m.com^$third-party
||ad131m.com^$third-party
||ad132m.com^$third-party
||ad134m.com^$third-party
||ad20.net^$third-party
||ad2387.com^$third-party
||ad2adnetwork.biz^$third-party
||ad2up.com^$third-party
||ad4980.kr^$third-party
||ad4989.co.kr^$third-party
||ad4game.com^$third-party
||ad6media.fr^$third-party
||adacado.com^$third-party
||adaction.se^$third-party
||adacts.com^$third-party
||adadvisor.net^$third-party
||adagora.com^$third-party
||adalliance.io^$third-party
||adalso.com^$third-party
||adamatic.co^$third-party
||adaos-ads.net^$third-party
||adap.tv^$~object,third-party
||adapd.com^$third-party
||adapex.io^$third-party
||adatrix.com^$third-party
||adbard.net^$third-party
||adbasket.net^$third-party
||adbetclickin.pink^$third-party
||adbetnet.com^$third-party
||adbit.biz^$third-party
||adbit.co^$third-party
||adblockerkillswebsites.pw^$third-party
||adbma.com^$third-party
||adboost.com^$third-party
||adbooth.com^$third-party
||adbooth.net^$third-party
||adbox.lv^$third-party
||adbrau.com^$third-party
||adbrite.com^$third-party
||adbroo.com^$third-party
||adbrook.com^$third-party
||adbuff.com^$third-party
||adbuka.com.ng^$third-party
||adbukaserver.com^$third-party
||adbull.com^$third-party
||adbureau.net^$third-party
||adbutler-fermion.com^$third-party
||adbutler.com^$third-party
||adbuyer.com^$third-party
||adcade.com^$third-party
||adcamel.pw^$third-party
||adcarem.co^$third-party
||adcash.com^$third-party
||adcastplus.net^$third-party
||adcde.com^$third-party
||adcdnx.com^$third-party
||adcell.com^$third-party
||adcentriconline.com^$third-party
||adcfrthyo.tk^$third-party
||adchannels.in^$third-party
||adchap.com^$third-party
||adchemical.com^$third-party
||adchoice.co.za^$third-party
||adclerks.com^$third-party
||adclick.lv^$third-party
||adclick.pk^$third-party
||adclickafrica.com^$third-party
||adclickmedia.com^$third-party
||adclickservice.com^$third-party
||adcloud.net^$third-party
||adcmps.com^$third-party
||adcoin.click^$third-party
||adcolo.com^$third-party
||adconjure.com^$third-party
||adconscious.com^$third-party
||adcount.in^$third-party
||adcrax.com^$third-party
||adcron.com^$third-party
||adcru.com^$third-party
||addaim.com^$third-party
||addelive.com^$third-party
||addiply.com^$third-party
||addkt.com^$third-party
||addmoredynamiclinkstocontent2convert.bid^$third-party
||addoer.com^$third-party
||addoor.net^$third-party
||addroid.com^$third-party
||addroplet.com^$third-party
||addynamics.eu^$third-party
||addynamix.com^$third-party
||addynamo.net^$third-party
||adecn.com^$third-party
||adedy.com^$third-party
||adelement.com^$third-party
||ademails.com^$third-party
||adenc.co.kr^$third-party
||adengage.com^$third-party
||adespresso.com^$third-party
||adexc.net^$third-party
||adexchange.io^$third-party
||adexchangecloud.com^$third-party
||adexchangedirect.com^$third-party
||adexchangegate.com^$third-party
||adexchangemachine.com^$third-party
||adexchangeprediction.com^$third-party
||adexchangetracker.com^$third-party
||adexcite.com^$third-party
||adexprt.com^$third-party
||adexprts.com^$third-party
||adextent.com^$third-party
||adf01.net^$third-party
||adfactory88.com^$third-party
||adfeedstrk.com^$third-party
||adfill.me^$third-party
||adfootprints.com^$third-party
||adforgames.com^$third-party
||adforgeinc.com^$third-party
||adframesrc.com^$third-party
||adfrika.com^$third-party
||adfrog.info^$third-party
||adfrontiers.com^$third-party
||adfunkyserver.com^$third-party
||adfusion.com^$third-party
||adg99.com^$third-party
||adgalax.com^$third-party
||adgardener.com^$third-party
||adgatemedia.com^$third-party
||adgear.com^$third-party
||adgebra.co.in^$third-party
||adgebra.in^$third-party
||adgent007.com^$third-party
||adgila.com^$third-party
||adgine.net^$third-party
||adgitize.com^$third-party
||adglamour.net^$third-party
||adglare.net^$third-party
||adglare.org^$third-party
||adglaze.com^$third-party
||adgoi-1.net^$third-party
||adgoi.com^$third-party
||adgoi.mobi^$third-party
||adgorithms.com^$third-party
||adgoto.com^$third-party
||adgroups.com^$third-party
||adgrx.com^$third-party
||adgup.com^$third-party
||adhese.be^$third-party
||adhese.com^$third-party
||adhese.net^$third-party
||adhigh.net^$third-party
||adhitzads.com^$third-party
||adhostingsolutions.com^$third-party
||adhub.co.nz^$third-party
||adicate.com^$third-party
||adigniter.org^$third-party
||adikteev.com^$third-party
||adimise.com^$third-party
||adimpact.com^$third-party
||adimperia.com^$third-party
||adimpression.net^$third-party
||adinc.co.kr^$third-party
||adinc.kr^$third-party
||adinch.com^$third-party
||adincon.com^$third-party
||adindigo.com^$third-party
||adinfinity.com.au^$third-party
||adingo.jp^$third-party
||adintend.com^$third-party
||adinterax.com^$third-party
||adinvigorate.com^$third-party
||adip.ly^$third-party
||adiqglobal.com^$third-party
||adireland.com^$third-party
||adisfy.com^$third-party
||adisn.com^$third-party
||adit-media.com^$third-party
||adition.com^$third-party
||aditize.com^$third-party
||adjal.com^$third-party
||adjector.com^$third-party
||adjesty.com^$third-party
||adjourne.com^$third-party
||adjs.net^$third-party
||adjug.com^$third-party
||adjuggler.com^$third-party
||adjuggler.net^$third-party
||adjungle.com^$third-party
||adjust.com^$third-party
||adk2.co^$third-party
||adk2.com^$third-party
||adk2x.com^$third-party
||adkengage.com^$third-party
||adkernel.com^$third-party
||adkick.net^$third-party
||adklip.com^$third-party
||adknock.com^$third-party
||adknowledge.com^$third-party
||adkonekt.com^$third-party
||adkova.com^$third-party
||adlatch.com^$third-party
||adlayer.net^$third-party
||adlegend.com^$third-party
||adligature.com^$third-party
||adlightning.com^$third-party
||adlink.net^$third-party
||adlinx.info^$third-party
||adlisher.com^$third-party
||adlive.io^$third-party
||adloaded.com^$third-party
||adlooxtracking.com^$third-party
||adlpartner.com^$third-party
||adlure.biz^$third-party
||adlux.com^$third-party
||adm-vids.info^$third-party
||adm.fwmrm.net/crossdomain.xml$domain=cc.com|mtv.com
||adm.fwmrm.net/p/msnbc_live/$object,third-party,domain=~msnbc.msn.com|~www.nbcnews.com
||adm.fwmrm.net/p/mtvn_live/$object,third-party
||adm.shinobi.jp^$third-party
||admagnet.net^$third-party
||admailtiser.com^$third-party
||admamba.com^$third-party
||adman.gr^$third-party
||admanage.com^$third-party
||admanmedia.com^$third-party
||admarketplace.net^$third-party
||admaster.net^$third-party
||admaxim.com^$third-party
||admaya.in^$third-party
||admaza.in^$third-party
||admedia.com^$third-party
||admedias.net^$third-party
||admedit.net^$third-party
||admedo.com^$third-party
||admeerkat.com^$third-party
||admeld.com^$third-party
||admeta.com^$third-party
||admetricspro.com^$third-party
||admission.net^$third-party
||admixer.net^$third-party
||admngronline.com^$third-party
||admpads.com^$third-party
||admtpmp127.com^$third-party
||admulti.com^$third-party
||admzn.com^$third-party
||adnami.io^$third-party
||adne.tv^$third-party
||adnectar.com^$third-party
||adnemo.com^$third-party
||adnet-media.net^$third-party
||adnet.biz^$third-party
||adnet.com^$third-party
||adnet.de^$third-party
||adnet.lt^$third-party
||adnet.ru^$third-party
||adnet.vn^$third-party
||adnetworkme.com^$third-party
||adnetworkperformance.com^$third-party
||adneutralads.com^$third-party
||adnext.fr^$third-party
||adnext.org^$third-party
||adngin.com^$third-party
||adnigma.com^$third-party
||adnimation.com^$third-party
||adnimo.com^$third-party
||adnium.com^$third-party
||adnmore.co.kr^$third-party
||adnoble.com^$third-party
||adnow.com^$third-party
||adnuntius.com^$third-party
||adnxs.com^$third-party
||adnxs.net^$third-party
||adnxs1.com^$third-party
||adnxsid.com^$third-party
||adocean.pl^$third-party
||adohana.com^$third-party
||adomic.com^$third-party
||adomik.com^$third-party
||adonion.com^$third-party
||adonly.com^$third-party
||adonnews.com^$third-party
||adonweb.ru^$third-party
||adoperator.com^$third-party
||adopshost.me^$third-party
||adoptim.com^$third-party
||adorika.com^$third-party
||adorika.net^$third-party
||adosia.com^$third-party
||adotic.com^$third-party
||adotmob.com^$third-party
||adotomy.com^$third-party
||adotube.com^$third-party
||adovida.com^$third-party
||adovr.com^$third-party
||adowner.net^$third-party
||adpacks.com^$third-party
||adparlor.com^$third-party
||adpass.co.uk^$third-party
||adpath.mobi^$third-party
||adpay.com^$third-party
||adpays.net^$third-party
||adpdx.com^$third-party
||adperfect.com^$third-party
||adperium.com^$third-party
||adphreak.com^$third-party
||adpinion.com^$third-party
||adpionier.de^$third-party
||adplans.info^$third-party
||adplex.media^$third-party
||adplugg.com^$third-party
||adplxmd.com^$third-party
||adpnut.com^$third-party
||adpopcon.com^$third-party
||adpoper.com^$third-party
||adport.io^$third-party
||adppv.com^$third-party
||adpredictive.com^$third-party
||adpremo.com^$third-party
||adpressi.com^$third-party
||adprofit2share.com^$third-party
||adproper.info^$third-party
||adprotected.com^$third-party
||adprovi.de^$third-party
||adprs.net^$third-party
||adpushup.com^$third-party
||adqic.com^$third-party
||adquantix.com^$third-party
||adquest3d.com^$third-party
||adrcdn.com^$third-party
||adreactor.com^$third-party
||adready.com^$third-party
||adreadytractions.com^$third-party
||adrecover.com^$third-party
||adrelayer.com^$third-party
||adresellers.com^$third-party
||adrevivify.com^$third-party
||adrevolver.com^$third-party
||adrich.cash^$third-party
||adrife.net^$third-party
||adright.co^$third-party
||adrise.de^$third-party
||adro.co^$third-party
||adrocket.com^$third-party
||adrsp.net^$third-party
||adrunnr.com^$third-party
||ads-4u.com^$third-party
||ads-elsevier.net^$third-party
||ads-for-free.com^$third-party
||ads-pixiv.net^$third-party
||ads-stats.com^$third-party
||ads-twitter.com^$third-party
||ads.cc^$third-party
||ads.rd.linksynergy.com^$third-party
||ads01.com^$third-party
||ads1-adnow.com^$third-party
||ads2-adnow.com^$third-party
||ads2ads.net^$third-party
||ads2srv.com^$third-party
||ads3-adnow.com^$third-party
||ads4cheap.com^$third-party
||ads5-adnow.com^$third-party
||adsafeprotected.com^$third-party
||adsafety.net^$third-party
||adsagony.com^$third-party
||adsalvo.com^$third-party
||adsame.com^$third-party
||adsbookie.com^$third-party
||adsbrook.com^$third-party
||adscale.de^$third-party
||adscampaign.net^$third-party
||adscendmedia.com^$third-party
||adsclickingnetwork.com^$third-party
||adsco.re^$third-party
||adscope.co.kr^$third-party
||adscpm.net^$third-party
||adsdk.com^$third-party
||adsdot.ph^$third-party
||adsearcher.ru^$third-party
||adsensecamp.com^$third-party
||adserv8.com^$third-party
||adserve.com^$third-party
||adserve.ph^$third-party
||adserver-fx.com^$third-party
||adserverplus.com^$third-party
||adserverpub.com^$third-party
||adservhere.com^$third-party
||adservingfactory.com^$third-party
||adservinginternational.com^$third-party
||adservme.com^$third-party
||adservpi.com^$third-party
||adservr.de^$third-party
||adsfac.eu^$third-party
||adsfac.net^$third-party
||adsfac.us^$third-party
||adsfactor.net^$third-party
||adsfan.net^$third-party
||adsfast.com^$third-party
||adsforallmedia.com^$third-party
||adsforindians.com^$third-party
||adsfundi.com^$third-party
||adsfundi.net^$third-party
||adsfuse.com^$third-party
||adshack.com^$third-party
||adshark.site^$third-party
||adshexa.com^$third-party
||adshopping.com^$third-party
||adshot.de^$third-party
||adshuffle.com^$third-party
||adsiduous.com^$third-party
||adsignals.com^$third-party
||adsimilis.com^$third-party
||adsinimages.com^$third-party
||adsinstant.com^$third-party
||adskeeper.co.uk^$third-party
||adslala.com^$third-party
||adslidango.com^$third-party
||adslingers.com^$third-party
||adslivecorp.com^$third-party
||adslot.com^$third-party
||adslvr.com^$third-party
||adsmarket.com^$third-party
||adsmarket.es^$third-party
||adsmedia.cc^$third-party
||adsmile.biz^$third-party
||adsmoon.com^$third-party
||adsmws.cloudapp.net^$third-party
||adsnative.com^$third-party
||adsnetworkserver.com^$third-party
||adsnext.net^$third-party
||adsniper.ru^$third-party
||adsomi.com^$third-party
||adsonar.com^$third-party
||adsoptimal.com^$third-party
||adsopx.com^$third-party
||adsovo.com^$third-party
||adsp.com^$third-party
||adspaper.org^$third-party
||adsparc.net^$third-party
||adspdbl.com^$third-party
||adspeed.com^$third-party
||adspirit.de^$third-party
||adspring.to^$third-party
||adspruce.com^$third-party
||adspynet.com^$third-party
||adsrevenue.net^$third-party
||adsring.com^$third-party
||adsrv.us^$third-party
||adsrv4k.com^$third-party
||adsrvmedia.com^$third-party
||adsrvmedia.net^$third-party
||adsrvr.org^$third-party
||adssend.net^$third-party
||adssites.net^$third-party
||adstargeting.com^$third-party
||adstatic.com^$third-party
||adsterra.com^$third-party
||adstock.pro^$third-party
||adstuna.com^$third-party
||adsummos.net^$third-party
||adsupermarket.com^$third-party
||adsupply.com^$third-party
||adsupplyssl.com^$third-party
||adsurve.com^$third-party
||adsvcs.com^$third-party
||adsvert.com^$third-party
||adsvids.com^$third-party
||adsxgm.com^$third-party
||adszom.com^$third-party
||adtag.cc^$third-party
||adtaily.com^$third-party
||adtaily.eu^$third-party
||adtaily.pl^$third-party
||adtdp.com^$third-party
||adtear.com^$third-party
||adtecc.com^$third-party
||adtech.de^$third-party
||adtechus.com^$third-party
||adtegrity.net^$third-party
||adtelligent.com^$third-party
||adteractive.com^$third-party
||adtgs.com^$third-party
||adthrive.com^$third-party
||adtoadd.com^$third-party
||adtoll.com^$third-party
||adtology1.com^$third-party
||adtology2.com^$third-party
||adtology3.com^$third-party
||adtoma.com^$third-party
||adtomafusion.com^$third-party
||adtoox.com^$third-party
||adtotal.pl^$third-party
||adtpix.com^$third-party
||adtrace.org^$third-party
||adtransfer.net^$third-party
||adtrgt.com^$third-party
||adtrieval.com^$third-party
||adtrix.com^$third-party
||adtrovert.com^$third-party
||adtrue.com^$third-party
||adtruism.com^$third-party
||adtwbjs.com^$third-party
||adtwirl.com^$third-party
||aduacni.com^$third-party
||adult-adv.com^$third-party
||adultadworld.com^$third-party
||adultimate.net^$third-party
||adulttds.com^$third-party
||adup-tech.com^$third-party
||adurr.com^$third-party
||adv-adserver.com^$third-party
||adv9.net^$third-party
||advanseads.com^$third-party
||advantageglobalmarketing.com^$third-party
||advard.com^$third-party
||advarkads.com^$third-party
||advatar.to^$third-party
||advcash.com^$third-party
||adventori.com^$third-party
||adventurefeeds.com^$third-party
||adverigo.com^$third-party
||adverpub.com^$third-party
||adversal.com^$third-party
||adversaldisplay.com^$third-party
||adversalservers.com^$third-party
||adverserve.net^$third-party
||advertarium.com.ua^$third-party
||advertbox.us^$third-party
||adverteerdirect.nl^$third-party
||adverti.io^$third-party
||advertica-cdn.com^$third-party
||advertica.ae^$third-party
||adverticum.net^$third-party
||advertise.com^$third-party
||advertiseforfree.co.za^$third-party
||advertisegame.com^$third-party
||advertiserurl.com^$third-party
||advertisespace.com^$third-party
||advertiseworld.com^$third-party
||advertiseyourgame.com^$third-party
||advertising-department.com^$third-party
||advertising365.com^$third-party
||advertisingiq.com^$third-party
||advertisingpath.net^$third-party
||advertisingvalue.info^$third-party
||advertjunction.com^$third-party
||advertlane.com^$third-party
||advertlead.net^$third-party
||advertlets.com^$third-party
||advertmarketing.com^$third-party
||advertmedias.com^$third-party
||advertnetworks.com^$third-party
||advertone.ru^$third-party
||advertpay.net^$third-party
||advertrev.com^$third-party
||advertserve.com^$third-party
||advertstatic.com^$third-party
||advertstream.com^$third-party
||advertur.ru^$third-party
||advertxi.com^$third-party
||advfeeds.com^$third-party
||advg.jp^$third-party
||advgoogle.com^$third-party
||advideum.com^$third-party
||advise.co^$third-party
||advisorded.com^$third-party
||adviva.net^$third-party
||advmaker.su^$third-party
||advmd.com^$third-party
||advmedialtd.com^$third-party
||advombat.ru^$third-party
||advpoints.com^$third-party
||advrtice.com^$third-party
||advserver.xyz^$third-party
||advsnx.net^$third-party
||adwebster.com^$third-party
||adwires.com^$third-party
||adwordsservicapi.com^$third-party
||adworkmedia.com^$third-party
||adworldmedia.com^$third-party
||adworldmedia.net^$third-party
||adx1.com^$third-party
||adxat.com^$third-party
||adxchg.com^$third-party
||adxcore.com^$third-party
||adxion.com^$third-party
||adxpose.com^$third-party
||adxpower.com^$third-party
||adxpremium.com^$third-party
||adxprts.com^$third-party
||adxprtz.com^$third-party
||adxscope.com^$third-party
||adxxx.me^$third-party
||adxxx.org^$third-party
||adyoulike.com^$third-party
||adyoz.com^$third-party
||adz.co.zw^$third-party
||adzbazar.com^$third-party
||adzchoice.com^$third-party
||adzerk.net^$third-party,domain=~strava.com
||adzhits.com^$third-party
||adzhub.com^$third-party
||adziff.com^$third-party
||adzincome.in^$third-party
||adzintext.com^$third-party
||adzmaza.in^$third-party
||adzmedia.com^$third-party
||adzonk.com^$third-party
||adzouk.com^$third-party
||adzouk1tag.com^$third-party
||adzposter.com^$third-party
||adzpower.com^$third-party
||adzs.nl^$third-party
||adzyou.com^$third-party
||aepetor.pw^$third-party
||aerobins.com^$third-party
||af201768865.com^$third-party
||afcyhf.com^$third-party
||afdads.com^$third-party
||aff-online.com^$third-party
||aff.biz^$third-party
||aff201868865.com^$third-party
||affasi.com^$third-party
||affbot1.com^$third-party
||affbot3.com^$third-party
||affbot7.com^$third-party
||affbot8.com^$third-party
||affbuzzads.com^$third-party
||affec.tv^$third-party
||affifix.com^$third-party
||affili.st^$third-party
||affiliate-b.com^$third-party
||affiliate-gate.com^$third-party
||affiliate-robot.com^$third-party
||affiliate.com^$third-party
||affiliate.cx^$third-party
||affiliatebannerfarm.com^$third-party
||affiliateedge.com^$third-party
||affiliateer.com^$third-party
||affiliatefuel.com^$third-party
||affiliatefuture.com^$third-party
||affiliategateways.co^$third-party
||affiliategroove.com^$third-party
||affiliatelounge.com^$third-party
||affiliatemembership.com^$third-party
||affiliatenetwork.co.za^$third-party
||affiliatesensor.com^$third-party
||affiliation-france.com^$third-party
||affiliationcash.com^$third-party
||affiliationworld.com^$third-party
||affiliationzone.com^$third-party
||affilijack.de^$third-party
||affiliproducts.com^$third-party
||affiliserve.com^$third-party
||affimo.de^$third-party
||affinitad.com^$third-party
||affinity.com^$third-party
||affiz.net^$third-party
||affplanet.com^$third-party
||afftrack.com^$third-party
||afftrk.online^$third-party
||afgr1.com^$third-party
||afgr10.com^$third-party
||afgr2.com^$third-party
||afgr3.com^$third-party
||afgr4.com^$third-party
||afgr5.com^$third-party
||afgr6.com^$third-party
||afgr7.com^$third-party
||afgr8.com^$third-party
||afgr9.com^$third-party
||aflrm.com^$third-party
||afovelsa.com^$third-party
||africawin.com^$third-party
||afrikad.com^$third-party
||afterdownload.com^$third-party
||afterdownloads.com^$third-party
||afy11.net^$third-party
||againclence.com^$third-party
||againscan.com^$third-party
||againstein.com^$third-party
||agcdn.com^$third-party
||agentcenters.com^$third-party
||aggregateknowledge.com^$third-party
||aggregatorgetb.com^$third-party
||aglocobanners.com^$third-party
||agmtrk.com^$third-party
||agomwefq.com^$third-party
||agvzvwof.com^$third-party
||aidaigry.com^$third-party
||ailanibah.com^$third-party
||ailtumty.net^$third-party
||aim4media.com^$third-party
||aimatch.com^$third-party
||aio.media^$third-party
||aj1052.online^$third-party
||aj1574.online^$third-party
||ajansreklam.net^$third-party
||ajillionmax.com^$third-party
||akamhd.com^$third-party
||akavita.com^$third-party
||alargery.com^$third-party
||albopa.work^$third-party
||alchemysocial.com^$third-party
||alfynetwork.com^$third-party
||algovid.com^$third-party
||ali-crm.ru^$third-party
||alibestru.ru^$third-party
||alibestru3.ru^$third-party
||alikelys.com^$third-party
||alimama.com^$third-party
||alipromo.com^$third-party
||alkdmsxs.bid^$third-party
||allabc.com^$third-party
||allarmate.club^$third-party
||alleliteads.com^$third-party
||allmt.com^$third-party
||allmygoodlife.com^$third-party
||allmygreatestlife.com^$third-party
||allmyverygreatlife.com^$third-party
||allopenclose.click^$third-party
||alloydigital.com^$third-party
||allyes.com^$third-party
||almostle.info^$third-party
||alogationa.co^$third-party
||alphabird.com^$third-party
||alphabirdnetwork.com^$third-party
||alphagodaddy.com^$third-party
||alternads.info^$third-party
||alternativeadverts.com^$third-party
||althybesr.com^$third-party
||altitude-arena.com^$third-party
||altpubli.com^$third-party
||altrk.net^$third-party
||am-display.com^$third-party
||am10.ru^$third-party
||am11.ru^$third-party
||amazon-adsystem.com^$third-party
||amazon-cornerstone.com^$third-party
||amazonily.com^$third-party
||ambaab.com^$third-party
||ambientplatform.vn^$third-party
||ambra.com^$third-party
||amd2016.com^$third-party
||amertazy.com^$third-party
||amgdgt.com^$third-party
||aminopay.net^$third-party
||amp.rd.linksynergy.com^$third-party
||amp.services^$third-party
||ampxchange.com^$third-party
||anastasiasaffiliate.com^$third-party
||anbkoxl.com^$third-party
||andbeyond.media^$third-party
||andohs.net^$third-party
||andomedia.com^$third-party
||andomediagroup.com^$third-party
||anet*.tradedoubler.com^$third-party
||angege.com^$third-party
||angeinge.com^$third-party
||animits.com^$third-party
||aniview.com^$third-party
||anonymousads.com^$third-party
||anrdoezrs.net/image-$third-party
||anrdoezrs.net/placeholder-$third-party
||antivirustoolext.com^$third-party
||anwufkjjja.com^$third-party
||anyclip-media.com^$third-party
||anymedia.lv^$third-party
||anyxp.com^$third-party
||aoqneyvmaz.com^$third-party
||aoredi.com^$third-party
||aorms.com^$third-party
||aorpum.com^$third-party
||apex-ad.com^$third-party
||apexcdn.com^$third-party
||aphookkensidah.pro^$third-party
||apmebf.com^$third-party
||apopgo.com^
||apparede.com^$third-party
||apparest.com^$third-party
||appendad.com^$third-party
||applebarq.com^$third-party
||appliere.online^$third-party
||appnext.com^$third-party
||apportium.com^$third-party
||approp.pro^$third-party
||apprupt.com^$third-party
||appsha4.space^$third-party
||apptap.com^$third-party
||appwebview.com^$third-party
||april29-disp-download.com^$third-party
||apsmediaagency.com^$third-party
||apugod.work^$third-party
||apvdr.com^$third-party
||apxlv.com^$third-party
||apxtarget.com^$third-party
||apycomm.com^$third-party
||apyoth.com^$third-party
||arab4eg.com^$third-party
||arabweb.biz^$third-party
||aralego.com^$third-party
||arcadebannerexchange.net^$third-party
||arcadebannerexchange.org^$third-party
||arcadebanners.com^$third-party
||arcadebe.com^$third-party
||arcadechain.com^$third-party
||areasins.com^$third-party
||areasnap.com^$third-party
||arecio.work^$third-party
||arrassley.info^$third-party
||arrowbucket.co^
||arti-mediagroup.com^$third-party
||articulty.com^$third-party
||as-farm.com^$third-party
||as07d698u9.com^$third-party
||as5000.com^$third-party
||asafesite.com^$third-party
||aseadnet.com^$third-party
||ashemeth.com^$third-party
||askhilltop.com^$third-party
||asklots.com^$third-party
||aso1.net^$third-party
||asooda.com^$third-party
||asqpniwvxea.com^$third-party
||asrety.com^$third-party
||assetize.com^$third-party
||assoc-amazon.ca^$third-party
||assoc-amazon.co.uk^$third-party
||assoc-amazon.com^$third-party
||assoc-amazon.de^$third-party
||assoc-amazon.es^$third-party
||assoc-amazon.fr^$third-party
||assoc-amazon.it^$third-party
||asterpix.com^$third-party
||astree.be^$third-party
||atadserver.com^$third-party
||atas.io^$third-party
||atemda.com^$third-party
||atmalinks.com^$third-party
||ato.mx^$third-party
||atomex.net^$third-party
||atomicblast.lol^$third-party
||atonato.de^$third-party
||atrinsic.com^$third-party
||attacketslovern.info^$third-party
||atterlocus.com^$third-party
||atwola.com^$third-party
||au2m8.com^$third-party
||auctionnudge.com^$third-party
||audience2media.com^$third-party
||audiencefuel.com^$third-party
||audienceprofiler.com^$third-party
||audiencerun.com^$third-party
||auditoire.ph^$third-party
||auditude.com^$third-party
||audu0yi.bid^$third-party
||augmentad.net^$third-party
||august15download.com^$third-party
||aunmdhxrco.com^$third-party
||auspipe.com^$third-party
||auto-im.com^$third-party
||auto-insurance-quotes-compare.com^$third-party
||automatad.com^$third-party
||automatedtraffic.com^$third-party
||automateyourlist.com^$third-party
||autopilothq.com^$third-party
||avads.co.uk^$third-party
||avajo.men^$third-party
||avalanchers.com^$third-party
||avalopaly.com^$third-party
||avazu.net^$third-party
||avazutracking.net^$third-party
||avercarto.com^$third-party
||awakebottlestudy.com^$third-party
||awaps.net^$third-party
||awecr.com^$third-party
||awempire.com^$third-party
||awestatic.com^$third-party
||awltovhc.com^$third-party
||aws-ajax.com^$third-party
||awsmer.com^$third-party
||awstaticdn.net^$third-party
||awsurveys.com^$third-party
||axill.com^$third-party
||ayads.co^$third-party
||ayboll.com^$third-party
||azadify.com^$third-party
||azads.com^$third-party
||azjmp.com^$third-party
||azoogleads.com^$third-party
||azorbe.com^$third-party
||b117f8da23446a91387efea0e428392a.pl^$third-party
||b3z29k1uxb.com^$third-party
||b4banner.in^$third-party
||b60228e270e363f6.com^$third-party
||babbnrs.com^$third-party
||babsedrinhi.info^$third-party
||backbeatmedia.com^$third-party
||backlinks.com^$third-party
||badjocks.com^$third-party
||badsamps.com^$third-party
||bakkels.com^$third-party
||baldiro.de^$third-party
||bam-bam-slam.com^$third-party
||bamboocast.com^$third-party
||bamj630h.tech^$third-party
||bananaflippy.com^$third-party
||banner-clix.com^$third-party
||banner-rotation.com^$third-party
||bannerbank.ru^$third-party
||bannerbit.com^$third-party
||bannerblasters.com^$third-party
||bannerbridge.net^$third-party
||bannercde.com^$third-party
||bannerconnect.com^$third-party
||bannerconnect.net^$third-party
||bannerdealer.com^$third-party
||bannerexchange.com.au^$third-party
||bannerflow.com^$third-party
||bannerflux.com^$third-party
||bannerignition.co.za^$third-party
||bannerjammers.com^$third-party
||bannerlot.com^$third-party
||bannerperformance.net^$third-party
||bannerrage.com^$third-party
||bannersmania.com^$third-party
||bannersnack.com^$third-party
||bannersnack.net^$third-party
||bannersurvey.biz^$third-party
||bannertgt.com^$third-party
||bannertracker-script.com^$third-party
||bannerweb.com^$third-party
||banniere.reussissonsensemble.fr^$third-party
||bargainpricedude.com^$third-party
||baronsoffers.com^$third-party
||basebanner.com^$third-party
||basepush.com^$third-party
||bbelements.com^$third-party
||bbuni.com^$third-party
||bcdn.men^$third-party
||bcloudhost.com^$third-party
||beaconads.com^$third-party
||beatchucknorris.com^$third-party
||bebi.com^$third-party
||become.successfultogether.co.uk^$third-party
||bedorm.com^$third-party
||beead.co.uk^$third-party
||beead.net^$third-party
||beerforthepipl.com^$third-party
||befade.com^$third-party
||befirstcdn.com^$third-party
||beforescence.com^$third-party
||begun.ru^$third-party
||beholder.xyz^$third-party
||bekoted.work^$third-party
||belointeractive.com^$third-party
||belvertising.be^$third-party
||benchmarkingstuff.com^$third-party
||benisoncanorous.org^$third-party
||bentdownload.com^$third-party
||bepolite.eu^$third-party
||beringmedia.com^$third-party
||berush.com^$third-party
||besguses.pro^$third-party
||besied.com^$third-party
||best5ex.com^$third-party
||bestarmour4u.work^$third-party
||bestcasinopartner.com^$third-party
||bestcontentcompany.top^$third-party
||bestcontentsoftware.top^$third-party
||bestdeals.ws^$third-party
||bestfindsite.com^$third-party
||bestforexpartners.com^$third-party
||bestforexplmdb.com^$third-party
||bestgameads.com^$third-party
||besthitsnow.com^$third-party
||bestofferdirect.com^$third-party
||bestonlinecoupons.com^$third-party
||bestpricewala.com^$third-party
||bestquickcontentfiles.com^$third-party
||bet3000partners.com^$third-party
||bet365affiliates.com^$third-party
||betaffs.com^$third-party
||betigo.work^$third-party
||betoga.com^$third-party
||betpartners.it^$third-party
||betrad.com^$third-party
||bettingpartners.com^$third-party
||bezoya.work^$third-party
||bf-ad.net^$third-party
||bfast.com^$third-party
||bh3.net^$third-party
||bhcumsc.com^$third-party
||bidadx.com^$third-party
||bidgear.com^$third-party
||bidgewatr.com^$third-party
||bidhead.net^$third-party
||bidsystem.com^$third-party
||bidtheatre.com^$third-party
||bidverdrd.com^$third-party
||bidvertiser.com^$third-party
||biemedia.com^$third-party
||bigadpoint.net^$third-party
||bigchoicegroup.com^$third-party
||bigdomain.in^$third-party
||bigfineads.com^$third-party
||bigpulpit.com^$third-party
||bijscode.com^$third-party
||billypub.com^$third-party
||bilsyndication.com^$third-party
||bimlocal.com^$third-party
||bin-layer.de^$third-party
||bin-layer.ru^$third-party
||binaryoptionssystems.org^$third-party
||bingo4affiliates.com^$third-party
||binlayer.com^$third-party
||binlayer.de^$third-party
||biskerando.com^$third-party
||bitads.net^$third-party
||bitadv.co^$third-party
||bitcoadz.io^$third-party
||bitcoinadvertisers.com^$third-party
||bitcoset.com^$third-party
||bitfalcon.tv^$third-party
||bitonclick.com^$third-party
||bitraffic.com^$third-party
||bittads.com^$third-party
||bitx.tv^$third-party
||bizfo.co.uk^$third-party
||bizographics.com^$third-party
||bizrotator.com^$third-party
||bizx.info^$third-party
||bizzclick.com^$third-party
||bj1110.online^$third-party
||bjjingda.com^$third-party
||blamads.com^$third-party
||blamcity.com^$third-party
||blardenso.com^$third-party
||blinkadr.com^$third-party
||blismedia.com^$third-party
||blogads.com^$third-party
||blogbannerexchange.com^$third-party
||blogclans.com^$third-party
||bloggerex.com^$third-party
||blogherads.com^$third-party
||blogohertz.com^$third-party
||blueadvertise.com^$third-party
||bluedawning.com^$third-party
||bluesli.de^$third-party
||bluestreak.com^$third-party
||bluetoad.com^$third-party
||blumi.to^$third-party
||bmanpn.com^$third-party
||bnbir.xyz^$third-party
||bnetworx.com^$third-party
||bnhtml.com^$third-party
||bnmla.com^$third-party
||bnr.sys.lv^$third-party
||bnrdom.com^$third-party
||bnrs.it^$third-party
||bnrslks.com^$third-party
||bnserving.com^$third-party
||boashesu.net^$third-party
||bodelen.com^$third-party
||bogads.com^$third-party
||bohowhepsandked.info^$third-party
||bokroet.com^$third-party
||bonusfapturbo.com^$third-party
||bonzai.ad^$third-party
||boo-box.com^$third-party
||bookbudd.com^$third-party
||bookelement.biz^$third-party
||booklandonline.info^$third-party
||boostable.com^$third-party
||boostads.net^$third-party
||boostads.site^$third-party
||boostclic.com^$third-party
||boostshow.com^$third-party
||bop-bop-bam.com^$third-party
||bormoni.ru^$third-party
||bororas.com^$third-party
||bostonparadise.com^$third-party
||bostonwall.com^$third-party
||boteko.work^$third-party
||boudja.com^$third-party
||bounce.bar^$third-party
||bowells.com^$third-party
||boydadvertising.co.uk^$third-party
||boylesportsreklame.com^$third-party
||bpasyspro.com^$third-party
||bptracking.com^$third-party
||br.rk.com^$third-party
||brainient.com^$third-party
||branchr.com^$third-party
||brand-display.com^$third-party
||brand.net^$third-party
||brandads.net^$third-party
||brandaffinity.net^$third-party
||brandclik.com^$third-party
||brandreachsys.com^$third-party
||braside.ru^$third-party
||braun634.com^$third-party
||bravenetmedianetwork.com^$third-party
||breadpro.com^$third-party
||breakingfeedz.com^$third-party
||brealtime.com^$third-party
||bred4tula.com^$third-party
||brethrengenotypeteledyne.com^$third-party
||bridgetrack.com^$third-party
||brigenlies.pro^$third-party
||brighteroption.com^$third-party
||brightonclick.com^$third-party
||brightshare.com^$third-party
||britiesee.info^$third-party
||broadstreetads.com^$third-party
||brokeloy.com^$third-party
||browsers.support^$third-party
||browsersfeedback.com^$third-party
||brucelead.com^$third-party
||bruceleadx.com^$third-party
||bruceleadx1.com^$third-party
||bruceleadx2.com^$third-party
||bruceleadx3.com^$third-party
||bruceleadx4.com^$third-party
||bstrtb.com^$third-party
||btnibbler.com^$third-party
||btrll.com^$third-party
||btserve.com^$third-party
||bttbgroup.com^$third-party
||bttrack.com^$third-party
||bu520.com^$third-party
||bucketsofbanners.com^$third-party
||budgetedbauer.com^$third-party
||budurl.com^$third-party
||buildtrafficx.com^$third-party
||buleor.com^$third-party
||buletproofserving.com^$third-party
||bulgarine.com^$third-party
||bullads.net^$third-party
||bulletproofserving.com^$third-party
||bumq.com^$third-party
||bunchofads.com^$third-party
||bunny-net.com^$third-party
||burbanked.info^$third-party
||burjam.com^$third-party
||burnsoftware.info^$third-party
||burporess.pro^
||burria.info^$third-party
||burstnet.com^$third-party
||businesscare.com^$third-party
||businessclick.com^$third-party
||busterzaster.de^$third-party
||buxept.com^$third-party
||buxflow.com^$third-party
||buxp.org^$third-party
||buyflood.com^$third-party
||buyorselltnhomes.com^$third-party
||buysellads.com^$third-party
||buysellads.net^$third-party
||buyt.in^$third-party
||buzzadexchange.com^$third-party
||buzzadnetwork.com^$third-party
||buzzcity.net^$third-party
||buzzonclick.com^$third-party
||buzzparadise.com^$third-party
||bwinpartypartners.com^$third-party
||bxkblkok.com^$third-party
||byspot.com^$third-party
||byvngx98ssphwzkrrtsjhnbyz5zss81dxygxvlqd05.com^$third-party
||byzoo.org^$third-party
||bznclicks.com^$third-party
||c-on-text.com^$third-party
||c-planet.net^$third-party
||c13b2beea116e.com^$third-party
||c8.net.ua^$third-party
||cab-too-low.com^$third-party
||cabinsone.com^$third-party
||cadlereducter.info^$third-party
||callmd5map.com^$third-party
||camakaroda.com^$third-party
||camleyads.info^$third-party
||campanja.com^$third-party
||canaanita.com^$third-party
||canadasungam.net^$third-party
||canoeklix.com^$third-party
||capacitygrid.com^$third-party
||capitatmarket.com^$third-party
||captainad.com^$third-party
||captifymedia.com^$third-party
||carbian.info^$third-party
||carbonads.com^$third-party
||carbours.com^$third-party
||cardincraping.net^$third-party
||carrier.bz^$third-party
||cartorkins.com^$third-party
||casalemedia.com^$third-party
||cash-duck.com^$third-party
||cash4members.com^$third-party
||cashatgsc.com^$third-party
||cashbigo.com^$third-party
||cashcave.net^$third-party
||cashinme.com^$third-party
||cashmylinks.com^$third-party
||cashonvisit.com^$third-party
||cashtrafic.com^$third-party
||cashtrafic.info^$third-party
||cashworld.biz^$third-party
||casino-zilla.com^$third-party
||caspion.com^$third-party
||casterpretic.com^$third-party
||castplatform.com^$third-party
||caughinga.info^$third-party
||caygh.com^$third-party
||cb-content.com^$third-party
||cbaazars.com^$third-party
||cbclickbank.com^$third-party
||cbclicks.com^$third-party
||cbcx8t95.space^$third-party
||cbleads.com^$third-party
||cbn.tbn.ru^$third-party
||cc-dt.com^$third-party
||cd828.com^$third-party
||cdn.mobicow.com^$third-party
||cdn000.club^$script,third-party
||cdn7now.com^$third-party
||cdna.tremormedia.com^$third-party
||cdnads.com^$third-party
||cdnapi.net^$third-party
||cdnasjdkajgfhgajfjkagfa.pro^$third-party
||cdnativ.com^$third-party
||cdnload.top^$third-party
||cdnondemand.org^$third-party
||cdnproviders.net^$third-party
||cdnquality.com^$third-party
||cdnrl.com^$third-party
||cdnserv.pw^$third-party
||cdnservr.com^$third-party
||cdntrf.com^$third-party
||cdntrip.com^$third-party
||ceeglagu.net^$third-party
||cegludse.net^$third-party
||celeritascdn.com^$third-party
||centralnervous.net^$third-party
||ceraitoa.com^$third-party
||cerotop.com^$third-party
||cfasync.cf^$third-party
||cfasync.ga^$third-party
||cfasync.gq^$third-party
||cfasync.ml^$third-party
||cfasync.tk^$third-party
||cfgr1.com^$third-party
||cfts1tifqr.com^$third-party
||cgecwm.org^$third-party
||chainads.io^$third-party
||chanagers.com^$third-party
||chandlertreatment.com^$third-party
||chango.com^$third-party
||chanished.net^$third-party
||chanitet.ru^$third-party
||channeldate.com^$third-party
||chantly.info^$third-party
||chargeplatform.com^$third-party
||charltonmedia.com^$third-party
||cheatre.info^$third-party
||checkabil.com^$third-party
||checkapi.xyz^$third-party
||checkm8.com^$third-party
||checkmystats.com.au^$third-party
||checkoutfree.com^$third-party
||cherytso.com^$third-party
||chicbuy.info^$third-party
||chiliadv.com^$third-party
||china-netwave.com^$third-party
||chinagrad.ru^$third-party
||chipleader.com^$third-party
||chitika.com^$third-party
||chitika.net^$third-party
||chronicads.com^$third-party
||cibleclick.com^$third-party
||cinarra.com^$third-party
||citinnoiddidn.pro^$third-party
||city-ads.de^$third-party
||cityadspix.com^$third-party
||citysite.net^$third-party
||cjt1.net^$third-party
||clarityray.com^$third-party
||clash-media.com^$third-party
||class64deal.com^$third-party
||claxonmedia.com^$third-party
||clayaim.com^$third-party
||clcken.com^$third-party
||clckmedia.club^$third-party
||cldlr.com^$third-party
||cleafs.com^$third-party
||clean.gg^$third-party
||clear-request.com^$third-party
||clearonclick.com^$third-party
||clente.com^$third-party
||clevernt.com^$third-party
||clevv.com^$third-party
||clic2pub.com^$third-party
||click.scour.com^$third-party
||click2jump.com^$third-party
||click4free.info^$third-party
||clickable.com^$third-party
||clickad.pl^$third-party
||clickadilla.com^$third-party
||clickagy.com^$third-party
||clickbet88.com^$third-party
||clickbooth.com^$third-party
||clickboothlnk.com^$third-party
||clickbubbles.net^$third-party
||clickcash.com^$third-party
||clickcertain.com^$third-party
||clickequations.net^$third-party
||clickexa.com^$third-party
||clickexperts.net^$third-party
||clickfuse.com^$third-party
||clickgate.biz^$third-party
||clickinc.com^$third-party
||clickintext.com^$third-party
||clickintext.net^$third-party
||clickkingdom.net^$third-party
||clickly.co^$third-party
||clickly.me^$third-party
||clickmon.co.kr^$third-party
||clickmyads.info^$third-party
||clicknano.com^$third-party
||clicknerd.com^$third-party
||clickopop1000.com^$third-party
||clickosmedia.com^$third-party
||clickpartoffon.xyz^$third-party
||clickpoint.com^$third-party
||clickredirection.com^$third-party
||clicks2count.com^$third-party
||clicks4ads.com^$third-party
||clicksgear.com^$third-party
||clicksor.com^$third-party
||clicksor.net^$third-party
||clicksurvey.mobi^$third-party
||clickterra.net^$third-party
||clickthrucash.com^$third-party
||clicktripz.co^$third-party
||clicktripz.com^$third-party
||clickupto.com^$third-party
||clickwinks.com^$third-party
||clickxchange.com^$third-party
||clickzxc.com^$third-party
||clipurl.club^$third-party
||clixco.in^$third-party
||clixgalore.com^$third-party
||clixsense.com^$third-party
||clixtrac.com^$third-party
||clkdown.info^$third-party
||clkrev.com^
||clks003-glaze.online^$third-party
||clmbtech.com^$third-party
||clnk.me^$third-party
||closeveri.com^$third-party
||closeveri.info^$third-party
||clotezar.com^$third-party
||clothiquet.info^$third-party
||cloudflare.solutions^$third-party
||cloudiiv.com^$third-party
||cloudioo.net^$third-party
||cloudset.xyz^$third-party
||clrstm.com^$third-party
||cltomedia.info^$third-party
||clz3.net^$third-party
||cmbestsrv.com^$third-party
||cmfads.com^$third-party
||cmllk1.info^$third-party
||cnt.my^$third-party
||cntdy.mobi^$third-party
||coadvertise.com^$third-party
||coagricu.net^$third-party
||codefund.app^$third-party
||codefund.io^$third-party
||codeonclick.com^$third-party
||codezap.com^$third-party
||codigobarras.net^$third-party
||coedmediagroup.com^$third-party
||cogocast.net^$third-party
||cogsdigital.com^$third-party
||coguan.com^$third-party
||coinad.com^$third-party
||coinadvert.net^$third-party
||coinmedia.co^$third-party
||coinsicmp.com^$third-party
||cointraffic.in^$third-party
||cointraffic.io^$third-party
||coinzilla.io^$third-party
||colleable.info^$third-party
||collection-day.com^$third-party
||colledin.com^$third-party
||colliersads.com^$third-party
||com-wkejf32ljd23409system.net^$third-party
||combotag.com^$third-party
||comclick.com^$third-party
||comeadvertisewithus.com^$third-party
||commercialvalue.org^$third-party
||commission-junction.com^$third-party
||commission.bz^$third-party
||commissionfactory.com.au^$third-party
||commissionlounge.com^$third-party
||commissionmonster.com^$third-party
||commodates.info^$third-party
||completecarrd.com^$third-party
||complive.link^$third-party
||comscore.com^$third-party
||concert.io^$~subdocument,third-party
||conduit-banners.com^$third-party
||conduit-services.com^$third-party
||conferentse.com^$third-party
||connectad.io^$third-party
||connectedads.net^$third-party
||connectignite.com^$third-party
||connectionads.com^$third-party
||connexity.net^$third-party
||connexplace.com^$third-party
||connextra.com^$third-party
||consivenu.com^$third-party
||construment.com^$third-party
||consumable.com^$third-party
||consumergenepool.com^$third-party
||contadd.com^$third-party
||contaxe.com^$third-party
||content-ad.net^$third-party
||content-cooperation.com^$third-party
||contentclick.co.uk^$third-party
||contentdigital.info^$third-party
||contentjs.com^$third-party
||contenture.com^$third-party
||contentwidgets.net^$third-party
||contexlink.se^$third-party
||contextads.net^$third-party
||contextuads.com^$third-party
||contextweb.com^$third-party
||contribusourcesyndication.com^$third-party
||contried.com^$third-party
||controllis.info^$third-party
||convrse.media^$third-party
||conyak.com^$third-party
||coolerads.com^$third-party
||coollcloud.com^$third-party
||coolmirage.com^$third-party
||coolsite.club^$third-party
||coolyeti.info^$third-party
||cootewie.com^$third-party
||coothupu.net^$third-party
||copacet.com^$third-party
||cor-natty.com^$third-party
||coretarget.co.uk^$third-party
||cornflip.com^$third-party
||corruptcy.com^$third-party
||corwrite.com^$third-party
||cosmjs.com^$third-party
||coull.com^$third-party
||countante.info^$third-party
||coupon2buy.com^$third-party
||covertarget.com^*_*.php
||cpabeyond.com^$third-party
||cpaclicks.com^$third-party
||cpaclickz.com^$third-party
||cpagrip.com^$third-party
||cpalead.com^$third-party
||cpalock.com^$third-party
||cpamatik.com^$third-party
||cpanuk.com^$third-party
||cpaway.com^$third-party
||cpays.com^$third-party
||cpcadnet.com^$third-party
||cpfclassifieds.com^$third-party
||cpm.biz^$third-party
||cpm10.com^$third-party
||cpmadvisors.com^$third-party
||cpmaffiliation.com^$third-party
||cpmleader.com^$third-party
||cpmmedia.net^$third-party
||cpmrocket.com^$third-party
||cpmtree.com^$third-party
||cpuim.com^$third-party
||cpulaptop.com^$third-party
||cpvads.com^$third-party
||cpvadvertise.com^$third-party
||cpvmarketplace.info^$third-party
||cpvtgt.com^$third-party
||cpx24.com^$third-party
||cpxadroit.com^$third-party
||cpxinteractive.com^$third-party
||crakmedia.com^$third-party
||crazyhell.com^$third-party
||crazylead.com^$third-party
||crazyvideosempire.com^$third-party
||creative-serving.com^$third-party
||creativecdn.com^$third-party
||creditcards15x.tk^$third-party
||creditcardsbest.club^$third-party
||crispads.com^$third-party
||crm4d.com^$third-party
||crocspaceoptimizer.com^$third-party
||croea.com^$third-party
||croissed.info^$third-party
||crossrider.com^$third-party
||crowdgatheradnetwork.com^$third-party
||crowdgravity.com^$third-party
||cruftexcision.xyz^$third-party
||cruiseworldinc.com^$third-party
||cryptoads.space^$third-party
||csklde.space^$third-party
||css-style-95.com^$third-party
||ctasnet.com^$third-party
||ctenetwork.com^$third-party
||ctm-media.com^$third-party
||ctnet2.in^$third-party
||ctrhub.com^$third-party
||ctrmanager.com^$third-party
||cubics.com^$third-party
||cuelinks.com^$third-party
||curancience.com^$third-party
||curredex.com^$third-party
||currentlyobsessed.me^$third-party
||curtaecompartilha.com^$third-party
||curtisfrierson.com^$third-party
||cutescale.online^$third-party
||cwkuki.com^$third-party
||cwtrackit.com^$third-party
||cxmedia.co^$third-party
||cybmas.com^$third-party
||cygnus.com^$third-party
||czasnaherbate.info^$third-party
||czechose.com^$third-party
||czilladx.com^$third-party
||d.adroll.com^$third-party
||d.ligatus.com^$third-party
||d.m3.net^$third-party
||d03x2011.com^$third-party
||d0f85db8ee56f5c6.com^$third-party
||d1110e4.se^$third-party
||d2.ligatus.com^$third-party
||d2ship.com^$third-party
||d4fed03105c9f65b.com^$third-party
||d5zob5vm0r8li6khce5he5.com^$third-party
||da-ads.com^$third-party
||dadegid.ru^$third-party
||dai0eej.bid^$third-party
||daibusee.com^$third-party
||daitrff.info^$third-party
||danitabedtick.net^$third-party
||danzhallfes.com^$third-party
||dapper.net^$third-party
||darwarvid.com^$third-party
||das5ku9q.com^$third-party
||dashad.io^$third-party
||dashbida.com^$third-party
||dashboardad.net^$third-party
||dashgreen.online^$third-party
||data.adroll.com^$third-party
||datacratic-px.com^$third-party
||datawrkz.com^$third-party
||dating-banners.com^$third-party
||dating-service.net^$third-party
||datinggold.com^$third-party
||datumreact.com^$third-party
||daurifek.net^$third-party
||dazhantai.com^$third-party
||dbbsrv.com^$third-party
||dbclix.com^$third-party
||dc121677.com^$third-party
||dealcurrent.com^$third-party
||debrium-surbara.com^$third-party
||decenthat.com^$third-party
||decisionmark.com^$third-party
||decisionnews.com^$third-party
||decknetwork.net^$third-party
||dedicatedmedia.com^$third-party
||dedicatednetworks.com^$third-party
||deepintent.com^$third-party
||deepmetrix.com^$third-party
||defaultimg.com^$third-party
||defeatural.com^$third-party
||definitial.com^$third-party
||defpush.com^$third-party
||deguiste.com^$third-party
||dehardward.com^$third-party
||dehtale.ru^$third-party
||deletemer.online^$third-party
||deliberatelyvirtuallyshared.xyz^$third-party
||delivery45.com^$third-party
||delivery47.com^$third-party
||delivery49.com^$third-party
||delivery51.com^$third-party
||delnapb.com^$third-party
||deloplen.com^$third-party
||demand.supply^$third-party
||denis-pj0823031-491201b.com^$third-party
||deplayer.net^$third-party
||deployads.com^$third-party
||depresis.com^$third-party
||deriversal.com^$third-party
||derlatas.com^$third-party
||descapita.com^$third-party
||descrepush.com^$third-party
||descz.ovh^$third-party
||desipearl.com^$third-party
||destinationurl.com^$third-party
||detailtoothteam.com^$third-party
||dethao.com^$third-party
||detroposal.com^$third-party
||developermedia.com^$third-party
||deximedia.com^$third-party
||dexplatform.com^$third-party
||dfskgmrepts.com^$third-party
||dghgutalvz.com^$third-party
||dgmatix.com^$third-party
||dgmaustralia.com^$third-party
||dgmaxinteractive.com^$third-party
||dh2xbuwg.com^$third-party
||dhundora.com^$third-party
||dhuodal.com^$third-party
||diamondtraff.com^$third-party
||dianomi.com^$third-party
||dianomioffers.co.uk^$third-party
||digipathmedia.com^$third-party
||digitaladvertisingalliance.org^$third-party
||digitalthrottle.com^$third-party
||digitrevenue.com^$third-party
||dinclinx.com^$third-party
||dingrigoguter.pro^$third-party
||dinorslick.icu^$third-party
||dipads.net^$~image,third-party
||directaclick.com^$third-party
||directadvert.net^$third-party
||directclicksonly.com^$third-party
||directile.info^$third-party
||directile.net^$third-party
||directleads.com^$third-party
||directoral.info^$third-party
||directorym.com^$third-party
||directrev.com^$third-party
||directtrack.com^$third-party
||directtrk.com^$third-party
||disedet.info^$third-party
||dispop.com^$third-party
||disqusads.com^$third-party
||dissonbegant.info^$third-party
||distilled.ie^$third-party
||districtm.ca^$third-party
||ditincoriligh.pro^$third-party
||dj-updates.com^$third-party
||djfiln.com^$third-party
||djiboutdifficial.info^$third-party
||dk4ywix.com^$third-party
||dl-rms.com^$third-party
||dltags.com^$third-party
||dmu20vut.com^$third-party
||dnbizcdn.com^$third-party
||dntrck.com^$third-party
||dochase.com^$third-party
||document4u.info^$third-party
||doglickz.club^$third-party
||dollarade.com^$third-party
||dollarsponsor.com^$third-party
||dolphindispute.com^$third-party
||dom002.site^$third-party
||domainadvertising.com^$third-party
||domainbuyingservices.com^$third-party
||domainsponsor.com^$third-party
||dombeya.info^$third-party
||domdex.com^$third-party
||dominoad.com^$third-party
||dooc.info^$third-party
||doogleonduty.com^$third-party
||doomail.org^$third-party
||doomna.com^$third-party
||dopor.info^$third-party
||dorenga.com^$third-party
||doshaido.com^$third-party
||dotandad.com^$third-party
||dotandads.com^$third-party
||dotnxdomain.net^$third-party
||dotomi.com^$third-party
||double.net^$third-party
||doubleclick.com^$third-party
||doubleclick.net/*/ch_news.com/$third-party
||doubleclick.net/*/pfadx/lin.$third-party
||doubleclick.net/ad/$third-party
||doubleclick.net/adi/$~object,third-party
||doubleclick.net/adj/$~object,third-party
||doubleclick.net/adj/*.collegehumor/sec=videos_originalcontent;$third-party
||doubleclick.net/adx/$~object,third-party
||doubleclick.net/adx/*.collegehumor/$third-party
||doubleclick.net/adx/*.NPR.MUSIC/$third-party
||doubleclick.net/adx/*.NPR/$third-party
||doubleclick.net/adx/*.ted/$third-party
||doubleclick.net/adx/CBS.$third-party
||doubleclick.net/adx/ibs.$third-party
||doubleclick.net/adx/tsg.$third-party
||doubleclick.net/adx/wn.loc.$third-party
||doubleclick.net/adx/wn.nat.$third-party
||doubleclick.net/crossdomain.xml$object,domain=abcnews.go.com
||doubleclick.net/N2/pfadx/video.*.wsj.com/$third-party
||doubleclick.net/N2/pfadx/video.allthingsd.com/$third-party
||doubleclick.net/N2/pfadx/video.marketwatch.com/
||doubleclick.net/N2/pfadx/video.wsj.com/$third-party
||doubleclick.net/N4117/pfadx/*.sbs.com.au/$third-party
||doubleclick.net/N5202/pfadx/cmn_livemixtapes/$third-party
||doubleclick.net/N5479/pfadx/ctv.$third-party
||doubleclick.net/N6088/pfadx/ssp.kshb/$third-party
||doubleclick.net/N6872/pfadx/shaw.mylifetimetv.ca/$third-party
||doubleclick.net/pfadx/*.ABC.com/$third-party
||doubleclick.net/pfadx/*.BLIPTV/$third-party
||doubleclick.net/pfadx/*.ESPN/$third-party
||doubleclick.net/pfadx/*.MCNONLINE/$third-party
||doubleclick.net/pfadx/*.MTV-Viacom/$third-party
||doubleclick.net/pfadx/*.mtvi$third-party
||doubleclick.net/pfadx/*.muzu/$third-party
||doubleclick.net/pfadx/*.nbc.com/$third-party
||doubleclick.net/pfadx/*.NBCUNI.COM/$third-party
||doubleclick.net/pfadx/*.NBCUNIVERSAL-CNBC/$third-party
||doubleclick.net/pfadx/*.NBCUNIVERSAL/$third-party
||doubleclick.net/pfadx/*.reuters/$third-party
||doubleclick.net/pfadx/*.sevenload.com_$third-party
||doubleclick.net/pfadx/*.VIACOMINTERNATIONAL/$third-party
||doubleclick.net/pfadx/*.WALTDISNEYINTERNETGROU/$third-party
||doubleclick.net/pfadx/*/kidstv/$third-party
||doubleclick.net/pfadx/*adcat=$third-party
||doubleclick.net/pfadx/*CBSINTERACTIVE/$third-party
||doubleclick.net/pfadx/aetn.aetv.shows/$third-party
||doubleclick.net/pfadx/belo.king5.pre/$third-party
||doubleclick.net/pfadx/bet.com/$third-party
||doubleclick.net/pfadx/blp.video/midroll$third-party
||doubleclick.net/pfadx/bzj.bizjournals/$third-party
||doubleclick.net/pfadx/cblvsn.nwsd.videogallery/$third-party
||doubleclick.net/pfadx/CBS.$third-party
||doubleclick.net/pfadx/ccr.$third-party
||doubleclick.net/pfadx/comedycentral.$third-party
||doubleclick.net/pfadx/csn.$third-party
||doubleclick.net/pfadx/ctv.ctvwatch.ca/$third-party
||doubleclick.net/pfadx/ctv.muchmusic.com/$third-party
||doubleclick.net/pfadx/ctv.spacecast/$third-party
||doubleclick.net/pfadx/ddm.ksl/$third-party
||doubleclick.net/pfadx/gn.movieweb.com/$third-party
||doubleclick.net/pfadx/intl.sps.com/$third-party
||doubleclick.net/pfadx/ltv.wtvr.video/$third-party
||doubleclick.net/pfadx/mc.channelnewsasia.com^$third-party
||doubleclick.net/pfadx/miniclip.midvideo/$third-party
||doubleclick.net/pfadx/miniclip.prevideo/$third-party
||doubleclick.net/pfadx/muzumain/$third-party
||doubleclick.net/pfadx/muzuoffsite/$third-party
||doubleclick.net/pfadx/nbcu.nbc/$third-party
||doubleclick.net/pfadx/nbcu.nhl.$third-party
||doubleclick.net/pfadx/nbcu.nhl/$third-party
||doubleclick.net/pfadx/ndm.tcm/$third-party
||doubleclick.net/pfadx/nfl.$third-party
||doubleclick.net/pfadx/ng.videoplayer/$third-party
||doubleclick.net/pfadx/ssp.kgtv/$third-party
||doubleclick.net/pfadx/storm.no/$third-party
||doubleclick.net/pfadx/sugar.poptv/$third-party
||doubleclick.net/pfadx/tmg.telegraph.$third-party
||doubleclick.net/pfadx/tmz.video.wb.dart/$third-party
||doubleclick.net/pfadx/trb.$third-party
||doubleclick.net/pfadx/ugo.gv.1up/$third-party
||doubleclick.net/pfadx/video.marketwatch.com/$third-party
||doubleclick.net/pfadx/video.wsj.com/$third-party
||doubleclick.net/pfadx/www.tv3.co.nz$third-party
||doubleclick.net/xbbe/creative/vast?
||doubleclick.net^$third-party,domain=92q.com|abc-7.com|addictinggames.com|allbusiness.com|bizjournals.com|bloomberg.com|bnn.ca|boom92houston.com|boom945.com|boomphilly.com|break.com|cbc.ca|cbs19.tv|cbs3springfield.com|cbslocal.com|complex.com|dailymail.co.uk|darkhorizons.com|doubleviking.com|edmunds.com|euronews.com|extratv.com|fandango.com|fox19.com|fox5vegas.com|gorillanation.com|hawaiinewsnow.com|hellobeautiful.com|hiphopnc.com|hot1041stl.com|hothiphopdetroit.com|hotspotatl.com|hulu.com|imdb.com|indiatimes.com|indyhiphop.com|ipowerrichmond.com|joblo.com|kcra.com|kctv5.com|ketv.com|koat.com|koco.com|kolotv.com|kpho.com|kptv.com|ksat.com|ksbw.com|ksfy.com|ksl.com|kypost.com|kysdc.com|live5news.com|livestation.com|livestream.com|metro.us|metronews.ca|miamiherald.com|my9nj.com|myboom1029.com|mycolumbuspower.com|nbcrightnow.com|neatorama.com|necn.com|neopets.com|news.com.au|news4jax.com|newshub.co.nz|newsone.com|nintendoeverything.com|oldschoolcincy.com|pagesuite-professional.co.uk|pandora.com|play.it|player.theplatform.com|radio.com|radionowindy.com|rottentomatoes.com|sbsun.com|shacknews.com|sk-gaming.com|ted.com|thebeatdfw.com|theboxhouston.com|theglobeandmail.com|tv2.no|ustream.tv|wapt.com|washingtonpost.com|wate.com|wbaltv.com|wcvb.com|wdrb.com|wdsu.com|wflx.com|wfmz.com|wfsb.com|wgal.com|whdh.com|wired.com|wisn.com|wiznation.com|wlky.com|wlns.com|wlwt.com|wmur.com|wnem.com|wowt.com|wral.com|wsj.com|wsmv.com|wsvn.com|wtae.com|wthr.com|wxii12.com|wyff4.com|yahoo.com|youtube-nocookie.com|youtube.com|zhiphopcleveland.com
||doubleclick.net^*/ad/$~object,third-party
||doubleclick.net^*/adi/$~object,third-party
||doubleclick.net^*/adj/$~object,third-party
||doubleclick.net^*/pfadx/ccr.newyork.$third-party
||doubleclick.net^*/pfadx/cmn_complextv/$third-party
||doubleclick.net^*/pfadx/com.ytpwatch.$third-party
||doubleclick.net^*/pfadx/embed.ytpwatch.$third-party
||doubleclick.net^*/pfadx/ibs.orl.news/$third-party
||doubleclick.net^*/pfadx/muzumain/$third-party
||doubleclick.net^*/pfadx/ssp.wews/$third-party
||doubleclick.net^*/pfadx/team.car/$third-party
||doubleclick.net^*/pfadx/team.dal/$third-party
||doubleclick.net^*/pfadx/team.sd/$third-party
||doubleclick.net^*;afv_flvurl=http://cdn.c.ooyala.com/$third-party
||doubleclickbygoogle.com^$third-party
||doubleclicks.me^$third-party
||doublemax.net^$third-party
||doublepimp.com^$third-party
||doublerads.com^$third-party
||doublerecall.com^$third-party
||doubleverify.com^$third-party
||dowages.com^$third-party
||down1oads.com^$third-party
||downloadboutique.com^$third-party
||downloatransfer.com^$third-party
||downlossinen.info^$third-party
||downsonglyrics.com^$third-party
||dp25.kr^$third-party
||dpbolvw.net/image-$third-party
||dpbolvw.net/placeholder-$third-party
||dpmsrv.com^$third-party
||dpsrexor.com^$third-party
||dpstack.com^$third-party
||dpypzvjarj.com^$third-party
||dramatical.online^$third-party
||dreamaquarium.com^$third-party
||dreamsearch.or.kr^$third-party
||dreyeli.info^$third-party
||drnxs.com^$third-party
||drowadri.racing^$third-party
||drowle.com^$third-party
||dsero.net^$third-party
||dsnextgen.com^$third-party
||dsnr-affiliates.com^$third-party
||dstillery.com^$third-party
||dsultra.com^$third-party
||dt00.net^$third-party,domain=~marketgid.com|~marketgid.ru|~marketgid.ua|~mgid.com|~thechive.com
||dt07.net^$third-party,domain=~marketgid.com|~marketgid.ru|~marketgid.ua|~mgid.com|~thechive.com
||dtmpub.com^$third-party
||dtzads.com^$third-party
||dualmarket.info^$third-party
||dubshub.com^$third-party
||dudelsa.com^$third-party
||duetads.com^$third-party
||duggiads.com^$third-party
||dumedia.ru^$third-party
||duncanny.com^$third-party
||durnowar.com^$third-party
||durokuro.com^$third-party
||durtz.com^$third-party
||dvaminusodin.net^$third-party
||dveribo.ru^$third-party
||dyino.com^$third-party
||dynad.net^$third-party
||dynamicdn.com^$third-party
||dynamicoxygen.com^$third-party
||dynamitedata.com^$third-party
||dynpaa.com^$third-party
||e-find.co^$third-party
||e-generator.com^$third-party
||e-planning.net^$third-party
||e-viral.com^$third-party
||e1vfx3si1l.com^$third-party
||e2ertt.com^$third-party
||e2yth.tv^$third-party
||e65ew88.com^$third-party
||e9mlrvy1.com^$third-party
||eads-adserving.com^$third-party
||eads.to^$third-party
||earnify.com^$third-party
||easy-adserver.com^$third-party
||easyad.com^$third-party
||easydownload4you.com^$third-party
||easyflirt-partners.biz^$third-party
||easyhits4u.com^$third-party
||easyinline.com^$third-party
||easylist.club^$third-party
||eazyleads.com^$third-party
||ebannertraffic.com^$third-party
||ebayclassifiedsgroup.com^$third-party
||ebayobjects.com.au^$third-party
||ebayobjects.com^$third-party
||ebdr3.com^$third-party
||eblastengine.com^$third-party
||eboundservices.com^$third-party
||ebuzzing.com^$third-party
||ebz.io^$third-party
||eca1d7792ad5de43.com^$third-party
||ecdglplsmzxcergaqx.com^$third-party
||eclick.vn^$third-party
||econsideepofle.info^$third-party
||ecpmrocks.com^$third-party
||edchargina.pro^$third-party
||edgeads.org^$third-party
||edgevertise.com^$third-party
||ednplus.com^$third-party
||edomz.net^$third-party
||eedr.org^$third-party
||effectivemeasure.net^$third-party
||egamingonline.com^$third-party
||ejoonsoo.net^$third-party
||ek8k5dst5c.com^$third-party
||ekansovi.com^$third-party
||ekmas.com^$third-party
||ekoatchooze.com^$third-party
||ektezis.ru^$third-party
||elanatality.info^$third-party
||elasticad.net^$third-party
||electnext.com^$third-party
||electosake.com^$third-party
||elefantsearch.com^$third-party
||elvate.net^$third-party
||elwraek.xyz^$third-party
||ematicsolutions.com^$third-party
||emberads.com^$third-party
||embraceablemidpointcinnabar.com^$third-party
||emediate.ch^$third-party
||emediate.dk^$third-party
||emediate.eu^$third-party
||emediate.se^$third-party
||emkarto.fun^$third-party
||empiremoney.com^$third-party
||employers-freshly.org^$third-party
||emptyspaceads.com^$third-party
||emsservice.de^$third-party
||encruses.com^$third-party
||engineseeker.com^$third-party
||enlarget.com^$third-party
||enlnks.com^$third-party
||enmisindingat.info^$third-party
||enoughts.info^$third-party
||enterads.com^$third-party
||entrecard.com^$third-party
||entrecard.s3.amazonaws.com^$third-party
||eosads.com^$third-party
||ep7kpqn8.online^$third-party
||epicgameads.com^$third-party
||epital.gdn^$third-party
||epnredirect.ru^$third-party
||eptord.com^$third-party
||eptum.com^$third-party
||epu.sh^$third-party
||eqads.com^$third-party
||erado.org^$third-party
||erberos.xyz^$third-party
||erendri.com^$third-party
||ergerww.net^$third-party
||ergodob.ru^$third-party
||ergoledo.com^$third-party
||ero-advertising.com^$third-party
||eroterest.net^$third-party
||erovation.com^$third-party
||erovinmo.com^$third-party
||escalatenetwork.com^$third-party
||escale.to^$third-party
||escokuro.com^$third-party
||escottish.com^$third-party
||eseecmoa.com^$third-party
||especifican.com^$third-party
||essayads.com^$third-party
||essaycoupons.com^$third-party
||estantiale.com^$third-party
||estorest.com^$third-party
||et-code.ru^$third-party
||etah6wu.top^$third-party
||etargetnet.com^$third-party
||etcodes.com^$third-party
||etgdta.com^$third-party
||etmanly.ru^$third-party
||etology.com^$third-party
||etrevro.com^$third-party
||eurew.com^$third-party
||euroclick.com^$third-party
||europacash.com^$third-party
||euros4click.de^$third-party
||euym8eel.club^$third-party
||euz.net^$third-party
||evantative.top^$third-party
||evewrite.net^$third-party
||eviderable.com^$third-party
||evolvemediallc.com^$third-party
||evolvenation.com^$third-party
||exactdrive.com^$third-party
||excellenceads.com^$third-party
||exchange4media.com^$third-party
||exdynsrv.com^$third-party
||exerciale.com^$third-party
||exitexplosion.com^$third-party
||exitjunction.com^$third-party
||exoclsodaqs.com^$third-party
||exoneratedresignation.info^$third-party
||exosrv.com^$third-party
||expebtu.com^$third-party
||explainidentifycoding.info^$third-party
||expocrack.com^$third-party
||expogrim.com^$third-party
||exponential.com^$third-party
||expresided.info^$third-party
||expresswebtraffic.com^$third-party
||extend.tv^$third-party
||extra33.com^$third-party
||eyere.com^$third-party
||eyereturn.com^$third-party
||eyeviewads.com^$third-party
||eyewond.hs.llnwd.net^$third-party
||eyewonder.com^$third-party
||ezadserver.net^$third-party
||ezmob.com^$third-party
||ezoic.net^$third-party
||ezojs.com^$third-party
||f-4560.com^$third-party
||f3c1cc473b337ded.com^$third-party
||f5v1x3kgv5.com^$third-party
||f7oddtr.com^$third-party
||fabrkrup.com^$third-party
||facebooker.top^$third-party
||faggrim.com^$third-party
||faidoud.com^$third-party
||fail24h.com^$third-party
||fairadsnetwork.com^$third-party
||falkag.net^$third-party
||falthouse.info^$third-party
||fandelcot.com^$third-party
||far-far-star.com^$third-party
||fardan.pw^$third-party
||fast2earn.com^$third-party
||fastapi.net^$third-party
||fastates.net^$third-party
||fastclick.net^$third-party
||fasttracktech.biz^$third-party
||fathern.info^$third-party
||fb-plus.com^$third-party
||fbcdn2.com^$third-party
||fbgdc.com^$third-party
||fbsvu.com^$third-party
||fd9523b31ff93b5c.com^$third-party
||fdf4.com^$third-party
||fearer.info^$third-party
||fearfulflag.com^$third-party
||featence.com^$third-party
||feature.fm^$third-party
||featuredusers.com^$third-party
||featurelink.com^$third-party
||feed-ads.com^$third-party
||feedgist.com^$third-party
||feesocrald.com^$third-party
||feljack.com^$third-party
||fenixm.com^$third-party
||ferrellis.com^$third-party
||fessoovy.com^$third-party
||fethungi.com^$third-party
||feybu.work^$third-party
||fg09t.com^$third-party
||fiberpairjo.link^$third-party
||fidel.to^$third-party
||filadmir.site^$third-party
||filetarget.com^$third-party
||filetarget.net^$third-party
||filtermomosearch.com^$third-party
||fimserve.com^$third-party
||finalanypar.link^$third-party
||financenews.pw^$third-party
||fincastavancessetti.info^$third-party
||find-abc.com^$third-party
||find-cheap-hotels.org^$third-party
||find-my-great-life.com^$third-party
||findbestsolution.net^$third-party
||findbetterresults.com^$third-party
||findepended.com^$third-party
||findsthat.com^$third-party
||findswiftresults.com^$third-party
||finverty.info^$third-party
||firaxtech.com^$third-party
||firefeeder.com^$third-party
||firegetbook.com^$third-party
||firegetbook4u.biz^$third-party
||firegob.com^$third-party
||firmharborlinked.com^$third-party
||first-rate.com^$third-party
||firstadsolution.com^$third-party
||firstimpression.io^$third-party
||firstlightera.com^$third-party
||fisari.com^$third-party
||fiv2yl8dct.com^$third-party
||fixionmedia.com^$third-party
||fixpass.net^$third-party
||fl-ads.com^$third-party
||flagads.net^$third-party
||flappybadger.net^$third-party
||flappyhamster.net^$third-party
||flappysquid.net^$third-party
||flashclicks.com^$third-party
||flexlinks.com^$third-party
||fliionos.co.uk^$third-party
||flipp.com^$third-party
||flite.com^$third-party
||flixlnk.top^$third-party
||fllwert.net^$third-party
||flodonas.com^$third-party
||flomigo.com^$third-party
||fluidads.co^$third-party
||flurryconakrychamfer.info^$third-party
||fluxads.com^$third-party
||fluxybe.work^$third-party
||flymyads.com^$third-party
||flytomars.online^$third-party
||fmkfzc.com^$third-party
||fmpub.net^$third-party
||fmsads.com^$third-party
||fnro4yu0.loan^$third-party
||focalex.com^$third-party
||focre.info^$third-party
||focusego.info^$third-party
||fogzyads.com^$third-party
||follofop.com^$third-party
||foloatoo.com^$third-party
||foocheeb.net^$third-party
||foodieblogroll.com^$third-party
||foonad.com^$third-party
||footar.com^$third-party
||footerslideupad.com^$third-party
||footnote.com^$third-party
||forced-lose.de^$third-party
||forcepprofile.com^$third-party
||forex-affiliate.com^$third-party
||forex-affiliate.net^$third-party
||forexprostools.com^$third-party
||forexyard.com^$third-party
||forifiha.com^$third-party
||forpyke.com^$third-party
||forrestersurveys.com^$third-party
||fortpush.com^$third-party
||forwrdnow.com^$third-party
||foundayu.com^$third-party
||fourmtagservices.com^$third-party
||fphnwvkp.info^$third-party
||frameptp.com^$third-party
||free-domain.net^$third-party
||freebannerswap.co.uk^$third-party
||freebiesurveys.com^$third-party
||freecouponbiz.com^$third-party
||freedownloadsoft.net^$third-party
||freegamespub.com^$third-party
||freepaidsurveyz.com^$third-party
||freerotator.com^$third-party
||freeskreen.com^$third-party
||freesoftwarelive.com^$third-party
||freestar.io^$third-party
||fresh8.co^$third-party
||fridrici.info^$third-party
||friendlyduck.com^$third-party
||friesmeasureretain.info^$third-party
||frolnk.com^$third-party
||fromfriendswithlove.com^$third-party
||fruitkings.com^$third-party
||ftjcfx.com^$third-party
||ftv-publicite.fr^$third-party
||fulltraffic.net^$third-party
||fungoiddempseyimpasse.info^$third-party
||fungus.online^$third-party
||funklicks.com^$third-party
||funnel-me.com^$third-party
||funtikapa.info^$third-party
||furginator.pw^$third-party
||furtherescottom.info^$third-party
||fusionads.net^$third-party
||futsoksu.com^$third-party
||future-hawk-content.co.uk^$third-party
||futureresiduals.com^$third-party
||futureus.com^$third-party
||fvwlzsm3tt921krvoq6.pro^$third-party
||fwbntw.com^$third-party
||fwmrm.net^$~object,third-party
||fxdepo.com^$third-party
||fxyc0dwa.com^$third-party
||fyredet.xyz^$third-party
||g-cash.biz^$third-party
||g.doubleclick.net^$third-party
||g17media.com^$third-party
||g22rbb7.com^$third-party
||g27zkdvsxl.com^$third-party
||g3j2wzmon8b.com^$third-party
||g4whisperermedia.com^$third-party
||gagacon.com^$third-party
||gagenez.com^$third-party
||gainmoneyfast.com^$third-party
||galleyn.com^$third-party
||gambling-affiliation.com^$third-party
||game-advertising-online.com^$third-party
||game-clicks.com^$third-party
||gameads.com^$third-party
||gamecetera.com^$third-party
||gamehotus.com^$third-party
||gamersad.com^$third-party
||gamersbanner.com^$third-party
||gamesbannerexchange.com^$third-party
||gamesrevenue.com^$third-party
||gamsano.info^$third-party
||gan.doubleclick.net^$third-party
||gandrad.org^$third-party
||gannett.gcion.com^$third-party
||garristo.com^$third-party
||garrogy.info^$third-party
||garvmedia.com^$third-party
||gate-ru.com^$third-party
||gatikus.com^$third-party
||gatorleads.co.uk^$third-party
||gayadnetwork.com^$third-party
||gazati.com^$third-party
||gbkfkofgks.com^$third-party
||gbkfkofgmks.com^$third-party
||gcomrarlta.com^$third-party
||gctwh9xc.site^$third-party
||gdmdigital.com^$third-party
||geede.info^$third-party
||geek2us.net^$third-party
||gefhasio.com^$third-party
||geld-internet-verdienen.net^$third-party
||gemineering.com^$third-party
||genericlink.com^$third-party
||genericsteps.com^$third-party
||generinge.info^$third-party
||genesismedia.com^$third-party
||geniad.net^$third-party
||genieessp.com^$third-party
||geniusbanners.com^$third-party
||geniusdisplay.com^$third-party
||geniusonclick.com^$third-party
||genotba.online^$third-party
||genovesetacet.com^$third-party
||genusaceracousticophobia.com^$third-party
||geo-idm.fr^$third-party
||geoipads.com^$third-party
||geophrenia.com^$third-party
||geopromos.com^$third-party
||geovisite.com^$third-party
||germarked.info^$third-party
||gestionpub.com^$third-party
||get.com^$third-party
||getalinkandshare.com^$third-party
||getcontent.net^$third-party
||getfuneta.info^$third-party
||getgamers.eu^$third-party
||getgscfree.com^$third-party
||getmyfreetraffic.com^$third-party
||getmyimg.online^$third-party
||getoptad360.com^$third-party
||getpopunder.com^$third-party
||gets-web.space^$third-party
||getscorecash.com^$third-party
||getscriptjs.com^$third-party
||getthislistbuildingvideo.biz^$third-party
||gettipsz.info^$third-party
||getxml.org^$third-party
||ggncpm.com^$third-party
||giantaffiliates.com^$third-party
||gigamega.su^$third-party
||gimiclub.com^$third-party
||gitcdn.pw^$third-party
||gitcdn.site^$third-party
||gitload.site^$third-party
||giu9aab.bid^$third-party
||givemeburg3r.com^$third-party
||gklmedia.com^$third-party
||glaimtug.com^$third-party
||glaswall.online^$third-party
||gleaminist.com^$third-party
||gleaminist.info^$third-party
||glical.com^$third-party
||gliese-682c.com^$third-party
||global-success-club.net^$third-party
||globaladmedia.com^$third-party
||globaladsales.com^$third-party
||globaladv.net^$third-party
||globalinteractive.com^$third-party
||globalsuccessclub.com^$third-party
||globaltakeoff.net^$third-party
||globaltraffico.com^$third-party
||globwo.online^$third-party
||glodrips.com^$third-party
||glowdot.com^$third-party
||glumtitu.net^$third-party
||gmads.net^$third-party
||go2affise.com^$third-party
||go2jump.org^$third-party
||go2media.org^$third-party
||go2speed.org^$third-party
||goclickon.us^$third-party
||godspeaks.net^$third-party
||goember.com^$third-party
||gogoplexer.com^$third-party
||gogvo.com^$third-party
||gojoingscnow.com^$third-party
||gold-file.com^$third-party
||gold-good4u.com^$third-party
||gomnlt.com^$third-party
||gonomy.info^$third-party
||goodadvert.ru^$third-party
||goodadvertising.info^$third-party
||goodluckblockingthis.com^$third-party
||goodtag.it^$third-party
||googleadservicepixel.com^$third-party
||googlesyndicatiion.com^$third-party
||googletagservices.com/tag/js/gpt_$third-party
||googletagservices.com/tag/static/$third-party
||goraps.com^$third-party
||gorgonkil.com^$third-party
||gortags.com^$third-party
||gotagy.com^$third-party
||gourmetads.com^$third-party
||governmenttrainingexchange.com^$third-party
||goviral-content.com^$third-party
||goviral.hs.llnwd.net^$third-party
||gpacalculatorhighschoolfree.com^$third-party
||gpsecureads.com^$third-party
||grabmyads.com^$third-party
||grabo.bg^$third-party
||graciamediaweb.com^$third-party
||grafpedia.com^$third-party
||granodiorite.com^$third-party
||grapeshot.co.uk^$third-party
||gratisnetwork.com^$third-party
||greatedr.com^$third-party
||greedseed.world^$third-party
||green-red.com^$third-party
||greenads.org^$third-party
||greenlabelppc.com^$third-party
||greerlies.pro^$third-party
||grenstia.com^$third-party
||gresokie.com^$third-party
||gretzalz.com^$third-party
||gripdownload.co^$third-party
||grllopa.com^$third-party
||grmtas.com^$third-party
||groovinads.com^$third-party
||groupcommerce.com^$third-party
||grt02.com^$third-party
||grt03.com^$third-party
||grumpyadzen.com^$third-party
||gscontxt.net^$third-party
||gscsystemwithdarren.com^$third-party
||guardiandigitalcomparison.co.uk^$third-party
||guitaralliance.com^$third-party
||gumgum.com^$third-party
||gunpartners.com^$third-party
||gururevenue.com^$third-party
||gvt2.com^$third-party
||gwallet.com^$third-party
||gx101.com^$third-party
||gynax.com^$third-party
||h-bid.com^$third-party
||h-images.net^$third-party
||h12-media.com^$third-party
||h6y654wgfdhd.com^$third-party
||h8vzwpv.com^$third-party
||hackesie.net^$third-party
||haggilder.com^$third-party
||hagoit.com^$third-party
||halfpriceozarks.com^$third-party
||hallucius.com^$third-party
||halogennetwork.com^$third-party
||halpeperglagedokkei.info^$third-party
||hanaprop.com^$third-party
||hanlowu.info^$third-party
||hantinlethemsed.info^$third-party
||happilyswitching.net^$third-party
||haprjb.com^$third-party
||harrenmedianetwork.com^$third-party
||hasingham.com^$third-party
||hatagashira.com^$third-party
||hausly.info^$third-party
||havamedia.net^$third-party
||havetohave.com^$third-party
||havinates.com^$third-party
||hb-247.com^$third-party
||hd-plugin.com^$third-party
||hd149026b.com^$third-party
||hdpass.club^$third-party
||hdpass.info^$third-party
||hdpass.link^$third-party
||hdplayer-download.com^$third-party
||hdplayer.li^$third-party
||hdvid-codecs-dl.net^$third-party
||hdvidcodecs.com^$third-party
||header.tech^$third-party
||headlinesnetwork.com^$third-party
||headup.com^$third-party
||healthaffiliatesnetwork.com^$third-party
||healthcarestars.com^$third-party
||healthtrader.com^$third-party
||hebiichigo.com^$third-party
||heckhaphanofres.info^$third-party
||hedtgodingsincy.info^$third-party
||hegreeks.com^$third-party
||helingoneheckhes.pro^$third-party
||helloreverb.com^$third-party
||helotero.com^$third-party,domain=~streamcloud.eu
||hentaifap.land^$third-party
||hepsandminawas.pro^$third-party
||heravda.com^$third-party
||herocpm.com^$third-party
||herofandhist.info^$third-party
||hexagram.com^$third-party
||hgdat.com^$third-party
||hiadone.com^$third-party
||hijacksystem.com^$third-party
||himediads.com^$third-party
||himediadx.com^$third-party
||himselves.com^$third-party
||hipersushiads.com^$third-party
||hiplair.com^$third-party
||histians.com^$third-party
||histock.info^$third-party
||historest.com^$third-party
||hit-now.com^$third-party
||hitmarkerjobs.com^$third-party
||hitme.pw^$third-party
||hits.sys.lv^$third-party
||hitwastedgarden.com^$third-party
||hiug862dj0.com^$third-party
||hlads.com^$third-party
||hlmiq.com^$third-party
||hlserve.com^$third-party
||hlu9tseh.men^$third-party
||hmongcash.com^$third-party
||hnnp4ixxkl.com^$third-party
||hokaybo.com^$third-party
||hola-shopping.com^$third-party
||holdingprice.net^$third-party
||holexknw.loan^$third-party
||holidaytravelguide.org^$third-party
||honestlypopularvary.xyz^$third-party
||honouncil.com^$third-party
||hoo1luha.com^$third-party
||hoomefodl.com^$third-party
||hoomezip.biz^$third-party
||hooraico.com^$third-party
||hopfeed.com^$third-party
||hopinionse.com^$third-party
||horse-racing-affiliate-program.co.uk^$third-party
||horsered.com^$third-party
||horyzon-media.com^$third-party
||hosoojat.net^$third-party
||hostgit.net^$third-party
||hosticanaffiliate.com^$third-party
||hot-hits.us^$third-party
||hot-mob.com^$third-party
||hotelscombined.com.au^$third-party
||hotfeed.net^$third-party
||hotkeys.com^$third-party
||hotptp.com^$third-party
||hotwords.com.br^$third-party
||hotwords.com.mx^$third-party
||hotwords.com^$third-party
||houstion.com^$third-party
||hover.in^$third-party
||hoverr.co^$third-party
||hoverr.media^$third-party
||howevert.info^$third-party
||howtodoblog.com^$third-party
||hplose.de^$third-party
||hprofits.com^$third-party
||hrtyc.com^$third-party
||hsnoamgzlksidfliivb.com^$third-party
||hsslx.com^$third-party
||hstpnetwork.com^$third-party
||htl.bid^$third-party
||htlbid.com^$third-party
||htmlhubing.xyz^$third-party
||httpool.com^$third-party
||httpsecurity.org^$third-party
||hugeincome.cf^$third-party
||hulahooprect.com^$third-party
||huzonico.com^$third-party
||hype-ads.com^$third-party
||hypeads.org^$third-party
||hypemakers.net^$third-party
||hyperbanner.net^$third-party
||hyperboardupil.info^$third-party
||hyperlinksecure.com^$third-party
||hyperpromote.com^$third-party
||hypertrackeraff.com^$third-party
||hypervre.com^$third-party
||hyperwebads.com^$third-party
||hyphenatedion.com^$third-party
||i-media.co.nz^$third-party
||i.skimresources.com^$third-party
||iamediaserve.com^$third-party
||iasbetaffiliates.com^$third-party
||iasrv.com^$third-party
||ibannerexchange.com^$third-party
||ibatom.com^$third-party
||ibbyu85u.com^$third-party
||iberate.club^$third-party
||ibillboard.com^$third-party
||ibryte.com^$third-party
||icartory.info^$third-party
||icdirect.com^$third-party
||icqadvnew.com^$third-party
||idbhsgy.com^$third-party
||idealmedia.com^$third-party
||identads.com^$third-party
||idownloadgalore.com^$third-party
||idreammedia.com^$third-party
||ie8eamus.com^$third-party
||ieh1ook.bid^$third-party
||ifmnwi.club^$third-party
||iframe.mediaplazza.com^$third-party
||ifyoublockthisvideotoo.club^$third-party
||igameunion.com^$third-party
||igloohq.com^$third-party
||ignitioninstaller.com^$third-party
||ihookupdaily.com^$third-party
||ihosetch.com^$third-party
||iicheewi.com^$third-party
||ikzikistheking.com^$third-party
||im2ss2ss.top^$third-party
||imageadnet.com^$third-party
||imageadvantage.net^$third-party
||imagehostnetwork.com^$third-party
||imasdk.googleapis.com^$third-party
||imedia.co.il^$third-party
||imediaaudiences.com^$third-party
||imediarevenue.com^$third-party
||img-giganto.net^$third-party
||imgfeedget.com^$third-party
||imglt.com^$third-party
||imgsniper.com^$third-party
||imgtty.com^$third-party
||imgwebfeed.com^$third-party
||imho.ru^$third-party
||imiclk.com^$third-party
||imimtord.net^$third-party
||imitrk.com^$third-party
||imonomy.com^$third-party
||imp*.tradedoubler.com^$third-party
||impact-ad.jp^$third-party
||impactradius-go.com^$third-party
||impactradius.com^$third-party
||imperames.com^$third-party
||implix.com^$third-party
||impore.com^$third-party
||impresionesweb.com^$third-party
||impresix.com^$third-party
||impressionaffiliate.com^$third-party
||impressionaffiliate.mobi^$third-party
||impressioncontent.info^$third-party
||impressiondesk.com^$third-party
||impressionperformance.biz^$third-party
||impressionvalue.mobi^$third-party
||in-appadvertising.com^$third-party
||inadequal.com^$third-party
||incentaclick.com^$third-party
||inclk.com^$third-party
||incloak.com^$third-party
||includemodal.com^$third-party
||incogpontus.club^$third-party
||incomeliberation.com^$third-party
||increas.eu^$third-party
||increase-marketing.com^$third-party
||increaserev.com^$third-party
||indeterman.com^$third-party
||indexww.com^$third-party
||indiabanner.com^$third-party
||indiads.com^$third-party
||indianbannerexchange.com^$third-party
||indianlinkexchange.com^$third-party
||indicate.to^$third-party
||indieclick.com^$third-party
||indisancal.com^$third-party
||indofad.com^$third-party
||industrybrains.com^$third-party
||inentasky.com^$third-party
||inetinteractive.com^$third-party
||inewcontentdelivery.info^$third-party
||infectiousmedia.com^$third-party
||infinite-ads.com^$third-party
||infinityads.com^$third-party
||influads.com^$third-party
||info4.a7.org^$third-party
||infolinks.com^$third-party
||information-sale.com^$third-party
||infra-ad.com^$third-party
||ingame.ad^$third-party
||inktad.com^$third-party
||innity.com^$third-party
||innity.net^$third-party
||innovid.com^$third-party
||insideall.com^$third-party
||insightexpress.com^$third-party
||insightexpressai.com^$third-party
||insitepromotion.com^$third-party
||inskinad.com^$third-party
||inskinmedia.com^$~stylesheet,third-party
||inspiringsweater.xyz^$third-party
||insta-cash.net^$third-party
||installads.net^$third-party
||instancetour.info^$third-party
||instantbannercreator.com^$third-party
||instantclk.com^$third-party
||instantdollarz.com^$third-party
||instantly-ageless.net^$third-party
||instantresp.com^$third-party
||insticator.com^$third-party
||instinctiveads.com^$third-party
||instivate.com^$third-party
||instraffic.com^$third-party
||instreamvideo.ru^$third-party
||insulling.com^$third-party
||intangibleconcordant.com^$third-party
||integral-marketing.com^$third-party
||intellibanners.com^$third-party
||intellitxt.com^$third-party
||intenthq.com^$third-party
||intentmedia.net^$third-party
||interactivespot.net^$third-party
||interadv.net^$third-party
||interclick.com^$third-party
||interestably.com^$third-party
||interesting.cc^$third-party
||intergi.com^$third-party
||internetadbrokers.com^$third-party
||interpolls.com^$third-party
||interworksmedia.co.kr^$third-party
||intextad.net^$third-party
||intextdirect.com^$third-party
||intextscript.com^$third-party
||intextual.net^$third-party
||intgr.net^$third-party
||intimlife.net^$third-party
||intopicmedia.com^$third-party
||intrev.co^$third-party
||intrience.info^$third-party
||inttrax.com^$third-party
||intuneads.com^$third-party
||inuvo.com^$third-party
||inuxu.biz^$third-party
||inuxu.co.in^$third-party
||invernetter.info^$third-party
||investingchannel.com^$third-party
||inviziads.com^$third-party
||ip-adress.com^$third-party
||ipowercdn.com^$third-party
||ipredictive.com^$third-party
||iproblet.com^$third-party
||ipromote.com^$third-party
||ipsowrite.com^$third-party
||irtya.com^$third-party
||isapi.solutions^$third-party
||islationa.com^$third-party
||isohits.com^$third-party
||isparkmedia.com^$third-party
||istrawzh3.com^$third-party
||isubdom.com^$third-party
||isubdomains.com^$third-party
||it4oop7.bid^$third-party
||itempana.site^$third-party
||itrengia.com^$third-party
||iu16wmye.com^$third-party
||iu1xoe7o.com^$third-party
||iv.doubleclick.net^$third-party
||iwantmoar.net^$third-party
||iwantuonly.com^$third-party
||ixnp.com^$third-party
||iz319xlstbsqs34623cb.com^$third-party
||izeads.com^$third-party
||jacquarter.com^$third-party
||jadcenter.com^$third-party
||jango.com^$third-party
||jangonetwork.com^$third-party
||jarvinzo.com^$popup
||javacript.cf^$third-party
||javacript.ga^$third-party
||javacript.gq^$third-party
||javacript.ml^$third-party
||javacript.tk^$third-party
||jbrlsr.com^$third-party
||jcnqc.us^$third-party
||jdoqocy.com/image-$third-party
||jdoqocy.com/placeholder-$third-party
||jdproject.net^$third-party
||jdzw3frs.com^$third-party
||jeegopte.com^$third-party
||jeeh7eet.com^$third-party
||jeetyetmedia.com^$third-party
||jemmgroup.com^$third-party
||jettags.rocks^$third-party
||jewishcontentnetwork.com^$third-party
||jf2mn2ms.club^$third-party
||jfduv7.com^$third-party
||jfx61qca.site^$third-party
||jiawen88.com^$third-party
||jivox.com^$third-party
||jiwire.com^$third-party
||jizzontoy.com^$third-party
||jmp9.com^$third-party
||jmvnolvmspponhnyd6b.com^$third-party
||jo7cofh3.com^$third-party
||jobsyndicate.com^$third-party
||jobtarget.com^$third-party
||joytocash.com^$third-party
||jque.net^$third-party
||jqueryserve.com^$third-party
||jqueryserver.com^$third-party
||js.cdn.ac^$third-party
||jscloud.org^$third-party
||jscount.com^$third-party
||jsfeedadsget.com^$third-party
||jsfuz.com^$third-party
||jsmentry.com^$third-party
||jsmjmp.com^$third-party
||jsretra.com^$third-party
||jssearch.net^$third-party
||jtrakk.com^$third-party
||jubna.com^$third-party
||judicated.com^$third-party
||juiceadv.com^$third-party
||juiceadv.net^$third-party
||juicyads.com^$third-party
||jujuads.com^$third-party
||jujzh9va.com^$third-party
||jumboaffiliates.com^$third-party
||jumbolt.ru^$third-party
||jumpelead.com^$third-party
||jumptap.com^$third-party
||jungloconding.info^$third-party
||junioneruytew.info^$third-party
||jursp.com^$third-party
||justpremium.com^$third-party
||justrelevant.com^$third-party
||jwaavsze.com^$third-party
||jwplayer.space^$third-party
||jyvtidkx.com^$third-party
||k0z09okc.com^$third-party
||k9anf8bc.webcam^$third-party
||kaishist.top^$third-party
||kanoodle.com^$third-party
||kantarmedia.com^$third-party
||kargo.com^$third-party
||kaukoafa.net^$third-party
||kavanga.ru^$third-party
||keapeiros.xyz^$third-party
||keewurd.com^$third-party
||kehalim.com^$third-party
||kenduktur.com^$third-party
||kensyii.com^$third-party
||kerg.net^$third-party
||ketads.com^$third-party
||ketoo.com^$third-party
||keyrunmodel.com^$third-party
||keywordblocks.com^$third-party
||keywordlink.co.kr^$third-party
||keywordpop.com^$third-party
||keywordsconnect.com^$third-party
||kgidpryrz8u2v0rz37.com^$third-party
||khudagi.info^$third-party
||kikuzip.com^$third-party
||kinley.com^$third-party
||kintokup.com^$third-party
||kiosked.com^$third-party
||kip5j.com^$third-party
||kitnmedia.com^$third-party
||kjgh5o.com^$third-party
||klik1tn0w.club^$third-party
||klikadvertising.com^$third-party
||kliksaya.com^$third-party
||kliktrkr.com^$third-party
||klikvip.com^$third-party
||klipmart.com^$third-party
||klixfeed.com^$third-party
||kloapers.com^$third-party
||klonedaset.org^$third-party
||klubityd.online^$third-party
||kmnjdcrcfhu.com^$third-party
||knorex.asia^$third-party
||knowd.com^$third-party
||koapsooh.click^$third-party
||koinser.in^$third-party
||kolition.com^$third-party
||komego.work^$third-party
||komoona.com^$third-party
||kontextua.com^$third-party
||koocash.com^$third-party
||korexo.com^$third-party
||korrelate.net^$third-party
||kostprice.com^$third-party
||koten.zone^$third-party
||kovla.com^$third-party
||kqzyfj.com/image-$third-party
||kqzyfj.com/placeholder-$third-party
||kr3vinsx.com^$third-party
||krajiv.com^$third-party
||kromeleta.ru^$third-party
||ktcdn.xyz^$third-party
||kug-74.com^$third-party
||kumpulblogger.com^$third-party
||kurlipush.com^$third-party
||kzbiz.co^$third-party
||l3op.info^$third-party
||lacerta.space^$third-party
||ladbrokesaffiliates.com.au^$third-party
||ladsbrown.com^$third-party
||ladsinfo.com^$third-party
||laim.tv^$third-party
||lakequincy.com^$third-party
||lakidar.net^$third-party
||lamalama.top^$third-party
||landelcut.com^$third-party
||langosh.biz^$third-party
||lanistaconcepts.com^$third-party
||larentisol.com^$third-party
||large-format.net^$third-party
||largestable.com^$third-party
||larkbe.com^$third-party
||laserhairremovalstore.com^$third-party
||lashaucu.net^$third-party
||launchbit.com^$third-party
||launchers.network^$third-party
||lavetawhiting.com^$third-party
||laydcilck.com^$third-party
||layer-ad.org^$third-party
||layerloop.com^$third-party
||layerwelt.com^$third-party
||lazynerd.info^$third-party
||lbm1.com^$third-party
||lcl2adserver.com^$third-party
||lcwfab2.com^$third-party
||ld82ydd.com^$third-party
||ldgateway.com^$third-party
||lduhtrp.net^$third-party
||ldzqhq.biz^$third-party
||leadacceptor.com^$third-party
||leadad.mobi^$third-party
||leadadvert.info^$third-party
||leadbolt.net^$third-party
||leadcola.com^$third-party
||leaderpub.fr^$third-party
||leadmediapartners.com^$third-party
||leadzu.com^$third-party
||leaptrade.com^$third-party
||leetmedia.com^$third-party
||legisland.net^$third-party
||lemitsuz.net^$third-party
||leohd59.ru^$third-party
||less-css.site^$third-party
||lessonis.com^$third-party
||letadnew.com^$third-party
||letilyadothejob.com^$third-party
||letsgoshopping.tk^$third-party
||letuchiycorabl.com^$third-party
||letysheeps.ru^$third-party
||levisites.com^$third-party
||lexinget.info^$third-party
||lfstmedia.com^$third-party
||lgse.com^$third-party
||libertycdn.com^$third-party
||licantrum.com^$third-party
||lielmy.com^$third-party
||liftdna.com^$third-party
||ligadx.com^$third-party
||ligational.com^$third-party
||lightad.co.kr^$third-party
||lightningcast.net^$~object,third-party
||likecontrol.com^$third-party
||linformanceder.info^$third-party
||linicom.co.il^$third-party
||linicom.co.uk^$third-party
||linkbuddies.com^$third-party
||linkclicks.com^$third-party
||linkelevator.com^$third-party
||linkexchange.com^$third-party
||linkexchangers.net^$third-party
||linkforyoud.com^$third-party
||linkgrand.com^$third-party
||linkmads.com^$third-party
||linkoffers.net^$third-party
||linkreferral.com^$third-party
||links.io^$third-party
||links2revenue.com^$third-party
||linkshowoff.com^$third-party
||linksmart.com^$third-party
||linkstorm.net^$third-party
||linkwash.de^$third-party
||linkworth.com^$third-party
||linkybank.com^$third-party
||linkz.net^$third-party
||linoleictanzaniatitanic.com^$third-party
||lionsads.com^$third-party
||liqwid.net^$third-party
||listingcafe.com^$third-party
||liveadexchanger.com^$third-party
||liveadoptimizer.com^$third-party
||liveadserver.net^$third-party
||liveburst.com^$third-party
||liverail.com^$~object,third-party
||livesmarter.com^$third-party
||liveuniversenetwork.com^$third-party
||lkqd.net^$third-party
||llqd75c56i.com^$third-party
||lmsxuo.com^$third-party
||lndjj.com^$third-party
||loadercdn.com^$third-party
||loading-resource.com^$third-party
||local-chicks-here3.top^$third-party
||localadbuy.com^$third-party
||localedgemedia.com^$third-party
||localsearch24.co.uk^$third-party
||lockerdomecdn.com^$third-party
||lockhosts.com^$third-party
||lockscalecompare.com^$third-party
||locktdguw9.com^$third-party
||logo-net.co.uk^$third-party
||loldata.top^$third-party
||loodyas.com^$third-party
||lookit-quick.com^$third-party
||looksmart.com^$third-party
||looneyads.com^$third-party
||looneynetwork.com^$third-party
||loopmaze.com^$third-party
||loq-90.com^$third-party
||lose-ads.de^$third-party
||loseads.eu^$third-party
||losomy.com^$third-party
||lotteryaffiliates.com^$third-party
||lovacmar.click^$third-party
||love-banner.com^$third-party
||loxtk.com^$third-party
||lqcdn.com^$third-party
||lqw.me^$third-party
||ltassrv.com.s3.amazonaws.com^$third-party
||ltassrv.com/goads.swf
||ltassrv.com/serve/
||lucidmedia.com^$third-party
||lucklayed.info^$third-party
||luckypushh.com^$third-party
||lushcrush.com^$third-party
||luxadv.com^$third-party
||luxbetaffiliates.com.au^$third-party
||luxup.ru^$third-party
||luxup2.ru^$third-party
||luxupadva.com^$third-party
||luxupadvb.com^$third-party
||luxupcdna.com^$third-party
||luxupcdnb.com^$third-party
||luxupcdnc.com^$third-party
||lvgvax82bp.com^$third-party
||lx2rv.com^$third-party
||lzjl.com^$third-party
||m-shes.ru^$third-party
||m1.fwmrm.net^$object,third-party
||m10s8.com^$third-party
||m2.ai^$third-party
||m2pub.com^$third-party
||m30w.net^$third-party
||m32.media^$third-party
||m4clicks.com^$third-party
||m4pub.com^$third-party
||m57ku6sm.com^$third-party
||m5prod.net^$third-party
||m73lae5cpmgrv38.com^$third-party
||mabirol.com^$third-party
||machings.com^$third-party
||madadsmedia.com^$third-party
||madserving.com^$third-party
||madsone.com^$third-party
||magicalled.info^$third-party
||magnetisemedia.com^$third-party
||mahimeta.com^$third-party
||mailmarketingmachine.com^$third-party
||mainadv.com^$third-party
||mainroll.com^$third-party
||makecashtakingsurveys.biz^$third-party
||makemoneymakemoney.net^$third-party
||mallcss.com^$third-party
||mallsponsor.com^$third-party
||mamydirect.com^$third-party
||mangoads.net^$third-party
||mangoforex.com^$third-party
||marapcana.online^$third-party
||marbil24.co.za^$third-party
||marfeel.com^$third-party
||marginalwoodfernrounddance.com^$third-party
||marimedia.com^$third-party
||markboil.online^$third-party
||markergot.com^$third-party
||marketbanker.com^$third-party
||marketfly.net^$third-party
||marketgid.com^$third-party
||markethealth.com^$third-party
||marketingenhanced.com^$third-party
||marketleverage.com^$third-party
||marketnetwork.com^$third-party
||marketoring.com^$third-party
||marphezis.com^$third-party
||marsads.com^$third-party
||martiniadnetwork.com^$third-party
||masterads.org^$third-party
||masternal.com^$third-party
||mastertraffic.cn^$third-party
||masture.mobi^$third-party
||mathads.com^$third-party
||matiro.com^$third-party
||mattempte.info^$third-party
||maudau.com^$third-party
||maxcorpmedia.com^$third-party
||maxim.pub^$third-party
||maxonclick.com^$third-party
||maxserving.com^$third-party
||mb01.com^$third-party
||mb102.com^$third-party
||mb104.com^$third-party
||mb38.com^$third-party
||mb57.com^$third-party
||mbn.com.ua^$third-party
||mcdomainalot.com^$third-party
||mcdstorage.com^$third-party
||mdadvertising.net^$third-party
||mdadx.com^$third-party
||mdialog.com^$third-party
||mdn2015x1.com^$third-party
||mdn2015x2.com^$third-party
||mdn2015x3.com^$third-party
||mdn2015x4.com^$third-party
||mdn2015x5.com^$third-party
||meadigital.com^$third-party
||measurelyapp.com^$third-party
||media-general.com^$third-party
||media-ks.net^$third-party
||media-networks.ru^$third-party
||media-servers.net^$third-party
||media.net^$third-party
||media303.com^$third-party
||media6degrees.com^$third-party
||media970.com^$third-party
||mediaadserver.org^$third-party
||mediaclick.com^$third-party
||mediacpm.com^$third-party
||mediaessence.net^$third-party
||mediaffiliation.com^$third-party
||mediafilesdownload.com^$third-party
||mediaflire.com^$third-party
||mediaforce.com^$third-party
||mediaforge.com^$third-party
||mediag4.com^$third-party
||mediagridwork.com^$third-party
||mediakeywords.com^$third-party
||medialand.ru^$third-party
||medialation.net^$third-party
||mediaonenetwork.net^$third-party
||mediaonpro.com^$third-party
||mediapeartree.com^$third-party
||mediapeo.com^$third-party
||mediaraily.com^$third-party
||mediasprucetree.com^$third-party
||mediatarget.com^$third-party
||mediative.ca^$third-party
||mediative.com^$third-party
||mediatraffic.com^$third-party
||mediatraks.com^$third-party
||mediaver.com^$third-party
||mediavine.com^$third-party
||medical-aid.net^$third-party
||medleyads.com^$third-party
||medrx.sensis.com.au^$third-party
||medyanet.net^$third-party
||medyanetads.com^$third-party
||meendocash.com^$third-party
||meetic-partners.com^$third-party
||megaad.nz^$third-party
||megacpm.com^$third-party
||megapopads.com^$third-party
||megappu.com^$third-party
||megatronmailer.com^$third-party
||megbase.com^$third-party
||meh0f1b.com^$third-party
||meinlist.com^$third-party
||mellowads.com^$third-party
||mengheng.net^$third-party
||mentad.com^$third-party
||mentalks.ru^$third-party
||merchenta.com^$third-party
||mercuras.com^$third-party
||messagespaceads.com^$third-party
||metaffiliation.com^$~image,~subdocument,third-party,domain=~netaffiliation.com
||metaffiliation.com^*^maff=
||metaffiliation.com^*^taff=
||metavertising.com^$third-party
||metavertizer.com^$third-party
||metogo.work^$third-party
||metrics.io^$third-party
||meviodisplayads.com^$third-party
||meya41w7.com^$third-party
||mezaa.com^$third-party
||mezimedia.com^$third-party
||mftracking.com^$third-party
||mgcash.com^$third-party
||mgcashgate.com^$third-party
||mgid.com^$third-party,domain=~marketgid.com|~marketgid.com.ua
||mgplatform.com^$third-party
||mgti1kofb8.com^$third-party
||mi-mi-fa.com^$third-party
||mibebu.com^$third-party
||microad.jp^$third-party
||microad.net^$third-party
||microadinc.com^$third-party
||microsoftaffiliates.net^$third-party
||migrandof.com^$third-party
||milabra.com^$third-party
||milleonid.com^$third-party
||mindlytix.com^$third-party
||minessetion.info^$third-party
||minimumpay.info^$third-party
||ministedik.info^$third-party
||minodazi.com^$third-party
||mintake.com^$third-party
||mirago.com^$third-party
||mirrorpersonalinjury.co.uk^$third-party
||misslk.com^$third-party
||mistands.com^$third-party
||mixmarket.biz^$third-party
||mixpo.com^$third-party
||mktseek.com^$third-party
||ml314.com^$third-party
||mljhpoy.com^$third-party
||mlnadvertising.com^$third-party
||mlvc4zzw.space^$third-party
||mm-syringe.com^$third-party
||mmadsgadget.com^$third-party
||mmgads.com^$third-party
||mmismm.com^$third-party
||mmngte.net^$third-party
||mmo123.co^$third-party
||mmondi.com^$third-party
||mmoptional.com^$third-party
||mmotraffic.com^$third-party
||mn1nm.com^$third-party
||mnbvjhg.com^$third-party
||mnetads.com^$third-party
||mntzrlt.net^$third-party
||moatads.com^$third-party
||mobatori.com^$third-party
||mobatory.com^$third-party
||mobday.com^$third-party
||mobfox.com^$third-party
||mobicont.com^$third-party
||mobidevdom.com^$third-party
||mobifobi.com^$third-party
||mobikano.com^$third-party
||mobile-10.com^$third-party
||mobileadspopup.com^$third-party
||mobileoffers-*-download.com^$third-party
||mobiright.com^$third-party
||mobisla.com^$third-party
||mobitracker.info^$third-party
||mobiyield.com^$third-party
||moborobot.com^$third-party
||mobsterbird.info^$third-party
||mobstrks.com^$third-party
||mobtrks.com^$third-party
||mobytrks.com^$third-party
||modelegating.com^$third-party
||modescrips.info^$third-party
||modificans.com^$third-party
||modifiscans.com^$third-party
||modulepush.com^$third-party
||moevideo.net^$third-party
||moffsets.com^$third-party
||mogointeractive.com^$third-party
||mojoaffiliates.com^$third-party
||mokonocdn.com^$third-party
||monetizer101.com^$third-party
||money-cpm.fr^$third-party
||money4ads.com^$third-party
||moneycosmos.com^$third-party
||moneymakercdn.com^$third-party
||moneywhisper.com^$third-party
||monkeybroker.net^$third-party
||monsoonads.com^$third-party
||montpti.top^$third-party
||monxserver.com^$third-party
||mookie1.com^$third-party
||moonlightingapi-ads.com^$third-party
||mootermedia.com^$third-party
||mooxar.com^$third-party
||mordi.fun^$third-party
||moregamers.com^$third-party
||moreplayerz.com^$third-party
||morgdm.ru^$third-party
||mortantse.info^$third-party
||morydark.pw^$third-party
||mosaiq.io^$third-party
||moselats.com^$third-party
||motominer.com^$third-party
||mottnow.com^$third-party
||movad.net^$third-party
||mowithlerendu.pro^$third-party
||mozcloud.net^$third-party
||mp3toavi.xyz^$third-party
||mpk01.com^$third-party
||mpnrs.com^$third-party
||mpression.net^$third-party
||mprezchc.com^$third-party
||mpuls.ru^$third-party
||mrelko.com^$third-party
||mrperfect.in^$third-party
||msads.net^$third-party
||mse2v5oglm.com^$third-party
||msypr.com^$third-party
||mtrcss.com^$third-party
||mujap.com^$third-party
||mukwonagoacampo.com^$third-party
||multiadserv.com^$third-party
||multimater.com^$third-party
||multiview.com^$third-party
||munically.com^$third-party
||murkymouse.online^$third-party
||music-desktop.com^$third-party
||musicnote.info^$third-party
||mutary.com^$third-party
||mutaticial.com^$third-party
||mxf.dfp.host^$third-party
||mxtads.com^$third-party
||my-layer.net^$third-party
||myadcash.com^$third-party
||myadstack.net^$third-party
||myaffiliates.com^$third-party
||mycasinoaccounts.com^$third-party
||mycdn.co^$third-party
||mycdn2.co^$third-party
||myclickbankads.com^$third-party
||mycooliframe.net^$third-party
||mydreamads.com^$third-party
||myemailbox.info^$third-party
||myezt1q2il.com^$third-party
||myinfotopia.com^$third-party
||mylinkbox.com^$third-party
||mynativeads.com^$third-party
||mynewcarquote.us^$third-party
||mynyx.men^$third-party
||myplayerhd.net^$third-party
||myregeneaf.com^$third-party
||mysafeurl.com^$third-party
||mystaticfiles.com^$third-party
||mythings.com^$third-party
||myuniques.ru^$third-party
||myvads.com^$third-party
||mywidget.mobi^$third-party
||mz28ismn.com^$third-party
||n123loi.com^$third-party
||n130adserv.com^$third-party
||n161adserv.com^$third-party
||n2s.co.kr^$third-party
||n388hkxg.com^$third-party
||n4403ad.doubleclick.net^$third-party
||n673oum.com^$third-party
||nabbr.com^$third-party
||naganaga.lol^$third-party
||nagrande.com^$third-party
||nalizerostants.info^$third-party
||nameads.com^$third-party
||nanigans.com^$third-party
||narrangel.com^$third-party
||nasdak.in^$third-party
||native-adserver.com^$third-party
||nativead.co^$third-party
||nativead.tech^$third-party
||nativeads.com^$third-party
||nativeadsfeed.com^$third-party
||nativeleads.net^$third-party
||nativepu.sh^$third-party
||nativeroll.tv^$third-party
||naucaips.com^$third-party
||nauchegy.link^$third-party
||navaxudoru.com^$third-party
||nbjmp.com^$third-party
||nbstatic.com^$third-party
||ncrjsserver.com^$third-party
||neads.delivery^$third-party
||neblotech.com^$third-party
||neepaips.com^$third-party
||negolist.com^$third-party
||nenrk.us^$third-party
||neo-neo-xeo.com^$third-party
||neobux.com^$third-party
||neodatagroup.com^$third-party
||neoebiz.co.kr^$third-party
||neoffic.com^$third-party
||nessubsets.pro^$third-party
||net-ad-vantage.com^$third-party
||net3media.com^$third-party
||netaffiliation.com^$~script,third-party
||netavenir.com^$third-party
||netflixalternative.net^$third-party
||netinsight.co.kr^$third-party
||netliker.com^$third-party
||netloader.cc^$third-party
||netpondads.com^$third-party
||netseer.com^$third-party
||netshelter.net^$third-party
||netsolads.com^$third-party
||networkad.net^$third-party
||networkmanag.com^$third-party
||networkplay.in^$third-party
||networkxi.com^$third-party
||networld.hk^$third-party
||networldmedia.net^$third-party
||neudesicmediagroup.com^$third-party
||newaugads.com^$third-party
||newdosug.eu^$third-party
||newgentraffic.com^$third-party
||newideasdaily.com^$third-party
||newjunads.com^$third-party
||newmonads.com^$third-party
||newsadstream.com^$third-party
||newsarmor.com^$third-party
||newsmaxfeednetwork.com^$third-party
||newsnet.in.ua^$third-party
||newstogram.com^$third-party
||newsushe.info^$third-party
||newtention.net^$third-party
||newyorkwhil.com^$third-party
||nexac.com^$third-party
||nexage.com^$third-party
||nexeps.com^$third-party
||nexioniect.com^$third-party
||nextlandingads.com^$third-party
||nextmillennium.io^$third-party
||nextmobilecash.com^$third-party
||nextoptim.com^$third-party
||ngaln.com^$third-party
||ngecity.com^$third-party
||nglmedia.com^$third-party
||ngsomedquiz.club^$third-party
||nhpfvdlbjg.com^$third-party
||nicheadgenerator.com^$third-party
||nicheads.com^$third-party
||nichter.space^$third-party
||nightened.com^$third-party
||nighter.club^$third-party
||niltutch.com^$third-party
||nitmus.com^$third-party
||nittlopp.online^$third-party
||nization.com^$third-party
||njkiho.info^$third-party
||nkredir.com^$third-party
||nlwy0.com^$third-party
||nmcdn.us^$third-party
||nmwrdr.net^$third-party
||nobleppc.com^$third-party
||nobsetfinvestor.com^$third-party
||nofejectontrab.info^$third-party
||nompakru.click^$third-party
||nonpaly.ru^$third-party
||nonstoppartner.de^$third-party
||norentisol.com^$third-party
||noretia.com^$third-party
||normkela.com^$third-party
||northmay.com^$third-party
||norvalur.xyz^$third-party
||nothering.com^$third-party
||novarevenue.com^$third-party
||novelty.media^$third-party
||nowlooking.net^$third-party
||nowspots.com^$third-party
||npdbklojsvn.co^$third-party
||nplexmedia.com^$third-party
||npvos.com^$third-party
||nquchhfyex.com^$third-party
||nrnma.com^$third-party
||nscontext.com^$third-party
||nsdsvc.com^$third-party
||nsmartad.com^$third-party
||nspmotion.com^$third-party
||nsstatic.com^$third-party
||nsstatic.net^$third-party
||nster.net^$third-party,domain=~nster.com
||nsvfl7p9.com^$third-party
||ntent.com^$third-party
||ntv.io^$third-party
||ntvk1.ru^$third-party
||nuclersoncanthinger.info^$third-party
||nui.media^$third-party
||nullenabler.com^$third-party
||numberium.com^$third-party
||numbers.md^$third-party
||numberthreebear.com^$third-party
||nurno.com^$third-party
||nuseek.com^$third-party
||nvadn.com^$third-party
||nvero.net^$third-party
||nwfhalifax.com^$third-party
||nxtck.com^$third-party
||nyadmcncserve-05y06a.com^$third-party
||nzads.net.nz^$third-party
||nzphoenix.com^$third-party
||o-oo.ooo^$third-party
||o.gweini.com^$third-party
||o12zs3u2n.com^$third-party
||oacram.com^$third-party
||oads.co^$third-party
||oainternetservices.com^$third-party
||obeisantcloddishprocrustes.com^$third-party
||obesw.com^$third-party
||obeus.com^$third-party
||obibanners.com^$third-party
||objects.tremormedia.com^$~object,third-party
||objectservers.com^$third-party
||oboxads.com^$third-party
||oceanwebcraft.com^$third-party
||ocelot.studio^$third-party
||oclaserver.com^$third-party
||oclasrv.com^$third-party
||oclsasrv.com^$third-party
||oclus.com^$third-party
||octagonize.com^$third-party
||oehposan.com^$third-party
||ofeetles.pro^$third-party
||offeradvertising.biz^$third-party
||offerenced.com^$third-party
||offerforge.com^$third-party
||offerforge.net^$third-party
||offerpalads.com^$third-party
||offerserve.com^$third-party
||offersquared.com^$third-party
||officerrecordscale.info^$third-party
||offshort.info^$third-party
||ofino.ru^$third-party
||ogercron.com^$third-party
||oggifinogi.com^$third-party
||ohmcasting.com^$third-party
||ohmwrite.com^$third-party
||oileddaintiessunset.info^$third-party
||okanjo.com^$third-party
||oldership.com^$third-party
||oldtiger.net^$third-party
||omclick.com^$third-party
||omg2.com^$third-party
||omgpm.com^$third-party
||omni-ads.com^$third-party
||omnitagjs.com^$third-party
||onad.eu^$third-party
||onads.com^$third-party
||onagida.info^$third-party
||onclasrv.com^$third-party
||onclickads.net^$third-party
||onclickmax.com^$third-party
||onclickmega.com^$third-party
||onclickprediction.com^$third-party
||onclickpulse.com^$third-party
||onclicksuper.com^$third-party
||onclkds.com^$third-party
||onedmp.com^$third-party
||onenetworkdirect.com^$third-party
||onenetworkdirect.net^$third-party
||oneopenclose.click^$third-party
||onerror.cf^$third-party
||onerror.ga^$third-party
||onerror.gq^$third-party
||onerror.ml^$third-party
||onerror.tk^$third-party
||onespot.com^$third-party
||online-adnetwork.com^$third-party
||online-media24.de^$third-party
||onlineadtracker.co.uk^$third-party
||onlinedl.info^$third-party
||onlyalad.net^$third-party
||onrampadvertising.com^$third-party
||onscroll.com^$third-party
||onsitemarketplace.net^$third-party
||onti.rocks^$third-party
||onunughegmar.club^$third-party
||onvertise.com^$third-party
||onvid.club^$third-party
||onwsys.net^$third-party
||oodode.com^$third-party
||oodraune.com^$third-party
||ooecyaauiz.com^$third-party
||oofte.com^$third-party
||oopt.fr^$third-party
||oorseest.net^$third-party
||oos4l.com^$third-party
||opap.co.kr^$third-party
||openbook.net^$third-party
||openclose.click^$third-party
||openetray.com^$third-party
||opensourceadvertisementnetwork.info^$third-party
||openx.net^$third-party
||openxadexchange.com^$third-party
||openxenterprise.com^$third-party
||openxmarket.asia^$third-party
||operatical.com^$third-party
||opt-intelligence.com^$third-party
||opt-n.net^$third-party
||optad360.io^$third-party
||opteama.com^$third-party
||optiad.net^$third-party
||optimalroi.info^$third-party
||optimatic.com^$third-party
||optimizeadvert.biz^$third-party
||optimizesocial.com^$third-party
||optinemailpro.com^$third-party
||optinmonster.com^$third-party
||optnmstr.com^$third-party,domain=whatismyipaddress.com
||orangeads.fr^$third-party
||orarala.com^$third-party
||oratosaeron.com^$third-party
||orbengine.com^$third-party
||ordingly.com^$third-party
||organicalews.info^$third-party
||oriel.io^$third-party
||origer.info^$third-party
||ornament-i.com^$third-party
||osiaffiliate.com^$third-party
||oskale.ru^$third-party
||ospreymedialp.com^$third-party
||osuq4jc.com^$third-party
||othere.info^$third-party
||otherelis.info^$third-party
||othersonline.com^$third-party
||otnolabttmup.com^$third-party
||ottomdisede.club^$third-party
||ouloutso.net^$third-party
||oultuwee.net^$third-party
||ouptoobe.net^$third-party
||oupushee.com^$third-party
||ourbanners.net^$third-party
||ourunlimitedleads.com^$third-party
||ov8pc.tv^$third-party
||oveld.com^$third-party
||overhaps.com^$third-party
||oversailor.com^$third-party
||overture.com^$third-party
||overturs.com^$third-party
||ovtopli.ru^$third-party
||owlads.io^$third-party
||owndata.network^$third-party
||ownlocal.com^$third-party
||owtezan.ru^$third-party
||oxado.com^$third-party
||oxsng.com^$third-party
||oxtracking.com^$third-party
||oxybe.com^$third-party
||oxyes.work^$third-party
||ozertesa.com^$third-party
||ozonemedia.com^$third-party
||ozora.work^$third-party
||p-advg.com^$third-party
||p-comme-performance.com^$third-party
||p-digital-server.com^$third-party
||p2ads.com^$third-party
||p7hwvdb4p.com^$third-party
||paads.dk^$third-party
||pacific-yield.com^$third-party
||paclitor.com^$third-party
||padsdelivery.com^$third-party
||padstm.com^$third-party
||pagefair.net^$third-party
||pagesinxt.com^$third-party
||paibopse.com^$third-party
||paid4ad.de^$third-party
||paidonresults.net^$third-party
||paidsearchexperts.com^$third-party
||painterede.com^$third-party
||pakbanners.com^$third-party
||panachetech.com^$third-party
||panda.network^$third-party
||pantherads.com^$third-party
||paperclipservice.com^$third-party
||paperg.com^$third-party
||parabled.info^$third-party
||paradocs.ru^$third-party
||paratingexcret.info^$third-party
||parding.info^$third-party
||pardous.com^$third-party
||parkingcrew.net^$third-party
||parronnotandone.info^$third-party
||particizedese.club^$third-party
||partner-ads.com^$third-party
||partner.googleadservices.com^$third-party
||partner.video.syndication.msn.com^$~object,third-party
||partnerearning.com^$third-party
||partnermax.de^$third-party
||partycasino.com^$third-party
||partypartners.com^$third-party
||partypoker.com^$third-party
||pas-rahav.com^$third-party
||passionfruitads.com^$third-party
||passive-earner.com^$third-party
||patecrafts.com^$third-party
||patiskcontentdelivery.info^$third-party
||patoris.xyz^$third-party
||paumoogo.net^$third-party
||pautaspr.com^$third-party
||paxmedia.net^$third-party
||pay-click.ru^$third-party
||payae8moon9.com^$third-party
||paydotcom.com^$third-party
||payperpost.com^$third-party
||pbcde.com^$third-party
||pbmvz.com^$third-party
||pbyet.com^$third-party
||pc-ads.com^$third-party
||pc1ads.com^$third-party
||pc2ads.com^$third-party
||pcr1p2xr.com^$third-party
||pdn-1.com^$third-party
||pdn-2.com^$third-party
||pe2k2dty.com^$third-party
||peakclick.com^$third-party
||pebblemedia.be^$third-party
||peelawaymaker.com^$third-party
||peemee.com^$third-party
||peer39.com^$third-party
||peer39.net^$third-party
||pejqoq4cafo3bg9yqqqtk5e6s6.com^$third-party
||penuma.com^$third-party
||pepperjamnetwork.com^$third-party
||percularity.com^$third-party
||peredest.com^$third-party
||perfb.com^$third-party
||perfcreatives.com^$third-party
||perfectmarket.com^$third-party
||perfoormapp.info^$third-party
||performance-based.com^$third-party
||performanceadexchange.com^$third-party
||performanceadvertising.mobi^$third-party
||performancetrack.info^$third-party
||performancingads.com^$third-party
||performanteads.com^$third-party
||perkcanada.com^$third-party
||permanyb.com^$third-party
||permenor.xyz^$third-party
||persevered.com^$third-party
||pestrike.com^$third-party
||pezrphjl.com^$third-party
||pgmediaserve.com^$third-party
||pgpartner.com^$third-party
||pgssl.com^$third-party
||pharmcash.com^$third-party
||pheedo.com^$third-party
||pheedroh.net^$third-party
||pheegoab.click^$third-party
||pheergar.com^$third-party
||phengung.net^$third-party
||philbardre.com^$third-party
||philipstreehouse.info^$third-party
||philosophere.com^$third-party
||phonespybubble.com^$third-party
||phudrour.net^$third-party
||phukrovo.com^$third-party
||pianobuyerdeals.com^$third-party
||picadmedia.com^$third-party
||picbucks.com^$third-party
||pickoga.work^$third-party
||pickytime.com^$third-party
||picsspell.ru^$third-party
||picsti.com^$third-party
||pictela.net^$third-party
||piercial.com^$third-party
||pilottere.info^$third-party
||pinballpublishernetwork.com^$third-party
||pioneeringad.com^$third-party
||pip-pip-pop.com^$third-party
||pipeaota.com^$third-party
||pipsol.net^$third-party
||pirdoust.com^$third-party
||pitally.info^$third-party
||piticlik.com^$third-party
||pivotalmedialabs.com^$third-party
||pivotrunner.com^$third-party
||pixazza.com^$third-party
||pixeltrack66.com^$third-party
||pixfuture.net^$third-party
||pixiv.org^$third-party
||pixtrack.in^$third-party
||pixxur.com^$third-party
||placeiq.com^$third-party
||planniver.com^$third-party
||plannto.com^$third-party
||platinumadvertisement.com^$third-party
||play24.us^$third-party
||play4k.co^$third-party
||playertraffic.com^$third-party
||playtem.com^$third-party
||playuhd.host^$third-party
||playukinternet.com^$third-party
||pleasteria.com^$third-party
||pleeko.com^$third-party
||plenomedia.com^$third-party
||plexop.net^$third-party
||pllddc.com^$third-party
||plocap.com^$third-party
||plopx.com^$third-party
||plufdsa.com^$third-party
||plugerr.com^$third-party
||plugs.co^$third-party
||plusfind.net^$third-party
||plushlikegarnier.com^$third-party
||plxserve.com^$third-party
||pmpubs.com^$third-party
||pmsrvr.com^$third-party
||pnd.gs^$third-party
||png2imag.club^$third-party
||pnoss.com^$third-party
||pnsandbox.com^$third-party
||pobaftern.info^$third-party
||pointclicktrack.com^$third-party
||pointroll.com^$third-party
||points2shop.com^$third-party
||poirreleast.club^$third-party
||poketraff.com^$third-party
||polanders.com^$third-party
||polarcdn-terrax.com^$third-party
||polarmobile.com^$third-party
||policityseriod.info^$third-party
||polluxnetwork.com^$third-party
||polmontventures.com^$third-party
||polyad.net^$third-party
||polydarth.com^$third-party
||pontypriddcrick.com^$third-party
||poogriry.click^$third-party
||poolgmsd.com^$third-party
||poolnoodle.tech^$third-party
||pop-rev.com^$third-party
||popads.media^$third-party
||popads.net^$third-party
||popcash.net^$third-party
||popclck.net^$third-party
||popcpm.com^$third-party
||popcpv.com^$third-party
||popearn.com^$third-party
||popmajor.com^$third-party
||popmarker.com^$third-party
||popmonetizer.com^$third-party
||popmonetizer.net^$third-party
||popmyad.com^$third-party
||popmyads.com^$third-party
||poponclick.com^$third-party
||poppysol.com^$third-party
||poprev.net^$third-party
||poprevenue.net^$third-party
||popsads.com^$third-party
||popshow.info^$third-party
||poptarts.me^$third-party
||poptm.com^$third-party
||popularitish.com^$third-party
||popularmedia.net^$third-party
||populis.com^$third-party
||populisengage.com^$third-party
||popunder.ru^$third-party
||popundertotal.com^$third-party
||popunderz.com^$third-party
||popunderzone.com^$third-party
||popupdomination.com^$third-party
||popuptraffic.com^$third-party
||popupvia.com^$third-party
||popwin.net^$third-party
||pornv.org^$third-party
||porojo.net^$third-party
||portablefish.com^$third-party
||portkingric.net^$third-party
||posternel.com^$third-party
||postrelease.com^$third-party
||potcityzip.com^$third-party
||poundaccordexecute.info^$third-party
||powerad.ai^$third-party
||poweradvertising.co.uk^$third-party
||powerfulbusiness.net^$third-party
||powerlinks.com^$third-party
||powermarketing.com^$third-party
||ppcindo.com^$third-party
||ppclinking.com^$third-party
||ppctrck.com^$third-party
||ppcwebspy.com^$third-party
||ppdxyz.info^$third-party
||ppsearcher.ru^$third-party
||practively.com^$third-party
||prebid.org^$third-party
||precisionclick.com^$third-party
||predictad.com^$third-party
||predictiondisplay.com^$third-party
||predictivadnetwork.com^$third-party
||predictivadvertising.com^$third-party
||preditates.com^$third-party
||preferredain.com^$third-party
||preonesetro.com^$third-party
||prequire.info^$third-party
||presistart.com^$third-party
||prestadsng.com^$third-party
||prexista.com^$third-party
||prf.hn^$third-party
||prfdesk.pro^$third-party
||prggbqxuj.com^$third-party
||prickac.com^$third-party
||prigmaperf.me^$third-party
||primaryads.com^$third-party
||prime535.com^$third-party
||primechoice.ru^$third-party
||pritesol.com^$third-party
||privilegebedroomlate.xyz^$third-party
||prizel.com^$third-party
||prm-native.com^$third-party
||pro-advert.de^$third-party
||pro-advertising.com^$third-party
||pro-market.net^$third-party
||pro-pro-go.com^$third-party
||proadscdn.com^$third-party
||proadsdirect.com^$third-party
||probannerswap.com^$third-party
||probtn.com^$third-party
||prod.untd.com^$third-party
||proffigurufast.com^$third-party
||profitpeelers.com^$third-party
||programresolver.net^$third-party
||projectagora.net^$third-party
||projectagora.tech^$third-party
||projectwonderful.com^$third-party
||proludimpup.com^$third-party
||promenadd.ru^$third-party
||promo-bc.com^$third-party
||promo-reklama.ru^$third-party
||promobenef.com^$third-party
||promoted.com^$third-party
||promotionoffer.mobi^$third-party
||promotiontrack.mobi^$third-party
||propellerads.com^$third-party
||propellerclick.com^$third-party
||propellerpops.com^$third-party
||propelllerads.com^$third-party
||propelplus.com^$third-party
||proper.io^$third-party
||propgoservice.com^$third-party
||propranok.com^$third-party
||prorentisol.com^$third-party
||prosperent.com^$third-party
||protally.net^$third-party
||provider-direct.com^$third-party
||proximic.com^$third-party
||prpops.com^$third-party
||prre.ru^$third-party
||prxio.github.io^$third-party
||prxio.pw^$third-party
||prxio.site^$third-party
||psclicks.com^$third-party
||pseqcs05.com^$third-party
||psma02.com^$third-party
||psnmail.su^$third-party
||psoaghie.net^$third-party
||psoapeez.click^$third-party
||psoomeeg.com^$third-party
||psulsobi.net^$third-party
||ptawe.com^$third-party
||ptchits.com^$third-party
||ptmopenclose.click^$third-party
||ptmzr.com^$third-party
||ptocmaux.com^$third-party
||ptp.lolco.net^$third-party
||ptp22.com^$third-party
||ptp24.com^$third-party
||pub-fit.com^$third-party
||pub.network^$third-party
||pubdirecte.com^$third-party
||pubgears.com^$third-party
||pubgenius.io^$third-party
||pubguru.com^$third-party
||publicidad.net^$third-party
||publicityclerks.com^$third-party
||publicsunrise.link^$third-party
||publift.com^$third-party
||publir.com^$third-party
||publisher.to^$third-party
||publisheradnetwork.com^$third-party
||publited.com^$third-party
||publited.net^$third-party
||publited.org^$third-party
||pubmatic.com^$third-party
||pubmine.com^$third-party
||pubnation.com^$third-party
||pubrain.com^$third-party
||pubserve.net^$third-party
||pubted.com^$third-party
||pubwise.io^$third-party
||puhtml.com^$third-party
||pullcdn.top^$third-party
||pulpix.com^$third-party
||pulpyads.com^$third-party
||pulse360.com^$third-party
||pulsemgr.com^$third-party
||pulseonclick.com^$third-party
||purpleflag.net^$third-party
||puserving.com^$third-party
||push-me-up.com^$third-party
||push2check.com^$third-party
||pushads.biz^$third-party
||pushagim.com^$third-party
||pushame.com^$third-party
||pushance.com^$third-party
||pushanert.com^$third-party
||pushbaddy.com^$third-party
||pushbasic.com^$third-party
||pushdusk.com^$third-party
||pusheify.com^$third-party
||pushengage.im^$third-party
||pusherism.com^$third-party
||pushgaga.com^$third-party
||pushimer.com^$third-party
||pushlommy.com^$third-party
||pushnative.com^$third-party
||pushnest.com^$third-party
||pushnevis.com^$third-party
||pushnice.com^$third-party
||pushno.com^$third-party
||pushservice.one^$third-party
||puttme.ga^$third-party
||pw.wpu.sh^$third-party
||pwrads.net^$third-party
||pwzn9ze.com^$third-party
||px3792.com^$third-party
||pxcwdyasdsumdsxjnn.com^$third-party
||pxl2015x1.com^$third-party
||pxstda.com^$third-party
||pzaasocba.com^$third-party
||pzuwqncdai.com^$third-party
||q-sht-zidjk.co^$third-party
||q1media.com^$third-party
||q1mediahydraplatform.com^$third-party
||q1xyxm89.com^$third-party
||q64a9ris0j.com^$third-party
||qadserve.com^$third-party
||qadservice.com^$third-party
||qaykb.com^$third-party
||qdmil.com^$third-party
||qertewrt.com^$third-party
||qksrv.net^$third-party
||qksz.net^$third-party
||qnrzmapdcc.com^$third-party
||qnsr.com^$third-party
||qr00rq.com^$third-party
||qrlsx.com^$third-party
||qservz.com^$third-party
||qtpfm.com^$third-party
||qualitypageviews.com^$third-party
||quantum-advertising.com^$third-party
||quantumads.com^$third-party
||queenmult.link^$third-party
||quensillo.com^$third-party
||querylead.com^$third-party
||questionmarket.com^$third-party
||questus.com^$third-party
||quickads.net^$third-party
||quickcash500.com^$third-party
||quicktask.xyz^$third-party
||quideo.men^$third-party
||quinstreet.com^$third-party
||qwertize.com^$third-party
||qwobl.net^$third-party
||qwzmje9w.com^$third-party
||qyh7u6wo0c8vz0szdhnvbn.com^$third-party
||r66net.com^$third-party
||r66net.net^$third-party
||r932o.com^$third-party
||rabilitan.com^$third-party
||radchesruno.club^$third-party
||radeant.com^$third-party
||radiatorial.online^$third-party
||radicalwealthformula.com^$third-party
||radiusmarketing.com^$third-party
||ragapa.com^$third-party
||raiggy.com^$third-party
||rainbowtgx.com^$third-party
||rainwealth.com^$third-party
||rappenedstoric.info^$third-party
||rapt.com^$third-party
||rarelly.info^$third-party
||rateaccept.net^$third-party
||ratrencalrep.com^$third-party
||ravalynn.pw^$third-party
||rawasy.com^$third-party
||rbnt.org^$third-party
||rcads.net^$third-party
||rclmc.top^$third-party
||rcurn.com^$third-party
||reachjunction.com^$third-party
||reachlocal.com^$third-party
||reachmode.com^$third-party
||reactx.com^$third-party
||readserver.net^$third-party
||realclick.co.kr^$third-party
||realmatch.com^$third-party
||realmedia.com^$third-party
||realsecuredredir.com^$third-party
||realsecuredredirect.com^$third-party
||realssp.co.kr^$third-party
||realvu.net^$third-party
||reastuk.club^$third-party
||reate.info^$third-party
||recentres.com^$third-party
||recessary.com^$third-party
||recomendedsite.com^$third-party
||redcourtside.com^$third-party
||redintelligence.net^$third-party
||redirect18systemsg.com^$third-party
||redirectnative.com^$third-party
||redirectpopads.com^$third-party
||rediskina.com^$third-party
||redpeepers.com^$third-party
||redrosesisleornsay.com^$third-party
||reduxmediagroup.com^$third-party
||redxxx.mobi^$third-party
||reelcentric.com^$third-party
||refban.com^$third-party
||refbanners.com^$third-party
||refbanners.website^$third-party
||referback.com^$third-party
||referralargumentationnetwork.info^$third-party
||reflethenfortoft.info^$third-party
||regardensa.com^$third-party
||regdfh.info^$third-party
||registry.cw.cm^$third-party
||regurgical.com^$third-party
||reklamz.com^$third-party
||rekovers.ru^$third-party
||relatedweboffers.com^$third-party
||relestar.com^$third-party
||relevanti.com^$third-party
||relytec.com^$third-party
||remintrex.com^$third-party
||remiroyal.ro^$third-party
||remtoaku.net^$third-party
||reople.co.kr^$third-party
||repaynik.com^$third-party
||replacescript.in^$third-party
||replase.cf^$third-party
||replase.ga^$third-party
||replase.ml^$third-party
||replase.tk^$third-party
||repressina.com^$third-party
||republer.com^$third-party
||requiredcollectfilm.info^$third-party
||reseireejoch.info^$third-party
||resideral.com^$third-party
||resonance.pk^$third-party
||respecific.net^$third-party
||respond-adserver.cloudapp.net^$third-party
||respondhq.com^$third-party
||resultlinks.com^$third-party
||resultsz.com^$third-party
||retargeter.com^$third-party
||retaryrs.com^$third-party
||retono42.us^$third-party
||retrayan.com^$third-party
||rev2pub.com^$third-party
||revcontent.com^$third-party
||revdepo.com^$third-party
||revenue.com^$third-party
||revenuegiants.com^$third-party
||revenuehits.com^$third-party
||revenuemantra.com^$third-party
||revenuemax.de^$third-party
||revenuevids.com^$third-party
||revfusion.net^$third-party
||revgennetwork.com^$third-party
||revimedia.com^$third-party
||revmob.com^$third-party
||revnuehub.com^$third-party
||revokinets.com^$third-party
||revresda.com^$third-party
||revresponse.com^$third-party
||revrtb.com^$third-party
||revrtb.net^$third-party
||revsci.net^$third-party
||revstripe.com^$third-party
||rewardisement.com^$third-party
||rewardsaffiliates.com^$third-party
||rewartific.com^$third-party
||reyden-x.com^$third-party
||reytata.ru^$third-party
||rfgsi.com^$third-party
||rfihub.net^$third-party
||rhombusads.com^$third-party
||rhown.com^$third-party
||rhythmcontent.com^$third-party
||rhythmxchange.com^$third-party
||ric-ric-rum.com^$third-party
||ricead.com^$third-party
||richmedia247.com^$third-party
||richwebmedia.com^$third-party
||riluaneth.com^$third-party
||ringtonematcher.com^$third-party
||ringtonepartner.com^$third-party
||rinsouxy.com^$third-party
||riowrite.com^$third-party
||ripplead.com^$third-party
||riverbanksand.com^$third-party
||rixaka.com^$third-party
||rmxads.com^$third-party
||rnmd.net^$third-party
||ro88qcuy.com^$third-party
||robocat.me^$third-party
||rocketier.net^$third-party
||rocketyield.com^$third-party
||rockyou.net^$third-party
||rogueaffiliatesystem.com^$third-party
||roicharger.com^$third-party
||roirocket.com^$third-party
||rolidenratrigh.pro^$third-party
||rolinda.work^$third-party
||romance-net.com^$third-party
||rometroit.com^$third-party
||rosemand.pro^$third-party
||rotaban.ru^$third-party
||rotate4all.com^$third-party
||rotatingad.com^$third-party
||rotorads.com^$third-party
||rotumal.com^$third-party
||roughted.com^$third-party
||rovion.com^$third-party
||roxyaffiliates.com^$third-party
||rpts.org^$third-party
||rs-stripe.com^$third-party
||rtb-media.me^$third-party
||rtb-usync.com^$third-party
||rtbidder.net^$third-party
||rtbmedia.org^$third-party
||rtbnowads.com^$third-party
||rtbpop.com^$third-party
||rtbpops.com^$third-party
||rtk.io^$third-party
||rubiconproject.com^$third-party
||ruckusschroederraspberry.com^$third-party
||rue1mi4.bid^$third-party
||rummyaffiliates.com^$third-party
||run-syndicate.com^$third-party
||runadtag.com^$third-party
||runative-syndicate.com^$third-party
||runative.com^$third-party
||runmewivel.com^$third-party
||runreproducerow.com^$third-party
||rvtlife.com^$third-party
||rvttrack.com^$third-party
||rwpads.com^$third-party
||rxthdr.com^$third-party
||ryminos.com^$third-party
||ryrecdiretbet.info^$third-party
||s.adroll.com^$third-party
||s20dh7e9dh.com^$third-party
||s2block.com^$third-party
||s2blosh.com^$third-party
||s2d6.com^$third-party
||s7c66wkh8k.com^$third-party
||sa.entireweb.com^$third-party
||sa2eoqu.bid^$third-party
||saboopiz.net^$third-party
||safeadnetworkdata.net^$third-party
||safecllc.com^$third-party
||safelistextreme.com^$third-party
||sailif.com^$third-party
||sakura-traffic.com^$third-party
||salarity.info^$third-party
||salesnleads.com^$third-party
||saltamendors.com^$third-party
||salvador24.com^$third-party
||samvaulter.com^$third-party
||samvinva.info^$third-party
||saoboo.com^$third-party
||sape.ru^$third-party
||saple.net^$third-party
||satgreera.com^$third-party
||sationy.info^$third-party
||saturalist.com^$third-party
||saveads.net^$third-party
||saveads.org^$third-party
||sayadcoltd.com^$third-party
||saymedia.com^$third-party
||sba.about.co.kr^$third-party
||sbaffiliates.com^$third-party
||sbcpower.com^$third-party
||sblcjzjp.com^$third-party
||sbscribeme.com^$third-party
||sc-f6eade8.js^$third-party
||scanmedios.com^$third-party
||scanscout.com^$third-party
||sceno.ru^$third-party
||schemic.top^$third-party
||scootloor.com^$third-party
||scrap.me^$third-party
||scratchaffs.com^$third-party
||scriptall.cf^$third-party
||scriptall.ga^$third-party
||scriptall.gq^$third-party
||scriptall.tk^$third-party
||sdasasyydd.com^$third-party
||seaofads.com^$third-party
||search123.uk.com^$third-party
||seccoads.com^$third-party
||secondstreetmedia.com^$third-party
||secure-softwaremanager.com^$third-party
||secureboom.net^$third-party
||securesoft.info^$third-party
||securewebsiteaccess.com^$third-party
||securial.club^$third-party
||securitain.com^$third-party
||secursors.com^$third-party
||sedatorsinted.info^$third-party
||sedatorslegallock.info^$third-party
||sedoparking.com^$third-party
||seductionprofits.com^$third-party
||seecontentdelivery.info^$third-party
||seegamese.com^$third-party
||seekads.net^$third-party
||seethisinaction.com^$third-party
||seiya.work^$third-party
||sekindo.com^$third-party
||selectablemedia.com^$third-party
||sellhealth.com^$third-party
||sellously.info^$third-party
||selloweb.com^$third-party
||selsin.net^$third-party
||semanticrep.com^$third-party
||semi-cod.com^$third-party
||sendptp.com^$third-party
||sensible-ads.com^$third-party
||sensive.pro^$third-party
||senzapudore.net^$third-party
||septimus-kyr.com^$third-party
||sepyw.top^$third-party
||serialbay.com^$third-party
||seriend.com^$third-party
||seriousfiles.com^$third-party
||servali.net^$third-party
||serve-sys.com^$third-party
||servedby-buysellads.com^$third-party,domain=~buysellads.com
||servedby.flashtalking.com/imp/$script,third-party
||servedbyadbutler.com^$third-party
||servedbyopenx.com^$third-party
||servemeads.com^$third-party
||serverbid.com^$third-party
||serverflox.online^$third-party
||servicegetbook.net^$third-party
||serving-sys.com/BurstingPipe/$third-party
||serving-sys.com/BurstingRes/$third-party
||serving-sys.com/Serving?cn=display&$third-party
||serving-system.com^$third-party
||sethads.info^$third-party
||sev4ifmxa.com^$third-party
||sevenads.net^$third-party
||sevendaystart.com^$third-party
||sevootie.com^$third-party
||sexmoney.com^$third-party
||sexohme.ru^$third-party
||seyfert.space^$third-party
||shakamech.com^$third-party
||shalleda.com^$third-party
||shallowschool.com^$third-party
||share-server.com^$third-party
||sharecash.org^$third-party
||sharegods.com^$third-party
||shareresults.com^$third-party
||sharethrough.com^$third-party
||shoofle.tv^$third-party
||shoogloonetwork.com^$third-party
||shopalyst.com^$third-party
||shoppanda.co^$third-party
||shoppingads.com^$third-party
||shopzyapp.com^$third-party
||shouxaum.net^$third-party
||showcasead.com^$third-party
||showyoursite.com^$third-party
||shqads.com^$third-party
||shr.fyi^$third-party
||shusacem.net^$third-party
||shustona.info^$third-party
||siamzone.com^$third-party
||sielsmaats.com^$third-party
||signout.website^$third-party
||silence-ads.com^$third-party
||silstavo.com^$third-party
||silverads.net^$third-party
||simpio.com^$third-party
||simply.com^$third-party
||simplyhired.com^$third-party
||simvinvo.com^$third-party
||siniature.com^$third-party
||siradsalot.com^$third-party
||sirfad.com^$third-party
||sistacked.com^$third-party
||sitebrand.com^$third-party
||siteencore.com^$third-party
||sitemaji.com^$third-party
||sitescout.com^$third-party
||sitescoutadserver.com^$third-party
||sitesense-oo.com^$third-party
||sitethree.com^$third-party
||sittiad.com^$third-party
||skinected.com^$third-party
||skoovyads.com^$third-party
||skyactivate.com^$third-party
||skyscrpr.com^$third-party
||skytemjo.link^$third-party
||skytvonline.tv^$third-party
||skywarts.ru^$third-party
||slfpu.com^$third-party
||slfsmf.com^$third-party
||slikslik.com^$third-party
||slimspots.com^$third-party
||slimtrade.com^$third-party
||slinse.com^$third-party
||slopeaota.com^$third-party
||smac-ssp.com^$third-party
||smaclick.com^$third-party
||smart-feed-online.com^$third-party
||smart.allocine.fr^$third-party
||smart2.allocine.fr^$third-party
||smartad.ee^$third-party
||smartadserver.com^$third-party
||smartadtags.com^$third-party
||smartadv.ru^$third-party
||smartclip.net^$third-party
||smartdevicemedia.com^$third-party
||smarterdownloads.net^$third-party
||smartredirect.de^$third-party
||smarttargetting.co.uk^$third-party
||smarttargetting.com^$third-party
||smarttargetting.net^$third-party
||smarttds.ru^$third-party
||smartyads.com^$third-party
||smilered.com^$third-party
||smilewanted.com^$third-party
||smileycentral.com^$third-party
||smilyes4u.com^$third-party
||smintmouse.com^$third-party
||smothere.pro^$third-party
||smowtion.com^$third-party
||smpgfx.com^$third-party
||smrt-view.com^$third-party
||sms-mmm.com^$third-party
||sn00.net^$third-party
||snack-media.com^$third-party
||snap.com^$third-party
||snapvine.club^$third-party
||sndkorea.co.kr^$third-party
||so-excited.com^$third-party
||soagitet.net^$third-party
||sochr.com^$third-party
||socialbirth.com^$third-party
||socialelective.com^$third-party
||sociallypublish.com^$third-party
||socialmedia.com^$third-party
||socialreach.com^$third-party
||socialspark.com^$third-party
||society6.com^$third-party
||sociocast.com^$third-party
||sociomantic.com^$third-party
||sodud.com^$third-party
||soft4dle.com^$third-party
||softonicads.com^$third-party
||softpopads.com^$third-party
||softwares2015.com^$third-party
||sokitosa.com^$third-party
||solapoka.com^$third-party
||solarmosa.com^$third-party
||solihullah.info^$third-party
||solocpm.com^$third-party
||solutionzip.info^$third-party
||somatodrol.club^$third-party
||sombes.com^$third-party
||sonnerie.net^$third-party
||sonobi.com^$third-party
||soosooka.com^$third-party
||sophiasearch.com^$third-party
||sotuktraffic.com^$third-party
||soukou.club^$third-party
||sparkstudios.com^$third-party
||speakol.com^$third-party
||specificclick.net^$third-party
||specificmedia.com^$third-party
||spectato.com^$third-party
||speculese.com^$third-party
||speeb.com^$third-party
||speednetwork14.com^$third-party
||speednetwork19.com^$third-party
||speedserver.top^$third-party
||speedshiftmedia.com^$third-party
||speedsuccess.net^$third-party
||spider.ad^$third-party
||spiderhood.net^$third-party
||spinbox.freedom.com^$third-party
||spinbox.net^$third-party
||splinky.com^$third-party
||splut.com^$third-party
||spmxs.com^$third-party
||spondenced.com^$third-party
||spondenced.info^$third-party
||spongecell.com^$third-party
||sponsoredby.me^$third-party
||sponsoredtweets.com^$third-party
||sponsormob.com^$third-party
||sponsorpalace.com^$third-party
||sponsorpay.com^$third-party
||sponsorselect.com^$third-party
||sportslovin.com^$third-party
||sportsyndicator.com^$third-party
||spotrails.com^$third-party
||spotscenered.info^$third-party
||spottt.com^$third-party
||spottysense.com^$third-party
||spotx.tv^$third-party
||spotxcdn.com^$third-party
||spotxchange.com^$third-party
||spoutable.com^$third-party
||sprawley.com^$third-party
||springserve.com^$third-party
||sprintrade.com^$third-party
||sprkl.io^$third-party
||sproose.com^$third-party
||spyoff.com^$third-party
||sq2trk2.com^$third-party
||squartedo.info^$third-party
||squarterun.com^$third-party
||srcsmrtgs.com^$third-party
||srgev.com^$third-party
||srtk.net^$third-party
||srv.yavli.com^$third-party
||srx.com.sg^$third-party
||ssl-services.com^$third-party
||ssl2anyone4.com^$third-party
||ssl4anyone2.com^$third-party
||ssl4anyone5.com^$third-party
||sslboost.com^$third-party
||sslcheckerapi.com^$third-party
||sta-ads.com^$third-party
||stabilityappointdaily.xyz^$third-party
||stabletrappeddevote.info^$third-party
||stackadapt.com^$third-party
||stackattacka.com^$third-party
||stagingjobshq.com^$third-party
||stalesplit.com^$third-party
||standartads.com^$third-party
||star-advertising.com^$third-party
||stargamesaffiliate.com^$third-party
||starlayer.com^$third-party
||startpagea.com^$third-party
||startraint.com^$third-party
||stat-rock.com^$third-party
||statcamp.net^$third-party
||statecannoticed.com^$third-party
||statelead.com^$third-party
||statesol.net^$third-party
||staticswind.club^$third-party
||statsforads.com^$third-party
||statsmobi.com^$third-party
||stealthlockers.com^$third-party
||steepto.com^$third-party
||stencee.com^$third-party
||stencef.com^$third-party
||step-step-go.com^$third-party
||stickyadstv.com^$third-party
||stocker.bonnint.net^$third-party
||streamate.com^$third-party
||streamdefence.com^$third-party
||streamdownloadonline.com^$third-party
||stresune.info^$third-party
||strikead.com^$third-party
||structos.info^$third-party
||struq.com^$third-party
||style-eyes.eu^$third-party
||subemania.com^$third-party
||sublimemedia.net^$third-party
||submissing.com^$third-party
||submitexpress.co.uk^$third-party
||suffusefacultytsunami.info^$third-party
||sugarlistsuggest.info^$third-party
||suggesttool.com^$third-party
||suite6ixty6ix.com^$third-party
||suitesmart.com^$third-party
||sulidshyly.com^$third-party
||sulvo.co^$third-party
||sumarketing.co.uk^$third-party
||sunmedia.net^$third-party
||sunrisewebjo.link^$third-party
||suparewards.com^$third-party
||super-links.net^$third-party
||superadexchange.com^$third-party
||superfastcdn.com^$third-party
||superinterstitial.com^$third-party
||superippo.com^$third-party
||superloofy.com^$third-party
||supersitetime.com^$third-party
||superwebs.pro^$third-party
||supprent.com^$third-party
||supremeadsonline.com^$third-party
||supuv2.com^$third-party
||surf-bar-traffic.com^$third-party
||surfboarddigital.com.au^$third-party
||surgeprice.com^$third-party
||survey-poll.com^$third-party
||surveyvalue.mobi^$third-party
||surveyvalue.net^$third-party
||surveywidget.biz^$third-party
||suthome.com^$third-party
||svlu.net^$third-party
||sw1block.com^$third-party
||sw2block.com^$third-party
||swadvertising.org^$third-party
||swallsix.info^$third-party
||swbdds.com^$third-party
||sweeterge.info^$third-party
||swelen.com^$third-party
||switchadhub.com^$third-party
||swoop.com^$third-party
||symbiosting.com^$third-party
||syndicatedsearchresults.com^$third-party
||synerpattern.com^$third-party
||synhandler.net^$third-party
||t3q7af0z.com^$third-party
||tabici.com^$third-party
||tabunder.com^$third-party
||tacastas.com^$third-party
||tacoda.net^$third-party
||tacrater.com^$third-party
||tacticalrepublic.com^$third-party
||tafmaster.com^$third-party
||tagbucket.cc^$third-party
||tagcade.com^$third-party
||tagdelivery.com^$third-party
||taggify.net^$third-party
||tagjunction.com^$third-party
||tagshost.com^$third-party
||tailsweep.com^$third-party
||tainiesonline.fun^$third-party
||takensparks.com^$third-party
||talaropa.com^$third-party
||talk2none.com^$third-party
||tangozebra.com^$third-party
||tapad.com^$third-party
||tapinfluence.com^$third-party
||tapnative.com^$third-party
||tardangro.com^$third-party
||targaubs.com^$third-party
||targetadverts.com^$third-party
||targeterra.info^$third-party
||targetnet.com^$third-party
||targetpoint.com^$third-party
||targetspot.com^$third-party
||tataget.ru^$third-party
||tattomedia.com^$third-party
||tbaffiliate.com^$third-party
||tcadops.ca^$third-party
||tchhelpdmn.xyz^$third-party
||td553.com^$third-party
||td563.com^$third-party
||td583.com^$third-party
||tdmd.us^$third-party
||tdntrack.com^$third-party
||tdsjsext.com^$third-party
||teads.tv^$third-party
||teambetaffiliates.com^$third-party
||teasernet.com^$third-party
||tebo0o2xw4.com^$third-party
||tec-tec-boom.com^$third-party
||techclicks.net^$third-party
||technoratimedia.com^$third-party
||teensexgfs.com^$third-party
||teesheel.net^$third-party
||telemetryverification.net^$third-party
||telwrite.com^$third-party
||tennerlist.com^$third-party
||teosredic.com^$third-party
||teracent.net^$third-party
||teracreative.com^$third-party
||teraxhif.com^$third-party
||terraclicks.com^$third-party
||terrapush.com^$third-party
||terratraf.com^$third-party
||teschenite.com^$third-party
||testfilter.com^$third-party
||testnet.nl^$third-party
||teutorigos-cat.com^$third-party
||texasboston.com^$third-party
||text-link-ads.com^$third-party
||textonlyads.com^$third-party
||textsrv.com^$third-party
||tfag.de^$third-party
||tfuyqoxs.com^$third-party
||tgmnstr.com^$third-party
||tgtmedia.com^$third-party
||thaez4sh.com^$third-party
||thangasoline.com^$third-party
||tharbadir.com^$third-party
||thdragate.info^$third-party
||theadgateway.com^$third-party
||theads.me^$third-party
||thebannerexchange.com^$third-party
||thebflix.info^$third-party
||theequalground.info^$third-party
||theersoa.net^$third-party
||thefoxes.ru^$third-party
||thelistassassin.com^$third-party
||theloungenet.com^$third-party
||themidnightmatulas.com^$third-party
||theodosium.com^$third-party
||theonecdn.com^$third-party
||thepiratereactor.net^$third-party
||therneserutybin.info^$third-party
||therubiqube.com^$third-party
||thewebgemnetwork.com^$third-party
||thewheelof.com^$third-party
||thewhizmarketing.com^$third-party
||thisiswaldo.com^$third-party
||thoseads.com^$third-party
||thoughtleadr.com^$third-party
||thoughtsondance.info^$third-party
||ti583.com^$third-party
||tiberowheddidn.info^$third-party
||ticrite.com^$third-party
||tidaltv.com^$third-party
||tightexact.net^$third-party
||tiller.co^$third-party
||tinbuadserv.com^$third-party
||tisadama.com^$third-party
||tiser.com^$third-party
||tissage-extension.com^$third-party
||titranco.info^$third-party
||tkqlhce.com/image-$third-party
||tkqlhce.com/placeholder-$third-party
||tldadserv.com^$third-party
||tlvmedia.com^$third-party
||tmdn2015x9.com^$third-party
||tmpopenclose.click^$third-party
||tmqhw.us^$third-party
||tmtrck.com^$third-party
||tnyzin.ru^$third-party
||toads.id^$third-party
||toalhjpw.com^$third-party
||toboads.com^$third-party
||todich.ru^$third-party
||togroltu.net^$third-party
||tokenads.com^$third-party
||tolethembehisy.club^$third-party
||tollfreeforwarding.com^$third-party
||tomekas.com^$third-party
||tonefuse.com^$third-party
||tool-site.com^$third-party
||top26.net^$third-party
||topacity.info^$third-party
||topad.mobi^$third-party
||topauto10.com^$third-party
||topbananaad.com^$third-party
||topcasino10.com^$third-party
||topclickguru.com^$third-party
||topeuro.biz^$third-party
||topfox.co.uk^$third-party
||tophotoffers.com^$third-party
||topqualitylink.com^$third-party
||torads.me^$third-party
||torads.xyz^$third-party
||torconpro.com^$third-party
||torerolumiere.net^$third-party
||toro-tags.com^$third-party
||toroadvertising.com^$third-party
||toroadvertisingmedia.com^$third-party
||torrida.net^$third-party
||torrpedoads.net^$third-party
||torvind.com^$third-party
||tostickad.com^$third-party
||total-media.net^$third-party
||totalprofitplan.com^$third-party
||totdorancaltert.club^$third-party
||totemcash.com^$third-party
||towardstelephone.com^$third-party
||tower-colocation.de^$third-party
||tower-colocation.info^$third-party
||tpn134.com^$third-party
||tpnads.com^$third-party
||tqlkg.com^$third-party
||tqlkg.net^$third-party
||tr563.com^$third-party
||traceadmanager.com^$third-party
||trackadvertising.net^$third-party
||trackaffpix.com^$third-party
||trackcorner.com^$third-party
||tracking.to^$third-party
||tracking101.com^$third-party
||tracking11.com^$third-party
||trackingoffer.info^$third-party
||trackingoffer.net^$third-party
||tracklab.club^$third-party
||trackpath.biz^$third-party
||trackpromotion.net^$third-party
||trackstarsengland.net^$third-party
||trackthatad.com^$third-party
||tracktor.co.uk^$third-party
||trackuity.com^$third-party
||trackvoluum.com^$third-party
||trackword.net^$third-party
||trackyourlinks.com^$third-party
||tradeadexchange.com^$third-party
||tradeexpert.net^$third-party
||tradepopups.com^$third-party
||traff-advertazer.com^$third-party
||traffads.su^$third-party
||traffboost.net^$third-party
||traffic-media.co.uk^$third-party
||traffic-media.co^$third-party
||traffic-supremacy.com^$third-party
||traffic2bitcoin.com^$third-party
||trafficadbar.com^$third-party
||trafficbarads.com^$third-party
||trafficbee.com^$third-party
||trafficbroker.com^$third-party
||trafficfabrik.com^$third-party
||trafficfactory.biz^$third-party
||trafficforce.com^$third-party
||trafficformoney.com^$third-party
||traffichaus.com^$third-party
||trafficjunky.net^$third-party
||trafficmasterz.net^$third-party
||trafficmp.com^$third-party
||trafficposse.com^$third-party
||trafficrevenue.net^$third-party
||trafficsan.com^$third-party
||trafficspaces.net^$third-party
||trafficswarm.com^$third-party
||trafficsway.com^$third-party
||trafficsynergy.com^$third-party
||traffictrader.net^$third-party
||trafficular.com^$third-party
||trafficvance.com^$third-party
||trafficwave.net^$third-party
||trafficz.com^$third-party
||trafficzap.com^$third-party
||traffirms.com^$third-party
||trafforsrv.com^$third-party
||trafic-media.ru^$third-party
||trafmag.com^$third-party
||trahic.ru^$third-party
||traktrafficflow.com^$third-party
||trapasol.com^$third-party
||traveladvertising.com^$third-party
||travelscream.com^$third-party
||travidia.com^$third-party
||traviously.pro^$third-party
||tredirect.com^$third-party
||treksol.net^$third-party
||trenpyle.com^$third-party
||triadmedianetwork.com^$third-party
||tribalfusion.com^$third-party
||tributedz.com^$third-party
||trido.club^$third-party
||trigami.com^$third-party
||trigr.co^$third-party
||trimpur.com^$third-party
||tripedrated.xyz^$third-party
||trk4.com^$third-party
||trkalot.com^$third-party
||trkclk.net^$third-party
||trker.com^$third-party
||trklnks.com^$third-party
||trklvs.com^$third-party
||trkrdel.com^$third-party
||trks.us^$third-party
||trktrk011.com^$third-party
||trmit.com^$third-party
||trombocrack.com^$third-party
||trtrccl.com^$third-party
||truefilen32.com^$third-party
||truesecurejump.com^$third-party
||truex.com^$third-party
||trustaffs.com^$third-party
||trustx.org^$third-party
||trygen.co.uk^$third-party
||trymynewspirit.com^$third-party
||trzi30ic.com^$third-party
||tsitraty.ru^$third-party
||tsyndicate.com^$third-party
||ttzmedia.com^$third-party
||tubberlo.com^$third-party
||tubeadvertising.eu^$third-party
||tubemogul.com^$third-party
||tubereplay.com^$third-party
||tukuterus.com^$third-party
||tumri.net^$third-party
||turboadv.com^$third-party
||turbotraff.com^$third-party
||turbotraff.net^$third-party
||turn.com^$third-party
||tusno.com^$third-party
||tut-64.com^$third-party
||tutvp.com^$third-party
||tvas-a.pw^$third-party
||tvas-c.pw^$third-party
||tvprocessing.com^$third-party
||twalm.com^$third-party
||tweard.com^$third-party
||tweightment.pro^$third-party
||tweowhvrim.review^$third-party
||twinpinenetwork.com^$third-party
||twistads.com^$third-party
||twittad.com^$third-party
||twtad.com^$third-party
||tyroo.com^$third-party
||tzode.com^$third-party
||u-ad.info^$third-party
||u1hw38x0.com^$third-party
||u223o.com^$third-party
||u8vysb7s2v.com^$third-party
||ubercpm.com^$third-party
||ubudigital.com^$third-party
||ucaluco.com^$third-party
||ucoxa.work^$third-party
||udarem.com^$third-party
||udmlkmzjkob.co^$third-party
||udmserve.net^$third-party
||ueuerea.com^$third-party
||ufpcdn.com^$third-party
||ugaral.com^$third-party
||ughus.com^$third-party
||uglyst.com^$third-party
||ugrastes.uk^$third-party
||uhappine.com^$third-party
||uharded.com^$third-party
||uiadserver.com^$third-party
||uiqatnpooq.com^$third-party
||ujieva.com^$third-party
||ukbanners.com^$third-party
||ukulelead.com^$third-party
||ulife17yeter.com^$third-party
||ulnawoyyzbljc.ru^$third-party
||ultimategracelessness.info^$third-party
||umamdmo.com^$third-party
||umebiggestern.club^$third-party
||unanimis.co.uk^$third-party
||unaturing.info^$third-party
||underclick.ru^$third-party
||underdog.media^$third-party
||undertone.com^$third-party
||undousun.com^$third-party
||undrininvereb.info^$third-party
||ungstlateriag.club^$third-party
||unhardward.com^$third-party
||unicast.com^$third-party
||unifini.de^$third-party
||unitethecows.com^$third-party
||universityofinternetscience.com^$third-party
||unknownads.com^$third-party
||unlockr.com^$third-party
||unrestery.info^$third-party
||unrulymedia.com^$third-party
||unterary.com^$third-party
||untidyquestion.com^$third-party
||up-dates.to^$third-party
||upads.info^$third-party
||upliftsearch.com^$third-party
||uprimp.com^$third-party
||upstained.com^$third-party
||uptimecdn.com^$third-party
||urbation.net^$third-party
||ureace.com^$third-party
||uriqirelle.xyz^$third-party
||urlads.net^$third-party
||urlcash.net^$third-party
||urldelivery.com^$third-party
||usairguw.com^$third-party
||usbanners.com^$third-party
||usemax.de^$third-party
||usenetjunction.com^$third-party
||usenetpassport.com^$third-party
||usercash.com^$third-party
||uspostly.info^$third-party
||usswrite.com^$third-party
||usurv.com^$third-party
||utarget.co.uk^$third-party
||utarget.ru^$third-party
||utokapa.com^$third-party
||utubeconverter.com^$third-party
||uwonderful.ru^$third-party
||v.fwmrm.net^$object,third-party
||v.movad.de^$third-party
||v11media.com^$third-party
||v1n7c.com^$third-party
||v2cigs.com^$third-party
||v2mlblack.biz^$third-party
||v3g4s.com^$third-party
||vacaneedasap.com^$third-party
||vadpay.com^$third-party
||validclick.com^$third-party
||valuead.com^$third-party
||valueaffiliate.net^$third-party
||valueclick.com^$third-party
||valueclick.net^$third-party
||valueclickmedia.com^$third-party
||valuecommerce.com^$third-party
||valuecontent.net^$third-party
||vamartin.work^$third-party
||vapedia.com^$third-party
||variablefitness.com^$third-party
||vartoken.com^$third-party
||vashoot.com^$third-party
||vastopped.com^$third-party
||vbtrax.com^$third-party
||vcmedia.com^$third-party
||vcommission.com^$third-party
||vdbhe7ti.com^$third-party
||vdopia.com^$third-party
||vectorstock.com^$third-party
||vedohd.org^$third-party
||vellde.com^$third-party
||velmedia.net^$third-party
||velocecdn.com^$third-party
||velocitycdn.com^$third-party
||velti.com^$third-party
||vemba.com^$third-party
||vendexo.com^$third-party
||venturead.com^$third-party
||venusbux.com^$third-party
||veoxa.com^$third-party
||verata.xyz^$third-party
||verblife-2.co^$third-party
||verblife-3.co^$third-party
||versahq.com^$third-party
||versetime.com^$third-party
||vertamedia.com^$third-party
||vertismedia.co.uk^$third-party
||vestlitt.online^$third-party
||vhmnetwork.com^$third-party
||vianadserver.com^$third-party
||vibrant.co^$third-party
||vibrantmedia.com^$third-party
||victorance.com^$third-party
||vid7delivery.com^$third-party
||vidcoin.com^$third-party
||vidcpm.com^$third-party
||video-loader.com^$third-party
||video1404.info^$third-party
||videoadex.com^$third-party
||videoclick.ru^$third-party
||videodeals.com^$third-party
||videoegg.com^$third-party
||videohub.com^$third-party
||videohube.eu^$third-party
||videoindigen.com^$third-party
||videolansoftware.com^$third-party
||videoliver.com^$third-party
||videologygroup.com^$third-party
||videoplayerhub.com^$third-party
||videoplaza.com^$object,third-party,domain=autoexpress.co.uk|evo.co.uk|givemefootball.com|mensfitness.co.uk|mpora.com|tribalfootball.com
||videoplaza.com^$~object,third-party
||videoplaza.tv/proxy/distributor^$object,third-party
||videoplaza.tv^$object,third-party,domain=tv4play.se
||videoplaza.tv^$~object,third-party
||videoroll.net^$third-party
||videovfr.com^$third-party
||vidpay.com^$third-party
||vidsdelivery.com^$third-party
||viedeo2k.tv^$third-party
||view-ads.de^$third-party
||view.atdmt.com/partner/$third-party
||view.atdmt.com^*/iview/$third-party
||view.atdmt.com^*/view/$third-party
||viewablemedia.net^$third-party
||viewclc.com^$third-party
||viewex.co.uk^$third-party
||viewivo.com^$third-party
||vihub.ru^$third-party
||vindicosuite.com^$third-party
||vinterrals.info^$third-party
||vipquesting.com^$third-party
||viral782.com^$third-party
||viralcpm.com^$third-party
||viralmediatech.com^$third-party
||visiads.com^$third-party
||visiblegains.com^$third-party
||visiblemeasures.com^$~object,third-party
||visitdetails.com^$third-party
||visitweb.com^$third-party
||visualsteel.net^$third-party
||vitalads.net^$third-party
||vivadgo.ru^$third-party
||vivamob.net^$third-party
||vixnixxer.com^$third-party
||vkoad.com^$third-party
||vntsm.com^$third-party
||voajewhe.net^$third-party
||voameque.com^$third-party
||voaroawo.net^$third-party
||vodexor.us^$third-party
||vogo-vogo.ru^$third-party
||vogosita.com^$third-party
||vogozaw.ru^$third-party
||voipnewswire.net^$third-party
||voodoo.com^$third-party
||vovhiwr.com^$third-party
||vpico.com^$third-party
||vrtzads.com^$third-party
||vs20060817.com^$third-party
||vs4entertainment.com^$third-party
||vs4family.com^$third-party
||vsservers.net^$third-party
||vth05dse.com^$third-party
||vuiads.de^$third-party
||vuiads.info^$third-party
||vuiads.net^$third-party
||vukhhjzd.com^$third-party
||vupulse.com^$third-party
||vuuwd.com^$third-party
||w00f.net^$third-party
||w00tads.com^$third-party
||w00tmedia.net^$third-party
||w3bnr.in^$third-party
||w3exit.com^$third-party
||w4.com^$third-party
||w5statistics.info^$third-party
||w9statistics.info^$third-party
||waeasin.info^$third-party
||wafmedia3.com^$third-party
||wafmedia5.com^$third-party
||wafmedia6.com^$third-party
||waframedia20.com^$third-party
||waframedia3.com^$third-party
||waframedia5.com^$third-party
||waframedia7.com^$third-party
||waframedia8.com^$third-party
||wagershare.com^$third-party
||wahoha.com^$third-party
||wallstrads.com^$third-party
||walternsa.com^$third-party
||walternse.com^$third-party
||wamnetwork.com^$third-party
||wangfenxi.com^$third-party
||wantcannabis.ca^$third-party
||waploft.cc^$third-party
||waploft.com^$third-party
||wapoawoo.net^$third-party
||warezlayer.to^$third-party
||warfacco.com^$third-party
||warpwrite.com^$third-party
||wat.freesubdom.com^$third-party
||wat.ipowerapps.com^$third-party
||watchfree.flv.in^$third-party
||watchingthat.com^$third-party
||watchingthat.net^$third-party
||watchnowlive.eu^$third-party
||wateristian.com^$third-party
||wauzoust.com^$third-party
||waveview.info^$third-party
||waycash.net^$third-party
||waymp.com^$third-party
||wbdds.com^$third-party
||wbpal.com^$third-party
||wbptqzmv.com^$third-party
||wcmcs.net^$third-party
||wcpanalytics.com^$third-party
||wdaxvjr9dc.com^$third-party
||weadrevenue.com^$third-party
||web-adservice.com^$third-party
||web-bird.jp^$third-party
||webads.co.nz^$third-party
||webads.nl^$third-party
||webadvertise123.com^$third-party
||webcontentassessor.com^$third-party
||webcontentdelivery.info^$third-party
||webeatyouradblocker.com^$third-party
||webmasterspub.com^$third-party
||webmedia.co.il^$third-party
||webonlinnew.com^$third-party
||weborama.fr^$third-party
||weborama.io^$third-party
||webpushcloud.info^$third-party
||webseeds.com^$third-party
||webtradehub.com^$third-party
||webtraffic.ttinet.com^$third-party
||webusersurvey.com^$third-party
||weedazou.net^$third-party
||wegetpaid.net^$third-party
||wegotmedia.com^$third-party
||wellturnedpenne.info^$third-party
||werbe-sponsor.de^$third-party
||westatess.info^$third-party
||wfnetwork.com^$third-party
||wgreatdream.com^$third-party
||wgwmwtmyklhzsudqadc.com^$third-party
||wh5kb0u4.com^$third-party
||where.com^$third-party
||whistorica.info^$third-party
||whiteboardnez.com^$third-party
||whizzco.com^$third-party
||whoads.net^$third-party
||whs82908.com^$third-party
||whtsrv9.com^$third-party
||whukroal.net^$third-party
||why-outsource.net^$third-party
||widget.yavli.com^$third-party
||widgetadvertising.biz^$third-party
||widgetbanner.mobi^$third-party
||widgetbucks.com^$third-party
||widgetlead.net^$third-party
||widgets.fccinteractive.com^$third-party
||widgetsurvey.biz^$third-party
||widgetvalue.net^$third-party
||widgetwidget.mobi^$third-party
||wigetmedia.com^$third-party
||wigetstudios.com^$third-party
||winbuyer.com^$third-party
||windgetbook.info^$third-party
||windowne.info^$third-party
||wingads.com^$third-party
||winsspeeder.info^$third-party
||witalfieldt.com^$third-party
||wkiuklpbsr.com^$third-party
||wlmarketing.com^$third-party
||wltoyqyynkbcc.com^$third-party
||wmeter.ru^$third-party
||wmmediacorp.com^$third-party
||wnp.com^$third-party
||wonclick.com^$third-party
||wootmedia.net^$third-party
||wordbankads.com^$third-party
||wordego.com^$third-party
||wordgetboo.com^$third-party
||workably.club^$third-party
||workablyr.info^$third-party
||worlddatinghere.com^$third-party
||worldsearchpro.com^$third-party
||worldwidemailer.com^$third-party
||worthathousandwords.com^$third-party
||worthyadvertising.com^$third-party
||wpnjs.com^$third-party
||ws-gateway.com^$third-party
||wsp.mgid.com^
||wulium.com^$third-party
||wurea.com^$third-party
||wwbn.com^$third-party
||wwv4ez0n.com^$third-party
||www-protection.com^$third-party
||wwwadcntr.com^$third-party
||wwwp.link^$third-party
||wwwpromoter.com^$third-party
||wziftlp.com^$third-party
||x.fidelity-media.com^$third-party
||x.mochiads.com^$third-party
||x107nqa.com^$third-party
||x4300tiz.com^$third-party
||x8bhr.com^$third-party
||xad.com^$third-party
||xadcentral.com^$third-party
||xameleonads.com^$third-party
||xaxoro.com^$third-party
||xcelltech.com^$third-party
||xcelsiusadserver.com^$third-party
||xchangebanners.com^$third-party
||xdev.info^$third-party
||xdirectx.com^$third-party
||xeontopa.com^$third-party
||xfileload.com^$third-party
||xfs5yhr1.com^$third-party
||xghfi97mk6.com^$third-party
||xgraph.net^$third-party
||xjfjx8hw.com^$third-party
||xmasdom.com^$third-party
||xmaswrite.com^$third-party
||xmlconfig.ltassrv.com^$third-party
||xmlmonetize.com^$third-party
||xmlwizard.com^$third-party
||xnkmmbfpyokevaxsjtky.com^$third-party
||xoalt.com^$third-party
||xs.mochiads.com^$third-party
||xtcie.com^$third-party
||xtendadvert.com^$third-party
||xtendmedia.com^$third-party
||xubob.com^$third-party
||xwwmhfbikx.net^$third-party
||xx00.info^$third-party
||xxlink.net^$third-party
||xyzzyxxyzzyx.com^$third-party
||ya88s1yk.com^$third-party
||yabuka.com^$third-party
||yadomedia.com^$third-party
||yambotan.ru^$third-party
||yashi.com^$third-party
||yathmoth.com^$third-party
||yawnedgtuis.org^$third-party
||yb0t.com^$third-party
||ycasmd.info^$third-party
||yceml.net^$third-party
||yeabble.com^$third-party
||yellads.com^$third-party
||yellorun.com^$third-party
||yellowacorn.net^$third-party
||yellowmango.eu^$third-party
||yeo1tfjz5f.com^$third-party
||yepoints.net^$third-party
||yes-messenger.com^$third-party
||yesadsrv.com^$third-party
||yesnexus.com^$third-party
||yesobe.work^$third-party
||ygfbto.com^$third-party
||yieldads.com^$third-party
||yieldadvert.com^$third-party
||yieldbuild.com^$third-party
||yieldkit.com^$third-party
||yieldlab.net^$third-party
||yieldlove.com^$third-party
||yieldmanager.com^$third-party
||yieldmanager.net^$third-party
||yieldoptimizer.com^$third-party
||yieldselect.com^$third-party
||yieldtraffic.com^$third-party
||yieldx.com^$third-party
||yiq6p.com^$third-party
||yjxuda0oi.com^$third-party
||yldbt.com^$third-party
||yldmgrimg.net^$third-party
||yllix.com^$third-party
||ylx-1.com^$third-party
||ylx-2.com^$third-party
||ylx-3.com^$third-party
||ylx-4.com^$third-party
||ymads.com^$third-party
||yoc-adserver.com^$third-party
||yottacash.com^$third-party
||youcandoitwithroi.com^$third-party
||youlamedia.com^$third-party
||youlouk.com^$third-party
||your-tornado-file.com^$third-party
||your-tornado-file.org^$third-party
||youradexchange.com^$third-party
||yourfastpaydayloans.com^$third-party
||yourlegacy.club^$third-party
||youroffers.win^$third-party
||yourquickads.com^$third-party
||youwatchtools.com^$third-party
||ypreferred.com^$third-party
||ytsa.net^$third-party
||yu21uy.com^$third-party
||yuarth.com^$third-party
||yucce.com^$third-party
||yuhuads.com^$third-party
||yumenetworks.com^$third-party
||yunshipei.com^$third-party
||yupfiles.club^$third-party
||yupfiles.net^$third-party
||yupfiles.org^$third-party
||yvoria.com^$third-party
||yxrxd.com^$third-party
||yz56lywd.com^$third-party
||yz740.com^$third-party
||yzrnur.com^$third-party
||yzus09by.com^$third-party
||z-defense.com^$third-party
||z-gbtlfibnw.co^$third-party
||z5x.net^$third-party
||zafrc.5780.site^$third-party
||zangocash.com^$third-party
||zanox-affiliate.de/ppv/$third-party
||zanox.com/ppv/$third-party
||zanyx.club^$third-party
||zap.buzz^$third-party
||zaparena.com^$third-party
||zappy.co.za^$third-party
||zapstorage.xyz^$third-party
||zapunited.com^$third-party
||zavu.work^$third-party
||zde-engage.com^$third-party
||zeads.com^$third-party
||zedo.com^$third-party
||zeesiti.com^$third-party
||zemanta.com^$third-party
||zenoviaexchange.com^$third-party
||zenoviagroup.com^$third-party
||zercstas.com^$third-party
||zerezas.com^$third-party
||zeropark.com^$third-party
||zerozo.work^$third-party
||zferral.com^$third-party
||zidae.com^$third-party
||zidedge.com^$third-party
||ziffdavis.com^$third-party
||zipropyl.com^$third-party
||zisboombah.net^$third-party
||zjk24.com^$third-party
||zm232.com^$third-party
||znaptag.com^$third-party
||zoglafi.info^$third-party
||zompmedia.com^$third-party
||zonealta.com^$third-party
||zonplug.com^$third-party
||zoocauvo.net^$third-party
||zoomdirect.com.au^$third-party
||zorwrite.com^$third-party
||zugo.com^$third-party
||zukxd6fkxqn.com^$third-party
||zumcontentdelivery.info^$third-party
||zwaar.org^$third-party
||zxxds.net^$third-party
||zyiis.net^$third-party
||zylstina.xyz^$third-party
||zypenetwork.com^$third-party
||adminpromotion.com^
||adsalesforce.com^
||amazingfunnvideos.com^
||automationeventually.com^
||blissfulonline.com^
||capsuledaily.com^
||chanelets-aurning.com^
||clickercollections.com^
||clubpenguinclub.com^
||commercedirections.com^
||dialgold.com^
||effectivelyreport.com^
||factorcontest.com^
||gangidance.com^
||gladiatorbugs.com^
||greenmentioned.com^
||gunnersalmighty.com^
||happylifebab.com^
||hilltopgo.com^
||hugexdeal.com^
||includeinthebox.com^
||jasonsvid.com^
||justmarriedvideo.com^
||libreriamedina.com^
||magararepublic.com^
||manorparty.com^
||menuexamples.com^
||myaarzoo.com^
||naughtyxparty.com^
||oddheels.com^
||pennyotcstock.com^
||recentphenomenon.com^
||requestingreview.com^
||robovoiz.com^
||romeoforum.com^
||safeonlinesites.com^
||salemyticket.com^
||scaryheels.com^
||showgardener.com^
||softxbutt.com^
||studiolineworks.com^
||tacchisexy.com^
||taodropship.com^
||thegreenzoneblog.com^
||ticktockhealth.com^
||topgreatxoffers.com^
||trackmackweldon.com^
||trafficshirts.com^
||travelstool.com^
||upcum.com^
||wallpapersfacts.com^
||wholesomehealthshop.com^
||wonderfulproductives.com^
||yukongoldinfo.com^
||yygoshopping.com^
||arrlnk.com^$document
||cbbp1.com^$document
||cdaz.icu^$document
||clk-can.com^$document
||clk-sec.com^$document
||dianomi.com^$document
||dilruwha.net^$document
||discoverredirect.com^$document
||dolohen.com^$document
||dsstrk.com^$document
||edchargina.pro^$document
||feadrope.net^$document
||flix16.com^$document
||gdmconvtrck.com^$document
||glauvoob.com^$document
||hutrcksp.com^$document
||intab.site^$document
||iyfnzgb.com^$document
||letrenhegenmi.pro^$document
||mellodur.net^$document
||oiycak.com^$document
||otnolabttmup.com^$document
||outhulem.net^$document
||parronnotandone.info^$document
||premium-members.com^$document
||redirectgang.com^$document
||rsalcdp.com^$document
||rtmark.net^$document
||rtpdn10.com^$document
||runtnc.net^$document
||securesmrt-dt.com^$document
||stream-all.com^$document
||syndication.exosrv.com^$document
||tncred.com^$document
||trackerislive.com^$document
||tukuterus.com^$document
||vcommission.com^$document
||veletonjectof.pro^$document
||yvsystem.com^$document
||104.154.$document
||104.197.$document
||104.198.$document
||130.211.$document
||216.21.$document
||35.184.$document
||35.188.$document
||35.193.$document
||167.206.10.148^
||bootstrap-js.com^$third-party
||g-statistic.com^$third-party
||adglob.asia^$third-party
||affroba.net^$third-party
||afriflatry.co^$third-party
||afvcugqaulh.co^$third-party
||aggeneyer.co^$third-party
||ationsity.com^$third-party
||aution.pro^$third-party
||automoc.net^$third-party
||awakinatters.co^$third-party
||baltchd.net^$third-party
||bellissimome.pro^$third-party
||blailays.pro^$third-party
||blisldgsqk.com^$third-party
||bravome.pro^$third-party
||brazienting.co^$third-party
||breeringarify.co^$third-party
||broced.co^$third-party
||buonome.pro^$third-party
||busions.com^$third-party
||bystfied.pro^$third-party
||cabirm.com^$third-party
||carvarial.pro^$third-party
||categy.co^$third-party
||chiptionics.co^$third-party
||chness.co^$third-party
||ckivxgxgqknk.com^$third-party
||cklad.xyz^$third-party
||clifftopper.com^$third-party
||conceau.co^$third-party
||conflibred.co^$third-party
||contratellaps.com^$third-party
||coolandevencooler.com^$third-party
||cpmgohigh.com^$third-party
||crewita.co^$third-party
||critariatele.pro^$third-party
||cruisteerses.co^$third-party
||cwkhyupiwzcjy.com^$third-party
||darersan.co^$third-party
||deliverylizer.com^$third-party
||deliverytaste.com^$third-party
||derler.pro^$third-party
||despearingle.co^$third-party
||dohillright.com^$third-party
||donecooler.com^$third-party
||dustumbs.pro^$third-party
||elepocial.pro^$third-party
||exclusivecpms.com^$third-party
||explanse.co^$third-party
||explater.net^$third-party
||exponderle.pro^$third-party
||fabrativellic.co^$third-party
||fcrgzqkbtgu.co^$third-party
||fielerac.net^$third-party
||finimbratedle.com^$third-party
||fleconomnipuer.com^$third-party
||foreinate.com^$third-party
||galaxyleaders.com^$third-party
||gohillgo.com^$third-party
||goupandhigher.com^$third-party
||graphli.net^$third-party
||gxwoiiyfjiz.com^$third-party
||happer.info^$third-party
||hfedxxuvtjtqs.com^$third-party
||hgjywrorlbn.com^$third-party
||hicaptivided.com^$third-party
||hillpl.com^$third-party
||hilltopads.net^$third-party
||hlfjgurbaln.com^$third-party
||hothta.com^$third-party
||houssimmon.co^$third-party
||htalizer.com^$third-party
||htamaster.com^$third-party
||htmonster.com^$third-party
||huccrlctmgifs.com^$third-party
||imanisfan.com^$third-party
||inchte.com^$third-party
||ininmacerad.pro^$third-party
||jacopiler.pro^$third-party
||johays.co^$third-party
||juryintory.co^$third-party
||justailley.pro^$third-party
||justardes.pro^$third-party
||lanchaeanly.pro^$third-party
||lativil.co^$third-party
||lengthi.net^$third-party
||lightspeedtop.com^$third-party
||meried.co^$third-party
||methernary.com^$third-party
||monditomasks.co^$third-party
||motosal.net^$third-party
||nastoverewess.pro^$third-party
||niajmtjqexq.co^$third-party
||nottonic.com^$third-party
||omoukkkj.stream^$third-party
||operatedelivery.com^$third-party
||oratess.com^$third-party
||ormeadobess.com^$third-party
||panection.co^$third-party
||papectorigury.co^$third-party
||parater.co^$third-party
||patiland.co^$third-party
||perfectome.pro^$third-party
||personaleme.pro^$third-party
||pistraving.co^$third-party
||pitics.co^$third-party
||plemencomp.co^$third-party
||populatecpm.com^$third-party
||poterrupte.co^$third-party
||prectic.co^$third-party
||premender.co^$third-party
||printelly.co^$third-party
||proccurs.com^$third-party
||prodwaves.pro^$third-party
||purpreine.co^$third-party
||qpernrqxjfto.com^$third-party
||qqatllrijx.com^$third-party
||queurow.pro^$third-party
||quilithly.co^$third-party
||rapidyl.net^$third-party
||readvasturked.pro^$third-party
||recusticks.co^$third-party
||redemotoructs.co^$third-party
||reimburs.co^$third-party
||relity.pro^$third-party
||replainy.co^$third-party
||reundcwkqvctq.com^$third-party
||saillix.com^$third-party
||shmential.co^$third-party
||skyligh.co^$third-party
||slavial.pro^$third-party
||solegingly.co^$third-party
||sommons.co^$third-party
||souncontrigh.com^$third-party
||steakafka.pro^$third-party
||stimergeners.pro^$third-party
||substerrent.co^$third-party
||succumbertson.pro^$third-party
||surmoss.co^$third-party
||susection.co^$third-party
||sworatio.co^$third-party
||temphilltop.com^$third-party
||temphilltop.net^$third-party
||thogethoffic.co^$third-party
||thomized.co^$third-party
||tiveriches.pro^$third-party
||trepit.pro^$third-party
||trobely.co^$third-party
||typieced.com^$third-party
||unaiablmgsz.com^$third-party
||vulgiatious.com^$third-party
||vulging.pro^$third-party
||wanaldster.com^$third-party
||whitud.co^$third-party
||wicktrown.co^$third-party
||xleebhxalb.com^$third-party
||xvika.com^$third-party
||ywtjdckysve.com^$third-party
||zbwttofskjnc.com^$third-party
||04v70ab.com^$third-party
||1yme78h.com^$third-party
||2p9fyvx.com^$third-party
||5g9quwq.com^$third-party
||axdxmdv.com^$third-party
||bjcvibh.com^$third-party
||bxnvdau.com^$third-party
||eiwrwjc.com^$third-party
||g5fzq2l.com^$third-party
||i5rl5lf.com^$third-party
||oihbs34.com^$third-party
||sa2xskt.com^$third-party
||usxsp7v.com^$third-party
||0026645142c89aeb1.com^$third-party
||006a039c957c142bb.com^$third-party
||0073dd485d46d930dd9.com^$third-party
||00aaa2d81c1d174.com^$third-party
||00ae8b5a9c1d597.com^$third-party
||012469af389a1d1246d.com^$third-party
||017e689c749.com^$third-party
||02aa19117f396e9.com^$third-party
||02b5da94a2bd4aea.com^$third-party
||0374adc8c6a6a56.com^$third-party
||039ad0897e6da.com^$third-party
||04426f8b7ce9b069431.com^$third-party
||059e025e7484.com^$third-party
||05ee3a24ed11df058c8.com^$third-party
||05f4e2756f290.com^$third-party
||06f09b1008ae993a5a.com^$third-party
||07346e971b1ec7f.com^$third-party
||073c0cec65916314a.com^$third-party
||0926a687679d337e9d.com^$third-party
||0956228a2df97a.com^$third-party
||09b950280b055.com^$third-party
||0b6e714203b6797e8d4.com^$third-party
||0b9d84d93f1b.com^$third-party
||0c8a10b46fc6.com^$third-party
||0d847862199.com^$third-party
||0dbcf515975d.com^$third-party
||0e6fc55ed3d4c2c2ba0.com^$third-party
||0f12ec21041307c4ddd.com^$third-party
||0f461325bf56c3e1b9.com^$third-party
||0ff42a1771d8.com^$third-party
||10a053584f01fcaeab1.com^$third-party
||10b883b3d61d.com^$third-party
||118aa629a7968e75e.com^$third-party
||11f976743800.com^$third-party
||1221e236c3f8703.com^$third-party
||12648afd00d93.com^$third-party
||1298bab69bbc4.com^$third-party
||12dc71b7cb820f2a.com^$third-party
||13190546cd1dec9bbdc.com^$third-party
||13895df59d98cc.com^$third-party
||14119276be0852.com^$third-party
||1431f15e2fe8ba0f1f2.com^$third-party
||14b41d7ec7766122d.com^$third-party
||153105c2f9564.com^$third-party
||1543b1db8a0825760.com^$third-party
||165a7c15380874ef3.com^$third-party
||16e2ae8f200d975b.com^$third-party
||17105392a65.com^$third-party
||1740f665a91b68.com^$third-party
||17b1dbd9f3ae7db27cf.com^$third-party
||19980ad7c3fa568e092.com^$third-party
||19b45a16170729.com^$third-party
||19beda38dc2ce42.com^$third-party
||19d12dd9de1.com^$third-party
||1b6a637cbe7bb65ac.com^$third-party
||1b969cef84d93b43.com^$third-party
||1ced38bdc42b883.com^$third-party
||1e122c580cf.com^$third-party
||1f58098dd54.com^$third-party
||1f76e29aaec7bfff53e.com^$third-party
||1f7de8569ea97f0614.com^$third-party
||1j7740kd.website^$third-party
||1nzm7kwgsxxjz90a.com^$third-party
||1wzfew7a.site^$third-party
||1xpers99.com^$third-party
||20a840a14a0ef7d6.com^$third-party
||20afcc1f257.com^$third-party
||2137dc12f9d8.com^$third-party
||21a3dd8ea39c0.com^$third-party
||21b507a044d841b.com^$third-party
||21c9a53484951.com^$third-party
||22a12efe35e3c2f.com^$third-party
||22b765488021d482280.com^$third-party
||23205523023daea6.com^$third-party
||2334ea708ab6d79.com^$third-party
||2444efc8cd8e.com^$third-party
||24ad89fc2690ed9369.com^$third-party
||2559a303164ddde96.com^$third-party
||27015dbc43d77c.com^$third-party
||2712f45c0bb0d67d710.com^$third-party
||2726fecdfde157bdcd.com^$third-party
||274a717d311ac90f.com^$third-party
||2778255fe56.com^$third-party
||29ae58661b9c7178.com^$third-party
||29d16ed498.com^$third-party
||29d65cebb82ef9f.com^$third-party
||2b044210171c93629ae.com^$third-party
||2bbb379103988619ef.com^$third-party
||2c0dad36bdb9eb859f0.com^$third-party
||2c3a97984f45.com^$third-party
||2c6bcbbb82ce911.com^$third-party
||2d5072d5732ab.com^$third-party
||2f5a1f1fab21a56.com^$third-party
||304c40d20085e.com^$third-party
||30b9e3a7d7e2b.com^$third-party
||31a5610ce3a8a2.com^$third-party
||31ab9d66427a22.com^$third-party
||32979c00fcc59b5.com^$third-party
||32a79e2833309ebe.com^$third-party
||32b92bc03f19.com^$third-party
||3381e74f70adfb59.com^$third-party
||33ae985c0ea917.com^$third-party
||340ca72733c9e46fb1.com^$third-party
||344dea1d6d130a7e8e.com^$third-party
||34c2f22e9503ace.com^$third-party
||35d59588f15966.com^$third-party
||367e8bed2a847.com^$third-party
||3761fcd24ef9281f5.com^$third-party
||38486e2886986.com^$third-party
||386704cb2300cf1a.com^$third-party
||3878896c72ed218.com^$third-party
||38f30081974c52.com^$third-party
||392a50219df6.com^$third-party
||395e27cfc83ea88f.com^$third-party
||39d1d397c97730.com^$third-party
||3a64ddc048d277.com^$third-party
||3a8c9b0ca405b5.com^$third-party
||3ac901bf5793b0fccff.com^$third-party
||3b0b68c876376f7311.com^$third-party
||3c0012ab95c132f.com^$third-party
||3c34083bda22d8.com^$third-party
||3c513c1d3255c.com^$third-party
||3c5f0e501db37.com^$third-party
||3ca28642b714623b2.com^$third-party
||3cb06e7a174a55da.com^$third-party
||3cd99930e27056f89.com^$third-party
||3d0da2373af57.com^$third-party
||3d1504306f119f192.com^$third-party
||3d55eccf56053ff2e8.com^$third-party
||3d643f542787c62a7.com^$third-party
||3e35c218b3d623dde.com^$third-party
||3e612a08c1e4ad1c7.com^$third-party
||3f32172d509aeb0.com^$third-party
||3fp43qvh.trade^$third-party
||3wr110.xyz^$third-party
||407433bfc441.com^$third-party
||40ceexln7929.com^$third-party
||4141d006e4f4dd17ab9.com^$third-party
||41df76c67812005c.com^$third-party
||41ef19c0f0794e058c.com^$third-party
||4256b23b681.com^$third-party
||42a5d530ec972d8994.com^$third-party
||42eed1a0d9c129.com^$third-party
||43137c93a82b0e81da.com^$third-party
||43d6f284d10bfbbb3.com^$third-party
||442c8891ec726f339.com^$third-party
||4465ef53c8ffded.com^$third-party
||45f2373b26b8e2.com^$third-party
||46b77243fb11e8b5.com^$third-party
||4702fb341ddf276d.com^$third-party
||473863a8ef28.com^$third-party
||48331375c351e.com^$third-party
||48423894b2a24481.com^$third-party
||48dc47c7234e5258.com^$third-party
||494d36630eae682b20.com^$third-party
||49863d99e314a.com^$third-party
||4a9747b7bfb3.com^$third-party
||4c935d6a244f.com^$third-party
||4e34b4865905c4.com^$third-party
||4eacccd99990beed317.com^$third-party
||4f3c238ed437e1e.com^$third-party
||4f6b2af479d337cf.com^$third-party
||4f6c963f07f67bd.com^$third-party
||4fb0a3bf4a3d38.com^$third-party
||4sbs7w33ozxwnn.com^$third-party
||500969adcf7ae838.com^$third-party
||50258bd2b243b24df.com^$third-party
||512226d4c3039765.com^$third-party
||53229de00c41609ce.com^$third-party
||538b5d8f303be.com^$third-party
||56bc7e3668e952c.com^$third-party
||56bfc388bf12.com^$third-party
||5726303d87522d05.com^$third-party
||57473b6b571.com^$third-party
||5755ac539651fe8f366.com^$third-party
||57fd2911f09b76.com^$third-party
||58040d4c01949f0c1.com^$third-party
||58b14921719ec.com^$third-party
||58b291f917728a2.com^$third-party
||59e6ea7248001c.com^$third-party
||5ad954477413bdb77f.com^$third-party
||5b5a93686577c13.com^$third-party
||5bc58da97b.com^$third-party
||5d02977f6511aa.com^$third-party
||5dabf928ad9ad4.com^$third-party
||5e148a69a8c.com^$third-party
||5e1fcb75b6d662d.com^$third-party
||5e8bba5e95ec.com^$third-party
||5edb123fa3329.com^$third-party
||5f8fbbfc2244adc9.com^$third-party
||5ff794f4b80.com^$third-party
||602d76e204c032.com^$third-party
||6068a17eed25.com^$third-party
||615b68cc9c8528e.com^$third-party
||61739011039d41a.com^$third-party
||6200a50af8e3.com^$third-party
||620c663bca9a4.com^$third-party
||625c9289e60793.com^$third-party
||62b70ac32d4614b.com^$third-party
||640f94e47dc41c.com^$third-party
||641198810fae7.com^$third-party
||641c79559b7c7c8.com^$third-party
||64aa81cd247ea32d.com^$third-party
||651b4ee436b8cdae.com^$third-party
||6548579f50dc08be9.com^$third-party
||65a29ceed813bbca61.com^$third-party
||65e750617ae8f0421.com^$third-party
||660a755deb8829fe.com^$third-party
||6631f33cf2a1032b.com^$third-party
||66ce98158e4f402.com^$third-party
||67126e4413a.com^$third-party
||6868bbe42af8e518.com^$third-party
||688de7b3822de.com^$third-party
||691123f5be2a669b.com^$third-party
||69oxt4q05.com^$third-party
||6a0a6105bc7a9fa8e.com^$third-party
||6a2adb496b8951e.com^$third-party
||6a40194bef976cc.com^$third-party
||6a9102689db8e.com^$third-party
||6af461b907c5b.com^$third-party
||6b5c418918ebb008cc6.com^$third-party
||6bd9a2ea1a1801e55.com^$third-party
||6c37f8a12dede103bf7.com^$third-party
||6d25c5a1bb9e821f3b7.com^$third-party
||6e2f1d2ae033.com^$third-party
||6ea56485aed0c.com^$third-party
||6fbcee81318.com^$third-party
||6feb908234d.com^$third-party
||6g3am6pr.website^$third-party
||7017042b83a65ea.com^$third-party
||7089e5b41f87.com^$third-party
||70ee6484605f.com^$third-party
||70fd25cf5a7b1c57.com^$third-party
||713d79e3192eb21c.com^$third-party
||71a30cae934e.com^$third-party
||71aa8ed2ff1c8f.com^$third-party
||71bcab8994dbe2.com^$third-party
||71d7511a4861068.com^$third-party
||71dfd978db603cea92a.com^$third-party
||72b8869dfc34690.com^$third-party
||736f35dde67b7da2976.com^$third-party
||739c49a8c68917.com^$third-party
||73c6c063b238097.com^$third-party
||7437b300fa98b98.com^$third-party
||743e6b34be13fb105e0.com^$third-party
||74d382def7b08.com^$third-party
||74da0fffc981.com^$third-party
||754daf9cd396259.com^$third-party
||757a51ce62f.com^$third-party
||758c824671f4fc0.com^$third-party
||75b64c9763a13418e.com^$third-party
||761c1b2a8ad11ac8.website^$third-party
||767c937c5c4e0a6282c.com^$third-party
||76bae64469159dfa58.com^$third-party
||77153ccfd0549f191.com^$third-party
||771b92b0ca0963e.com^$third-party
||77437ee0a17f19c6085.com^$third-party
||77549848b53ea4ce.com^$third-party
||777a2aceac3ff.com^$third-party
||77d0f28ca582231.com^$third-party
||77f24529d8427410.com^$third-party
||7839e0482307b9276b.com^$third-party
||799f3607457e.com^$third-party
||7a6421ee67fdb0f660.com^$third-party
||7ac5bed8bea5.com^$third-party
||7aecd4ee5edfbb703be.com^$third-party
||7cbb237b705ae9361.com^$third-party
||7d6260236b547b31f.com^$third-party
||7db0b2a0ee95f557904.com^$third-party
||7dee28afeb8c939d8.com^$third-party
||7e625f490775b155.com^$third-party
||7edc0b1cdcb8.com^$third-party
||7f011d5e07db.com^$third-party
||7f19b1713b43f7db.com^$third-party
||7f8e91975bdc9c5f1c.com^$third-party
||7qazw085.men^$third-party
||800d24d61daea3c.com^$third-party
||801e51471fdd.com^$third-party
||8092686a39ac5.com^$third-party
||810f3f9dde63ae3.com^$third-party
||8158ad2ee8d4.com^$third-party
||821d55eca272fd.com^$third-party
||8233fa03a40c92d.com^$third-party
||823bc1a6cd3f1657.com^$third-party
||82b9d6273154e7cbf.com^$third-party
||83a26bd3df29eb57.com^$third-party
||84544232a4185d6.com^$third-party
||8462d0b3cc90c90.com^$third-party
||8467d2688e4a4.com^$third-party
||8503a4170f10a9d.com^$third-party
||850a54dbd2398a2.com^$third-party
||8547459af5da02.com^$third-party
||86240336d5604d7.com^$third-party
||86402d8a7f2aa0.com^$third-party
||86f4fd3b507f774.com^$third-party
||87159d7b62fc885.com^$third-party
||8761f9f83613.com^$third-party
||87ac592346b5a.com^$third-party
||889fb4992d4e8.com^$third-party
||88d7b6aa44fb8eb.com^$third-party
||8b0b17dc1f9f8010.com^$third-party
||8baf7ae42000024.com^$third-party
||8bef5bb6b351ca5e.com^$third-party
||8c20290f4cc310f70.com^$third-party
||8c9cc6d2b0e13.com^$third-party
||8cb0309458c7b35e.com^$third-party
||8cce6d834ab4e80c7.com^$third-party
||8dfaa2dc76855.com^$third-party
||8ec04f85772327328.com^$third-party
||8ff01bde37db289d5.com^$third-party
||9053fe03868ab.com^$third-party
||9104cecde1c32cb25f5.com^$third-party
||924e60106cd9d0e.com^$third-party
||927a8dd1afec73.com^$third-party
||929a6f82280b7f.com^$third-party
||9376ec23d50b1.com^$third-party
||939237cdc62078.com^$third-party
||944e66f8683ac43c.com^$third-party
||95a44ebca8b1abc20.com^$third-party
||9688aae6a392f42.com^$third-party
||96f2473b9ba9244f.com^$third-party
||97ff623306ff4c26996.com^$third-party
||98d4b353b20a2b586cd.com^$third-party
||990b424f659e4e27.com^$third-party
||995db2642d3d852b.com^$third-party
||9989be8064c80b.com^$third-party
||99a9339abed56.com^$third-party
||99e5da34520d.com^$third-party
||9a24a1b3dcd5f4.com^$third-party
||9ad7dcc6613a3865f.com^$third-party
||9b13c1c151f9664a73.com^$third-party
||9b278d27d195a11af94.com^$third-party
||9c40a04e9732e6a6.com^$third-party
||9c690ac2bcb.com^$third-party
||9cd76b4462bb.com^$third-party
||9d683ea679bc03ff.com^$third-party
||9de40afd8952279e2e.com^$third-party
||9e5420f6be48ccc.com^$third-party
||9ec10065c976f.com^$third-party
||9f23ab605837.com^$third-party
||9f4272342f817.com^$third-party
||9icmzvn6.website^$third-party
||a02d0adbca0.com^$third-party
||a0675c1160de6c6.com^$third-party
||a06bbd98194c252.com^$third-party
||a15256378569ec595.com^$third-party
||a157ad075fcb34c.com^$third-party
||a15c5009bcbe272.com^$third-party
||a1b1ea8f418ca02ad4e.com^$third-party
||a1d62657ec88.com^$third-party
||a1f37c2dc9d68496.com^$third-party
||a1ff7997a4fa3885527.com^$third-party
||a22f0d8201ade09fa3.com^$third-party
||a258c3523a5c4a47bda.com^$third-party
||a26d31d5d6986cbe.com^$third-party
||a2af4f04914ed298.com^$third-party
||a2ba3784cb354807d.com^$third-party
||a2c653c4d145fa5f96a.com^$third-party
||a2fcb07a505c.com^$third-party
||a337b163a0bc.com^$third-party
||a353364ec1bd19a.com^$third-party
||a35c92d96766745.com^$third-party
||a3761801a40c59b48.com^$third-party
||a46b257bc29b.com^$third-party
||a48aad1dc4085376c.com^$third-party
||a5020fec1701e9f3.com^$third-party
||a5e04df959f1af34.com^$third-party
||a69ee4fa50dc3.com^$third-party
||a6be07586bc4a7.com^$third-party
||a6f845e6c37b2833148.com^$third-party
||a807c7c77664fb7803c.com^$third-party
||a8c37822e110e3.com^$third-party
||a911a1ed6c0.com^$third-party
||a940db0846408b2.com^$third-party
||a9d7c19f0282.com^$third-party
||aa53df329975c325.com^$third-party
||aafb1cd4450aa247.website^$third-party
||ab8ce655c175b0d.com^$third-party
||ab913aa797e78b3.com^$third-party
||abb963a46029eb.com^$third-party
||acamar.xyz^$third-party
||acloudvideos.com^$third-party
||ad1data.com^$third-party
||ad1rtb.com^$third-party
||adstarget.net^$third-party
||ae1a1e258b8b016.com^$third-party
||ae3482c74b1a99f.com^$third-party
||aec40f9e073ba6.com^$third-party
||afa9bdfa63bf7.com^$third-party
||ag2hqdyt.site^$third-party
||aichaima.top^$third-party
||aifoosty.net^$third-party
||alamak.xyz^$third-party
||albireo.xyz^$third-party
||aobyp1una641o8.com^$third-party
||arolrurt.uk^$third-party
||b014381c95cb.com^$third-party
||b06518c81a3b7fe75.com^$third-party
||b07f916388fc6e06847.com^$third-party
||b0d3ea12ec1b93f7af9.com^$third-party
||b142d1440666173b0.com^$third-party
||b18a21ab3c9cb53.com^$third-party
||b18ed7d00817.com^$third-party
||b1b951f817beba948.com^$third-party
||b1f6fe5e3f0c3c8ba6.com^$third-party
||b1fb813dc806b7d.com^$third-party
||b1fe8a95ae27823.com^$third-party
||b24f74fdcf29851d.com^$third-party
||b29f325f9383.com^$third-party
||b3ff2cfeb6f49e.com^$third-party
||b400393baba7cd476a3.com^$third-party
||b45a0da7c44600e69.com^$third-party
||b568tkqe.bid^$third-party
||b59812ee54afcabd.com^$third-party
||b5ae848728034caddca.com^$third-party
||b6aa6257a22451c.com^$third-party
||b76adf2b602.com^$third-party
||b7f479db14a7.com^$third-party
||b88c9bd1dcedfc3.com^$third-party
||b8cf0fd3179ef.com^$third-party
||b936c5932623f.com^$third-party
||b97beb2fed1c4f.com^$third-party
||b9a861044f1.com^$third-party
||b9ba73f1cd9b6.com^$third-party
||b9c73b037e8c27df5.com^$third-party
||ba6af3a0099c6cb9eb5.com^$third-party
||baa2e174884c9c0460e.com^$third-party
||backlogtop.xyz^$third-party
||bae093b2b20fde784.com^$third-party
||bb1acb0ea5ddb1fed8.com^$third-party
||bb475d71fa0b1b2.com^$third-party
||bb47d806f644cb2.com^$third-party
||bf7d2b46e79a7.com^$third-party
||bfb487de1f2da5c.com^$third-party
||bfc70a51929fff2d7fe.com^$third-party
||bfe4e6d364be199.com^$third-party
||bwknu1lo.top^$third-party
||c0afd4609c303.com^$third-party
||c10ed2b8b417880.com^$third-party
||c1f9b35b00f.com^$third-party
||c4698cd6aed0dcef367.com^$third-party
||c63d72a4022.com^$third-party
||c71a045530f0c1c8.com^$third-party
||c75b9ac5103e5d125b8.com^$third-party
||c7d470df880b1d0.com^$third-party
||c810b4e386a121f20.com^$third-party
||c92a198b4e0a.com^$third-party
||c93ec5a2c67bdc4.com^$third-party
||ca4ec6874a33a13.com^$third-party
||ca72472d7aee.com^$third-party
||ca867c69a5d34.com^$third-party
||cacfbf85ad2005e4c31.com^$third-party
||cafe58cc6d0ac.com^$third-party
||cartstick.com^$third-party
||cb4faf87ffae.com^$third-party
||cb5864239d752.com^$third-party
||cbb16ef5c520a0f.com^$third-party
||cc14d05942c685f7.com^$third-party
||cc4030c973cd1b7f4cd.com^$third-party
||cd490573c64f3f.com^$third-party
||cd87c85eb2890d048d2.com^$third-party
||cdnmedia.xyz^$third-party
||ce62e0d222bc5aca.com^$third-party
||ce69817852420b7fea.com^$third-party
||ce9c00f41ae8cdd.com^$third-party
||cea9d3d4f74fb831.com^$third-party
||cebbe184db148.com^$third-party
||ceeglousaud.com^$third-party
||ceehimur.uk^$third-party
||cef5b491241aa0f3.com^$third-party
||cef9c80977e050.com^$third-party
||cf0aac5b4b68f728b22.com^$third-party
||cf26d627adf5.com^$third-party
||chainwalladsy.com^$third-party
||charmour.club^$third-party
||chauksoa.net^$third-party
||constintptr.com^$third-party
||coostuni.com^$third-party
||culsauwou.com^$third-party
||d04b7831b4690.com^$third-party
||d0eda50bf4f7d172c06.com^$third-party
||d0efb7d9aeb478d.com^$third-party
||d194f913ee63.com^$third-party
||d2eb561c06fa6.com^$third-party
||d31ea41705818c9.com^$third-party
||d3b75cfc88a9.com^$third-party
||d3e44a82c2df88.com^$third-party
||d400e5249d363b5617.com^$third-party
||d50285bff60edbb406.com^$third-party
||d53497a82c4f.com^$third-party
||d58bf31082fa97.com^$third-party
||d59fa492f75f520.com^$third-party
||d5c18469d17cb1d1.com^$third-party
||d5d4f491e92.com^$third-party
||d602196786e42d.com^$third-party
||d60227ef59e.com^$third-party
||d6a0826e866d3ac5b.com^$third-party
||d6e9d7d57085c0.com^$third-party
||d71e6dd31a026d45.com^$third-party
||d7e10fa2099.com^$third-party
||d824d7f5cbcb0e00.com^$third-party
||d869381a42af33b.com^$third-party
||d8b440faa110b.com^$third-party
||da60995df247712.com^$third-party
||da6fda11b2b0ba.com^$third-party
||danmeneldur.com^$third-party
||db14a56766c5e1a1c2.com^$third-party
||db1527d1439.com^$third-party
||db52cc91beabf7e8.com^$third-party
||db8a41d81b8dfe41de2.com^$third-party
||dc40b24004fa11f35b7.com^$third-party
||dc63bfb069ea522f.com^$third-party
||dc76b15913c.com^$third-party
||ddaac98f67e384d8a9.com^$third-party
||deliverymodo.com^$third-party
||df63de4ef399b.com^$third-party
||df8c5028a1fad1.com^$third-party
||df931f2841ac729.com^$third-party
||dfb79196408612f1.com^$third-party
||dokauzob.top^$third-party
||dropzenad.com^$third-party
||dsf4t5jfds34j.com^$third-party
||duzakergeex.com^$third-party
||e0663490cca0296f7.com^$third-party
||e0a42e1a21669b.com^$third-party
||e13085e58935e6.com^$third-party
||e162ea7e2bc11fcd545.com^$third-party
||e18a97eee94d0f2519.com^$third-party
||e2618abc9a1.com^$third-party
||e331ff4e674c083.com^$third-party
||e347bb14dc71778.com^$third-party
||e350570881272e.com^$third-party
||e376ef28103177cc.com^$third-party
||e4aa8afa77b8.com^$third-party
||e521d17fa185a2.com^$third-party
||e68aa3c8f17.com^$third-party
||e6916adeb7e46a883.com^$third-party
||e713c2431ad39079.com^$third-party
||e7cb2d86b68099f16.com^$third-party
||e7e776c1a8bf677.com^$third-party
||e85440ec98f04725.com^$third-party
||e8934fbbed0495.com^$third-party
||e8dcdcd1ddcb352b.com^$third-party
||e960e146d9b5ca.com^$third-party
||e9976b21f1b2775b.com^$third-party
||eac0823ca94e3c07.com^$third-party
||eae33bbaf48.com^$third-party
||eae5daf052d2673b.com^$third-party
||eb9918cd6a32b1cff.com^$third-party
||ee6a35c1eeee.com^$third-party
||eedsaiks.uk^$third-party
||eee3a05c040fef3.com^$third-party
||eelsouph.click^$third-party
||eetseemp.net^$third-party
||ef47038bbe7b894d7.com^$third-party
||ef867a1be4f83922.com^$third-party
||efd3b86a5fbddda.com^$third-party
||ekoocmujairt.com^$third-party
||ethikuma.link^$third-party
||f01ed651eca.com^$third-party
||f18a35cc33ee29a.com^$third-party
||f26f3cbe225289a0947.com^$third-party
||f2958da6965fde48.com^$third-party
||f35c5dba3b0b5b017.com^$third-party
||f3a2dc11dfb33.com^$third-party
||f45ff72fec5426ae.com^$third-party
||f47cecd3f0a29874f.com^$third-party
||f4906b7c15ba.com^$third-party
||f4fe214bd563.com^$third-party
||f5080f5cee5a00.com^$third-party
||f54b0c9d6893bda7b9a.com^$third-party
||f56e0ce2421904286.com^$third-party
||f5df267e72c8362650.com^$third-party
||f6ec580c1baa2.com^$third-party
||f8260adbf8558d6.com^$third-party
||f8316b45436f.com^$third-party
||f9918c3545cc7b.com^$third-party
||fa00c331ceacc.com^$third-party
||fb0c32d2f28c.com^$third-party
||fbb8a7d231b1867a.com^$third-party
||fbfd396918c60838.com^$third-party
||fc2b9b7ce3165.com^$third-party
||fc9033ae4bac99b6e.com^$third-party
||fcfd5de4b3be3.com^$third-party
||fd84e9a464aec4387a.com^$third-party
||fe95a992e6afb.com^$third-party
||ferreddo.com^$third-party
||ff52e77ba517.com^$third-party
||ff5bd8d9f8df.com^$third-party
||ficusoid.xyz^$third-party
||flac2flac.xyz^$third-party
||fmstigat.online^$third-party
||fuxoasim.link^$third-party
||fxox4wvv.win^$third-party
||gaitheed.com^$third-party
||gamesims.ru^$third-party
||getbonusnow3.com^$third-party
||gfdfhdh5t5453.com^$third-party
||glargoun.uk^$third-party
||gleechood.com^$third-party
||glotchat.click^$third-party
||graftaub.com^$third-party
||grafzen.com^$third-party
||graucoay.net^$third-party
||hashalre.uk^$third-party
||herowebads.com^$third-party
||hyphenion.com^$third-party
||interdfp.com^$third-party
||1bcde.com^$third-party
||1ccbt.com^$third-party
||abodealley.com^$third-party
||abserv123.com^$third-party
||acidityfoamy.com^$third-party
||afgmyvid.com^$third-party
||amadagasca.com^$third-party
||anyonemyth.com^$third-party
||babyboomboomads.com^$third-party
||brinein.com^$third-party
||bristlyapace.com^$third-party
||broomboxmain.com^$third-party
||challengedeprave.com^$third-party
||comegarage.com^$third-party
||completeexecutor.com^$third-party
||curriculture.com^$third-party
||decademical.com^$third-party
||downloadgot.com^$third-party
||evenexcite.com^$third-party
||fairnessels.com^$third-party
||fencemiracle.com^$third-party
||forcedolphin.com^$third-party
||forexplmdb.com^$third-party
||forterradirect.com^$third-party
||g1341551423.com^$third-party
||g2247755016.com^$third-party
||g2281971609.com^$third-party
||g2438896021.com^$third-party
||g2440001011.com^$third-party
||g2526721279.com^$third-party
||g2546417787.com^$third-party
||g2921554487.com^$third-party
||g3369554495.com^$third-party
||g344530742.com^$third-party
||g383912402.com^$third-party
||g3938452447.com^$third-party
||g4058683381.com^$third-party
||galaks.io^$third-party
||glxfls.com^$third-party
||gmyvids.com^$third-party
||helpclause.com^$third-party
||humparsi.com^$third-party
||injuredcandy.com^$third-party
||jackettrain.com^$third-party
||katurars.com^$third-party
||letsdoarbitrage.com^$third-party
||lutereum.com^$third-party
||lyoniaancony.com^$third-party
||makemyvids.com^$third-party
||mediadisclose.com^$third-party
||metricfast.com^$third-party
||mixturehopeful.com^$third-party
||mobdisc.net^$third-party
||mobdisc.org^$third-party
||mobsoftffree.xyz^$third-party
||moveadrenaline.com^$third-party
||mutualvehemence.com^$third-party
||naganoadigei.com^$third-party
||nererut.com^$third-party
||noblemagnition.com^$third-party
||ortonch.com^$third-party
||outlookabsorb.com^$third-party
||pndelfast.com^$third-party
||pnewspages.com^$third-party
||postback.info^$third-party
||producebreed.com^$third-party
||pushmenews.com^$third-party
||pushmobilenews.com^$third-party
||pyraming.com^$third-party
||renaissanto.com^$third-party
||retiremely.com^$third-party
||ridingintractable.com^$third-party
||rtbvideobox.com^$third-party
||safelyawake.com^$third-party
||septembership.com^$third-party
||smashseek.com^$third-party
||speedlinkdown.com^$third-party
||sspicy.ru^$third-party
||strainemergency.com^$third-party
||strawdense.com^$third-party
||stringroadway.com^$third-party
||strongexplain.com^$third-party
||tailorcave.com^$third-party
||textreason.com^$third-party
||theirsvendor.com^$third-party
||thismetric.com^$third-party
||trafficoverus.com^$third-party
||turngrind.com^$third-party
||uncyane.com^$third-party
||windowmentaria.com^$third-party
||xilbalar.com^$third-party
||zinidge.com^$third-party
||1el-1el-fie.com^$third-party
||1elllwrite.com^$third-party
||1han-rit-ten.com^$third-party
||1hanritten.com^$third-party
||1sen-pit-fan.com^$third-party
||2an-hit-ren.com^$third-party
||2delllwrite.com^$third-party
||2el-2el-fie.com^$third-party
||2hanwriten.com^$third-party
||3delllwrite.com^$third-party
||3el-3el-fie.com^$third-party
||4dtrk.com^$third-party
||adqy6rzwcs.com^$third-party
||badtopwitch.work^$third-party
||baletingo.com^$third-party
||bandelcot.com^$third-party
||belwrite.com^$third-party
||bip-bip-blip.com^$third-party
||bipwrite.com^$third-party
||bit-bork-boodle.com^$third-party
||blatungo.com^$third-party
||blu5fdclr.com^$third-party
||bob-bob-bobble.com^$third-party
||bobblewrite.com^$third-party
||boodlewrite.com^$third-party
||boom-boom-vroom.com^$third-party
||bororango.com^$third-party
||borotango.com^$third-party
||borrango.com^$third-party
||brtsumthree.com^$third-party
||cap-cap-pop.com^$third-party
||cash-ca-ching.com^$third-party
||cashcawrite.com^$third-party
||catwrite.com^$third-party
||cba-fed-igh.com^$third-party
||centwrite.com^$third-party
||clickperks.info^$third-party
||cold-cold-freezing.com^$third-party
||crickwrite.com^$third-party
||data-data-vac.com^$third-party
||del-del-ete.com^$third-party
||dit-dit-dot.com^$third-party
||ditdotsol.com^$third-party
||ditwrite.com^$third-party
||dogwrite.com^$third-party
||doublepimpssl.com^$third-party
||dubvacasept.com^$third-party
||ebocornac.com^$third-party
||ecto-ecto-uno.com^$third-party
||erniphiq.com^$third-party
||flipy6sudy.com^$third-party
||garo-garo-osh.com^$third-party
||garowrite.com^$third-party
||ge-ge-force.com^$third-party
||gefwrite.com^$third-party
||givingsol.com^$third-party
||glo-glo-oom.com^$third-party
||hash-hash-tag.com^$third-party
||havenwrite.com^$third-party
||hoortols.org^$third-party
||hortestoz.com^$third-party
||host-host-ads.com^$third-party
||infrashift.com^$third-party
||jeinvegpool.com^$third-party
||kj2hy.com^$third-party
||la-la-moon.com^$third-party
||la-la-sf.com^$third-party
||lepinsar.com^$third-party
||lepintor.com^$third-party
||livwrite.com^$third-party
||lmn-pou-win.com^$third-party
||lnkrdr.com^$third-party
||meepwrite.com^$third-party
||muqson0kgr.com^$third-party
||netrosol.net^$third-party
||new-new-years.com^$third-party
||new17write.com^$third-party
||newsadst.com^$third-party
||nyacampwk.com^$third-party
||otnolatrnup.com^$third-party
||parwrite.com^$third-party
||qel-qel-fie.com^$third-party
||qelllwrite.com^$third-party
||raz-raz-mataz.com^$third-party
||razwrite.com^$third-party
||rdrtrk.com^$third-party
||rick-rick-rob.com^$third-party
||sel-sel-fie.com^$third-party
||selwrite.com^$third-party
||swan-swan-goose.com^$third-party
||tek-tek-trek.com^$third-party
||tel-tel-fie.com^$third-party
||telllwrite.com^$third-party
||thurnflfant.com^$third-party
||tic-tic-bam.com^$third-party
||tic-tic-toc.com^$third-party
||tin-tin-win.com^$third-party
||tlootas.org^$third-party
||tok-dan-host.com^$third-party
||toodlepork.com^$third-party
||tororango.com^$third-party
||torpsol.com^$third-party
||torrango.com^$third-party
||totifiquo.com^$third-party
||tur-tur-key.com^$third-party
||uel-uel-fie.com^$third-party
||uelllwrite.com^$third-party
||unoblotto.net^$third-party
||vacwrite.com^$third-party
||vaultwrite.com^$third-party
||vip-vip-vup.com^$third-party
||wel-wel-fie.com^$third-party
||welllwrite.com^$third-party
||wrierville.com^$third-party
||xel-xel-fie.com^$third-party
||xelllwrite.com^$third-party
||xmas-xmas-wow.com^$third-party
||zel-zel-fie.com^$third-party
||zelllwrite.com^$third-party
||zenhppyad.com^$third-party
||zim-zim-zam.com^$third-party
||zinhavnpak.com^$third-party
||zip-zip-swan.com^$third-party
||zlacraft.com^$third-party
||zorango.com^$third-party
||adbuddiz.com^$third-party
||adcolony.com^$third-party
||adiquity.com^$third-party
||admob.com^$third-party
||adwhirl.com^$third-party
||adwired.mobi^$third-party
||adzmob.com^$third-party
||airpush.com^$third-party
||amobee.com^$third-party
||appads.com^$third-party
||buxx.mobi^$third-party
||dmg-mobile.com^$third-party
||doubleclick.net^*/pfadx/app.ytpwatch.$third-party
||greystripe.com^$third-party
||inmobi.com^$third-party
||kuad.kusogi.com^$third-party
||loopme.me^$third-party
||mad-adz.com^$third-party
||millennialmedia.com^$third-party
||mkhoj.com^$third-party
||mobgold.com^$third-party
||mobizme.net^$third-party
||mobpartner.mobi^$third-party
||mocean.mobi^$third-party
||mojiva.com^$third-party
||mysearch-online.com^$third-party
||sascdn.com^$third-party
||smaato.net^$third-party
||startappexchange.com^$third-party
||stepkeydo.com^$third-party
||tapjoyads.com^$third-party
||vungle.com^$third-party
||wapdollar.in^$third-party
||waptrick.com^$third-party
||yieldmo.com^$third-party
||acrididae.com^$third-party
||actuallysheep.com^$third-party
||agreeableprice.com^$third-party
||beamkite.com^$third-party
||bedsbreath.com^$third-party
||brassrule.com^$third-party
||breezybath.com^$third-party
||chiefcurrent.com^$third-party
||commandwalk.com^$third-party
||commoncannon.com^$third-party
||concernrain.com^$third-party
||copyrightaccesscontrols.com^$third-party
||crownclam.com^$third-party
||delightdriving.com^$third-party
||differentdesk.com^$third-party
||fanaticalfly.com^$third-party
||flavordecision.com^$third-party
||foamybox.com^$third-party
||ga87z2o.com^$third-party
||illustriousoatmeal.com^$third-party
||inatye.com^$third-party
||incrediblesugar.com^$third-party
||karisimbi.net^$third-party
||loudloss.com^$third-party
||matchcows.com^$third-party
||mellowtin.com^$third-party
||metapelite.com^$third-party
||mythimna.com^$third-party
||ovalpigs.com^$third-party
||peacepowder.com^$third-party
||provideplant.com^$third-party
||puzzlingfall.com^$third-party
||ritzysponge.com^$third-party
||roastedvoice.com^$third-party
||similarsabine.com^$third-party
||sinceresofa.com^$third-party
||smilingsock.com^$third-party
||snakesort.com^$third-party
||sneakystamp.com^$third-party
||spillvacation.com^$third-party
||stormyshock.com^$third-party
||structuresofa.com^$third-party
||succeedscene.com^$third-party
||terribleturkey.com^$third-party
||tidytrail.com^$third-party
||truthfulhead.com^$third-party
||adhood.com^$third-party
||atresadvertising.com^$third-party
||05y2dxmr.top^$third-party
||0a0qetx8et.com^$third-party
||0f81i8zmcp.com^$third-party
||0gctp5ht.top^$third-party
||0j7z9aw6.top^$third-party
||0ql3xxre2h.com^$third-party
||11hrcnll.com^$third-party
||13vm73vbmp.com^$third-party
||157ita684j.com^$third-party
||1ea1sley.com^$third-party
||1gkjk1ms15.com^$third-party
||1jvd7f7w.top^$third-party
||2cbisyjaae.com^$third-party
||2cuknh50ef.com^$third-party
||2lwlh385os.com^$third-party
||2ptxxjjzpy.com^$third-party
||31y6b8omk2.com^$third-party
||3bfkxta3dg.com^$third-party
||3jmcwio.com^$third-party
||3wt4c.com^$third-party
||4f2sm1y1ss.com^$third-party
||4o64flb.com^$third-party
||4v9wp.com^$third-party
||565an8qpws.com^$third-party
||59cn7.com^$third-party
||5db8d92zi2.com^$third-party
||5qg9ibt1a6.com^$third-party
||5yfi7sy.com^$third-party
||65mjvw6i1z.com^$third-party
||65xps.com^$third-party
||6f2tjr26.top^$third-party
||6jvt2.top^$third-party
||6kup12tgxx.com^$third-party
||6l1twlw9fy.com^$third-party
||6u4dxh2f14.com^$third-party
||6v0dgrcr6q.com^$third-party
||78tdd75.com^$third-party
||79ucic4ss8.com^$third-party
||7s08gpbp39.com^$third-party
||7svuq83t90.com^$third-party
||7vxlfstt.top^$third-party
||7wkfzsj7ss.com^$third-party
||89tmolir.top^$third-party
||8dsd3.top^$third-party
||8iqpy8cgkk.com^$third-party
||8ue9q7i.com^$third-party
||8wey4x0c.com^$third-party
||947ywzlspq.com^$third-party
||99hucfypkq.com^$third-party
||9c51vda.com^$third-party
||9h7n8.com^$third-party
||9ib5cxi9e0.com^$third-party
||9utwbj08.top^$third-party
||a63t9o1azf.com^$third-party
||ads-codes.net^$third-party
||aeckcjy.com^$third-party
||aeghae5y.com^$third-party
||aeghie6dien.info^$third-party
||aew9eigieng.info^$third-party
||ahn2phee3oh.info^$third-party
||ajjhtetv87.com^$third-party
||ajkzd9h.com^$third-party
||asadzntx.com^$third-party
||aubhiple2.com^$third-party
||b6roqgi.com^$third-party
||b84pharkhv.com^$third-party
||b8y4ddrvap.com^$third-party
||be4anywhere.com^$third-party
||bg6s0.com^$third-party
||blrqeqn.com^$third-party
||bmsusqt94u.com^$third-party
||booj7tho.com^$third-party
||casterist.com^$third-party
||caxvm62zyz.com^$third-party
||chohye2t.com^$third-party
||ci3ixee8.com^$third-party
||cjvj6jqxpf.com^$third-party
||clickmngr.com^$third-party
||cottawa.info^$third-party
||create2fear.com^$third-party
||d22chwk8np.com^$third-party
||d7vjqf37fh.com^$third-party
||d9e2m9e83l.com^$third-party
||dah0ooy4doe.info^$third-party
||dlzm790g.com^$third-party
||dnr51y6xj4.com^$third-party
||e6cfmdmo81.com^$third-party
||e7is2u38.top^$third-party
||eaqxjz6bra.com^$third-party
||ebahpya.com^$third-party
||ecpms.net^$third-party
||ed9wkbpy.com^$third-party
||ef5ahgoo.com^$third-party
||ejdkqclkzq.com^$third-party
||enloe6qtkd.com^$third-party
||explore2be.com^$third-party
||f09vhflf10.com^$third-party
||faeph6ax.com^$third-party
||ff76khyn6c.com^$third-party
||fiechaev.com^$third-party
||fivzzu1vyo.com^$third-party
||fkbwtoopwg.com^$third-party
||fljozww19f.com^$third-party
||gb0rd.com^$third-party
||gfbnr.com^$third-party
||goo2anywhere.com^$third-party
||gri98.com^$third-party
||h5tjj3loy2.com^$third-party
||h83zvgrg29.com^$third-party
||hf18yg8q.com^$third-party
||hg8dc7bm.com^$third-party
||hghm4u7b61.com^$third-party
||hicpm10.com^$third-party
||hiekeegi.com^$third-party
||hitcpm.com^$third-party
||hwekl8dz1d.com^$third-party
||i0s26ol9.com^$third-party
||i4yfew0k6j.com^$third-party
||i864ekhq.com^$third-party
||i9zqq3fj.top^$third-party
||ib1oyteqqn.com^$third-party
||idch9s8d.com^$third-party
||iocnkrbgic.com^$third-party
||ipbsgpm4.top^$third-party
||irgulzk8bi.com^$third-party
||ishahguv.com^$third-party
||itcfnfi.com^$third-party
||ixeq490u20.com^$third-party
||jf71qh5v14.com^$third-party
||jolic2.com^$third-party
||jqcv28q.com^$third-party
||jqzzqsm.com^$third-party
||jwvwak1a.com^$third-party
||jynp9m209p.com^$third-party
||k77hof1z7k.com^$third-party
||ka04b.com^$third-party
||kbx1sth37s.com^$third-party
||keqi7dh3df.com^$third-party
||krs1v2sl.com^$third-party
||ktyawzg.com^$third-party
||l4oecosq.com^$third-party
||l7r0sgc0.top^$third-party
||ldt1duixoe.com^$third-party
||lfg5jnbi.com^$third-party
||lh5lg.top^$third-party
||lhqojeofvo.com^$third-party
||lie2anyone.com^$third-party
||lie4anyone.com^$third-party
||lie8oong.com^$third-party
||lkp7jo3s.com^$third-party
||lld2q.com^$third-party
||llq9q2lacr.com^$third-party
||lzpv4rsmat.com^$third-party
||m3bnqqqw.com^$third-party
||m9in5.top^$third-party
||maebtjn.com^$third-party
||meinooriut3.info^$third-party
||mg6ikpbhco.com^$third-party
||mh9dskj8jg.com^$third-party
||mhbdezpwdq.com^$third-party
||mpuqvoa.com^$third-party
||mqpx4.com^$third-party
||mtvp05j.com^$third-party
||mzol7lbm.com^$third-party
||nepalhtml.com^$third-party
||newcustomads.com^$third-party
||nich1eox.com^$third-party
||no1chie7poh.info^$third-party
||nrdlj2ru.com^$third-party
||ofy3m0gp.com^$third-party
||ohs1upuwi8b.info^$third-party
||ohv1tie2.com^$third-party
||oicssiq.com^$third-party
||olfkptkfop.com^$third-party
||ooq5z.com^$third-party
||p5genexs.com^$third-party
||p78lld1s.top^$third-party
||pbterra.com^$third-party
||pesbqkopdm.com^$third-party
||provalist.info^$third-party
||ptarepjx.com^$third-party
||pujj652hkm.com^$third-party
||pussl10.com^$third-party
||pussl3.com^$third-party
||pussl31.com^$third-party
||pussl32.com^$third-party
||pussl33.com^$third-party
||pussl37.com^$third-party
||pussl38.com^$third-party
||pussl39.com^$third-party
||pussl40.com^$third-party
||pussl48.com^$third-party
||pussl5.com^$third-party
||pussl6.com^$third-party
||pussl8.com^$third-party
||putrr10.com^$third-party
||putrr12.com^$third-party
||putrr13.com^$third-party
||putrr14.com^$third-party
||putrr15.com^$third-party
||putrr16.com^$third-party
||putrr17.com^$third-party
||putrr18.com^$third-party
||putrr19.com^$third-party
||putrr20.com^$third-party
||putrr5.com^$third-party
||putrr6.com^$third-party
||putrr7.com^$third-party
||putrr8.com^$third-party
||pvclouds.com^$third-party
||pw8tq9wk.top^$third-party
||pwufxar8.top^$third-party
||q0zsp5e3dv.com^$third-party
||q8ux4fscc7.com^$third-party
||qiheptnm80.com^$third-party
||qkpcihpo16.com^$third-party
||qth7n6akcr.com^$third-party
||qued9yae1ai.info^$third-party
||rd99mxvoa3.com^$third-party
||reiseeget.com^$third-party
||rtbterra.com^$third-party
||rvnc72k.com^$third-party
||rzekbhnk.top^$third-party
||s2sterra.com^$third-party
||s4yxaqyq95.com^$third-party
||sahraex7vah.info^$third-party
||saub27i3os.com^$third-party
||sd5doozry8.com^$third-party
||seskeu3zk7.com^$third-party
||shemeejo.com^$third-party
||si1ef.com^$third-party
||sloi1.com^$third-party
||sm534z1jpx.com^$third-party
||sophang8.com^$third-party
||ssl2anyone3.com^$third-party
||ssl2anyone5.com^$third-party
||ssl4anyone4.com^$third-party
||ssraju3n.com^$third-party
||stat.biqle.ru^$third-party
||svjat0rx99.com^$third-party
||talk4anyone.com^$third-party
||talk4none.com^$third-party
||tbnmmjm.com^$third-party
||tbv157xq.com^$third-party
||tckjttdn.top^$third-party
||terraadstools.com^$third-party
||tfa5e.top^$third-party
||thxczhfzad.com^$third-party
||tkekbn5sfk.com^$third-party
||true2file.com^$third-party
||u1trkqf.com^$third-party
||u29ngmuc.top^$third-party
||u39chju32a.com^$third-party
||u4ghzfb.com^$third-party
||u9oxdnxk8b.com^$third-party
||ufqfnecblo.com^$third-party
||ujccccb.com^$third-party
||undef2trust.com^$third-party
||uod2quk646.com^$third-party
||urahor9u.com^$third-party
||urlife2all.com^$third-party
||uxbewzrfyp.com^$third-party
||uxxr80jwng.com^$third-party
||vaxaqngzs3.com^$third-party
||vg74gi6mea.com^$third-party
||vhldwuv6om.com^$third-party
||vipcpms.com^$third-party
||viriepak.com^$third-party
||viuboin4.com^$third-party
||vnw2gd68pb.com^$third-party
||wha8q7pevj.com^$third-party
||wmjj2vke66.com^$third-party
||wqgdajjozr.com^$third-party
||ww2.imgdrive.net^$third-party
||wzdzht7am5.com^$third-party
||x0r.urlgalleries.net^$third-party
||x3w7lvezss.com^$third-party
||x7xirtzmot.com^$third-party
||xbzwwsagli.com^$third-party
||xev2o.com^$third-party
||xilfqkxezy.com^$third-party
||xlmis.com^$third-party
||xu5ctufltn.com^$third-party
||xywdvhd.com^$third-party
||y4jtnergka.com^$third-party
||yie4zooseif.info^$third-party
||ynhhgr2zen.com^$third-party
||yudexjr.com^$third-party
||yvzgazds6d.com^$third-party
||yw9f088h61.com^$third-party
||zaeyaeph.com^$third-party
||zddxlih.com^$third-party
||zjo0tjqpm1.com^$third-party
||zrav2wkbrs.com^$third-party
||zu4l167j77.com^$third-party
||aabmxezph.com^$third-party
||aacgeuvaoqbw.com^$third-party
||aadbobwqgmzi.com^$third-party
||aaeqlxdgx.bid^$third-party
||aagmbroxruno.com^$third-party
||aahfcroigwso.com^$third-party
||aajychvi.bid^$third-party
||aanvxbvkdxph.com^$third-party
||aaomstbnbiqo.com^$third-party
||aapxtnrhq.bid^$third-party
||aaqpajztftqw.com^$third-party
||aariczayhpo.com^$third-party
||aarqdivjxstu.com^$third-party
||aarwxotc.com^$third-party
||aaslmqzce.bid^$third-party
||aasopqgmzywa.com^$third-party
||aatfnptblbxpuy.bid^$third-party
||aatmytrykqhi.com^$third-party
||aayaknbn.com^$third-party
||aazwugtom.com^$third-party
||abaujsqnndg.bid^$third-party
||abbahoxgss.com^$third-party
||abbowtxibib.com^$third-party
||abekjzzhfbr.com^$third-party
||abfcfxfkzmiqht.com^$third-party
||abunmrqsbfn.bid^$third-party
||abuuvohpzlcrp.bid^$third-party
||abxlmhllf.com^$third-party
||abyvhqmfnvih.com^$third-party
||acacexjsh.com^$third-party
||acbrupozabmdc.com^$third-party
||acbsuicxkoyef.com^$third-party
||acdektqffm.com^$third-party
||acduswfvyjylzq.com^$third-party
||achsijkc.com^$third-party
||acjmkenepeyn.com^$third-party
||aclhagvngkjf.com^$third-party
||aclsqdpgeaik.com^$third-party
||aclwlkyzxxhn.com^$third-party
||acnsavlosahs.com^$third-party
||acpxgmzozlxtbj.bid^$third-party
||acrsgxeah.com^$third-party
||acvxsptoqh.com^$third-party
||acwswfbyhtsf.com^$third-party
||acwyoynw.com^$third-party
||acxujxzdluum.com^$third-party
||adakgpoi.com^$third-party
||addgfxnb.com^$third-party
||adeyujimmmh.com^$third-party
||adfoitjumerzge.com^$third-party
||adfpkxvaqeyj.com^$third-party
||adgsfoxoavmc.com^$third-party
||admlqqewbede.com^$third-party
||adnsvuxmpaycdf.com^$third-party
||adofuokjj.bid^$third-party
||adqvauwe.com^$third-party
||adrtgbebgd.bid^$third-party
||adtbomthnsyz.com^$third-party
||adtikimdtfbb.com^$third-party
||adudzlhdjgof.com^$third-party
||aduobooydxr.com^$third-party
||advmaiotg.com^$third-party
||adxpddpc.com^$third-party
||aebhdrkiybgy.com^$third-party
||aeeefzfuk.com^$third-party
||aeezeynmam.bid^$third-party
||aefqdgklyu.com^$third-party
||aefvxtue.com^$third-party
||aegzjowko.com^$third-party
||aeizbvtknp.com^$third-party
||aekduylxcmlevs.bid^$third-party
||aemhabst.bid^$third-party
||aemxvcqi.com^$third-party
||aenrqpnfmdogf.com^$third-party
||aeobzaii.com^$third-party
||aepwqsajypyti.com^$third-party
||aepwtbusoofzw.com^$third-party
||aerkxydrptnv.com^$third-party
||aerqvywe.com^$third-party
||aestldhxdqlo.com^$third-party
||aeuiazspafmbu.com^$third-party
||aeunorkjuqtn.com^$third-party
||aewzmsurtab.com^$third-party
||aeyjbtwdf.bid^$third-party
||aezeluusbdajjx.com^$third-party
||afbfoxmwzlqa.com^$third-party
||afdyfxfrwbfy.com^$third-party
||afedispdljgb.com^$third-party
||afeeknuueaztxt.com^$third-party
||afeuvqrsswz.com^$third-party
||afgbvhocfvpm.com^$third-party
||aflcdijgmr.bid^$third-party
||afnrmofoljod.com^$third-party
||afpisdddjik.bid^$third-party
||afqvtomlqjioeo.com^$third-party
||afqwfxkjmgwv.com^$third-party
||afruetdxrbxz.com^$third-party
||afxtcajgtzcugb.com^$third-party
||afyqzjxzuupmz.bid^$third-party
||afzkqajwcbub.com^$third-party
||afzoyaquhjltdd.com^$third-party
||agdvemtd.com^$third-party
||agegefpkbll.bid^$third-party
||agffpcpi.bid^$third-party
||agfqcndiugnr.com^$third-party
||agfwzptrqb.bid^$third-party
||aggntknflhal.com^$third-party
||aggpfmdtzf.com^$third-party
||agiuvdbcxdirh.com^$third-party
||agiuzlmavpnlb.com^$third-party
||aglyzutlhnbtgu.bid^$third-party
||agnznxaqd.com^$third-party
||agospkfp.bid^$third-party
||agpnzrmptmos.com^$third-party
||agqguxbm.com^$third-party
||agrxsdujnh.com^$third-party
||agshzkcsvoou.bid^$third-party
||agvinhvex.com^$third-party
||agwsneccrbda.com^$third-party
||agzupwcefbjol.bid^$third-party
||ahcnxuepput.com^$third-party
||ahfmyeuwlhp.bid^$third-party
||ahgekvzwjn.com^$third-party
||ahjljmxfxuet.com^$third-party
||ahjwkwugxvznxv.com^$third-party
||ahkilcrublxn.bid^$third-party
||ahkpdnrtjwat.com^$third-party
||ahllgtevqrsh.com^$third-party
||ahneiwkpsnxign.com^$third-party
||ahstrelgnh.com^$third-party
||ahtkajcs.com^$third-party
||ahuivddkvrrebo.com^$third-party
||ahuosyyqprt.com^$third-party
||ahvnvtxbk.bid^$third-party
||ahwjxktemuyz.com^$third-party
||ahyuzjgukqyd.com^$third-party
||ahzybvwdwrhi.com^$third-party
||aibcqjlvxxd.com^$third-party
||aicrgbnswhc.bid^$third-party
||aigysycrmuoetk.com^$third-party
||aiiaqehoqgrj.com^$third-party
||aiiukvzjtsc.com^$third-party
||aikdakxoc.com^$third-party
||aioemfxj.com^$third-party
||aiokvzsq.com^$third-party
||aionvpexcmm.com^$third-party
||aioxvilwpg.bid^$third-party
||aiprvqqnhm.com^$third-party
||airfhtyo.bid^$third-party
||aitdwhmcvlm.com^$third-party
||aiwznhifgkdqvy.com^$third-party
||aiypulgy.com^$third-party
||aizopowmtnho.com^$third-party
||ajaeihzlcwvn.com^$third-party
||ajcsjktzlqh.com^$third-party
||ajfziqehnwvz.com^$third-party
||ajgffcat.com^$third-party
||ajizjpjkrnh.com^$third-party
||ajkjnofeqrra.bid^$third-party
||ajmggjgrardn.com^$third-party
||ajmwuweeif.com^$third-party
||ajmyrtdiwvg.bid^$third-party
||ajoaorexnieym.com^$third-party
||ajocbplhzcvr.bid^$third-party
||ajrwmjdbey.com^$third-party
||ajttqxeqg.com^$third-party
||ajuegtbkqnh.com^$third-party
||ajxftwwmlinv.com^$third-party
||ajxwyowuylhos.bid^$third-party
||ajzdkkzv.com^$third-party
||ajzxdeslpbnhp.bid^$third-party
||akbeyfcu.com^$third-party
||akbiokbinnzh.com^$third-party
||akcdinzvcenhjh.com^$third-party
||akdzimverrss.com^$third-party
||akgustnmy.com^$third-party
||akhlkkdrxwav.com^$third-party
||akmihtdbbz.com^$third-party
||aknrvuahd.bid^$third-party
||akoeurmzrqjg.com^$third-party
||akovcxrklaq.bid^$third-party
||akrzgxzjynpi.com^$third-party
||akviqfqbwqqj.com^$third-party
||akvtmvoolwlm.bid^$third-party
||akwajlcoap.com^$third-party
||akxsrsdbursfpx.bid^$third-party
||akyscwwwttk.com^$third-party
||akzgmbembk.com^$third-party
||akzqosxbzl.bid^$third-party
||akzvxmjnubq.com^$third-party
||aladbvddjsxf.com^$third-party
||alajwtqyw.com^$third-party
||alapsblu.com^$third-party
||alasdzdnfvtj.com^$third-party
||aldaobpuhvl.com^$third-party
||algkebjdgafa.com^$third-party
||algnnojsdr.com^$third-party
||algrizej.com^$third-party
||alhpqmefnwkxtn.com^$third-party
||alidnquxirv.bid^$third-party
||alikuvxxwy.com^$third-party
||aljsuubo.com^$third-party
||aljwnypxzw.com^$third-party
||alkagrkgvltzlk.com^$third-party
||allnvbtrtpku.com^$third-party
||alnisdrmhs.bid^$third-party
||alvdtjrb.com^$third-party
||alvivigqrogq.com^$third-party
||alxetzfhlzekv.bid^$third-party
||alxzes.com^$third-party
||alyhlhyhaetbk.com^$third-party
||amaecylce.com^$third-party
||amakwktrnb.com^$third-party
||amaqcgrrmedi.bid^$third-party
||amaqvmfd.com^$third-party
||amauzaqp.com^$third-party
||ambqphwf.com^$third-party
||amdhlyqfy.bid^$third-party
||amgkkjgjktml.com^$third-party
||amhpbhyxfgvd.com^$third-party
||amifgpprfrbsm.com^$third-party
||amjbzzicysu.bid^$third-party
||amjrfmhtmoyan.com^$third-party
||amkwvxhw.com^$third-party
||amlcscfr.com^$third-party
||amlyrket.bid^$third-party
||ammqwpksb.bid^$third-party
||ammuburyqlhsjx.bid^$third-party
||amnpmitevuxx.com^$third-party
||amnrbviujof.com^$third-party
||ampnkoudpnd.bid^$third-party
||amqcdbles.com^$third-party
||amqtbshegbqg.com^$third-party
||amrfscxvdvfvpa.com^$third-party
||amwupsihqfewgr.com^$third-party
||amxodxmsuwdhn.com^$third-party
||anasjdzutdmv.com^$third-party
||anbalxkcpwa.com^$third-party
||aneqmscervl.com^$third-party
||anfjrxbxbar.bid^$third-party
||angtqemchz.bid^$third-party
||anjjyewywjw.bid^$third-party
||anjqxwvqfnri.com^$third-party
||ankbmqtt.com^$third-party
||ankcnflupb.com^$third-party
||anleqthwxxns.com^$third-party
||anluecyopslm.com^$third-party
||anmvuuhgo.com^$third-party
||anogjkubvdfe.com^$third-party
||anoufpjmkled.com^$third-party
||anpwsppugpu.com^$third-party
||anqnimezkdjm.com^$third-party
||antrtrtyzkhw.com^$third-party
||anvagsqctxsaz.bid^$third-party
||anvskelwpvvmtg.bid^$third-party
||anypbbervqig.com^$third-party
||anyuwksovtwv.com^$third-party
||anyyqhtebsit.com^$third-party
||aodqhrwbaky.com^$third-party
||aofxqchnbtae.bid^$third-party
||aohonqhbhuljz.com^$third-party
||aomegwesrfbvxe.com^$third-party
||aominpzhzhwj.com^$third-party
||aomvdhxvblfp.com^$third-party
||aonxktnn.com^$third-party
||aopxnvrugx.com^$third-party
||aoqpvhstmc.bid^$third-party
||aoqviogrwckf.com^$third-party
||aoqvovzrtlpn.bid^$third-party
||aorzglux.com^$third-party
||aoshrcptugsjd.com^$third-party
||aotrcqegtfhlaw.bid^$third-party
||aoukclebpcb.com^$third-party
||aovajfmsy.com^$third-party
||aoxkyvcmgr.bid^$third-party
||aoxntgxf.bid^$third-party
||aoyfhtarolgemn.bid^$third-party
||apbwldhfuvnk.com^$third-party
||apcugpxy.com^$third-party
||apddozcgdh.com^$third-party
||apfbtiqdly.bid^$third-party
||apfmwcktbj.com^$third-party
||apgjczhgjrka.com^$third-party
||aphjbgth.com^$third-party
||apiryrkxkhil.com^$third-party
||aplfkrppjsutf.com^$third-party
||apmgzzaej.bid^$third-party
||apmkcdsnv.bid^$third-party
||aprddnfuzc.bid^$third-party
||apscxogwydnkx.com^$third-party
||apsntakwzycu.com^$third-party
||aptaeabkg.com^$third-party
||apuorlaqiscu.bid^$third-party
||apwtlkkd.bid^$third-party
||apzbwicuuujw.bid^$third-party
||apzzvvztziqex.bid^$third-party
||aqdrzqsuxxvd.com^$third-party
||aqeukceruxzd.com^$third-party
||aqfpqzxzk.com^$third-party
||aqjdigkqvmakz.com^$third-party
||aqkujuggztyn.bid^$third-party
||aqlvpnfxrkyf.com^$third-party
||aqocbcnfxkuw.com^$third-party
||aqodwthjaq.com^$third-party
||aqornnfwxmua.com^$third-party
||aqotbmnzra.com^$third-party
||aqrglffxw.com^$third-party
||aqryyhyzjveh.com^$third-party
||aqsijnkyauxur.bid^$third-party
||aqsuhqqgv.bid^$third-party
||aqtnrnuhqfaf.bid^$third-party
||aquhcfvu.com^$third-party
||aqussxtpjfelp.com^$third-party
||aqyhsqhggq.com^$third-party
||aragvjeosjdx.com^$third-party
||arawegnvvufy.com^$third-party
||arcfwcxi.com^$third-party
||arfttojxv.com^$third-party
||argggultrji.com^$third-party
||arjgnqlsdo.com^$third-party
||arkhamxojvr.com^$third-party
||arllvzkoh.com^$third-party
||arloxpiosxzjw.bid^$third-party
||arprijxrml.bid^$third-party
||arpucyhlmes.com^$third-party
||arqxpopcywrr.bid^$third-party
||artnbnbam.com^$third-party
||artsdvaguur.com^$third-party
||artucripkzu.com^$third-party
||arwlvjqzxxnftz.com^$third-party
||arxerlxllv.bid^$third-party
||aryufuxbmwnb.com^$third-party
||asbqyhrpty.com^$third-party
||asdtwttky.com^$third-party
||aseabnyw.com^$third-party
||asecxggulyrf.com^$third-party
||ashwlrtiazee.com^$third-party
||asiinbyu.com^$third-party
||askywtrk.com^$third-party
||asmvccgoy.bid^$third-party
||asotnnwspw.bid^$third-party
||aspxbwteth.com^$third-party
||asqamasz.com^$third-party
||asqbwneriyvur.com^$third-party
||asqpniwvxea.com^$third-party
||asrjtcddksm.com^$third-party
||asrjxxzxmxy.com^$third-party
||astpvgpwbewx.com^$third-party
||aszdmbftkccdkj.com^$third-party
||aszyzwbjs.com^$third-party
||ataufekxogxr.com^$third-party
||atcyboopajyp.com^$third-party
||atczxgxuxloqf.com^$third-party
||atebqbjh.bid^$third-party
||atijsiwpbrvtm.bid^$third-party
||atjgtndhvbescp.bid^$third-party
||atkkkyhyxemut.bid^$third-party
||atrcoikdyagv.com^$third-party
||atryzvsn.com^$third-party
||atzrsfweb.bid^$third-party
||aubmolods.com^$third-party
||aubrythgmge.bid^$third-party
||audersmi.com^$third-party
||aueceijyp.bid^$third-party
||aufyuiavvkf.bid^$third-party
||aultemeztokc.com^$third-party
||authmoumrl.com^$third-party
||autkmgrbdlbj.com^$third-party
||auwqdpbyl.com^$third-party
||auyyklnpj.com^$third-party
||avbnzstidjh.com^$third-party
||avdfcctzwfdk.com^$third-party
||avditmiohvtq.bid^$third-party
||avefyjulko.bid^$third-party
||avfymwmwpky.com^$third-party
||avjxftprif.com^$third-party
||avkigyhrazah.com^$third-party
||avlysyhuvxebl.bid^$third-party
||avokvnpqunol.bid^$third-party
||avoljljeif.com^$third-party
||avonnfckdeqeyr.com^$third-party
||avpgdzdesjnt.com^$third-party
||avptczdpdh.bid^$third-party
||avrdpbiwvwyt.com^$third-party
||avrdrpwt.com^$third-party
||avvfgiytnir.com^$third-party
||avvlnbpwpemfl.bid^$third-party
||avyrpwvm.com^$third-party
||avzkjvbaxgqk.com^$third-party
||awaeswvqd.bid^$third-party
||awbvqznqxysjjw.com^$third-party
||awfjqdhcuftd.com^$third-party
||awgdgpawhwgi.bid^$third-party
||awgsmfzrslcp.com^$third-party
||awgyhiupjzvu.com^$third-party
||awhxbiqf.com^$third-party
||awjgketgdpzqxo.bid^$third-party
||awjkbnhylulcl.bid^$third-party
||awnyohgtmb.com^$third-party
||awogbtinorwx.com^$third-party
||awpxjguq.com^$third-party
||awrspmpj.com^$third-party
||awrxkucpfbsq.com^$third-party
||awsatstb.com^$third-party
||awvrvqxq.com^$third-party
||awvuhwqyimgd.com^$third-party
||awxjpkxoqfwaj.bid^$third-party
||awzdbycpiwncrp.com^$third-party
||axaggthnkquj.com^$third-party
||axbouiklwghehw.com^$third-party
||axbpixbcucv.bid^$third-party
||axbsdoysiogrrc.bid^$third-party
||axcqasdiots.com^$third-party
||axeclbthp.com^$third-party
||axeobgnsk.com^$third-party
||axfihweksrgor.com^$third-party
||axfkfstrbacx.com^$third-party
||axfsqwyidpml.com^$third-party
||axgkizsmtgks.com^$third-party
||axglltqwtmnl.com^$third-party
||axhkxqmrqxf.bid^$third-party
||axjnnlrc.bid^$third-party
||axjxdtnguuyqr.com^$third-party
||axkiznybznfa.bid^$third-party
||axmxarqxbkc.com^$third-party
||axsczaklngkxx.com^$third-party
||axvabgnr.com^$third-party
||axzrxkkklakka.com^$third-party
||aycwvgrra.com^$third-party
||ayggsmmb.com^$third-party
||ayhdwulehfdwn.com^$third-party
||ayjebauqdrys.com^$third-party
||ayjfodxqmykn.com^$third-party
||aykgxavgrooa.com^$third-party
||aykosfkx.bid^$third-party
||ayloqdal.bid^$third-party
||ayozhcgcsyun.com^$third-party
||ayyslqwrmoygf.com^$third-party
||ayyvsbbbav.com^$third-party
||ayyxveilslz.com^$third-party
||azbdbtsmdocl.com^$third-party
||azdhfnoojvpuvr.com^$third-party
||azditojzcdkc.com^$third-party
||azebikcvhtysn.com^$third-party
||azeozrjk.com^$third-party
||azfmulmqcz.bid^$third-party
||azfoibmukpwz.com^$third-party
||azgmbqhlr.com^$third-party
||azgwyeyjufdqc.com^$third-party
||azgyimccolyyo.com^$third-party
||azgyzdjexcxg.com^$third-party
||azhdgruuvllzxg.com^$third-party
||azihmmkagcey.com^$third-party
||azkvcgzjsrmk.com^$third-party
||azlbmpidrvnoi.bid^$third-party
||aznfyqgrbgy.com^$third-party
||azofucrzkkaa.com^$third-party
||azqmmfhmfnpsvb.bid^$third-party
||azroydhgqcfv.com^$third-party
||azzvkcavtgwp.com^$third-party
||badgmvhtvryg.bid^$third-party
||baerxupsjjegb.com^$third-party
||bagoojzsqygg.com^$third-party
||bahnjhnrcdwi.com^$third-party
||baiaclwdpztd.com^$third-party
||bajofdblygev.com^$third-party
||bakaqddxhhsid.com^$third-party
||bakdsoarxjab.com^$third-party
||bakjtxvku.bid^$third-party
||banuhqxbc.com^$third-party
||baommitouduxo.bid^$third-party
||baphruesqm.com^$third-party
||bardogjvsa.com^$third-party
||batigfkcbwpb.com^$third-party
||bauffnmtou.com^$third-party
||bavftcgoapga.com^$third-party
||bayvlsmaahou.com^$third-party
||bbackcssmwam.com^$third-party
||bbbrhcxtdkfui.bid^$third-party
||bbfasycx.com^$third-party
||bbheuxcancwj.com^$third-party
||bbillwowlfur.com^$third-party
||bbitetuncmwfjd.com^$third-party
||bbjlsdqhpbuqaspgjyxaobmpmzunjnvqmahejnwwvaqbzzqodu.com^$third-party
||bbkxmpgjwo.bid^$third-party
||bblznptpffqc.com^$third-party
||bbmkyxvxiw.bid^$third-party
||bbmptlckxgi.com^$third-party
||bbnnjjom.com^$third-party
||bboemhlddgju.com^$third-party
||bbopkapcgonb.com^$third-party
||bbqipbsg.bid^$third-party
||bbqqjejhd.bid^$third-party
||bbtlombqjr.bid^$third-party
||bbuyirgucsbfwt.com^$third-party
||bbxaumvpzqpunx.com^$third-party
||bbzwbxchqgph.com^$third-party
||bcajjtbzmdrl.com^$third-party
||bcgcvepi.com^$third-party
||bckmtidcnrobwh.bid^$third-party
||bckwfsvdgfjw.com^$third-party
||bclizbwet.com^$third-party
||bcnhnekodmdniu.com^$third-party
||bcnikicdi.bid^$third-party
||bcoavtimgn.bid^$third-party
||bcobmmozfan.com^$third-party
||bcqrmuwbvxi.com^$third-party
||bcvrczvqlm.com^$third-party
||bcxdjxlassr.bid^$third-party
||bcxfshnxaiqemn.bid^$third-party
||bcxronvqkwe.com^$third-party
||bczvulovuap.com^$third-party
||bczxmlqcugwgs.com^$third-party
||bdafhnltyxlw.com^$third-party
||bddaxoaaco.bid^$third-party
||bddfeltry.bid^$third-party
||bdggxjonzbmq.com^$third-party
||bdhxpxohwssdfd.com^$third-party
||bdisnqwfcq.com^$third-party
||bdkduogsu.bid^$third-party
||bdnfszdqwaduv.com^$third-party
||bdotqoqzxauf.com^$third-party
||bdozkocgkljj.com^$third-party
||bdrfwkzu.bid^$third-party
||bdtmbiezv.com^$third-party
||bdtwxreri.com^$third-party
||bdyhvguiq.com^$third-party
||bdyzewccsqpw.com^$third-party
||beacyoryjkbhqb.com^$third-party
||bebufuspldzh.com^$third-party
||bebxxrgjigz.com^$third-party
||beelzgkdjr.com^$third-party
||beeseggjfru.bid^$third-party
||befxqicnz.bid^$third-party
||begbkbqywd.bid^$third-party
||beghfkrygvxp.com^$third-party
||begnsbnjegnolq.com^$third-party
||begxhuqfrx.bid^$third-party
||behjgnhniasz.com^$third-party
||behybmunweid.com^$third-party
||bejotlmrijxvor.com^$third-party
||bekiruvppl.com^$third-party
||bektvxxfv.bid^$third-party
||beufosew.bid^$third-party
||bewcmime.com^$third-party
||bewovdhiubnk.com^$third-party
||bewtqjkrfo.com^$third-party
||bewumuhax.bid^$third-party
||bexbpzultczaa.com^$third-party
||bexogxapbqict.bid^$third-party
||bezcmsrzx.com^$third-party
||bezqvpliexxtfw.com^$third-party
||bfcazxhkofa.club^$third-party
||bfdihioj.com^$third-party
||bfhavmgufvhn.com^$third-party
||bfhlxjwc.com^$third-party
||bfidvcsuazwy.com^$third-party
||bfkpzjqpawfu.com^$third-party
||bflcuvtyffao.bid^$third-party
||bfmrffluuazwn.com^$third-party
||bfpzhrzcvs.bid^$third-party
||bfrhqyaxtxbq.com^$third-party
||bfsssvkowvh.com^$third-party
||bftmphbwpwnnt.com^$third-party
||bfvkxdhrnx.com^$third-party
||bfxachbubcki.com^$third-party
||bfzuuuuhvexxs.com^$third-party
||bgarilrzlgez.com^$third-party
||bgbdzfeeoko.com^$third-party
||bgbmtqzoc.bid^$third-party
||bgchxhhzdee.com^$third-party
||bgcsojmtgdrv.com^$third-party
||bgdacrgsnt.com^$third-party
||bgfdrngowyy.com^$third-party
||bgfgaduyvocz.com^$third-party
||bgibeluywjhgb.com^$third-party
||bgibrhkn.com^$third-party
||bgiiubagsuvv.com^$third-party
||bgitczbd.com^$third-party
||bglnzzsgigbto.com^$third-party
||bgmgyuzcfrujc.com^$third-party
||bgpxrwjrbsjb.com^$third-party
||bgqddlvq.com^$third-party
||bgrojtcdymmcdr.com^$third-party
||bgtmceqoipodkv.com^$third-party
||bguaeoakgmrw.com^$third-party
||bgvexbybxxbcao.com^$third-party
||bgvfceqpqzx.com^$third-party
||bgxjypaeyocjy.bid^$third-party
||bgybufwnfxkcr.bid^$third-party
||bgzyppwk.com^$third-party
||bhbkfoybvrl.bid^$third-party
||bhcpmowwxwbv.com^$third-party
||bhejerqgrtlq.com^$third-party
||bhfpvqdmjarlk.com^$third-party
||bhfuoayzqqv.com^$third-party
||bhggbeynqhwm.bid^$third-party
||bhjhijisulwl.com^$third-party
||bhklyaazmxq.com^$third-party
||bhlusdvadp.com^$third-party
||bhmenavkijeufq.bid^$third-party
||bhmenywkptbkga.bid^$third-party
||bhmqoolzgxnp.com^$third-party
||bhmzjxrf.com^$third-party
||bhplyiegippcw.com^$third-party
||bhpxcsmvkqgd.com^$third-party
||bhrebiicmcj.com^$third-party
||bhuewuodwz.bid^$third-party
||bhwpdezzduthrp.com^$third-party
||bhyqllgtzjee.com^$third-party
||bhyyevhmha.com^$third-party
||biavgmpz.com^$third-party
||bictxzszwkwghn.com^$third-party
||bidfppkjo.com^$third-party
||bidzzbjzx.com^$third-party
||biftbtajfs.bid^$third-party
||bihzqdflxeelc.com^$third-party
||biijdpauyvf.com^$third-party
||bijfzvbtwhvf.com^$third-party
||bijkemraly.com^$third-party
||bikuetrh.com^$third-party
||biliqpvehf.com^$third-party
||bimwswreljucxa.com^$third-party
||binasmdul.com^$third-party
||binullxzwnsqws.com^$third-party
||bircgizd.com^$third-party
||birpidnl.com^$third-party
||birslhmnnc.com^$third-party
||bisvljlzmai.com^$third-party
||biupcyhpmjazv.com^$third-party
||bivujadpvk.com^$third-party
||biwjfwhxoy.bid^$third-party
||bixolsoqluvzpu.com^$third-party
||bjceodmwesmbth.com^$third-party
||bjcpcnhssg.com^$third-party
||bjcunwelpd.com^$third-party
||bjdfckchzsa.bid^$third-party
||bjenzpojtgvo.club^$third-party
||bjfxcvebjrcuce.bid^$third-party
||bjgavencynifm.bid^$third-party
||bjgaxcstxlvm.bid^$third-party
||bjjjbwexvkotj.com^$third-party
||bjkejdex.com^$third-party
||bjkfmvhygpub.com^$third-party
||bjknjsfrevt.bid^$third-party
||bjkookfanmxx.bid^$third-party
||bjmrnfwcoqp.bid^$third-party
||bjnxegsgre.com^$third-party
||bjofqnbtokzz.com^$third-party
||bjpktmjdxqpl.com^$third-party
||bjshimgqbc.com^$third-party
||bjswchnxfoui.bid^$third-party
||bjvynucz.bid^$third-party
||bjxrjybjnh.com^$third-party
||bjzcyqezwksznxxhscsfcogugkyiupgjhikadadgoiruasxpxo.com^$third-party
||bjzegkfv.com^$third-party
||bkedsknecp.com^$third-party
||bkeueifcqeicli.bid^$third-party
||bkfilgmhnnbq.com^$third-party
||bkgesylgvrgf.com^$third-party
||bkggsumw.bid^$third-party
||bkmmlcbertdbselmdxpzcuyuilaolxqfhtyukmjkklxphbwsae.com^$third-party
||bkmtspywevsk.com^$third-party
||bkqksceiw.bid^$third-party
||bksbcawzviwcw.com^$third-party
||bkscqpflg.com^$third-party
||bkshpuspj.bid^$third-party
||bktrlzpxcft.bid^$third-party
||bkuubwuarrkxk.com^$third-party
||bkuzcrcdh.bid^$third-party
||bkvrdeiqtgan.bid^$third-party
||bkvwnbkq.com^$third-party
||bkxkodsmrnqd.com^$third-party
||blcmacswwmqv.com^$third-party
||blgrwhaww.com^$third-party
||blkivkplpn.com^$third-party
||blnxyqdnsl.bid^$third-party
||blorgkjhbhoqr.bid^$third-party
||blprkaomvazv.com^$third-party
||blqgnbxva.com^$third-party
||blrdumgvqkmq.com^$third-party
||blvqxlczxeda.com^$third-party
||blwfqlmhi.com^$third-party
||blwgtqakqaxemz.com^$third-party
||blyppvdjofkqg.bid^$third-party
||bmalhekpohve.bid^$third-party
||bmayhacntxax.com^$third-party
||bmbnpxxwxdt.com^$third-party
||bmbvnmgucbk.com^$third-party
||bmhvaoxr.com^$third-party
||bmichkohfqtnvq.com^$third-party
||bmirhdkborr.bid^$third-party
||bmjccqfxlabturkmpzzokhsahleqqrysudwpuzqjbxbqeakgnf.com^$third-party
||bmjwsrcxvnsjne.com^$third-party
||bmmqsdyud.com^$third-party
||bmnccwprdrszpj.bid^$third-party
||bmoshyiypks.com^$third-party
||bmqnguru.com^$third-party
||bmsmhlpkdvajeo.bid^$third-party
||bmubqabepbcb.com^$third-party
||bmvhefgdlt.bid^$third-party
||bmwocmqtpi.com^$third-party
||bmxufcsmxcfwao.bid^$third-party
||bmxyvebkmyy.com^$third-party
||bmyepmehjzhz.com^$third-party
||bnbotxyfewtroa.bid^$third-party
||bndkifres.com^$third-party
||bnfjallm.bid^$third-party
||bniarapemvbd.com^$third-party
||bnjhbghjznq.com^$third-party
||bnjrtdsafo.com^$third-party
||bnjuhrbpdjtjul.com^$third-party
||bnkgacehxxmx.com^$third-party
||bnnsgqjofzar.com^$third-party
||bnpmudgktroz.com^$third-party
||bnqaljyjkpwmiu.bid^$third-party
||bnqgubwpq.com^$third-party
||bnsowzvglhu.com^$third-party
||bnstnhto.com^$third-party
||bnwjoqkudmh.bid^$third-party
||boaawvdg.com^$third-party
||bobwjhcuavqklk.com^$third-party
||bocksnabswdq.com^$third-party
||bocqmlgslzoo.com^$third-party
||boevznvrllm.bid^$third-party
||bogkmogzrvzf.com^$third-party
||boguaokxhdsa.com^$third-party
||boiukzfgrp.bid^$third-party
||boizgpgrxvokd.com^$third-party
||bolgooltxygp.com^$third-party
||bomjrcum.bid^$third-party
||bonxsqstn.com^$third-party
||boplhfqz.com^$third-party
||boqdapoiv.com^$third-party
||bowqoedgldc.com^$third-party
||bowqvvztlkzn.com^$third-party
||bpblqdfe.bid^$third-party
||bpbwwasthwtp.com^$third-party
||bpcegfmfzvkjmi.bid^$third-party
||bpehfety.bid^$third-party
||bpfxtrzapdxdr.bid^$third-party
||bpglbuxwx.com^$third-party
||bpilvlbzegwf.com^$third-party
||bplzgzpqp.com^$third-party
||bpmskwgodi.com^$third-party
||bpniszadiuc.com^$third-party
||bpnjigwalqjho.com^$third-party
||bpprksdgogtw.com^$third-party
||bprnphojtfl.bid^$third-party
||bpudfbrc.com^$third-party
||bqbagfhhbhyzq.bid^$third-party
||bqbkoyasur.com^$third-party
||bqchqjmbkt.com^$third-party
||bqcoenkrlqk.com^$third-party
||bqdpscae.bid^$third-party
||bqgvtryyrhjmf.com^$third-party
||bqntkevvmkk.com^$third-party
||bqptlqmtroto.com^$third-party
||bqqjowpigdnx.com^$third-party
||bqscwtvpvugopg.com^$third-party
||bqvgpuvjwhjggp.com^$third-party
||bqyphmwr.bid^$third-party
||bqytfutmwulr.com^$third-party
||bqyzesmanfucq.com^$third-party
||brfyubakyg.com^$third-party
||brhkraeknmjk.com^$third-party
||briqsnyafmmkxr.com^$third-party
||briqumvlvzshh.com^$third-party
||brjbzbxbcqjb.com^$third-party
||brjycsvgpo.bid^$third-party
||brloygpasa.com^$third-party
||brmrwnopuowq.bid^$third-party
||brqrtgjklary.com^$third-party
||brrxmhuhyokw.bid^$third-party
||brtcmjchfyel.com^$third-party
||brwusdmjzv.bid^$third-party
||brycnuxoytuang.com^$third-party
||brygxppyaugt.com^$third-party
||bryvvdtek.com^$third-party
||brzmefeoqwdakc.bid^$third-party
||brztxamj.com^$third-party
||bsaixnxcpaai.com^$third-party
||bsepyppitmkkf.com^$third-party
||bsjhbxtrbvkr.com^$third-party
||bskijhtct.com^$third-party
||bslgmaxqild.bid^$third-party
||bslqjxmltuel.bid^$third-party
||bsmryjou.com^$third-party
||bsnbfufjgxrb.com^$third-party
||bspjagxietut.com^$third-party
||bsqbdbtftyu.com^$third-party
||bsqliktzudq.bid^$third-party
||bsrmcmvdoeyzib.com^$third-party
||bsupflnjmuzn.com^$third-party
||bsxctkajqdp.com^$third-party
||btbapoifsphl.com^$third-party
||btbuigpxge.com^$third-party
||btcwkbqojiyg.com^$third-party
||btgovcuviqor.com^$third-party
||btjxbwiehrm.bid^$third-party
||btkaoblylg.bid^$third-party
||btkcdqrzmqca.com^$third-party
||btmcxzanpsi.com^$third-party
||btnbdmhxdsf.com^$third-party
||btovopyov.com^$third-party
||btpgbmvlk.bid^$third-party
||btqwmdinav.com^$third-party
||btsimocheozy.bid^$third-party
||bturlzbakbcsdd.com^$third-party
||btvdzlkg.bid^$third-party
||btwpplvcqao.com^$third-party
||btxoeiisonxh.com^$third-party
||btxyusxfbx.com^$third-party
||btzuecidcshmmv.com^$third-party
||buadnqirhykcyc.com^$third-party
||buauaamx.bid^$third-party
||budyxjttmjkf.com^$third-party
||bufqrxzyrecf.com^$third-party
||bugwiqivdqotjk.com^$third-party
||buhlhkkvljt.com^$third-party
||buhxsaifjxupaj.com^$third-party
||buitxcrnucyi.com^$third-party
||bujntrmh.com^$third-party
||bukpsslm.com^$third-party
||burobtnbpgkh.com^$third-party
||burvyzqwfqg.bid^$third-party
||bvcddoyb.com^$third-party
||bvevgygeu.bid^$third-party
||bvezznurwekr.com^$third-party
||bvhzswlde.bid^$third-party
||bvjexgnagddtmu.com^$third-party
||bvnekcpa.bid^$third-party
||bvnmmdelarn.com^$third-party
||bvobtmbziccr.com^$third-party
||bvqfuryhas.bid^$third-party
||bvrdzbzwa.com^$third-party
||bvreosoejjt.bid^$third-party
||bvrkzhtxlgono.com^$third-party
||bvuficdch.com^$third-party
||bvwkethv.com^$third-party
||bvwzffbinbou.com^$third-party
||bvyoekxfjwpa.com^$third-party
||bvzhalhubwkbg.bid^$third-party
||bvzjhnqrypiv.com^$third-party
||bwbbcdkkocx.bid^$third-party
||bwcpnpkkncszi.com^$third-party
||bweqokcd.bid^$third-party
||bwlstzzqxpuxr.bid^$third-party
||bwnrgfhbd.bid^$third-party
||bwoefrhtycp.com^$third-party
||bwohgwrk.com^$third-party
||bwpqqofejekh.com^$third-party
||bwssvome.com^$third-party
||bwuqqnxubseq.com^$third-party
||bwuxrzvr.bid^$third-party
||bwvigmkn.com^$third-party
||bwwfncfuzahpg.com^$third-party
||bwyckpmsolzk.com^$third-party
||bwzohoomljs.com^$third-party
||bxejeqyudkgum.com^$third-party
||bxexufifrsfr.com^$third-party
||bxfsdzpffy.bid^$third-party
||bxknvtbmzsqc.com^$third-party
||bxniyvvxufxyoy.com^$third-party
||bxodbythc.com^$third-party
||bxoemfpetyqi.bid^$third-party
||bxoixzbtllwx.com^$third-party
||bxpbwitpgbid.bid^$third-party
||bxravgxfkubm.com^$third-party
||bxrjiqoajbbh.com^$third-party
||bxtcgufurbdk.bid^$third-party
||bxvydxjqklq.com^$third-party
||bxwbflhpk.com^$third-party
||bxxhbrpxqtwfq.com^$third-party
||bxxlvfhaxwscz.com^$third-party
||bxzkknilgmdt.bid^$third-party
||byclitror.com^$third-party
||bydbjtaoy.bid^$third-party
||byecttekgbksr.bid^$third-party
||bygigguvflpv.com^$third-party
||bymyneknm.bid^$third-party
||byoftdngsqjezw.bid^$third-party
||bypjftbwbpj.bid^$third-party
||byqmzodcdhhu.com^$third-party
||byspwzspx.bid^$third-party
||bysziktift.com^$third-party
||byufpbvjpedvpx.com^$third-party
||byuwgtzpawzzd.com^$third-party
||byxlivaqzo.com^$third-party
||byxlzyvfgb.bid^$third-party
||bzbaizntfrhl.com^$third-party
||bzctqprddwhj.com^$third-party
||bzeidqugwde.bid^$third-party
||bzeitvxguf.com^$third-party
||bzfguipyjops.com^$third-party
||bzfvcavza.com^$third-party
||bzgwkxnjqjdz.com^$third-party
||bzjtjfjteazqzmukjwhyzsaqdtouiopcmtmgdiytfdzboxdann.com^$third-party
||bzkmfzoxqmau.com^$third-party
||bzlvolaqiy.bid^$third-party
||bznmgijglbpr.com^$third-party
||bzotzfcbhomw.com^$third-party
||bzqqaoeufrld.com^$third-party
||bzrsybcg.com^$third-party
||bzsbtfiz.com^$third-party
||bzvimexwdle.com^$third-party
||bzyrhqbdldds.com^$third-party
||caajevalistl.com^$third-party
||caaqyzbpsbtk.com^$third-party
||cacpcaizwx.bid^$third-party
||cadchbpsifb.com^$third-party
||cadulscdfhtcb.bid^$third-party
||cafvzpusl.com^$third-party
||cahepysgenpb.com^$third-party
||camrfajedgku.com^$third-party
||capquqhuiazl.com^$third-party
||carsxardivaf.com^$third-party
||caucqpoeg.com^$third-party
||cavdzowr.com^$third-party
||cawcwpvmpcje.com^$third-party
||cayaaebmb.com^$third-party
||cayqecxokz.com^$third-party
||cbbabemymc.com^$third-party
||cbbsnmrwpqou.com^$third-party
||cbchvrgqb.com^$third-party
||cbcjkmyetnqch.com^$third-party
||cbdjzemui.com^$third-party
||cbehcazifywmro.bid^$third-party
||cbgujxjlp.com^$third-party
||cbhpiuopomc.com^$third-party
||cbiapaofuviswf.com^$third-party
||cbnrvzfvmd.com^$third-party
||cbolsxvresvu.bid^$third-party
||cbrqndeptsw.com^$third-party
||cbsfcpciitwcky.com^$third-party
||cbtdjpspjp.com^$third-party
||cbuxzegro.com^$third-party
||cbwrwcjdctrj.com^$third-party
||cbxadrwlccrky.bid^$third-party
||cbxqceuuwnaz.com^$third-party
||cbxtnudkklwh.com^$third-party
||cbyjjheawrcfq.com^$third-party
||cbzkrwjdskg.com^$third-party
||ccabzumewfk.bid^$third-party
||ccaypkuiauizuh.bid^$third-party
||ccbaobjyprxh.com^$third-party
||cccytihi.bid^$third-party
||ccdkyvyw.com^$third-party
||ccefzhxgobjm.com^$third-party
||ccemeoqbqb.com^$third-party
||ccmoxtwauruz.bid^$third-party
||ccpnzfts.com^$third-party
||ccscpyeeiqhs.bid^$third-party
||ccvewygyjqbq.bid^$third-party
||ccwinenmbnso.com^$third-party
||ccyttdkwntyhx.com^$third-party
||cczixhwxprith.com^$third-party
||cdaywwdyicf.com^$third-party
||cdbhmahnjb.com^$third-party
||cdbkxcnfmehf.com^$third-party
||cdbxuzzlgfhh.com^$third-party
||cddjdjwatndgja.com^$third-party
||cddlngatmpthc.bid^$third-party
||cdegnloptetj.com^$third-party
||cdfyuyoyfxohj.bid^$third-party
||cdhzxcwuibzk.com^$third-party
||cdicyazp.com^$third-party
||cdkxvrryzgd.com^$third-party
||cdmjjvqzurn.com^$third-party
||cdobneyuq.com^$third-party
||cdookjqkri.com^$third-party
||cdqmeyhqrwinofutpcepbahedusocxqyfokvehqlqpusttfwve.com^$third-party
||cdqweuwvagrbd.com^$third-party
||cdrjblrhsuxljwesjholugzxwukkerpobmonocjygnautvzjjm.com^$third-party
||cdtojdrhoc.bid^$third-party
||cdveeechegws.com^$third-party
||cdvoqspgdp.com^$third-party
||cdyiipzo.com^$third-party
||cdyygbzihdh.com^$third-party
||cdzifdzftkmfof.com^$third-party
||cefqvuhygky.com^$third-party
||ceidxneoogpuh.com^$third-party
||cekptlucf.com^$third-party
||cekzdbewgnzu.com^$third-party
||ceseyitsikzs.com^$third-party
||cesxssavc.com^$third-party
||ceugjbwb.com^$third-party
||cevwkduhwbuc.com^$third-party
||cewdbisyrzdv.com^$third-party
||cewegncr.com^$third-party
||cewviaslxyyr.com^$third-party
||ceyimthpmrct.com^$third-party
||ceywprmvjy.com^$third-party
||cfdmkifknsjt.com^$third-party
||cfhkiriics.com^$third-party
||cfkhdbzn.com^$third-party
||cfnumapv.com^$third-party
||cfpqhrfpccmpq.com^$third-party
||cfqzixjwwqgow.com^$third-party
||cfraazitu.com^$third-party
||cfsdtzggpcmr.com^$third-party
||cfskcqrwbog.com^$third-party
||cftervwhu.com^$third-party
||cfuwbptxcdgza.com^$third-party
||cfvfjsobudwrsn.com^$third-party
||cfyvrgvopaejx.com^$third-party
||cfzskkkmjg.com^$third-party
||cgaemihcbvr.com^$third-party
||cgbemyws.bid^$third-party
||cgbqzfjf.com^$third-party
||cgdvsvczduzq.bid^$third-party
||cgjbizumzm.com^$third-party
||cgjyesqhxzzm.com^$third-party
||cgkpwhkgjxo.com^$third-party
||cglcdshkqiuic.com^$third-party
||cglpmszvpzzxj.com^$third-party
||cglqqjxaaowb.com^$third-party
||cgmkpdqjnedb.com^$third-party
||cgnfyfer.com^$third-party
||cgociipdf.com^$third-party
||cgrvnpkwuytts.com^$third-party
||cgtqfbnviajcx.com^$third-party
||cguvvvdxa.com^$third-party
||cgwhbzfxhwltpm.com^$third-party
||chdaismlykqep.com^$third-party
||chiybszey.bid^$third-party
||chjfbjjgqts.com^$third-party
||chjvykulvzey.com^$third-party
||chkqqbpppcuihn.com^$third-party
||chlpyktpzcciyh.com^$third-party
||chnktglh.com^$third-party
||chnvilhrmeaw.bid^$third-party
||chqspuonctkgz.com^$third-party
||chqulqxfghdz.com^$third-party
||chtpcjezorlo.com^$third-party
||chuvzwxbpf.bid^$third-party
||chvjfriqlvnt.com^$third-party
||chvwtxtzmzbggo.com^$third-party
||chxfeymgmwbo.com^$third-party
||chxwlqtvgrw.com^$third-party
||chyfjrkstyzl.bid^$third-party
||chytrrvwvabg.com^$third-party
||chzashakbgds.com^$third-party
||ciaszbncdj.bid^$third-party
||cibmcziio.bid^$third-party
||ciecissstwncw.com^$third-party
||cifipkbu.com^$third-party
||cifwsaufnalvh.com^$third-party
||cihnrhqwbcsq.com^$third-party
||cijfsxtsjpx.bid^$third-party
||cijwskfvye.com^$third-party
||cijzoindd.com^$third-party
||cikzhemgwchl.com^$third-party
||cimcshjoue.com^$third-party
||cimpmvccrg.bid^$third-party
||cineqkifrlxsep.bid^$third-party
||cipohwidxc.com^$third-party
||cisfjtamphuqt.com^$third-party
||cistcrrhqfm.bid^$third-party
||civyssfaqtufib.com^$third-party
||ciwbezny.com^$third-party
||cixjiydrsyq.bid^$third-party
||cixjmaxkemzknxxuyvkbzlhvvgeqmzgopppvefpfkqdraonoez.com^$third-party
||cixvlpbnceh.com^$third-party
||cizemeshbbc.com^$third-party
||cjbaeegayainxl.bid^$third-party
||cjdomdjyvble.com^$third-party
||cjgpifztileh.com^$third-party
||cjhdmrcv.com^$third-party
||cjkjeyjbl.com^$third-party
||cjnoeafncyzb.com^$third-party
||cjnqsrzyhil.com^$third-party
||cjnwobsladbq.com^$third-party
||cjojvvfyb.com^$third-party
||cjprndsozzdu.bid^$third-party
||cjsgmoekcb.com^$third-party
||cjuntyydjokvde.com^$third-party
||cjuztylaun.com^$third-party
||cjvgnswapbqo.com^$third-party
||cjvpybdsasarc.com^$third-party
||cjwjpmudu.com^$third-party
||cjxdbmxtnqmy.com^$third-party
||cjxkzkzmdomd.com^$third-party
||ckfctuaga.com^$third-party
||ckhfffgt.com^$third-party
||ckjdnyvcop.bid^$third-party
||ckjflngcqcfl.bid^$third-party
||ckjjcarzu.com^$third-party
||ckjjnujgvfd.com^$third-party
||ckkrlzxvy.com^$third-party
||ckombcgg.com^$third-party
||ckopycdb.com^$third-party
||ckqfackpj.bid^$third-party
||ckqgkazihvwc.com^$third-party
||ckqjezikww.bid^$third-party
||ckqkwhampiyb.com^$third-party
||ckqpusmxvilv.com^$third-party
||ckryzlnafwyd.com^$third-party
||ckwpsghi.com^$third-party
||ckxhoidrflu.com^$third-party
||ckxqtppyzqbll.com^$third-party
||ckxyvauhqfuoin.com^$third-party
||ckydzwjzbgarz.bid^$third-party
||ckyxscaeockj.bid^$third-party
||cledghtdrjtb.com^$third-party
||clgyhwaoh.com^$third-party
||clhkbfqzwpst.com^$third-party
||clhqmynew.bid^$third-party
||clkkcokl.com^$third-party
||clnlyfxit.com^$third-party
||clomggnzxsyf.bid^$third-party
||clonsvyhy.bid^$third-party
||clouxtnxsmxdva.com^$third-party
||clsvugmivpf.com^$third-party
||clsyxddpbt.com^$third-party
||clutaqawmz.com^$third-party
||clxakmsyjlryz.bid^$third-party
||clybtbahdbwkep.com^$third-party
||clyksqxxdeduq.bid^$third-party
||cmdjujqlfbts.com^$third-party
||cmdnzbuynnm.com^$third-party
||cmdotgwjhpqf.com^$third-party
||cmhwwdwfiyx.com^$third-party
||cmjjzwddw.com^$third-party
||cmncgeqivmjki.com^$third-party
||cmnhwzdsvr.com^$third-party
||cmpkynhhmkni.com^$third-party
||cmpsuzvr.com^$third-party
||cmqeojydveotb.bid^$third-party
||cmqyhtqkhduy.com^$third-party
||cmrppltjs.com^$third-party
||cmrxvyjyaerf.com^$third-party
||cmwsdhdyregbyn.bid^$third-party
||cmyjgtiihmit.bid^$third-party
||cmyzmrgrtyrkt.com^$third-party
||cnckdochd.com^$third-party
||cncqycrckl.com^$third-party
||cnfiukuediuy.com^$third-party
||cnfuhtsefojuk.com^$third-party
||cnjkrbhtbv.com^$third-party
||cnntsmnymvnp.com^$third-party
||cnnzfijy.bid^$third-party
||cnoytvqomyhjz.com^$third-party
||cnpntmju.com^$third-party
||cnqanzdb.com^$third-party
||cnsnoljocc.com^$third-party
||cnutjhszkjse.com^$third-party
||cnuxnqgjkjqmky.bid^$third-party
||cnyblliqyhcs.bid^$third-party
||cnygzgurqpwop.bid^$third-party
||coaincltxhw.com^$third-party
||cofybuwuc.com^$third-party
||cogxsnvqesph.com^$third-party
||cohhcaahxxcf.com^$third-party
||coiphezlzpl.bid^$third-party
||cokfwpfycgzjvn.bid^$third-party
||cokrrmzagaxn.com^$third-party
||collamps.com^$third-party
||comgnnyx.com^$third-party
||comwgi.com^$third-party
||cooowbno.com^$third-party
||coroheyjses.com^$third-party
||cortxphssdvc.com^$third-party
||coshfgpgab.com^$third-party
||covjoecuzyss.com^$third-party
||cowmslkltc.com^$third-party
||coxgtwdios.bid^$third-party
||coyhvotxgrnq.com^$third-party
||cozclrlpsk.com^$third-party
||cozjfzlng.com^$third-party
||cpamnizzierk.com^$third-party
||cpbtcwar.com^$third-party
||cpdafetdjtdsy.com^$third-party
||cpdbkckekff.com^$third-party
||cpdoalzgwnwf.com^$third-party
||cpgiseaopbx.bid^$third-party
||cphxwpicozlatvnsospudjhswfxwmykgbihjzvckxvtxzfsgtx.com^$third-party
||cpkbdmkguggh.com^$third-party
||cplefwvdqkwjev.bid^$third-party
||cpmjpcefbwqr.com^$third-party
||cpovvzgpc.com^$third-party
||cpxjivpayggg.com^$third-party
||cpynfeqyqfby.com^$third-party
||cqaiylftp.com^$third-party
||cqbabfsyfqse.com^$third-party
||cqbphspgvhuk.com^$third-party
||cqcebzspxptwfl.bid^$third-party
||cqhxrlnhzlda.com^$third-party
||cqieqaxlphdi.com^$third-party
||cqindhgqi.com^$third-party
||cqjnxsbuplcqri.com^$third-party
||cqoxufzgev.bid^$third-party
||cqoyvpldkmqt.com^$third-party
||cqpmmfxvibjr.com^$third-party
||cqskvtpeqcp.bid^$third-party
||cqsmswwidrn.bid^$third-party
||cqvbvpxnqqcfwl.bid^$third-party
||cqvkwpulpwfudg.com^$third-party
||cqwqxapujf.com^$third-party
||cqyfjodshwuici.com^$third-party
||cqzqdoqsgxyf.com^$third-party
||cracwrddcb.com^$third-party
||crcewevoy.com^$third-party
||credbgvhijbcj.com^$third-party
||creyboif.bid^$third-party
||crgfbmzsk.com^$third-party
||crheaeqw.com^$third-party
||crhvyali.com^$third-party
||crijpgcer.com^$third-party
||crjsrbyybipozq.com^$third-party
||crkgtnad.com^$third-party
||crkliqlyabacgt.bid^$third-party
||crnxueioe.bid^$third-party
||croxdfrdjfnt.com^$third-party
||crpiucewddag.com^$third-party
||crpmohfici.com^$third-party
||crqnosmxstdfnp.bid^$third-party
||crrgnnqidpf.com^$third-party
||crtntrvjuun.bid^$third-party
||cruqmpwhczna.bid^$third-party
||crvvrxfgsvohiy.com^$third-party
||crxhbchbd.com^$third-party
||crykaxliilz.com^$third-party
||crzhxquiyo.com^$third-party
||crzlkluxnigce.com^$third-party
||crzojmwnnq.com^$third-party
||csbsyukodmga.com^$third-party
||cscactmkbfvn.com^$third-party
||csdqikvba.bid^$third-party
||csdzhoku.com^$third-party
||cshzkkihjnweb.com^$third-party
||csionjbak.com^$third-party
||csjayzqifekaq.com^$third-party
||cskwckhyhriyk.com^$third-party
||cslxhmchzgbx.com^$third-party
||csmqorveetie.com^$third-party
||csouqeeviwo.com^$third-party
||cspyozjbwb.com^$third-party
||cstdfxkxbqbc.com^$third-party
||cstfzgckbtrb.com^$third-party
||csxokexd.com^$third-party
||csyngxtkifrh.com^$third-party
||ctcpwymaeuwnqd.com^$third-party
||ctfscglqjzkfe.com^$third-party
||ctgoivpnnze.bid^$third-party
||ctimfrfrmqip.com^$third-party
||ctjjftxn.bid^$third-party
||ctjtlrmy.com^$third-party
||ctjwmzryhcoj.com^$third-party
||ctnbnbjcjfkf.bid^$third-party
||ctohqzii.com^$third-party
||ctpjfacao.com^$third-party
||ctplyvuuzdcv.com^$third-party
||ctrsopfwiadfjn.com^$third-party
||ctsrwmcshv.com^$third-party
||cttnlnsnwdokqb.com^$third-party
||ctvsgkoe.bid^$third-party
||ctzvtevpcssx.com^$third-party
||cuabgfjnib.bid^$third-party
||cuchpagh.com^$third-party
||cudjntck.com^$third-party
||cuecxgwkjtan.com^$third-party
||cuguwxkasghy.com^$third-party
||cuhicevdjsfey.com^$third-party
||cujsutkdbz.com^$third-party
||cukabtvyl.com^$third-party
||cukwbpne.com^$third-party
||cuortwomnr.com^$third-party
||cupzwcxgx.com^$third-party
||curnkiosk.com^$third-party
||cuvbcwgenwytrk.bid^$third-party
||cuxsmovh.bid^$third-party
||cvarxvlbnphcjq.com^$third-party
||cvdvexais.com^$third-party
||cvembcmcvrxly.com^$third-party
||cvffhevoebnz.com^$third-party
||cvhcrbbbfaa.com^$third-party
||cvhpuccaib.bid^$third-party
||cvjzauehxjsy.com^$third-party
||cvnmmeux.com^$third-party
||cvofpjhscrj.com^$third-party
||cvsuqfsul.com^$third-party
||cvupqfim.com^$third-party
||cvvwaepygjzczp.com^$third-party
||cvwipkjyu.bid^$third-party
||cvwrspsdr.com^$third-party
||cvzixxiesyjkha.com^$third-party
||cwbbqhgtjbvtzi.com^$third-party
||cwdnbhhmdnm.com^$third-party
||cwfikuwyjwnev.com^$third-party
||cwhuavlffzvhyi.bid^$third-party
||cwliihvsjckn.com^$third-party
||cwmxsgbllbee.bid^$third-party
||cwmycjoddoq.com^$third-party
||cwnrunnvatbfug.com^$third-party
||cwofongvtbsi.com^$third-party
||cwpumsjshnacl.com^$third-party
||cwtekghutpaq.com^$third-party
||cwvdzcqvg.com^$third-party
||cwvqtapvqbmxfd.com^$third-party
||cwxblalyyvbj.com^$third-party
||cwxkywbndfue.com^$third-party
||cwxmevdteoxqi.com^$third-party
||cwxqufxcqopi.com^$third-party
||cwyvnvukvkxqv.com^$third-party
||cwznlbsep.bid^$third-party
||cxgwwsapihlo.com^$third-party
||cxhfzipv.com^$third-party
||cxkllhjrrpjp.bid^$third-party
||cxnxognwkuxm.com^$third-party
||cxoxruotepqgcvgqxdlwwucgyazmbkhdojqzihljdwwfeylovh.com^$third-party
||cxqevkkfhdqu.bid^$third-party
||cxqmzfcfcwbwv.com^$third-party
||cxrmgoybhyrk.com^$third-party
||cxunpvor.com^$third-party
||cxxhkmuxdjsmw.com^$third-party
||cxxqchjb.com^$third-party
||cxxsegmhltakq.com^$third-party
||cxzisvjhpt.com^$third-party
||cybkhbkuobl.com^$third-party
||cybzsdkmrqgy.com^$third-party
||cyfzthaduxhb.com^$third-party
||cygngisr.com^$third-party
||cyhcpeprgy.com^$third-party
||cymeeoolym.com^$third-party
||cymuxbcnhinm.com^$third-party
||cyqbtxpgarmc.com^$third-party
||cyrirvvrn.com^$third-party
||cyrrbejq.bid^$third-party
||cyssfnqt.com^$third-party
||cytpfucbb.com^$third-party
||cyufjpvzaf.com^$third-party
||cywegkfcrhup.com^$third-party
||cyxagtpeggjv.com^$third-party
||czaxrbclfse.com^$third-party
||czbtfksgtcuy.com^$third-party
||czcbkaptwfmv.com^$third-party
||czcydlrnu.com^$third-party
||czcyppdffuhh.com^$third-party
||czdaxoesbdlih.com^$third-party
||czfavkwdmmpp.bid^$third-party
||czgeitdowtlv.com^$third-party
||czhtiirf.bid^$third-party
||czihyzbul.com^$third-party
||czjjyfnpyrs.bid^$third-party
||czkbmjsodcgr.bid^$third-party
||czmolxvvrbb.com^$third-party
||czobtirdnwqhn.com^$third-party
||czoivochvduv.com^$third-party
||czppmlbidjdx.com^$third-party
||czpspyovtiqn.com^$third-party
||czpwvmuznpj.bid^$third-party
||czqrilwnayq.com^$third-party
||czrbkvvxyu.bid^$third-party
||czrtrfoin.com^$third-party
||czsnzyykqzcreu.com^$third-party
||czuyzjyxlgirh.bid^$third-party
||czwdzqfnmzw.bid^$third-party
||czzzwuvvc.com^$third-party
||dabxzyfcxrdgbs.com^$third-party
||dacknbenn.com^$third-party
||dacqmkmsjajm.com^$third-party
||dadllrpazourna.com^$third-party
||daetemegxlyp.com^$third-party
||dagqnyapwql.bid^$third-party
||dahakbkwgvwzb.bid^$third-party
||daiwyihpjhdy.com^$third-party
||daizzagvvnv.com^$third-party
||dajlkvplxyzbsa.com^$third-party
||dajoetsja.com^$third-party
||daljntupdaoejb.com^$third-party
||dalqybwdy.com^$third-party
||damihyugqet.com^$third-party
||danunnpvy.com^$third-party
||daohvygdwvj.bid^$third-party
||dapvmnnttetuu.bid^$third-party
||daqdksam.bid^$third-party
||daqijjpjow.com^$third-party
||davthnojr.com^$third-party
||daxnfpzmnfdr.com^$third-party
||daxzupqivdoj.com^$third-party
||dbcxaicjyt.com^$third-party
||dbdndssvyxaltf.bid^$third-party
||dbesyixn.bid^$third-party
||dbftszei.bid^$third-party
||dbhrfdfuqh.com^$third-party
||dbjcbnlwchgu.com^$third-party
||dbjsnxncaxnpp.com^$third-party
||dbktgmyjph.com^$third-party
||dblnptdnyt.bid^$third-party
||dbmaptqxpjmsyr.bid^$third-party
||dbmysjylbpwrav.com^$third-party
||dbojgaxhxalh.com^$third-party
||dbtaclpoahri.com^$third-party
||dbtglwtlxhysk.com^$third-party
||dbuwkhpggim.com^$third-party
||dbwawnzkjniz.com^$third-party
||dbwohmscsgkhvz.bid^$third-party
||dbysmkeerpzo.com^$third-party
||dccstsamnyrjk.com^$third-party
||dcdalkgtbmip.com^$third-party
||dcdqvukf.bid^$third-party
||dcgbswcvywyl.com^$third-party
||dcjhpaexcwtc.com^$third-party
||dckyimoylozbby.com^$third-party
||dclmmbjyshy.com^$third-party
||dcmatjqifoim.com^$third-party
||dcmhpbpdcsy.com^$third-party
||dcneohtx.com^$third-party
||dcqhbqwlcukxu.com^$third-party
||dcqyyaprodclf.bid^$third-party
||dcxitlzzmyxbwn.com^$third-party
||dcybolsar.bid^$third-party
||dcyeufoq.com^$third-party
||dcznhkojghrl.com^$third-party
||ddbnikwub.com^$third-party
||ddczayne.bid^$third-party
||dddgndcqajr.com^$third-party
||ddhnjkaojrcv.bid^$third-party
||ddjodgzhxyjtaa.bid^$third-party
||ddljcvtxfjtc.com^$third-party
||ddmlzfwsb.com^$third-party
||ddnmzrpp.com^$third-party
||ddprxzxnhzbq.com^$third-party
||debuackedhkvu.bid^$third-party
||deebwmbbytr.com^$third-party
||degitlwfezpe.com^$third-party
||dehyogsjbk.bid^$third-party
||deicslktis.com^$third-party
||deiqehvcdnntg.com^$third-party
||denixsips.com^$third-party
||deouvnqbgflv.com^$third-party
||deqrdwsjlpjz.com^$third-party
||dergevqzqi.com^$third-party
||derpqpyvym.bid^$third-party
||derqboxqca.com^$third-party
||dewltdgzgtt.com^$third-party
||dexxxrggi.com^$third-party
||deyzjaiggwz.com^$third-party
||dfawfyhesfe.com^$third-party
||dfbtmkwdcajsy.bid^$third-party
||dfcwecvmjtdj.com^$third-party
||dfgfgvqogboiz.com^$third-party
||dfgwnkricjcko.bid^$third-party
||dfjaoecxqyox.com^$third-party
||dfkpqvhcl.com^$third-party
||dfllzlsztzqwz.bid^$third-party
||dfmedtntwcepqx.com^$third-party
||dfnnhwiyxjajhq.com^$third-party
||dfomexjuokpuxi.com^$third-party
||dfrcdywe.com^$third-party
||dfrekewe.com^$third-party
||dfujqyjifvoe.com^$third-party
||dfxemnxrsal.bid^$third-party
||dgbhmpumhxy.bid^$third-party
||dgcxsmiavpg.bid^$third-party
||dgeggjwyhkrr.com^$third-party
||dgfpsbezfeh.bid^$third-party
||dggcgurqynie.com^$third-party
||dgghbqysqzs.bid^$third-party
||dgjlfdvqb.bid^$third-party
||dgkvriccq.com^$third-party
||dglfkgmhahilp.com^$third-party
||dgmlubjidcxc.com^$third-party
||dgnjovmuao.bid^$third-party
||dgnqzxsw.bid^$third-party
||dgnuumyxpqiget.com^$third-party
||dgowzelhoaqqb.com^$third-party
||dgqktjmxtlp.com^$third-party
||dgrvnlhz.com^$third-party
||dgtnoyoud.com^$third-party
||dgucunmuibx.com^$third-party
||dgufzszbsk.bid^$third-party
||dgulomuzgkyjhe.bid^$third-party
||dgwrxyucxpizivncznkpmdhtrdzyyylpoeitiannqfxmdzpmwx.com^$third-party
||dgwyckutalyqcn.com^$third-party
||dgycvdyncugrd.bid^$third-party
||dhaomvok.com^$third-party
||dhenktvqqmbcnj.bid^$third-party
||dhgcqqmtf.com^$third-party
||dhienrfamv.com^$third-party
||dhlnlwxspczc.com^$third-party
||dhmhdiozqbnq.com^$third-party
||dhmwedckf.com^$third-party
||dhnxwgxszvi.com^$third-party
||dhomixidnkas.com^$third-party
||dhrjzwqpweidm.bid^$third-party
||dhsztvyjwcmk.com^$third-party
||dhtqupvxujyfp.com^$third-party
||dhuqolbvyla.com^$third-party
||dhvaigzy.com^$third-party
||dhvzrpvjwibr.com^$third-party
||dhxjrqegphza.bid^$third-party
||dhzmxkoq.bid^$third-party
||dibpvaoi.bid^$third-party
||didibvyl.bid^$third-party
||dieohupl.com^$third-party
||difyt-m-tlb.co^$third-party
||digwzeutydo.com^$third-party
||dijutbdzbv.com^$third-party
||dikzfvrgjpygz.com^$third-party
||dillweqbducwi.com^$third-party
||dinmbegj.bid^$third-party
||dipsbbygv.com^$third-party
||diqstzzbqin.bid^$third-party
||disbkzufvqhk.com^$third-party
||ditouyldfqgt.com^$third-party
||diuiyzhao.com^$third-party
||diwiosqupuecg.com^$third-party
||diwkemnk.bid^$third-party
||diwtbtakcu.com^$third-party
||diysqcbfyuru.com^$third-party
||djagrjpaoek.com^$third-party
||djavljmti.com^$third-party
||djbnmqdawodm.com^$third-party
||djcbhuwplfpui.bid^$third-party
||djeoxopgw.com^$third-party
||djhqkoikovr.bid^$third-party
||djiufagozzla.com^$third-party
||djjckavq.com^$third-party
||djnroblmpyxrh.com^$third-party
||djntmaplqzbi.com^$third-party
||djqercix.com^$third-party
||djrkauxla.bid^$third-party
||djtclldgsocbv.bid^$third-party
||djuxmbjauluis.com^$third-party
||djvpsxtkdmga.com^$third-party
||djwdefnov.com^$third-party
||djxvususwvso.com^$third-party
||djzmpsingsrtfsnbnkphyagxdemeagsiabguuqbiqvpupamgej.com^$third-party
||dkadbasc.bid^$third-party
||dkdnvbueigxs.bid^$third-party
||dkfdpglo.com^$third-party
||dkgdinrubwxro.bid^$third-party
||dkgitkwo.com^$third-party
||dkjgyysfincxps.bid^$third-party
||dklvewbgjksyy.com^$third-party
||dkmdklhu.com^$third-party
||dkrhsftochvzqryurlptloayhlpftkogvzptcmjlwjgymcfrmv.com^$third-party
||dkroonzvxvansw.com^$third-party
||dksvmumbi.com^$third-party
||dktaqipmquo.com^$third-party
||dktyjwldv.com^$third-party
||dkvblgxkihtys.bid^$third-party
||dkvzpqcqan.com^$third-party
||dkxeorhjmua.com^$third-party
||dlahijuwjsv.com^$third-party
||dlemeyrkjy.com^$third-party
||dlfdvyfn.com^$third-party
||dlganxfc.bid^$third-party
||dlmghzdca.com^$third-party
||dlntzbuskygwj.com^$third-party
||dlotljikswmvq.com^$third-party
||dlpgebxqq.com^$third-party
||dlpypwmo.com^$third-party
||dlrwabzugcyj.com^$third-party
||dlsgjkayn.com^$third-party
||dlwmksxohvw.com^$third-party
||dlwssyqp.com^$third-party
||dlzksaqygxare.com^$third-party
||dmatquyckwtu.com^$third-party
||dmbjbgiifpfo.com^$third-party
||dmdcpvgu.com^$third-party
||dmgcxznqmmiek.com^$third-party
||dmgexalrtsqrvx.com^$third-party
||dmiqfxlnf.com^$third-party
||dmjcabavsraf.com^$third-party
||dmkadnohjoqh.com^$third-party
||dmnangpsbpm.com^$third-party
||dmojscqlwewu.com^$third-party
||dmrecvpflqb.com^$third-party
||dmrqnwtyttd.com^$third-party
||dmsvdderirwbu.com^$third-party
||dmvegzsxaxn.com^$third-party
||dmvmnafx.com^$third-party
||dmwubqhtuvls.com^$third-party
||dmxoedcqcb.com^$third-party
||dmyypseympjf.com^$third-party
||dneglbgcycpcab.bid^$third-party
||dneliqkbeixeri.com^$third-party
||dneqghbwlmyjnj.com^$third-party
||dnewbvwrvadt.com^$third-party
||dnftqfwycmfqrs.com^$third-party
||dngsuhxuzb.com^$third-party
||dnjxoflvkvec.com^$third-party
||dnntgcfejsg.bid^$third-party
||dnoucjqzsasm.com^$third-party
||dnpehliwdvjkp.com^$third-party
||dnqejgrbtlxe.com^$third-party
||dnrtjavop.com^$third-party
||dnrywryy.com^$third-party
||dnrzajdjq.com^$third-party
||dnsapimzlvmcis.com^$third-party
||dnsqqdordvpv.com^$third-party
||dntlpwpjwcfu.com^$third-party
||dnvndngbn.bid^$third-party
||dnxpseduuehm.com^$third-party
||dnzevkqpk.com^$third-party
||dnzwjlbknhe.com^$third-party
||dobgfkflsnmpaeetycphmcloiijxbvxeyfxgjdlczcuuaxmdzz.com^$third-party
||dobjgpqzygow.com^$third-party
||docqacvwhgbxv.com^$third-party
||dodahirwudrhv.com^$third-party
||dodegomxh.bid^$third-party
||dodwnkpzaned.com^$third-party
||dogwuyrspt.com^$third-party
||dohhehsgnxfl.com^$third-party
||doiljgzpurycgx.bid^$third-party
||dojmlztmbrvp.com^$third-party
||doksfyhdtqmipa.com^$third-party
||doljrizlsem.bid^$third-party
||domdtvbhgg.com^$third-party
||donhyxngg.com^$third-party
||dosanrnlq.com^$third-party
||douangvwl.com^$third-party
||dovltuzibsfs.com^$third-party
||dpallyihgtgu.com^$third-party
||dpbrrirhtlo.com^$third-party
||dpbviawkrumynm.com^$third-party
||dpkdwhfdrvxzcr.bid^$third-party
||dpmvpttamz.com^$third-party
||dpmyrskvbznvn.com^$third-party
||dpnahzfbb.com^$third-party
||dpoffxqjlgt.com^$third-party
||dpoulbxouhor.com^$third-party
||dppcevxbshdl.com^$third-party
||dpqytzwxohcd.bid^$third-party
||dprdhzofq.bid^$third-party
||dpwmloknxtuw.com^$third-party
||dpwrhdzeqw.com^$third-party
||dpwsvrkmfxrt.com^$third-party
||dpxjvfdtufp.com^$third-party
||dqcqavgqk.bid^$third-party
||dqdnwhyxeblt.com^$third-party
||dqdwvmpez.com^$third-party
||dqekudhbwprx.com^$third-party
||dqfhklmwj.com^$third-party
||dqfpksnabgagc.com^$third-party
||dqiokxyebdc.com^$third-party
||dqkeldpjzq.bid^$third-party
||dqlcgelw.com^$third-party
||dqldmtpu.com^$third-party
||dqmfeimedqswbr.com^$third-party
||dqolgbehhzvo.com^$third-party
||dqpamcouthqv.com^$third-party
||dqpywdubbxih.com^$third-party
||dqusbshqrtv.bid^$third-party
||dqvckdfaa.com^$third-party
||dqyczunj.com^$third-party
||drbwugautcgh.com^$third-party
||drcfjmkmy.com^$third-party
||drdvvfgqzwkutc.bid^$third-party
||drjctivspweild.com^$third-party
||drjwmuwmnll.com^$third-party
||droqnswhcfk.com^$third-party
||drpmtzjanjqjpj.com^$third-party
||drqjihcfdrqj.com^$third-party
||drragqvk.bid^$third-party
||drsemkuhpg.com^$third-party
||drtqfejznjnl.com^$third-party
||drumuwimmzxqps.com^$third-party
||drwfixovzqdcs.com^$third-party
||dsdiztki.bid^$third-party
||dsemgngou.com^$third-party
||dsevjzklcjjb.com^$third-party
||dsgjefwejkc.com^$third-party
||dsibzjqbtkjqd.bid^$third-party
||dskiepocq.bid^$third-party
||dsmysdzjhxot.com^$third-party
||dsnjsdrbqwdu.com^$third-party
||dswwghrlwwcm.com^$third-party
||dsxbgkphjyrngo.bid^$third-party
||dsyxresmht.com^$third-party
||dtgwjxeymdlri.com^$third-party
||dthmzwzsgjibw.com^$third-party
||dtiwhkapsgva.bid^$third-party
||dtjhwypfsayh.com^$third-party
||dtmwwpykiqng.com^$third-party
||dtnzlmwgujhgmj.bid^$third-party
||dtosduecka.com^$third-party
||dtpictvzcqqm.bid^$third-party
||dtqcjtkytuqn.com^$third-party
||dtrwlquawlp.com^$third-party
||dtuhvgjyrp.com^$third-party
||dtusmzjdycvk.com^$third-party
||dtvlalitvg.com^$third-party
||dtzlgtmqoj.bid^$third-party
||duamuprs.com^$third-party
||dubijsirwtwq.com^$third-party
||dubzmzpdkddi.com^$third-party
||duchmcmpmqqu.com^$third-party
||dueybqnkkhzdh.bid^$third-party
||dugqbllwslqrlj.com^$third-party
||duhqtjmftpxrmn.bid^$third-party
||duidsdvdbecg.bid^$third-party
||duklamznlrn.com^$third-party
||dulcetcgvcxr.com^$third-party
||dulfweycnqfoka.com^$third-party
||dulpsxaznlwr.com^$third-party
||dumoyqzxluou.com^$third-party
||durowueoaxjhd.com^$third-party
||dusgihujnthv.com^$third-party
||dutvcvwebocux.bid^$third-party
||dutypzccyhr.com^$third-party
||duuewwbntvl.com^$third-party
||duumdqyt.bid^$third-party
||duvyjbofwfqh.com^$third-party
||duwrigndkjp.com^$third-party
||duxyrxhfwilv.com^$third-party
||duyxfipwgrzwwd.bid^$third-party
||dvdbgvgagk.com^$third-party
||dvdyicsndqbqo.com^$third-party
||dvgvwatnnqsmll.com^$third-party
||dvhznawcuacblo.com^$third-party
||dviavwhykcdp.com^$third-party
||dvjhdodvcu.com^$third-party
||dvlhwokr.bid^$third-party
||dvokgydenwaksi.com^$third-party
||dvpgijdm.com^$third-party
||dvprcchlzke.bid^$third-party
||dvrttkoyngtnhi.com^$third-party
||dvsrlrnpyxwv.com^$third-party
||dvszrkspd.com^$third-party
||dvzyppnmfgtr.com^$third-party
||dwabissw.com^$third-party
||dwbqmlvjpvv.com^$third-party
||dwentymgplvrizqhieugzkozmqjxrxcyxeqdjvcbjmrhnkguwk.com^$third-party
||dwgfwxiecp.com^$third-party
||dwhvkier.com^$third-party
||dwkfnswdnheqfz.com^$third-party
||dwmegismbq.com^$third-party
||dwopbruzifg.com^$third-party
||dwuvmraztukg.com^$third-party
||dwvfccxbj.com^$third-party
||dwxaciqlebqemh.com^$third-party
||dxcqavshmvst.com^$third-party
||dxdunwcdfrdqm.com^$third-party
||dxfsbkmaydtt.com^$third-party
||dxiamgtxb.com^$third-party
||dxigubtmyllj.com^$third-party
||dxiixnrumvni.com^$third-party
||dxkhboqrrimy.bid^$third-party
||dxnglrimuuucmr.com^$third-party
||dxnzgeyxjhzym.com^$third-party
||dxokxbrfl.bid^$third-party
||dxqorupwedbotu.com^$third-party
||dxqxeklbsqe.com^$third-party
||dxtveuux.com^$third-party
||dxurtngzawwe.com^$third-party
||dxyafwkhrnycjp.com^$third-party
||dxzgoyzo.com^$third-party
||dxzkrtpnwpp.com^$third-party
||dyazeqpeoykf.com^$third-party
||dydxtkvmktumjp.com^$third-party
||dyerbegytfkj.com^$third-party
||dyhsubugnpw.bid^$third-party
||dyhwaacbbntu.com^$third-party
||dyjifezeyagm.com^$third-party
||dyjkbkpzxgpjfs.com^$third-party
||dylsjsmqjbbcs.com^$third-party
||dymaffzxk.com^$third-party
||dymzcxgdvf.com^$third-party
||dyoyiydbwdcr.com^$third-party
||dypmzetaj.com^$third-party
||dyucosivnycndc.com^$third-party
||dyunhvev.com^$third-party
||dywqwrtnhegyz.com^$third-party
||dyykxositkqt.bid^$third-party
||dyzstwcqbgjk.com^$third-party
||dz4ad.com^$third-party
||dzacosgvnz.com^$third-party
||dzaphjajrisgr.com^$third-party
||dzaqzgjsot.com^$third-party
||dzblysulli.com^$third-party
||dzdfmwaztrrm.com^$third-party
||dzehfozic.bid^$third-party
||dzhjqmlv.bid^$third-party
||dzkmbajm.com^$third-party
||dzlaodil.com^$third-party
||dzloxwupyxw.com^$third-party
||dzlpvqbyk.com^$third-party
||dzmstxov.bid^$third-party
||dzqoubtxsaskdl.com^$third-party
||dzuklgyo.bid^$third-party
||dzwagxju.bid^$third-party
||dzyqqwixizp.com^$third-party
||dzzawlkmtvug.com^$third-party
||dzztjcbt.com^$third-party
||eaaqsama.com^$third-party
||eabgoszdtq.com^$third-party
||eabrkvxoe.bid^$third-party
||eadtortust.bid^$third-party
||eaetyfmpuelw.com^$third-party
||eaffxhnzh.com^$third-party
||eaffzvnyj.com^$third-party
||eahkxyuezqvx.com^$third-party
||eaidabmuxbqy.com^$third-party
||eaknxurdsogwr.com^$third-party
||eaolnbvd.com^$third-party
||eaoxitwrlr.com^$third-party
||easmdmxps.com^$third-party
||easnviytengk.com^$third-party
||easygatepr.bid^$third-party
||eatxurmf.com^$third-party
||eayyegrkujxcw.com^$third-party
||ebbhjxspf.com^$third-party
||ebbldazyvt.com^$third-party
||ebfjbrlcvjlv.com^$third-party
||ebfkifnjs.com^$third-party
||ebfoxoedfyi.com^$third-party
||ebgaxsjgdsnr.com^$third-party
||ebhytolzhum.com^$third-party
||ebicjwvxmygdqr.com^$third-party
||ebifuaad.com^$third-party
||ebmoorfskily.com^$third-party
||ebnfsjxs.bid^$third-party
||ebrvuzqkq.bid^$third-party
||ebspiewapcta.com^$third-party
||ebuurwhnjdvtau.com^$third-party
||ebyakgowemds.com^$third-party
||ecboxijnmh.com^$third-party
||eccsyytbe.bid^$third-party
||ecflhhxp.bid^$third-party
||ecmeqhxevxgmtoxubrjstrrlyfgrrtqhvafyagettmwnwkwltn.com^$third-party
||ectbduztanog.com^$third-party
||ectxnsxezdg.com^$third-party
||ectysptouy.com^$third-party
||ecvladelayk.com^$third-party
||ecxgfgas.com^$third-party
||ecxtuyttpfe.bid^$third-party
||edfthzanlsyse.com^$third-party
||edgsscofljhc.com^$third-party
||edlsdyhll.com^$third-party
||ednnpxhjsqyd.com^$third-party
||edoolqkrnmmnj.com^$third-party
||edplsrtjpxamr.bid^$third-party
||edpnkcsrp.bid^$third-party
||edudktabmq.bid^$third-party
||edvbyybaviln.com^$third-party
||edwywpsufuda.com^$third-party
||edxosrcvydn.com^$third-party
||edxvyyywsxqh.com^$third-party
||edyjiqxeppjkj.com^$third-party
||eeagxonnsoggq.com^$third-party
||eeamatyc.com^$third-party
||eebrojmn.com^$third-party
||eecetnnsdz.bid^$third-party
||eedicjfwqhqr.bid^$third-party
||eedjbxyczp.bid^$third-party
||eedsgikkbtn.bid^$third-party
||eefbzuwvnnab.com^$third-party
||eefiwmtwppppay.com^$third-party
||eefiywjjzxry.com^$third-party
||eegputuwclsvo.com^$third-party
||eehdssnxola.com^$third-party
||eejcqlenlsko.com^$third-party
||eekkanwe.com^$third-party
||eekmkywfke.com^$third-party
||eelwibevmywtz.com^$third-party
||eencosteptffo.com^$third-party
||eepuawuevovi.com^$third-party
||eeqabqioietkquydwxfgvtvpxpzkuilfcpzkplhcckoghwgacb.com^$third-party
||eeqlxzpqqaii.com^$third-party
||eerdckbwujcx.com^$third-party
||eernnfbfby.com^$third-party
||eexnoxqcmrja.com^$third-party
||efbxevtnq.com^$third-party
||efcnevmojvfs.com^$third-party
||efebafmqn.com^$third-party
||efekvyyynwd.com^$third-party
||efhevptuqxpr.bid^$third-party
||efhseqgqgl.com^$third-party
||efjucmgdzexeab.com^$third-party
||efkxhoeoqsv.bid^$third-party
||efluqmlyzi.com^$third-party
||efmpejbybupe.bid^$third-party
||efnypuzqni.com^$third-party
||efotdwuui.bid^$third-party
||efsjxinbtzirs.bid^$third-party
||efukznkfmrck.com^$third-party
||efzhzqtyomldfj.com^$third-party
||egcocjwpzqsa.com^$third-party
||egcsbdrj.com^$third-party
||eghuntsrizvbt.com^$third-party
||egkkeahdzjqy.com^$third-party
||egouyziyto.bid^$third-party
||egqvfdht.bid^$third-party
||egqvppwseieyu.com^$third-party
||egrcoshpisdnn.com^$third-party
||egszpylvmclvf.bid^$third-party
||egtkhpkkfswf.com^$third-party
||egxkjjqke.bid^$third-party
||egzlqkjhm.bid^$third-party
||egzvkronnvwtra.bid^$third-party
||ehcawmdqgq.com^$third-party
||eheewlwlebwpd.com^$third-party
||ehfmhsqzxfrsz.bid^$third-party
||ehgefgcollhd.com^$third-party
||ehhmynitx.com^$third-party
||ehkovmky.com^$third-party
||ehlfynuo.com^$third-party
||ehlnakqlcvuxk.bid^$third-party
||ehnjtmqchrub.com^$third-party
||ehoksipmkejqt.bid^$third-party
||ehraxliuwt.com^$third-party
||ehrwekypesnl.bid^$third-party
||ehrxkeosifmksi.bid^$third-party
||ehuomemzh.com^$third-party
||ehxfudlqli.com^$third-party
||ehxpqwlnittvow.bid^$third-party
||ehzcbife.com^$third-party
||ehzkfbqpv.bid^$third-party
||eiadsdmj.bid^$third-party
||eidzaqzygtvq.com^$third-party
||eifbewnmtgpi.com^$third-party
||eifxhtrnhnveem.bid^$third-party
||eigtfqrokt.bid^$third-party
||eiibdnjlautz.com^$third-party
||eilmltibu.com^$third-party
||eimgxlsqj.bid^$third-party
||eiqzyxofsgzel.com^$third-party
||eivikmwwrqtb.bid^$third-party
||eiwcqowbowqo.com^$third-party
||eiwdnygfwl.com^$third-party
||eizzndhkvl.bid^$third-party
||ejbvrgespr.bid^$third-party
||ejdcjjcqcnzhre.bid^$third-party
||ejgdixiddmruql.com^$third-party
||ejgxyfzciwyi.com^$third-party
||ejjgrmutgrdwxg.com^$third-party
||ejjrckrhigez.com^$third-party
||ejkoolhhepojeu.com^$third-party
||ejktviknfv.com^$third-party
||ejlsbfqqxoc.com^$third-party
||ejmiysfbwuk.com^$third-party
||ejodwopthpg.com^$third-party
||ejoyjumnsft.com^$third-party
||ejwmxjttljbe.com^$third-party
||ejwocojjv.bid^$third-party
||ejwxbwzrhihtp.com^$third-party
||ekbiwwngwig.com^$third-party
||ekdamsibldrg.bid^$third-party
||ekdjdrmqqlc.bid^$third-party
||ekggptrw.com^$third-party
||ekgmjxjyfzzd.com^$third-party
||ekhgvpsfrwqm.com^$third-party
||ekiickqfxqtp.bid^$third-party
||ekiytcllwboe.com^$third-party
||eklcrpehu.com^$third-party
||ekmunhjbh.bid^$third-party
||ekmztfadigi.com^$third-party
||eknfrwtxsde.com^$third-party
||ekuuarqe.com^$third-party
||ekxfupdlyst.com^$third-party
||ekxlneryaiefwn.com^$third-party
||ekzstfriawl.bid^$third-party
||elatsadlux.com^$third-party
||elbeobjhnsvh.com^$third-party
||elcolpplwua.com^$third-party
||elfnwncr.com^$third-party
||elimpfdlss.com^$third-party
||eljjyutgjiuh.com^$third-party
||elkpxsfzrubq.com^$third-party
||eloumbsyd.com^$third-party
||elsgsgxywj.bid^$third-party
||eluhhfyxx.com^$third-party
||elvfmxguozafu.com^$third-party
||elvirvln.com^$third-party
||elwbhndbxfqk.com^$third-party
||elwwxuigpk.bid^$third-party
||elxkjyvdo.bid^$third-party
||elxxkpaeudxu.com^$third-party
||elzlogcphhka.com^$third-party
||elzmazpsbnwn.com^$third-party
||elzoovmzj.bid^$third-party
||emdbszgmxggo.com^$third-party
||emdqaycbvqz.com^$third-party
||emegbthex.bid^$third-party
||emektdasctwt.bid^$third-party
||emeqnqxd.bid^$third-party
||emfprumou.bid^$third-party
||emirdzzvhviv.com^$third-party
||emoknbcnwamv.bid^$third-party
||emrcrjcxjdsccz.bid^$third-party
||emrflqumwcz.bid^$third-party
||emrumkgmdmdq.com^$third-party
||emszbghugzw.bid^$third-party
||emvdlnwph.com^$third-party
||emxbuugvudofbc.bid^$third-party
||emxfructugey.com^$third-party
||emxwkunx.bid^$third-party
||emxztiidh.com^$third-party
||emzotevsto.com^$third-party
||emzxewhgjt.com^$third-party
||encvhiseje.bid^$third-party
||endcgwkclhtnk.com^$third-party
||enfhddbnariw.com^$third-party
||enfupatujiqb.com^$third-party
||enheqjtrvkn.bid^$third-party
||enhovesepdhxph.bid^$third-party
||enhwftpkwvnb.com^$third-party
||eniaypwywduf.com^$third-party
||ennwwuxijwjgdm.bid^$third-party
||enokjulejktukh.com^$third-party
||entlydazhcmlgx.com^$third-party
||entygpeb.com^$third-party
||enusbrzlmcmg.com^$third-party
||enynwkvdb.com^$third-party
||enzodpxuons.com^$third-party
||enzyxtdcacde.com^$third-party
||eociaoqs.bid^$third-party
||eocnpszthsf.com^$third-party
||eoecdsfvceebrv.com^$third-party
||eoepqqkg.com^$third-party
||eofaplocyrcxhq.com^$third-party
||eojrldtucqsf.com^$third-party
||eoqsbpvdxllxo.com^$third-party
||eoruxpqn.com^$third-party
||eotbkgjqu.com^$third-party
||eovkzcueutgf.com^$third-party
||eozbwwxniksmb.com^$third-party
||epbathcyav.com^$third-party
||epernepojkle.com^$third-party
||epesogtigole.com^$third-party
||epgokiocquxf.com^$third-party
||epgooipixbbo.com^$third-party
||ephtwbxuqy.com^$third-party
||eplocjhuxsoj.com^$third-party
||eplsshzbotknz.bid^$third-party
||epndtinso.com^$third-party
||epnjahss.com^$third-party
||epoxtzgddiwp.com^$third-party
||epsiulpa.com^$third-party
||eptwulil.com^$third-party
||epvhmxyqa.bid^$third-party
||epxokmckjkj.com^$third-party
||epxxqzrcdfkxo.bid^$third-party
||epzxtposabej.com^$third-party
||eqcvisodkvphw.bid^$third-party
||eqdlypxvit.com^$third-party
||eqegggmtc.com^$third-party
||eqezqqdpjmxbpb.com^$third-party
||eqfnhtthkog.com^$third-party
||eqhawyidkdug.com^$third-party
||eqkccjinroye.bid^$third-party
||eqonwbgcqi.bid^$third-party
||eqqhbzmaf.bid^$third-party
||eqqhiwfjcfx.bid^$third-party
||eqrauafet.com^$third-party
||eqrbfjwnmxpy.com^$third-party
||eqszmuwnozvx.com^$third-party
||eraeoggritjeo.com^$third-party
||erahvrtzbg.com^$third-party
||erbsqnmglmnv.com^$third-party
||erckgobvi.com^$third-party
||erhpodgijusvi.bid^$third-party
||erificyggw.com^$third-party
||erireiejv.com^$third-party
||erkwkjfompvt.com^$third-party
||ermjhgdl.com^$third-party
||erqqhfsu.com^$third-party
||erszwzaidmlc.com^$third-party
||erucjvsest.com^$third-party
||ervinguewty.com^$third-party
||ervpgpxr.com^$third-party
||erxvdkrivto.com^$third-party
||erzrulbjdd.bid^$third-party
||eschpaxxwy.com^$third-party
||esdykqhupjp.com^$third-party
||esfqqfqagkkbrl.com^$third-party
||esfzbdwg.com^$third-party
||esgnyfznnihl.com^$third-party
||esgvhaspsjg.com^$third-party
||esgwceckxumg.com^$third-party
||eshezwwft.com^$third-party
||eslgydoqbedo.com^$third-party
||eslydbnukkme.com^$third-party
||esnirgskobfj.com^$third-party
||espnrlezwzvd.com^$third-party
||esqjuilubnaoey.com^$third-party
||esrpxyahzna.bid^$third-party
||essjetuhfuo.com^$third-party
||esundpxbixeqgu.com^$third-party
||esznfpbro.com^$third-party
||eszpmsipks.com^$third-party
||etbmvqjnfxtk.com^$third-party
||etbrjgpsadke.com^$third-party
||etekxogwxx.com^$third-party
||etggealva.com^$third-party
||etggiddfdaqd.com^$third-party
||etglnloj.com^$third-party
||etihenbteb.com^$third-party
||etizspyjmjhxo.com^$third-party
||etkdximarcsq.com^$third-party
||etkhujhmhjix.com^$third-party
||etmewatuh.com^$third-party
||etprpfuw.bid^$third-party
||etsqitgro.bid^$third-party
||ettamscqyvocxz.com^$third-party
||etuihxnhuxrofl.com^$third-party
||etvtabeas.com^$third-party
||etwgydlbl.bid^$third-party
||etyeltdqg.bid^$third-party
||etytypmuykf.bid^$third-party
||etyxitxlvqp.com^$third-party
||euarbohjj.com^$third-party
||eudcmqdyl.com^$third-party
||eueukpcxjtxt.bid^$third-party
||eugxcnqw.com^$third-party
||euhewiruckv.com^$third-party
||euktoywjpdxpdh.com^$third-party
||eunysqxppf.bid^$third-party
||eupwogkcjczz.com^$third-party
||eurifsiooyof.bid^$third-party
||eutdrjvsrmav.com^$third-party
||eutklhuazxlt.com^$third-party
||eutsbhvtao.com^$third-party
||euuikdao.com^$third-party
||euwyhbib.com^$third-party
||euxisszoyader.com^$third-party
||evaffwmdjgtn.com^$third-party
||evdveuys.com^$third-party
||evepcynlxks.com^$third-party
||evfatcuv.com^$third-party
||evfwfkwufbjtd.com^$third-party
||evfzqbbdif.bid^$third-party
||evgdkvrzn.com^$third-party
||evhvoeqfrlsb.com^$third-party
||evimfftxa.com^$third-party
||evlpfjro.com^$third-party
||evlvaulglzpu.com^$third-party
||evnksnocq.com^$third-party
||evntcmetzefbv.bid^$third-party
||evszxlad.com^$third-party
||evtfjieqjhvf.com^$third-party
||evuchenzypysci.com^$third-party
||evvpibrfqzjn.com^$third-party
||ewaosdzofcsy.bid^$third-party
||ewbejjirdygik.com^$third-party
||ewccxwve.bid^$third-party
||ewgnexykqnyoun.com^$third-party
||ewgtanybkkch.com^$third-party
||ewlnukukkca.com^$third-party
||ewopxadcn.com^$third-party
||ewpqmptpavn.com^$third-party
||ewrdeqrktgcu.com^$third-party
||ewsawnbf.com^$third-party
||ewxssoad.bid^$third-party
||ewzsfpskdfuip.com^$third-party
||ewzwkgyrpk.bid^$third-party
||exaorwqrj.bid^$third-party
||exbphrqpqukm.com^$third-party
||excqjoor.com^$third-party
||exdcbyzgwfvwa.com^$third-party
||exekiksakspujl.com^$third-party
||exeroearu.bid^$third-party
||exioptyxiyoo.com^$third-party
||exjthrzliajfd.com^$third-party
||exkruwviyy.com^$third-party
||exmubrgt.bid^$third-party
||exnyzdboihvi.com^$third-party
||exqaxblsmev.com^$third-party
||exrnrdnebas.com^$third-party
||exsuqfxv.bid^$third-party
||exucfbmppagqta.bid^$third-party
||exvgzhwssyivz.bid^$third-party
||exvmxqexedomi.com^$third-party
||exyubuwtwmepqi.com^$third-party
||eydiuqpdtfew.com^$third-party
||eyinwxkojgkfgs.com^$third-party
||eyjuwcrnu.bid^$third-party
||eylefeyrwl.com^$third-party
||eylyitpslpqu.com^$third-party
||eyqletzkhybsef.com^$third-party
||eyrqubnodswlkw.com^$third-party
||eytoshab.com^$third-party
||eytqtjpjnmeas.com^$third-party
||eyvcjtoiwbrt.com^$third-party
||eywirvfupvo.com^$third-party
||ezbbxqocxnto.com^$third-party
||ezbtpdjeimlv.com^$third-party
||ezdariijmdlg.bid^$third-party
||ezemyudhkzvx.com^$third-party
||ezfncojpnrmj.com^$third-party
||ezgswchaz.com^$third-party
||ezhinpwh.com^$third-party
||ezhkfxskimqnqk.com^$third-party
||ezjepifcz.com^$third-party
||ezjrnbpjthir.com^$third-party
||ezkbzmwigo.bid^$third-party
||ezknqsblzmsl.com^$third-party
||ezlxnyhbjtqr.com^$third-party
||ezqkuwqlvnv.com^$third-party
||ezqldmevi.com^$third-party
||ezrutveckpuly.com^$third-party
||eztfsnnttpqfs.com^$third-party
||ezuereisgj.com^$third-party
||ezuosstmbcle.com^$third-party
||fabrtgzehf.com^$third-party
||facqgdunsgf.com^$third-party
||facsowlaufzk.com^$third-party
||faegbmhey.com^$third-party
||fafmybvsoj.com^$third-party
||faftjhuu.com^$third-party
||fahowtxv.bid^$third-party
||fajonlkb.com^$third-party
||fajsbncwlaws.com^$third-party
||faleaqotrgvox.bid^$third-party
||famztplbta.bid^$third-party
||faoxietqwbmu.com^$third-party
||faqflcoaovd.com^$third-party
||farkkbndawtxczozilrrrunxflspkyowishacdueiqzeddsnuu.com^$third-party
||farvqaxaoid.com^$third-party
||fatayvywbebgdn.com^$third-party
||fawhiybzs.bid^$third-party
||faykdrhpo.com^$third-party
||fbafbbujy.com^$third-party
||fbauhaozc.bid^$third-party
||fbbjlubvwmwd.com^$third-party
||fbekvzjp.com^$third-party
||fbhfbgtj.com^$third-party
||fbhgryvzlthvh.com^$third-party
||fbkdhxkd.com^$third-party
||fbknvrvouex.com^$third-party
||fbmgmcerkou.com^$third-party
||fbnvqmorr.com^$third-party
||fbpetrwt.com^$third-party
||fbtfhgydrovyxs.com^$third-party
||fbvvuwtejcvdza.com^$third-party
||fbwswktiaxmldz.com^$third-party
||fbzfudipxwtu.bid^$third-party
||fcafnvgdokqfo.com^$third-party
||fcbykurluasdeu.com^$third-party
||fcihwhsiukz.com^$third-party
||fcjhxlybaiab.com^$third-party
||fcjiqwghf.bid^$third-party
||fcjnqpkrdglw.com^$third-party
||fcjodgfpjiswa.com^$third-party
||fclfmfjykupjdk.com^$third-party
||fcpispplqq.com^$third-party
||fcveilhtok.com^$third-party
||fcwpxsmiyy.com^$third-party
||fdbqwtqdgcsceh.com^$third-party
||fdbrwxtm.com^$third-party
||fdbyfnpdcqc.bid^$third-party
||fddbdlolkxgc.com^$third-party
||fdepobamndfn.com^$third-party
||fdeuykfnpdy.com^$third-party
||fdfpnrhlckbmiz.bid^$third-party
||fdfrbyxylhgii.com^$third-party
||fdgxsvblervuss.bid^$third-party
||fdhtjdgsk.com^$third-party
||fdjdyzoqnzikx.bid^$third-party
||fdnxojzwbmie.bid^$third-party
||fdogfuqpgeub.com^$third-party
||fdrkesvb.com^$third-party
||fdrqokusnwpq.com^$third-party
||fdtvsqnkujlwaa.bid^$third-party
||fduyzzjazngphw.bid^$third-party
||fdvmskmentjob.com^$third-party
||fdxdjkswppg.com^$third-party
||fdxsswtgvshhe.com^$third-party
||fdzylxffu.com^$third-party
||feacamnliz.bid^$third-party
||febalwby.com^$third-party
||fecgvrvne.com^$third-party
||fefzohgedqp.com^$third-party
||fegyacmbobil.com^$third-party
||fehsnwiem.com^$third-party
||fejbkpidkkwts.com^$third-party
||fembsflungod.com^$third-party
||fengrtnoxuwwe.com^$third-party
||fepzygektdt.com^$third-party
||feqlklwaafgc.com^$third-party
||feqyuubaixe.bid^$third-party
||fevgukzwvjam.com^$third-party
||fevrbniqa.com^$third-party
||ffahsidlivqb.bid^$third-party
||ffanszicnoqs.com^$third-party
||ffaspwzfq.com^$third-party
||ffbqnbdcrx.com^$third-party
||ffbuqvnst.bid^$third-party
||ffcqkvdaklrqkg.com^$third-party
||ffdkffnj.com^$third-party
||fffzquckf.com^$third-party
||ffhwzaenzoue.com^$third-party
||ffjzebtmdwi.com^$third-party
||ffkwprrdmyaj.bid^$third-party
||ffmhgdnkdcs.com^$third-party
||ffoifngclwfuey.com^$third-party
||ffpkqjyvvneg.com^$third-party
||ffpnlrnmfyeqx.com^$third-party
||ffpyofnpq.com^$third-party
||ffrsfowwxtlbu.com^$third-party
||ffvbcwueh.com^$third-party
||ffvghouburgijz.bid^$third-party
||ffvvapasfcoha.bid^$third-party
||ffwbpadvkcyi.com^$third-party
||ffxobftzaiogcg.com^$third-party
||fgcterkdpns.com^$third-party
||fghdembabvwe.com^$third-party
||fghtrrasovlsu.com^$third-party
||fgilgpmoudkzx.bid^$third-party
||fgkvpyrmkbap.com^$third-party
||fglwxjklf.com^$third-party
||fgmucsiirrsq.com^$third-party
||fgnzizhe.com^$third-party
||fgsjjpjhdlfthp.com^$third-party
||fgsmmpazsuqak.com^$third-party
||fgtdzvlydqcpus.com^$third-party
||fgtskhlizoitz.com^$third-party
||fgvjjulaegidb.com^$third-party
||fgwsjwiaqtjc.com^$third-party
||fgxgzjeip.bid^$third-party
||fgyeepfitnvkzz.com^$third-party
||fgzaxilcgxum.com^$third-party
||fgzxlngohtg.com^$third-party
||fhawywadfjlo.com^$third-party
||fhgstzgrdhkah.bid^$third-party
||fhjciatocm.bid^$third-party
||fhluqrhmqs.com^$third-party
||fhlzfxxnqc.com^$third-party
||fhqornueunf.com^$third-party
||fhsohqtif.com^$third-party
||fhsxhewkajqwgf.bid^$third-party
||fhtlyoqzyjjof.com^$third-party
||fhxmqthpjswm.bid^$third-party
||fhylnqzxwsbo.com^$third-party
||fhzgapsfnlsvx.bid^$third-party
||fiaehdnnx.com^$third-party
||fiarnvygamgpqf.com^$third-party
||fieejwanbrv.com^$third-party
||fifnonxntvaszg.com^$third-party
||fikyzmbuhql.bid^$third-party
||filenlgic.bid^$third-party
||finsbfaizzx.com^$third-party
||fioeazluwwirp.bid^$third-party
||fiqkmfapvnntn.bid^$third-party
||firflzsngsg.bid^$third-party
||firugsivsqot.com^$third-party
||fisqwkxyvsrtnz.bid^$third-party
||fiuazbmlycese.com^$third-party
||fiunfrafi.bid^$third-party
||fjcvncxrmmru.com^$third-party
||fjczvutpucr.com^$third-party
||fjeqkpblfb.com^$third-party
||fjfxpykp.com^$third-party
||fjlvozwlv.bid^$third-party
||fjmjlwvtv.bid^$third-party
||fjmxpixte.bid^$third-party
||fjocjdbo.com^$third-party
||fjqngeqkhlruto.bid^$third-party
||fjrlvkpjfimw.com^$third-party
||fjszsffyfihqlg.com^$third-party
||fjuouqwxgbir.com^$third-party
||fjvolzrojowa.com^$third-party
||fjwagiuqmeymw.com^$third-party
||fjxdsslczu.bid^$third-party
||fjxlbkwhtpil.com^$third-party
||fjxssyatdwttqm.com^$third-party
||fjyapvqvgjmwy.com^$third-party
||fkdqrjnoxhch.com^$third-party
||fkdslgyunikais.com^$third-party
||fkekipafwlqd.com^$third-party
||fkemshukccjvu.com^$third-party
||fkfmujcudpwdn.com^$third-party
||fkianrxjfumm.com^$third-party
||fkivuntlyd.bid^$third-party
||fkjyzxnoxusg.com^$third-party
||fkkjsdpppv.bid^$third-party
||fkpbbmgqa.bid^$third-party
||fkphqtgqrfixl.com^$third-party
||fkrgfktdvta.com^$third-party
||fkrisjefbx.com^$third-party
||fkrrvhoierty.com^$third-party
||fktrlckpmsxx.com^$third-party
||fkvjntfj.com^$third-party
||fkwwhndzjlqrm.com^$third-party
||flbecoidmt.com^$third-party
||flcfstbzncsim.com^$third-party
||fldlyzvhgjq.com^$third-party
||flepzrkdwm.com^$third-party
||flgstgrcwapk.com^$third-party
||flirrfbpb.com^$third-party
||flkyhwjhp.com^$third-party
||flmditew.com^$third-party
||flnqkhnqjcmvp.com^$third-party
||flntdbwafec.com^$third-party
||flooaiaubf.bid^$third-party
||flrqdjglshsbi.com^$third-party
||fluohbiy.com^$third-party
||fluunrkjjhv.com^$third-party
||flvuylhsyg.com^$third-party
||flzelfqolfnf.com^$third-party
||fmbjxqvkjfmj.com^$third-party
||fmcktrmnlyfjr.com^$third-party
||fmcwqmwdaubb.com^$third-party
||fmgcaqljz.bid^$third-party
||fmoihhvbehopc.com^$third-party
||fmpsrqsib.bid^$third-party
||fmuxugcqucuu.com^$third-party
||fmxnlkoaf.com^$third-party
||fmztxzdrq.bid^$third-party
||fmzxzkgmpmrx.com^$third-party
||fnacxthxbgmmmo.bid^$third-party
||fnaolgfubmlc.com^$third-party
||fnayazchhum.com^$third-party
||fnbhjbcfqkrcs.com^$third-party
||fneheruhxqtv.com^$third-party
||fnfhplmys.com^$third-party
||fngoubeq.com^$third-party
||fnhogffqzmcqj.com^$third-party
||fnjcriccyuna.com^$third-party
||fnjzuwviiyedmp.com^$third-party
||fnkyyrgraizy.com^$third-party
||fnmubgld.com^$third-party
||fnprtscsvux.com^$third-party
||fnsjfalwuti.bid^$third-party
||fnutdrjkcebyw.com^$third-party
||fnuuhrhfkvpbnm.com^$third-party
||fnytdllpzdv.com^$third-party
||fnzpchmrhlpfzl.bid^$third-party
||foabezckdiv.bid^$third-party
||fobjoccwkrkv.com^$third-party
||fofjazpwccc.com^$third-party
||foguumjql.com^$third-party
||fojgpvkhu.com^$third-party
||fokisduu.com^$third-party
||foovyagf.com^$third-party
||foqbcgpwrq.com^$third-party
||foqzposfvmk.com^$third-party
||fosclhrsdhhn.com^$third-party
||foswrohqoadp.com^$third-party
||fpbmjwoebzby.com^$third-party
||fpcptdqmjlnlu.com^$third-party
||fpdsavexteno.com^$third-party
||fpfivothg.com^$third-party
||fpguuwnpkvqsq.bid^$third-party
||fpherzxrae.com^$third-party
||fpluhtibx.com^$third-party
||fpnxicejwel.com^$third-party
||fpoxpjpxn.com^$third-party
||fppgjkkjq.bid^$third-party
||fppupmqbydpk.com^$third-party
||fpqeowmsv.com^$third-party
||fpqippsowc.bid^$third-party
||fpqxcvrewdqd.com^$third-party
||fpriycwxw.com^$third-party
||fpsezlguzzqmfw.bid^$third-party
||fpslcnjecewd.com^$third-party
||fpsnezwiumsv.com^$third-party
||fpunplooxphq.com^$third-party
||fpvfeyjrwlio.com^$third-party
||fpxkjlzmkqp.com^$third-party
||fpxthotxzuf.com^$third-party
||fpzcaabzhvzz.com^$third-party
||fpzcyccpqldc.com^$third-party
||fpzxmdjjpphzc.bid^$third-party
||fqanilbgne.com^$third-party
||fqazjwxovxlu.com^$third-party
||fqbrdnpf.com^$third-party
||fqckdxjgle.com^$third-party
||fqcqmjdn.com^$third-party
||fqemzrkwuiaq.bid^$third-party
||fqesuuyzhxpz.bid^$third-party
||fqgqosvpodxn.com^$third-party
||fqhpssdbenl.com^$third-party
||fqjevuoat.com^$third-party
||fqkcdhptlqma.com^$third-party
||fqkvanldq.com^$third-party
||fqldrulyjfnt.com^$third-party
||fqleehzafh.com^$third-party
||fqmxwckinopg.com^$third-party
||fqnabpbdljzq.bid^$third-party
||fqovfxpsytxf.com^$third-party
||fqpfvqpptch.com^$third-party
||fqpteozo.com^$third-party
||fqqtlkuklrd.com^$third-party
||fqrcutjorn.com^$third-party
||fqsdlhaffr.bid^$third-party
||fqtpulizvvjcf.com^$third-party
||fqufpknrarn.com^$third-party
||frbhjvazapgo.com^$third-party
||frcinpdv.com^$third-party
||frclyody.com^$third-party
||frczfzikturw.com^$third-party
||frcznmfu.com^$third-party
||frddujheozns.com^$third-party
||frdhsmerubfg.com^$third-party
||frefxzrmcdxdmi.com^$third-party
||frereadayobq.com^$third-party
||frezshmura.bid^$third-party
||frfgfhzxtfvsp.com^$third-party
||frkohfqkpwvvq.com^$third-party
||frlvfzybstsa.com^$third-party
||frlzxwxictmg.com^$third-party
||frmavvtkhi.bid^$third-party
||frmwbxzynkrswj.com^$third-party
||frmxnnjejpzbr.com^$third-party
||frqmnrlqk.com^$third-party
||frtfwlvwuw.com^$third-party
||frtkblgbqc.bid^$third-party
||frxgmxkg.bid^$third-party
||frxohovv.com^$third-party
||fryxaknn.com^$third-party
||fsapltvckyb.bid^$third-party
||fsaticze.com^$third-party
||fscslwmvbadncb.com^$third-party
||fsddidfmmzvw.com^$third-party
||fsdvydpldxrbu.com^$third-party
||fsiadjbirgobi.com^$third-party
||fsindvlkmrqnie.com^$third-party
||fsjvhkobubai.com^$third-party
||fskheghrote.com^$third-party
||fsmpxxdyv.com^$third-party
||fsnhesxsw.com^$third-party
||fsohxklbxdi.com^$third-party
||fsqgojinc.bid^$third-party
||fsqknqvlngde.com^$third-party
||fsrmspghkuyn.bid^$third-party
||fssesicszubztp.bid^$third-party
||fsuhjykihmqpt.bid^$third-party
||fsvcrapnmmvj.com^$third-party
||fsvxxllfpfhk.com^$third-party
||fsxmtpvumpty.bid^$third-party
||ftbiufcomsa.bid^$third-party
||ftbnrjzvgtdyzs.bid^$third-party
||ftcjcmcovx.com^$third-party
||ftdcseuvlmfp.com^$third-party
||ftdyrqgjr.bid^$third-party
||ftfnchzmnyl.com^$third-party
||ftgfmbxqkjda.com^$third-party
||ftisvrpsfu.bid^$third-party
||ftjrekbpjkwe.com^$third-party
||ftodxdoolvdm.com^$third-party
||ftqgkcmbkptohh.com^$third-party
||ftqhgapqugv.bid^$third-party
||ftqnttckompj.com^$third-party
||ftsygfycaybskz.com^$third-party
||fttsgimpiagrwa.com^$third-party
||ftttziizhuplfj.com^$third-party
||ftuisdlnbp.com^$third-party
||ftuohzeijbkm.com^$third-party
||ftusprfqtu.bid^$third-party
||ftvkgkkmthed.com^$third-party
||ftvwoljibdwd.com^$third-party
||ftwdbhsztw.com^$third-party
||ftxekufylzqis.com^$third-party
||ftxmicgc.com^$third-party
||ftymjfywuyv.com^$third-party
||ftymzxmic.com^$third-party
||ftytssqazcqx.com^$third-party
||fuaawvoqbzza.com^$third-party
||fubhyuveurmlz.com^$third-party
||fuckaqunrcjj.bid^$third-party
||fucrzdux.bid^$third-party
||fuhgvhuukl.bid^$third-party
||fuialqqq.com^$third-party
||fukchwgbsl.com^$third-party
||fukkzdxfyrchhc.com^$third-party
||fupgvldb.com^$third-party
||fuurqgbfhvqx.com^$third-party
||fuwgbbkktwbu.com^$third-party
||fuxhdhdjlyrwhq.com^$third-party
||fuymatqqiyz.com^$third-party
||fvbeyduylvgy.com^$third-party
||fvbtqaijuo.com^$third-party
||fveegvyfe.com^$third-party
||fvenxjtzuaxu.com^$third-party
||fveugxikrgrbsh.com^$third-party
||fvffhcyxc.com^$third-party
||fvgfcotnmj.com^$third-party
||fvhxlrcd.com^$third-party
||fvipinzac.com^$third-party
||fviwwkvvxs.com^$third-party
||fvkdatbzswo.bid^$third-party
||fvozquqvnuv.bid^$third-party
||fvpluqipfjcsf.com^$third-party
||fvrbloxygbrv.com^$third-party
||fvrvxmksxhut.com^$third-party
||fvsdvxjpxi.com^$third-party
||fvtwyjev.com^$third-party
||fvwcwbdrprdt.com^$third-party
||fvwfkfzhha.com^$third-party
||fvwvhvsvqgyhs.com^$third-party
||fvzompquocgdsu.com^$third-party
||fvzrxepvqibn.com^$third-party
||fvzusqdf.com^$third-party
||fwbhvrpiunlzyh.com^$third-party
||fwcrhzvfxoyi.com^$third-party
||fwenfotroadh.bid^$third-party
||fwfgbhjhnlkv.com^$third-party
||fwfsnhixricu.com^$third-party
||fwigabtjb.com^$third-party
||fwjpfuzn.bid^$third-party
||fwlkncckwcop.com^$third-party
||fwnebnypnkp.bid^$third-party
||fwnlrejfedzy.com^$third-party
||fwskchuk.com^$third-party
||fwslcjmfdqyvmg.com^$third-party
||fwutbizwevr.com^$third-party
||fwuxrjzrkcjkop.com^$third-party
||fwvdptvy.com^$third-party
||fwvfntvmhhxx.bid^$third-party
||fwwdmnkjg.com^$third-party
||fwwnbucwoc.bid^$third-party
||fwwzqxveuk.com^$third-party
||fwxmscriszl.bid^$third-party
||fwyofqdypydo.com^$third-party
||fwzlsugrflhh.com^$third-party
||fwzmxceibqmuvk.bid^$third-party
||fwzqogrlgsdl.com^$third-party
||fxazopwrns.com^$third-party
||fxcayktrneld.com^$third-party
||fxdglnldbnyq.com^$third-party
||fxfxpyrq.com^$third-party
||fxjgprpozntk.com^$third-party
||fxjyultd.com^$third-party
||fxlmstfrxtqp.com^$third-party
||fxlyhuluw.com^$third-party
||fxoryjxrnuoo.com^$third-party
||fxpjkzwveswgtt.bid^$third-party
||fxpqoyxlas.com^$third-party
||fxrgikipxnlq.com^$third-party
||fxsbodcjjmofm.bid^$third-party
||fxteikyi.bid^$third-party
||fxtgrttlarkl.com^$third-party
||fxvbsnwnwoib.com^$third-party
||fxvxgwqcddvm.com^$third-party
||fxwkhwcmsqne.com^$third-party
||fxwpmfdapcalu.com^$third-party
||fxzdwisjdihwj.bid^$third-party
||fyaxvmnnfk.com^$third-party
||fyblldnlr.com^$third-party
||fybrwdikdsvzt.com^$third-party
||fygpdajgtsqp.com^$third-party
||fyifssdoq.bid^$third-party
||fynprrom.com^$third-party
||fypbjnwbuz.bid^$third-party
||fyphnmoz.com^$third-party
||fytrvzettfn.com^$third-party
||fyxuxfte.bid^$third-party
||fyyyyppk.com^$third-party
||fzbnuyjgyexs.com^$third-party
||fzbyrntsjxhcmb.com^$third-party
||fzccvcrsbtb.com^$third-party
||fzcgtfyn.bid^$third-party
||fzcgugzx.bid^$third-party
||fzcyyqvrbrpk.com^$third-party
||fzhwvlpnqg.bid^$third-party
||fzmogmfqh.com^$third-party
||fzpseyhkanhopd.com^$third-party
||fzqxefkbjzwiqa.com^$third-party
||fzrcalpbcu.com^$third-party
||fzrqfakeaqikwm.com^$third-party
||fzsiwzxnqadb.com^$third-party
||fztrvkdqzv.bid^$third-party
||fzvydcgqazrr.com^$third-party
||fzwxuqoy.com^$third-party
||fzxraumht.bid^$third-party
||fzyxygxa.com^$third-party
||fzzudxglrnrr.com^$third-party
||gaaprokoduuyyn.bid^$third-party
||gabyuyxwcubwdp.com^$third-party
||gafoswegc.com^$third-party
||gahhlbxdgw.com^$third-party
||gaqhseuqp.com^$third-party
||gaxafjlxgoqfj.bid^$third-party
||gaxmdcfkxygs.com^$third-party
||gazogsjsoxty.com^$third-party
||gbakhtzvoguz.com^$third-party
||gbbtziazhn.com^$third-party
||gbddkzbtczkw.bid^$third-party
||gbdqimygbobtih.bid^$third-party
||gbdxxsjzrechci.bid^$third-party
||gbfnuqois.com^$third-party
||gbgtegzxz.com^$third-party
||gbiwxmjw.com^$third-party
||gbjqfbnxfjx.com^$third-party
||gbltotkythfh.com^$third-party
||gbnwjjxb.bid^$third-party
||gbsxcyukuuex.com^$third-party
||gbwgrhjjwz.com^$third-party
||gbwhqbiiq.com^$third-party
||gbwrjyntqsvr.com^$third-party
||gbwzrcymfmvym.bid^$third-party
||gbybvvfo.com^$third-party
||gbytjlggor.com^$third-party
||gcboyhlfqxhc.com^$third-party
||gchfmrxxpfizw.bid^$third-party
||gcirwjlmyfgxm.bid^$third-party
||gcpbftsiwdrajj.com^$third-party
||gcrqbzvwhz.bid^$third-party
||gctwvryd.com^$third-party
||gcujnsgvdq.com^$third-party
||gcwhhynufwnj.com^$third-party
||gcxsbflncu.bid^$third-party
||gcypxlue.bid^$third-party
||gdbhmiyly.com^$third-party
||gdbmpwlhf.com^$third-party
||gdbohhvoo.com^$third-party
||gdczbvckwjafu.com^$third-party
||gdekvzhsqwau.com^$third-party
||gdhlysucwzyzu.com^$third-party
||gdhtshpyz.bid^$third-party
||gdixpvfqbhun.com^$third-party
||gdpuknsngvps.com^$third-party
||gdskmueffp.com^$third-party
||gdtbpaqa.com^$third-party
||gduubghr.bid^$third-party
||gdwwpvwq.com^$third-party
||gdyelbwku.com^$third-party
||gdyjhclaxvqz.com^$third-party
||geazikjazoid.com^$third-party
||gecxceztcnhkmh.com^$third-party
||gedmodsxbebd.com^$third-party
||gefaqjwdgzbo.com^$third-party
||gekywqwky.com^$third-party
||genqrabot.com^$third-party
||geqcqduubhll.com^$third-party
||gerpkshe.com^$third-party
||getzwnrgsrz.com^$third-party
||geudyhlxmbj.bid^$third-party
||gevrsbmqvp.bid^$third-party
||gezkddgdbliip.bid^$third-party
||gfamqlcmymxbeu.com^$third-party
||gfchcxin.com^$third-party
||gfdeapuaymd.bid^$third-party
||gfeaegaepsgp.com^$third-party
||gffupsrgds.com^$third-party
||gfhlwbxjjdla.bid^$third-party
||gfhuvykiqajjbi.com^$third-party
||gfrlmvxfsvl.com^$third-party
||gfuhjlpnuj.com^$third-party
||gfyrxikptop.com^$third-party
||ggagqobykjh.com^$third-party
||ggbfbseakyqv.com^$third-party
||ggezvffghs.com^$third-party
||gggemaop.com^$third-party
||gghepxqsga.com^$third-party
||gghhzzllakjm.bid^$third-party
||ggijrjktcld.com^$third-party
||ggjsegnbriqhnz.com^$third-party
||ggnabmvnwphu.com^$third-party
||ggngbgccubvf.com^$third-party
||ggntadmnwwm.com^$third-party
||ggprfmbbl.com^$third-party
||ggrjihzgtdxutg.bid^$third-party
||ggscparljuz.com^$third-party
||ggtujtuyvcci.com^$third-party
||ggusxcee.bid^$third-party
||gguvdsglzjyca.com^$third-party
||ggwbgnmahqyclg.com^$third-party
||ggxvxrmrjitg.com^$third-party
||ggyrnhdbqxufh.com^$third-party
||ggzuksudqktn.com^$third-party
||ggzvlwrf.com^$third-party
||ghaszdguvrtnb.com^$third-party
||ghizipjlsi.bid^$third-party
||ghjlhnbc.com^$third-party
||ghjwogfexch.com^$third-party
||ghkajgexob.com^$third-party
||ghkhvajwsiy.com^$third-party
||ghomifuzhobtoo.com^$third-party
||ghtroafchzrt.com^$third-party
||ghttzqpeyunwdr.bid^$third-party
||ghycvwos.bid^$third-party
||ghygzvdh.bid^$third-party
||ghytjserb.com^$third-party
||ghzylikrcdydf.bid^$third-party
||gifjvmfkzykp.com^$third-party
||gigphdgtszus.bid^$third-party
||gigvyvqe.com^$third-party
||giinmwnwsid.com^$third-party
||gimxqltq.bid^$third-party
||giojhiimnvwr.com^$third-party
||giphylee.com^$third-party
||gipmaxxp.bid^$third-party
||giqvmjiccwwys.bid^$third-party
||girrjaqgjb.com^$third-party
||gisiwdcqte.com^$third-party
||gitopazeaamdkm.bid^$third-party
||givmuvbacwui.com^$third-party
||giwvzhflxv.bid^$third-party
||giyjhogjmfmc.com^$third-party
||giyupoeynkfx.com^$third-party
||gjbgesaromnb.com^$third-party
||gjdogaqhtzaqj.com^$third-party
||gjeyqtunbnap.com^$third-party
||gjfugukpyo.bid^$third-party
||gjijrevdp.com^$third-party
||gjikkwtrstaku.com^$third-party
||gjjsfchh.bid^$third-party
||gjliurjvfnkymq.com^$third-party
||gjmlseezqjy.com^$third-party
||gjnusfiby.com^$third-party
||gjriyqsfrnvuv.com^$third-party
||gjrstyulnbf.com^$third-party
||gjrzirxxkbw.com^$third-party
||gjvuxnfwsngmux.bid^$third-party
||gjwqxjqdvtldbh.bid^$third-party
||gjxdibyzvczd.com^$third-party
||gjyfmlrqssyj.com^$third-party
||gkaatcjxwa.com^$third-party
||gkatquevzk.com^$third-party
||gkblyvnioxpd.com^$third-party
||gkcmxcbmcieykc.com^$third-party
||gkeahnmvduys.com^$third-party
||gkgdqahkcbmykurmngzrrolrecfqvsjgqdyujvgdrgoezkcobq.com^$third-party
||gkhfahrtren.com^$third-party
||gkhubwgeber.bid^$third-party
||gkhyhmtj.com^$third-party
||gkiqfnjtwmj.bid^$third-party
||gkiqlocbirh.com^$third-party
||gkiryieltcbg.com^$third-party
||gkjtchmlj.com^$third-party
||gkkfirgzrfoxkx.com^$third-party
||gkmaclyrj.bid^$third-party
||gkqcduzwla.com^$third-party
||gkrvjofbhdvo.bid^$third-party
||gkvegijnhienmq.bid^$third-party
||gkvhfryrramj.com^$third-party
||gkwdspzl.bid^$third-party
||gkyblmfggpyq.bid^$third-party
||glbgkmvl.com^$third-party
||glbsuoebquueky.com^$third-party
||glcgytymbp.bid^$third-party
||glcpzwihisagw.bid^$third-party
||glfiivzom.com^$third-party
||glfnjyzix.bid^$third-party
||glfqztlzebamqw.com^$third-party
||glhbjwuovievay.bid^$third-party
||glhqdfmcchhk.bid^$third-party
||glhxoawgunlame.bid^$third-party
||gljanrsxz.com^$third-party
||gllkdkxygckb.com^$third-party
||glnqvqbedbmvtcdzcokrfczopbddhopygrvrnlgmalgvhnsfsc.com^$third-party
||glpyiiahtdmaan.com^$third-party
||glslciwwvtxn.com^$third-party
||gltpstgjnyb.com^$third-party
||glvjbogft.com^$third-party
||glvzlhrrdjlme.com^$third-party
||glyicpeke.com^$third-party
||glykvwol.bid^$third-party
||glzaaewyvdkae.com^$third-party
||gmcyfkrtw.com^$third-party
||gmecesfngrngu.bid^$third-party
||gmeomlvmqlmu.com^$third-party
||gmfestfc.com^$third-party
||gmjhwyby.com^$third-party
||gmnozoruyfy.bid^$third-party
||gmnxupczjmecj.bid^$third-party
||gmowaloqmhtd.com^$third-party
||gmpdixdh.com^$third-party
||gmpmuqniggyz.com^$third-party
||gmqczpcyzjeen.com^$third-party
||gmquualzdmqtxp.com^$third-party
||gmutfgxdvwmtf.com^$third-party
||gmwqmjkggg.com^$third-party
||gmxetthnzmqo.com^$third-party
||gmzaaeenp.com^$third-party
||gnadhzstittd.com^$third-party
||gnaizrodp.com^$third-party
||gncfttutoiwwq.com^$third-party
||gniosksijt.bid^$third-party
||gnipadiiodpa.com^$third-party
||gnkpuprxa.com^$third-party
||gnmjiishaldus.com^$third-party
||gnnmdzbroemx.com^$third-party
||gnqqajovkhfmq.com^$third-party
||gnreqzzts.com^$third-party
||goacestnzgrd.com^$third-party
||gobijnwbyri.com^$third-party
||gobljmgamwfjrc.bid^$third-party
||goegstjtam.bid^$third-party
||goeoxqhesrvaq.bid^$third-party
||gofgfsvnfnfw.com^$third-party
||gofsukrrqhcj.com^$third-party
||gogavdasjtxn.com^$third-party
||gogergyxl.com^$third-party
||gogntrsm.com^$third-party
||goiqwteaxvgc.com^$third-party
||gojotpbkyqou.bid^$third-party
||gojwyansqmcl.com^$third-party
||golkkzpniri.com^$third-party
||gonuuudpdcu.com^$third-party
||goowurzdotcom.bid^$third-party
||goozbkcchscvb.com^$third-party
||gopamdzgpdrwe.bid^$third-party
||gosrjadsh.com^$third-party
||gosvhpsc.com^$third-party
||gouowkjmewn.com^$third-party
||gouytrujxuhkzk.bid^$third-party
||gozfsvoqn.com^$third-party
||gozmioancm.bid^$third-party
||gpacwxynxluey.bid^$third-party
||gpaeofyetjvff.bid^$third-party
||gpatesbcesl.com^$third-party
||gpavxommrba.com^$third-party
||gpbznagpormpyusuxbvlpbuejqzwvspcyqjcxbqtbdtlixcgzp.com^$third-party
||gpdjgkibngbrr.com^$third-party
||gpdqzmhayrcgsy.com^$third-party
||gperzgnvuuyx.com^$third-party
||gpgsxlmjnfid.com^$third-party
||gphfgyrkpumn.com^$third-party
||gphvcvxebrun.bid^$third-party
||gpiaqusavf.bid^$third-party
||gpkdnfoho.bid^$third-party
||gplqpxhsunghmx.bid^$third-party
||gpltrrdffobf.com^$third-party
||gpnduywxhgme.com^$third-party
||gppkhamotypq.com^$third-party
||gppzxymr.bid^$third-party
||gptafybrj.com^$third-party
||gptkueuaseyut.com^$third-party
||gptoleeekac.bid^$third-party
||gpudqmly.com^$third-party
||gpuulhuupfinoq.com^$third-party
||gpxsfsxsfm.com^$third-party
||gpzywrsrcr.com^$third-party
||gqekfxgdaxoau.com^$third-party
||gqlaoeyczxsvk.com^$third-party
||gqlmavnoavcaw.com^$third-party
||gqlqgmiahdtoyl.bid^$third-party
||gqmrdezduagsqi.com^$third-party
||gqnmautydwky.com^$third-party
||gqnotcpintcq.bid^$third-party
||gqorytmpkjdq.com^$third-party
||gqosdcpjxajae.com^$third-party
||gqqsqbipuhlzb.com^$third-party
||gqrsxfwxvx.com^$third-party
||gqrwjsjbnoayff.com^$third-party
||gqrxsjqo.com^$third-party
||gqtaibrlhbwd.bid^$third-party
||gqtcapjnn.bid^$third-party
||gqthfroeirol.com^$third-party
||gqulrzprheth.com^$third-party
||gqusxhuexmu.com^$third-party
||gqutnukt.com^$third-party
||gquvhveabaem.com^$third-party
||gqwprjzwlfspw.com^$third-party
||grceweaxhbpvclyxhwuozrbtvqzjgbnzklvxdezzficwjnmfil.com^$third-party
||grewuxii.bid^$third-party
||grfqrhqlzvjl.com^$third-party
||grgxptjsgl.com^$third-party
||grhqitjkih.bid^$third-party
||grkrkurbyykok.com^$third-party
||grlehzdbzmstb.com^$third-party
||grlygpybnhbwcu.com^$third-party
||grnrmwxf.com^$third-party
||grppxsxgcdcu.bid^$third-party
||grrduoonwjpy.com^$third-party
||grsdvgnr.com^$third-party
||grsnseuoispsco.com^$third-party
||grtbzrsndrrtsb.com^$third-party
||grtduutw.bid^$third-party
||grubpbrmek.com^$third-party
||grvoflsctenq.bid^$third-party
||grxpaizsvdzw.com^$third-party
||gsdolqvdjr.com^$third-party
||gsfvzgnu.com^$third-party
||gsghbxydcyum.com^$third-party
||gshiupcdkolv.bid^$third-party
||gsimjyplcciwgb.com^$third-party
||gsipjksiepxsqi.com^$third-party
||gsiqerorqkxu.com^$third-party
||gsjhehtqvin.com^$third-party
||gslyyfntvnwbad.com^$third-party
||gsqhqbaysfmp.bid^$third-party
||gsqwxrtcabdftt.com^$third-party
||gstpgbhqzia.bid^$third-party
||gsueoeigaq.com^$third-party
||gswaelxxh.com^$third-party
||gswiegmikzh.com^$third-party
||gsxehyapoafiwe.com^$third-party
||gsxewjrbrbtldy.com^$third-party
||gsxvgomvbfrj.com^$third-party
||gtaouarrwypu.com^$third-party
||gtbfhyprjhqz.com^$third-party
||gtbrnqncz.com^$third-party
||gtcjcqxpgykuq.com^$third-party
||gtcpsbvtwaqw.com^$third-party
||gtevyaeeiged.com^$third-party
||gtfbvxlmev.com^$third-party
||gthrdhxhwdt.bid^$third-party
||gtjpkitasq.com^$third-party
||gtkikiwa.com^$third-party
||gtlcgovlg.com^$third-party
||gtmonytxxglu.com^$third-party
||gtnlyyxfhkjv.com^$third-party
||gtnmyddlf.com^$third-party
||gtorsoxdh.com^$third-party
||gtqfsxrrerzu.com^$third-party
||gttrngwnuuvy.bid^$third-party
||gtvnygwfzrhfti.com^$third-party
||gtxfafvoohbc.com^$third-party
||gtzyfaro.bid^$third-party
||gubdadtxwqow.com^$third-party
||gubisowidb.com^$third-party
||gudlhvxz.com^$third-party
||gufjfwopsez.bid^$third-party
||gugemfslzh.com^$third-party
||guhpyglt.com^$third-party
||guhtjoqtobac.com^$third-party
||gujyvlvoewweg.bid^$third-party
||guknpywmxk.com^$third-party
||gulvkhfah.bid^$third-party
||gumdeqjzclc.com^$third-party
||guoijslfm.bid^$third-party
||guowsqbyh.bid^$third-party
||guoyhfjrpt.com^$third-party
||gurrfwsscwda.com^$third-party
||gusxyrtlnyv.com^$third-party
||gutccaxnwso.com^$third-party
||guwegqmvqxfa.bid^$third-party
||guziwptcqucio.bid^$third-party
||guzqqzsv.com^$third-party
||guzwqarqdxai.bid^$third-party
||gvahzhgblkkyr.com^$third-party
||gvbeqaethxhs.bid^$third-party
||gvdjqwahgh.com^$third-party
||gverjfuapaag.com^$third-party
||gvfubsvgdodrj.com^$third-party
||gvgakxvukmrm.com^$third-party
||gvhqnlti.com^$third-party
||gvlhdacnu.bid^$third-party
||gvmbrwlqqwa.bid^$third-party
||gvnqfiwzronbq.com^$third-party
||gvoraoonpi.com^$third-party
||gvoszbzfzmtl.com^$third-party
||gvrqquiotcyr.com^$third-party
||gvsvegtnsyoxt.bid^$third-party
||gvtawzpydsujep.com^$third-party
||gvwyxnyq.com^$third-party
||gvxobjcxcbkb.com^$third-party
||gvyliqny.bid^$third-party
||gvzphwswtv.com^$third-party
||gwaatiev.com^$third-party
||gwasavfgelbuah.bid^$third-party
||gwcujaprdsen.com^$third-party
||gwjmznxk.com^$third-party
||gwohimtyhbthg.com^$third-party
||gwovohvkzay.com^$third-party
||gwqkliacsn.bid^$third-party
||gwquuagkjxbq.com^$third-party
||gwsomeiyywaz.com^$third-party
||gwxaulcgmizcq.com^$third-party
||gwywsuemmf.com^$third-party
||gxdyluyqciac.com^$third-party
||gxeoadmo.com^$third-party
||gxfzlnwlizmur.com^$third-party
||gxgnvickedxpuiavkgpisnlsphrcyyvkgtordatszlrspkgppe.com^$third-party
||gxgtmttcaofiq.com^$third-party
||gxklbrtpqqyvy.com^$third-party
||gxkwwbqzsg.com^$third-party
||gxleeixyzlaaab.com^$third-party
||gxluqcpsfhc.bid^$third-party
||gxmpahyt.bid^$third-party
||gxordgtvjr.com^$third-party
||gxpijskyqwqfjw.com^$third-party
||gxptetvbtkfj.com^$third-party
||gxqjoqpkexn.bid^$third-party
||gxqocoxl.com^$third-party
||gxqotelkdra.com^$third-party
||gxqrjjcsyh.com^$third-party
||gxuibhjxssnrol.bid^$third-party
||gxvbogvbcivs.com^$third-party
||gxwjkbxubfjd.com^$third-party
||gxxkrzrvy.com^$third-party
||gxxsqeqlepva.com^$third-party
||gxzfpusmd.com^$third-party
||gyahidmf.bid^$third-party
||gydfsypjiaymj.com^$third-party
||gydlzimosfnz.com^$third-party
||gyhujxbptum.com^$third-party
||gyinmxpztbgf.com^$third-party
||gynhbuspeiud.bid^$third-party
||gynzvwhup.com^$third-party
||gyojplgn.com^$third-party
||gypxbcrmxsmikqbmnlwtezmjotrrdxpqtafumympsdtsfvkkza.com^$third-party
||gyvyokpmmb.bid^$third-party
||gyycgkchjtimu.com^$third-party
||gyzzpyez.bid^$third-party
||gzakmhhwrkagg.com^$third-party
||gzhazcfkr.bid^$third-party
||gziedzbliamx.com^$third-party
||gzkoehgbpozz.com^$third-party
||gzmknnasowdtop.com^$third-party
||gzmofmqddajr.com^$third-party
||gzoprhvqhie.com^$third-party
||gzozvhryjcf.com^$third-party
||gzpqlbqyerpb.com^$third-party
||gzqccijroe.bid^$third-party
||gzqoxmkuhl.com^$third-party
||gzrlatbooqmt.com^$third-party
||gzumjmvqjkki.com^$third-party
||gzuvyhqb.com^$third-party
||gzxjfkhwvhwfzr.com^$third-party
||gzyddiyiyme.bid^$third-party
||gzzctcekf.com^$third-party
||haezawhdumz.bid^$third-party
||hafbezbemwwd.com^$third-party
||hafksvqiir.com^$third-party
||hagiqxizxqf.com^$third-party
||hajcehcnodio.com^$third-party
||hajnoqtsfg.com^$third-party
||hajsefgocgkxfg.com^$third-party
||hajtekzuoe.com^$third-party
||hamjgkzgycmur.com^$third-party
||hanimyel.com^$third-party
||hanwlgpecblxf.bid^$third-party
||haotyxhbv.com^$third-party
||haqbllmvpbqc.com^$third-party
||haqlmmii.com^$third-party
||hasrijwnxtn.com^$third-party
||hasxepvkld.com^$third-party
||hattifkklbo.bid^$third-party
||hauvkkwrbme.com^$third-party
||hayxktgbqpmult.com^$third-party
||hbbgrhzqezz.com^$third-party
||hbbwlhxfnbpq.com^$third-party
||hbbxkbjhiiue.bid^$third-party
||hbchwmrqb.bid^$third-party
||hbdosljhhpov.bid^$third-party
||hbedvoyluzmq.com^$third-party
||hbfnmcncnasfb.bid^$third-party
||hbguvcwi.com^$third-party
||hbhcilgdqxt.com^$third-party
||hbhcndcpohpwib.com^$third-party
||hbhfslicqq.com^$third-party
||hbhjamkcubtez.com^$third-party
||hbkajyvrus.com^$third-party
||hbkcelqibvx.bid^$third-party
||hbnqcbfgsjfa.com^$third-party
||hbrbtmjyvdsy.com^$third-party
||hbrsqluft.bid^$third-party
||hbrvwrdama.bid^$third-party
||hbvhahzjh.bid^$third-party
||hbvnnwtoonhh.com^$third-party
||hbycvbyyj.com^$third-party
||hbzfhzpd.bid^$third-party
||hbzzkwsuaooc.com^$third-party
||hcatboilyxs.com^$third-party
||hcbntenhgaq.bid^$third-party
||hcggkyhzxzsv.com^$third-party
||hcijbbzz.com^$third-party
||hckmbeebnstnp.bid^$third-party
||hclccadfmkpw.com^$third-party
||hcmafnawzxfnam.com^$third-party
||hcmjlsxhebb.com^$third-party
||hcqjgkpg.com^$third-party
||hcrsxbke.com^$third-party
||hcskwstr.com^$third-party
||hctcdmqp.com^$third-party
||hcwdcintgl.com^$third-party
||hcycanmscyg.com^$third-party
||hcyqwhquqjosn.com^$third-party
||hcyxksgsxnzb.com^$third-party
||hdcfyrzx.com^$third-party
||hddgigiwip.bid^$third-party
||hddzzizitskc.com^$third-party
||hdeiyrdw.bid^$third-party
||hdfsruiqwgjdo.com^$third-party
||hdimfhptnjgm.bid^$third-party
||hdmxceunntsy.bid^$third-party
||hdnvtfyvyhq.com^$third-party
||hdoabbjyyebca.com^$third-party
||hdslnhmjga.com^$third-party
||hduefoyd.com^$third-party
||hdweefzvb.bid^$third-party
||hdwjwooqvnm.com^$third-party
||hdwkcfqzxhvx.com^$third-party
||hdwlzheftpin.com^$third-party
||hdxeyqvfb.bid^$third-party
||hdxfyoziizy.com^$third-party
||heaaizwhm.com^$third-party
||heawnqbmsi.bid^$third-party
||heefwozhlxgz.com^$third-party
||hefgfqcyfmv.com^$third-party
||hefgynqlzwi.com^$third-party
||hehraybryciyls.com^$third-party
||heikwwkqy.com^$third-party
||heinvugrgkcxl.com^$third-party
||henodmetgjbsas.bid^$third-party
||hepuzqrx.com^$third-party
||heqcvweqvqf.com^$third-party
||heracgjcuqmk.com^$third-party
||hettwksj.bid^$third-party
||hevdxhsfbwud.com^$third-party
||hevfziuvxq.bid^$third-party
||heydqkfbglbu.com^$third-party
||hezasoiduicbha.com^$third-party
||hfbnztgnmheyd.bid^$third-party
||hfcczxpyfdhl.bid^$third-party
||hfedqcww.com^$third-party
||hffgptqfpewjz.com^$third-party
||hffmxndinqyo.com^$third-party
||hffmzplu.com^$third-party
||hffqgxgjiqdlx.bid^$third-party
||hfgevdzcoocs.com^$third-party
||hfhhijsewsqn.com^$third-party
||hfjuehls.com^$third-party
||hfmtqgiqscvg.com^$third-party
||hfnxxzotprja.com^$third-party
||hfslmsbj.com^$third-party
||hftyrwqjknhzoa.com^$third-party
||hfubvezyoyqs.com^$third-party
||hfydxmahpllyx.com^$third-party
||hfyqolbetdprw.bid^$third-party
||hfzikiht.com^$third-party
||hgacevkuxzifv.com^$third-party
||hgbmwkklwittcdkjapnpeikxojivfhgszbxmrjfrvajzhzhuks.com^$third-party
||hgbxmqyqoplpif.com^$third-party
||hgcgfxjkvjch.com^$third-party
||hgdmzshm.com^$third-party
||hgdovdnd.com^$third-party
||hgeojizz.com^$third-party
||hgezwkouu.bid^$third-party
||hgfgzqwbjnebd.com^$third-party
||hgirriqj.bid^$third-party
||hgowmgat.com^$third-party
||hgqmkbpvmyn.bid^$third-party
||hgukeujwsfgwrq.com^$third-party
||hgzopbyhidre.com^$third-party
||hgztvnjbsrki.com^$third-party
||hhdbbixxs.bid^$third-party
||hheeffxjz.com^$third-party
||hhffiibyamkvyu.com^$third-party
||hhfgemuvmyq.com^$third-party
||hhghlgxioqjefi.com^$third-party
||hhiprhclh.com^$third-party
||hhleomgyiruth.com^$third-party
||hhlrnfmn.com^$third-party
||hhnamywutsvovm.bid^$third-party
||hhnvtfiiitzf.bid^$third-party
||hhrxmgaepe.com^$third-party
||hhshbknewaikmj.bid^$third-party
||hhwqfmqyqoks.com^$third-party
||hhzqedgjajvi.com^$third-party
||hibiaygg.com^$third-party
||hibtgsibarfg.bid^$third-party
||higishzxn.com^$third-party
||higrbwtxkjuw.com^$third-party
||higygtvnzxad.com^$third-party
||hihyunxtiuqhhm.bid^$third-party
||hiitwzyvkdyvxn.com^$third-party
||hijvwwbnbhb.bid^$third-party
||hilkfxdqxzac.com^$third-party
||hiltrkavduozt.com^$third-party
||hirdchyngnn.bid^$third-party
||hisxgmthxjdm.com^$third-party
||hixpfhoon.com^$third-party
||hixuxtufzqcq.com^$third-party
||hiypucxjvfka.com^$third-party
||hjbfpopj.com^$third-party
||hjeoncuvklqh.com^$third-party
||hjgmasrve.com^$third-party
||hjiebsdcxldu.com^$third-party
||hjihwmtsltqi.com^$third-party
||hjjdmohuzp.com^$third-party
||hjjjsurdhtt.com^$third-party
||hjknszojbbecy.com^$third-party
||hjnekvux.com^$third-party
||hjnfurphlwsui.bid^$third-party
||hjopehvzspngi.com^$third-party
||hjtgpkwppx.bid^$third-party
||hjtoguxtzkl.bid^$third-party
||hjukmfdbryln.com^$third-party
||hjvdkrjmxngg.com^$third-party
||hjxrhlmei.com^$third-party
||hjyhfusvr.com^$third-party
||hjyxnjfbrj.bid^$third-party
||hkacgxlpfurb.com^$third-party
||hkdjrnkjwtqo.com^$third-party
||hkhotpewfxr.com^$third-party
||hkjxihngzlmwc.com^$third-party
||hklyzmspvqjh.com^$third-party
||hknuifygfbz.com^$third-party
||hkoxlirf.com^$third-party
||hkoxznukwpdhxu.com^$third-party
||hkqhuilqnu.com^$third-party
||hksmitcmlo.bid^$third-party
||hkurphzwv.bid^$third-party
||hkvqwkeyruvy.bid^$third-party
||hkvqyjtdghbe.com^$third-party
||hkwzswzf.com^$third-party
||hkyskqpsqwjq.bid^$third-party
||hkyykkerrp.com^$third-party
||hldsogaxfq.com^$third-party
||hlekbinpgsuk.com^$third-party
||hlgodnojfffhpc.bid^$third-party
||hlicmukjz.bid^$third-party
||hljiofrtqenc.com^$third-party
||hljyawylquvl.bid^$third-party
||hlotiwnz.com^$third-party
||hloyloppqpvnmd.com^$third-party
||hlqnhatfxtclut.com^$third-party
||hlrziwaldlui.com^$third-party
||hlsqjrgeuw.com^$third-party
||hlvvlouaeicp.com^$third-party
||hlvzvisiwbtuwv.com^$third-party
||hmbgumjgey.com^$third-party
||hmcczsoimnjxzi.com^$third-party
||hmcjupvbxxyx.com^$third-party
||hmdmvaxmmwoso.bid^$third-party
||hmeojqyjoascs.com^$third-party
||hmepgymo.com^$third-party
||hmgozryqbc.com^$third-party
||hmjkyzdmoxp.com^$third-party
||hmjtutipevtmg.com^$third-party
||hmkrfmtra.bid^$third-party
||hmlghvujrve.com^$third-party
||hmmmcjgho.com^$third-party
||hmqzghfpl.bid^$third-party
||hmwsaxnhc.com^$third-party
||hmwxaldhioby.bid^$third-party
||hmypgdhzd.com^$third-party
||hmzwcomigpqia.com^$third-party
||hndesrzcgjmprqbbropdulvkfroonnrlbpqxhvprsavhwrfxtv.com^$third-party
||hngjhdhdkkfbcz.bid^$third-party
||hnhfengrgk.bid^$third-party
||hnhsvlswqtoxgn.com^$third-party
||hnitbiubtg.bid^$third-party
||hnivikwwypcv.com^$third-party
||hnkbivnten.com^$third-party
||hnntopkvrsivwc.com^$third-party
||hnoajsaivjsg.com^$third-party
||hnopgrab.com^$third-party
||hnqnftzzytjl.com^$third-party
||hnregzjxsafu.com^$third-party
||hnsamgkrtliye.com^$third-party
||hnshjxowpldar.com^$third-party
||hntntnfizowo.com^$third-party
||hntpbpeiuajc.com^$third-party
||hntxitqhto.com^$third-party
||hnuhqaslqaqtb.bid^$third-party
||hnvbfamkwmq.bid^$third-party
||hnztceqkabwm.bid^$third-party
||hobjzsymztzk.com^$third-party
||hobtkxap.com^$third-party
||hodhrwizh.bid^$third-party
||hofraxopw.com^$third-party
||hoghqjddg.com^$third-party
||hogylomirfc.com^$third-party
||hohfiknuk.com^$third-party
||hohrnldconk.com^$third-party
||hokehntutt.bid^$third-party
||hopafrmwpckj.com^$third-party
||hoqqzlvwukpo.com^$third-party
||horvmygebyg.com^$third-party
||horylaht.bid^$third-party
||hosiioyx.com^$third-party
||hosqkmnjt.com^$third-party
||hotdzbtmngof.bid^$third-party
||howjkpaynzwf.com^$third-party
||hoyqhygv.com^$third-party
||hoytzfyok.bid^$third-party
||hpabkunldxhpc.com^$third-party
||hpasvfsndgr.com^$third-party
||hpbczauldndnep.com^$third-party
||hpbsyqsypxy.com^$third-party
||hpcniufqp.bid^$third-party
||hpdmnmehzcor.com^$third-party
||hpkkzzyek.com^$third-party
||hpkwirncwvxo.com^$third-party
||hplgpoicsnea.com^$third-party
||hpltfwbm.com^$third-party
||hpmgdwvvqulp.com^$third-party
||hpnthbgdv.bid^$third-party
||hpqxznpb.bid^$third-party
||hpsthxyqxqae.com^$third-party
||hpufwccrmiwz.com^$third-party
||hpvxmmttf.bid^$third-party
||hpwsosviqyjem.com^$third-party
||hpwzlfjpa.com^$third-party
||hpxbifcd.com^$third-party
||hpxxzfzdocinivvulcujuhypyrniicjfauortalmjerubjgaja.com^$third-party
||hpyqmmaxjrt.bid^$third-party
||hpyxckmwle.com^$third-party
||hpzpjalq.bid^$third-party
||hqaajpaedpux.com^$third-party
||hqbphxpavrxry.com^$third-party
||hqczpetgslammu.com^$third-party
||hqgenotbptcu.com^$third-party
||hqkoismxnocd.com^$third-party
||hqkwnyub.com^$third-party
||hqncduqyzgfugo.com^$third-party
||hqnyahlpmehp.com^$third-party
||hqqyesittgihp.com^$third-party
||hqsgnzvjkyog.com^$third-party
||hqsxomhxwhpq.com^$third-party
||hqtlbsglscrju.com^$third-party
||hqtrxzcjjjj.com^$third-party
||hqtvvfqmfykcrs.com^$third-party
||hquijlndtd.com^$third-party
||hqupjfmq.com^$third-party
||hqvdkbap.com^$third-party
||hqwlpexoywbc.com^$third-party
||hqxtsqwpvort.com^$third-party
||hqyenmzgxk.com^$third-party
||hraowdzgs.com^$third-party
||hrarjpeqtcsge.com^$third-party
||hrcqeghr.com^$third-party
||hrdbamvfzipe.com^$third-party
||hrfbfuxksimzi.bid^$third-party
||hrkshoveizfo.com^$third-party
||hrmqqrvqaxvzb.com^$third-party
||hrnklivlbhf.com^$third-party
||hrorxufknjdm.com^$third-party
||hrskwmpvpgocj.com^$third-party
||hrtgkdwjbjblb.com^$third-party
||hrtxufdb.com^$third-party
||hrvxpinmdyjx.com^$third-party
||hrykyhqtgcro.com^$third-party
||hsdjvuayagt.bid^$third-party
||hseyrxoi.com^$third-party
||hsgatgymg.com^$third-party
||hshbyyuh.bid^$third-party
||hsivniaui.bid^$third-party
||hsllwumsezanll.com^$third-party
||hsnuutxbmmqry.bid^$third-party
||hsnvnmjriom.com^$third-party
||hsoyrqqsludd.com^$third-party
||hsqslxewsnga.com^$third-party
||hsqvofrzwluvns.com^$third-party
||hstqqjxqwnrfhy.com^$third-party
||hsufwxpdtddlh.com^$third-party
||hsuohkuegd.bid^$third-party
||hsvqfvjidloc.com^$third-party
||hsxftwpltcmil.com^$third-party
||hsydzoapohcvbz.com^$third-party
||hsyjdpgetl.bid^$third-party
||hszyozoawqnk.com^$third-party
||htabtzmi.bid^$third-party
||htegogwj.com^$third-party
||hteysvcuzycp.bid^$third-party
||htgpsnbtha.com^$third-party
||hthrytimx.bid^$third-party
||htkoyuyk.bid^$third-party
||htldvsrwwx.bid^$third-party
||htllanmhrnjrbestmyabzhyweaccazvuslvadtvutfiqnjyavg.com^$third-party
||htlvvqlcqvq.com^$third-party
||htmvtmglofpbz.com^$third-party
||htnzwuvgphjwqc.bid^$third-party
||htonrwegnifw.com^$third-party
||htpkxpgbprpklc.com^$third-party
||htqyaipwpopyx.com^$third-party
||htrprrrtrwrc.com^$third-party
||httftlckaxj.com^$third-party
||htvlulpbhtkgr.com^$third-party
||htyazxwc.com^$third-party
||huayucnblhgy.com^$third-party
||hubvotrpjios.com^$third-party
||hueenmivecmx.com^$third-party
||huejizictcgd.com^$third-party
||huewmezzodzdv.com^$third-party
||hufaymllqce.club^$third-party
||hugjupzdpvuzdr.com^$third-party
||huhrxmgiofzna.com^$third-party
||huigyetqu.com^$third-party
||humcyddkxxm.bid^$third-party
||hunktnva.com^$third-party
||huriylhqkylbo.bid^$third-party
||husetdmrejiyjy.bid^$third-party
||hutkuzwropgf.com^$third-party
||huvzwmithltjia.com^$third-party
||huxwvqkdkc.bid^$third-party
||huynrscfbulr.com^$third-party
||huzcotxmghlfip.bid^$third-party
||huzmweoxlwanzvstlgygbrnfrmodaodqaczzibeplcezmyjnlv.com^$third-party
||hvagzrssrcze.com^$third-party
||hvbiwwek.com^$third-party
||hvccjhkcvlfr.com^$third-party
||hvckvfistbejp.com^$third-party
||hvdddlsdexic.com^$third-party
||hvdyyojh.com^$third-party
||hvfjefgtjdh.bid^$third-party
||hvfolkwvgjgc.com^$third-party
||hvftzxkepauct.bid^$third-party
||hvfzacisynoq.com^$third-party
||hvfzshrpfueb.com^$third-party
||hvgytlbdnuqunp.com^$third-party
||hvitcycze.com^$third-party
||hvmimwpe.com^$third-party
||hvnkfjywxojrwo.bid^$third-party
||hvpcxythnjl.com^$third-party
||hvqqergvbpvetq.com^$third-party
||hvukouhckryjudrawwylpboxdsonxhacpodmxvbonqipalsprb.com^$third-party
||hvulkudamh.com^$third-party
||hvuvqsun.com^$third-party
||hvvhxzdps.com^$third-party
||hvvxxszxslome.bid^$third-party
||hvwagkmgef.com^$third-party
||hvwaieuielzzy.com^$third-party
||hvxhmsiz.com^$third-party
||hwcgnavycq.com^$third-party
||hwfcdqnvovij.com^$third-party
||hwhdxuid.com^$third-party
||hwhzonbib.com^$third-party
||hwiccseamrs.com^$third-party
||hwjjxzzbpbn.com^$third-party
||hwktxvrvz.bid^$third-party
||hwkxtltut.bid^$third-party
||hwlykqjlytnm.com^$third-party
||hwmgcurmtkxk.bid^$third-party
||hwongtcmnhpxd.bid^$third-party
||hwoqbjouvfn.bid^$third-party
||hworpzco.bid^$third-party
||hwsbehjaxebh.com^$third-party
||hwtdpeihsszrl.bid^$third-party
||hwvvhsnjj.bid^$third-party
||hwvwuoxsosfp.com^$third-party
||hwyoikfrfdtjp.com^$third-party
||hxajxyvnpou.bid^$third-party
||hxbvbmxv.com^$third-party
||hxcoxdyzzd.com^$third-party
||hxhabfjy.bid^$third-party
||hxhxjcffzp.com^$third-party
||hxhyejtblmu.com^$third-party
||hxkanryhktub.com^$third-party
||hxlkmsib.bid^$third-party
||hxlojjtpqtlk.com^$third-party
||hxqdddqnuqcwe.com^$third-party
||hxqetblh.com^$third-party
||hxqhctdtdsr.com^$third-party
||hxrsjlqnep.com^$third-party
||hxsfrcdrrp.com^$third-party
||hxuasnwokh.com^$third-party
||hxuvwqsecumg.com^$third-party
||hxvbrahd.bid^$third-party
||hxvdrelj.bid^$third-party
||hxvuuswzydwykb.com^$third-party
||hxwxxhfydbifuq.com^$third-party
||hyexdezezjqw.bid^$third-party
||hyhabjqndvwf.bid^$third-party
||hymandywo.com^$third-party
||hyrnujewyatvd.com^$third-party
||hysnqwbokyuvsm.com^$third-party
||hysyqgbls.com^$third-party
||hytkatubjuln.com^$third-party
||hyubowucvkch.com^$third-party
||hyurzuxoksg.com^$third-party
||hyvsquazvafrmmmcfpqkabocwpjuabojycniphsmwyhizxgebu.com^$third-party
||hywdqloml.com^$third-party
||hywwsavdydy.bid^$third-party
||hyxhxnlqeppn.com^$third-party
||hyzncftkveum.com^$third-party
||hzcrhwmi.com^$third-party
||hzivfezfltago.com^$third-party
||hzskbnafzwsu.com^$third-party
||hztjenzlrrwinq.com^$third-party
||hztkbjdkaiwt.com^$third-party
||hzulgipdcbgwad.com^$third-party
||hzwmcqlmxpdrlp.com^$third-party
||hzwxkqnqrdfv.com^$third-party
||hzxtamstwecry.bid^$third-party
||hzyvjghy.bid^$third-party
||hzyxaqdr.bid^$third-party
||iaatzkkqyv.com^$third-party
||iacexhglty.com^$third-party
||iadfjbrttvgn.com^$third-party
||iafqqcsw.com^$third-party
||iagsqudxpcfr.com^$third-party
||iagvkdeienla.com^$third-party
||iaimnsxepxdy.bid^$third-party
||iansucrovvzbi.bid^$third-party
||iaoisfnac.com^$third-party
||iaoyikwmocuvr.com^$third-party
||iapxxrjzc.com^$third-party
||iasodjsbjcq.com^$third-party
||iatwyqgvpq.com^$third-party
||iauvabogtws.bid^$third-party
||iaxxhqwaig.com^$third-party
||ibaqfspkktxfj.com^$third-party
||ibclxtlh.com^$third-party
||ibcnwhnbid.com^$third-party
||ibetinwubwl.com^$third-party
||ibeyqnjfjgsuob.bid^$third-party
||ibfsream.com^$third-party
||ibfueyttemsefi.com^$third-party
||ibjtuhcgwnamyf.com^$third-party
||ibkfummkqzlg.com^$third-party
||ibleigzj.com^$third-party
||ibljirpmxvav.bid^$third-party
||ibnuoduab.com^$third-party
||ibojmmgjto.bid^$third-party
||ibqmccuuhjqc.com^$third-party
||ibxfhtklswtbd.com^$third-party
||ibycicwahzg.com^$third-party
||icafyriewzzrwxlxhtoeakmwroueywnwhmqmaxsqdntasgfvhc.com^$third-party
||icahllwjc.com^$third-party
||icdkqyeydxpjmw.com^$third-party
||icfgedouno.com^$third-party
||icfjzmqsejzfb.com^$third-party
||icfxndxwpan.com^$third-party
||icgakpprechm.com^$third-party
||icjeqbqdzhyx.com^$third-party
||icjniokadnrqht.com^$third-party
||icjpdubxgab.com^$third-party
||icjurmxhqpdpbt.bid^$third-party
||iclbkrgjdstqt.com^$third-party
||icltessfskwle.bid^$third-party
||iclytswtff.com^$third-party
||icpfrrffsenr.com^$third-party
||icqvwlelvzldh.bid^$third-party
||icrnyafg.bid^$third-party
||ictmdbus.com^$third-party
||icuazeczpeoohx.com^$third-party
||icxssspyxquw.bid^$third-party
||icyddcsjbqjxz.bid^$third-party
||icyfqtjj.bid^$third-party
||iczhhiiowapd.com^$third-party
||idbjhskxiablsi.com^$third-party
||idbjldbeguhq.com^$third-party
||idbpftjjz.com^$third-party
||idbtfwllhogxc.com^$third-party
||idbxnzgmn.com^$third-party
||idcoyhwzthhjv.com^$third-party
||iddvmkxme.com^$third-party
||idejenmqxhy.bid^$third-party
||idelmxrchrce.com^$third-party
||ideprjebdvj.com^$third-party
||idernzastoeok.com^$third-party
||idfybbol.com^$third-party
||idissynmirkw.com^$third-party
||idiyejpux.bid^$third-party
||idkyfrsbzesx.com^$third-party
||idopjddmtzo.bid^$third-party
||idpukwmp.com^$third-party
||idqsygpvizjp.bid^$third-party
||idqzpnea.com^$third-party
||idrdmyixk.com^$third-party
||idszrbmjvkdodt.com^$third-party
||idvuakamkzmx.com^$third-party
||idxrjpfxrqernb.com^$third-party
||ieajwbir.com^$third-party
||ieavcqhxtpak.com^$third-party
||iebnsqfwfhl.bid^$third-party
||iectshrhpgsl.com^$third-party
||iedijlgkbqc.com^$third-party
||ieeawxjool.com^$third-party
||iekztyhqfs.bid^$third-party
||ielqcwzwjczpx.bid^$third-party
||ieoexdjxrwtq.com^$third-party
||ieqbsnteuyn.com^$third-party
||ieqprskfariw.com^$third-party
||ierhqysqwrziez.com^$third-party
||ieuezabolxphga.com^$third-party
||iewsaprgerkjny.com^$third-party
||ifaklabnhplb.com^$third-party
||ifbhceoxx.com^$third-party
||ifbwyogrfjo.com^$third-party
||ifdmdfqysaacqa.com^$third-party
||ifecuwzjajkiq.com^$third-party
||ifeuddaywa.com^$third-party
||iffzxqnhd.com^$third-party
||ifgnsrtjcz.com^$third-party
||iflndvke.com^$third-party
||ifmobkrjonnm.com^$third-party
||ifofucuvklrnfw.com^$third-party
||ifoldmuxqjeddk.com^$third-party
||ifqzzgwrra.com^$third-party
||iftvlrkyvubnn.com^$third-party
||ifuvjvbyjir.com^$third-party
||ifvetqzfiawg.com^$third-party
||ifvgsekkvcc.bid^$third-party
||ifyngpctovtv.com^$third-party
||igawfxfnupeb.com^$third-party
||igbznxar.com^$third-party
||igdfzixkdzxe.com^$third-party
||igfuvwscradtpu.bid^$third-party
||iggukjfuylwyv.com^$third-party
||ighavizixlohvi.com^$third-party
||igifhnkw.com^$third-party
||iglwibwbjxuoflrczfvpibhihwuqneyvmhzeqbmdmujmirdkae.com^$third-party
||ignkopdlnlkk.com^$third-party
||igsxvpghnamnsz.com^$third-party
||igupodzh.com^$third-party
||igutgembqnw.bid^$third-party
||igvcpjsyk.bid^$third-party
||igwzuwwtvnywx.com^$third-party
||igycquuoypdiqx.com^$third-party
||igyzmhqbihoi.com^$third-party
||ihcamesgexiv.com^$third-party
||ihcbfiqkp.com^$third-party
||ihdrozswbekx.com^$third-party
||ihfktkrasg.bid^$third-party
||ihflwxrsptqz.com^$third-party
||ihghcmznlp.com^$third-party
||ihgkmgwfhjam.com^$third-party
||ihmevshz.bid^$third-party
||ihqmycsct.bid^$third-party
||ihqxhokndcfq.com^$third-party
||ihriduffgkel.com^$third-party
||ihtatthazitg.bid^$third-party
||ihvmcqojoj.com^$third-party
||ihzdrktzyrzq.bid^$third-party
||ihzyxuhgocszv.com^$third-party
||iialqejeka.com^$third-party
||iibcejrrfhxh.com^$third-party
||iiblzgczrrdiqf.bid^$third-party
||iiccrpwaxmxkqm.com^$third-party
||iihwyqhxajtn.com^$third-party
||iijmodcvlwfk.com^$third-party
||iikhhkwryiqq.bid^$third-party
||iilrgkor.com^$third-party
||iimueeipaitpb.com^$third-party
||iinkhwsh.bid^$third-party
||iipivevueme.com^$third-party
||iipkiyju.bid^$third-party
||iisfpzkkxkz.com^$third-party
||iitfqholnpud.com^$third-party
||iizgpusp.com^$third-party
||ijbybfznp.com^$third-party
||ijeuhlrqznjb.com^$third-party
||ijfnbtksuntwqe.com^$third-party
||ijhpzjzjaujpov.com^$third-party
||ijhqzvlnsxu.com^$third-party
||ijmzezsaxxomr.com^$third-party
||ijnghdmfrb.com^$third-party
||ijowsfraldsnb.com^$third-party
||ijriehir.com^$third-party
||ijterttmus.com^$third-party
||ijuawecwqhwyou.bid^$third-party
||ijvolcqtnxohl.com^$third-party
||ijyzkjjabc.bid^$third-party
||ikcwcxhgibmumf.com^$third-party
||ikdhuhcigpoc.com^$third-party
||ikealcmavhpk.com^$third-party
||ikfmafgtgnylts.com^$third-party
||ikgxfzfjxmp.bid^$third-party
||ikhdsnufzzj.com^$third-party
||ikmmsoihdmfkbh.bid^$third-party
||ikmymeivze.com^$third-party
||iknctklddhoh.com^$third-party
||ikobsqwcutnss.com^$third-party
||ikpzwbrzzfg.bid^$third-party
||ikrvzjdds.bid^$third-party
||ikupicwg.com^$third-party
||ikuzqysewaw.bid^$third-party
||ikvagxovc.com^$third-party
||ikvfgsftmyhn.com^$third-party
||ikvltjooosqh.com^$third-party
||ikvuvztmvvro.bid^$third-party
||ikxdpmnznk.bid^$third-party
||ikxhjlsynfeo.com^$third-party
||ilaantxayy.com^$third-party
||ilakffljjdpwb.com^$third-party
||ilclngnarpy.com^$third-party
||ilfsrsgmgbex.com^$third-party
||ilkphyyzg.com^$third-party
||illazkka.com^$third-party
||illizuqkdqjobt.com^$third-party
||illqbirymsr.com^$third-party
||ilqufadqxd.com^$third-party
||ilrxikdjozlk.com^$third-party
||ilsivrexvpyv.com^$third-party
||ilugfyhlfv.com^$third-party
||ilupcgzhagwb.com^$third-party
||iluwjbuwm.com^$third-party
||ilvibsabwuza.com^$third-party
||ilxwlsnzhzukj.com^$third-party
||ilzjjdujrgaa.com^$third-party
||ilzwenpgf.com^$third-party
||imayjubge.com^$third-party
||imbbjywwahev.com^$third-party
||imbpmlyhkk.com^$third-party
||imeljiehhwy.com^$third-party
||imevdywafhro.com^$third-party
||imgkcxjlrlqf.com^$third-party
||imgoatxhxior.com^$third-party
||imidshmpzr.com^$third-party
||imisagsrbci.com^$third-party
||immgnzenbixuzd.bid^$third-party
||immscjnenl.com^$third-party
||imnsmvmjrdiwwr.com^$third-party
||imqkdsdgfygm.com^$third-party
||imrwxmau.com^$third-party
||imtdtaloqwcz.com^$third-party
||imyqdbxq.com^$third-party
||imzngbreiiiv.com^$third-party
||imzuoqkrzrjw.com^$third-party
||incdjkjbyhlttx.com^$third-party
||inewoioxxdbm.com^$third-party
||inhcrirmboz.com^$third-party
||inhtwazkrebui.bid^$third-party
||inisvnawtzevnx.com^$third-party
||injjmtlzq.com^$third-party
||inmrjokdxmkh.com^$third-party
||insbrvwfrcgb.com^$third-party
||invgsoqwtkvxs.bid^$third-party
||inxhtjrwictg.com^$third-party
||ioatyggwaypq.com^$third-party
||iogutpkrkkycq.com^$third-party
||iohaqrkjddeq.com^$third-party
||iohyjoomzoufn.bid^$third-party
||ioighavxylne.com^$third-party
||ioitfufxdsxtq.bid^$third-party
||ioiylgyf.com^$third-party
||iojpbletb.com^$third-party
||iokggekuz.bid^$third-party
||iolzwhbf.bid^$third-party
||iomixrscvtw.bid^$third-party
||ionbpysfukdh.com^$third-party
||iooxsrjgkb.bid^$third-party
||ioppxhhtgbydsj.com^$third-party
||ioryejnzvbbluh.bid^$third-party
||ioujbpldicfgm.com^$third-party
||ioupfmge.com^$third-party
||ioyixcprbghm.com^$third-party
||iozpujvmlojzhp.com^$third-party
||iozsmwjezobro.com^$third-party
||ipacpdxmvwyi.com^$third-party
||ipadxqhm.bid^$third-party
||ipcouosurtdqc.bid^$third-party
||ipdcgsdjkz.bid^$third-party
||ipdlsrwctdjb.com^$third-party
||ipehunxxyir.com^$third-party
||ipesdpqmq.com^$third-party
||ipesuojab.com^$third-party
||ipfcvsxisyz.com^$third-party
||iphliojn.com^$third-party
||iphwttyqzuhucw.bid^$third-party
||ipllxfcftp.com^$third-party
||ipluhckk.com^$third-party
||ipncblpgxlhjpc.com^$third-party
||ipndulsempjgb.bid^$third-party
||ipntpfokhkrh.com^$third-party
||ippninrrcl.com^$third-party
||ippwkczttno.com^$third-party
||iptrkboffhf.com^$third-party
||ipvvitntvja.com^$third-party
||ipwwqitqsh.com^$third-party
||ipxdoldjsvnjvw.com^$third-party
||ipytvgqfh.bid^$third-party
||ipzjwnbhgymuw.com^$third-party
||iqagrsach.com^$third-party
||iqbfctebbzh.com^$third-party
||iqfcpnclcaaidy.com^$third-party
||iqiznxqn.com^$third-party
||iqjajyjbnaqieu.com^$third-party
||iqmjedevvojm.com^$third-party
||iqopeoufjul.com^$third-party
||iqpfextjfphjnn.com^$third-party
||iqqbwhrf.com^$third-party
||iqrqmhrfkyuu.com^$third-party
||iqsqqyoqry.com^$third-party
||iqwbqjnst.bid^$third-party
||iqwczlbxvtcnh.com^$third-party
||iqwhwomdmjg.bid^$third-party
||iqyirwfzlx.com^$third-party
||irbipwnr.bid^$third-party
||irbkobqlrbtt.com^$third-party
||iretlniy.bid^$third-party
||irfiysdcrnleu.com^$third-party
||irjaeupzarkvwmxonaeslgicvjvgdruvdywmdvuaoyfsjgdzhk.com^$third-party
||irlklysyeqek.bid^$third-party
||irmctbwmhnyznx.com^$third-party
||irmfncjihlb.com^$third-party
||iroktywi.bid^$third-party
||irpaknbwgif.com^$third-party
||irrhjkuantnaa.bid^$third-party
||irrttzthsxot.com^$third-party
||irtxsagfqrg.com^$third-party
||irvelcchuvsis.com^$third-party
||irxpndjg.com^$third-party
||irxtcbkoql.bid^$third-party
||irzdishtggyo.com^$third-party
||isbzjaedbdjr.com^$third-party
||iscaebizkzyd.com^$third-party
||isdlyvhegxxz.com^$third-party
||isfmvohloskgw.com^$third-party
||isfouztifttwha.bid^$third-party
||isfxsiooyjad.com^$third-party
||isggimkjabpa.com^$third-party
||ishdyglxfckw.com^$third-party
||ishwuhvow.bid^$third-party
||isnsgjhthhaqtu.com^$third-party
||ispaagigjygd.com^$third-party
||ispyveemlvygba.com^$third-party
||isqbthtlvazequ.com^$third-party
||isqgobsgtqsh.com^$third-party
||isrecblqmlzi.com^$third-party
||isvwylcazk.com^$third-party
||isxwajatbig.com^$third-party
||itbiwlsxtigx.com^$third-party
||itdfougdewupfd.bid^$third-party
||itecsozudb.com^$third-party
||itevcsjvtcmb.com^$third-party
||itgfqliqge.com^$third-party
||itlmnxlauah.com^$third-party
||itsskxyyi.bid^$third-party
||itsyuvrlesq.com^$third-party
||itxapggeqcu.com^$third-party
||itxljhric.com^$third-party
||itzgybxfrbodq.com^$third-party
||iuabiwhclldt.com^$third-party
||iuawzhuqjl.com^$third-party
||iucpxetj.com^$third-party
||iuewancpgd.bid^$third-party
||iuhojiqev.com^$third-party
||iuhpbpzwpldqbj.com^$third-party
||iuhzosuy.club^$third-party
||iukvnikhn.bid^$third-party
||iuncajvw.com^$third-party
||iuooczzbi.com^$third-party
||iuowwbrqblweoa.com^$third-party
||iupqelechcmj.com^$third-party
||iutqdjtajrhpi.com^$third-party
||iuumkigdfcz.com^$third-party
||iuymaolvzery.com^$third-party
||ivebuyrkn.com^$third-party
||ivfwajwbhiwzw.com^$third-party
||ivildmcafzped.bid^$third-party
||ivkasohqerzl.com^$third-party
||ivktdwmjhkqy.com^$third-party
||ivldzqidbv.com^$third-party
||ivnpbikks.com^$third-party
||ivowhzku.com^$third-party
||ivqoqtozlmjp.com^$third-party
||ivqvzkwedcjo.com^$third-party
||ivsqnmridfxn.com^$third-party
||ivuhwsqnbjjx.bid^$third-party
||ivuqekelizp.bid^$third-party
||ivvoooxuyjfuo.com^$third-party
||ivyfsbbwsf.com^$third-party
||iwapwcqg.com^$third-party
||iwbwvowdidkuo.com^$third-party
||iweacndqhiht.com^$third-party
||iwfzluau.com^$third-party
||iwgdguuz.com^$third-party
||iwmonrwpeeku.com^$third-party
||iwnvbdosun.bid^$third-party
||iwptktyoq.bid^$third-party
||iwpxkwojbw.com^$third-party
||iwqownwjbk.com^$third-party
||iwqsvntvdry.com^$third-party
||iwquafxm.com^$third-party
||iwqugvxozbkd.com^$third-party
||iwrjczthkkla.com^$third-party
||iwunlnagnsqxys.bid^$third-party
||iwztirze.com^$third-party
||ixbccovgriz.bid^$third-party
||ixbuuqymufxas.com^$third-party
||ixdqmmovnvbkl.com^$third-party
||ixhcokzelvvxs.com^$third-party
||ixkbavqbpsm.com^$third-party
||ixlsylapsdtr.com^$third-party
||ixnsmcpdauof.com^$third-party
||ixqpfqtwi.bid^$third-party
||ixrtmzmk.bid^$third-party
||ixsgoqeklwsjw.com^$third-party
||ixskusmnsb.com^$third-party
||ixsogpaexhgzn.com^$third-party
||ixsxgaegvplo.com^$third-party
||ixtkiofaoudis.com^$third-party
||ixtmbdajhvimtv.com^$third-party
||ixuytaxnu.com^$third-party
||ixvsxjiw.com^$third-party
||ixvzraajuiniwg.com^$third-party
||ixwbgjnjf.com^$third-party
||ixxrjygfpzfty.com^$third-party
||ixxstrxhxvxbwl.com^$third-party
||ixzhwyuxxvxb.com^$third-party
||ixznwuxokydz.com^$third-party
||iybkbyciv.com^$third-party
||iydghotpzofn.com^$third-party
||iydppfwjgcjs.com^$third-party
||iyfrmewyned.com^$third-party
||iygdvith.com^$third-party
||iyivpsxzgjcarv.bid^$third-party
||iyjukpbyzsxc.bid^$third-party
||iykehvusfrt.com^$third-party
||iykrtmswkibdp.com^$third-party
||iylndfmf.com^$third-party
||iylssoobxtvm.com^$third-party
||iynfhmgte.bid^$third-party
||iyqchvtlklbxm.com^$third-party
||iyqnxpkzfq.com^$third-party
||iytfczscguf.bid^$third-party
||izavihllfvej.com^$third-party
||izedcwsouaszk.com^$third-party
||izelshnkrh.com^$third-party
||izfaiqnxxts.com^$third-party
||izgnfkvpiawwn.bid^$third-party
||izgxbakxatp.com^$third-party
||izhmxwivr.com^$third-party
||izhvnderudte.com^$third-party
||iziwhlafxitn.com^$third-party
||izixtxrvogaq.com^$third-party
||izjguvanm.com^$third-party
||izkcesinsyz.com^$third-party
||izlrmsjdntfhpr.com^$third-party
||izlzayrcegfvke.bid^$third-party
||izmciznsszatv.com^$third-party
||izmwtewwobxy.com^$third-party
||iznhvszyizwd.com^$third-party
||iztsbnkxphnj.com^$third-party
||iztxikfgw.com^$third-party
||izwffvgxs.com^$third-party
||izwsvyqv.com^$third-party
||izwzyhlm.com^$third-party
||izxdpodiowdgp.bid^$third-party
||jaaqcdrpmyju.com^$third-party
||jabcdkwmwnek.com^$third-party
||jacmnkcusf.com^$third-party
||jacroxrssmme.bid^$third-party
||jahsrhlp.com^$third-party
||jaihowgr.com^$third-party
||jairtejvkqiux.com^$third-party
||jajkgegza.com^$third-party
||jakzpcgrxgda.com^$third-party
||jakzxxzrymhz.com^$third-party
||jamkkydyiyhx.com^$third-party
||jamvgopociy.bid^$third-party
||janrlobmiroi.com^$third-party
||jareiulyg.bid^$third-party
||jatkcmpxhbba.com^$third-party
||jauftivogtho.com^$third-party
||javrdcyrgmdeeg.bid^$third-party
||jaxmbkhyr.com^$third-party
||jbarrxmpmmekwh.bid^$third-party
||jbbfphnd.com^$third-party
||jbbgczjipjvb.com^$third-party
||jbcadlpdfsxsfe.com^$third-party
||jbdddxgjn.com^$third-party
||jbgehhqvfppf.com^$third-party
||jbgzahhyhen.com^$third-party
||jbhrcrhbiyshoz.bid^$third-party
||jbinjmsb.com^$third-party
||jbiqepilzn.com^$third-party
||jbkxmktmatzk.com^$third-party
||jboovenoenkh.com^$third-party
||jbpyqajzwbh.bid^$third-party
||jbqolazohwqesu.com^$third-party
||jbvisobwrlcv.com^$third-party
||jbvyjtyhatpam.com^$third-party
||jbwlscjgbznhu.bid^$third-party
||jbwunmehf.com^$third-party
||jbxggecaj.com^$third-party
||jbyksmjmbmku.com^$third-party
||jcblfhpmxqflm.bid^$third-party
||jccdpudtb.bid^$third-party
||jccszmkabdean.com^$third-party
||jcctggmdccmt.com^$third-party
||jcgvmfaby.bid^$third-party
||jchhompudl.com^$third-party
||jciieszytnk.bid^$third-party
||jcjrcmaunbqxg.com^$third-party
||jcllysqtvlro.com^$third-party
||jcmdvfrn.com^$third-party
||jcnoeyqsdfrc.com^$third-party
||jcrqhscfqqbgby.com^$third-party
||jcsisvtb.com^$third-party
||jctszdppy.bid^$third-party
||jcwejhrrch.bid^$third-party
||jcxghdlrrmyy.com^$third-party
||jcytzfvrm.bid^$third-party
||jczpcviiurut.bid^$third-party
||jdbovkzjtuup.com^$third-party
||jdbzloynedpylr.bid^$third-party
||jdcwnccdx.com^$third-party
||jddghmkf.com^$third-party
||jdgilrlyqtrly.com^$third-party
||jdhhehwkvl.com^$third-party
||jdhnfbmrhwkn.com^$third-party
||jdiliqkjk.bid^$third-party
||jdlnquri.com^$third-party
||jdmconkw.com^$third-party
||jdnbrccndsxly.bid^$third-party
||jdniyyricenx.com^$third-party
||jdolsuyshcz.com^$third-party
||jdouzzxkyukv.com^$third-party
||jdrckkbpb.com^$third-party
||jdrlnicvn.com^$third-party
||jdskyjntuhea.com^$third-party
||jdtufqcyumvb.com^$third-party
||jducqfnxeypyw.com^$third-party
||jdzmcidlajwwzi.bid^$third-party
||jeakofzseo.com^$third-party
||jebfktzfjqghv.bid^$third-party
||jebuorwrqfflzl.com^$third-party
||jecbbkrnfn.com^$third-party
||jednyqbb.com^$third-party
||jeeumttalzwt.com^$third-party
||jegugqcvo.com^$third-party
||jejowkopsdiw.com^$third-party
||jeksffryglas.com^$third-party
||jemopaqkst.com^$third-party
||jemyvtomzyha.com^$third-party
||jenaowzhtbi.com^$third-party
||jeqixokniyny.com^$third-party
||jertwakjcaym.com^$third-party
||jeuqrslzoxdcz.com^$third-party
||jevijshpvnwm.com^$third-party
||jevxjcdnrd.com^$third-party
||jeyoxmhhnofdhaalzlfbrsfmezfxqxgwqjkxthzptjdizuyojh.com^$third-party
||jeyuhcbagxbp.com^$third-party
||jezqighae.bid^$third-party
||jfaqiomgvajb.com^$third-party
||jfcofvhuqzdg.bid^$third-party
||jffdktcyr.com^$third-party
||jffhbunkrxmyhf.bid^$third-party
||jffwwuyychxw.com^$third-party
||jfhupoqrydm.com^$third-party
||jfjuhxfllw.com^$third-party
||jfkfojgkrk.com^$third-party
||jfnafbcysy.com^$third-party
||jfribvstvcqy.com^$third-party
||jfvadxjr.com^$third-party
||jfvjtudp.com^$third-party
||jfvoyuxmp.bid^$third-party
||jfwfnxsdzhvxax.bid^$third-party
||jfxiirxbl.bid^$third-party
||jfxjpswhcwwq.com^$third-party
||jgedbspzlrjhp.com^$third-party
||jgerrmaktdzyh.com^$third-party
||jgjpicgy.com^$third-party
||jgmvibtqe.com^$third-party
||jgophcykrckik.com^$third-party
||jgqcraids.com^$third-party
||jgqkrvjtuapt.com^$third-party
||jgrcggutsilp.com^$third-party
||jgrsqcqdfwzu.com^$third-party
||jgsoloqaqp.com^$third-party
||jgtnayftk.bid^$third-party
||jguczdjzvfp.com^$third-party
||jguhktakkykrsb.com^$third-party
||jgvjzbrnjmxoq.com^$third-party
||jgxlxsnqz.bid^$third-party
||jhceybuguvureg.com^$third-party
||jhcnnizbua.com^$third-party
||jheduynirrxkro.com^$third-party
||jheplryxvzvx.com^$third-party
||jhewbownkjobl.bid^$third-party
||jhijojlatyvri.com^$third-party
||jhmmbrfsqm.com^$third-party
||jhnteodwqtk.com^$third-party
||jhpceldehkofgj.com^$third-party
||jhrmgusalkdu.com^$third-party
||jhupypvmcsqfqpbxbvumiaatlilzjrzbembarnhyoochsedzvi.com^$third-party
||jhutqqddwi.com^$third-party
||jhvgvihirzj.com^$third-party
||jhwkypuhrw.com^$third-party
||jhwqdpyo.bid^$third-party
||jhxpbihkucrq.com^$third-party
||jhybwydghelnd.com^$third-party
||jhylgkwsz.bid^$third-party
||jiifnvkesug.com^$third-party
||jiiyddosyv.com^$third-party
||jijcetagjfzo.com^$third-party
||jijyubjf.com^$third-party
||jikottnbg.com^$third-party
||jimqcqsyhser.com^$third-party
||jimxaqrpqbxldt.com^$third-party
||jioivnytpmam.com^$third-party
||jipzvmzzycg.com^$third-party
||jirmbsgr.com^$third-party
||jiruygrsl.com^$third-party
||jitvspfwwmzcu.com^$third-party
||jivnpidyteh.com^$third-party
||jixvywxefnwm.com^$third-party
||jiyairvjgfqk.com^$third-party
||jiycfyytg.com^$third-party
||jiyvkdfab.com^$third-party
||jjbnkgdpsm.com^$third-party
||jjdrwkistgfh.com^$third-party
||jjeevbcllev.bid^$third-party
||jjekiezbshyo.com^$third-party
||jjhnnzef.com^$third-party
||jjipgxjf.com^$third-party
||jjmuyvpery.bid^$third-party
||jjokekbfoxwip.com^$third-party
||jjokvprdxwf.com^$third-party
||jjpnveujkk.com^$third-party
||jjpoxurorlsb.com^$third-party
||jjptjphnkrqnc.com^$third-party
||jjpvzyfarsjiac.com^$third-party
||jjqoosuum.com^$third-party
||jjrzlqho.com^$third-party
||jjvdpetfxbjdbq.com^$third-party
||jjwitnosyew.bid^$third-party
||jjxaibzdypcb.com^$third-party
||jjxsdkphpcwu.com^$third-party
||jjydbqlzz.com^$third-party
||jjyovwimoydq.com^$third-party
||jjyysfxhn.com^$third-party
||jjzqygrh.com^$third-party
||jkamuwyswgk.com^$third-party
||jkawfxvh.com^$third-party
||jkciacmcnya.com^$third-party
||jkcvevwvgfopog.com^$third-party
||jkcyrdigvx.com^$third-party
||jkfgdkesrpx.bid^$third-party
||jkiicqewzn.com^$third-party
||jkiwvfgrsythrw.com^$third-party
||jkjcoyeeglunz.com^$third-party
||jkjoxlhkwnxd.com^$third-party
||jkjwifmep.com^$third-party
||jkkernvkrwdr.com^$third-party
||jkoiwpjk.bid^$third-party
||jkpdxsqpyl.bid^$third-party
||jkpsxhvjduxexm.com^$third-party
||jkuuoecpgecwla.com^$third-party
||jkvkhgztow.com^$third-party
||jkxzawjvp.bid^$third-party
||jkywbooyc.com^$third-party
||jlarmqbypyku.com^$third-party
||jldnphwwu.bid^$third-party
||jldstutlnz.com^$third-party
||jlehwynpwadmq.com^$third-party
||jlflzjdt.com^$third-party
||jlgtjteei.com^$third-party
||jlhkteiqgvafic.com^$third-party
||jlkadizug.com^$third-party
||jlkqurysdsw.com^$third-party
||jllveksikabohj.bid^$third-party
||jllzvqolrdu.bid^$third-party
||jlmirsfthnmh.com^$third-party
||jlmnnrwuqz.com^$third-party
||jlppkzffsksna.com^$third-party
||jlqmdejwvezpt.com^$third-party
||jlqpkoppbxa.com^$third-party
||jlslujfguojw.com^$third-party
||jlsydeysmgghdy.com^$third-party
||jlvqbfknjajot.com^$third-party
||jlwejibe.com^$third-party
||jlwlfcbfifsvfw.com^$third-party
||jlymmwnkxhph.com^$third-party
||jmbhyqijqhxk.com^$third-party
||jmbyjmeleib.bid^$third-party
||jmemwbkpj.bid^$third-party
||jmewxbvmcjmur.com^$third-party
||jmextrjbse.com^$third-party
||jmghohdn.bid^$third-party
||jmimktvupp.com^$third-party
||jmklkttenjpfzn.com^$third-party
||jmpcbovcecgqai.bid^$third-party
||jmpmzryzprp.bid^$third-party
||jmqxufpbikzk.bid^$third-party
||jmvjmgofvxnu.com^$third-party
||jmxjwyqnelvzwu.com^$third-party
||jmxphjxsxd.com^$third-party
||jmzaqwcmcbui.com^$third-party
||jnchbwtzbrrf.com^$third-party
||jncjzdohkgic.com^$third-party
||jndclagxkvpn.com^$third-party
||jndnkgjqlxr.com^$third-party
||jnercechoqjb.com^$third-party
||jngnaymz.com^$third-party
||jngxxwythaf.com^$third-party
||jnhjvkapqf.com^$third-party
||jnhmeywrl.com^$third-party
||jnjbdvchvk.com^$third-party
||jnlcnmin.bid^$third-party
||jnljkbkiaqcmb.com^$third-party
||jnnjnuyiic.com^$third-party
||jnnmisngfscreq.bid^$third-party
||jnnswtdifjgx.com^$third-party
||jnoaexgpdlnu.com^$third-party
||jnqbgmlapkkrsj.com^$third-party
||jnwsojzuahwbeq.com^$third-party
||jnxqlltlnezn.com^$third-party
||jnylpjlnjfsp.com^$third-party
||jnyorvlxy.com^$third-party
||jnyyqfarzgijbj.bid^$third-party
||joaqicgtmndbc.bid^$third-party
||jobveibsozms.com^$third-party
||jogccrwnpsmliq.bid^$third-party
||jogpsoiyngua.com^$third-party
||jogrgddvb.com^$third-party
||johonmtpyv.com^$third-party
||jollqxplkz.bid^$third-party
||jomznuefrw.com^$third-party
||joqnoyniblzm.com^$third-party
||joqpatxugyug.com^$third-party
||jorndvyzchaq.com^$third-party
||jorsdbphuyng.com^$third-party
||josxzdszqaivb.com^$third-party
||jotpybmcjvg.com^$third-party
||jovepjufhmmw.com^$third-party
||jovzikimk.com^$third-party
||joxocqrbxe.bid^$third-party
||joynxonnxfnvqr.com^$third-party
||jozfwcmrxkwva.com^$third-party
||jpabviwck.com^$third-party
||jpcfosuswcqy.com^$third-party
||jpdauipgz.com^$third-party
||jpflmmxdflmm.com^$third-party
||jpgjjzvcfrwlzh.bid^$third-party
||jphwssfvoddoi.com^$third-party
||jpjgbiuoziih.com^$third-party
||jpmcviivqg.bid^$third-party
||jpmpvhelfeg.com^$third-party
||jpmyudcnpgl.com^$third-party
||jpncpftyxliq.com^$third-party
||jpnudjqejbpx.bid^$third-party
||jpogcxdaxco.com^$third-party
||jpqmviofsf.com^$third-party
||jprtqxwhtrjejx.com^$third-party
||jpuiucicqwan.com^$third-party
||jpvmwnnwuzo.com^$third-party
||jpwvdpvsmhow.com^$third-party
||jpxevzab.com^$third-party
||jpybcyxyepsc.bid^$third-party
||jqanygfhqne.com^$third-party
||jqdfakgwsxvccl.bid^$third-party
||jqdwgguusof.bid^$third-party
||jqfkitrkhpxl.com^$third-party
||jqgblwjfvox.com^$third-party
||jqibqqxghcfk.com^$third-party
||jqinqsrmygeu.com^$third-party
||jqkxaejcijfz.com^$third-party
||jqleeknw.com^$third-party
||jqmcbepfjgks.com^$third-party
||jqojocdbjpdyk.bid^$third-party
||jqpccewciuzj.com^$third-party
||jqpuxvgnxkf.com^$third-party
||jqqlucchmbxnn.com^$third-party
||jqqrcwwd.com^$third-party
||jqrnfkttwfxbcu.com^$third-party
||jqsrfzjgn.com^$third-party
||jqtftqnkhsw.bid^$third-party
||jqtsknmobyw.com^$third-party
||jqtwygdajic.com^$third-party
||jqusvvfzw.bid^$third-party
||jqvlsavxawfr.com^$third-party
||jractwjn.com^$third-party
||jrarnqfvjijaa.com^$third-party
||jrauyqdbit.bid^$third-party
||jrcpoxuskv.com^$third-party
||jrdxlxdnohjzs.bid^$third-party
||jrecvuklrjpli.com^$third-party
||jrikmexrknmxy.com^$third-party
||jrlnmyorquny.bid^$third-party
||jrlsithadutpm.com^$third-party
||jrltmnxpj.com^$third-party
||jrmyhchnfawh.com^$third-party
||jroxkqhin.com^$third-party
||jrrekpskc.com^$third-party
||jrrmwjybfaztct.com^$third-party
||jrtawlpbusyg.com^$third-party
||jrtzehrbg.com^$third-party
||jrunvrfma.com^$third-party
||jruovuiejirpev.com^$third-party
||jryyekccnw.com^$third-party
||jryywrczwcfmw.com^$third-party
||jseewggtkfrs.com^$third-party
||jshjrozmwmyj.com^$third-party
||jtacrwtaf.com^$third-party
||jtbmxdoadktnm.com^$third-party
||jtgckwsacymph.com^$third-party
||jtmfmeexjet.bid^$third-party
||jtmwjkkoes.com^$third-party
||jtqfggxxk.bid^$third-party
||jttoioquq.com^$third-party
||jtumenosmrte.com^$third-party
||jtveisrh.com^$third-party
||jtypnunbjzma.com^$third-party
||jtzlsdmbmfms.com^$third-party
||jugehjohbc.com^$third-party
||juigfegcmxq.bid^$third-party
||jujpetacibftww.bid^$third-party
||jujydhwftub.bid^$third-party
||jukdmqghgzb.bid^$third-party
||jumhqsxgnkuvfn.bid^$third-party
||junwkfyb.bid^$third-party
||juoyynafgp.bid^$third-party
||juqakqgv.com^$third-party
||juqmlmoclnhe.com^$third-party
||jusrlkubhjnr.com^$third-party
||jutbdkjc.bid^$third-party
||juuwyyvjecnvps.com^$third-party
||juvqtttkhz.com^$third-party
||juvyntuqtku.bid^$third-party
||juyfhwxcvzft.com^$third-party
||jvdrscohwxopj.bid^$third-party
||jvepcgbq.bid^$third-party
||jvffngzl.com^$third-party
||jvhdxosisifv.com^$third-party
||jvinenwuarwn.com^$third-party
||jvjwaxjixypm.com^$third-party
||jvkhhxwcnijvmf.com^$third-party
||jvmuayuilxn.com^$third-party
||jvnubhidaev.bid^$third-party
||jvnvvuveozfi.com^$third-party
||jvodizomnxtg.com^$third-party
||jvqbbfrg.com^$third-party
||jvrbjipsyyc.bid^$third-party
||jvriybgxne.com^$third-party
||jvykohlq.com^$third-party
||jvzwcgobd.com^$third-party
||jwbdezxfl.bid^$third-party
||jwbroglwc.com^$third-party
||jwbuxywauut.com^$third-party
||jwcpqgfhlrt.com^$third-party
||jwfdyujffrzt.com^$third-party
||jwgsepzz.com^$third-party
||jwjztdbakqqk.com^$third-party
||jwmnryeoc.com^$third-party
||jwnlqtdvnm.bid^$third-party
||jwofadcwpocm.com^$third-party
||jwuvfovjzwe.com^$third-party
||jwwlyiicjkuh.com^$third-party
||jwwotfckxcyv.bid^$third-party
||jwwyuxjv.com^$third-party
||jwxdrgscszvxlu.com^$third-party
||jwzegfmsgyba.com^$third-party
||jwzuohydf.com^$third-party
||jxanmrdurjhw.com^$third-party
||jxexqemgbxvv.com^$third-party
||jxfhshgavg.bid^$third-party
||jxfplvnrg.com^$third-party
||jxgbdhbilbsgf.bid^$third-party
||jxhmvjrpkdyn.com^$third-party
||jxjpszwpl.com^$third-party
||jxkelzfrk.com^$third-party
||jxmhgmkuw.com^$third-party
||jxnbwgea.bid^$third-party
||jxnwpeqkhtkrw.com^$third-party
||jxseoruuv.com^$third-party
||jxsixnzrm.bid^$third-party
||jxuezvyaakks.com^$third-party
||jxusrymeeqyi.com^$third-party
||jxvhdyguseaf.com^$third-party
||jxxjndvcf.bid^$third-party
||jyaaeiqm.com^$third-party
||jyahmckzsbh.com^$third-party
||jyauuwrrigim.com^$third-party
||jyccdcavzpqt.com^$third-party
||jydbctzvbqrh.com^$third-party
||jyezgitcx.com^$third-party
||jyijwgsqj.com^$third-party
||jynbcpfwvazazd.com^$third-party
||jynhztwrsl.com^$third-party
||jypmcknqvnfd.com^$third-party
||jyrjjhdas.bid^$third-party
||jyryxwvdjqobg.bid^$third-party
||jyttehhwlm.com^$third-party
||jyujouii.com^$third-party
||jyxckvhds.bid^$third-party
||jyymhnyr.com^$third-party
||jyzhiusk.bid^$third-party
||jzbarlrhbicg.com^$third-party
||jzbskhgpivyl.com^$third-party
||jzbutifk.com^$third-party
||jzckyzvlxetror.com^$third-party
||jzekquhmaxrk.com^$third-party
||jzfzgkepkjcf.com^$third-party
||jzgskqccroqg.com^$third-party
||jzgtnetghdc.com^$third-party
||jzigsobgsmxdmr.bid^$third-party
||jzjhcpdf.com^$third-party
||jzkznpleaqshdj.com^$third-party
||jzllgntkazui.com^$third-party
||jzlzdnvvktcf.com^$third-party
||jzohcwnovrk.com^$third-party
||jzqemifphogo.com^$third-party
||jzqharwtwqei.com^$third-party
||jzqoddurnu.com^$third-party
||jzqvmpkppjlgc.com^$third-party
||jzsafhhk.com^$third-party
||jzthapvjlq.bid^$third-party
||jzudyqjkmbwbsf.com^$third-party
||jzurzhjqrp.com^$third-party
||jzvuglclkdnb.bid^$third-party
||jzxlkhaugzuaqm.bid^$third-party
||kacfofrcndc.com^$third-party
||kadjwdpzxdxd.com^$third-party
||kahbkhlb.bid^$third-party
||kajnvrmlftojxu.com^$third-party
||kaktokualscgea.com^$third-party
||kakywxgevuv.com^$third-party
||kalfiydydtnhxk.com^$third-party
||kallwqgnec.com^$third-party
||kaojrivmhys.com^$third-party
||kaqtvgcy.bid^$third-party
||karcvrpwayal.com^$third-party
||karownxatpbd.com^$third-party
||katxkxcncwool.com^$third-party
||kawmxbphaj.com^$third-party
||kayfdraimewk.com^$third-party
||kayophjgzqdq.com^$third-party
||kbdstwnruc.com^$third-party
||kbgphmpg.bid^$third-party
||kbguruenim.bid^$third-party
||kbgyxsoskilli.com^$third-party
||kbipxydhakpdwj.bid^$third-party
||kbjddmnkallz.com^$third-party
||kbkvptlxijafb.com^$third-party
||kbluliqpjq.bid^$third-party
||kbmwlbwwwp.com^$third-party
||kbnhoiax.com^$third-party
||kbpijqva.com^$third-party
||kbprllyfvqns.bid^$third-party
||kbqebfcubeiaa.com^$third-party
||kbrnfzgglehh.com^$third-party
||kbrpiuql.com^$third-party
||kbrwlgzazfnv.com^$third-party
||kbsceyleonkq.com^$third-party
||kbtoiwayyezse.com^$third-party
||kbwortdqjbns.com^$third-party
||kbxkcmpd.bid^$third-party
||kbymnqiomnegs.com^$third-party
||kbzmhlsg.com^$third-party
||kbzrszspknla.com^$third-party
||kbzvtvgwkut.bid^$third-party
||kcarnzeaipjssg.com^$third-party
||kcchjeoufbqu.com^$third-party
||kcctsiusemgdl.com^$third-party
||kceikbfhsnet.com^$third-party
||kceptbgdczkd.bid^$third-party
||kcetcukaolxc.com^$third-party
||kcgmgnejfp.bid^$third-party
||kcitwbcc.com^$third-party
||kcnyhfmowc.com^$third-party
||kcodndvh.com^$third-party
||kcpntbycuswz.com^$third-party
||kcqdidtq.bid^$third-party
||kcugdqmmfcqrb.com^$third-party
||kcwvkoxn.com^$third-party
||kdaskxrcgxhp.com^$third-party
||kdekyymbn.bid^$third-party
||kdfjjvidllnbaa.com^$third-party
||kdhkjeklzihiwh.com^$third-party
||kdhndryipp.com^$third-party
||kdiunbsaw.com^$third-party
||kdkzvfzmgvm.com^$third-party
||kdluruaor.com^$third-party
||kdmilqoiaucqto.com^$third-party
||kdpqydaxbxztnh.com^$third-party
||kdtictjmofbl.com^$third-party
||kdtrdexby.com^$third-party
||kdtstmiptmvk.com^$third-party
||kdvcvkwwtbwn.com^$third-party
||kdwygzatplqrao.bid^$third-party
||kdyfsgpa.com^$third-party
||kecldktirqzk.com^$third-party
||keeedoleeroe.com^$third-party
||keellcvwpzgj.com^$third-party
||keolqzbmsuykwi.bid^$third-party
||keqnebfovnhl.com^$third-party
||kesllcmdcsbd.com^$third-party
||ketqqygdh.com^$third-party
||kfaesgypn.bid^$third-party
||kfdqqqmorlt.com^$third-party
||kfdwywhuissy.com^$third-party
||kfjgnunsuy.bid^$third-party
||kflimllvanjv.com^$third-party
||kfpkzbgwuxm.bid^$third-party
||kfpwayrztgjj.com^$third-party
||kfqronzxcrdt.com^$third-party
||kfritiigmqk.com^$third-party
||kftbvzlrqkakfo.com^$third-party
||kftmmtuxdtmsv.bid^$third-party
||kfuwxxspanifp.bid^$third-party
||kfwhcwoc.com^$third-party
||kfwpyyctzmpk.com^$third-party
||kfxrukfzqazrs.com^$third-party
||kfyhxmycgjaqkn.com^$third-party
||kfyksytsx.com^$third-party
||kfypsloqkccvpl.com^$third-party
||kfzimhbhjdqa.com^$third-party
||kgdglkxy.com^$third-party
||kgdmlsbtd.com^$third-party
||kgkjlivo.com^$third-party
||kgkkfrvujnqf.com^$third-party
||kgnxtdcf.bid^$third-party
||kgobpqziy.com^$third-party
||kgqlrcjlrx.com^$third-party
||kgvgtudoridc.com^$third-party
||kgxemdznctlmya.com^$third-party
||kgzcentyfo.com^$third-party
||kgzuerzjysxw.com^$third-party
||khaicoojypokng.com^$third-party
||khaklikrt.com^$third-party
||khdmabhykmj.com^$third-party
||khefhmgfwnnqgv.com^$third-party
||khexythfkw.com^$third-party
||khgsbhdw.bid^$third-party
||khgwakmfavzch.bid^$third-party
||khhpckhkikd.bid^$third-party
||khlgdlarmqnp.com^$third-party
||khmbjndynx.com^$third-party
||khpgychzfdmpm.bid^$third-party
||khwfemkr.bid^$third-party
||khzbeucrltin.com^$third-party
||kieecarfftwf.com^$third-party
||kiejztfpkfayak.com^$third-party
||kifxgosycvxplk.com^$third-party
||kihhgldtpuho.com^$third-party
||kihmdiimzzab.bid^$third-party
||kihxncfpkimfx.bid^$third-party
||kiinvgntnnw.com^$third-party
||kiixmhyrlawz.com^$third-party
||kimqbvkaidbwst.com^$third-party
||kiobmbncsrwc.com^$third-party
||kiochlocj.bid^$third-party
||kiodudldzmzwr.com^$third-party
||kiohmgklwi.com^$third-party
||kioxprngouirqu.com^$third-party
||kioxqnfhyh.com^$third-party
||kipnobwbyz.bid^$third-party
||kiqsynap.com^$third-party
||kisvtclf.bid^$third-party
||kizpkvkdfm.bid^$third-party
||kjabglumgwbsvq.bid^$third-party
||kjbfpptjlhxh.com^$third-party
||kjbqzbiteubt.com^$third-party
||kjhdoend.com^$third-party
||kjizuuuvqbcd.com^$third-party
||kjjlucebvxtu.com^$third-party
||kjkdagfnjm.bid^$third-party
||kjkwrmwdyhi.com^$third-party
||kjltrjvjfran.com^$third-party
||kjlvutytm.com^$third-party
||kjmddlhlejeh.com^$third-party
||kjnkmidieyrb.com^$third-party
||kjplmlvtdoaf.com^$third-party
||kjqyvgvvazii.com^$third-party
||kjsedplonmifbe.com^$third-party
||kjtcdiyzd.com^$third-party
||kkawxvjeluwc.com^$third-party
||kklzztog.com^$third-party
||kknvwhcmqoet.com^$third-party
||kknwvfdzyqzj.com^$third-party
||kkscoephxrum.com^$third-party
||kksoyysmpp.com^$third-party
||kkvsvznavqkl.bid^$third-party
||kkxrizpdh.com^$third-party
||kkztcmjvklinxp.bid^$third-party
||klakcdiqmgxq.com^$third-party
||kldwitfrqwal.com^$third-party
||kldyclplx.com^$third-party
||kleonsqapa.bid^$third-party
||klepuazuxv.com^$third-party
||klfqffhvdpkd.com^$third-party
||klhjuuwrmxyjsn.com^$third-party
||klhvqeajy.com^$third-party
||klidpcdzfqj.com^$third-party
||klmdwvqhi.com^$third-party
||klmfvshct.bid^$third-party
||klmvharqoxdq.com^$third-party
||klnbyxhdilss.bid^$third-party
||klnzalfz.com^$third-party
||klprrjvqalwx.bid^$third-party
||klqnukgo.com^$third-party
||klrdsagmuepg.com^$third-party
||klsduixe.com^$third-party
||klurrmvbqrhrwc.com^$third-party
||klxteeltivy.com^$third-party
||klzvkrzluqnx.com^$third-party
||kmalnsqvyygwe.com^$third-party
||kmbbqmrnso.com^$third-party
||kmcebwjulu.com^$third-party
||kmclwuukyffyjf.com^$third-party
||kmdqjdktf.bid^$third-party
||kmdwifcjtbk.bid^$third-party
||kmefggxf.bid^$third-party
||kmglqqaeqh.bid^$third-party
||kmiobghwsc.bid^$third-party
||kmjexpirqstyzv.com^$third-party
||kmkdkefa.com^$third-party
||kmkweqtfjw.com^$third-party
||kmpcmafvqf.com^$third-party
||kmqlirdx.bid^$third-party
||kmtubsbmwdep.com^$third-party
||kmtyyvemtscac.com^$third-party
||kmuvzufk.com^$third-party
||kmuxsbdjxsjqe.com^$third-party
||kmveerigfvyy.com^$third-party
||kmvupiadkzdn.com^$third-party
||kmyelzmlkl.bid^$third-party
||kmypiwpbastt.com^$third-party
||knepsiwviviwed.com^$third-party
||knimmqli.com^$third-party
||knjkdsrw.com^$third-party
||knkxnwscphdk.com^$third-party
||knndhcnwv.com^$third-party
||knnvmkbemftwgj.com^$third-party
||knoyiwlxahoh.bid^$third-party
||knpbefvk.com^$third-party
||knqjhdkndh.com^$third-party
||knqjqzziu.com^$third-party
||knslxwqgatnd.com^$third-party
||kntdzsua.bid^$third-party
||knwfmpvtj.com^$third-party
||knxwoaewryxaxd.bid^$third-party
||knyqnoozhcvrkc.bid^$third-party
||koamxmikmuhahc.com^$third-party
||kodnkhqvbxpc.com^$third-party
||kofeereb.com^$third-party
||kohiquor.com^$third-party
||kojywvexdq.com^$third-party
||kokqhnybnhdr.bid^$third-party
||komfveajdx.bid^$third-party
||konbwfktusra.com^$third-party
||koofysojwb.com^$third-party
||korocbbktnw.bid^$third-party
||koszzhucazsboe.com^$third-party
||kovglrrlpqum.com^$third-party
||kovykpybtuylq.bid^$third-party
||kozloiczght.com^$third-party
||kpcflxxodhoxev.bid^$third-party
||kpchywhqcrkz.com^$third-party
||kpgcyqkktm.bid^$third-party
||kpgjogkbwjpmz.com^$third-party
||kpjrmmfrxbrw.com^$third-party
||kplzvizvsqrh.com^$third-party
||kpmsziomojkuv.com^$third-party
||kpnuqvpevotn.com^$third-party
||kpoplhjnhlagy.com^$third-party
||kprbvmfb.com^$third-party
||kprkrbatuob.com^$third-party
||kpsdnlprwclz.com^$third-party
||kpucctqryjdvx.bid^$third-party
||kpwhkeehpsp.bid^$third-party
||kpwjtpgvowifq.com^$third-party
||kpzvcvclybfa.com^$third-party
||kqaqantjwn.bid^$third-party
||kqcflzvunhew.com^$third-party
||kqctdqqcjjsqrc.bid^$third-party
||kqflgvrwqpzwue.com^$third-party
||kqgfcumsbtyy.com^$third-party
||kqkheakqrh.bid^$third-party
||kqlvuutpgdnude.com^$third-party
||kqmjmrzjhmdn.com^$third-party
||kqohskoysgxx.com^$third-party
||kqsipdhvcejx.com^$third-party
||kqssmkxdtuc.bid^$third-party
||kquthdppub.com^$third-party
||kqvpjbau.com^$third-party
||kqyckxlnll.bid^$third-party
||kraruzatefci.com^$third-party
||krdvzahyr.com^$third-party
||krezqajxv.bid^$third-party
||krfbhbhal.com^$third-party
||krghheqkkcght.com^$third-party
||krgxtloi.bid^$third-party
||krilxjkgttmp.com^$third-party
||krmuxxubtkrg.com^$third-party
||krovrhmqgupd.com^$third-party
||krpdqnnb.com^$third-party
||krrmpgdmoexc.club^$third-party
||krsdoqvsmgld.com^$third-party
||krtdobasy.com^$third-party
||krtpkaha.com^$third-party
||krxexwfnghfu.com^$third-party
||krxpudrzyvko.com^$third-party
||krynjumnqlix.com^$third-party
||krzdqcqb.com^$third-party
||krziyrrnvjai.com^$third-party
||krzllasnlbpjk.bid^$third-party
||ksavagrh.com^$third-party
||ksavfuxjbqx.com^$third-party
||ksbewtjuqitxg.bid^$third-party
||ksbklucaxgbf.com^$third-party
||ksevfixrkqdx.com^$third-party
||ksevqmggaxtxt.bid^$third-party
||kshysnypina.com^$third-party
||ksihafqopndbq.com^$third-party
||ksioijtb.com^$third-party
||ksjjpsjymdekyr.bid^$third-party
||kslgvaexlw.com^$third-party
||ksloibpah.com^$third-party
||ksrcnyrntlyfo.com^$third-party
||ksufusxqd.com^$third-party
||ksukpuyqs.com^$third-party
||ksveztrxudtt.com^$third-party
||ksxaaoey.bid^$third-party
||ktbcsulyildmm.com^$third-party
||ktcltsgjcbjdcyrcdaspmwqwscxgbqhscmkpsxarejfsfpohkk.com^$third-party
||ktdthraxzxt.com^$third-party
||ktexnnvlvhxa.com^$third-party
||ktfjyexcacujjg.com^$third-party
||ktgndscphrtxi.com^$third-party
||ktgsiqgj.bid^$third-party
||kthdreplfmil.com^$third-party
||kthwboouxxcmc.bid^$third-party
||kthztsgfuygcw.com^$third-party
||ktjcrhdppesdd.com^$third-party
||ktjqfqadgmxh.com^$third-party
||ktrgcpceilj.com^$third-party
||ktrmzzrlkbet.com^$third-party
||ktteklov.com^$third-party
||kttjowlrr.com^$third-party
||ktuiyrchrhuxn.bid^$third-party
||ktzwdewsckssid.com^$third-party
||kuavzcushxyd.com^$third-party
||kuaygqohsbeg.com^$third-party
||kubichpbtjdvo.com^$third-party
||kubmcyofaeu.com^$third-party
||kuhbcpckauwt.bid^$third-party
||kuhlorflbeq.com^$third-party
||kujfhmyoeemqxb.bid^$third-party
||kujkgfzzyeol.com^$third-party
||kujwlsnl.com^$third-party
||kumekqeccmob.com^$third-party
||kumjidmumktzq.com^$third-party
||kumtwckyq.com^$third-party
||kunkmdvgwvfo.bid^$third-party
||kuplohinctdwk.com^$third-party
||kupprakim.bid^$third-party
||kuqbprozlqj.bid^$third-party
||kuqixxjguc.bid^$third-party
||kuqlhzmdek.com^$third-party
||kuqonhmcwaiot.com^$third-party
||kuqylnamtv.bid^$third-party
||kurtgcwrdakv.com^$third-party
||kutlvuitevgw.com^$third-party
||kuvlikgekekwp.com^$third-party
||kuwlmrggxrznky.com^$third-party
||kuwogsiplp.com^$third-party
||kuwzhgbnygarx.com^$third-party
||kvadaiwjwxdp.com^$third-party
||kvajiszer.bid^$third-party
||kvcymnoxr.com^$third-party
||kvdguzclhatdul.com^$third-party
||kvdjcnerhxzb.com^$third-party
||kvfdhsmrrwamt.bid^$third-party
||kvflzevaaco.com^$third-party
||kvgtjwduvn.bid^$third-party
||kvhkfptcv.bid^$third-party
||kvhxckkd.com^$third-party
||kvikjeqepjrq.bid^$third-party
||kvirgytkit.com^$third-party
||kvjbqtwgrfnmt.com^$third-party
||kvkoqywl.com^$third-party
||kvmsbpzptwm.bid^$third-party
||kvnldhrlw.com^$third-party
||kvootrjvinkuae.bid^$third-party
||kvowcjybfxd.com^$third-party
||kvpofpkxmlpb.com^$third-party
||kvprhbqnmszru.com^$third-party
||kvrozyibdkkt.com^$third-party
||kvrzoosj.com^$third-party
||kvsyksorguja.com^$third-party
||kvtblvquxxzbim.com^$third-party
||kvtxztiys.com^$third-party
||kvvvdfimdxnu.com^$third-party
||kvwvhpthqyaxk.bid^$third-party
||kvzvtiswjroe.com^$third-party
||kwajysvvjeyvs.com^$third-party
||kwcaatayhgkq.bid^$third-party
||kwcrryneebg.com^$third-party
||kweayxzfazrws.com^$third-party
||kwflzktzaxczm.com^$third-party
||kwgpddeduvje.com^$third-party
||kwiaofifmdqpif.com^$third-party
||kwipnlppnybc.com^$third-party
||kwjglwybtlhm.com^$third-party
||kwkxvbjz.com^$third-party
||kwomkjjoajcyyt.com^$third-party
||kwovwwkevyu.bid^$third-party
||kwshmdfgijgu.com^$third-party
||kwsmqtposrub.com^$third-party
||kwspcwwjju.com^$third-party
||kwuaiymxezji.bid^$third-party
||kwuewixsnttz.com^$third-party
||kwunqjqntrnf.bid^$third-party
||kwvoafkdebdaxz.bid^$third-party
||kwygntce.com^$third-party
||kwykvodkvg.com^$third-party
||kwystoaqjvml.com^$third-party
||kwyxncikkzz.bid^$third-party
||kwzuhmpwvsbsc.bid^$third-party
||kxareafqwjop.com^$third-party
||kxdprqrrfhhn.com^$third-party
||kxemsltfmm.com^$third-party
||kxhnlmrnqw.bid^$third-party
||kxjzvfrhyf.com^$third-party
||kxkeuums.com^$third-party
||kxldvncqrkv.com^$third-party
||kxounmvfkmvv.com^$third-party
||kxphhdia.bid^$third-party
||kxpkadaivbm.com^$third-party
||kxtepdregiuo.com^$third-party
||kxtkfkqkrzz.bid^$third-party
||kxujlopfsmttyc.com^$third-party
||kxwkbkfespyh.com^$third-party
||kxwuskjg.bid^$third-party
||kxyevjvmalerq.bid^$third-party
||kxzmmtdx.com^$third-party
||kyauukea.com^$third-party
||kyckfuuzdzmsv.bid^$third-party
||kycsebgx.com^$third-party
||kyegtutis.bid^$third-party
||kyelvsyayysa.com^$third-party
||kyfekvgsyraz.bid^$third-party
||kygozmlrr.com^$third-party
||kyhkyreweusn.com^$third-party
||kyieflmhiekvrr.bid^$third-party
||kylbshaqo.bid^$third-party
||kylqpeevrkgh.com^$third-party
||kyowarob.com^$third-party
||kyqacdtrmwwy.com^$third-party
||kysimxpwd.com^$third-party
||kyveduvdkbro.com^$third-party
||kyvmeizdyb.com^$third-party
||kywqvoqood.bid^$third-party
||kyxikfdzqwjtvw.bid^$third-party
||kyzhecmvpiaw.com^$third-party
||kyzlzjtbgjr.bid^$third-party
||kzawrekf.bid^$third-party
||kzexkhstcng.com^$third-party
||kzfinsoee.com^$third-party
||kzgzfndrvpnz.com^$third-party
||kzlmwsyftm.com^$third-party
||kzqrjfulybvv.com^$third-party
||kzujizavnlxf.com^$third-party
||kzwcmbypauw.com^$third-party
||kzwddxlpcqww.com^$third-party
||kzyiepouyib.bid^$third-party
||kzzqkhxjeytu.com^$third-party
||labdwkqyavb.com^$third-party
||lacrxqvydzlan.bid^$third-party
||ladhyjqqgerr.com^$third-party
||lafvopkskbeuj.bid^$third-party
||lajpmujdntg.com^$third-party
||lalywprgzl.com^$third-party
||lamwiadakwa.com^$third-party
||lanktydm.com^$third-party
||lapbekessbozpx.bid^$third-party
||lapdqegtp.com^$third-party
||laqiccblmxfewa.bid^$third-party
||lauzlpyl.com^$third-party
||lavmeebdxwc.com^$third-party
||lawbjcjsokmua.com^$third-party
||lawvcpqtapzsh.com^$third-party
||lazkslkkmtpy.com^$third-party
||lbaybxwiklnfe.com^$third-party
||lbbfzsjmgm.com^$third-party
||lbbgjozyrgy.com^$third-party
||lbdrnmkhwgkpdg.bid^$third-party
||lbfryfttoihl.com^$third-party
||lbgmmsubsxn.com^$third-party
||lbjgdskmgsmowy.com^$third-party
||lbkprcoosfgk.com^$third-party
||lbpndcvhuqlm.com^$third-party
||lbtcymxcocwh.bid^$third-party
||lbtifiprfzy.com^$third-party
||lburmovcjefv.com^$third-party
||lbypppwfvagq.com^$third-party
||lbytagcqxefsn.com^$third-party
||lceihiuarfqbn.bid^$third-party
||lckpubqq.com^$third-party
||lckzoepctj.com^$third-party
||lcmausjvnc.com^$third-party
||lcmkcvisyynkw.com^$third-party
||lcmwchhybzik.bid^$third-party
||lcnvxuipvq.bid^$third-party
||lcolevwciuwj.com^$third-party
||lcpqoewrzuxh.com^$third-party
||lcqnkwcfwrkvh.com^$third-party
||lcrdolxjoxxlr.com^$third-party
||lcsgdwlxrlgq.com^$third-party
||lctpaemybjkv.com^$third-party
||lcttjawsbwol.com^$third-party
||lcuprkufusba.com^$third-party
||lcvofuqxovcao.com^$third-party
||lcxrhcqouqtw.com^$third-party
||lcxrimmb.com^$third-party
||lcyncwbacrgz.com^$third-party
||lcyxmuhxroyo.com^$third-party
||ldaiuhkayqtu.com^$third-party
||ldbgrugl.bid^$third-party
||ldgananrrtx.com^$third-party
||ldgozccnwgtuya.com^$third-party
||ldigvkkjquvyn.com^$third-party
||ldkyzudgbksh.com^$third-party
||ldlritslfej.bid^$third-party
||ldqxdxtkepveg.com^$third-party
||lduusuiclvw.com^$third-party
||ldvfvwkjtacrfm.com^$third-party
||ldvmpopwd.com^$third-party
||ldxdpitoeox.com^$third-party
||ldybupeeeoq.bid^$third-party
||ldyiuvdoahxz.com^$third-party
||lebeiivzmm.com^$third-party
||lebqrivt.com^$third-party
||lebskmaewbhm.bid^$third-party
||ledvqaldtf.com^$third-party
||lepyhlczldiuja.bid^$third-party
||lesmyjzc.com^$third-party
||lestujzrpeom.bid^$third-party
||leszvphhnytpk.com^$third-party
||leuojmgbkpcl.com^$third-party
||levjirsqbtjhif.bid^$third-party
||lexcyehlniruu.bid^$third-party
||lexwdqnzmkdr.com^$third-party
||lfahycetwt.com^$third-party
||lfclktkwnc.com^$third-party
||lfcnzhcnzded.com^$third-party
||lffyoomtjjhvc.com^$third-party
||lfirckcbkh.com^$third-party
||lfjmmgorkjoaw.com^$third-party
||lfjvaaswkxqj.com^$third-party
||lflplmckcncj.com^$third-party
||lfqocbhv.com^$third-party
||lfriqmklpsbtq.com^$third-party
||lfrqmuplp.com^$third-party
||lfshijqwdei.bid^$third-party
||lftyfcqqctj.com^$third-party
||lfvrjrdrgazl.com^$third-party
||lfyytqcbhsp.bid^$third-party
||lfzbgckyctztj.bid^$third-party
||lgbpcbddfs.bid^$third-party
||lgbshazoug.com^$third-party
||lghrdwdl.com^$third-party
||lgisbsiocy.bid^$third-party
||lgjboylszpij.com^$third-party
||lgjqgatg.com^$third-party
||lgkzfskybz.com^$third-party
||lgkzmjfu.bid^$third-party
||lgnjcntegeqf.com^$third-party
||lgnjrjdju.bid^$third-party
||lgogujahrnxr.bid^$third-party
||lgtbcaqkjo.bid^$third-party
||lgthvsytzwtc.com^$third-party
||lgtnwgfqkyyf.com^$third-party
||lgzfhqubp.com^$third-party
||lgzjsauvfv.com^$third-party
||lhapwjkoltogf.bid^$third-party
||lhaqzqjbafcu.com^$third-party
||lhbkkztxg.com^$third-party
||lhdndgmsy.com^$third-party
||lheanhxv.com^$third-party
||lhedywrtanrgz.bid^$third-party
||lhekiqlzatfv.com^$third-party
||lheqossp.com^$third-party
||lhfcddgwg.bid^$third-party
||lhhrhdlankdftk.com^$third-party
||lhjisbsegvxf.com^$third-party
||lhltebxyuzjt.com^$third-party
||lhmnbgieieksdv.bid^$third-party
||lhnlplsj.bid^$third-party
||lhqcrrsatxwsl.bid^$third-party
||lhtekmhy.com^$third-party
||lhttyvdxvgjrdp.com^$third-party
||lhtvkhelii.com^$third-party
||lhuetsviudr.com^$third-party
||lhuqalcxjmtq.com^$third-party
||lhxgdmcyropacl.bid^$third-party
||lhytmylpwfzuzm.com^$third-party
||liadlzantv.com^$third-party
||liakiadlbs.com^$third-party
||licoxbkagivaf.bid^$third-party
||liesiotlpfvjm.com^$third-party
||ligabklr.com^$third-party
||liilsuive.bid^$third-party
||lijddbusldnecz.bid^$third-party
||lilncsqapikckt.com^$third-party
||liocwxpkakrf.com^$third-party
||liosawitskzd.com^$third-party
||liqbipkfbafq.com^$third-party
||liuduuct.com^$third-party
||liulwxrybupyzu.com^$third-party
||liuztvaem.bid^$third-party
||livvckublf.com^$third-party
||livxcgmpvz.bid^$third-party
||liwimgti.bid^$third-party
||lixzmpxjilqp.com^$third-party
||ljactjfsjs.com^$third-party
||ljavtgsvjpxm.bid^$third-party
||ljfetlhleiffr.bid^$third-party
||ljfmxgkfmvtowg.com^$third-party
||ljgmufobaphrd.com^$third-party
||ljhuvzutnpza.com^$third-party
||ljhyotgxuyglm.com^$third-party
||ljjaiargqfwtzu.com^$third-party
||ljkihuolgoh.com^$third-party
||ljkmwpvahv.com^$third-party
||ljmgkopyodih.bid^$third-party
||ljngencgbdbn.com^$third-party
||ljngjrwkyovx.com^$third-party
||ljpuptlitl.com^$third-party
||ljqozvzjphgbw.bid^$third-party
||ljrljohnoqa.com^$third-party
||ljvgxanxkuiw.com^$third-party
||ljwbfghcggfvv.com^$third-party
||ljyncrypt.bid^$third-party
||ljzhxfurwibo.com^$third-party
||lkaarvdprhzx.com^$third-party
||lkaumkxmzefa.com^$third-party
||lkbvfdgqvvpk.com^$third-party
||lkdlamrwl.com^$third-party
||lkfepwhchrlv.bid^$third-party
||lkfuihubbros.com^$third-party
||lkgcdedbklfse.com^$third-party
||lkhkeviyctneka.com^$third-party
||lkjmcevfgoxfbyhhmzambtzydolhmeelgkotdllwtfshrkhrev.com^$third-party
||lkksbzcslmeefw.com^$third-party
||lkktkgcpqzwd.com^$third-party
||lkmoqyzfv.com^$third-party
||lknxarjfidm.com^$third-party
||lkohqfilvpked.com^$third-party
||lkojwhiwcsum.com^$third-party
||lkpwmhjfvpctw.com^$third-party
||lkrcapch.com^$third-party
||lkuirehx.com^$third-party
||lkyuoybczr.com^$third-party
||lkzvhtetshbu.com^$third-party
||llbevorurncfcc.bid^$third-party
||llbynwyuoj.bid^$third-party
||llddarkinywtmg.bid^$third-party
||llgvjtkg.com^$third-party
||llhjbwcjnuii.com^$third-party
||lliumrpvj.com^$third-party
||lljoapkfnwn.com^$third-party
||lljtgiwhqtue.com^$third-party
||llluzqrvfyrbt.com^$third-party
||llnxfuxszevf.com^$third-party
||llpdtbmowsg.com^$third-party
||llpuhxkvr.com^$third-party
||llrblpesvjc.com^$third-party
||llrmbabwjlzutw.com^$third-party
||llrspkjasfqc.com^$third-party
||llrxxhljtmylaa.bid^$third-party
||llsdercqm.com^$third-party
||llvidwpt.com^$third-party
||llwemrshzovw.com^$third-party
||llxyamztns.bid^$third-party
||llxyyocfgfg.bid^$third-party
||lmbdkdxprktt.bid^$third-party
||lmccawemcuqma.com^$third-party
||lmcoiiwpguaorp.com^$third-party
||lmejuamdbtwc.com^$third-party
||lmepqfsazb.com^$third-party
||lmevacaixeqy.com^$third-party
||lmheosvft.com^$third-party
||lmjjenhdubpu.com^$third-party
||lmjklpukbbwxm.bid^$third-party
||lmjpcirfvt.bid^$third-party
||lmjxlihzcvicyi.com^$third-party
||lmjxrhph.com^$third-party
||lmlvzeeag.com^$third-party
||lmoqmsagyjcurg.bid^$third-party
||lmsycyfh.com^$third-party
||lmuxaeyapbqxszavtsljaqvmlsuuvifznvttuuqfcxcbgqdnn.com^$third-party
||lmwdcdzievq.bid^$third-party
||lndvtedtayqy.com^$third-party
||lndzkpjtjfjz.bid^$third-party
||lnelcbntwru.com^$third-party
||lnfujzqkydjav.com^$third-party
||lnglwoexxrsv.com^$third-party
||lnicyniqxdxg.com^$third-party
||lnjpyxvbpyvj.com^$third-party
||lnjrawgb.com^$third-party
||lnltyqqop.bid^$third-party
||lnnwwxpeodmw.com^$third-party
||lnpqqigowz.com^$third-party
||lnsthqzdsvzboo.bid^$third-party
||lnwbiuetoymifj.com^$third-party
||lnwqvhcqw.com^$third-party
||lnzcmgguxlac.com^$third-party
||loakfiiggz.bid^$third-party
||locjzfoh.com^$third-party
||lodqycbq.com^$third-party
||lofipgeld.bid^$third-party
||logkzudhrg.com^$third-party
||lohxvwjpvl.com^$third-party
||lojqfrcipvoo.bid^$third-party
||lojuxbnt.com^$third-party
||loljuduad.bid^$third-party
||lopdogmltbnbc.com^$third-party
||lorhamnvukws.bid^$third-party
||lorpidlfpbu.bid^$third-party
||loteumepag.com^$third-party
||lovdkmqvoc.bid^$third-party
||lovnxkrszlsb.com^$third-party
||lovvznyhujf.com^$third-party
||lowqnzsxtmvb.bid^$third-party
||loxmetwdjrmh.com^$third-party
||lpbhbwpbpnl.com^$third-party
||lpbuaqfgwkzrep.com^$third-party
||lpbyadpvf.com^$third-party
||lpdeuhyakoits.bid^$third-party
||lpiqwtsuduhh.com^$third-party
||lplqyocxmify.com^$third-party
||lplznzccvn.bid^$third-party
||lpohfjht.com^$third-party
||lppaepra.bid^$third-party
||lppoblhorbrf.com^$third-party
||lppyumumznf.bid^$third-party
||lprkphlgaybvtn.com^$third-party
||lptggobhuuxcdw.com^$third-party
||lpwvdgfo.com^$third-party
||lpwzjhkuwbe.com^$third-party
||lpxxafsupgsho.com^$third-party
||lpzltglosmbqul.bid^$third-party
||lpzsxemf.com^$third-party
||lqagwvarq.com^$third-party
||lqaqfklrgnr.bid^$third-party
||lqbyqjap.com^$third-party
||lqdqjkzfhijx.com^$third-party
||lqdrlzunrgma.bid^$third-party
||lqfbxvmq.bid^$third-party
||lqfolelqvc.com^$third-party
||lqhnrsfkgcfe.com^$third-party
||lqipfyknwlo.com^$third-party
||lqiublivx.bid^$third-party
||lqkmghhawfjzls.bid^$third-party
||lqlksxbltzxw.com^$third-party
||lqlycogmpxhd.com^$third-party
||lqpkjasgqjve.com^$third-party
||lqqcbomqqomtme.com^$third-party
||lqqpabnu.com^$third-party
||lqrlhmdwy.com^$third-party
||lqrrkjodhq.com^$third-party
||lqsclyxh.bid^$third-party
||lqtxnuramh.bid^$third-party
||lquodkeqws.com^$third-party
||lqvckaciozvs.bid^$third-party
||lqvmjokehnlffq.bid^$third-party
||lqvuvkmohlktl.bid^$third-party
||lqydjvdrq.bid^$third-party
||lramhnoefoz.bid^$third-party
||lrbllelemsx.com^$third-party
||lrcnshyxwx.bid^$third-party
||lrcrobshelr.com^$third-party
||lreylxggpqxz.bid^$third-party
||lrgtkljakwfw.com^$third-party
||lrjltdosshhd.com^$third-party
||lrlkdlpksqveje.com^$third-party
||lrmjvytlhho.com^$third-party
||lrnkuzcezcdn.bid^$third-party
||lroieivnhoojo.bid^$third-party
||lroywnhohfrj.com^$third-party
||lrpcokbf.bid^$third-party
||lruyzrlcef.com^$third-party
||lrwwnmijztt.com^$third-party
||lryenoty.bid^$third-party
||lryfmcok.com^$third-party
||lsdgtifuqrwjax.com^$third-party
||lsegvhvzrpqc.com^$third-party
||lsghawrw.bid^$third-party
||lsgystgg.bid^$third-party
||lshwezesshks.com^$third-party
||lskzcjgerhzn.com^$third-party
||lsmxicydlj.com^$third-party
||lsooyivois.com^$third-party
||lsovdlxfe.com^$third-party
||lsslotuojpud.com^$third-party
||lstkchbeoey.com^$third-party
||lstkfdmmxbmv.com^$third-party
||lsvmpewlo.com^$third-party
||ltaporjivped.com^$third-party
||ltbnvsfzevox.com^$third-party
||ltcvpgyouvxya.bid^$third-party
||ltedbswmryh.com^$third-party
||ltendtxpnss.bid^$third-party
||ltfdyyixhkshhu.com^$third-party
||ltffxzmjazabn.bid^$third-party
||ltfroezjyyhv.com^$third-party
||ltfxlxze.com^$third-party
||ltjvgpxg.com^$third-party
||ltmdqbrxjaqn.bid^$third-party
||ltnfhltuksarpq.com^$third-party
||ltnjtphbbvigi.bid^$third-party
||ltsdzcgcystyak.bid^$third-party
||ltsnideak.bid^$third-party
||lttsvesujmry.com^$third-party
||ltvrdftgr.com^$third-party
||ltwlxoedrydz.com^$third-party
||ltxltqtwpj.bid^$third-party
||ltzjkjxx.com^$third-party
||luagrcmjnovjp.com^$third-party
||lubjqiebnayctz.bid^$third-party
||ludwmwca.bid^$third-party
||lugknllg.bid^$third-party
||luhbhndh.com^$third-party
||luhqeqaypvmc.com^$third-party
||luihhjhe.bid^$third-party
||lujkgrvheh.com^$third-party
||lulrtvfcy.com^$third-party
||lumzvjur.com^$third-party
||lunkydkokpg.bid^$third-party
||luqnpzexna.bid^$third-party
||luraclhaunxv.com^$third-party
||lusfrsxgxopm.com^$third-party
||luvkkodlpxou.bid^$third-party
||luvstnqpw.com^$third-party
||luztinhsbzggvr.com^$third-party
||lvayccwmhdggvi.bid^$third-party
||lvcrcimfmfx.com^$third-party
||lvctzafuvn.com^$third-party
||lvcxvjetzvt.com^$third-party
||lvdtftxgbsiu.com^$third-party
||lvehrzkgzanurn.com^$third-party
||lvesmhsex.com^$third-party
||lvgliqkumatjv.com^$third-party
||lvhxebdxz.com^$third-party
||lvldcxnq.com^$third-party
||lvlotqtrygwi.com^$third-party
||lvlvpdztdnro.com^$third-party
||lvmnxohz.com^$third-party
||lvpcqndtdk.bid^$third-party
||lvpdchbxgoral.bid^$third-party
||lvrvufurxhgp.com^$third-party
||lvshypqdjfvvkd.com^$third-party
||lvulibji.com^$third-party
||lvvfcuzzdor.com^$third-party
||lvvycndnspeuwo.com^$third-party
||lwajqohv.com^$third-party
||lwaqcpjegbwm.com^$third-party
||lwasxldakmhx.com^$third-party
||lwbextsnjgw.com^$third-party
||lwenrqtarmdx.com^$third-party
||lwepsxhcm.bid^$third-party
||lwequndmgc.com^$third-party
||lwfvrhlqzjseyu.com^$third-party
||lwjzsigenxsl.com^$third-party
||lwljmcved.bid^$third-party
||lwmxykibvt.bid^$third-party
||lwnpbwds.bid^$third-party
||lwocvazxfnuj.com^$third-party
||lwqwsptepdxy.com^$third-party
||lwtduavwbep.com^$third-party
||lwtsrwwlfd.com^$third-party
||lwvdeqfhswg.com^$third-party
||lwxkgejswn.com^$third-party
||lwyjxvbcjkstxy.com^$third-party
||lwysswaxnutn.com^$third-party
||lxayafcq.com^$third-party
||lxbaocqsmg.bid^$third-party
||lxcfaekywx.com^$third-party
||lxcpbfwqagzfz.com^$third-party
||lxcpprjfgkt.com^$third-party
||lxelgoqzvjfw.com^$third-party
||lxghhxdcmumk.com^$third-party
||lxkqybzanzug.com^$third-party
||lxlisrvzz.com^$third-party
||lxnimmyikuekn.com^$third-party
||lxpgdkskkt.com^$third-party
||lxqoxgijpbmrg.bid^$third-party
||lxvuwsqp.bid^$third-party
||lxwtezlcp.com^$third-party
||lxyadcffdpaytd.com^$third-party
||lxyjnqpbk.bid^$third-party
||lxymfyptdrast.com^$third-party
||lxzwknybfvycxr.com^$third-party
||lybmmxah.com^$third-party
||lydgyhthfb.com^$third-party
||lyeannqhhf.bid^$third-party
||lyghoxyxohkrdk.com^$third-party
||lyifwfhdizcc.com^$third-party
||lyjcpycaufud.com^$third-party
||lykuxkxsvvnxqd.com^$third-party
||lynsvdabds.com^$third-party
||lyovvtevsu.bid^$third-party
||lyssmgbr.com^$third-party
||lytaxbxen.bid^$third-party
||lytpdzqyiygthvxlmgblonknzrctcwsjycmlcczifxbkquknsr.com^$third-party
||lyukxxwfqdn.com^$third-party
||lyuoaxruaqdo.com^$third-party
||lyuswpdanr.com^$third-party
||lyvnduow.bid^$third-party
||lyyenjcocog.com^$third-party
||lyygeitghavmm.com^$third-party
||lyzskjigkxwy.com^$third-party
||lzawbiclvehu.com^$third-party
||lzblbcsemihk.com^$third-party
||lzbzwpmozwfy.com^$third-party
||lzfvonzwjzhz.com^$third-party
||lzfyahjavcik.com^$third-party
||lzkuqbptcjqta.com^$third-party
||lzmovatu.com^$third-party
||lzopoqzlihfbc.com^$third-party
||lzpqpstowpvz.bid^$third-party
||lzrfxzvfbkay.com^$third-party
||lzscunjyovitc.com^$third-party
||lzsiojww.com^$third-party
||lzvnaaozpqyb.com^$third-party
||maboflgkaxqn.com^$third-party
||mafndqbvdgkm.com^$third-party
||magwfymjhils.com^$third-party
||maidlytsnrn.com^$third-party
||mailhxubk.com^$third-party
||makhhvgdkhwn.com^$third-party
||makkuqiavqx.com^$third-party
||makumuvgxfogq.com^$third-party
||malgyhuytbnjb.bid^$third-party
||mardjxrw.club^$third-party
||marguvpydbrr.com^$third-party
||mascqybw.com^$third-party
||masrtwfevkqd.bid^$third-party
||maudfkdsuyp.com^$third-party
||mavmlkzt.com^$third-party
||mawtykynmhxkjd.bid^$third-party
||maxgirlgames.com^$third-party
||maysrqdev.com^$third-party
||maziynjxjdoe.com^$third-party
||mbajaazbqdzc.com^$third-party
||mbbjrwsl.com^$third-party
||mbcperyc.com^$third-party
||mbezfrwrimjy.bid^$third-party
||mbflncteg.bid^$third-party
||mbfvfdkawpoi.com^$third-party
||mbgvhfotcqsj.com^$third-party
||mbixofultnnd.com^$third-party
||mbmjqinvsil.com^$third-party
||mbmwfufkaxll.com^$third-party
||mbrxgolis.com^$third-party
||mbsivmsbuteaz.com^$third-party
||mbtalhkebpbpwb.com^$third-party
||mbvmecdlwlts.com^$third-party
||mbyponflbv.bid^$third-party
||mbyrgeoizdid.com^$third-party
||mcagbtdcwklf.com^$third-party
||mcaxqvcu.com^$third-party
||mcaybfrnrqpmv.com^$third-party
||mcfdnvewqws.com^$third-party
||mcgndenytmy.com^$third-party
||mchpowtyj.com^$third-party
||mcirxbajhw.com^$third-party
||mciyblxplucm.bid^$third-party
||mcjdsooo.com^$third-party
||mclwrdzj.bid^$third-party
||mcnklvsodqqa.com^$third-party
||mcrjoftwhprkrx.bid^$third-party
||mcsnhbdil.com^$third-party
||mcuqjebym.com^$third-party
||mcvyeitc.com^$third-party
||mcwvyuifwml.bid^$third-party
||mcyopesbusomqf.com^$third-party
||mczemvlzkndplq.com^$third-party
||mczuljmdpysftg.com^$third-party
||mdagsecyvd.com^$third-party
||mdbdmbdrjaklht.bid^$third-party
||mddlhkzkntmmb.com^$third-party
||mddviuqbkwyir.bid^$third-party
||mdeaoowvqxma.com^$third-party
||mdgpupricqpmy.com^$third-party
||mdgupvvdjpafyl.bid^$third-party
||mdjtqsamfeodp.bid^$third-party
||mdlhzknv.com^$third-party
||mdmupsmel.com^$third-party
||mdpjnppsbjv.bid^$third-party
||mdpmgoitzaotk.com^$third-party
||mdrkqbsirbry.com^$third-party
||mdsrggcnmybae.bid^$third-party
||mdulmrphzsnvw.com^$third-party
||mdurqeiydegwzy.com^$third-party
||mdvrxmzofurvkm.com^$third-party
||mdxzmatcc.com^$third-party
||meagjivconqt.com^$third-party
||mecounxmawn.bid^$third-party
||mecsjjkomehyv.com^$third-party
||medyagundem.com^$third-party
||meeaowsxneps.com^$third-party
||mefozykpcwuazw.com^$third-party
||megpacokjce.bid^$third-party
||meguanha.com^$third-party
||mehcpazsnzh.com^$third-party
||meinlnim.com^$third-party
||mekmrcgtmuvv.bid^$third-party
||melfljypjydxta.com^$third-party
||melqdjqiekcv.com^$third-party
||memsyndazra.com^$third-party
||menjyhvs.bid^$third-party
||mepchnbjsrik.com^$third-party
||meucixmdhuqq.bid^$third-party
||meuxestvodec.bid^$third-party
||mexedyfzdx.bid^$third-party
||mezihrnjuc.com^$third-party
||mfdhvdwkdg.com^$third-party
||mfdmsmndqarhb.bid^$third-party
||mfeoaesafo.com^$third-party
||mffurrpzbum.com^$third-party
||mfgyyqqjpp.com^$third-party
||mfhsvkepu.com^$third-party
||mfigasff.com^$third-party
||mfiksyuanw.bid^$third-party
||mfjegjqb.com^$third-party
||mflkgrgxadij.com^$third-party
||mfmikwfdopmiusbveskwmouxvafvzurvklwyfamxlddexgrtci.com^$third-party
||mfnjkgzqhoipe.bid^$third-party
||mfpqojya.com^$third-party
||mfryftaguwuv.com^$third-party
||mftbfgcusnzl.com^$third-party
||mfuebmooizdr.com^$third-party
||mfvirwqgmck.bid^$third-party
||mfwfpucpfya.com^$third-party
||mfxjgymma.com^$third-party
||mfxxpyhzofbsg.com^$third-party
||mfxzxrveb.com^$third-party
||mgdfebwxonyfe.com^$third-party
||mgjoqdmjofl.bid^$third-party
||mgojnezwuuxyv.com^$third-party
||mgouoirpayddk.com^$third-party
||mgpejafvxxn.com^$third-party
||mgrutivnzs.com^$third-party
||mgrxsztbcfeg.com^$third-party
||mguqjbjgs.com^$third-party
||mguzayfzp.bid^$third-party
||mgwebjwpcla.bid^$third-party
||mgxjvidt.com^$third-party
||mgykxgrllcj.com^$third-party
||mgyovgqq.com^$third-party
||mgziozplbkzv.com^$third-party
||mhaafkoekzax.com^$third-party
||mhbfahukhp.bid^$third-party
||mhcttlcbkwvp.com^$third-party
||mhfivsdhbpfgk.com^$third-party
||mhfvtafbraql.com^$third-party
||mhghzpotwnoh.com^$third-party
||mhglrnhcei.com^$third-party
||mhhjdlsnji.com^$third-party
||mhhumeppcngjih.bid^$third-party
||mhmgeilfkcgov.com^$third-party
||mhprjkdh.bid^$third-party
||mhqrhqwjiuylom.bid^$third-party
||mhrfhwlqsnzf.com^$third-party
||mhuivzojiqe.com^$third-party
||mhunafpdtr.bid^$third-party
||mhwxckevqdkx.com^$third-party
||mhxnfqqruqni.bid^$third-party
||miadbbnreara.com^$third-party
||mictxtwtjigs.com^$third-party
||midkerci.bid^$third-party
||midzwwrcrril.bid^$third-party
||miegpokitjxm.com^$third-party
||mierdydkqvpgno.com^$third-party
||mihqbmugg.com^$third-party
||miisdhpqsp.bid^$third-party
||mikdvucquacd.com^$third-party
||mikkvpggxg.bid^$third-party
||miltqbfqstsf.com^$third-party
||milyolpn.bid^$third-party
||miovsibmkpy.com^$third-party
||mioxtidzcrh.com^$third-party
||miszwaojrn.com^$third-party
||mivrpcxlo.com^$third-party
||miwhonjam.com^$third-party
||mixfyfriqtatz.bid^$third-party
||mizmhwicqhprznhflygfnymqbmvwokewzlmymmvjodqlizwlrf.com^$third-party
||mjckfsgogzcd.com^$third-party
||mjkvwpabdce.com^$third-party
||mjlkhnizufhmrt.bid^$third-party
||mjquyspsrgybs.com^$third-party
||mjujcjfrgslf.com^$third-party
||mkalruavzrtmh.com^$third-party
||mkattqhvcikx.bid^$third-party
||mkbbocznt.bid^$third-party
||mkbfikaa.bid^$third-party
||mkceizyfjmmq.com^$third-party
||mkfumtmi.bid^$third-party
||mkfzovhrfrre.com^$third-party
||mkgtdofakiifqb.bid^$third-party
||mkjcjqcn.com^$third-party
||mkkappfdehkwf.com^$third-party
||mkkosxvmn.com^$third-party
||mkkxiztluu.com^$third-party
||mklplkwniazaql.bid^$third-party
||mkmxovjaijti.com^$third-party
||mkpdquuxcnhl.com^$third-party
||mkqepsxaz.bid^$third-party
||mkxgvmswfmypy.com^$third-party
||mkyzqyfschwd.com^$third-party
||mkzbpsiml.com^$third-party
||mkzllhqhsgq.com^$third-party
||mkzynqxqlcxk.com^$third-party
||mlaxgqosoawc.com^$third-party
||mlbzafthbtsl.com^$third-party
||mldsiekmhy.com^$third-party
||mlfvoqwjvbzy.bid^$third-party
||mlgrrqymdsyk.com^$third-party
||mlgtlxyicweqn.com^$third-party
||mlhpclmaba.bid^$third-party
||mlkejhpgb.bid^$third-party
||mlkqusrmsfib.com^$third-party
||mlmjxddzdazr.com^$third-party
||mlmzevmun.bid^$third-party
||mlntnugnalv.bid^$third-party
||mlnvmpmgzfk.bid^$third-party
||mlrocrzhrgbyi.bid^$third-party
||mlstoxplovkj.com^$third-party
||mlzqvrunjp.com^$third-party
||mmaigzevcfws.com^$third-party
||mmauckxrzh.com^$third-party
||mmbfmlrd.com^$third-party
||mmcltttqfkbh.com^$third-party
||mmdcibihoimt.com^$third-party
||mmdifgneivng.com^$third-party
||mmeddgjhplqy.com^$third-party
||mmesheltljyi.com^$third-party
||mmfvtvdqlwxyj.com^$third-party
||mmfzcakzcqn.bid^$third-party
||mmknsfgqxxsg.com^$third-party
||mmnridsrreyh.com^$third-party
||mmojdtejhgeg.com^$third-party
||mmoxoatieyam.bid^$third-party
||mmpcqstnkcelx.com^$third-party
||mmqsbtpmdrib.bid^$third-party
||mmsbbbki.com^$third-party
||mmsdewfvxhw.com^$third-party
||mmshbwtpx.com^$third-party
||mmvcmovwegkz.com^$third-party
||mmxbgakffqemu.com^$third-party
||mmygcnboxlam.com^$third-party
||mmyhkkzddlcqtj.bid^$third-party
||mnanijqnse.com^$third-party
||mncdrqeqimfgh.bid^$third-party
||mnetqnqpmog.bid^$third-party
||mniyaeikxozlts.bid^$third-party
||mnjgoxmx.com^$third-party
||mnkwxsjxp.bid^$third-party
||mnnanyddolwf.com^$third-party
||mnnsjudnfgalyx.com^$third-party
||mnodkuklcw.bid^$third-party
||mnqziregyq.bid^$third-party
||mnrktyxs.bid^$third-party
||mnusvlgl.com^$third-party
||mnvgyfpoir.bid^$third-party
||mnvjibhehv.com^$third-party
||mnwmcyyoxm.com^$third-party
||mnyavixcddgx.com^$third-party
||mnyawkpabrsv.com^$third-party
||mnzimonbovqs.com^$third-party
||moadlbgojatn.com^$third-party
||modkehkcihvzi.bid^$third-party
||mofrupteeuqnvc.bid^$third-party
||mofvrnbngcern.bid^$third-party
||moginhstnxswt.com^$third-party
||mogqlceldpwbxe.com^$third-party
||mogrbrydixdvmc.bid^$third-party
||mohcafpwpldi.com^$third-party
||mohqurakhwvf.com^$third-party
||mojhasmpl.com^$third-party
||moleagmeq.com^$third-party
||molqvpnnlmnb.com^$third-party
||monlscalmows.bid^$third-party
||mopvkjodhcwscyudzfqtjuwvpzpgzuwndtofzftbtpdfszeido.com^$third-party
||moquxotvyuoo.com^$third-party
||mosdqxsgjhes.com^$third-party
||mousvowpfso.com^$third-party
||mouuhrprxixwrw.com^$third-party
||moxdmkdzvkgxow.bid^$third-party
||moxvufgh.com^$third-party
||moyeluljrail.com^$third-party
||mpfzgidlxsqtyt.com^$third-party
||mpgflvbe.com^$third-party
||mphqfyhswko.bid^$third-party
||mpifsodagy.com^$third-party
||mpjitqgyr.com^$third-party
||mplxbmgukmc.com^$third-party
||mpmdostmf.com^$third-party
||mpmfdpakljrv.bid^$third-party
||mpnkfljjfjqd.bid^$third-party
||mpoboqvqhjqv.com^$third-party
||mpxxjdqpru.com^$third-party
||mpytdykvcdsg.com^$third-party
||mpzuzvqyuvbh.com^$third-party
||mqcnrhxdsbwr.com^$third-party
||mqdznyotsam.com^$third-party
||mqgvsxqc.com^$third-party
||mqhjvfeiiucga.com^$third-party
||mqjfzzgcrupfh.com^$third-party
||mqlkcicnrgpntw.bid^$third-party
||mqmbbiadhb.bid^$third-party
||mqmtjoshdvlow.com^$third-party
||mqnklgnucy.com^$third-party
||mqobpsctcxnbi.com^$third-party
||mqohsosljexz.com^$third-party
||mqphkzwlartq.com^$third-party
||mqpyllobxdrfiu.com^$third-party
||mquvqdhzgfyjl.com^$third-party
||mqvxtuzsherjx.com^$third-party
||mqwkqapsrgnt.com^$third-party
||mqyjnccou.bid^$third-party
||mqyndujv.com^$third-party
||mrdbkfyaxsig.bid^$third-party
||mrdiehhk.bid^$third-party
||mrepqeyednht.club^$third-party
||mrfveznetjtp.com^$third-party
||mrhtltayffbrgv.com^$third-party
||mrjzfzwey.com^$third-party
||mrkzgpbaapif.com^$third-party
||mrnbzzwjkusv.com^$third-party
||mrnrnyavzcatfv.com^$third-party
||mrqsuedzvrrt.com^$third-party
||mrtehsag.com^$third-party
||mrutbjvgh.com^$third-party
||mruxsxrnu.com^$third-party
||mrvzisfsrvs.bid^$third-party
||mrweekseur.com^$third-party
||mrxvgpzath.bid^$third-party
||mrzpfpgh.com^$third-party
||msbmckzmcu.com^$third-party
||msegeqxwopq.com^$third-party
||msiegurhgfyl.com^$third-party
||msigpurubzkm.com^$third-party
||msisvvxmnpm.com^$third-party
||msjpmpumsf.bid^$third-party
||msmaijsxlo.com^$third-party
||msmyjmkshh.bid^$third-party
||msoiqafieh.com^$third-party
||mspaimzv.com^$third-party
||mspgkbvxtl.com^$third-party
||mspnlttfp.com^$third-party
||msrigkqkdd.com^$third-party
||msrwoxdkffcl.com^$third-party
||mstmrspnqqevsu.com^$third-party
||msvgmziu.bid^$third-party
||mswysfgnr.com^$third-party
||msxmfyhwgkos.com^$third-party
||mszfmpseoqbu.com^$third-party
||mtbadedrhcx.bid^$third-party
||mtbnqoixmb.com^$third-party
||mtbpqzke.bid^$third-party
||mtbsdhzpikjt.com^$third-party
||mtbwqtfqnj.com^$third-party
||mtbyuuflne.com^$third-party
||mtdlcstsqt.com^$third-party
||mtfopqsufagxy.com^$third-party
||mtklywkg.com^$third-party
||mtlieuvyoikf.com^$third-party
||mtmzmcztix.com^$third-party
||mtnobdfcgylhuj.com^$third-party
||mtnreztslx.com^$third-party
||mtnysmosgmp.bid^$third-party
||mtpjldykpuhnmg.bid^$third-party
||mttyfwtvyumc.com^$third-party
||mtuorcpzomut.bid^$third-party
||mtveughs.com^$third-party
||mtyqtczr.bid^$third-party
||mtysahmkqqdo.com^$third-party
||muasoctv.com^$third-party
||mueqzsdabscd.com^$third-party
||mueyqvzw.com^$third-party
||muhexvakuawzo.com^$third-party
||mukxblrkoaaa.com^$third-party
||mumbldnn.com^$third-party
||munpprwlhric.com^$third-party
||munqaasewcla.bid^$third-party
||muoiuxfj.com^$third-party
||muoyeoyymfwwp.bid^$third-party
||muqyzjkamhpu.bid^$third-party
||musighkm.com^$third-party
||muwjxxvovtb.com^$third-party
||muxtpvixahawy.com^$third-party
||mvbemeggnodty.com^$third-party
||mvdbdtwicgw.bid^$third-party
||mvddovmyeh.bid^$third-party
||mvdnsrgolwgru.com^$third-party
||mvdqeaxrk.bid^$third-party
||mvesulbecwq.bid^$third-party
||mvjuhdjuwqtk.com^$third-party
||mvkmhjlqqjnay.bid^$third-party
||mvlcwazi.bid^$third-party
||mvncasmaxapgyk.bid^$third-party
||mvnuyjsdgle.com^$third-party
||mvnyllursi.com^$third-party
||mvotvznetuvfb.com^$third-party
||mvqinxgp.com^$third-party
||mvqzskrnrsy.com^$third-party
||mvrmyxkw.com^$third-party
||mvtunjij.bid^$third-party
||mvumhltl.com^$third-party
||mvunstblutptj.com^$third-party
||mvvecbfomk.com^$third-party
||mvvspjarye.com^$third-party
||mvxhbajzn.com^$third-party
||mvyctyji.com^$third-party
||mvyfuwczzotfe.bid^$third-party
||mvyutamcykv.com^$third-party
||mvzfgknmmkjzx.com^$third-party
||mvzmmcbxssgp.com^$third-party
||mwbhjpjscy.com^$third-party
||mwcouuxv.bid^$third-party
||mwenzdgzgez.bid^$third-party
||mwfzoumik.com^$third-party
||mwgairxva.bid^$third-party
||mwggummxeygq.com^$third-party
||mwgjoofxf.bid^$third-party
||mwhtoxix.com^$third-party
||mwlucuvbyrff.com^$third-party
||mwnhdnkevthkz.com^$third-party
||mwqkpxsrlrus.com^$third-party
||mwuiykzqwaic.com^$third-party
||mwxurdlzjbuvh.bid^$third-party
||mwztugbv.bid^$third-party
||mwzutiypqyyx.com^$third-party
||mxadtjluuv.com^$third-party
||mxctsflkxs.com^$third-party
||mxltxnomp.bid^$third-party
||mxpzslze.com^$third-party
||mxqxkljb.bid^$third-party
||mxsuikhqaggf.com^$third-party
||mxtcafifuufp.com^$third-party
||mxvvvoqbgzdq.com^$third-party
||mxxrzwibnlnmd.bid^$third-party
||mxzxeersjv.com^$third-party
||myawrthcsjc.com^$third-party
||myfebqficpi.com^$third-party
||myfrvfxqeimp.com^$third-party
||myhdpwmjabpc.bid^$third-party
||myjnlndnbhcih.com^$third-party
||mykhtesikvuz.com^$third-party
||mykpenejaaj.bid^$third-party
||mylevfpqmlt.com^$third-party
||mylhebhwgim.com^$third-party
||mylslrkbn.com^$third-party
||myogwiwjlfrngo.com^$third-party
||myqnpgfgjo.com^$third-party
||myqvhpjyd.com^$third-party
||myzsyljf.com^$third-party
||mzaugggxs.com^$third-party
||mzbetmhucxih.com^$third-party
||mzgqqjpnbez.com^$third-party
||mzguykhxnuap.com^$third-party
||mzhcaexrrl.com^$third-party
||mzhyrgyo.bid^$third-party
||mzjotkigwu.com^$third-party
||mzkhhjueazkn.com^$third-party
||mznijqwjkqadk.com^$third-party
||mznzltgotp.com^$third-party
||mzqxeqrmgzxv.com^$third-party
||mzrhjbbikqm.com^$third-party
||mzwaqcfbx.com^$third-party
||mzxexigxkb.com^$third-party
||mzzouiciajems.com^$third-party
||naaifqdqsnxtsp.com^$third-party
||naavxddd.com^$third-party
||nahixtmnmpcz.com^$third-party
||nahpewniig.com^$third-party
||nahvyfyfpffm.com^$third-party
||namjixxurjam.com^$third-party
||naohofhbprtx.com^$third-party
||napickmw.com^$third-party
||nasfrzhbqvgq.bid^$third-party
||naucmjbzmymdzr.bid^$third-party
||nawdwtocxqru.com^$third-party
||naznwrruruvf.com^$third-party
||nbbljlzbbpck.com^$third-party
||nbbvpxfxnamb.com^$third-party
||nbclkgok.bid^$third-party
||nbdvbpzgwkfgq.com^$third-party
||nbfvybpkasjs.com^$third-party
||nbhbqvfcsds.com^$third-party
||nbhubocsduzn.com^$third-party
||nbkcuewy.com^$third-party
||nbkwnsonadrb.com^$third-party
||nbmffortfyyg.com^$third-party
||nbnsioedq.com^$third-party
||nbovwgndk.bid^$third-party
||nbqbuqezie.bid^$third-party
||nbrmungojjggt.bid^$third-party
||nbrokpopimjbw.com^$third-party
||nbrwtboukesx.com^$third-party
||nbrwvrqyz.com^$third-party
||nbsmsblzow.com^$third-party
||nbvbblmksiahf.com^$third-party
||nbxfvfeanq.com^$third-party
||nbxpuziszhqz.com^$third-party
||nbylhvbswplcj.com^$third-party
||nbzionsmbgrt.com^$third-party
||ncbklawyb.bid^$third-party
||ncdxfwxijazn.com^$third-party
||nceuiwtnpyuqtn.bid^$third-party
||nchxiaxafowid.com^$third-party
||nchxvxvy.com^$third-party
||ncitwacpa.com^$third-party
||ncjjybttngffe.com^$third-party
||nclfwbnmcrci.com^$third-party
||ncoibhdzttozh.com^$third-party
||ncouqiwjjaot.com^$third-party
||ncqlobobtqc.com^$third-party
||ncruzwye.com^$third-party
||ncsirrabtlant.bid^$third-party
||ncspvnslmmbv.com^$third-party
||ncsyyeabk.com^$third-party
||ncwjhywskph.com^$third-party
||nczlhwsguwc.com^$third-party
||ndemlviibdyc.com^$third-party
||ndfegyhf.com^$third-party
||ndgmwuxzxppa.com^$third-party
||ndilzwjgblea.com^$third-party
||ndkvzncsuxgx.com^$third-party
||ndndptjtonhh.com^$third-party
||ndpegjgxzbbv.com^$third-party
||ndprxvzgy.com^$third-party
||ndpxcdodtjhfv.bid^$third-party
||ndqvlall.com^$third-party
||ndqwtlseuqjbc.com^$third-party
||ndtlcaudedxz.com^$third-party
||ndxidnvvyvwx.com^$third-party
||ndxtyryloc.com^$third-party
||neaozrrjd.com^$third-party
||neddwrmmced.bid^$third-party
||nedmppiilnld.com^$third-party
||neecnuaa.com^$third-party
||neentjsdrgsf.com^$third-party
||neevjrhxk.com^$third-party
||nefczemmdcqi.com^$third-party
||nefxtwxk.com^$third-party
||negdrvgo.com^$third-party
||nehmhyktj.bid^$third-party
||neieiqiqfepwb.com^$third-party
||nelfmgxcysd.bid^$third-party
||nelgpwiezcwynt.bid^$third-party
||nemzdfjnyqy.bid^$third-party
||neopqlhmnow.bid^$third-party
||neschaypaxkk.com^$third-party
||newnyqfgkkjht.com^$third-party
||neyenbozrfuocz.com^$third-party
||nezbumpwtdexd.com^$third-party
||nfaqnqsfhih.bid^$third-party
||nfbjwvmndabthb.com^$third-party
||nfbpcvzj.com^$third-party
||nfbpdwso.com^$third-party
||nfdntqlqrgwc.com^$third-party
||nfefwoasiq.bid^$third-party
||nfijzdjtpglk.com^$third-party
||nfkxplkiid.com^$third-party
||nfniziqm.com^$third-party
||nfnssadfhxov.com^$third-party
||nfnxvdds.com^$third-party
||nfqxehrpahqhjf.com^$third-party
||nfqxhapbtenjq.bid^$third-party
||nfrlqwjwwzri.com^$third-party
||nfsqrijauncb.com^$third-party
||nftmatxswtow.bid^$third-party
||nfuqjjlfqjixo.bid^$third-party
||nfxusyviqsnh.com^$third-party
||nfxzakrvymtuhs.com^$third-party
||nfzaustkhtkd.com^$third-party
||ngfsciiu.com^$third-party
||ngkqlfcm.com^$third-party
||nglrbsnu.com^$third-party
||ngmckvucrjbnyybvgesxozxcwpgnaljhpedttelavqmpgvfsxg.com^$third-party
||ngmhnamtzgzabg.com^$third-party
||ngmpuognxgs.com^$third-party
||ngnofhussaao.com^$third-party
||ngptxgpbdnutvi.com^$third-party
||nguooqblyjrz.com^$third-party
||ngxyswkgi.com^$third-party
||ngymzbpjnqra.com^$third-party
||nharaeklya.com^$third-party
||nhbklvpswckx.com^$third-party
||nheanvabodkw.com^$third-party
||nhkhxvnhfdkn.com^$third-party
||nhndzbmnkps.com^$third-party
||nhqmomir.com^$third-party
||niaqaltky.com^$third-party
||nicmtzkucd.com^$third-party
||nicucircvp.bid^$third-party
||nidjppokmlcx.com^$third-party
||nidksyrrrtckzj.com^$third-party
||nifyalnngdhb.com^$third-party
||nijksigqjzalcf.com^$third-party
||nikxhdrys.com^$third-party
||nimjdyknjzcp.com^$third-party
||ninxcwcwgvr.com^$third-party
||nirqmbrzplvtjr.com^$third-party
||niviemwsmiaq.com^$third-party
||nivsrtqdurhjz.com^$third-party
||niwztgetlytxv.com^$third-party
||niydbkjpz.bid^$third-party
||njcdmsgjbbbz.com^$third-party
||njcmfnnzwwuj.com^$third-party
||njeozjhyjb.com^$third-party
||njgogjkwlzroh.com^$third-party
||njjdnqhehvlzjd.bid^$third-party
||njjybqyiuotl.com^$third-party
||njlltkkaavws.com^$third-party
||njmeadll.com^$third-party
||njmztqqtigys.com^$third-party
||njrpynolojcel.com^$third-party
||njswarysemyf.bid^$third-party
||njvpulnxjzhhf.bid^$third-party
||njxjjvyim.com^$third-party
||nkbvvlhdnagkd.bid^$third-party
||nkclrxanzeossa.com^$third-party
||nkcyhqvzmzlnh.bid^$third-party
||nkfqetvgeytp.bid^$third-party
||nkfqzyqmkp.com^$third-party
||nkgvtmwdb.com^$third-party
||nkhxzhnwr.bid^$third-party
||nkjmaymezfhlf.bid^$third-party
||nkjqgapglbbkux.bid^$third-party
||nkjssnadxejm.com^$third-party
||nkkreqvurtoh.com^$third-party
||nkktfeoicbx.bid^$third-party
||nkkxgqdgnpunnr.bid^$third-party
||nklivofyjkbt.com^$third-party
||nklofbjtpfpp.bid^$third-party
||nksfmnvmngxzr.bid^$third-party
||nkxdyorwbt.com^$third-party
||nkyafqufx.com^$third-party
||nkyngrtleloc.com^$third-party
||nlcfowfz.com^$third-party
||nlduyricoemfc.bid^$third-party
||nlfqbfwbfovt.com^$third-party
||nlhayvlqar.bid^$third-party
||nlhhrkamvs.bid^$third-party
||nljpyhzkat.com^$third-party
||nllbirpx.com^$third-party
||nlljrfvbnisi.com^$third-party
||nlmzvpvvhsau.bid^$third-party
||nlnhfsmo.com^$third-party
||nlpsxhgmdywaoq.com^$third-party
||nlqfhpikbrtk.com^$third-party
||nlrhavhbkxlsl.bid^$third-party
||nlteopgkeb.com^$third-party
||nltzieywjkfb.com^$third-party
||nlujbqmtgv.com^$third-party
||nlyqwlyykvjl.com^$third-party
||nmaafswoiecv.com^$third-party
||nmayxdwzhaus.com^$third-party
||nmdvagwi.com^$third-party
||nmesbjkqkkoy.bid^$third-party
||nmfzjbyub.com^$third-party
||nmhhnyqmxgku.com^$third-party
||nmlvcxad.com^$third-party
||nmnzukxervpdnx.com^$third-party
||nmouzlbragpyp.com^$third-party
||nmpmgmldzvrmra.com^$third-party
||nmqgjoytd.com^$third-party
||nmrcieuvb.com^$third-party
||nmtikqygo.com^$third-party
||nmuwmfgdwpwb.com^$third-party
||nmvqhlengcrur.com^$third-party
||nmwzrcdzbrjj.com^$third-party
||nmxpownvqtc.bid^$third-party
||nmywwgnnkmud.com^$third-party
||nmzouxbmqghpb.bid^$third-party
||nnakekwkkh.bid^$third-party
||nnbestmblotl.com^$third-party
||nnbmyxnbyduea.bid^$third-party
||nndgxdunwvte.com^$third-party
||nngfrvcf.com^$third-party
||nngqyjabfvq.bid^$third-party
||nnhuvmftitju.com^$third-party
||nnigsvoorscmgnyobwuhrgnbcgtiicyflrtpwxsekldubasizg.com^$third-party
||nniiptyximoeus.bid^$third-party
||nnijfmocgvclcg.com^$third-party
||nnioduwnrwpq.bid^$third-party
||nnjiluslnwli.com^$third-party
||nnjumxsvpjbnb.bid^$third-party
||nnmgvixuhbqju.com^$third-party
||nnoxqfmbdv.com^$third-party
||nnpiggtivf.com^$third-party
||nnrcjzith.bid^$third-party
||nnrdntrrjf.bid^$third-party
||nnroeulsnslk.com^$third-party
||nntvphjayapz.com^$third-party
||nnulezwhvbrzwu.com^$third-party
||nnvjigagpwsh.com^$third-party
||nnvqabkpa.com^$third-party
||nnzkabsgmfjn.bid^$third-party
||nnztrsuu.com^$third-party
||nobosrekns.bid^$third-party
||nobpgppgbucy.com^$third-party
||nocwsbtdiiufa.bid^$third-party
||nodvmmtniokbz.bid^$third-party
||nofhtrsaz.com^$third-party
||nofoxnalt.com^$third-party
||nogxucpaktrya.com^$third-party
||nohsshsxpv.club^$third-party
||noiaifyednjt.com^$third-party
||nokswnfvghee.com^$third-party
||nolpjfsu.com^$third-party
||nolzqbzxiq.com^$third-party
||nomlxyhfgeny.com^$third-party
||nomzkqffqsz.com^$third-party
||nonceynp.com^$third-party
||noolablkcuyu.com^$third-party
||noonshdnkt.bid^$third-party
||normygvd.bid^$third-party
||nosdbwnd.com^$third-party
||notqlzafzch.bid^$third-party
||nouusaniebhhfv.bid^$third-party
||nouvurtqlz.bid^$third-party
||novhyaxaioxaon.com^$third-party
||nowymmrxj.com^$third-party
||noxredxaijqdb.com^$third-party
||npaclqyoqrwh.bid^$third-party
||npauffnlpgzw.com^$third-party
||npeanaixbjptsemxrcivetuusaagofdeahtrxofqpxoshduhri.com^$third-party
||npgdqwtrprfq.com^$third-party
||npikrbynhuzi.com^$third-party
||nplrzxvyrhiq.com^$third-party
||npoxaukym.com^$third-party
||nprcpjufz.bid^$third-party
||npujhntk.com^$third-party
||npuwpglke.bid^$third-party
||npzlzsxkq.bid^$third-party
||nqbhezlm.com^$third-party
||nqcqwnvazq.com^$third-party
||nqiabjxpcsea.com^$third-party
||nqkttgrapot.bid^$third-party
||nqlkwyyzzgtn.com^$third-party
||nqlrewsfmywgbx.com^$third-party
||nqmwfddfwogbhw.com^$third-party
||nqtxbweqb.com^$third-party
||nqtyrwyklcmh.com^$third-party
||nqugsnsoghz.bid^$third-party
||nqxdnmsp.com^$third-party
||nqxhehxadtswz.bid^$third-party
||nqzmtrwend.com^$third-party
||nqzmumesrbiy.com^$third-party
||nrcrbfqa.com^$third-party
||nrectoqhwdhi.com^$third-party
||nrepcbiqaasqih.bid^$third-party
||nrfltkshqgzowk.bid^$third-party
||nrgbjgui.com^$third-party
||nrgpugas.com^$third-party
||nrgqdsjqu.com^$third-party
||nrifyiemem.bid^$third-party
||nrllvmtosawfm.com^$third-party
||nrmcznhlqnx.com^$third-party
||nrszmiiwfifwlq.bid^$third-party
||nrtapaiums.com^$third-party
||nrubehhd.com^$third-party
||nrwofsfancse.bid^$third-party
||nryvxfosuiju.com^$third-party
||nrzhlsvqxbgpbn.com^$third-party
||nrzkcztiaum.bid^$third-party
||nsazelqlavtc.com^$third-party
||nsboaqyssquk.com^$third-party
||nsbugtfudztsgq.bid^$third-party
||nscjgmhyeov.com^$third-party
||nscjodfvzemwpc.bid^$third-party
||nselnhbwlm.com^$third-party
||nsfocddqbiilg.bid^$third-party
||nsgwpapi.bid^$third-party
||nsnfokcikwf.com^$third-party
||nsovwzmhl.com^$third-party
||nsqdwwwoxs.com^$third-party
||nsqitedrzv.bid^$third-party
||nstjenxcpvm.com^$third-party
||nswnseld.com^$third-party
||ntbftkhrsrh.com^$third-party
||ntduattgboduk.com^$third-party
||ntejdhcom.bid^$third-party
||nterfvetypi.bid^$third-party
||ntetguxoeuvevp.com^$third-party
||ntewqfsjum.bid^$third-party
||ntfhglciig.bid^$third-party
||ntgqcnferh.com^$third-party
||nthssedj.bid^$third-party
||nticqzrucdg.com^$third-party
||ntjcrsfvszoen.com^$third-party
||ntkuokicthbxc.com^$third-party
||ntlhrttump.com^$third-party
||ntndubuzxyfz.com^$third-party
||ntnjaxoov.com^$third-party
||ntnlawgchgds.com^$third-party
||ntnmliatmtk.com^$third-party
||ntoyqqrwrmzr.com^$third-party
||ntpawkfea.com^$third-party
||ntpmhryl.com^$third-party
||ntwhbuqmel.com^$third-party
||nuaycqtaluwha.com^$third-party
||nuayfpthqlkq.com^$third-party
||nubarwcziykx.bid^$third-party
||nubtjnopbjup.com^$third-party
||nucndowcvrugy.com^$third-party
||nucpzlpmp.bid^$third-party
||nucqkjkvppgs.com^$third-party
||nudooapfildwbz.com^$third-party
||nuhcibapynaj.bid^$third-party
||nuhwyavc.com^$third-party
||nuihcvbixjea.com^$third-party
||nuilpwatzeuvzp.com^$third-party
||numcxvlfguc.com^$third-party
||nunmnrbjrbsac.com^$third-party
||nunsbvlzuhyi.com^$third-party
||nuogahntmkid.com^$third-party
||nuowoczmvits.com^$third-party
||nupgypwxcv.com^$third-party
||nuscutsdqqcc.com^$third-party
||nushflxucofk.com^$third-party
||nutlekuainya.com^$third-party
||nuxdkxknj.com^$third-party
||nuxsmhexm.com^$third-party
||nvajxoahenwe.com^$third-party
||nvcwvcmwdjgjyu.bid^$third-party
||nvgcmeqfn.com^$third-party
||nvhzkdltdxfoax.com^$third-party
||nvjjquyylqicp.com^$third-party
||nvkkjenz.com^$third-party
||nvloygrnfe.com^$third-party
||nvmjtxnlcdqo.com^$third-party
||nvnbwkkryjqsvh.com^$third-party
||nvnvyikitffcdr.com^$third-party
||nvoepbzqtn.com^$third-party
||nvqsjdvgqnyk.com^$third-party
||nvvdtfqboy.bid^$third-party
||nvwpybcjpzohoz.bid^$third-party
||nvxzjmowusg.com^$third-party
||nvztwdkbldp.com^$third-party
||nwazehtl.com^$third-party
||nwcvzkicuo.bid^$third-party
||nwdufyamroaf.com^$third-party
||nwfdrxktftep.com^$third-party
||nwhitgovb.bid^$third-party
||nwirvhxxcsft.com^$third-party
||nwjabizlgseab.com^$third-party
||nwkwefhpjohlor.bid^$third-party
||nwooatwtmhfdh.bid^$third-party
||nwqcvbyznx.com^$third-party
||nwqgyaxazz.com^$third-party
||nwrgqhjtullyjs.com^$third-party
||nwrkyuftlnbzuh.bid^$third-party
||nwsderzo.com^$third-party
||nwwfnpxxdxjjj.bid^$third-party
||nwwiirgkuqtxwa.com^$third-party
||nwwuhiukrq.com^$third-party
||nwxtppuoeycp.com^$third-party
||nwxwaxhfg.com^$third-party
||nwyjcvbazvltas.bid^$third-party
||nwzawdquu.bid^$third-party
||nwzexkxx.com^$third-party
||nxcxithvcoeh.com^$third-party
||nxewruvxprbd.com^$third-party
||nxjlnchylgsw.com^$third-party
||nxnbbqdh.bid^$third-party
||nxnjpslufglmvp.com^$third-party
||nyaisjsghvj.bid^$third-party
||nybpurpgexoe.com^$third-party
||nycgwaknv.com^$third-party
||nychunlnlca.com^$third-party
||nycnjewyxex.com^$third-party
||nyfsjqxopdzvvm.bid^$third-party
||nyltsyud.com^$third-party
||nypmjsgpmhd.com^$third-party
||nyqogyaflmln.com^$third-party
||nyrszeos.bid^$third-party
||nyskocbhfz.com^$third-party
||nytqlenw.com^$third-party
||nyvdouydkxmaws.bid^$third-party
||nyvqazwtcwk.com^$third-party
||nywpxugigwfzb.com^$third-party
||nywuthdzdacoq.com^$third-party
||nyzncfurdrdxfi.com^$third-party
||nyzobnpbcwjwfs.com^$third-party
||nzbbsxujqlhjn.com^$third-party
||nzbtvquutdr.com^$third-party
||nzcpdaboaayv.com^$third-party
||nzkjbazl.com^$third-party
||nzssjqjv.bid^$third-party
||nzvbcznobb.com^$third-party
||nzwwrvywcfqmsq.com^$third-party
||nzxmgfawlxhm.bid^$third-party
||nzxriltfmrpl.com^$third-party
||nzyymvidnbvz.bid^$third-party
||oaadkiypttok.com^$third-party
||oabcufwk.com^$third-party
||oabmmdjlmfk.bid^$third-party
||oaibzaqh.com^$third-party
||oalicqudnfhf.com^$third-party
||oamhzvwle.com^$third-party
||oamrraft.com^$third-party
||oansiwcmc.com^$third-party
||oaogilidstvm.bid^$third-party
||oaqaxjmyuxkpm.com^$third-party
||oaqwxxjhwpyxjd.com^$third-party
||oarqgvtkco.com^$third-party
||oartozvwzv.com^$third-party
||oawleebf.com^$third-party
||oaxwtgfhsxod.com^$third-party
||oazojnwqtsaj.com^$third-party
||oazznjmbchmpdg.com^$third-party
||obczphph.com^$third-party
||obdzedcpwxk.com^$third-party
||obeeifroxtivh.com^$third-party
||obhkbdiwl.bid^$third-party
||obhlfwnatj.com^$third-party
||objyhpvxcwg.bid^$third-party
||oblbewqykouak.com^$third-party
||obnyujeibv.com^$third-party
||obodwgqr.bid^$third-party
||obpzuctfozram.com^$third-party
||obqtccxcfjmd.com^$third-party
||obrayxknu.com^$third-party
||obthqxbm.com^$third-party
||obufquwiwy.com^$third-party
||obuuyneuhfwf.com^$third-party
||obvbubmzdvom.com^$third-party
||obwvmzdb.com^$third-party
||obxffuwanefrr.bid^$third-party
||obxwnnheaixf.com^$third-party
||obynjduwh.bid^$third-party
||obyxqjgwg.com^$third-party
||ocejkjkopphj.com^$third-party
||oceuwezutqfcbx.com^$third-party
||ocfsmefzzarkmo.com^$third-party
||ocipbbphfszy.com^$third-party
||ocixtsnyxxvyaw.com^$third-party
||ockorrytznnq.bid^$third-party
||ockrsolo.bid^$third-party
||ocmvmmwctmto.bid^$third-party
||ocnjgcedhp.com^$third-party
||ocofiyymgfyxx.bid^$third-party
||ocphuciylacb.com^$third-party
||ocrwyhamhfpfc.com^$third-party
||ocssqhhlku.bid^$third-party
||ocydwjnqasrn.com^$third-party
||ocyhpouojiss.com^$third-party
||oczqdwqnvhzz.bid^$third-party
||oczvtbskwbmj.com^$third-party
||odanetrlgvunth.com^$third-party
||oddkqxakmuky.bid^$third-party
||odezwmru.com^$third-party
||odkawksnmbg.bid^$third-party
||odkpdbvdzwjsgb.bid^$third-party
||odldyhreg.bid^$third-party
||odlkdyoe.com^$third-party
||odlwjmkfmqbuus.bid^$third-party
||ododtktl.com^$third-party
||odomcrqlxulb.com^$third-party
||odpjcjreznno.com^$third-party
||odplbueosuzw.com^$third-party
||odsljzffiixm.com^$third-party
||odtcspsrhbko.com^$third-party
||odukhsymyua.com^$third-party
||odwsequjcyk.com^$third-party
||odwymewlu.com^$third-party
||odyoudvaar.bid^$third-party
||oebdarcqsqcdk.com^$third-party
||oecxrvamnvc.com^$third-party
||oeevatisopdl.com^$third-party
||oehivgounhm.com^$third-party
||oehjxqhiasrk.com^$third-party
||oeidusggzj.com^$third-party
||oeoogwkwm.bid^$third-party
||oeppesfmzlbpa.com^$third-party
||oertmxfsryji.com^$third-party
||oetwplgu.com^$third-party
||oewscpwrvoca.com^$third-party
||oexbdfnbentzd.com^$third-party
||oexupdqy.bid^$third-party
||oezgivtasc.com^$third-party
||ofajzowbwzzi.com^$third-party
||ofbqjpaamioq.com^$third-party
||ofdfinqurwpi.com^$third-party
||ofdybheqahjamq.bid^$third-party
||ofenltlzepz.com^$third-party
||ofgapiydisrw.com^$third-party
||ofghrodsrqkg.com^$third-party
||ofhwyutlckjuul.bid^$third-party
||ofjampfenbwv.com^$third-party
||ofjpzeoygigtlq.com^$third-party
||ofmeapowymywx.bid^$third-party
||ofmuojegzbxo.com^$third-party
||ofnpjpvxtjfx.com^$third-party
||ofpwdoovxs.bid^$third-party
||ofrducrisy.com^$third-party
||ofslaskeujwn.com^$third-party
||ofswhkkqpfm.com^$third-party
||ofuqmgatoli.com^$third-party
||ofuwwzlao.com^$third-party
||ofwwrgelrvx.bid^$third-party
||ofwznbbxso.com^$third-party
||ogbamfpcfac.bid^$third-party
||ogegqayudrypc.bid^$third-party
||ogisrmbhajhyam.com^$third-party
||ogjascdgq.com^$third-party
||ogkmakmofd.bid^$third-party
||ogluyourrvv.com^$third-party
||ognybevu.com^$third-party
||ogonhsbjxrxnv.bid^$third-party
||ogqbessddhezi.com^$third-party
||ogqclfvaq.com^$third-party
||ogqeedybsojr.com^$third-party
||ogqewglysfc.com^$third-party
||oguiftmya.com^$third-party
||ogulzxfxrmow.com^$third-party
||oguorftbvegb.com^$third-party
||ogvrdxjcgzst.com^$third-party
||ogwykjkqbhf.com^$third-party
||ogyhsyuhczvjg.com^$third-party
||ogzivkwjhrs.com^$third-party
||ohdoxowrbkyd.com^$third-party
||ohecnqpldvuw.com^$third-party
||ohjmzsvs.com^$third-party
||ohkoexdr.com^$third-party
||ohleiludieje.info^$third-party
||ohlpmbbiw.bid^$third-party
||ohmvrqomsitr.com^$third-party
||ohnohaijfq.com^$third-party
||ohpojzltnt.bid^$third-party
||ohprlushvz.com^$third-party
||ohrdpvkzhzbg.com^$third-party
||ohrkrzvndwitaa.com^$third-party
||ohscoczrnhzd.com^$third-party
||ohwlwlus.com^$third-party
||oiahzjhwpsokt.com^$third-party
||oicbwkyjsyxjgj.bid^$third-party
||oickwqmwerbnq.bid^$third-party
||oieeezzld.com^$third-party
||oiehcvpxfbnur.com^$third-party
||oiffrtkdgoef.com^$third-party
||oiftdobow.bid^$third-party
||oijjptnwrg.com^$third-party
||oijvjlfjjb.bid^$third-party
||oilfeswka.com^$third-party
||oimpkumntje.com^$third-party
||oinqqbzs.com^$third-party
||oipsyfnmrwir.com^$third-party
||oiramtfxzqfc.com^$third-party
||oiuilhjzqvf.bid^$third-party
||oiumoqzo.com^$third-party
||oivhkhvbqjh.bid^$third-party
||oixafvoxnmceol.com^$third-party
||oixisqtlbhygp.com^$third-party
||ojbevkqot.com^$third-party
||ojiffvsutzrx.com^$third-party
||ojjsoozoerpt.com^$third-party
||ojmkcnuur.com^$third-party
||ojmokfvfi.com^$third-party
||ojngisbfwwyp.com^$third-party
||ojntbybxh.com^$third-party
||ojsfjyekvmyb.com^$third-party
||ojsfvukuqxdx.bid^$third-party
||ojstdedb.com^$third-party
||ojtcgnyikbtg.bid^$third-party
||ojvwpiqnmecd.com^$third-party
||ojwgkxcgdhvacc.com^$third-party
||ojxzmlgl.com^$third-party
||okaeetrzjyvx.com^$third-party
||okakjbtitwh.bid^$third-party
||okasfshomqmg.com^$third-party
||okbiafbcvoqo.com^$third-party
||okcklbtuel.com^$third-party
||okdvodyejd.com^$third-party
||okffuzmscjboad.com^$third-party
||okgfvcourjeb.com^$third-party
||okgzwezcrmchk.com^$third-party
||okhbdrgv.bid^$third-party
||okiaecdkdyut.bid^$third-party
||okkytnaadhsqnb.com^$third-party
||okmuxdbq.com^$third-party
||oknmanswftcd.com^$third-party
||okoufwmfzujsf.com^$third-party
||okswjzifwg.bid^$third-party
||oktkuwjry.com^$third-party
||oktrgkmj.bid^$third-party
||okufysjjwtm.bid^$third-party
||okuprpjyc.bid^$third-party
||okvfijgdmqton.bid^$third-party
||okvmsjyrremu.com^$third-party
||okwgjbqwiibku.bid^$third-party
||okwljypglchl.com^$third-party
||okxwmzsls.bid^$third-party
||olayojplg.bid^$third-party
||olazspdsld.bid^$third-party
||olcqpdykme.com^$third-party
||olctpejrnnfh.com^$third-party
||olejgcdzgb.bid^$third-party
||olgjzpgp.com^$third-party
||oljpsldr.bid^$third-party
||olkxzkbonvau.bid^$third-party
||olkzcdihiewe.com^$third-party
||olmkmtwet.bid^$third-party
||olpcbzhvduha.bid^$third-party
||olpvmzxadjwgk.com^$third-party
||olrznxrgkym.com^$third-party
||olthlikechgq.com^$third-party
||olvqbwxucv.com^$third-party
||olwopczjfkng.com^$third-party
||olxeziuke.com^$third-party
||omakfhugexq.com^$third-party
||omcozngvtyox.com^$third-party
||ompzowzfwwfc.com^$third-party
||omqygrfokyxg.com^$third-party
||omshdahhtt.com^$third-party
||omwclrjuqilt.bid^$third-party
||omwcywwzun.com^$third-party
||omzieezywqnyxl.com^$third-party
||ongkidcasarv.com^$third-party
||onhxejzm.bid^$third-party
||onjqfyuxprnq.com^$third-party
||onkcjpgmshqx.com^$third-party
||onmnkdzpmvxfab.bid^$third-party
||onndvfcettwt.com^$third-party
||onocjgpq.com^$third-party
||onrlaqhh.com^$third-party
||onsujkfgc.bid^$third-party
||onuwbarslrii.bid^$third-party
||onvhilwrqdgd.com^$third-party
||onxxyeoyes.com^$third-party
||ooaihyyrvflmz.com^$third-party
||ooakwpvbxym.com^$third-party
||oobywbdeveuodd.com^$third-party
||oocoeevre.com^$third-party
||ooczhygehw.com^$third-party
||ooecgdeq.com^$third-party
||oofophdrkjoh.com^$third-party
||oofpjjtc.com^$third-party
||ookdapjylpvq.com^$third-party
||ookiqhfioldxwj.com^$third-party
||oonenbygymsl.com^$third-party
||ooqgpbkpmq.bid^$third-party
||ooqjqnurblp.com^$third-party
||oosdjdhqayjm.com^$third-party
||ootqfqjhzfrtn.com^$third-party
||oouggjayokzx.com^$third-party
||oougyykaeipzg.bid^$third-party
||oounzfsyxiuj.com^$third-party
||ooutqfslr.com^$third-party
||oowivxijrgbrzc.bid^$third-party
||ooyhetoodapmrjvffzpmjdqubnpevefsofghrfsvixxcbwtmrj.com^$third-party
||oozrsmpieq.com^$third-party
||opawiftgis.com^$third-party
||opbneuozwyuvpk.com^$third-party
||opcyvbwkbiaqyt.com^$third-party
||opdfugwvncf.bid^$third-party
||opdmxlsdzd.bid^$third-party
||opencdb84507.com^$third-party
||opencdb84508.com^$third-party
||opencdb84509.com^$third-party
||opflriars.com^$third-party
||opfrjkmmvqmm.com^$third-party
||ophpbseelohv.com^$third-party
||opisumqii.com^$third-party
||opjfqjlfdxup.com^$third-party
||opknogsela.bid^$third-party
||opoefqthl.bid^$third-party
||oppcgcqytazs.com^$third-party
||opyisszzoyhc.com^$third-party
||oqaghvocticy.com^$third-party
||oqfoiwjwysbffe.com^$third-party
||oqgztgtmcxfcic.com^$third-party
||oqiatejmfwelas.com^$third-party
||oqmjxcqgdghq.com^$third-party
||oqvjuqnkncom.com^$third-party
||oqvzugnitr.com^$third-party
||oqxwefyi.bid^$third-party
||oqziwmemusftg.com^$third-party
||orddiltnmmlu.com^$third-party
||orgvevacxlinrr.com^$third-party
||orgzjdgtjmvzi.bid^$third-party
||ormnduxoewtl.com^$third-party
||orsimqadmhpb.com^$third-party
||orszajhynaqr.com^$third-party
||orzsaxuicrmr.com^$third-party
||osanmeijvqh.com^$third-party
||osbblnlmwzcr.com^$third-party
||osdijxyjdn.bid^$third-party
||oseqbfjtsdz.com^$third-party
||osevrgzpsu.com^$third-party
||osewuwcdgfb.bid^$third-party
||osfipdgo.bid^$third-party
||osfxxqoy.com^$third-party
||oslzqjnh.com^$third-party
||ospjthkhtwv.com^$third-party
||ossdqciz.com^$third-party
||ostyfayab.com^$third-party
||osunrrhwhf.com^$third-party
||oszelwsbb.bid^$third-party
||otarrxci.bid^$third-party
||otcqlckpafizv.bid^$third-party
||otdgnmvw.com^$third-party
||otewxlcmkih.com^$third-party
||otfquqgqvsjof.com^$third-party
||otiqknmqyibci.com^$third-party
||otkpegjvpyi.com^$third-party
||otoxkqlivsqr.com^$third-party
||otpckmnnfm.com^$third-party
||otpyldlrygga.com^$third-party
||otqzpgagsstvth.com^$third-party
||otrfmbluvrde.com^$third-party
||otrjvabiv.bid^$third-party
||otruzjgxof.com^$third-party
||otusnijhkyihod.com^$third-party
||otuveoqm.com^$third-party
||otxjkjhugtzro.bid^$third-party
||otxqautshpb.bid^$third-party
||otyammyiovhru.com^$third-party
||ouahjrthgxyh.bid^$third-party
||ouannxwziw.bid^$third-party
||oubibahphzsz.com^$third-party
||oubriojtpnps.com^$third-party
||oucywciij.com^$third-party
||ougesqknoehod.com^$third-party
||ougfkbyllars.com^$third-party
||ouhdgmzajfaop.com^$third-party
||ouiinryhlvbgq.com^$third-party
||oulxdvvpmfcd.com^$third-party
||ounaihekw.bid^$third-party
||ounyrilukncbj.com^$third-party
||ouvhowyqhacec.bid^$third-party
||ouvtjehb.bid^$third-party
||ouytveod.com^$third-party
||ouzqwetenps.com^$third-party
||ovchjqpdh.com^$third-party
||ovckindyf.com^$third-party
||ovcksawwem.com^$third-party
||ovczxzkfkfbb.com^$third-party
||ovfbwavekglf.com^$third-party
||ovgepsxx.com^$third-party
||ovgzbnjj.com^$third-party
||ovjlgvapqhmpy.com^$third-party
||ovkihcbxsbfeo.com^$third-party
||ovmeaxabvfor.com^$third-party
||ovoczhahelca.com^$third-party
||ovqsyawrm.com^$third-party
||ovrdkhamiljt.com^$third-party
||ovvddcpjqndfv.com^$third-party
||ovzmelkxgtgf.com^$third-party
||owcdycko.com^$third-party
||owcykhrgovbvhh.bid^$third-party
||owdeuzstq.bid^$third-party
||owdligzikqqh.bid^$third-party
||owihjchxgydd.com^$third-party
||owjoflavzaerby.com^$third-party
||owlmjcogunzx.com^$third-party
||owmldgrzsc.bid^$third-party
||owodfrquhqui.com^$third-party
||owoeaicjtds.com^$third-party
||owqhtqryzggt.com^$third-party
||owqipeknkcudyi.bid^$third-party
||owqobhxvaack.com^$third-party
||owqvhdxlscv.bid^$third-party
||owrqvyeyrzhy.com^$third-party
||owwewfaxvpch.com^$third-party
||owykrhaic.com^$third-party
||oxanehlscsry.com^$third-party
||oxcpvsxgegd.com^$third-party
||oxpvwliy.com^$third-party
||oxybyiyasgu.bid^$third-party
||oxzffweyw.com^$third-party
||oyaqzikgjw.com^$third-party
||oybahnktadxjju.com^$third-party
||oyiqkjsjmmde.com^$third-party
||oyiqurfqulhuq.com^$third-party
||oylqnzunnw.com^$third-party
||oynmftlgufr.com^$third-party
||oyrgxjuvsedi.com^$third-party
||oytrrdlrovcn.com^$third-party
||oywdlsbwkklw.com^$third-party
||oyzsverimywg.com^$third-party
||oyzypkiodmhmv.com^$third-party
||ozafaszolf.com^$third-party
||ozcletvvphmy.com^$third-party
||ozhwenyohtpb.com^$third-party
||ozkwhjzmboti.com^$third-party
||ozlfzwajvxbtf.bid^$third-party
||ozmadxvtrffam.bid^$third-party
||oznuyyxtqqj.bid^$third-party
||ozoltyqcnwmu.com^$third-party
||ozpigvtnn.bid^$third-party
||ozsriqitazi.com^$third-party
||ozssctuyet.com^$third-party
||oztzipze.com^$third-party
||ozugzufdxniu.com^$third-party
||ozvncdlo.com^$third-party
||ozvzmgvssaou.com^$third-party
||ozwjhdler.com^$third-party
||ozwtmmcdglos.com^$third-party
||ozyjicurrutehe.bid^$third-party
||ozymwqsycimr.com^$third-party
||paecbeeavmopbl.com^$third-party
||paegcsvchsdlbj.com^$third-party
||pafovocg.bid^$third-party
||pagaynrbee.com^$third-party
||pajmxvlsuxyks.bid^$third-party
||palzblimzpdk.com^$third-party
||paotmlonx.com^$third-party
||paqtnspb.com^$third-party
||paruvaubxwwz.bid^$third-party
||patlgfvxkto.com^$third-party
||patuarioahzaen.bid^$third-party
||pawxrbexeylzn.com^$third-party
||paxshqxkamhkh.com^$third-party
||payrfnvfofeq.com^$third-party
||paysoxemgjqp.com^$third-party
||pazktszqpdsu.bid^$third-party
||pbbskmfo.bid^$third-party
||pbbutsvpzqza.com^$third-party
||pbcyvzvdi.bid^$third-party
||pbggemxcuosmhz.bid^$third-party
||pbhletstiooizj.com^$third-party
||pbixcuapo.com^$third-party
||pbjnssfvatrhc.com^$third-party
||pbnnsras.com^$third-party
||pbnusnsr.com^$third-party
||pbofytmakvye.com^$third-party
||pbpdgojwzfdc.com^$third-party
||pbsmzzxrmu.bid^$third-party
||pbttxbna.com^$third-party
||pbuuadgoktmz.com^$third-party
||pbyfsnjpnygyfc.com^$third-party
||pbzmmqakvzhm.com^$third-party
||pcbfhotfyuyg.com^$third-party
||pcdjvinnlhysg.com^$third-party
||pcdzsowmktz.com^$third-party
||pcebrrqydcox.com^$third-party
||pceqybrdyncq.com^$third-party
||pcfobwzmlts.com^$third-party
||pchijkkms.com^$third-party
||pckbizoed.com^$third-party
||pckhpollpp.bid^$third-party
||pcpzhtdvtcqj.com^$third-party
||pcqmqyqeswnrd.com^$third-party
||pcrhfkuwp.com^$third-party
||pcvdrjvku.bid^$third-party
||pdapmkivb.com^$third-party
||pdbaewqjyvux.com^$third-party
||pddvryclt.bid^$third-party
||pdgpekso.com^$third-party
||pdgxtdughbeks.com^$third-party
||pdidbylbwghsr.com^$third-party
||pdippmqmrkvn.com^$third-party
||pdnoucwb.com^$third-party
||pdoijgyoxcjob.com^$third-party
||pdrauqbvdgjut.bid^$third-party
||pdrvdmqcdd.com^$third-party
||pdtaqyjqwfkarz.bid^$third-party
||pdtnzykqa.com^$third-party
||pdwyzrmrnddley.com^$third-party
||pdxvgkivkc.bid^$third-party
||pdypjcgng.bid^$third-party
||pdzqwzrxlltz.com^$third-party
||pedbkepupj.bid^$third-party
||peewuranpdwo.com^$third-party
||peewuvgdcian.com^$third-party
||pegfkacjwjca.com^$third-party
||peggziuzk.bid^$third-party
||pehjaplsxbsfhs.bid^$third-party
||peivdtctdkfpyf.bid^$third-party
||pejhnrurllsq.com^$third-party
||pejtviwezfzvo.bid^$third-party
||pejtxefrrlx.com^$third-party
||pemgeccz.com^$third-party
||pennzxycrdmw.com^$third-party
||peqdwnztlzjp.com^$third-party
||perfcjlensdl.com^$third-party
||petsarlaaafru.com^$third-party
||pewdewgeehc.com^$third-party
||pewgnvqixnhvij.com^$third-party
||peypcjxllo.bid^$third-party
||peyttlwbznahi.com^$third-party
||pfdctvdgjw.com^$third-party
||pfhgihce.bid^$third-party
||pfibgoaqdzbp.com^$third-party
||pfihfdmwdsjum.com^$third-party
||pfiuzxey.com^$third-party
||pfjwtzlfaivp.com^$third-party
||pfltlwftndq.com^$third-party
||pfmoriuywsl.com^$third-party
||pfoohjpdbxt.com^$third-party
||pfpkzjwi.com^$third-party
||pfvfwielz.com^$third-party
||pfvgazngauezhk.com^$third-party
||pfxcnvjoysztb.com^$third-party
||pgfxwbgema.com^$third-party
||pgkdyhdhul.com^$third-party
||pgmqzpjoauoknj.com^$third-party
||pgndlooirt.com^$third-party
||pgnjgjiwomgdmn.com^$third-party
||pgpfdravejq.com^$third-party
||pgpszwldfpc.com^$third-party
||pgqpibyycasfvl.com^$third-party
||pgubdmshfz.bid^$third-party
||pguwtwcougzrc.bid^$third-party
||pguxoochezkc.com^$third-party
||pgxciwvwcfof.com^$third-party
||pgymbgnabv.bid^$third-party
||phfknysgvwhnr.bid^$third-party
||phhigelii.com^$third-party
||phiambczsg.com^$third-party
||phiubpdrh.com^$third-party
||phlslvetboouo.bid^$third-party
||phpjtafdqsa.com^$third-party
||phqqzdemby.bid^$third-party
||phragnmpo.com^$third-party
||phskaieua.com^$third-party
||phxwwaznm.club^$third-party
||phxwwaznm.clupsvdblzcgnjj.com^$third-party
||phyhggbk.com^$third-party
||phywyzpugswttb.com^$third-party
||pibizrfgsrkji.bid^$third-party
||pidbbdxixp.com^$third-party
||pifaojvaiofw.com^$third-party
||pifsistcwycouc.com^$third-party
||piifwkvdil.com^$third-party
||piljbvnykkt.bid^$third-party
||pimygjumeyrtxe.com^$third-party
||pingqwlxklbiev.com^$third-party
||pinlrzucbjt.com^$third-party
||pipiryiqu.com^$third-party
||piqvuvqc.com^$third-party
||pismvlkq.com^$third-party
||pitduougk.com^$third-party
||piuhqbchk.com^$third-party
||piwwplvxvqqi.com^$third-party
||pixjqfvlsqvu.com^$third-party
||piyzmkcxa.bid^$third-party
||pjbifjjtir.com^$third-party
||pjbwsczypwze.com^$third-party
||pjeledftjxfnd.com^$third-party
||pjffrqroudcp.com^$third-party
||pjfgugfnw.bid^$third-party
||pjhwhxmzefjgn.com^$third-party
||pjkbojrcraj.com^$third-party
||pjlcpzevt.bid^$third-party
||pjnkstpiz.com^$third-party
||pjnrwznmzguc.com^$third-party
||pjnudrgy.com^$third-party
||pjpgrrkegamhq.com^$third-party
||pjrlztgwix.com^$third-party
||pjszvzkfib.com^$third-party
||pjtycinmerhb.com^$third-party
||pjydgizqsldqj.bid^$third-party
||pjyuftrh.com^$third-party
||pjyxgemom.bid^$third-party
||pjzabhzetdmt.com^$third-party
||pkdzrxdn.bid^$third-party
||pkfqaxlxh.bid^$third-party
||pkirdfqe.com^$third-party
||pkitdifnkz.com^$third-party
||pkklpazhqqda.com^$third-party
||pkkuouvecratte.bid^$third-party
||pklaowdpzwflvr.com^$third-party
||pkmzxzfazpst.com^$third-party
||pknzoizczuhjvk.com^$third-party
||pkougirndckw.com^$third-party
||pkoyiqjjxhsy.com^$third-party
||pkqbgjuinhgpizxifssrtqsyxnzjxwozacnxsrxnvkrokysnhb.com^$third-party
||pkqfuffahcdbm.com^$third-party
||pkrgwlwhhsie.com^$third-party
||pktgargbhjmo.com^$third-party
||pkucwwgcnuxzo.bid^$third-party
||pkvhprfhbtft.com^$third-party
||pkxquvydrgin.com^$third-party
||pkzfmxjlkcxkub.com^$third-party
||plcsedkinoul.com^$third-party
||plgalhmhkhzy.com^$third-party
||plgdhrvzsvxp.com^$third-party
||plhvzqkkirw.com^$third-party
||pllblrapagrvn.com^$third-party
||pllregftgbgmdi.com^$third-party
||pllvsqicx.bid^$third-party
||plmuxaeyapbqxszavtsljaqvmlsuuvifznvttuuqfcxcbgqdnn.com^$third-party
||plmvsvgyaeyo.bid^$third-party
||plmythrza.com^$third-party
||plquutxxewil.com^$third-party
||plwvwvhudkuv.com^$third-party
||plxtejszb.com^$third-party
||plyftjxmrxrk.com^$third-party
||plzjcnyxcdl.com^$third-party
||pmachrxhrwkd.com^$third-party
||pmdgwnsgucy.com^$third-party
||pmecfluqpkwjg.bid^$third-party
||pmgmbpuiblak.com^$third-party
||pmiiylss.bid^$third-party
||pminnsodv.com^$third-party
||pmjnelusn.com^$third-party
||pmjwztzpuhb.com^$third-party
||pmkvqmtjniwtyl.com^$third-party
||pmlcuxqbngrl.com^$third-party
||pmohsibnim.com^$third-party
||pmoucikneuxcxy.com^$third-party
||pmpdqkjio.bid^$third-party
||pmpeylkaxooynu.bid^$third-party
||pmpgazgz.bid^$third-party
||pmwlvixdyts.com^$third-party
||pmzktktfanzem.bid^$third-party
||pnbdbvgfk.com^$third-party
||pncbscbuzss.com^$third-party
||pndiblukiqdix.bid^$third-party
||pnfdunvcgl.bid^$third-party
||pnfpithmmrxc.com^$third-party
||pnjeolgxsimj.com^$third-party
||pnkdlqeibm.com^$third-party
||pnkrtgea.com^$third-party
||pnmkuqkonlzj.com^$third-party
||pnmxoeztls.bid^$third-party
||pnobsmeio.com^$third-party
||pnrqhqixc.com^$third-party
||pnunijdm.com^$third-party
||pnuwjsilfz.bid^$third-party
||pnuymnyhbbuf.com^$third-party
||pnwhrmyit.com^$third-party
||pnzaduoelv.bid^$third-party
||pnzchguyctrsyb.com^$third-party
||poaxupoqbw.com^$third-party
||poazvacfzbed.com^$third-party
||poewhatnvxydts.com^$third-party
||pogdlwpmck.com^$third-party
||pohguiypgprqr.bid^$third-party
||poorybdbh.bid^$third-party
||pooxbpxm.com^$third-party
||popadscdn.net^$third-party
||popzkvfimbox.com^$third-party
||poqqvnychl.com^$third-party
||postrsyk.com^$third-party
||potmbbqbaqxwp.com^$third-party
||povqrvsoljy.com^$third-party
||poxcldtepiulo.com^$third-party
||poxwphidbuedh.com^$third-party
||ppbvmesssyacij.com^$third-party
||ppcpsjihmydhr.com^$third-party
||ppfpocea.com^$third-party
||ppgzokht.com^$third-party
||pphyjqna.com^$third-party
||ppikspdz.com^$third-party
||ppjjbzcxripw.com^$third-party
||pppjxzcu.bid^$third-party
||ppqahjgkui.com^$third-party
||ppqfteducvts.com^$third-party
||pprcfwhlmtagay.com^$third-party
||ppskhydfqas.bid^$third-party
||pptxpeqqcr.com^$third-party
||ppupdbeoth.bid^$third-party
||ppuuwencqopa.com^$third-party
||ppvjsmuexf.bid^$third-party
||ppvlukah.com^$third-party
||ppxoxkdpxtu.com^$third-party
||ppxrlfhsouac.com^$third-party
||ppyneidpwpepu.com^$third-party
||ppzfvypsurty.com^$third-party
||pqajjgjg.com^$third-party
||pqcjtsrnx.bid^$third-party
||pqdysthxgrpz.com^$third-party
||pqgnezcfd.bid^$third-party
||pqgslqshlj.com^$third-party
||pqjdiwqmiem.bid^$third-party
||pqkorfrurnn.com^$third-party
||pqlueojjnccebi.com^$third-party
||pqncneoumiibc.bid^$third-party
||pqowedazx.bid^$third-party
||pqoznetbeeza.com^$third-party
||pqpcgykgtyrfdh.bid^$third-party
||pqrzmcyfgbnn.bid^$third-party
||pqsfmcuzmoh.com^$third-party
||pquuiokltzjpeg.com^$third-party
||pqvwtddbpvoq.bid^$third-party
||pqwaaocbzrob.com^$third-party
||pqwbcpqqiiznu.bid^$third-party
||praeicwgzapf.com^$third-party
||prcfiopms.bid^$third-party
||prctxexizzpp.com^$third-party
||prcymjchczmbjj.com^$third-party
||prdrmcwuawjwjl.bid^$third-party
||prenvifxzjuo.com^$third-party
||prfxrfkrvzroz.com^$third-party
||prggimadscvm.com^$third-party
||prgncwamr.com^$third-party
||prjywixf.bid^$third-party
||prmvrxcn.bid^$third-party
||prncfucwvi.bid^$third-party
||prnxtmtbbqs.bid^$third-party
||prpkhpjxghhn.com^$third-party
||prqivgpcjxpp.com^$third-party
||prqqmfkedev.com^$third-party
||prrpfmrz.com^$third-party
||prsmglob.com^$third-party
||prtjzzyfi.com^$third-party
||prulogzjtyksnh.com^$third-party
||prunwxph.bid^$third-party
||prwlzpyschwi.com^$third-party
||ps7894.com^$third-party
||psbadfsth.bid^$third-party
||psborsxlcorxuq.com^$third-party
||psdnlprwclz.com^$third-party
||psehuhxpqip.bid^$third-party
||pserhnmbbwexmbjderezswultfqlamugbqzsmyxwumgqwxuerl.com^$third-party
||psgdjmtpvey.com^$third-party
||pshcqtizgdlm.com^$third-party
||psijdbcwwnqqw.com^$third-party
||pskadmzl.com^$third-party
||pskajrxx.com^$third-party
||psmlgjalddqu.com^$third-party
||psnkrefrfh.com^$third-party
||psrbrytujuxv.com^$third-party
||psvdblzcgnjj.com^$third-party
||pswlvlauz.bid^$third-party
||pswucdobdvt.com^$third-party
||psxnwzksttygfs.com^$third-party
||psxxbhheqxoy.com^$third-party
||psygnjvrd.com^$third-party
||ptarywzhyzri.com^$third-party
||ptblqwjz.com^$third-party
||ptgiweiu.com^$third-party
||ptiniretm.com^$third-party
||ptiqsfrnkmmtvtpucwzsaqonmvaprjafeerwlyhabobuvuazun.com^$third-party
||ptkgzsqf.com^$third-party
||ptkwepmv.bid^$third-party
||ptlbzqzveii.com^$third-party
||ptnaubegfbbtwe.com^$third-party
||ptoflpqqqkdk.com^$third-party
||ptqaqsagtb.bid^$third-party
||ptqwvynkyhcwo.bid^$third-party
||ptrahwwg.com^$third-party
||ptrqrnadg.com^$third-party
||ptsdnvgn.bid^$third-party
||pttjrlnydgjffv.com^$third-party
||pttmqpogyu.bid^$third-party
||ptvcfltikpdi.com^$third-party
||ptvjsyfayezb.com^$third-party
||ptwnvihnxvg.bid^$third-party
||ptxqjyqhscs.com^$third-party
||ptyezfyxcaeu.com^$third-party
||ptzbgvqpwnxg.com^$third-party
||ptzljkufu.com^$third-party
||ptzpyhhapyt.com^$third-party
||pucemara.com^$third-party
||pudptxanhspld.bid^$third-party
||pudswlbzob.bid^$third-party
||pugfgjvrivfm.bid^$third-party
||pugklldkhrfg.com^$third-party
||pugpwrqsk.bid^$third-party
||pukzrlddw.com^$third-party
||punfbtrcvfdxl.com^$third-party
||punlkhusprgw.com^$third-party
||punvqjsvnmubxb.com^$third-party
||puogotzrsvtg.com^$third-party
||pupwgnmakgpnrl.com^$third-party
||pusbamejpkxq.com^$third-party
||pusharest.com^$third-party
||puwzwbdopaeq.bid^$third-party
||pvdrlztojkd.bid^$third-party
||pviztjecuczh.com^$third-party
||pvjhglgpil.bid^$third-party
||pvoplkodbxra.com^$third-party
||pvpqgjkgvszq.com^$third-party
||pvptwhhkfmog.com^$third-party
||pvrybwoqcprogc.bid^$third-party
||pvtcntdlcdsb.com^$third-party
||pvumxwnriy.com^$third-party
||pvuqahjiburadw.com^$third-party
||pvxfvqlkclc.com^$third-party
||pwaqmmquztyne.com^$third-party
||pwdmtyzyq.com^$third-party
||pwekxhwrgpfr.com^$third-party
||pwgwqtgpx.com^$third-party
||pwhsajbcymb.bid^$third-party
||pwizshlkrpyh.com^$third-party
||pwjrvoznpsse.bid^$third-party
||pwkzakhq.com^$third-party
||pwlqrkgkk.com^$third-party
||pwrjjvjtvmr.com^$third-party
||pwsdbnngexc.bid^$third-party
||pwynoympqwgg.com^$third-party
||pwzffpolfs.bid^$third-party
||pwzjsujf.bid^$third-party
||pxarwmerpavfmomfyjwuuinxaipktnanwlkvbmuldgimposwzm.com^$third-party
||pxbugrgwy.com^$third-party
||pxcveedcuzy.com^$third-party
||pxgfvpwkukl.com^$third-party
||pxgkuwybzuqz.com^$third-party
||pxhtltatsxarl.com^$third-party
||pxiqcfkbxof.com^$third-party
||pxjmdtryd.com^$third-party
||pxjttrrk.com^$third-party
||pxktkwmrribg.com^$third-party
||pxlcadvpqd.com^$third-party
||pxlijblevbp.bid^$third-party
||pxlqyrteuuh.com^$third-party
||pxphhwnmwuey.com^$third-party
||pxpndcfntwb.com^$third-party
||pxthyfgzm.com^$third-party
||pxvnhcdzuozqn.com^$third-party
||pxzacgmr.com^$third-party
||pycvhwxtqhknb.com^$third-party
||pydpcqjenhjx.com^$third-party
||pyfmxzhrnivq.com^$third-party
||pyhtclpgzbe.com^$third-party
||pyjjxogzlzcxii.bid^$third-party
||pykexoeeibq.com^$third-party
||pyllxjfkjhpjbq.com^$third-party
||pypkrvtepsha.com^$third-party
||pyqwtxicjodcij.com^$third-party
||pyscgael.bid^$third-party
||pyubjvvdsrja.com^$third-party
||pyzkbxspoon.com^$third-party
||pzbqocjaphp.com^$third-party
||pzcpotzdkfyn.com^$third-party
||pzfittkdqrrsa.com^$third-party
||pzgchrjikhfyueumavkqiccvsdqhdjpljgwhbcobsnjrjfidpq.com^$third-party
||pzjdrhrlzdli.com^$third-party
||pzkpyzgqvofi.com^$third-party
||pzkqiwezugsucg.com^$third-party
||pznxzeflhuad.com^$third-party
||pzopzjlhqbkgnp.com^$third-party
||pzowsxuko.com^$third-party
||pzpdxayohfdc.com^$third-party
||pzpotdmpv.com^$third-party
||pzpwjawqbmei.com^$third-party
||pzszpntjlz.com^$third-party
||pzujqxug.com^$third-party
||pzzmqjrp.com^$third-party
||qaazzemfo.com^$third-party
||qabmhhrfi.bid^$third-party
||qadtkdlqlemf.com^$third-party
||qagnufdwht.com^$third-party
||qahajvkyfjpg.com^$third-party
||qaiqromd.com^$third-party
||qairctxn.com^$third-party
||qaizylhmcxv.com^$third-party
||qajaohrcbpkd.com^$third-party
||qajjyxsifzfe.com^$third-party
||qanzlmrnxxne.com^$third-party
||qapriesencloq.bid^$third-party
||qarqyhfwient.com^$third-party
||qatuwjyyc.com^$third-party
||qavqnwwlxh.bid^$third-party
||qawaqcurthru.com^$third-party
||qaxtgbdxjpibc.com^$third-party
||qazzzxwynmot.com^$third-party
||qbahsvxo.com^$third-party
||qbalehgc.com^$third-party
||qbdgnjwaknl.bid^$third-party
||qbfibmzxaqtfi.com^$third-party
||qbfvwovkuewm.com^$third-party
||qbhcfxxivcdfm.com^$third-party
||qbjnwjtbfrxceq.com^$third-party
||qbldzsktv.com^$third-party
||qblpxxcjusgmq.bid^$third-party
||qblttqtvn.bid^$third-party
||qbpawthj.com^$third-party
||qbpuavqlsu.com^$third-party
||qbsanzpkfj.com^$third-party
||qbsiawmlm.bid^$third-party
||qbsrhrhnybwox.com^$third-party
||qbtfmtuixtmep.com^$third-party
||qbttelbrupkss.com^$third-party
||qbvwcrtsyur.bid^$third-party
||qbwjddqa.com^$third-party
||qbywtukryaqpp.bid^$third-party
||qbyzytmymz.bid^$third-party
||qcaejiouuvgk.com^$third-party
||qceixjlqe.com^$third-party
||qcexplnqbrral.com^$third-party
||qcjphhqwl.com^$third-party
||qclnagolz.com^$third-party
||qclxheddcepf.com^$third-party
||qcmukkhbyg.com^$third-party
||qcnrblgdonypg.com^$third-party
||qcogokgclksa.com^$third-party
||qcopnsmjo.bid^$third-party
||qcpegxszbgjm.com^$third-party
||qcpexkxxyx.bid^$third-party
||qcrvwgsfz.com^$third-party
||qcsjgzxqcyhv.com^$third-party
||qctltbnn.com^$third-party
||qcxhpohiwawnmo.bid^$third-party
||qcyqimny.com^$third-party
||qczvjjdbaj.com^$third-party
||qdajmhpwzdmaji.com^$third-party
||qdcoqejn.com^$third-party
||qddgbaux.com^$third-party
||qddviluvoq.com^$third-party
||qdgpsfmg.com^$third-party
||qdjnwlrjllti.com^$third-party
||qdksdycvbv.com^$third-party
||qdlhprdtwhvgxuzklovisrdbkhptpfarrbcmtrxbzlvhygqisv.com^$third-party
||qdmpxonl.com^$third-party
||qdpbtrwvmioo.bid^$third-party
||qdpxpnmh.com^$third-party
||qdqhseenooz.bid^$third-party
||qduijsyonrmfke.com^$third-party
||qdykmiarpuph.com^$third-party
||qdzhsgwj.bid^$third-party
||qedgufui.bid^$third-party
||qeembhyfvjtq.com^$third-party
||qefjdsfny.bid^$third-party
||qefyaspzyhcb.com^$third-party
||qegndwekwc.com^$third-party
||qeivncvk.com^$third-party
||qekmxaimxkok.com^$third-party
||qelbvlacy.com^$third-party
||qenafbvgmoci.com^$third-party
||qenprsuoashu.com^$third-party
||qeobhjit.com^$third-party
||qeqsibev.com^$third-party
||qerlbvqwsqtb.com^$third-party
||qerlrppx.com^$third-party
||qeuggztcqmashg.bid^$third-party
||qevfmwciyp.bid^$third-party
||qevivcixnngf.com^$third-party
||qevkdmgcv.bid^$third-party
||qevmzohvwxesrd.com^$third-party
||qevqecdfqwp.bid^$third-party
||qexegqtytk.bid^$third-party
||qexnxaczl.bid^$third-party
||qezcdxxskinzi.com^$third-party
||qfcsljgckvpz.com^$third-party
||qfedsccxccfzut.com^$third-party
||qfeorrrf.com^$third-party
||qfgcmddmwrrkmj.bid^$third-party
||qfhjthejwvgm.com^$third-party
||qfijmgalopofbj.com^$third-party
||qfkvnnzcyanwqo.com^$third-party
||qflhwgqkegsojx.com^$third-party
||qfmbgvgvauvt.com^$third-party
||qfmcpclzunze.com^$third-party
||qfmkufzloxy.bid^$third-party
||qfpqfdbjyjmvv.com^$third-party
||qfpqmxkiwh.com^$third-party
||qfqihvhm.bid^$third-party
||qfqseouk.bid^$third-party
||qfqtufbrfdpbw.com^$third-party
||qfrhhvbfofbt.com^$third-party
||qfrpehkvqtyj.com^$third-party
||qfsutura.com^$third-party
||qfubwupddefjw.com^$third-party
||qfypbqbumu.com^$third-party
||qfzhppwfkenbmv.bid^$third-party
||qgawivqfotfyrw.com^$third-party
||qgbjchbl.com^$third-party
||qgcliwoxgdptz.com^$third-party
||qgdqujzzs.com^$third-party
||qgeglsnoxk.com^$third-party
||qgevavwyafjf.com^$third-party
||qgggccolqyi.bid^$third-party
||qghirkrh.bid^$third-party
||qghsnamd.bid^$third-party
||qgiumuzmxj.com^$third-party
||qgjllgijf.bid^$third-party
||qgmrchjuqro.bid^$third-party
||qgnakeddgtdw.com^$third-party
||qgpmtdrm.com^$third-party
||qgraprebabxo.com^$third-party
||qgrycwxbn.com^$third-party
||qgslgwfxar.com^$third-party
||qgtbxtex.com^$third-party
||qguirbzulwmdm.bid^$third-party
||qgwazwmlx.com^$third-party
||qgxrmkbzpm.com^$third-party
||qhaavcekkhckzi.com^$third-party
||qhdjyxcggzkm.com^$third-party
||qhiupkza.bid^$third-party
||qhkfgjoyinllld.com^$third-party
||qhlwqzntlwvbf.bid^$third-party
||qhlzkkwb.com^$third-party
||qhpjexftk.com^$third-party
||qhpwanmnbvkiio.com^$third-party
||qhpwqremdlclpk.com^$third-party
||qhqofqeivtno.com^$third-party
||qhqrtjgsnu.com^$third-party
||qhrdwjummidz.bid^$third-party
||qhtttixovmuszx.bid^$third-party
||qhuktypo.com^$third-party
||qhxpdoipj.com^$third-party
||qhzvvwblzrjc.com^$third-party
||qicggmagur.com^$third-party
||qidkcvmr.com^$third-party
||qidtjujkejbaal.bid^$third-party
||qihdhscaydlk.bid^$third-party
||qijffgqsbkii.com^$third-party
||qiktwikahncl.com^$third-party
||qinsmmxvacuh.com^$third-party
||qinytcise.com^$third-party
||qiqrguvdhcux.com^$third-party
||qiremmtynkae.com^$third-party
||qirkwipiamqsi.com^$third-party
||qirnhdcywjnd.com^$third-party
||qithimsuejs.com^$third-party
||qitumxisyt.com^$third-party
||qitwoxzibesak.com^$third-party
||qiurgfxexsmp.com^$third-party
||qixlpaaeaspr.com^$third-party
||qiypdctaqiv.com^$third-party
||qiytksjydjmt.bid^$third-party
||qjaunokfxqi.bid^$third-party
||qjawhmlgsosg.bid^$third-party
||qjdgrcupkaqvqe.bid^$third-party
||qjgqelsvt.com^$third-party
||qjgrrysppkqrbl.bid^$third-party
||qjlgyiuesk.com^$third-party
||qjmearsroiyn.com^$third-party
||qjmkidiwbndolx.com^$third-party
||qjmrqglqxlodj.bid^$third-party
||qjobvxqp.com^$third-party
||qjoqfapllsbtw.bid^$third-party
||qjpxalhvenbt.com^$third-party
||qjskosdsxanp.com^$third-party
||qjttowndvet.com^$third-party
||qjuzjpkihvya.com^$third-party
||qjvullwjz.com^$third-party
||qjvzbfym.com^$third-party
||qjwanedlhedm.com^$third-party
||qjwkyhlxa.com^$third-party
||qkarmotdhhgeuy.com^$third-party
||qkdywnhtmpgc.com^$third-party
||qkfhfuua.com^$third-party
||qkfqyqczawyb.com^$third-party
||qkjltxihv.com^$third-party
||qklhtphiphni.com^$third-party
||qklkjqllykqost.com^$third-party
||qkmvpyujof.com^$third-party
||qknfsqxxm.com^$third-party
||qknuubmfneib.com^$third-party
||qkpwdakgxynv.com^$third-party
||qksihowyv.com^$third-party
||qkuprxbmkeqp.com^$third-party
||qkwbygfsbfmj.com^$third-party
||qkyzjwhyeh.com^$third-party
||qlatsfeyg.com^$third-party
||qlgeofwhy.bid^$third-party
||qljczwei.com^$third-party
||qlmgmgvmiepsb.com^$third-party
||qlmygsvk.com^$third-party
||qlqscuseoyrdv.com^$third-party
||qlqvzzcaxto.com^$third-party
||qlugrmjsncbe.com^$third-party
||qluowqzbbukldb.bid^$third-party
||qlvgvehwzj.com^$third-party
||qlvtfnfxwcq.bid^$third-party
||qlwtdkiuvwpqt.com^$third-party
||qlxwtwasgmdf.com^$third-party
||qlyfjtkl.com^$third-party
||qmamdjtoykgl.com^$third-party
||qmiiqzfk.com^$third-party
||qmisgnkw.bid^$third-party
||qmjjvpoqhb.com^$third-party
||qmmdvzsebi.com^$third-party
||qmotkiltrim.com^$third-party
||qmouzhzz.com^$third-party
||qmxpttxjv.com^$third-party
||qndqwtrwguhv.com^$third-party
||qnfarzjp.bid^$third-party
||qnfpskgtzkw.com^$third-party
||qnhwhedcrzeodd.com^$third-party
||qnieefmaaqi.bid^$third-party
||qnjdtefk.com^$third-party
||qnjxxbvgfgz.bid^$third-party
||qnpolbme.com^$third-party
||qnqrmqwehcpa.com^$third-party
||qnrzdwhlsd.com^$third-party
||qnsdwkjctkso.com^$third-party
||qnssgaxxcpvwro.bid^$third-party
||qnugsbuo.com^$third-party
||qnvdwezdshagls.bid^$third-party
||qnzelsgj.com^$third-party
||qnzztgwd.bid^$third-party
||qoapuppy.com^$third-party
||qoayrejue.com^$third-party
||qoeplhvlr.bid^$third-party
||qofzhmbqa.com^$third-party
||qogsjvkaoe.com^$third-party
||qohoikvwwj.com^$third-party
||qoiagrfbmquek.com^$third-party
||qoiowocphgjm.com^$third-party
||qolnnepubuyz.com^$third-party
||qolrlwwirf.com^$third-party
||qopqudzeaywc.com^$third-party
||qosrridifvsr.com^$third-party
||qotuhsvlqlpnfd.com^$third-party
||qotwtnckqrke.com^$third-party
||qouiruhpxoa.com^$third-party
||qovfvxbl.bid^$third-party
||qowmqduocv.com^$third-party
||qoxalhnndufp.bid^$third-party
||qoxcijqqkyeob.com^$third-party
||qoxsriddwmqx.com^$third-party
||qoyagwzholjofg.com^$third-party
||qpbaammdcwu.com^$third-party
||qpcyafunjtir.com^$third-party
||qpeczlqvv.com^$third-party
||qpfzpcsknvt.com^$third-party
||qpganepbkw.com^$third-party
||qpianhkxxuc.com^$third-party
||qpiyjprptazz.com^$third-party
||qpjowolqlpg.com^$third-party
||qpjrrhbfglrly.com^$third-party
||qpkyqrafgsacm.com^$third-party
||qplcqdbiob.com^$third-party
||qpljfpwdpk.com^$third-party
||qpmswrurt.com^$third-party
||qpodgrwu.bid^$third-party
||qpppobrqizen.com^$third-party
||qpqnbnsnosdss.com^$third-party
||qpshvivbqpz.com^$third-party
||qpttmgdofkkya.bid^$third-party
||qqablora.com^$third-party
||qqapezviufsh.com^$third-party
||qqbwymba.com^$third-party
||qqbyfhlctzty.com^$third-party
||qqcbzxwzpmzdcd.com^$third-party
||qqcjvbsd.com^$third-party
||qqdnhrkjtmv.bid^$third-party
||qqfrciwnc.bid^$third-party
||qqgtevtjnpwd.com^$third-party
||qqkxrlzaaul.com^$third-party
||qqoncxkrkc.bid^$third-party
||qqrkutrsg.com^$third-party
||qqrwncvoig.bid^$third-party
||qqtqicbvrwg.com^$third-party
||qquncjiru.bid^$third-party
||qquwjmmgtmle.com^$third-party
||qqvatwaqtzgp.com^$third-party
||qqylzyrqnewl.com^$third-party
||qqztmozc.bid^$third-party
||qrcsppwzjryh.com^$third-party
||qrecxvdoewmztq.com^$third-party
||qregqtqtuisj.com^$third-party
||qriasmotw.bid^$third-party
||qrirkdzdxtxc.com^$third-party
||qrjvglpkpl.bid^$third-party
||qrkiykgbk.com^$third-party
||qrklxapy.bid^$third-party
||qrksjrjppkam.com^$third-party
||qrlmvqlxh.com^$third-party
||qrocxwig.bid^$third-party
||qrozsnmc.com^$third-party
||qrpbogawdr.bid^$third-party
||qrqmchbp.bid^$third-party
||qrwlerqenp.com^$third-party
||qryllyykezxh.bid^$third-party
||qryuumwmiupy.com^$third-party
||qrzcenqja.bid^$third-party
||qsaujwwquyks.bid^$third-party
||qscefywopqfkm.com^$third-party
||qsdqpvkuglq.com^$third-party
||qsfckfyv.com^$third-party
||qsfgszjm.com^$third-party
||qsfogpmciyl.com^$third-party
||qsgiqllpfthg.com^$third-party
||qsgsfnixw.com^$third-party
||qshsaocjet.com^$third-party
||qsknevegg.bid^$third-party
||qsnzncerqgack.com^$third-party
||qsoetgedlgyhyz.com^$third-party
||qsrekvpnu.bid^$third-party
||qstwmmuukimz.bid^$third-party
||qsxggbsthsk.bid^$third-party
||qtahsbgdqbu.com^$third-party
||qtavukgrtgk.com^$third-party
||qtbvatpkwxq.com^$third-party
||qtczaglj.bid^$third-party
||qteoslcm.bid^$third-party
||qtgarolvaigptk.com^$third-party
||qtiyntsp.com^$third-party
||qtjafpcpmcri.com^$third-party
||qtjxalkllc.com^$third-party
||qtkluwmebrtbrt.com^$third-party
||qtpmvoqqzrn.com^$third-party
||qtsmzrnccnwz.com^$third-party
||qtsyxyakun.com^$third-party
||qttmjwno.com^$third-party
||qtuckpvttvikd.com^$third-party
||qtvnesozf.com^$third-party
||qtwadryxicx.com^$third-party
||qtxihhkvln.com^$third-party
||qtywrdgxid.com^$third-party
||qtzjozseyxskxw.bid^$third-party
||quaizzywzluk.com^$third-party
||quazhzeih.com^$third-party
||quckoemdypxoiq.bid^$third-party
||qudpdpkxffzt.com^$third-party
||qufyihvx.com^$third-party
||qugqgrtyccrlq.bid^$third-party
||quhlryzpyyion.com^$third-party
||quhpkwtljkvedc.com^$third-party
||qukqptxilr.com^$third-party
||qulsqiqrev.com^$third-party
||qumzxkpexf.com^$third-party
||qunnvfhdgfm.com^$third-party
||qupiinlyjuf.com^$third-party
||qupycbhfvqtj.bid^$third-party
||quqyiobevrc.com^$third-party
||qurhdjkms.com^$third-party
||quyxxofx.com^$third-party
||qveoxhidesgy.bid^$third-party
||qveuxmbhbhmg.com^$third-party
||qvgjqhfnbdeur.com^$third-party
||qvilmdus.com^$third-party
||qvivzreleolawc.com^$third-party
||qvovzakydfvi.bid^$third-party
||qvqqvistxqvy.bid^$third-party
||qvrfxlskqr.com^$third-party
||qvsbroqoaggw.com^$third-party
||qvsogqqd.com^$third-party
||qvsshkcr.com^$third-party
||qvxgghoisvifyu.bid^$third-party
||qwbnzilogwdc.com^$third-party
||qweewmtey.com^$third-party
||qwfwimquecfw.bid^$third-party
||qwgafzaujn.bid^$third-party
||qwhkndqqxxbq.com^$third-party
||qwittqgogiip.com^$third-party
||qwlckbrwxizg.com^$third-party
||qwqqliynxufj.com^$third-party
||qwrkigqtgygc.com^$third-party
||qwtuviguywtza.bid^$third-party
||qwuejlmct.com^$third-party
||qwuexgqmua.com^$third-party
||qwufihkhgxphq.com^$third-party
||qwuxwxdr.com^$third-party
||qwvktoqxqum.bid^$third-party
||qwyzzghouu.com^$third-party
||qwzhaqtbiygid.com^$third-party
||qxamtnrwxjyy.com^$third-party
||qxbnmdjmymqa.com^$third-party
||qxboqjnmxv.com^$third-party
||qxcibgzsxegxc.com^$third-party
||qxdmmuwiz.bid^$third-party
||qxekuavasuzgfc.com^$third-party
||qxfzgftkfgukkp.com^$third-party
||qxgoedqwr.bid^$third-party
||qxmecqgzrgdh.com^$third-party
||qxnniyuuaxhv.com^$third-party
||qxphrauujms.com^$third-party
||qxqtejyqkypfz.bid^$third-party
||qxvnvbkcm.com^$third-party
||qxxyzmukttyp.com^$third-party
||qxykytqzwagqj.com^$third-party
||qybzvfvqzpmxpu.com^$third-party
||qycxhqkddcc.com^$third-party
||qydpcilzljej.bid^$third-party
||qydylxmzlnqw.com^$third-party
||qydzycrxlkdlin.com^$third-party
||qyfunsvmtudozq.com^$third-party
||qyghwcrjaw.bid^$third-party
||qyifxakawscsyd.com^$third-party
||qyiiudex.com^$third-party
||qyillxuyjdlmh.com^$third-party
||qykxbnflqvjxvk.com^$third-party
||qynohttywcws.bid^$third-party
||qyqbslpprlph.com^$third-party
||qyqvfjvbzosz.com^$third-party
||qyrzcsoaey.com^$third-party
||qysextrlhpoc.bid^$third-party
||qytabshszekf.com^$third-party
||qytuwxcozbk.com^$third-party
||qyvebeos.com^$third-party
||qyvpgddwqynp.com^$third-party
||qywpsotvagapji.com^$third-party
||qyzoejyqbqyd.com^$third-party
||qzaahtgpnb.com^$third-party
||qzadueyzyto.bid^$third-party
||qzayyghs.bid^$third-party
||qzbnokxxvvpwf.com^$third-party
||qzcpotzdkfyn.com^$third-party
||qzdexbmyq.com^$third-party
||qzfnuwdc.com^$third-party
||qzhaqsxb.com^$third-party
||qzismxssqf.com^$third-party
||qzizjjyvsa.com^$third-party
||qzpxhebrm.com^$third-party
||qzpzspna.bid^$third-party
||qzwhzahnieipgz.com^$third-party
||qzxtbsnaebfw.com^$third-party
||qzzepglnyaufi.com^$third-party
||rabjkklvegagrn.com^$third-party
||radbtqjfp.bid^$third-party
||rafvxnikmn.bid^$third-party
||rafymfnvvzqlp.com^$third-party
||ragbsvbvndovac.com^$third-party
||rahvoujjgmtvft.com^$third-party
||raiybbvwefbcji.bid^$third-party
||rakdtijwj.com^$third-party
||ralyqgglrbgrd.bid^$third-party
||ranqpbnd.com^$third-party
||raossycpodtr.bid^$third-party
||raqucjjblu.com^$third-party
||raqueocznwden.bid^$third-party
||rascnezpxpe.com^$third-party
||rasittlbpwnbys.com^$third-party
||raspiadkwcecz.com^$third-party
||rawybznxrp.bid^$third-party
||raxlextehqhw.com^$third-party
||rbayzoamcrdg.com^$third-party
||rbbesmzvokpste.com^$third-party
||rbbkqlnnmus.bid^$third-party
||rbdmtydtobai.com^$third-party
||rbefggthfx.com^$third-party
||rbfgsoanxw.com^$third-party
||rbfxurlfctsz.com^$third-party
||rbgrlqsepeds.com^$third-party
||rbhhjxsomzq.com^$third-party
||rbhwkfnxhqnri.com^$third-party
||rbmijhdvh.com^$third-party
||rbmjeyiyazcpe.com^$third-party
||rbnicxyh.bid^$third-party
||rbnjngtbpwbk.com^$third-party
||rbnpljzf.bid^$third-party
||rbppnzuxoatx.com^$third-party
||rbrbvedkazkr.com^$third-party
||rbrnmvfiambn.bid^$third-party
||rbrpamcygqplm.com^$third-party
||rbrxrcikro.com^$third-party
||rbsfglbipyfs.com^$third-party
||rbtpsbtzh.com^$third-party
||rbtqofrkiixz.com^$third-party
||rbuowrinsjsx.com^$third-party
||rbvfibdsouqz.com^$third-party
||rbyjirwjbibz.com^$third-party
||rcappkszvgwxx.com^$third-party
||rcdmxfpefz.bid^$third-party
||rcemsoiyil.com^$third-party
||rcjthosmxldl.com^$third-party
||rckpwmhqz.com^$third-party
||rckxwyowygef.com^$third-party
||rcnbjxcrkn.bid^$third-party
||rcnkflgtxspr.com^$third-party
||rcqyocxmmkais.bid^$third-party
||rcscaxhjmm.com^$third-party
||rcsumbkoyens.bid^$third-party
||rctanilirwefr.bid^$third-party
||rcudacimrqdlk.com^$third-party
||rcumwyqkv.com^$third-party
||rcvhzfcnja.com^$third-party
||rcwczstm.com^$third-party
||rcwmtskwtmzh.com^$third-party
||rczagufykvpw.com^$third-party
||rdfpnzisjyiwtu.com^$third-party
||rdgsjybsyjj.com^$third-party
||rdikvendxamg.com^$third-party
||rdizmyst.com^$third-party
||rdkcwothcygu.bid^$third-party
||rdkdexupxcfs.com^$third-party
||rdlynbosndvx.com^$third-party
||rdmccvanlx.bid^$third-party
||rdoovrzqazvpgv.com^$third-party
||rdooybwcuyg.com^$third-party
||rdpqiqlirf.com^$third-party
||rdqyasdstllr.com^$third-party
||rdrkxlmlqpqns.com^$third-party
||rdthuvynnwgind.com^$third-party
||rdvrxbxwxspxd.com^$third-party
||rdwcvesg.com^$third-party
||rdwfotuyp.bid^$third-party
||rdzxpvbveezdkcyustcomuhczsbvteccejkdkfepouuhxpxtmy.com^$third-party
||realnwspfbumn.com^$third-party
||reebinbxhlva.com^$third-party
||refatxhcuu.com^$third-party
||regbigltd.bid^$third-party
||regqrfuvncqcm.com^$third-party
||reiqwxxd.com^$third-party
||rejbqhagczm.com^$third-party
||relnocyyxhpjb.com^$third-party
||repefwairfkx.com^$third-party
||rereghpaz.com^$third-party
||rertazmgduxp.com^$third-party
||reszkzmyzceve.com^$third-party
||revqwsjtu.com^$third-party
||rezbzvrbemeb.bid^$third-party
||rezfubngrzdet.bid^$third-party
||reztksclx.com^$third-party
||rfazgqrdic.com^$third-party
||rfbmtfebfcwlgo.com^$third-party
||rfbrceyxthpj.bid^$third-party
||rfcsmdodviqhn.com^$third-party
||rfcxwidka.com^$third-party
||rfdujczogfnc.com^$third-party
||rfebbtvbojc.com^$third-party
||rfecjuzp.bid^$third-party
||rffjopgiuhsx.com^$third-party
||rffqzbqqmuhaomjpwatukocrykmesssfdhpjuoptovsthbsswd.com^$third-party
||rfghdzcbpogph.com^$third-party
||rfgldefouazmj.com^$third-party
||rfgodfdf.bid^$third-party
||rfheugyfwfffne.bid^$third-party
||rfigzjkp.bid^$third-party
||rfmbvlaphdud.com^$third-party
||rfmtxdjulpdb.com^$third-party
||rfnzncprr.bid^$third-party
||rfozndpggjvlm.bid^$third-party
||rfpnlsbbu.com^$third-party
||rfrsnqen.com^$third-party
||rfsfpomom.com^$third-party
||rfvicvayyfsp.com^$third-party
||rfvilsmvo.bid^$third-party
||rfvnhjnnkifyx.com^$third-party
||rfyphhvcczyq.com^$third-party
||rgahmllbgubakm.com^$third-party
||rgbeppxd.bid^$third-party
||rgegqcdakbe.com^$third-party
||rgejlqtlr.com^$third-party
||rgipgfcafnvnx.com^$third-party
||rgmgocplioed.com^$third-party
||rgsogoedxqkcz.bid^$third-party
||rgttoipdr.com^$third-party
||rgvrddwoccsgn.com^$third-party
||rgwaskums.com^$third-party
||rgzhrokl.bid^$third-party
||rgzpseubgxho.com^$third-party
||rgztepyoefvm.com^$third-party
||rhfntvnbxfxu.com^$third-party
||rhfvzboqkjfmabakkxggqdmulrsxmisvuzqijzvysbcgyycwfk.com^$third-party
||rhhhbdhxpmrral.bid^$third-party
||rhkwkqznmovfl.bid^$third-party
||rhmyiplqmuupmf.com^$third-party
||rhpwhkwzhpy.bid^$third-party
||rhqkduodhizrr.com^$third-party
||rhqrfnkngrhrha.com^$third-party
||rhvgtmgkahm.com^$third-party
||rhypgggd.com^$third-party
||rhzpcnueogbexb.com^$third-party
||riaetcuycxjz.com^$third-party
||riaxuuidsnws.bid^$third-party
||rieyjzuyhigobg.bid^$third-party
||rifwhwdsqvgw.com^$third-party
||rigoczly.com^$third-party
||rigybdgiubwqg.com^$third-party
||rihzsedipaqq.com^$third-party
||rijadpczqbdsvb.com^$third-party
||rikazsjaezda.bid^$third-party
||rimvtigoyajas.com^$third-party
||rinukkvp.bid^$third-party
||risvrteprhufnk.bid^$third-party
||ritjefajkl.bid^$third-party
||ritvtdtnxkbzb.bid^$third-party
||riwdydttgbczku.com^$third-party
||riwjpbpvkl.com^$third-party
||rixpjpjl.com^$third-party
||rixxvqexdlgrl.com^$third-party
||rjeksrigwzm.com^$third-party
||rjeysspqsslf.com^$third-party
||rjinaqlvwkhox.bid^$third-party
||rjirxadtq.com^$third-party
||rjkfuvqwk.bid^$third-party
||rjkifyqbuwh.com^$third-party
||rjlebzex.com^$third-party
||rjljndfgnkcu.com^$third-party
||rjncckyoyvtu.com^$third-party
||rjnkpqax.com^$third-party
||rjnqbphb.com^$third-party
||rjpqbishujeu.com^$third-party
||rjszckwlctpup.com^$third-party
||rjtcrxzd.com^$third-party
||rjveitlz.com^$third-party
||rjwdhpxdrufbcg.com^$third-party
||rjxspgol.com^$third-party
||rjyihkorkewq.com^$third-party
||rkaxivxdtws.com^$third-party
||rkbjbtxhdi.bid^$third-party
||rkbldvgcjebh.com^$third-party
||rkbndiwznhul.com^$third-party
||rkcemktaasoxew.com^$third-party
||rkcmyzxubyziek.com^$third-party
||rkcxzwlkk.com^$third-party
||rkczvumivvb.com^$third-party
||rkelvtnnhofl.com^$third-party
||rkgznnhikrfphq.com^$third-party
||rkkneuzkd.bid^$third-party
||rkktwxuqu.bid^$third-party
||rklluqchluxg.com^$third-party
||rkrpvzgzdwqaynyzxkuviotbvibnpqaktcioaaukckhbvkognu.com^$third-party
||rkueifizvmwbi.com^$third-party
||rkvpcjiuumbk.com^$third-party
||rkwpgdnlwgg.bid^$third-party
||rlaiomvkwz.com^$third-party
||rlbvwdviqx.com^$third-party
||rlgungosm.com^$third-party
||rlhdzilsgvwu.bid^$third-party
||rljakgkixu.com^$third-party
||rllvjujeyeuy.com^$third-party
||rlomrjxrpsev.com^$third-party
||rlpabnhvtu.com^$third-party
||rlqvyqgjkxgx.com^$third-party
||rlsqhgku.com^$third-party
||rlszkjkcmjxd.com^$third-party
||rlxmbkwcyw.com^$third-party
||rlypbeouoxxw.com^$third-party
||rmbilhzcytee.com^$third-party
||rmdzbqggjskv.com^$third-party
||rmeolnjxkgfe.com^$third-party
||rmetgarrpiouttmwqtuajcnzgesgozrihrzwmjlpxvcnmdqath.com^$third-party
||rmgxhpflxhmd.com^$third-party
||rmhdjambba.com^$third-party
||rmjwdosemtg.com^$third-party
||rmjxcosbfgyl.com^$third-party
||rmlzgvnuqxlp.com^$third-party
||rmnwxcpccuzwe.com^$third-party
||rmputwrbacfrf.com^$third-party
||rmvlpkaa.com^$third-party
||rmwjtqazyk.com^$third-party
||rmyvebtzf.bid^$third-party
||rnagwksouk.com^$third-party
||rnbhwwerooqhhw.bid^$third-party
||rnfrfxqztlno.com^$third-party
||rngljlhqe.com^$third-party
||rnhcqhagfmjgx.bid^$third-party
||rnhkptivhwhc.com^$third-party
||rniiylqxvxybv.com^$third-party
||rnlfitypkucbhi.com^$third-party
||rnmjscsvqql.bid^$third-party
||rnqxziebydqsat.bid^$third-party
||rnrbvhaoqzcksxbhgqtrucinodprlsmuvwmaxqhxngkqlsiwwp.com^$third-party
||rntlwkqmelxceu.com^$third-party
||rnvotosfzq.com^$third-party
||rnyuhkbucgun.com^$third-party
||rnzgebpy.com^$third-party
||rnzzrylopa.bid^$third-party
||roarmyng.bid^$third-party
||rogwmjvlqdfngw.bid^$third-party
||roibwbjaclwgg.com^$third-party
||rojitkhlwxoi.com^$third-party
||roksnfmaydlo.com^$third-party
||roljcubvx.bid^$third-party
||romksuecd.bid^$third-party
||ronrmbrrhqdwh.com^$third-party
||ropkrhilt.com^$third-party
||roppccqbzvizrd.bid^$third-party
||roqtynlfysu.bid^$third-party
||roqweslqqlyklb.com^$third-party
||rouvpebtazdlq.com^$third-party
||roxutbftcm.bid^$third-party
||rozcbrmng.bid^$third-party
||rpcncuzsmpni.com^$third-party
||rpcpscsa.bid^$third-party
||rpczohkv.com^$third-party
||rpjgaazsdfa.bid^$third-party
||rpjqbeolk.bid^$third-party
||rpnhxhzcejyiym.com^$third-party
||rprgsptwx.com^$third-party
||rpslkvzymrddjp.bid^$third-party
||rpspeqqiddjm.com^$third-party
||rptdyukab.bid^$third-party
||rpulxcwmnuxi.com^$third-party
||rpzcwgrpbkltp.com^$third-party
||rqaobxvj.com^$third-party
||rqbxfbls.com^$third-party
||rqgrdrqs.com^$third-party
||rqigvkwoqafpjz.com^$third-party
||rqjgepzyowyr.com^$third-party
||rqmlurpad.bid^$third-party
||rqndohbkuer.com^$third-party
||rqqljktze.com^$third-party
||rqsndrkezz.com^$third-party
||rqtdnrhjktzr.com^$third-party
||rqthkhiuddlg.com^$third-party
||rquagrre.com^$third-party
||rqufdlfe.bid^$third-party
||rqwozrkmtwiuri.com^$third-party
||rqxjnkgcobp.com^$third-party
||rqxwisgin.com^$third-party
||rqyezhetbspk.com^$third-party
||rqyoulixflzbe.com^$third-party
||rrbiprsifnmv.com^$third-party
||rrcdzcts.bid^$third-party
||rrfuviqoyabfep.bid^$third-party
||rrhzlgzazz.bid^$third-party
||rriqwzgmaazsp.com^$third-party
||rrjkbdgwoh.bid^$third-party
||rrmqirchpasqyw.com^$third-party
||rrnqzntj.com^$third-party
||rroyintwabqyua.com^$third-party
||rrptobfpqeftyg.com^$third-party
||rrqmebej.bid^$third-party
||rrrdddbtofnf.com^$third-party
||rrscdnsfunoe.com^$third-party
||rrsijwsvemhzxx.bid^$third-party
||rrvkjvhbwnbre.com^$third-party
||rrvpscehvjuz.com^$third-party
||rryodgeerrvn.com^$third-party
||rryyvhzxikai.bid^$third-party
||rsbblrpnjxgsk.com^$third-party
||rscgfvsximqdpowcmruwitolouncrmnribnfobxzfhrpdmahqe.com^$third-party
||rscqizsukecevh.com^$third-party
||rsefukvcqy.bid^$third-party
||rsgazdyuycbm.com^$third-party
||rsguboxyb.com^$third-party
||rshaifxw.bid^$third-party
||rsiyppewvonkc.com^$third-party
||rsjcpdrhxtbavk.bid^$third-party
||rsjpgfugttlh.com^$third-party
||rsmapdngqwonud.bid^$third-party
||rsnuhrxz.com^$third-party
||rsosndet.bid^$third-party
||rsqcrylqremctr.com^$third-party
||rsrbqknrfskkb.bid^$third-party
||rssgflbj.com^$third-party
||rstdehuopwf.com^$third-party
||rstjainimptgn.com^$third-party
||rsuroxpotcoiq.com^$third-party
||rsvxipjqyvfs.com^$third-party
||rswgoccwzs.com^$third-party
||rszzpjttufuw.bid^$third-party
||rtaofgamnnfh.com^$third-party
||rtctxxxvdq.com^$third-party
||rtdogcdkovndho.com^$third-party
||rtgngrwtngms.com^$third-party
||rtgpaohds.com^$third-party
||rtpibuckwnp.com^$third-party
||rtqlmwfywl.com^$third-party
||rttclyuvippyw.bid^$third-party
||rtufxsncbegz.com^$third-party
||rtusxaoxemxy.com^$third-party
||rtwvnrgn.com^$third-party
||rtxunghyiwiq.com^$third-party
||rtypxhlfvmez.com^$third-party
||rtzhwgpmp.bid^$third-party
||rubfwmlm.com^$third-party
||rubxajsomnicfy.com^$third-party
||rudtedmhm.com^$third-party
||ruijovxeffglgo.bid^$third-party
||rukwbbwcil.com^$third-party
||rulgltvmpzig.com^$third-party
||rumldlbbkhetyv.com^$third-party
||runwtxeisppmt.com^$third-party
||ruodzaboyf.com^$third-party
||ruovcruc.com^$third-party
||ruoypiedfpov.com^$third-party
||ruqckzdjsoe.bid^$third-party
||rurjxaovebr.bid^$third-party
||rustqlclwuebif.bid^$third-party
||ruzrkjnd.com^$third-party
||ruzttiecdedv.com^$third-party
||ruzwwrkgthfobd.com^$third-party
||rvcruqbk.com^$third-party
||rveftfohdybpwv.bid^$third-party
||rvfjbxzxaookgp.com^$third-party
||rvmwyfvfxendw.bid^$third-party
||rvnpytnhxppkzv.com^$third-party
||rvoxndszxwmo.com^$third-party
||rvqfjvlpdbjy.com^$third-party
||rvrfoskjq.bid^$third-party
||rvsnomziiepcds.com^$third-party
||rvswxrjkmjou.com^$third-party
||rvtxrtzbswdji.com^$third-party
||rvvslhmmbor.com^$third-party
||rvyvkjqffmdp.com^$third-party
||rvzudtgpvwxz.com^$third-party
||rwalomjwgyljqj.com^$third-party
||rwaxdqfuqih.bid^$third-party
||rwcdoeigzraeu.com^$third-party
||rwdkcusan.com^$third-party
||rweqvydtzyre.com^$third-party
||rwfqhbwkxpewc.com^$third-party
||rwgvulisul.com^$third-party
||rwkxvess.com^$third-party
||rwlzbswwmmh.com^$third-party
||rwmttawspapqcy.com^$third-party
||rwphwhdoktfq.com^$third-party
||rwtvvdspsbll.com^$third-party
||rwugdvqdpxfz.com^$third-party
||rwugglxboxgw.com^$third-party
||rwxivmfldvo.com^$third-party
||rwxzeoqfj.com^$third-party
||rxbbddhkl.com^$third-party
||rxczemggfsxx.com^$third-party
||rxeospfus.bid^$third-party
||rxewvdlja.com^$third-party
||rxgbytxipwa.com^$third-party
||rxhicseychr.com^$third-party
||rxhrftozn.com^$third-party
||rxicrihobtkf.com^$third-party
||rxisfwvggzot.com^$third-party
||rxjlimrpfziuqh.com^$third-party
||rxjyjfkzzbl.bid^$third-party
||rxjzpvsziytui.bid^$third-party
||rxknixwwt.bid^$third-party
||rxkscuxq.com^$third-party
||rxksulmbu.com^$third-party
||rxnnfethxprv.com^$third-party
||rxqcvlxojbt.com^$third-party
||rxsazdeoypma.com^$third-party
||rxuqpktyqixa.com^$third-party
||rxyeukffow.bid^$third-party
||rxysradiyvcp.com^$third-party
||ryeoanvkettth.com^$third-party
||ryhrabmmprehm.com^$third-party
||ryjlaaimxrq.com^$third-party
||rylkihtmnvsh.com^$third-party
||rylnirfbokjd.com^$third-party
||ryrrhgpmlif.com^$third-party
||ryvqkjfsnmrya.com^$third-party
||ryxpmonwqeg.com^$third-party
||ryybhoklizmuew.com^$third-party
||ryzrdgdvg.bid^$third-party
||rzbbcjnrsbk.com^$third-party
||rzbsvyigbwip.com^$third-party
||rzcmcqljwxyy.com^$third-party
||rzdpobutiy.com^$third-party
||rzfldcrlwe.com^$third-party
||rzgiiioqfpny.com^$third-party
||rzgqfvhfj.com^$third-party
||rzizcnhoobxw.com^$third-party
||rzjbuovkp.bid^$third-party
||rzjhxwfbxp.com^$third-party
||rzmrzylebgq.com^$third-party
||rzsliqwo.bid^$third-party
||rzuwelgm.com^$third-party
||rzwzstbiqk.com^$third-party
||saenrwiqesp.com^$third-party
||sagbgtnmlaj.com^$third-party
||sagukjshgifebs.bid^$third-party
||sagulzuyvybu.com^$third-party
||sailznsgbygz.com^$third-party
||saipuciruuja.com^$third-party
||sajhiqlcsugy.com^$third-party
||salhbbkvs.com^$third-party
||samlmqljptbd.com^$third-party
||sandzfuay.bid^$third-party
||sanksvohixxnlf.com^$third-party
||saofjopps.com^$third-party
||sapvummffiay.com^$third-party
||saqcgojcure.bid^$third-party
||sardfereose.com^$third-party
||sasieidpe.bid^$third-party
||sasqhtfxsnklxn.bid^$third-party
||satjrvwtaertn.com^$third-party
||sauispjbeisl.com^$third-party
||sawdfbwxqcpcs.com^$third-party
||saybfmfptfjlv.bid^$third-party
||saylbisqotwixm.bid^$third-party
||sbdedksgqu.com^$third-party
||sbdufkkcp.bid^$third-party
||sbealpvjpzzs.com^$third-party
||sbftffngpzwt.com^$third-party
||sbgftsoe.com^$third-party
||sbhnftwdlpbo.com^$third-party
||sbifdctojpisuw.com^$third-party
||sbkcxjaktdv.bid^$third-party
||sbkjxpwxrmk.com^$third-party
||sbkuytscekitph.bid^$third-party
||sblqlcjk.bid^$third-party
||sbmdsfld.com^$third-party
||sbmijpifoszz.com^$third-party
||sbnvqpfya.bid^$third-party
||sbopaitvwpzilp.com^$third-party
||sbovclzywkbk.bid^$third-party
||sbpcnpysxbs.bid^$third-party
||sbudbyidtdrgey.com^$third-party
||sbxzvllyahzn.com^$third-party
||sbzngfrmgizpj.bid^$third-party
||scbffqszd.bid^$third-party
||scbnvzfscfmn.com^$third-party
||scbywuiojqvh.com^$third-party
||sceuexzmiwrf.com^$third-party
||scfkfridulshkd.com^$third-party
||scgnsficmwipuj.bid^$third-party
||scgyndrujhzf.com^$third-party
||scjczeqyuqjs.com^$third-party
||sckpttzpnfimba.bid^$third-party
||sckzvqadc.com^$third-party
||scmffjmashzc.com^$third-party
||scofnjymyym.bid^$third-party
||scrltyokacghvd.bid^$third-party
||scsklzqwme.com^$third-party
||scuwbelujeeu.com^$third-party
||scvdxxgbvoz.com^$third-party
||scvonjdwad.bid^$third-party
||scxxbyqjslyp.com^$third-party
||sczcxmaizy.com^$third-party
||sdeadbqsjam.com^$third-party
||sdemctwaiazt.com^$third-party
||sdfmxhdj.bid^$third-party
||sdgvzdksjbl.com^$third-party
||sdillrnslaiyb.com^$third-party
||sdmfzlswxgzl.com^$third-party
||sdmhsxlp.bid^$third-party
||sdqspuyipbof.com^$third-party
||sdtqotoe.com^$third-party
||sdvgglhp.bid^$third-party
||sdytygrznweksx.com^$third-party
||sdzwkmokd.com^$third-party
||sdzxojlt.com^$third-party
||seaxhrqc.bid^$third-party
||secfpgpqx.com^$third-party
||seiqobwpbofg.com^$third-party
||sekajiwqmym.com^$third-party
||sekllcjbujp.bid^$third-party
||semvdooatmd.bid^$third-party
||senfvsdvtsn.com^$third-party
||senrzuolwqvj.com^$third-party
||seoaelrfdy.com^$third-party
||seotpqntjukhg.bid^$third-party
||sepyqhipq.com^$third-party
||setrtcjfhreqg.com^$third-party
||seuojaesymeriv.com^$third-party
||sexilbbpnc.com^$third-party
||seympfgeyrew.com^$third-party
||sfaprgtgcguh.com^$third-party
||sfawiner.com^$third-party
||sfcckxdgfgzo.com^$third-party
||sfgkhgfdsochwd.com^$third-party
||sfgymajb.bid^$third-party
||sfhrxcbbmtfqw.com^$third-party
||sfhyxyodjllrd.bid^$third-party
||sfmgzvam.com^$third-party
||sfmnafrufk.com^$third-party
||sfmzbrdtse.com^$third-party
||sfmziexfvvru.com^$third-party
||sfpkwhncpllt.com^$third-party
||sfrsuihcubepzd.com^$third-party
||sfxmdqbi.com^$third-party
||sfxuiadi.com^$third-party
||sfzcbcrwxhic.com^$third-party
||sfzfjiefentwe.com^$third-party
||sgccsauvct.bid^$third-party
||sgeeavwmk.com^$third-party
||sgfcsnwegazn.com^$third-party
||sgggjaosyrxr.com^$third-party
||sghradxea.bid^$third-party
||sgiueejx.com^$third-party
||sgkcijmcduuhhq.bid^$third-party
||sgmneqaebkzjug.com^$third-party
||sgpbbfdchy.com^$third-party
||sgqmhpqrstwzwd.com^$third-party
||sgqqhydoovcd.com^$third-party
||sgrreqyxvigwuh.com^$third-party
||sgvuexlhbgpylr.com^$third-party
||sgxaqysyilwkiu.com^$third-party
||sgzlmagzrrk.com^$third-party
||sgzsviqlvcxc.com^$third-party
||shacupwelhehqc.com^$third-party
||shapzwwy.com^$third-party
||shasnvadkustw.com^$third-party
||shgvuhvf.com^$third-party
||shhngaasah.com^$third-party
||shhrbeffgz.com^$third-party
||shidvvvhi.com^$third-party
||shjmjmds.com^$third-party
||shjuivapg.bid^$third-party
||shkfrsif.com^$third-party
||shldethxhl.com^$third-party
||shmpdqwucl.com^$third-party
||shnmhrlcredd.com^$third-party
||shnoadlvpylf.com^$third-party
||shohabiymgjxdb.com^$third-party
||shthbopqoz.bid^$third-party
||shtkybxv.com^$third-party
||shuxcbgab.com^$third-party
||shvdvzydgryx.com^$third-party
||shxbqzirzonks.bid^$third-party
||shyyyxjw.com^$third-party
||siaiscphvghttd.com^$third-party
||sibatnsryjpcq.com^$third-party
||sicpkohkcmt.com^$third-party
||sicteppojdwr.com^$third-party
||sihciabzm.com^$third-party
||sihjnaojbrs.com^$third-party
||sihmlqhicmzvx.com^$third-party
||siihxeeb.com^$third-party
||sijlnueeertd.com^$third-party
||sijsquplpjg.com^$third-party
||silrfbopbobw.com^$third-party
||sinyfqrmiqgd.com^$third-party
||siogczwibswm.com^$third-party
||siqcrwlrqjc.com^$third-party
||sirablivefbxul.bid^$third-party
||sisrgcvomn.com^$third-party
||sisyqzktimhrgo.com^$third-party
||siuhfvgambevyz.bid^$third-party
||siuletrtmkk.com^$third-party
||sivqblzejhx.com^$third-party
||siwtuvvgraum.com^$third-party
||sjgklyyyraghhrgimsepycygdqvezppyfjkqddhlzbimoabjae.com^$third-party
||sjgttcfj.com^$third-party
||sjkcufcpgzsno.bid^$third-party
||sjlgoazubflpcs.com^$third-party
||sjmwugmtfeuu.com^$third-party
||sjnfgvjizo.bid^$third-party
||sjpexaylsfjnopulpgkbqtkzieizcdtslnofpkafsqweztufpa.com^$third-party
||sjqpctsz.com^$third-party
||sjqskcctmv.com^$third-party
||sjtevvoviqhe.com^$third-party
||sjwdbzsa.com^$third-party
||sjwnhrypuxrzv.com^$third-party
||skaulppmndy.bid^$third-party
||skcyigichh.com^$third-party
||skgnompyiusim.com^$third-party
||skhflncik.com^$third-party
||skknyxzaixws.com^$third-party
||sklulpbnbqf.bid^$third-party
||skoyuoqhcpxol.bid^$third-party
||sksalqvpoc.com^$third-party
||skspurybnv.com^$third-party
||sktmonpbfgxamj.bid^$third-party
||skzhfyqozkic.com^$third-party
||skzpsnpp.com^$third-party
||skzsukues.bid^$third-party
||sldtsvjnpwundn.bid^$third-party
||slekgfwlrwfmes.bid^$third-party
||sletqnksol.com^$third-party
||slfxmsziv.bid^$third-party
||slgcheqbrmu.bid^$third-party
||slkuqvkhamt.bid^$third-party
||slkwhwontxavyt.bid^$third-party
||slmmjkkvbkyp.com^$third-party
||sloaltbyucrg.com^$third-party
||slurolen.com^$third-party
||slwclrwmruuxav.com^$third-party
||smapohsnoww.com^$third-party
||smgaklckpszzd.com^$third-party
||smhqmrxplvnx.com^$third-party
||smhyvyvnpzigir.com^$third-party
||smjdypbxapigu.bid^$third-party
||smnkyzqzfxk.com^$third-party
||smnpsburn.com^$third-party
||smpbzsjpk.com^$third-party
||smrqvdpgkbvz.com^$third-party
||smsbyoxarip.bid^$third-party
||smtuovnhxnn.bid^$third-party
||smudlbatfjbut.bid^$third-party
||smuucatbrc.com^$third-party
||smwrjtdzhg.com^$third-party
||smzvvqztihof.com^$third-party
||smzxkkyuinecwa.com^$third-party
||snaxbgzg.bid^$third-party
||sncpizczabhhafkzeifklgonzzkpqgogmnhyeggikzloelmfmd.com^$third-party
||snetddbbbgbp.com^$third-party
||snfhwcvdqxioj.com^$third-party
||snfqpqyecdrb.com^$third-party
||sngjaetjozyr.com^$third-party
||snhfjfnvgnry.com^$third-party
||snhfmewkai.bid^$third-party
||snhqkvmhcoh.com^$third-party
||snhuxhdjlxrd.bid^$third-party
||snjhhcnr.com^$third-party
||snpevihwaepwxapnevcpiqxrsewuuonzuslrzrcxqwltupzbwu.com^$third-party
||snrmqtnnlxdgdh.com^$third-party
||snsfjpes.com^$third-party
||snsgckygbed.com^$third-party
||snsgsqyv.com^$third-party
||snsyebgupi.bid^$third-party
||snxjlicc.com^$third-party
||snxvrnhe.com^$third-party
||sockjgaabayf.com^$third-party
||socxihke.bid^$third-party
||soehcsryxyd.com^$third-party
||soeovckk.com^$third-party
||sohdqpqlgis.com^$third-party
||soibuuqqhuyo.com^$third-party
||soiegibhwvti.com^$third-party
||soirqzccdtyk.com^$third-party
||sokanffuyinr.com^$third-party
||soozbqtavp.com^$third-party
||sopzefqypxas.bid^$third-party
||sosbyncpkyw.com^$third-party
||sossxjmotqqs.com^$third-party
||soszgtvox.bid^$third-party
||sovcbhem.bid^$third-party
||sovqylkbucid.com^$third-party
||sozdyrrtsvr.com^$third-party
||spbflxvnheih.com^$third-party
||spfrlpjmvkmq.com^$third-party
||sphjqakwuteg.com^$third-party
||spjvuubtewq.com^$third-party
||spomwstrgood.com^$third-party
||spwssohsyqgq.com^$third-party
||sqcolqeo.com^$third-party
||sqcqnwykz.bid^$third-party
||sqmeqfffehg.bid^$third-party
||sqnezuqjdbhe.com^$third-party
||sqnkkpba.com^$third-party
||sqopuafrwvnouz.bid^$third-party
||sqsdyfgyjdjbx.com^$third-party
||sqtsuzrfefwy.com^$third-party
||sqwyxzrajzsxpx.com^$third-party
||sqykpwpgqqt.com^$third-party
||sqyvhynwl.com^$third-party
||srbrdogg.bid^$third-party
||srfizvugkheq.com^$third-party
||srgszwexkpehb.com^$third-party
||srhovuokux.com^$third-party
||sriaqmzx.com^$third-party
||srizwhcdjruf.com^$third-party
||srkdunvxun.com^$third-party
||srksyzqzcetq.com^$third-party
||srlmbvfmvl.com^$third-party
||srmbifowhxaeqa.bid^$third-party
||srmnfxcftazj.com^$third-party
||srppykbedhqp.com^$third-party
||srtvohoivnrahq.bid^$third-party
||srxgnzdkjucr.com^$third-party
||ssallqcu.bid^$third-party
||ssdphmfduwcl.com^$third-party
||ssdsylfzav.com^$third-party
||ssfpubkjjhftpy.com^$third-party
||sshvbkdyxprk.com^$third-party
||ssigftlcuc.com^$third-party
||ssjgkyyrqiwjol.com^$third-party
||ssjhkvwjoovf.com^$third-party
||ssloemwiszaz.com^$third-party
||ssmklfrn.bid^$third-party
||ssmyceoxbjqdp.com^$third-party
||ssobmhpxnjjp.bid^$third-party
||ssowfsbps.bid^$third-party
||ssqzsdcnoqv.com^$third-party
||sssjohomoapt.com^$third-party
||ssuhghnjxbp.bid^$third-party
||ssvolkkihcyp.com^$third-party
||ssyhlymwyzou.com^$third-party
||ssyyeufsqbra.bid^$third-party
||stekcwrdwohbch.com^$third-party
||sthtrtvkkt.com^$third-party
||stkrwlodjvl.bid^$third-party
||stlbmyezzth.bid^$third-party
||stnvgvtwzzrh.com^$third-party
||stuthvygifup.com^$third-party
||stvayyokjvxnl.com^$third-party
||stwcozfiavhh.bid^$third-party
||sualzmze.com^$third-party
||sudolljkjzxdfc.com^$third-party
||sudvzfgrmt.com^$third-party
||sueolwxxosqch.com^$third-party
||suewgrsq.com^$third-party
||sufjqebhmfo.bid^$third-party
||sufzmohljbgw.com^$third-party
||suhprdfb.bid^$third-party
||sukgtuksypr.com^$third-party
||sumizxwhfsrke.com^$third-party
||sumsmoxssy.com^$third-party
||sumvztfze.com^$third-party
||suonvyzivnfy.com^$third-party
||suqufucjzffhay.bid^$third-party
||surquvsx.com^$third-party
||sutdpikbwpvi.com^$third-party
||sutzinjwnroui.com^$third-party
||suvkxcypywspux.bid^$third-party
||suvvihvbskvnii.com^$third-party
||suwadesdshrg.com^$third-party
||suywlxzbjtbib.com^$third-party
||svapqzplbwjx.com^$third-party
||svbfcmumrj.com^$third-party
||svbsvbwci.com^$third-party
||svdmxetbyfyg.com^$third-party
||svdnqszxgucgd.com^$third-party
||svdsutdq.com^$third-party
||svfqoztfopv.com^$third-party
||svjloaomrher.com^$third-party
||svmtvfuok.com^$third-party
||svnhdfqvhjzn.com^$third-party
||svntdcuxobohs.com^$third-party
||svpubdwpaam.bid^$third-party
||svrsqqtj.com^$third-party
||swahobrjdddri.com^$third-party
||swckuwtoyrklhtccjuuvcstyesxpbmycjogrqkivmmcqqdezld.com^$third-party
||swclpfypife.bid^$third-party
||swcuxrfitmjfee.com^$third-party
||swegaiejcqfojl.com^$third-party
||swezbddhwcz.com^$third-party
||swfqsfewk.bid^$third-party
||swgvpkwmojcv.com^$third-party
||swkhaeiymk.bid^$third-party
||swmwgptzlgsc.com^$third-party
||swpopynngk.com^$third-party
||swrvnnelfyay.bid^$third-party
||swtubbksgvg.com^$third-party
||swtwtbiwbjvq.com^$third-party
||swvyhuhnaht.bid^$third-party
||swxrxdej.com^$third-party
||swykcpfxkqvg.bid^$third-party
||swzizkjqe.bid^$third-party
||swzyfkbkdv.bid^$third-party
||sxbmvheosxb.bid^$third-party
||sxcivqfmlsvxo.bid^$third-party
||sxdpyazzofu.com^$third-party
||sxdrafgvll.bid^$third-party
||sxedqvvaxxj.com^$third-party
||sxgmppxfts.com^$third-party
||sxhpwsgdyhw.com^$third-party
||sxiyvcqnp.com^$third-party
||sxjhskptisd.com^$third-party
||sxlzcvqfeacy.com^$third-party
||sxmmgiuilt.com^$third-party
||sxprcyzcpqil.com^$third-party
||sxrwqytqajwpt.com^$third-party
||sxtzhwvbuflt.com^$third-party
||sxucahrsnam.bid^$third-party
||sxvqdslmbqyk.bid^$third-party
||sxwcfnai.com^$third-party
||sxzffgjzaohtf.com^$third-party
||syataqoszu.bid^$third-party
||sydhbmlmdxzd.com^$third-party
||sydnkqqscbxc.com^$third-party
||syfdkngkksn.bid^$third-party
||syfoauwvcwi.bid^$third-party
||syhfcveeizqp.bid^$third-party
||syhganutwnp.com^$third-party
||syhjnolp.com^$third-party
||syicirtpxosk.com^$third-party
||syidvbodcb.bid^$third-party
||syiwwswcbxk.bid^$third-party
||symydvmqjjp.com^$third-party
||syorlvhuzgmdqbuxgiulsrusnkgkpvbwmxeqqcboeamyqmyexv.com^$third-party
||syrnujjldljl.com^$third-party
||sywwplqqumjgm.com^$third-party
||sywyknkojoj.bid^$third-party
||syxcbevp.com^$third-party
||syxojpztar.com^$third-party
||szjgylwamcxo.com^$third-party
||szlkqxlkcz.com^$third-party
||szltiojqs.bid^$third-party
||sznxdqqvjgam.com^$third-party
||szpcxramtfr.com^$third-party
||szrojfkigof.bid^$third-party
||szuzlcmoak.com^$third-party
||szvzzuffxatb.com^$third-party
||szxkkefabenx.bid^$third-party
||szxnruaeuig.com^$third-party
||szyejlnlvnmy.com^$third-party
||szynlslqxerx.com^$third-party
||szywarceqeo.com^$third-party
||szzxtanwoptm.bid^$third-party
||szzzpqcuxqq.com^$third-party
||tabeduhsdhlkalelecelxbcwvsfyspwictbszchbbratpojhlb.com^$third-party
||tadaeizih.com^$third-party
||tadkozdgbyw.com^$third-party
||tadozqgv.com^$third-party
||taeadsnmbbkvpw.bid^$third-party
||taelsfdgtmka.com^$third-party
||tailpdulprkp.com^$third-party
||taljdzwer.com^$third-party
||tammfmhtfhut.com^$third-party
||tamqqjgbvbps.com^$third-party
||tamrczjeedauh.com^$third-party
||taoclfxgf.com^$third-party
||taodggarfrmd.com^$third-party
||tapffdskgjr.com^$third-party
||tapihmxemcksuvleuzpodsdfubceomxfqayamnsoswxzkijjmw.com^$third-party
||taqesyqne.com^$third-party
||taqyljgaqsaz.com^$third-party
||tarxjwdkx.com^$third-party
||tasvjsmnegj.com^$third-party
||tawgiuioeaovaozwassucoydtrsellartytpikvcjpuwpagwfv.com^$third-party
||tawiqiauikutwo.com^$third-party
||tazvowjqekha.com^$third-party
||tbeouuheoyl.com^$third-party
||tbewvipgbgzal.com^$third-party
||tbhmqjpm.com^$third-party
||tbihymlvb.bid^$third-party
||tbisruladc.bid^$third-party
||tbjjzhkwfezt.com^$third-party
||tbkfmuvtzrwsw.com^$third-party
||tblaqgify.com^$third-party
||tbmwhcyfapzjre.com^$third-party
||tbnnsmwfjzttct.com^$third-party
||tbnyxepibups.com^$third-party
||tbogddyfxl.bid^$third-party
||tbrwhqnle.bid^$third-party
||tbrzzxyvkz.com^$third-party
||tbupszmmzn.com^$third-party
||tbwaaekocue.bid^$third-party
||tbxvgojzcbxpoc.com^$third-party
||tbyzeunvuh.com^$third-party
||tcdikyjqdmsb.com^$third-party
||tcgojxmwkkgm.com^$third-party
||tchmemnasaxpt.com^$third-party
||tchmfzftuzxue.bid^$third-party
||tchqwqspwjeei.com^$third-party
||tckmsixzb.bid^$third-party
||tckofxwcaqts.com^$third-party
||tclarcrzfbceoo.com^$third-party
||tconifntowb.bid^$third-party
||tcovxxenhjke.com^$third-party
||tcrinrvfejjh.com^$third-party
||tcupxwxcvssauz.com^$third-party
||tcvdxlhxi.bid^$third-party
||tcwcsaddht.com^$third-party
||tcwkemlikooah.bid^$third-party
||tcxsonyfzb.bid^$third-party
||tcxygxdrv.com^$third-party
||tcyeyccspxod.com^$third-party
||tczvikamowfjte.com^$third-party
||tddjcdzra.com^$third-party
||tdgysmmdru.bid^$third-party
||tdjfxeavusdpci.com^$third-party
||tdjoaosibes.com^$third-party
||tdkvddqttcb.bid^$third-party
||tdqkxkopznf.bid^$third-party
||tdrcjxhcmmgeww.bid^$third-party
||tdrmwnjwnccws.com^$third-party
||tdrmyefiig.bid^$third-party
||tdsnpnyg.bid^$third-party
||tdukupzymgfb.bid^$third-party
||tdxqgpfkiye.bid^$third-party
||tdxuojiufz.bid^$third-party
||tedlrouwixqq.com^$third-party
||teefpagayhb.com^$third-party
||tefwraudu.bid^$third-party
||tehkvecryl.com^$third-party
||teipgupp.com^$third-party
||tektbzadrceqje.com^$third-party
||tentekuzi.com^$third-party
||tepazmynhvo.com^$third-party
||teqceeivmpvv.com^$third-party
||tevrhhgzzutw.com^$third-party
||tevrzjuymzxpk.bid^$third-party
||tewoutrepozv.bid^$third-party
||tewycnrhnv.com^$third-party
||teyuzyrjmrdi.com^$third-party
||tfbzzigqzbax.com^$third-party
||tfdssnipmff.com^$third-party
||tfeywmqsle.com^$third-party
||tfhqxvakurom.bid^$third-party
||tfhuupltipcg.com^$third-party
||tfijbdegozfh.com^$third-party
||tfjfcvhvudxf.com^$third-party
||tflmiurze.bid^$third-party
||tfmfakhermpr.bid^$third-party
||tfnzqjjt.bid^$third-party
||tfokrtmrwlkzv.com^$third-party
||tfomaunqqmii.bid^$third-party
||tfqexqeldxjvet.com^$third-party
||tfqzkesrzttj.com^$third-party
||tftsbqbeuthh.com^$third-party
||tfttzgnpszrcf.bid^$third-party
||tftwmyrkbzkf.com^$third-party
||tfxorvbelxfbmk.com^$third-party
||tfyxcbougqvmk.com^$third-party
||tfyzarjzrovc.bid^$third-party
||tfzffzmbo.com^$third-party
||tgarmwltrlb.bid^$third-party
||tgbjtcgkdu.com^$third-party
||tgdlekikqbdc.com^$third-party
||tgfehyikznu.bid^$third-party
||tgijoezvmvvl.com^$third-party
||tgjdebebaama.com^$third-party
||tgkcxtvryb.com^$third-party
||tgrmzphjmvem.com^$third-party
||tgrxxuwpvinoiy.bid^$third-party
||tgugqkjvinvgv.com^$third-party
||tgujinopirjgnn.com^$third-party
||tguzugtyoh.com^$third-party
||tgvedmttabgfvy.bid^$third-party
||tgyswiymvtxg.com^$third-party
||thaoxqlqcy.com^$third-party
||thbuhcnpt.com^$third-party
||thcumizbjxnp.bid^$third-party
||thibzxxtotyqg.bid^$third-party
||thivsxubn.com^$third-party
||thjlnyagmxrbt.com^$third-party
||thjuvpgdmjj.com^$third-party
||thncnkzupxwlbo.bid^$third-party
||thnqemehtyfe.com^$third-party
||thowytaoo.com^$third-party
||thpsflsjw.com^$third-party
||thqwivyhdpoem.com^$third-party
||thsfkcymkoce.com^$third-party
||thtlvguaqmkv.com^$third-party
||thvdzghlvfoh.com^$third-party
||thvrvojkkjkkpe.bid^$third-party
||thxdbyracswy.com^$third-party
||thzaiqqwsbpps.com^$third-party
||thzshxisa.bid^$third-party
||tibzpgmogjqa.com^$third-party
||ticpqxnv.com^$third-party
||tidnqztumpnk.com^$third-party
||tielsdhblnmiv.com^$third-party
||tiemuantodayus.bid^$third-party
||tienribwjswv.com^$third-party
||tieyggub.com^$third-party
||tifzusomh.com^$third-party
||tigzuaivmtgo.com^$third-party
||tihjxcxutox.bid^$third-party
||tijosnqojfmv.com^$third-party
||tikjbfpd.com^$third-party
||tikuedobxa.com^$third-party
||tikwglketskr.com^$third-party
||timonnbfad.bid^$third-party
||tinlgcmkslwio.bid^$third-party
||tiosmqhuuzb.bid^$third-party
||tiouqzubepuy.com^$third-party
||tiphkuloov.com^$third-party
||tiptwfbksobui.com^$third-party
||tirbxuopf.com^$third-party
||tiswsdusmdig.com^$third-party
||tiunnitm.bid^$third-party
||tivbpmwvqyyrjc.com^$third-party
||tivioyfstcdlce.com^$third-party
||tivlvdeuokwy.com^$third-party
||tixzeybm.com^$third-party
||tizbmrknb.com^$third-party
||tjaqsjnrvmt.com^$third-party
||tjbgiyek.com^$third-party
||tjblfqwtdatag.bid^$third-party
||tjcorfsynjppv.com^$third-party
||tjdrxdsto.com^$third-party
||tjdvqkis.com^$third-party
||tjhcjhvzbto.bid^$third-party
||tjhjyiylc.com^$third-party
||tjhkdxzzxyb.com^$third-party
||tjkckpytpnje.com^$third-party
||tjkenzfnjpfd.com^$third-party
||tjkrhnwfuj.bid^$third-party
||tjnhsjxi.bid^$third-party
||tjpzulhghqai.com^$third-party
||tjrlwhge.com^$third-party
||tjsioyarnnxmj.com^$third-party
||tjtukeaszrqco.com^$third-party
||tjyoznaozivi.com^$third-party
||tjyzjtkutqvb.bid^$third-party
||tkarkbzkirlw.com^$third-party
||tkeeebdseixv.com^$third-party
||tkewsaesxhf.com^$third-party
||tkfsmiyiozuo.com^$third-party
||tkfusktjaok.bid^$third-party
||tkhoazslm.com^$third-party
||tkkfmqbisu.com^$third-party
||tkncbgwor.com^$third-party
||tkoatkkdwyky.com^$third-party
||tksljtdqkqxh.com^$third-party
||tktyinaabq.com^$third-party
||tlagvdqrsarf.com^$third-party
||tldxywgnezoh.com^$third-party
||tlecwkrygjas.com^$third-party
||tlfloruou.com^$third-party
||tlgprhsl.com^$third-party
||tlhadcbtntr.com^$third-party
||tlijmtzosfhdsz.bid^$third-party
||tljikqcijttf.com^$third-party
||tlkcokqtmbgixf.bid^$third-party
||tlkqzjvyujb.com^$third-party
||tlnoffpocjud.com^$third-party
||tlnrlrsquvcx.bid^$third-party
||tlnwnphf.bid^$third-party
||tlpwwloqryzu.com^$third-party
||tluwjhtsvoz.com^$third-party
||tlvfeylwod.com^$third-party
||tlxspilyxsfx.com^$third-party
||tlzhxxfeteeimoonsegagetpulbygiqyfvulvemqnfqnoazccg.com^$third-party
||tlzovwtootkvbj.bid^$third-party
||tmblaeivephb.com^$third-party
||tmcvwyrqwyp.com^$third-party
||tmdbgmhh.com^$third-party
||tmdcfkxcckvqbqbixszbdyfjgusfzyguvtvvisojtswwvoduhi.com^$third-party
||tmexywfvjoei.com^$third-party
||tmffmrsa.com^$third-party
||tmfkuesmlpto.com^$third-party
||tmgcffep.bid^$third-party
||tmhgsorajits.com^$third-party
||tmhwggtg.bid^$third-party
||tmjavresvaqxly.bid^$third-party
||tmjpoimnbgltkn.com^$third-party
||tmkbpnkruped.com^$third-party
||tmkcofbjv.com^$third-party
||tmmpbkwnzilv.com^$third-party
||tmmpiibtfi.com^$third-party
||tmrhtbbhrfbx.bid^$third-party
||tmrsjdxavhjgww.com^$third-party
||tmtuohxkv.com^$third-party
||tmvwirgifkkdtn.bid^$third-party
||tmwhazsjnhip.com^$third-party
||tmwmigsb.com^$third-party
||tmxmckanu.com^$third-party
||tnacywet.com^$third-party
||tnbgycckfv.bid^$third-party
||tnbtghpbdvz.bid^$third-party
||tncexvzu.com^$third-party
||tnciaxgkfng.bid^$third-party
||tnhbbtpnq.bid^$third-party
||tnieplur.bid^$third-party
||tnjjkxhyai.com^$third-party
||tnkqfatbtlaw.com^$third-party
||tnkrspdmhdmrfn.bid^$third-party
||tnlfupvrlr.com^$third-party
||tnllizzqv.bid^$third-party
||tnlshxmc.com^$third-party
||tnmzfygctupqr.bid^$third-party
||tnpbbdrvwwip.com^$third-party
||tntqrmqfst.com^$third-party
||tnvghrlg.com^$third-party
||tnwjldvivhgr.com^$third-party
||tnxiuvjtplhhdy.com^$third-party
||tnyomnyezzz.bid^$third-party
||tnznswilqtni.com^$third-party
||toarqsglo.com^$third-party
||tocotlkfjo.bid^$third-party
||toenwwsmam.com^$third-party
||toflvbkpwxcr.com^$third-party
||togfcqfvarpq.com^$third-party
||totvsaexihbe.com^$third-party
||touayfftdwcd.com^$third-party
||touraadhdnfgsa.com^$third-party
||tovkhtekzrlu.com^$third-party
||toyhxqjgqcjo.com^$third-party
||tpdowdhhn.com^$third-party
||tperkulpflry.bid^$third-party
||tpesjhkf.bid^$third-party
||tpfnibqjrpcj.com^$third-party
||tpgeooxrcp.com^$third-party
||tphwlmybvamq.com^$third-party
||tpjhxvondqzult.com^$third-party
||tpkmwnwbzetzbj.com^$third-party
||tpkpnyiaylp.com^$third-party
||tpmbgoiabxu.bid^$third-party
||tpmemhesupkn.bid^$third-party
||tpmrwyhloretut.com^$third-party
||tpnaabdwy.com^$third-party
||tpnphooeqg.bid^$third-party
||tpranctof.com^$third-party
||tptfopotrzg.com^$third-party
||tpueomljcrvy.com^$third-party
||tpvprtdclnym.com^$third-party
||tpwumuxcasj.com^$third-party
||tpzukfqaqyxn.bid^$third-party
||tqcxtxglt.com^$third-party
||tqdarrhactqc.com^$third-party
||tqixovpneycfmk.com^$third-party
||tqlypenbt.com^$third-party
||tqmricveyxphfo.com^$third-party
||tqomajswbm.com^$third-party
||tqpkegddso.com^$third-party
||tqrtxfqvcxkjiv.com^$third-party
||tqssctwtiihwfs.bid^$third-party
||tqtoeonkw.bid^$third-party
||tqtqneoybxzpoh.com^$third-party
||tqwfafmh.bid^$third-party
||tqwuasyvwebt.bid^$third-party
||tqzvjmgftvtj.bid^$third-party
||trbucgmbren.com^$third-party
||trcbxjusetvc.com^$third-party
||trcrkykttaila.com^$third-party
||trdhjlszfbwk.com^$third-party
||trdmnpklszd.com^$third-party
||trgdwwhaa.com^$third-party
||tricsdqejmu.com^$third-party
||trjmgercl.com^$third-party
||trqbzsxnzxmf.com^$third-party
||trvposbevwxvo.bid^$third-party
||trwbkkxk.com^$third-party
||tsdzmkpewrdxyl.com^$third-party
||tsfgnmyhi.com^$third-party
||tsjnzilsuzoxm.bid^$third-party
||tskctmvpwjdb.com^$third-party
||tskdngwznw.bid^$third-party
||tslnxwzujrbfp.bid^$third-party
||tsmdmunzbtu.com^$third-party
||tsmwdhwvkaz.com^$third-party
||tsnkvlesphbmul.bid^$third-party
||tsptvvyema.bid^$third-party
||tssxnbuaxctjn.bid^$third-party
||tsuitufixxlf.com^$third-party
||tsupbmgacu.com^$third-party
||tsvlkxhdbc.com^$third-party
||tsvqrrmq.com^$third-party
||tswhwnkcjvxf.com^$third-party
||tsybqlldfsstw.bid^$third-party
||ttdaxwrryiou.com^$third-party
||ttdrlihuqgklvc.com^$third-party
||ttdtuwbxgyveg.com^$third-party
||ttegjzxzxyetf.com^$third-party
||ttgvmqdpomt.com^$third-party
||ttgwyqmuhfhx.com^$third-party
||tthvomis.com^$third-party
||tthxqtogskzp.com^$third-party
||ttmnngecelky.bid^$third-party
||ttomktasfnqlg.com^$third-party
||ttqdlwzgpml.bid^$third-party
||ttrwhchvj.com^$third-party
||ttskmaaf.com^$third-party
||ttulyfbkatyzp.com^$third-party
||ttwiehwr.bid^$third-party
||ttxqfeuiakgn.bid^$third-party
||ttyvbqif.bid^$third-party
||tudsawhfmutb.bid^$third-party
||tudsxyhpn.com^$third-party
||tufpmrcdc.com^$third-party
||tuggbdzprgudk.com^$third-party
||tujbidamlfrn.com^$third-party
||tujswypf.bid^$third-party
||tuldmgwvimgowg.com^$third-party
||tuliprfawfq.com^$third-party
||tumfvfvyxusz.com^$third-party
||tummiarunzpf.com^$third-party
||tupeodhhlcodt.com^$third-party
||turfmpnpiv.bid^$third-party
||turyvfzreolc.com^$third-party
||tusfzbkirabi.com^$third-party
||tuthokcb.com^$third-party
||tuxbpnne.com^$third-party
||tuxdipdej.com^$third-party
||tuxgnhcrhyugjf.com^$third-party
||tuxphjbzmjfuh.com^$third-party
||tuxzictbrqietq.com^$third-party
||tuygdfsydexdeb.com^$third-party
||tuzmouxn.com^$third-party
||tuzutvisi.com^$third-party
||tuzvjlqrpzpugj.com^$third-party
||tuzyaezlaoju.bid^$third-party
||tvammzkprvuv.com^$third-party
||tvbuqvjgqdrfb.bid^$third-party
||tvduznfdgim.com^$third-party
||tvesvlvse.com^$third-party
||tvevyrrrnbcbyk.com^$third-party
||tvexsjvxhb.bid^$third-party
||tvhyilwkn.com^$third-party
||tvjkilgfanpt.com^$third-party
||tvlubtrxcold.com^$third-party
||tvnetfcgpjq.bid^$third-party
||tvnqeshbs.com^$third-party
||tvoykqiea.com^$third-party
||tvqmuysbnorks.bid^$third-party
||tvrfpkvotabukw.com^$third-party
||tvvnbwilhqc.com^$third-party
||tvvnxcwqwzv.com^$third-party
||tvvozxml.com^$third-party
||tvwewigpqjj.com^$third-party
||tvxcesibr.bid^$third-party
||tvxpwhnrhsyfj.com^$third-party
||twchmlyexaku.bid^$third-party
||twdksbsyipqa.com^$third-party
||twdsaqqrzbowom.com^$third-party
||twfcqnqggx.com^$third-party
||twfilnym.com^$third-party
||twfzouvm.com^$third-party
||twhsmftwybkfn.bid^$third-party
||twiyetehf.com^$third-party
||twjboytcwutbrt.com^$third-party
||twjgylzydlhz.com^$third-party
||twmeccosyivi.com^$third-party
||twmvjfatla.com^$third-party
||twmykwjrpr.com^$third-party
||twngyyzvhzaqtj.com^$third-party
||twnkpjhbgcp.com^$third-party
||twnrkedqefhv.com^$third-party
||twuiebkcnvr.com^$third-party
||twvmqhjjgj.com^$third-party
||twwkliuxoidxxa.bid^$third-party
||twyzufga.bid^$third-party
||twzfqxmt.com^$third-party
||txbvzcyfyyoy.com^$third-party
||txculuvxznldwa.bid^$third-party
||txdnlclxij.bid^$third-party
||txgklvrqjfubzn.bid^$third-party
||txjzxbykbaflu.bid^$third-party
||txknowcznfp.bid^$third-party
||txvivugnikdq.com^$third-party
||txvsifff.com^$third-party
||txvxzkwyelnvb.bid^$third-party
||txwdabikzvw.com^$third-party
||txwnwvhkbtzb.com^$third-party
||txwvuadjcknuj.bid^$third-party
||txwzdalmamma.com^$third-party
||txyxoktogdcy.com^$third-party
||txyylwegpdfsda.com^$third-party
||tyavjmvuvygs.com^$third-party
||tyborlawlkz.com^$third-party
||tyccaweownne.com^$third-party
||tyllfqbmny.com^$third-party
||tylzbdkjsjig.com^$third-party
||tyoaclrjeb.com^$third-party
||tytkuibh.com^$third-party
||tytzcsgxpaywui.bid^$third-party
||tyuawmgqsbz.com^$third-party
||tyvtfohnwmpu.bid^$third-party
||tyxihxxtpumgm.bid^$third-party
||tyxnmpfi.bid^$third-party
||tyxznbghnfkvb.com^$third-party
||tyyrigtlkny.com^$third-party
||tyzfzrjaxxcg.com^$third-party
||tzbdudhsip.com^$third-party
||tzcgpmqij.com^$third-party
||tzelsvxtjvy.com^$third-party
||tzexcretyodzt.bid^$third-party
||tzfywuot.com^$third-party
||tzgmdsdjmv.bid^$third-party
||tzhnxsmtdj.com^$third-party
||tzjngascinro.com^$third-party
||tzjrmfipwurtc.com^$third-party
||tzlijsurxh.bid^$third-party
||tzmfunsnqkwlp.com^$third-party
||tzwcaamgd.bid^$third-party
||tzyvolvenvyim.com^$third-party
||uaaholcdcx.bid^$third-party
||uabdikmdwqdbr.com^$third-party
||uabicxuyovh.com^$third-party
||uaclvtrcno.bid^$third-party
||uaczwcws.com^$third-party
||uafgymcern.com^$third-party
||uaiilmuujsu.com^$third-party
||uaiowafphhb.com^$third-party
||ualobhbpjbjtm.bid^$third-party
||uamfjudim.bid^$third-party
||uamgajydnv.com^$third-party
||uaneklzqph.com^$third-party
||uanomwcxixed.com^$third-party
||uaofcvzlhhh.com^$third-party
||uaolighevmjy.com^$third-party
||uavqdzorwish.com^$third-party
||uaxdkesuxtvu.com^$third-party
||uazyqjztrhi.bid^$third-party
||ubazpxeafwjr.com^$third-party
||ubdudsdfcll.com^$third-party
||ubecybzqf.bid^$third-party
||ubgzicuglk.com^$third-party
||ubhzahnzujqlvecihiyukradtnbmjyjsktsoeagcrbbsfzzrfi.com^$third-party
||ubiqqzmldivih.bid^$third-party
||ubjapvhzffdreq.com^$third-party
||ubjnuclsgxu.com^$third-party
||ubktdzjnjkpon.com^$third-party
||ubliwesgzq.bid^$third-party
||ubnmyycf.bid^$third-party
||ubopxbdwtnlf.com^$third-party
||ubpjjgso.com^$third-party
||ubpurlsu.com^$third-party
||ubqrtmtqkisku.com^$third-party
||ubsrvnuda.com^$third-party
||ubsxycbae.com^$third-party
||ubusbjjd.com^$third-party
||ubvscbxtal.com^$third-party
||ubvyjgbdiq.com^$third-party
||ubwzawpqlsk.com^$third-party
||ubwzlpjxgnlgl.bid^$third-party
||ubxtoqsqusyx.com^$third-party
||uccgdtmmxota.com^$third-party
||ucczuwzqfrqqgu.bid^$third-party
||uceqxvjwnxksdq.bid^$third-party
||ucflpjvvyaww.bid^$third-party
||ucfwicndme.com^$third-party
||uchiytqiuir.com^$third-party
||ucikujit.bid^$third-party
||uckxjsiy.com^$third-party
||uclftpjqdnvvz.bid^$third-party
||uclylhzwg.com^$third-party
||ucozssymgw.com^$third-party
||ucptqdmerltn.com^$third-party
||ucvrtwfh.com^$third-party
||ucxgfoqrbk.com^$third-party
||ucxnfyadx.com^$third-party
||uczaqrjgkztxe.com^$third-party
||uczxsaxdlpedxl.bid^$third-party
||udbmqqkl.bid^$third-party
||udbtmvuoncdtrg.com^$third-party
||udbwpgvnalth.com^$third-party
||udcufwvt.com^$third-party
||udrwyjpwjfeg.com^$third-party
||udvbtgkxwnap.com^$third-party
||udvxwimgqr.com^$third-party
||udvysuucqgadg.com^$third-party
||uebavnacbjbr.bid^$third-party
||uebcqdgigsid.com^$third-party
||uebkmtpsfvgvfx.com^$third-party
||uebyotcdyshk.com^$third-party
||uecjpplzfjur.com^$third-party
||ueenfeiu.com^$third-party
||uehdljkrsfaa.bid^$third-party
||uehtuvguuf.com^$third-party
||uejnzoaayhr.com^$third-party
||uembrcfeuwtsjy.com^$third-party
||uemjnvyn.com^$third-party
||uenpibqyjvim.com^$third-party
||ueosdjscxucj.com^$third-party
||uepsvcyxxrbs.bid^$third-party
||ueptzgugtxis.com^$third-party
||uerhhgezdrdi.com^$third-party
||uerladwdpkge.com^$third-party
||uescuqejoirsh.com^$third-party
||uetqkude.com^$third-party
||ueutwxdypf.bid^$third-party
||uewejiuqwqx.com^$third-party
||uezxmehb.com^$third-party
||uezychzvo.com^$third-party
||ufelatujvbhtbo.com^$third-party
||ufgtddsuhlo.com^$third-party
||ufkdsnlvxoqw.com^$third-party
||ufmnicckqyru.com^$third-party
||ufnozeotbqsn.com^$third-party
||ufnzapqvrbyx.com^$third-party
||ufptmejous.com^$third-party
||ufrbfvelweoy.com^$third-party
||ufrzvzpympib.com^$third-party
||ufugfbtpp.com^$third-party
||ufvehyxuiwe.com^$third-party
||ugbmcjmpapeo.bid^$third-party
||ugfxrrqz.bid^$third-party
||uggepqevz.com^$third-party
||uggvuuquxj.com^$third-party
||ugkppchlelde.com^$third-party
||ugobgzeiel.com^$third-party
||ugoptxnm.com^$third-party
||ugvcpwyplnj.bid^$third-party
||ugvdjzysvfivy.com^$third-party
||ugwctmus.bid^$third-party
||ugwkyqdbmpwbbi.com^$third-party
||ugxqfkslreop.bid^$third-party
||ugxyemavfvlolypdqcksmqzorlphjycckszifyknwlfcvxxihx.com^$third-party
||ugyymqcxyoi.bid^$third-party
||ugzpvflxa.com^$third-party
||uhavijwye.bid^$third-party
||uhbhfwqtbr.bid^$third-party
||uhboiygnytbql.com^$third-party
||uhccvnxi.com^$third-party
||uherdmjkbqic.com^$third-party
||uhfqrxwlnszw.com^$third-party
||uhgnxrkhoi.bid^$third-party
||uhicnlmab.com^$third-party
||uhkgydsvc.bid^$third-party
||uhnuskfd.bid^$third-party
||uhpdodqzxewhcv.com^$third-party
||uhvbjjse.com^$third-party
||uhyyacioq.com^$third-party
||uicybyysyllad.com^$third-party
||uietsotq.bid^$third-party
||uigruwtql.com^$third-party
||uihzulkvmdgv.com^$third-party
||uilknldyynwm.com^$third-party
||uilwbcwxgq.bid^$third-party
||uimrmuoztkoia.com^$third-party
||uipjeyipoumf.com^$third-party
||uiqefowmmxciwe.com^$third-party
||uiqwtgcp.com^$third-party
||uisdjvwytl.com^$third-party
||uisrihozphejjt.com^$third-party
||uixvbjknkqxfvj.com^$third-party
||uiydukxbls.bid^$third-party
||uiyeiafffdex.com^$third-party
||ujdctbsbbimb.com^$third-party
||ujebryyesbeymm.bid^$third-party
||ujjotriglqpkjh.com^$third-party
||ujlpbcsx.com^$third-party
||ujocmihdknwj.com^$third-party
||ujpakyfu.com^$third-party
||ujqafhcsrhyz.com^$third-party
||ujqbxbcqtbqt.com^$third-party
||ujrfwuzv.com^$third-party
||ujrtwvabum.com^$third-party
||ujtyosgemtnx.com^$third-party
||ujuqvalvvvof.com^$third-party
||ujwdwwfuqcgnv.com^$third-party
||ujyyciaedxqr.com^$third-party
||ujzeqfkeilro.com^$third-party
||ukbhtzbxqzzqp.bid^$third-party
||ukbxppjxfgna.com^$third-party
||ukdjbubvp.com^$third-party
||ukffjaqtxhor.com^$third-party
||ukjrbrvisps.bid^$third-party
||ukjsibgu.com^$third-party
||ukjzdydnveuc.com^$third-party
||ukksghzwxha.com^$third-party
||uklvebsp.com^$third-party
||uklyolpqnt.com^$third-party
||ukngpcuyc.com^$third-party
||uknlxuxflvlw.com^$third-party
||ukolwxqopahb.com^$third-party
||ukpdcsfermd.com^$third-party
||ukrzsrrydyysim.com^$third-party
||ukvkloytfaw.bid^$third-party
||ukxeudykhgdi.com^$third-party
||ukxpwwdnnbmqzu.bid^$third-party
||ulbriabm.com^$third-party
||uldwcpscwzkis.com^$third-party
||ulffbcunqnpv.com^$third-party
||ulhokncmea.bid^$third-party
||ullariwoi.com^$third-party
||ulnpoxaxici.bid^$third-party
||uloiugxpg.com^$third-party
||uloywtmpqskx.com^$third-party
||ulpxnhiugynh.com^$third-party
||ulrryqpp.com^$third-party
||ultjaimlrjlfl.com^$third-party
||ulwsjpfxwniz.com^$third-party
||ulyppmnm.bid^$third-party
||umafkdswjuwz.bid^$third-party
||umaglven.com^$third-party
||umboffikfkoc.com^$third-party
||umffsefd.bid^$third-party
||umjdbaog.bid^$third-party
||umlrvgjkexv.com^$third-party
||umnsvtykkptl.com^$third-party
||umqgdhsm.bid^$third-party
||umqhjmowzjrl.com^$third-party
||umqsrvdg.com^$third-party
||umrehhye.com^$third-party
||umswxgeedbaoa.bid^$third-party
||umusjdiehxbn.com^$third-party
||umvgcqaxmie.com^$third-party
||umwsjnsvfzuo.com^$third-party
||umxzhxfrrkmt.com^$third-party
||umybobusjo.com^$third-party
||umyiwkxzf.com^$third-party
||umzrccpfbnuu.com^$third-party
||uncumlzowtkn.com^$third-party
||undoxiraqm.com^$third-party
||unewqmemh.bid^$third-party
||unexqnotmzyf.com^$third-party
||unfdjwel.com^$third-party
||unffpgtoorpz.com^$third-party
||ungvncbnx.bid^$third-party
||unikmmqybjy.com^$third-party
||unjqjnzvzyrtw.com^$third-party
||unkrokwhwn.com^$third-party
||unlupxiky.bid^$third-party
||unmdrnuzgel.com^$third-party
||unmhxfutdmxcdw.com^$third-party
||unrbpcqmiybu.com^$third-party
||unrzhgdly.com^$third-party
||unwlrtefzfzj.bid^$third-party
||unxuwvntk.com^$third-party
||unyhjoehc.com^$third-party
||unztsvrjofqp.com^$third-party
||uoapkzwkoqnk.com^$third-party
||uoarbhxfyygn.com^$third-party
||uoccvsdh.com^$third-party
||uohpnvpynvsz.com^$third-party
||uoicsyuiof.com^$third-party
||uoifloesog.com^$third-party
||uokehbea.bid^$third-party
||uonbbttwys.bid^$third-party
||uoommnucvua.com^$third-party
||uoottsfgy.com^$third-party
||uopayiycy.com^$third-party
||uopzeuilt.bid^$third-party
||uoqhigwxrzplg.bid^$third-party
||uorhedemxtni.com^$third-party
||uoxbotvrs.bid^$third-party
||uoypqskiemf.bid^$third-party
||uoyznzsggodnl.com^$third-party
||uozfvskaqrgm.com^$third-party
||upckrtagwpwk.com^$third-party
||upcokvzuupn.bid^$third-party
||upgwdilkhlwguz.bid^$third-party
||upogbpseso.com^$third-party
||uppybbhxbblxa.com^$third-party
||upqhjossdznx.com^$third-party
||uprbleorptdghy.com^$third-party
||uprlyxksgcffgn.com^$third-party
||upvtnuffy.com^$third-party
||upzpyrsvvxpoey.com^$third-party
||uqbxjdeeq.com^$third-party
||uqbxznftv.com^$third-party
||uqemcyylvcdrgs.com^$third-party
||uqgloylf.com^$third-party
||uqhqcoezkn.com^$third-party
||uqhtuahgfmcx.com^$third-party
||uqihbnpqtwwzdv.com^$third-party
||uqmkkfaoqnnmlx.com^$third-party
||uqoboyvqsqpy.com^$third-party
||uqouplgwlmeqt.com^$third-party
||uqpotqld.com^$third-party
||uqqgyniatjtf.com^$third-party
||uqsoxvwffpkrt.com^$third-party
||uqyirvghv.com^$third-party
||uqzhfziupi.bid^$third-party
||urfdvrrg.com^$third-party
||urhvlgfnbdhlf.com^$third-party
||urijswfbgh.com^$third-party
||urikbkwiwy.bid^$third-party
||urjbglpktn.com^$third-party
||urpscavikbyv.com^$third-party
||urptvbryjgs.bid^$third-party
||urqctaruhm.bid^$third-party
||urqxrzrphsga.com^$third-party
||urtbxola.bid^$third-party
||urtcjxuoz.com^$third-party
||urwvswik.bid^$third-party
||urxdodnj.com^$third-party
||uryvzhvgpulaog.com^$third-party
||usaowwbxa.com^$third-party
||usclxdvvvnkdrv.com^$third-party
||uscvlpjeaggyq.com^$third-party
||usdlgonjnzpu.com^$third-party
||usfakdxuo.bid^$third-party
||usfmamdapvmfs.com^$third-party
||usfmwydo.com^$third-party
||ushqvpdtwoecis.com^$third-party
||uslbqxwum.bid^$third-party
||usmyfgrdv.bid^$third-party
||usnhsilyntf.bid^$third-party
||usoqghurirvz.com^$third-party
||uspddemi.com^$third-party
||uspsqjivl.bid^$third-party
||usrvgxowmn.com^$third-party
||usshjrket.com^$third-party
||ussscmqkjtfsx.com^$third-party
||usuanyzr.bid^$third-party
||usvgzajftrzkr.com^$third-party
||uswgkadyika.com^$third-party
||usymycvrilyt.com^$third-party
||uszpxpcoflkl.com^$third-party
||utbclxmcv.com^$third-party
||utfffrxmzuvy.com^$third-party
||uthifuehb.com^$third-party
||utiiamqdsku.com^$third-party
||utjwhrahb.bid^$third-party
||utjznnqgd.com^$third-party
||utlpwxdt.com^$third-party
||utmcttmdaoqd.com^$third-party
||utngexelkv.com^$third-party
||utnkeaqurjca.com^$third-party
||utrfixbusce.com^$third-party
||utrvcoqxyshvly.com^$third-party
||utuqrzwg.com^$third-party
||utvxgpmcnaq.com^$third-party
||utwhgyjgjw.bid^$third-party
||utxatnjs.com^$third-party
||utyhzjbwfyrz.bid^$third-party
||utyrqbgrmoxs.com^$third-party
||utyynepwwnl.com^$third-party
||utzhcsrzrlhhxn.com^$third-party
||utzpjbrtyjuj.com^$third-party
||uuaajohul.com^$third-party
||uuacjdostjloa.bid^$third-party
||uubxhbwnwmfqp.com^$third-party
||uudehlgu.com^$third-party
||uuiqhzpvfql.com^$third-party
||uujzywpxxrroh.com^$third-party
||uukqjcucva.com^$third-party
||uunriutbi.com^$third-party
||uupjizxqf.bid^$third-party
||uupqrsjbxrstncicwcdlzrcgoycrgurvfbuiraklyimzzyimrq.com^$third-party
||uuproxhcbcsl.com^$third-party
||uutfeuxmqdvdp.com^$third-party
||uuvqkppicm.com^$third-party
||uuvwcjtppeonfq.com^$third-party
||uuwoktwdmo.bid^$third-party
||uuzjerqlmxnosw.com^$third-party
||uvakjjlbjrmx.com^$third-party
||uvawalhexufy.com^$third-party
||uvcvhcbvy.bid^$third-party
||uvffdmlqwmha.com^$third-party
||uvjvnbitjmvzgk.com^$third-party
||uvlyzxml.com^$third-party
||uvmfrryhmaww.com^$third-party
||uvmsfffedzzw.com^$third-party
||uvniygdwmoojfm.com^$third-party
||uvomthuqsqx.com^$third-party
||uvppdseel.com^$third-party
||uvstluoomeys.bid^$third-party
||uvsxjyokgfz.com^$third-party
||uvxaafcozjgh.com^$third-party
||uvyascqbm.bid^$third-party
||uvyfszshvgassp.com^$third-party
||uvzfodimtska.com^$third-party
||uwdawnsge.bid^$third-party
||uwfvuohbac.com^$third-party
||uwidtpjwh.com^$third-party
||uwjczdkytwyhzh.com^$third-party
||uwkwhedvie.com^$third-party
||uwnklfxurped.com^$third-party
||uwpmwpjlxblb.com^$third-party
||uwqrwgxxkaoydo.com^$third-party
||uwrpquqrmi.bid^$third-party
||uwrzafoopcyr.com^$third-party
||uwwqyltgag.bid^$third-party
||uwxldrvqyk.com^$third-party
||uxferkyskxont.bid^$third-party
||uxibiysrllgnn.com^$third-party
||uxjekaexjsxe.bid^$third-party
||uxkkltrrxlowzo.com^$third-party
||uxlkeovekhbs.com^$third-party
||uxmskpwnsmzlro.bid^$third-party
||uxnssjly.com^$third-party
||uxokueepol.bid^$third-party
||uxrvjeyyj.com^$third-party
||uxvbvwelamufit.bid^$third-party
||uxvtglgbeshxn.bid^$third-party
||uxwruhzmztyfr.bid^$third-party
||uxxtokvw.com^$third-party
||uxyofgcf.com^$third-party
||uxzbsinjyld.com^$third-party
||uxzrpvtqv.bid^$third-party
||uyajpfaw.bid^$third-party
||uyblkzhkbgx.bid^$third-party
||uybpcwvnmkz.bid^$third-party
||uydeapvmmlvdp.com^$third-party
||uyeitlxsham.bid^$third-party
||uyeluxauiq.com^$third-party
||uyfsqkwhpihm.com^$third-party
||uyfudwfqfk.bid^$third-party
||uyhjoalu.bid^$third-party
||uyiqmcfidci.bid^$third-party
||uymxsbbh.com^$third-party
||uyojmlzpk.bid^$third-party
||uypeevqdjnbtfc.bid^$third-party
||uyqzlnmdtfpnqskyyvidmllmzauitvaijcgqjldwcwvewjgwfj.com^$third-party
||uyrmpnojgzi.com^$third-party
||uytabzmvei.com^$third-party
||uyusewjlkadj.com^$third-party
||uyxjfkgudefv.com^$third-party
||uyxjnuqbti.com^$third-party
||uyyalzrvkvmtiq.com^$third-party
||uyznjuyfyjc.com^$third-party
||uzagahwfnt.com^$third-party
||uzbboiydfzog.com^$third-party
||uzbciwrwzzhs.com^$third-party
||uzesptwcwwmt.com^$third-party
||uzikrtotjbnq.com^$third-party
||uzkkocgdasr.bid^$third-party
||uzlleehrsmibli.com^$third-party
||uzmmpskwon.com^$third-party
||uzmsexugrqz.com^$third-party
||uzpvacvhdssq.com^$third-party
||uzqptkclvcaa.com^$third-party
||uzqtaxiorsev.com^$third-party
||uzreuvnlizlz.com^$third-party
||uzrrqqzlktpymn.com^$third-party
||uzsywcdthqplzv.bid^$third-party
||uzvjymcnwngwau.bid^$third-party
||uzvuhhyymmkc.com^$third-party
||uzwweczttqlayd.com^$third-party
||uzxbnlwauycnp.bid^$third-party
||uzxbwsnhjlt.com^$third-party
||uzxyqxolrc.com^$third-party
||uzxzkkyzb.com^$third-party
||uzylpwfamhcb.com^$third-party
||uzzhylmprb.bid^$third-party
||vacnuuitxqot.com^$third-party
||vacshqmpvkbzjh.com^$third-party
||vadfygtg.bid^$third-party
||vadqibvk.com^$third-party
||vaeucrdlulu.bid^$third-party
||vafmypxwomid.com^$third-party
||vaghwpbslvbu.com^$third-party
||vagttuyfeuij.com^$third-party
||vahtbhufjkna.com^$third-party
||vahufapave.com^$third-party
||vajiyqbb.com^$third-party
||vakgkyas.com^$third-party
||vaksyrgpkz.com^$third-party
||valpkwew.com^$third-party
||vamuglchdpte.com^$third-party
||vanibwlu.bid^$third-party
||vaoajrwmjzxp.com^$third-party
||vapgfhsecbit.com^$third-party
||vaqkvpbtia.com^$third-party
||vasfxpribls.com^$third-party
||vaslssynz.com^$third-party
||vatytxdw.com^$third-party
||vauwjladxhpx.bid^$third-party
||vavdmrnsrxfgjl.com^$third-party
||vawlydqyujwmha.com^$third-party
||vbbmesayhzw.bid^$third-party
||vbdrzplqtgk.com^$third-party
||vbehjwhcbhtg.com^$third-party
||vbfjqnvw.bid^$third-party
||vbguaqweaif.com^$third-party
||vbiudrdieouauc.com^$third-party
||vbjhsdcuv.com^$third-party
||vbjpddtj.com^$third-party
||vbjvbjertwov.com^$third-party
||vbjwswnic.bid^$third-party
||vbkhjlokrdd.com^$third-party
||vblunqrovanf.com^$third-party
||vbmvbljjer.bid^$third-party
||vbnvvzedvgx.com^$third-party
||vbqcwfleda.com^$third-party
||vbskcvjdabdp.com^$third-party
||vbuhzjnj.com^$third-party
||vbupfouyymse.com^$third-party
||vbuqjdyrsrvi.com^$third-party
||vbwakfbazxd.com^$third-party
||vbwfqaisbgn.com^$third-party
||vbxrcekqkmrzyd.com^$third-party
||vbyefnnrswpn.com^$third-party
||vcavpwzzx.bid^$third-party
||vcdtowafqibekr.com^$third-party
||vcegsisugrwd.bid^$third-party
||vcfnspbgztl.com^$third-party
||vcgbtlktbagb.com^$third-party
||vcgcqbpk.com^$third-party
||vcgyhvgkcknlx.bid^$third-party
||vcjbxucwrprtu.com^$third-party
||vclmcskuvdps.bid^$third-party
||vcmosyicygejth.com^$third-party
||vcvapkiua.com^$third-party
||vcwdjbbughuy.com^$third-party
||vcwrigdrnh.com^$third-party
||vcxoizuwy.com^$third-party
||vcxqcjov.com^$third-party
||vcyxvhxysl.com^$third-party
||vczprcezg.com^$third-party
||vdacizdywoe.com^$third-party
||vdawecpymih.bid^$third-party
||vdbasihbxwea.com^$third-party
||vddhkbxeutjr.com^$third-party
||vdfoejtqimcgog.com^$third-party
||vdhmatjdoyqt.com^$third-party
||vdknliitqoe.bid^$third-party
||vdldsjqxppi.com^$third-party
||vdlvaqsbaiok.com^$third-party
||vdnwtglxprwx.com^$third-party
||vdojdljult.bid^$third-party
||vdpybqqnewhbb.bid^$third-party
||vdpyueivvsuc.com^$third-party
||vdqarbfqauec.com^$third-party
||vdqgeivta.bid^$third-party
||vdrpwkycbla.com^$third-party
||vdtaajlfocecy.com^$third-party
||vdumpcunfa.com^$third-party
||vduswjwfcexa.com^$third-party
||vduyikffas.bid^$third-party
||vdvmpzqmpsswu.bid^$third-party
||vdvylfkwjpvw.com^$third-party
||vdxfpuikz.bid^$third-party
||vdyqcdxqvebl.com^$third-party
||veancalta.bid^$third-party
||vebubhzj.com^$third-party
||veedjtyvhn.com^$third-party
||veehdmymwvvexv.com^$third-party
||veeqneifeblh.com^$third-party
||vegiqjbranp.com^$third-party
||vegmvagvesye.com^$third-party
||vehvkcnild.bid^$third-party
||vejlbuixnknc.com^$third-party
||vejrnvdsrvrbij.bid^$third-party
||vekuridufq.com^$third-party
||velfssiowmyos.com^$third-party
||velzqrqrucvmqc.com^$third-party
||vemrhavwgchp.com^$third-party
||veodxsimctsgs.com^$third-party
||veoujrnenng.com^$third-party
||vepatyei.com^$third-party
||vepcsswlpolz.com^$third-party
||vertvshonf.com^$third-party
||veswrzdcvcdooh.bid^$third-party
||vevjbdxyththv.bid^$third-party
||vevlcnvy.bid^$third-party
||vewpwrqebmwu.com^$third-party
||veytkljszaoutc.com^$third-party
||vezipelsr.com^$third-party
||vfasewomnmco.com^$third-party
||vfayoytjil.bid^$third-party
||vfbdtfucvlxi.bid^$third-party
||vfedpgmaxxkug.com^$third-party
||vffyvridwaa.com^$third-party
||vfgbeaayncdya.com^$third-party
||vfhcrxlfm.com^$third-party
||vfkfctmtgrtq.com^$third-party
||vfkuauks.com^$third-party
||vfkwaaqc.com^$third-party
||vfmzddpaznanf.bid^$third-party
||vfnemtpehzmzwc.com^$third-party
||vfnvsvxlgxbvndhgqqohfgdcfprvxqisiqhclfhdpnjzloctny.com^$third-party
||vfonfnazs.bid^$third-party
||vfousvlr.com^$third-party
||vfqkonyxf.com^$third-party
||vfsmtbtqducat.com^$third-party
||vfstdqercaffu.com^$third-party
||vfugvqbamwcjwz.bid^$third-party
||vfvbarhywkjsf.com^$third-party
||vfvjddae.bid^$third-party
||vfvufciozajzpy.com^$third-party
||vfwazmnubbtabc.com^$third-party
||vfwweckjug.bid^$third-party
||vgbvsduys.com^$third-party
||vgckzqudqhfr.com^$third-party
||vgfeahkrzixa.com^$third-party
||vgfoaxddf.bid^$third-party
||vgjawpqjn.com^$third-party
||vgjwkjinwkud.com^$third-party
||vglpukrekfij.com^$third-party
||vgmrqurgxlimcawbweuzbvbzxabsfuuxseldfapjmxoboaplmg.com^$third-party
||vgodvvcwrshk.com^$third-party
||vgogzrukn.com^$third-party
||vgomgphs.bid^$third-party
||vgqwwfkkgvufn.bid^$third-party
||vgrguzpcpc.bid^$third-party
||vgtnbvzkepbm.com^$third-party
||vgudvdgzix.bid^$third-party
||vgwdepvhkiu.bid^$third-party
||vgyakiejafjjj.com^$third-party
||vhatpbmitwcn.com^$third-party
||vhbyakilp.com^$third-party
||vhctcywajcwv.com^$third-party
||vhdvllhgyrjy.com^$third-party
||vhiaxerjzbqi.com^$third-party
||vhiuhrwapdirpu.com^$third-party
||vhjgxutx.bid^$third-party
||vhjygupbyf.bid^$third-party
||vhlnpaaxxxz.com^$third-party
||vhlsrzyt.bid^$third-party
||vhouorcd.com^$third-party
||vhpmiipdpjq.com^$third-party
||vhpqxkhvjgwx.com^$third-party
||vhscigqpwe.com^$third-party
||vhuhrhowm.com^$third-party
||vhuveukirbuz.com^$third-party
||vhwuphctrfil.com^$third-party
||vhzgmzakn.com^$third-party
||vhzzzbdtxhh.bid^$third-party
||vickgdkdrwpdt.com^$third-party
||vicofhozbuaf.com^$third-party
||vigdxlpecmv.com^$third-party
||vigrjuksi.bid^$third-party
||vimenhhpqnb.com^$third-party
||vimhuspifwyy.com^$third-party
||vimlsrcfgjyr.bid^$third-party
||vinfazjrdmh.com^$third-party
||viphdsrlec.com^$third-party
||viqfxgmgacxv.com^$third-party
||viqmadjqndqkm.com^$third-party
||virgbmkmear.com^$third-party
||viurihkwo.com^$third-party
||vivcdctagoij.com^$third-party
||vivetivcuggz.com^$third-party
||viwsqbbvfknp.com^$third-party
||vixqjiypv.com^$third-party
||viysseop.bid^$third-party
||vizsvhgfkcli.com^$third-party
||vjcewkcjqu.com^$third-party
||vjfgmsly.com^$third-party
||vjfkglkztcz.com^$third-party
||vjgfelirts.bid^$third-party
||vjgyxegvfrhthq.com^$third-party
||vjhjolgaz.com^$third-party
||vjjoarpmzb.bid^$third-party
||vjltrbzrtqmkib.com^$third-party
||vjmoisjmh.bid^$third-party
||vjoytzia.com^$third-party
||vjqshoyjxwk.com^$third-party
||vjrpdagpjwyt.com^$third-party
||vjvoahcty.bid^$third-party
||vjwjjytlbqhvmb.bid^$third-party
||vjwmtavlnvjdu.bid^$third-party
||vjyzfgwkzp.com^$third-party
||vjzcgotoy.com^$third-party
||vjzqadxswfb.bid^$third-party
||vjzqmbcx.com^$third-party
||vjzttumdetao.com^$third-party
||vkarvfrrlhmv.com^$third-party
||vkasuqsswc.com^$third-party
||vkbftstazhjgdx.com^$third-party
||vkdbvgcawubn.com^$third-party
||vkhrnisuky.com^$third-party
||vkqfzlpowalv.com^$third-party
||vkrgljxqn.com^$third-party
||vkwasihbl.com^$third-party
||vkywqkbmdkmmg.com^$third-party
||vkznlzueuuebb.com^$third-party
||vkzziiuqacv.com^$third-party
||vlaqqdwltcuk.com^$third-party
||vletnguozhvm.com^$third-party
||vlgqpikka.com^$third-party
||vlhdmywfi.com^$third-party
||vlijpebmjxmlbp.bid^$third-party
||vlivfbpuxmls.bid^$third-party
||vlkdntgqqfjusm.com^$third-party
||vllwccvw.com^$third-party
||vlnveqkifcpxdosizybusvjqkfmowoawoshlmcbittpoywblpe.com^$third-party
||vlpufjkwpmjhbn.com^$third-party
||vlrzhoueyoxw.com^$third-party
||vlscykmnd.com^$third-party
||vltjkelvgvj.com^$third-party
||vltrkltuqe.bid^$third-party
||vltvhssjbliy.com^$third-party
||vlufledr.bid^$third-party
||vlvowhlxxibn.com^$third-party
||vlwdjmvhf.com^$third-party
||vlxgszdgmnay.com^$third-party
||vlxszjkbwgt.com^$third-party
||vlyqzdsucomih.com^$third-party
||vlyuopulvewg.com^$third-party
||vmbkadalzr.bid^$third-party
||vmcpydzlqfcg.com^$third-party
||vmebrrdrtmiaan.bid^$third-party
||vmftwflt.com^$third-party
||vmfvmwqdkfdfh.bid^$third-party
||vmhadwuuj.com^$third-party
||vmkjxdahnfywwi.bid^$third-party
||vmmmofwusn.com^$third-party
||vmmphpamtigpbi.com^$third-party
||vmojhghwpsuy.com^$third-party
||vmqbifesgqs.com^$third-party
||vmrsmnrvzh.com^$third-party
||vmtaqxsf.bid^$third-party
||vmtwnkpskok.com^$third-party
||vmvhmwppcsvd.com^$third-party
||vmvuptdijjwi.com^$third-party
||vmyvsltb.com^$third-party
||vmyzwzgggbcp.com^$third-party
||vnadjbcsxfyt.com^$third-party
||vncvownr.bid^$third-party
||vndfakned.com^$third-party
||vndrcewnard.com^$third-party
||vnekbyzxamo.bid^$third-party
||vnfdwoljzoaer.com^$third-party
||vngztuqon.com^$third-party
||vnhcxditnodg.com^$third-party
||vnkydhnyjed.com^$third-party
||vnlqgiuul.com^$third-party
||vnmcbzhfcdjxt.bid^$third-party
||vnnqiqzcslnh.bid^$third-party
||vnoeiemdhqf.com^$third-party
||vnptobld.bid^$third-party
||vntcxqxuqki.com^$third-party
||vnufxjwndhsfbj.com^$third-party
||vnyginzinvmq.com^$third-party
||vnzlgmfd.com^$third-party
||voaalhaobdl.com^$third-party
||vodbordnhhemq.com^$third-party
||vodhaqaujopg.com^$third-party
||vokskdqa.com^$third-party
||voksuksb.bid^$third-party
||vokvlthjzt.bid^$third-party
||volleqgoafcb.com^$third-party
||volyncftzhw.bid^$third-party
||vomhhsovuu.bid^$third-party
||voqdswwgrheo.com^$third-party
||voqkuiowjtkwgc.com^$third-party
||vouekcjmiu.com^$third-party
||voxnrvzwy.com^$third-party
||voxucaldgpicqh.com^$third-party
||vpfiiojohjch.com^$third-party
||vpgwdlayctn.com^$third-party
||vpklpmvzbogn.com^$third-party
||vplvywqxsm.com^$third-party
||vpndcpxavg.com^$third-party
||vppabbakjzxmz.com^$third-party
||vpshsuvlh.bid^$third-party
||vpsotshujdguwijdiyzyacgwuxgnlucgsrhhhglezlkrpmdfiy.com^$third-party
||vptgnqpknpdyq.com^$third-party
||vptkyunlzfy.com^$third-party
||vpwwtzprrkcn.com^$third-party
||vpyrfomwel.com^$third-party
||vqaizaukh.com^$third-party
||vqaprwkiwset.com^$third-party
||vqdwwkficr.com^$third-party
||vqfksrwnxodc.com^$third-party
||vqfoxxxnunqkgm.com^$third-party
||vqfplemoftllvm.bid^$third-party
||vqirfafd.bid^$third-party
||vqjphqthvfl.com^$third-party
||vqkkbbivznoso.com^$third-party
||vqmcyhsi.com^$third-party
||vqmdezgkkklcc.com^$third-party
||vqmqhkjfbksda.com^$third-party
||vqnruxpecsn.com^$third-party
||vqozayvwb.bid^$third-party
||vqqvpouifhv.com^$third-party
||vqtjeddutdix.com^$third-party
||vqvnavwaxiizc.bid^$third-party
||vqvqgfpc.com^$third-party
||vqxmeseasarc.com^$third-party
||vqzqkhumdad.com^$third-party
||vrcjxjtco.bid^$third-party
||vreqpavawpbfl.bid^$third-party
||vrewpywootyu.com^$third-party
||vreyirfvpytz.com^$third-party
||vriirdcvrvanh.com^$third-party
||vrmygckv.bid^$third-party
||vrnyvgkga.bid^$third-party
||vrovhbwhvy.com^$third-party
||vroxcsjt.bid^$third-party
||vrpkzrquqnhl.bid^$third-party
||vrqajyuu.com^$third-party
||vrrupikcfcf.com^$third-party
||vrsceilj.bid^$third-party
||vrvyearwxo.com^$third-party
||vrwfujmni.bid^$third-party
||vrzparvhipmo.com^$third-party
||vsfagdicznrdsp.bid^$third-party
||vsgherxdcfon.com^$third-party
||vsgumkkc.bid^$third-party
||vsgvivozec.com^$third-party
||vshsjxfjehju.com^$third-party
||vsicchyqydlwb.com^$third-party
||vsmqqjwwnoshrj.com^$third-party
||vsoebgfizoqbiv.com^$third-party
||vsrpztnxdejo.com^$third-party
||vsrsviytlb.com^$third-party
||vsstaewjpqcymx.com^$third-party
||vsupeokq.com^$third-party
||vsvdwpuomwjhd.com^$third-party
||vswaapygj.bid^$third-party
||vsxjjmyz.com^$third-party
||vtbyvtmabpclx.com^$third-party
||vtcquvxsaosz.com^$third-party
||vtcxhnri.com^$third-party
||vtdvhmbouayj.club^$third-party
||vtemaaftwexu.com^$third-party
||vtewggxzbrcv.bid^$third-party
||vtgdjgtwl.com^$third-party
||vtijuhpxlkoq.bid^$third-party
||vtkqdqwnmv.bid^$third-party
||vtmkgqcvzvlsdt.com^$third-party
||vtncgdjuzpe.bid^$third-party
||vtoygnkflehv.com^$third-party
||vtqdavdjsymt.com^$third-party
||vtqmlzprsunm.com^$third-party
||vtukwrrfjxybsh.bid^$third-party
||vtvjkyqstvec.com^$third-party
||vtvvokys.bid^$third-party
||vuaardbsbcppb.com^$third-party
||vuajcxwi.com^$third-party
||vuanmzqzrvmp.bid^$third-party
||vucanmoywief.com^$third-party
||vucwhuao.bid^$third-party
||vudbfsnvyzxo.com^$third-party
||vudzzutdbcp.bid^$third-party
||vuikvvkcdas.com^$third-party
||vujkgxnalya.bid^$third-party
||vukgurlqg.bid^$third-party
||vulbyhxsrxcdgo.com^$third-party
||vulexmouotod.com^$third-party
||vumzegtucxqmhl.bid^$third-party
||vunklcwiwpn.com^$third-party
||vunwzlxfsogj.com^$third-party
||vuoywsri.bid^$third-party
||vuvcwrxn.com^$third-party
||vuwdqproq.com^$third-party
||vuwojxgklca.com^$third-party
||vuysooqimdbt.com^$third-party
||vvaqbhmahjb.com^$third-party
||vvaqdyzdovonc.com^$third-party
||vvbmvooy.com^$third-party
||vvcnnvcruobhr.bid^$third-party
||vvgttgprssiy.com^$third-party
||vvjlrhuzmhzlws.com^$third-party
||vvkvlqubnge.com^$third-party
||vvnfgohclkf.bid^$third-party
||vvoczokfayxwu.com^$third-party
||vvoowcdnogp.com^$third-party
||vvoqhxejowmc.bid^$third-party
||vvqeavcir.com^$third-party
||vvqpavyfkr.com^$third-party
||vvrlbbjlw.bid^$third-party
||vvrygjuozwps.com^$third-party
||vvscrhqok.com^$third-party
||vvtysgrbmx.com^$third-party
||vvvnbqnhxgs.com^$third-party
||vvwhmcopcn.bid^$third-party
||vvygnzor.com^$third-party
||vvyimltzbnu.com^$third-party
||vvziqyahhmq.bid^$third-party
||vwbnexnwpmangv.com^$third-party
||vwbvandbj.bid^$third-party
||vwdjipcvcph.com^$third-party
||vwdrpxmgehqknz.com^$third-party
||vwfvnfvelrvvww.com^$third-party
||vwgffbknpgxe.com^$third-party
||vwimfzntn.bid^$third-party
||vwkyuawm.com^$third-party
||vwpowhxrpdlmtq.bid^$third-party
||vwpoxvufxnon.com^$third-party
||vwprafiwoiut.com^$third-party
||vwsjyfsz.bid^$third-party
||vwugfpktabed.com^$third-party
||vwvnounnfteusv.com^$third-party
||vwxptkkqbyppe.com^$third-party
||vwxskpufgwww.com^$third-party
||vwyabrecdxxyma.bid^$third-party
||vwygasjfv.bid^$third-party
||vwzolswcoyla.com^$third-party
||vwzvqkcoaszyw.com^$third-party
||vxbphudphg.com^$third-party
||vxbtrsqjnjpq.com^$third-party
||vxdrqtghmztm.com^$third-party
||vxgplvhuilp.com^$third-party
||vxijqpsxpdlztm.com^$third-party
||vxkupxpf.com^$third-party
||vxlpefsjnmws.com^$third-party
||vxncdkrggd.com^$third-party
||vxneczkffmaxkf.com^$third-party
||vxnejgcewmbuk.com^$third-party
||vxqhchlyijwu.com^$third-party
||vxrpmslex.com^$third-party
||vxuhavco.com^$third-party
||vxumimuhg.com^$third-party
||vxuradoiwrwqga.bid^$third-party
||vxvxsgut.com^$third-party
||vxyqsxeo.com^$third-party
||vxzudzbjvtegu.com^$third-party
||vyagpffxvs.com^$third-party
||vybsiseapra.bid^$third-party
||vydlqaxchmij.com^$third-party
||vyeesric.bid^$third-party
||vygekimhrfto.com^$third-party
||vyjawlifnxynej.com^$third-party
||vyjwsifvybc.com^$third-party
||vykcbbytkklxp.com^$third-party
||vyozgtrtyoms.com^$third-party
||vypzcbraecdrv.bid^$third-party
||vyrvfojwci.bid^$third-party
||vyrwkkiuzgtu.com^$third-party
||vysdpgndbzylf.bid^$third-party
||vyueglbpe.bid^$third-party
||vywujhsinxfa.com^$third-party
||vywycfxgxqlv.com^$third-party
||vyycgqgcpes.com^$third-party
||vyytpvzba.bid^$third-party
||vzhbfwpo.com^$third-party
||vzhlsmmboaqxlv.com^$third-party
||vzkrfuzxoh.bid^$third-party
||vzkyivowceqcsd.com^$third-party
||vzlyapss.com^$third-party
||vzmnvqiqgxqk.com^$third-party
||vzozsebg.com^$third-party
||vzreguys.com^$third-party
||vzvbhxydn.com^$third-party
||vzvbsjdbyqxgs.bid^$third-party
||vzxnrtxpdnl.com^$third-party
||vzyclgqffpojk.com^$third-party
||vzzdazqbjs.bid^$third-party
||waarhiupyrmig.com^$third-party
||wabxsybclllz.com^$third-party
||wadmolldl.bid^$third-party
||wadrzbroefwd.com^$third-party
||waentchjzuwq.com^$third-party
||wafavwthigmc.com^$third-party
||wafrszmnbshq.com^$third-party
||walftgaqiemcx.com^$third-party
||wanrtqneiissrb.com^$third-party
||wanuqtwwpvglcr.bid^$third-party
||wapnrjqhtmm.bid^$third-party
||wapvhtyc.bid^$third-party
||watunxckibtvfm.bid^$third-party
||watxeoifxbjo.com^$third-party
||wawlfosfkdy.com^$third-party
||wawyxzfkab.com^$third-party
||waynsnuu.bid^$third-party
||wbbzegmupyl.com^$third-party
||wbejophctdunop.bid^$third-party
||wbfwyzatvqjbnf.com^$third-party
||wbgusiedyn.bid^$third-party
||wbhcemppdg.com^$third-party
||wbizijxdm.com^$third-party
||wblkmmxi.com^$third-party
||wbnndoakibxvcu.bid^$third-party
||wbnykwffygwjwr.com^$third-party
||wboewdhesyfgsk.bid^$third-party
||wbqliddtojkf.com^$third-party
||wbqnbjsjoxhu.com^$third-party
||wbshrysmjwfplk.com^$third-party
||wbswxksctrvw.com^$third-party
||wbtgigxpzog.com^$third-party
||wbtgtphzivet.com^$third-party
||wbthdphsb.com^$third-party
||wbufuclb.com^$third-party
||wbvltyeqcu.com^$third-party
||wbvsgqtwyvjb.com^$third-party
||wbvwcyssssh.com^$third-party
||wbxzrxarmzyx.com^$third-party
||wcabsbogwfxv.com^$third-party
||wcgquaaknuha.com^$third-party
||wcksovhmd.com^$third-party
||wclnrjxefu.bid^$third-party
||wclurprkyk.com^$third-party
||wcobqyeqpckkzh.com^$third-party
||wcoloqvrhhcf.com^$third-party
||wcqlebpges.com^$third-party
||wcwdjojsxbbl.com^$third-party
||wcwzzauws.com^$third-party
||wcyqoiyohhav.com^$third-party
||wcyrdtfpdaqbrq.bid^$third-party
||wcyrjlszoo.com^$third-party
||wdaomluuf.com^$third-party
||wdbddckjoguz.com^$third-party
||wdcxuezpxivqgmecukeirnsyhjpjoqdqfdtchquwyqatlwxtgq.com^$third-party
||wddtrsuqmqhw.com^$third-party
||wdjbxcdriyjoeu.com^$third-party
||wdkbcvnh.com^$third-party
||wdnalofau.bid^$third-party
||wdnflsjig.com^$third-party
||wdquizratrntwr.com^$third-party
||wduygininqbu.com^$third-party
||wdvmxgwwyzoq.bid^$third-party
||wdwczzyhzra.com^$third-party
||wdxhjmot.bid^$third-party
||wdzeuxkfvyv.com^$third-party
||webwagssicx.bid^$third-party
||weckosoew.bid^$third-party
||wedwcmjo.com^$third-party
||weekwkbulvsy.com^$third-party
||weepbvhyoo.com^$third-party
||weepjoejkqadi.com^$third-party
||wegbgideb.com^$third-party
||wehtkuhlwsxy.com^$third-party
||wejjmtywsne.com^$third-party
||welzgxwtvto.bid^$third-party
||wembbuue.com^$third-party
||wenpsnpqher.com^$third-party
||wenqyczxgpoyu.bid^$third-party
||weogkfxrkgyezq.bid^$third-party
||weoukcpr.com^$third-party
||wephuklsjobdxqllpeklcrvquyyifgkictuepzxxhzpjbclmcq.com^$third-party
||wepmmzpypfwq.com^$third-party
||wepyyttx.com^$third-party
||wepzfylndtwu.com^$third-party
||weqfcudxrrbwn.com^$third-party
||weqmhzexkepgdb.com^$third-party
||weqpkntrxqzh.com^$third-party
||wetunfdnruy.com^$third-party
||wfbqjdwwunle.com^$third-party
||wfcxcblmy.com^$third-party
||wffiuoyzo.com^$third-party
||wfiejyjdlbsrkklvxxwkferadhbcwtxrotehopgqppsqwluboc.com^$third-party
||wfjdmkjetpbgv.com^$third-party
||wfjlpnmuzoazy.com^$third-party
||wfmcdmmulkwwp.bid^$third-party
||wfnmmrtw.bid^$third-party
||wfqeqnvqdjvs.com^$third-party
||wfquqjxu.bid^$third-party
||wftduglf.com^$third-party
||wfvmifcnwd.com^$third-party
||wfwtfgrzwsonh.com^$third-party
||wfwualyxdb.com^$third-party
||wfxkcimqvt.com^$third-party
||wfyqdhypgmscy.com^$third-party
||wfywchrzpic.com^$third-party
||wfzpkmduyvx.com^$third-party
||wfzvjbdicihe.com^$third-party
||wgaycnmfz.com^$third-party
||wgclurzhgrjoq.bid^$third-party
||wgefjuno.com^$third-party
||wggmaxxawkxu.com^$third-party
||wggnmbmedlmo.com^$third-party
||wghmgbjpxmlxa.com^$third-party
||wghscopehrcafp.bid^$third-party
||wgkurvzvd.com^$third-party
||wglbionuopeh.com^$third-party
||wglbucuhxxxj.com^$third-party
||wgrbdqucfoieha.com^$third-party
||wgroobsxrnijg.com^$third-party
||wgssxjoac.com^$third-party
||wgtfdzopmae.com^$third-party
||wgulihtuzssn.com^$third-party
||wguuomjdav.com^$third-party
||wgzdpzvtvwvjtv.bid^$third-party
||wgzzzqebxfypb.com^$third-party
||whbfgaspmycyve.com^$third-party
||whdulnhnrscfqx.com^$third-party
||whgsyczcofwf.com^$third-party
||whgvyswets.com^$third-party
||whinjxmkugky.com^$third-party
||whjibbprhng.com^$third-party
||whjwcghg.com^$third-party
||whjxqqdhfp.com^$third-party
||whkwbllcctfm.com^$third-party
||whlugpfcuvryx.com^$third-party
||whlvjuprdpkg.com^$third-party
||whrnvjdv.com^$third-party
||whsihagyyhj.com^$third-party
||whsjufifuwkw.com^$third-party
||whsldqctrvuk.com^$third-party
||whtuzkvpeer.com^$third-party
||whuvrlmzyvzy.com^$third-party
||whxhegjrqlddko.com^$third-party
||whyawcjjcoexo.bid^$third-party
||whzavlaamjcnt.com^$third-party
||whzbmdeypkrb.com^$third-party
||whziccxv.com^$third-party
||whzizteutx.com^$third-party
||wiazkkjbeqr.com^$third-party
||wibvytsxrm.bid^$third-party
||wichnqeikfdp.com^$third-party
||wicxfvlozsqz.com^$third-party
||widpzvyx.com^$third-party
||wiezvhxoqhnn.com^$third-party
||wiffqhum.com^$third-party
||wifteakcp.bid^$third-party
||wihspueerhpw.com^$third-party
||wiicjajh.com^$third-party
||wijczxvihjyu.com^$third-party
||wijjidqydgsxas.com^$third-party
||wiklrrrwqqf.com^$third-party
||wiklweefcuorh.com^$third-party
||willfumyqwnkuq.com^$third-party
||wilrjvvmmplp.com^$third-party
||wimxqzilfwkn.bid^$third-party
||wiorcewmylbe.com^$third-party
||wipcpwadysghx.com^$third-party
||wipjyzwavojq.com^$third-party
||wirfpvmoblpa.com^$third-party
||witifyooqkumwn.com^$third-party
||wiykefcon.com^$third-party
||wiywlvkwwwrms.com^$third-party
||wizejdnlqwcb.com^$third-party
||wizknbrgxuqjo.com^$third-party
||wjavelurhgx.com^$third-party
||wjdjovjrxsqx.com^$third-party
||wjevvjxwg.com^$third-party
||wjgddzpvx.com^$third-party
||wjglgkuyqhaguq.com^$third-party
||wjkwjcmeymu.com^$third-party
||wjmckfsdcxpj.com^$third-party
||wjnkvhlgvixx.com^$third-party
||wjpdgueqasdgeq.com^$third-party
||wjuowevxibmg.com^$third-party
||wjvwxcnavjodj.com^$third-party
||wjwontqlqchq.com^$third-party
||wkdyvxuornxnh.com^$third-party
||wkexsfmw.com^$third-party
||wkfcadtuljnesp.bid^$third-party
||wkgaqvvwvqjg.com^$third-party
||wkggjmkrkvot.com^$third-party
||wkhkffefck.com^$third-party
||wkhychiklhdglppaeynvntkublzecyyymosjkiofraxechigon.com^$third-party
||wkjcdukkwcvr.com^$third-party
||wkloqctyiyow.com^$third-party
||wklyhvfc.com^$third-party
||wkmuxmlk.com^$third-party
||wkqmeskbz.bid^$third-party
||wksninbav.com^$third-party
||wktlsedohnly.com^$third-party
||wkuayaogbegtyp.bid^$third-party
||wkwakmsttsehi.com^$third-party
||wkzovkuc.com^$third-party
||wlcepkuuvawjdj.bid^$third-party
||wlezfkwtv.com^$third-party
||wlhbgwzgep.com^$third-party
||wlhgopaqpmwah.com^$third-party
||wljuxryvolwc.com^$third-party
||wllxevmlsutfpx.com^$third-party
||wlmclzjtd.com^$third-party
||wlozflcvz.bid^$third-party
||wlqpzcbme.com^$third-party
||wlrzptntiqez.com^$third-party
||wlszodcfwqk.com^$third-party
||wluzajogsxoy.com^$third-party
||wlvjwquv.com^$third-party
||wlzhvdqko.bid^$third-party
||wlzohrpjbuq.com^$third-party
||wlzrvihznn.bid^$third-party
||wmbfyemxvcrwow.bid^$third-party
||wmbgmyyxyz.com^$third-party
||wmfsbxjcdsbkrw.com^$third-party
||wmgtkgravimge.com^$third-party
||wmhjqkcu.bid^$third-party
||wmhksxycucxb.com^$third-party
||wmjdnluokizo.com^$third-party
||wmmnhcmkhglhl.com^$third-party
||wmmxenqgpuv.bid^$third-party
||wmouorhfomby.bid^$third-party
||wmqdgaptep.com^$third-party
||wmrlljpj.com^$third-party
||wmrynlxngdai.com^$third-party
||wmtyrdrpjbhnj.com^$third-party
||wmvcxgpdgdkz.com^$third-party
||wmvkbjuzcr.bid^$third-party
||wmvnyunntuuz.com^$third-party
||wmwkwubufart.com^$third-party
||wmxeexfle.com^$third-party
||wmzfcchqnkrux.bid^$third-party
||wnbdbmqyerfqs.com^$third-party
||wnbihqur.bid^$third-party
||wnciofaeswfp.bid^$third-party
||wnfogxdrwoaa.bid^$third-party
||wnhwpkiaozow.bid^$third-party
||wnmtmdlvqqscs.com^$third-party
||wnstpoiqrv.com^$third-party
||wntpgjzwg.com^$third-party
||wnuvhicameqiso.com^$third-party
||wnxyusrvcoosqi.com^$third-party
||wnzmauurgol.com^$third-party
||wnzxwgatxjuf.com^$third-party
||wnzzxwysay.com^$third-party
||woaoqgpq.bid^$third-party
||woetwakv.bid^$third-party
||woghqyjpiwddme.com^$third-party
||wohuuwfektlppp.bid^$third-party
||wolhopys.bid^$third-party
||wolqstldvfkuhp.com^$third-party
||wonvagfv.bid^$third-party
||wooahiymbmrd.bid^$third-party
||worqmoez.bid^$third-party
||worqvccd.bid^$third-party
||wotilhqoftvl.com^$third-party
||woxvgdtje.com^$third-party
||wozltvfxtntaqk.com^$third-party
||wpbhnyjej.com^$third-party
||wpjljadiq.com^$third-party
||wpkbwrkejd.com^$third-party
||wpkcfajkeytrro.com^$third-party
||wpktjtwsidcz.com^$third-party
||wplqgfpj.com^$third-party
||wpswyoyev.com^$third-party
||wpsyjttctdnt.com^$third-party
||wptdfllszzpczp.com^$third-party
||wptlxfgslcfcx.com^$third-party
||wpvpcuwp.com^$third-party
||wpvvlwprfbtm.com^$third-party
||wpwddinnvncto.com^$third-party
||wpwysmvy.com^$third-party
||wpxkzfet.bid^$third-party
||wpxowkmaeyrte.com^$third-party
||wpysazovofdui.com^$third-party
||wqbvqmremvgp.com^$third-party
||wqgaevqpbwgx.com^$third-party
||wqhmpzjvdmvm.com^$third-party
||wqkpadciw.com^$third-party
||wqndqrxoi.bid^$third-party
||wqnpcflbcv.com^$third-party
||wqnxcthitqpf.com^$third-party
||wqobjrevtkqym.com^$third-party
||wqocynupmbad.com^$third-party
||wqpcxujvkvhr.com^$third-party
||wqpyqirgzfqsc.com^$third-party
||wqrwopgkkohk.com^$third-party
||wqtsvqzthaoq.com^$third-party
||wqvfhbwr.com^$third-party
||wqxccfoswbwo.com^$third-party
||wqypgiakfbxb.com^$third-party
||wqzaloayckal.com^$third-party
||wqzorzjhvzqf.com^$third-party
||wrasyzhf.bid^$third-party
||wrhaobmohpzp.club^$third-party
||wrhpnrkdkbqi.com^$third-party
||wrjhekhmx.bid^$third-party
||wrkxchcsdw.com^$third-party
||wrkzbwhm.bid^$third-party
||wrmcfyzl.com^$third-party
||wrmwikcnynbk.com^$third-party
||wrqjwrrpsnnm.com^$third-party
||wrrfckzbpygz.com^$third-party
||wrrytjtsyhrnfg.com^$third-party
||wrtnetixxrmg.com^$third-party
||wrvbbyxmsqs.bid^$third-party
||wrwwvymy.com^$third-party
||wrxivlclw.com^$third-party
||wrzwnpmgt.bid^$third-party
||wsaijhlcnsqu.com^$third-party
||wscrsmuagezg.com^$third-party
||wscvmnvhanbr.com^$third-party
||wsfqmxdljrknkalwskqmefnonnyoqjmeapkmzqwghehedukmuj.com^$third-party
||wsowkqnxs.com^$third-party
||wsrjplhhhfmfsx.com^$third-party
||wsrkpjfs.com^$third-party
||wsscyuyclild.com^$third-party
||wssejwluqthda.com^$third-party
||wssqvrcqfcfn.bid^$third-party
||wstfgpdmb.bid^$third-party
||wstvcgfkvc.com^$third-party
||wsucuzkmnd.com^$third-party
||wsxqgzalf.com^$third-party
||wsyuiudkoqrf.com^$third-party
||wszpjhuosjeexj.com^$third-party
||wtdivwvldpykn.bid^$third-party
||wtgybmmqoaxsp.bid^$third-party
||wthqlngtcgwxrp.com^$third-party
||wtixtgqyztdc.com^$third-party
||wtjmnbjktbci.com^$third-party
||wtoqymftbf.bid^$third-party
||wtqrtjthyuopw.com^$third-party
||wtrzjadunrzx.com^$third-party
||wtvyenir.com^$third-party
||wtxoicsjxbsj.com^$third-party
||wtybgaghcqxoae.com^$third-party
||wtyruwwvjloyk.com^$third-party
||wuaefxberbqcv.com^$third-party
||wuatqdbzzamj.bid^$third-party
||wubdkryfkr.com^$third-party
||wucbuvitibyiy.com^$third-party
||wuekfshqhydg.bid^$third-party
||wufpseev.bid^$third-party
||wugwwcqjdfa.com^$third-party
||wuldvrdfie.com^$third-party
||wuldwvzqvqet.com^$third-party
||wulstqpsevmtj.com^$third-party
||wunccmpzjqvxe.com^$third-party
||wupjqzzpurw.bid^$third-party
||wuqdebjfhjas.bid^$third-party
||wuqdejnjxj.bid^$third-party
||wurgaxfamfgyo.com^$third-party
||wusxwgotv.com^$third-party
||wuthucbqpd.bid^$third-party
||wuuyczqcgm.com^$third-party
||wuyednuhrxvsr.com^$third-party
||wuyzotif.com^$third-party
||wvetuwwcojfgw.com^$third-party
||wvfputwcdbkoip.com^$third-party
||wvgrpwdaol.bid^$third-party
||wvhbzhlbdlq.bid^$third-party
||wvisynqx.bid^$third-party
||wvjbsdjplo.com^$third-party
||wvjjjdjficj.bid^$third-party
||wvljugmqpfyd.com^$third-party
||wvlveodsvygn.com^$third-party
||wvmtyaqdp.bid^$third-party
||wvqqugicfuac.com^$third-party
||wvrmnqgmemkw.com^$third-party
||wvrntfonizbxn.com^$third-party
||wvutzxicvmgljw.bid^$third-party
||wvvftburvtyz.com^$third-party
||wvxnvnrsahfd.bid^$third-party
||wvxywejnmpsh.bid^$third-party
||wwbzfppvhiebl.com^$third-party
||wwfjhzut.bid^$third-party
||wwgdpbvbrublvjfbeunqvkrnvggoeubcfxzdjrgcgbnvgcolbf.com^$third-party
||wwgjtcge.com^$third-party
||wwgysckwouvzkm.bid^$third-party
||wwiqinsra.bid^$third-party
||wwkowjxms.com^$third-party
||wwmcuhvqaf.com^$third-party
||wwmhlrpris.com^$third-party
||wwngdgldlsv.com^$third-party
||wwnlyzbedeum.com^$third-party
||wwnuowyww.com^$third-party
||wwohikwhl.com^$third-party
||wwqnwask.com^$third-party
||wwwmurgd.com^$third-party
||wwyblltamlcr.com^$third-party
||wwzchzpluwuon.com^$third-party
||wwznjjvkfqnyvy.com^$third-party
||wxbrdppfpr.com^$third-party
||wxdtvssnezam.com^$third-party
||wxgfqdxoserkr.bid^$third-party
||wxhpszslw.com^$third-party
||wxjqyqvagefw.com^$third-party
||wxmpekoil.com^$third-party
||wxmzfxthsnrgpu.bid^$third-party
||wxnuobpxkjgk.bid^$third-party
||wxonmzkkldhu.com^$third-party
||wxtrzeizpnp.com^$third-party
||wxupwyabry.com^$third-party
||wxvejfvmfwl.com^$third-party
||wxwxpxtoqmipif.com^$third-party
||wxxfcyoaymug.com^$third-party
||wybfcxze.com^$third-party
||wydwkpjomckb.com^$third-party
||wyhcocqu.com^$third-party
||wyjdunwcqnetus.com^$third-party
||wyjyuahcunm.bid^$third-party
||wykskkpplgfi.com^$third-party
||wyksoovox.bid^$third-party
||wylnauxhkerp.com^$third-party
||wypyocogs.bid^$third-party
||wyuakcwxmiunqj.com^$third-party
||wyueivwashc.com^$third-party
||wywrettqmke.com^$third-party
||wyycgfyum.com^$third-party
||wyyrjymqewhulr.com^$third-party
||wzadmmddcmml.com^$third-party
||wzafekkdp.com^$third-party
||wzagwfcfh.bid^$third-party
||wzcjtatqi.bid^$third-party
||wzdrtzvp.com^$third-party
||wzepkzuyaaoozu.bid^$third-party
||wzeqscnkwjuylj.bid^$third-party
||wzfgjtcgwdauf.bid^$third-party
||wzfoygianhe.com^$third-party
||wzfxaqhiapptsz.com^$third-party
||wzghuwvuyxknpv.com^$third-party
||wzhmaehmunibp.com^$third-party
||wzismevwhqixlq.com^$third-party
||wzjbvbxldfrn.com^$third-party
||wzlcpagvidi.com^$third-party
||wzlgmbmwq.bid^$third-party
||wznnfwhwwjkp.com^$third-party
||wznupnxp.com^$third-party
||wzueqhwf.com^$third-party
||wzyagambcfn.bid^$third-party
||xacexccntjbrht.com^$third-party
||xafkdsxnwinmj.com^$third-party
||xaftihkjg.com^$third-party
||xahwjirrejjh.bid^$third-party
||xahwybxa.com^$third-party
||xairgknb.com^$third-party
||xakkasmwpdwzvv.bid^$third-party
||xakmsoaozjgm.com^$third-party
||xalttgptij.com^$third-party
||xamxwvtsxdva.com^$third-party
||xanqdskuyb.com^$third-party
||xaoglctewqvhi.com^$third-party
||xapcwrvqooihr.bid^$third-party
||xapnrbvpb.com^$third-party
||xaqbpvojgi.com^$third-party
||xarnvfthbye.com^$third-party
||xasuekjguyub.com^$third-party
||xasvtjprmgz.bid^$third-party
||xauhsixqkymkra.com^$third-party
||xavipejcznxf.com^$third-party
||xavmcsvas.bid^$third-party
||xawpdwil.com^$third-party
||xaxggjsa.com^$third-party
||xbbcwbsadlrn.com^$third-party
||xbdlsolradeh.com^$third-party
||xbinjxvdnjqllh.com^$third-party
||xblcqncce.com^$third-party
||xbljpezkd.bid^$third-party
||xbmnbfzoeug.com^$third-party
||xboamxtcnfcwyf.com^$third-party
||xbofirnnmzlprd.com^$third-party
||xbrgymlwi.bid^$third-party
||xbtpmwjwsjn.com^$third-party
||xbwlphsnrcz.bid^$third-party
||xbynkkqi.com^$third-party
||xbyvexekkrnt.com^$third-party
||xbzakxofyhdy.com^$third-party
||xbzbeffqls.com^$third-party
||xbzmworkoyrx.com^$third-party
||xcajbqjdcguybf.com^$third-party
||xcakezoqgkmj.com^$third-party
||xcbiscycvs.bid^$third-party
||xcbteuhokmcj.com^$third-party
||xcgebfplttrdg.com^$third-party
||xcjelwzs.com^$third-party
||xcjoqraqjwmk.com^$third-party
||xcmfhdbumademo.bid^$third-party
||xconeeitqrrq.com^$third-party
||xcqgkkccjjucf.com^$third-party
||xcrruqesggzc.com^$third-party
||xcsgthqj.bid^$third-party
||xctiblmetgwr.com^$third-party
||xcukrfpchsxn.com^$third-party
||xcvlescqkwan.com^$third-party
||xcvtpwxz.com^$third-party
||xcwmyyglayg.com^$third-party
||xcwnwrgvwg.com^$third-party
||xcwqzbcpberyp.com^$third-party
||xcxepcbypxwf.com^$third-party
||xcxetqrzckvy.com^$third-party
||xcyptaqhl.com^$third-party
||xdcdlfejo.com^$third-party
||xddqdioms.com^$third-party
||xddydaddexkjxs.com^$third-party
||xdiyxgwojtbxft.bid^$third-party
||xdjdwpwwbky.com^$third-party
||xdjeestdoiis.com^$third-party
||xdjefibopixf.com^$third-party
||xdlmsvhhsvsp.com^$third-party
||xdonzpjglqxi.com^$third-party
||xdoygumiams.com^$third-party
||xdqjeggqm.com^$third-party
||xdqlnidntqmz.com^$third-party
||xdqoopws.bid^$third-party
||xdsydkgkbvwq.com^$third-party
||xdtliokpaiej.com^$third-party
||xdurrrklybny.com^$third-party
||xdwqixeyhvqd.com^$third-party
||xdxzfqxudc.com^$third-party
||xdzccbxbmja.bid^$third-party
||xeafosrhjk.com^$third-party
||xedwdjnyya.com^$third-party
||xedybxtqd.com^$third-party
||xeeyzkylhgprgx.bid^$third-party
||xeflnvycs.com^$third-party
||xegavyzkxowj.com^$third-party
||xegvnhpwytev.com^$third-party
||xeirmdgphdl.com^$third-party
||xeiwcnwmlv.com^$third-party
||xellvrgouivty.com^$third-party
||xewzazxkmzpc.com^$third-party
||xexklpgrsg.com^$third-party
||xffljxbbpy.com^$third-party
||xfgpmvlacsojy.bid^$third-party
||xfgqvqoyzeiu.com^$third-party
||xfmjleuaqgnuvv.com^$third-party
||xfqifppx.com^$third-party
||xfrusgbifkba.com^$third-party
||xftyznkmppep.bid^$third-party
||xfutdbnryjmh.bid^$third-party
||xfvzkoevuw.bid^$third-party
||xfwwhapm.com^$third-party
||xfwwyoxut.com^$third-party
||xfxjdoot.com^$third-party
||xgaethsnmbzi.com^$third-party
||xghretunapafes.com^$third-party
||xgmlmmulciz.com^$third-party
||xgpijbqair.com^$third-party
||xgpiuhyxbevjgs.com^$third-party
||xgrfmoisvy.com^$third-party
||xgspfcpxt.com^$third-party
||xgtrznovqaqp.com^$third-party
||xgvertjtfl.bid^$third-party
||xgwslgpad.com^$third-party
||xgxmhvcppp.bid^$third-party
||xgznkebnjme.com^$third-party
||xgzybmbwfmjd.com^$third-party
||xhdzcofomosh.com^$third-party
||xhewunoklug.com^$third-party
||xhfosyfia.com^$third-party
||xhhfpakexs.com^$third-party
||xhlrlyygx.com^$third-party
||xhmakwcpmg.bid^$third-party
||xhojlvfznietogsusdiflwvxpkfhixbgdxcnsdshxwdlnhtlih.com^$third-party
||xhqilhfrfkoecllmthusrpycaogrfivehyymyqkpmxbtomexwl.com^$third-party
||xhstxnpemardz.com^$third-party
||xhvhisywkvha.com^$third-party
||xhwqginopocs.com^$third-party
||xhwtilplkmvbxumaxwmpaqexnwxypcyndhjokwqkxcwbbsclqh.com^$third-party
||xhyjlfbqnbr.com^$third-party
||xibnqcksoax.com^$third-party
||xicnoklyvgldzh.bid^$third-party
||xicuxxferbnn.com^$third-party
||xiebddgbseoxa.com^$third-party
||xihkdzijh.com^$third-party
||xihwtdncwtxc.com^$third-party
||xijgqrrhyfa.com^$third-party
||xilnalycptredw.com^$third-party
||ximeldnjuusl.com^$third-party
||xinpmsvinfmc.bid^$third-party
||xiodoyvbauv.com^$third-party
||xiqlaxjbzjei.com^$third-party
||xirlmiyihvpi.com^$third-party
||xirtesuryeqk.com^$third-party
||xissjuywmpk.bid^$third-party
||xituxufpy.com^$third-party
||xiuekdmfaqwh.com^$third-party
||xiwhhcyzhtem.com^$third-party
||xjahyyhailnj.com^$third-party
||xjdriaiyy.com^$third-party
||xjehskjzyedb.com^$third-party
||xjfaqocrss.bid^$third-party
||xjjfgxdfpr.com^$third-party
||xjjjohojeeozv.com^$third-party
||xjompsubsozc.com^$third-party
||xjrjgfns.bid^$third-party
||xjsqhlfscjxo.com^$third-party
||xjtiqdylurgima.com^$third-party
||xjvjhqkmmst.bid^$third-party
||xjwtyrklinni.com^$third-party
||xjylcsyo.com^$third-party
||xjzqmgyr.com^$third-party
||xkawgrrrpszb.com^$third-party
||xkbsohnosdmoa.bid^$third-party
||xkcidzutjwukj.com^$third-party
||xkeeqmvs.bid^$third-party
||xkgbbiqqekja.com^$third-party
||xkgitcod.com^$third-party
||xkhxejeaarq.com^$third-party
||xkjlcqbufdlwrq.com^$third-party
||xklrckmslshvq.com^$third-party
||xkotbziugfturl.com^$third-party
||xkoyfyaqk.com^$third-party
||xkpogkffibjejj.bid^$third-party
||xkrbwsae.com^$third-party
||xkseftefd.bid^$third-party
||xksjlkzrjprce.bid^$third-party
||xkssqonbadgs.com^$third-party
||xktfhmbp.bid^$third-party
||xkwnadxakuqc.com^$third-party
||xkwnmbqef.com^$third-party
||xkygmtrrjalx.com^$third-party
||xkyicwujsmepsh.com^$third-party
||xkylfuhjh.com^$third-party
||xkziczlmpsfw.bid^$third-party
||xkzzkxntmryst.com^$third-party
||xlauvkqs.bid^$third-party
||xlavzhffzwgb.com^$third-party
||xlbosrttvas.bid^$third-party
||xlcnavkhn.bid^$third-party
||xlhhbtve.com^$third-party
||xljfxjbjw.bid^$third-party
||xlldzsgt.com^$third-party
||xlnwabndmqn.com^$third-party
||xlqkpyimdep.com^$third-party
||xlspkqpnnqj.com^$third-party
||xlvausdwsmyoww.bid^$third-party
||xmazvzvbqli.com^$third-party
||xmbyoyvs.bid^$third-party
||xmevsiig.com^$third-party
||xmgrjuqqc.com^$third-party
||xmlqerwrehfqo.com^$third-party
||xmmnwyxkfcavuqhsoxfrjplodnhzaafbpsojnqjeoofyqallmf.com^$third-party
||xmmsyipahbq.com^$third-party
||xmnnurmdrjmd.com^$third-party
||xmoyoxsx.com^$third-party
||xmrchaqjwqyvz.com^$third-party
||xmsgobwy.com^$third-party
||xmufoqjx.com^$third-party
||xmwqbnrbvghq.bid^$third-party
||xmylgmmt.com^$third-party
||xndskrtxkiv.com^$third-party
||xnfwhndl.com^$third-party
||xnjsdpohkgn.com^$third-party
||xnlxpsbs.com^$third-party
||xnmphtmerao.bid^$third-party
||xnmwxndqhyt.com^$third-party
||xnnbvckd.com^$third-party
||xnqfpnszqwpijd.com^$third-party
||xnqlhbddabfsy.com^$third-party
||xnrjtqmud.com^$third-party
||xnuuzwthzaol.com^$third-party
||xnvsheyceyjv.com^$third-party
||xnwqhydt.com^$third-party
||xnydasvpdqn.com^$third-party
||xnyiljkfdwgu.com^$third-party
||xocecytufu.com^$third-party
||xoekgcscpnipb.com^$third-party
||xojwkixxdkx.com^$third-party
||xonrbvtejfy.bid^$third-party
||xoqkhbtpnzblh.com^$third-party
||xoqwirroygxv.com^$third-party
||xoyoijhp.com^$third-party
||xpahdmitqadqda.com^$third-party
||xpahnzgke.bid^$third-party
||xpbjjdrcwuqkks.com^$third-party
||xpdwqvsbg.bid^$third-party
||xpgcrmxejlgig.com^$third-party
||xpiajagcdpkhlx.bid^$third-party
||xpiwxgifv.bid^$third-party
||xpjizpoxzosn.com^$third-party
||xpkhmrdqhiux.com^$third-party
||xplvxwesg.bid^$third-party
||xpnauxpoj.bid^$third-party
||xpnttdct.com^$third-party
||xpoqhwkbqk.com^$third-party
||xpqffnzo.bid^$third-party
||xprurfeoarxz.com^$third-party
||xptcatkpcyfeev.bid^$third-party
||xpyjxpooncbsvx.bid^$third-party
||xpywzbxjwbxafv.com^$third-party
||xpyyrkwpcpwf.com^$third-party
||xqhgisklvxrh.com^$third-party
||xqhwdjuk.bid^$third-party
||xqiqnxxy.com^$third-party
||xqjhszpussoeur.com^$third-party
||xqjrnsxiwxgcd.com^$third-party
||xqkqkfszveqvm.com^$third-party
||xqngocao.com^$third-party
||xqopbyfjdqfs.com^$third-party
||xqquphzq.bid^$third-party
||xqrjfouxkrs.com^$third-party
||xqrupeccbfpzdl.com^$third-party
||xqtadzsabcjj.bid^$third-party
||xqtymopje.com^$third-party
||xquhrikrq.com^$third-party
||xqygrmkga.bid^$third-party
||xqzkpmrgcpsw.com^$third-party
||xrapmkrsqa.com^$third-party
||xrdutkydekqpxu.bid^$third-party
||xrexjmudy.com^$third-party
||xrfjymmysdr.com^$third-party
||xrgqermbslvg.com^$third-party
||xrivpngzagpy.com^$third-party
||xrjjhkuwccu.com^$third-party
||xrkfqpbubaq.com^$third-party
||xrluvlmyuxqjme.com^$third-party
||xrmrpcbaukli.com^$third-party
||xrmtjxxeerbew.bid^$third-party
||xrmtvzpig.com^$third-party
||xrmwainxxr.bid^$third-party
||xrnmuqmpcsx.com^$third-party
||xroonucyaoqljf.com^$third-party
||xrpcbukuwdvkc.com^$third-party
||xrqkzdbnybod.com^$third-party
||xrrwwxfj.bid^$third-party
||xruuohzpxmmw.com^$third-party
||xrvyetdriwzp.com^$third-party
||xrzjigahrnxsr.bid^$third-party
||xseczkcysdvc.com^$third-party
||xsgacudwlysw.com^$third-party
||xsgcobwd.com^$third-party
||xsgpzbipelo.com^$third-party
||xshozbwcvj.bid^$third-party
||xskbsyssik.com^$third-party
||xsmafckigsdnij.com^$third-party
||xsmjzzrpxq.bid^$third-party
||xsnfmaxicj.com^$third-party
||xsnqhzbiqdmqw.com^$third-party
||xsqylzml.com^$third-party
||xsrzmhriydfcqx.com^$third-party
||xssburizmrmd.bid^$third-party
||xswezzwxh.com^$third-party
||xswnrjbzmdof.com^$third-party
||xswsrpeeyh.com^$third-party
||xswutjmmznesinsltpkefkjifvchyqiinnorwikatwbqzjelnp.com^$third-party
||xsydgnsbslbme.bid^$third-party
||xsztfrlkphqy.com^$third-party
||xtbzrwbojra.com^$third-party
||xtccyvimdr.com^$third-party
||xtcfsrxmz.com^$third-party
||xtdcotbwmmlwyu.bid^$third-party
||xtdkrqmcs.bid^$third-party
||xteabvgwersq.com^$third-party
||xtedyfawylag.com^$third-party
||xtivbxvndnv.com^$third-party
||xtixyzjeibh.com^$third-party
||xtjkieqcwn.com^$third-party
||xtmjaetqtbm.com^$third-party
||xtmuasvldoiz.com^$third-party
||xtobxolwcptm.com^$third-party
||xtozxivyaaex.com^$third-party
||xtqfguvsmroo.com^$third-party
||xtqimdqeekij.bid^$third-party
||xtsnbxwak.com^$third-party
||xttcpyfgjdkl.bid^$third-party
||xttfbyjird.bid^$third-party
||xttrofww.com^$third-party
||xtuenvlsoenwn.bid^$third-party
||xtzslqieeh.bid^$third-party
||xubqqaqhotit.com^$third-party
||xudfxpvm.com^$third-party
||xudrwfesrzl.bid^$third-party
||xugnzawkrkvu.com^$third-party
||xuhktijdskah.com^$third-party
||xuiiiqpsw.bid^$third-party
||xuikjhak.com^$third-party
||xukdsjqzkqegzv.bid^$third-party
||xumabheajpiko.bid^$third-party
||xumunjgfelw.bid^$third-party
||xuoitwefz.bid^$third-party
||xuqdbqkqgj.com^$third-party
||xurokykjwum.com^$third-party
||xurrehqawu.com^$third-party
||xuwptpzdwyaw.com^$third-party
||xuwxbdafults.com^$third-party
||xvapnjwhofiv.com^$third-party
||xvfzxuzvxcv.bid^$third-party
||xvgfmbrifa.com^$third-party
||xvijskugh.com^$third-party
||xviplxteu.com^$third-party
||xvjigtcdiogu.bid^$third-party
||xvlkfkjl.com^$third-party
||xvlohcsc.com^$third-party
||xvtbumnuj.com^$third-party
||xvtgouzdsmoeb.com^$third-party
||xvtyrcnhoanve.com^$third-party
||xvuhfmlclllby.bid^$third-party
||xvxcpdcnfgte.com^$third-party
||xwagalbvfkb.com^$third-party
||xwavfvpzg.com^$third-party
||xwavjdqttkum.com^$third-party
||xwcqrzkle.com^$third-party
||xwdlgzrnuyo.com^$third-party
||xwesxrxyopqyc.com^$third-party
||xwetmeeynns.com^$third-party
||xwgbfrnppyoc.bid^$third-party
||xwhfvjlqfy.com^$third-party
||xwmbaxufcdxb.com^$third-party
||xwonghmweu.com^$third-party
||xwrmlohlri.com^$third-party
||xwufohrjmvjy.com^$third-party
||xwvksizcphhc.com^$third-party
||xwvofxgqilhy.com^$third-party
||xwwkuacmqblu.com^$third-party
||xwwsojvluzsb.com^$third-party
||xwwvcsquuhbd.com^$third-party
||xwxbiywlavgpm.com^$third-party
||xwzhazcuyf.com^$third-party
||xxamqnqeygbk.com^$third-party
||xxchhgilfheu.com^$third-party
||xxdjmuekj.com^$third-party
||xxehantfkywk.com^$third-party
||xxelvfyvgcjo.bid^$third-party
||xxggvfkuawkri.com^$third-party
||xxhgzzinkrbbo.com^$third-party
||xxhqfprml.com^$third-party
||xxnkyesp.com^$third-party
||xxpfoxmvpjoh.bid^$third-party
||xxqriuedmqzs.com^$third-party
||xxrniridsnzr.com^$third-party
||xxwpminhccoq.com^$third-party
||xxxdeducu.bid^$third-party
||xxxwfoltlusf.bid^$third-party
||xxyafiswqcqz.com^$third-party
||xxypskosek.bid^$third-party
||xxzkqbdibdgq.com^$third-party
||xycbrnotvcat.com^$third-party
||xycpjxkkkim.com^$third-party
||xydubrrvpthmat.com^$third-party
||xyepsjnt.com^$third-party
||xyfrnfoijncmu.com^$third-party
||xygzlbizru.com^$third-party
||xyiawbjnajcm.bid^$third-party
||xyknfufvlk.bid^$third-party
||xylnwusfiyq.com^$third-party
||xymtglljft.com^$third-party
||xymuhrhbvl.com^$third-party
||xymyozxsofipvq.com^$third-party
||xynutvdh.com^$third-party
||xyrjlbxkxojoi.bid^$third-party
||xyvjknwxwtf.bid^$third-party
||xzbilyblsjrg.com^$third-party
||xzcdzfkwk.com^$third-party
||xzfhewclnun.com^$third-party
||xzfjznfiuawv.bid^$third-party
||xzfswipynyuj.com^$third-party
||xzhmjoch.bid^$third-party
||xzibhixbsler.bid^$third-party
||xziqvbico.com^$third-party
||xzismtaelciif.com^$third-party
||xzmqokbeynlv.com^$third-party
||xzooimhkjiwp.com^$third-party
||xzqbhowpbzj.bid^$third-party
||xztsmbznuwyo.com^$third-party
||xzwdhymrdxyp.com^$third-party
||xzwynraczfcq.com^$third-party
||xzywlbgldmpi.com^$third-party
||xzzcasiospbn.com^$third-party
||yaaqsdteo.com^$third-party
||yafsixmo.com^$third-party
||yagcaumz.com^$third-party
||yahbdmyvvmjh.com^$third-party
||yaifxxudxyns.com^$third-party
||yaikleyabl.com^$third-party
||yaizwjvnxctz.com^$third-party
||yalyuzvlr.bid^$third-party
||yamrxfbkpirt.com^$third-party
||yaoslgiweccw.com^$third-party
||yaqysxlohdyg.com^$third-party
||yasltdlichfd.com^$third-party
||yasnxwjtjbx.com^$third-party
||yattprdmuybn.com^$third-party
||yaujmwnwurdhm.com^$third-party
||yaxbqjjemnvben.com^$third-party
||yaxdboxgsbgh.com^$third-party
||ybbqkfzmj.com^$third-party
||ybemuzknpvkgn.bid^$third-party
||ybgbaxrzxxlr.com^$third-party
||ybhaoglgbgdk.com^$third-party
||ybhgzvkqtocedj.com^$third-party
||ybhpbkyzbihlrk.bid^$third-party
||ybikaghc.bid^$third-party
||yblileapbnc.com^$third-party
||ybmdgyywbhk.com^$third-party
||ybnuasihsy.com^$third-party
||ybofeikeckfxh.com^$third-party
||ybqqjrjf.com^$third-party
||ybrjldiexlqb.com^$third-party
||ybrmiemawkawxb.com^$third-party
||ybspoverfo.bid^$third-party
||ybtjemcg.bid^$third-party
||ybwackoidmcat.com^$third-party
||ybxhjlqurdq.com^$third-party
||ybzfsppttoaz.com^$third-party
||ycaorbftuxb.bid^$third-party
||ycbrujappmsx.bid^$third-party
||yccdyncut.bid^$third-party
||ycexjzoek.com^$third-party
||ycfprujylukkx.bid^$third-party
||ychbtidylyna.com^$third-party
||ycjwgpkudmve.com^$third-party
||yckdywmihuabu.com^$third-party
||ycmejutxukkz.com^$third-party
||ycojhxdobkrd.com^$third-party
||ycpepqbyhvtb.com^$third-party
||ycrbzasmjuo.bid^$third-party
||yctquwjbbkfa.com^$third-party
||ycuuzufqwsk.com^$third-party
||ycxpmdwail.bid^$third-party
||ycyrgutjregkw.com^$third-party
||yczdebjfskegsd.com^$third-party
||yczvwlqexzhtf.bid^$third-party
||ydaynvgmkjxvy.com^$third-party
||yddazzul.com^$third-party
||yddbgolpjwv.bid^$third-party
||ydeoxwomjpvxoz.com^$third-party
||ydfntydegmdbk.com^$third-party
||ydgjaoes.bid^$third-party
||ydkhkjmefxy.com^$third-party
||ydkrabhtgci.com^$third-party
||ydlrdzlbgs.com^$third-party
||ydoexgadghunl.bid^$third-party
||ydoksieuml.com^$third-party
||ydolseawnutnf.com^$third-party
||ydqcdaqbmfedv.bid^$third-party
||ydthazdza.com^$third-party
||ydujmccmydwu.bid^$third-party
||ydutvhtw.com^$third-party
||ydwjfuhuiesrhp.com^$third-party
||ydxeryetxyij.com^$third-party
||ydxzdniz.com^$third-party
||ydzakntxe.com^$third-party
||ydzbxtld.bid^$third-party
||yeagdfyw.com^$third-party
||yeboexwt.bid^$third-party
||yebojewh.com^$third-party
||yecviqwkapujp.bid^$third-party
||yecxfxsbkb.com^$third-party
||yefttzzn.com^$third-party
||yehazsnxdevr.com^$third-party
||yejkuusxijvzz.com^$third-party
||yenlubragf.com^$third-party
||yennwmfmbnfz.com^$third-party
||yenrsvttsfmqd.bid^$third-party
||yeonenukejm.bid^$third-party
||yeouakimhubraf.com^$third-party
||yepiafsrxffl.com^$third-party
||yeplavtzm.com^$third-party
||yesubqwrfvepm.bid^$third-party
||yesucplcylxg.com^$third-party
||yeuotdalcxqwr.com^$third-party
||yeyddgjqpwya.com^$third-party
||yfdrpdjbxjm.com^$third-party
||yfdxyyenovxir.com^$third-party
||yfezqijah.bid^$third-party
||yfgietsfti.com^$third-party
||yfgrucsngqitc.com^$third-party
||yfiycpeebse.com^$third-party
||yfkwqoswbghk.com^$third-party
||yflpucjkuwvh.com^$third-party
||yflyluiqdig.com^$third-party
||yformvcqgphol.com^$third-party
||yfoymaiiab.club^$third-party
||yfqlqjpdsckc.com^$third-party
||yfrrzyphyk.com^$third-party
||yfrsukbbfzyf.com^$third-party
||yfsbprwln.com^$third-party
||yfsgdrxjkzeak.com^$third-party
||yfzcjqpxunsn.com^$third-party
||yfzohuuguor.bid^$third-party
||ygbokgipe.bid^$third-party
||ygdnflmhslwi.com^$third-party
||ygefxaurh.com^$third-party
||ygemknajajg.com^$third-party
||ygkovmqdty.com^$third-party
||ygkqjensf.bid^$third-party
||ygngaqihz.com^$third-party
||ygrtbssc.com^$third-party
||ygsgfzydhdgd.com^$third-party
||ygvuinirwqnl.com^$third-party
||ygyymhfstzuen.com^$third-party
||yhasbgva.com^$third-party
||yhatwlkdbeewdd.bid^$third-party
||yhazcicy.bid^$third-party
||yhaztdufgmw.com^$third-party
||yhcxzccnlvm.bid^$third-party
||yhglrmvdxmxm.com^$third-party
||yhljenkljge.com^$third-party
||yhmbwgolijyac.com^$third-party
||yhnwofsz.bid^$third-party
||yhqojrhfgfsh.com^$third-party
||yhrzzoze.com^$third-party
||yhsxsjzyqfoq.com^$third-party
||yhtytxeskrqgpl.bid^$third-party
||yhyxopmgofz.com^$third-party
||yhzobwqqecaa.com^$third-party
||yibrvxydm.bid^$third-party
||yicainjezma.com^$third-party
||yidxvzosvwsd.com^$third-party
||yifuqtge.com^$third-party
||yigxdcmrgutrjl.com^$third-party
||yihibfmdq.bid^$third-party
||yikkagezqsob.com^$third-party
||yiklmnmijwlryv.com^$third-party
||yimfcnxzyqhpih.com^$third-party
||yincrkvptefw.bid^$third-party
||yintkfbxaopyb.com^$third-party
||yioklzvjkaumf.com^$third-party
||yiqyefznxc.com^$third-party
||yisscbyq.com^$third-party
||yivsfcxf.bid^$third-party
||yiyycuqozjwc.com^$third-party
||yizbtofi.bid^$third-party
||yjctwdeuz.com^$third-party
||yjdbnkgonfp.com^$third-party
||yjfhldkkfl.com^$third-party
||yjhbzagmmzqhin.bid^$third-party
||yjhwrpuqitzgh.bid^$third-party
||yjijmpezje.com^$third-party
||yjipohjtdrxncg.com^$third-party
||yjjglyoytiew.com^$third-party
||yjjtxuhfglxa.com^$third-party
||yjlocznmvvvtp.com^$third-party
||yjlyvrdpnuef.bid^$third-party
||yjmpzvoe.bid^$third-party
||yjseeodbma.com^$third-party
||yjsshralziws.com^$third-party
||yjtdbdnhcu.com^$third-party
||yjthoibc.com^$third-party
||yjwtxskmswcjc.com^$third-party
||yjwymbwcjyfed.com^$third-party
||yjxtuwpbgzwc.com^$third-party
||yjzopxkhw.bid^$third-party
||ykaakgddajbt.com^$third-party
||ykacbmxeapwi.com^$third-party
||ykalhhbkhwgyo.com^$third-party
||ykaonbmjjmyi.com^$third-party
||ykbcogkoiqdw.com^$third-party
||ykdiojhuy.bid^$third-party
||ykdmtvowoinv.com^$third-party
||ykhozkljfpdtd.com^$third-party
||ykixjehac.com^$third-party
||yklotwpbrybfl.com^$third-party
||ykmcpykr.bid^$third-party
||ykombouoo.com^$third-party
||ykqpbuqpfjsh.com^$third-party
||yktkodofnikf.com^$third-party
||ykuoujjvngtu.com^$third-party
||ykwdfjergthe.com^$third-party
||ykykbowk.com^$third-party
||ykyryixcwn.com^$third-party
||ylbaaods.com^$third-party
||ylbgokrjujtprn.bid^$third-party
||ylbhlvqqyp.bid^$third-party
||ylbslipwhfdwr.com^$third-party
||yleztmobykox.com^$third-party
||ylhjsrwqtqqb.com^$third-party
||yljjlvywdpn.com^$third-party
||yljrefexjymy.com^$third-party
||yljtytqq.com^$third-party
||ylksuifuyryt.com^$third-party
||yllfdnftjo.com^$third-party
||ylmnpenjdn.com^$third-party
||ylnmzwwc.com^$third-party
||yloidlvfhpkq.com^$third-party
||ylovduaeyeppl.com^$third-party
||ylqbiljjlyq.com^$third-party
||ylqezcnlzfsj.com^$third-party
||ylsbuudmpiks.bid^$third-party
||ylziomazxhbj.com^$third-party
||ymejzynrw.com^$third-party
||ymerjqsynqoxdm.com^$third-party
||ymgjtzciu.com^$third-party
||ymgjxtmtfl.bid^$third-party
||ymhqeelitngcr.com^$third-party
||ymlbuooxppzt.com^$third-party
||ymmoeffaosvdua.com^$third-party
||ympkaxpaf.com^$third-party
||ymsutnllwwcm.com^$third-party
||ymuhtjftw.bid^$third-party
||ymuhybbrk.com^$third-party
||ymvkirvjqgha.com^$third-party
||ymwvkruyidppb.com^$third-party
||ymzrrizntbhde.com^$third-party
||ynbymadjbgoo.bid^$third-party
||ynewcdjtop.com^$third-party
||ynhetcoypgnl.com^$third-party
||ynhonjqahrh.com^$third-party
||ynkakgknfljv.com^$third-party
||ynkbueizwqu.com^$third-party
||ynlrfiwj.com^$third-party
||ynlvwynnsstalh.com^$third-party
||ynoiezey.com^$third-party
||ynopkisq.com^$third-party
||ynqmordtj.com^$third-party
||ynrbxyxmvihoydoduefogolpzgdlpnejalxldwjlnsolmismqd.com^$third-party
||yntwcepykkts.com^$third-party
||ynuyzeqtswtd.com^$third-party
||ynvplyprjr.bid^$third-party
||ynxrrzgfkuih.com^$third-party
||ynyhiyqybbit.com^$third-party
||ynzdtoawstxvh.com^$third-party
||yobxvotn.bid^$third-party
||yocnxozede.bid^$third-party
||yocsprvjl.com^$third-party
||yodyfofkb.com^$third-party
||yofyzgkoktwlc.com^$third-party
||yogkshigsy.com^$third-party
||yojxoefvnyrc.com^$third-party
||yonmzzszhf.com^$third-party
||yoorjlleqtquez.bid^$third-party
||yoqvnnkdmqfk.com^$third-party
||yovbkyylqlmkg.bid^$third-party
||yovqbcixogwc.com^$third-party
||yoxlrphhmphq.com^$third-party
||yoxrhwtvyqt.com^$third-party
||yoywgmzjgtfl.com^$third-party
||ypbfrhlgquaj.com^$third-party
||ypcuhmevrq.bid^$third-party
||ypecfkbqgldzq.com^$third-party
||ypecrrktyo.com^$third-party
||ypfghpqnkgbxu.bid^$third-party
||yphyzxdm.com^$third-party
||ypictqesjuib.com^$third-party
||ypixrvxi.com^$third-party
||ypksjcnrsett.com^$third-party
||ypmdszuxupnxk.bid^$third-party
||ypnespepnln.com^$third-party
||yprnopqzs.com^$third-party
||yptwqjdgikmcqc.com^$third-party
||ypummbggdjex.com^$third-party
||ypyarwgh.com^$third-party
||yqbyzekybmswii.com^$third-party
||yqccpziiuak.com^$third-party
||yqhgbmyfiomx.com^$third-party
||yqjoqncxmufi.com^$third-party
||yqkxutfjzbdbml.com^$third-party
||yqlfiutmnbazmj.bid^$third-party
||yqmjmbmxzfz.com^$third-party
||yqmmjmjxdigdak.com^$third-party
||yqmnyyfe.bid^$third-party
||yqmvckcnojc.bid^$third-party
||yqpmlgwmqtwpa.bid^$third-party
||yqqxrfhtgcbxz.com^$third-party
||yqrsfisvrilz.com^$third-party
||yqtzhigbiame.com^$third-party
||yqucllrbg.com^$third-party
||yqufdqly.com^$third-party
||yqutkbvrgvar.com^$third-party
||yqvxurmg.bid^$third-party
||yqxnmyydmcw.bid^$third-party
||yrbjfusd.com^$third-party
||yrcpupgqtn.com^$third-party
||yrfjqlpvrc.bid^$third-party
||yrfrvrbmipzb.com^$third-party
||yrgnouqinylg.com^$third-party
||yrijcjiclmltxq.bid^$third-party
||yrkozodemantj.com^$third-party
||yrnzxgsjokuv.com^$third-party
||yrpjklwly.com^$third-party
||yrrcrvoivbv.com^$third-party
||yrsjqzfku.com^$third-party
||yrtyflmurngv.com^$third-party
||yruwnpnam.com^$third-party
||yrvrppewe.bid^$third-party
||yrxhmallcirx.com^$third-party
||yrzukplqjwxst.bid^$third-party
||ysaloykchjyxg.com^$third-party
||ysdacdbitdy.bid^$third-party
||ysdxcrighudjmw.com^$third-party
||ysexxayb.bid^$third-party
||ysgjivctf.com^$third-party
||yshsoycsac.com^$third-party
||ysljgoytuyfbg.com^$third-party
||ysmbdnavqsbcl.com^$third-party
||ysosfhyrbyre.com^$third-party
||ysqdjkermxyt.com^$third-party
||ysqhjwanlbhmt.com^$third-party
||ysrbddieabo.bid^$third-party
||ysrjmfaqm.com^$third-party
||ysyrcnsb.com^$third-party
||yszbigwywfzk.bid^$third-party
||ytapgckhhvou.com^$third-party
||ytaujxmxxxmm.com^$third-party
||ytbnswbr.bid^$third-party
||ytbpmzbabph.com^$third-party
||ytdoajoj.com^$third-party
||ytiqdpws.bid^$third-party
||ytiyuqfxjbke.com^$third-party
||ytjadaazjjy.bid^$third-party
||ytjocvggodnfbn.com^$third-party
||ytmmpddn.bid^$third-party
||ytrojdjen.bid^$third-party
||ytskrsravfqyuc.bid^$third-party
||yttvnnvklf.com^$third-party
||ytwtqabrkfmu.com^$third-party
||yuanaayutyd.com^$third-party
||yuazwfzvdzfc.com^$third-party
||yuehosgcoq.com^$third-party
||yuimtqtp.com^$third-party
||yukwxqnxwzghxb.com^$third-party
||yumzgezhl.com^$third-party
||yupcqrxdg.com^$third-party
||yupwqyocvvnw.com^$third-party
||yurttitxfyfh.com^$third-party
||yuywwcizs.com^$third-party
||yuyxslrprv.com^$third-party
||yuzsvoanyw.com^$third-party
||yvaovfrsu.com^$third-party
||yvbrgzeu.com^$third-party
||yvdkwgrfatt.com^$third-party
||yvdzdkiov.com^$third-party
||yvfsfoctkls.com^$third-party
||yvisvreih.com^$third-party
||yvjdvcgomph.bid^$third-party
||yvlhxqxw.com^$third-party
||yvlmcehqt.com^$third-party
||yvlrhnzid.com^$third-party
||yvmjtjtfuaspc.com^$third-party
||yvmosixxo.com^$third-party
||yvmzmyol.bid^$third-party
||yvqdhpyaoike.bid^$third-party
||yvqpoiqcijc.bid^$third-party
||yvsymvjzk.com^$third-party
||yvvafcqddpmd.com^$third-party
||yvyfyuacwz.com^$third-party
||yvystpvmpnz.com^$third-party
||ywbfhuofnvuk.com^$third-party
||ywbpprhlpins.com^$third-party
||ywcxuagtmrawx.com^$third-party
||ywegbjiv.com^$third-party
||ywlaafzvnn.com^$third-party
||ywldkddqx.bid^$third-party
||ywmbgxmtupll.bid^$third-party
||ywolsukpto.com^$third-party
||ywpkgqasoe.bid^$third-party
||ywrfqzdvd.com^$third-party
||ywsjtstwevknlc.com^$third-party
||ywsugrjvusc.com^$third-party
||ywuyrhkaiat.com^$third-party
||ywwefdjjc.bid^$third-party
||ywxjbwauqznf.com^$third-party
||ywxnjrkkrnyzc.com^$third-party
||ywzutugurhqpvs.bid^$third-party
||yxahzybkggol.com^$third-party
||yxbglezas.com^$third-party
||yxbtyzqcczra.com^$third-party
||yxcdiyaidaakp.com^$third-party
||yxcwyiipjsksc.bid^$third-party
||yxfkdvkh.com^$third-party
||yxghdgwi.bid^$third-party
||yxhyxfyibqhd.com^$third-party
||yxidkikr.bid^$third-party
||yximgdpivguxke.com^$third-party
||yxjecoghjycuvm.com^$third-party
||yxjnldaw.bid^$third-party
||yxjvmjlhyfrp.com^$third-party
||yxlibrsxbycm.com^$third-party
||yxllrysme.bid^$third-party
||yxmfjiiwzgrsyg.bid^$third-party
||yxmkiqdvnxsk.com^$third-party
||yxmnaxxfzfqa.bid^$third-party
||yxngmwzubbaa.com^$third-party
||yxoorrcfamz.bid^$third-party
||yxpkzxyajjan.com^$third-party
||yxsyvsqrkbdqym.com^$third-party
||yxtdupqc.bid^$third-party
||yxvuvzrz.com^$third-party
||yxvxjtupwlee.com^$third-party
||yxwdppixvzxau.bid^$third-party
||yxwnopnfgctpr.com^$third-party
||yyajvvjrcigf.com^$third-party
||yybpijyx.bid^$third-party
||yycikstmz.com^$third-party
||yycxldhlajjuj.com^$third-party
||yydmdsdnbtcduu.com^$third-party
||yyebntqnlvqb.bid^$third-party
||yyfnifbbeu.bid^$third-party
||yyhlnavqvcjuiq.bid^$third-party
||yylmqzhoveg.bid^$third-party
||yyndmhkv.com^$third-party
||yyqowjogchca.bid^$third-party
||yyupkqqokrus.com^$third-party
||yyuztnlcpiym.com^$third-party
||yyxknmmvdvv.bid^$third-party
||yyxntcpxxvtpuk.com^$third-party
||yyyghfmjkz.com^$third-party
||yzesxnzfhyy.com^$third-party
||yzlwuuzzehjh.com^$third-party
||yzoyfmwr.com^$third-party
||yzpesotyxwvpd.com^$third-party
||yzreywobobmw.com^$third-party
||yzsiwyvmgftjuqfoejhypwkmdawtwlpvawzewtrrrdfykqhccq.com^$third-party
||yzsmaimlijx.com^$third-party
||yzuezvrahok.com^$third-party
||yzuzfvlzi.com^$third-party
||yzveuheeothp.com^$third-party
||yzwzmxbv.com^$third-party
||yzxibuepaiyru.com^$third-party
||yzyalgnxo.com^$third-party
||yzygkqjhedpw.com^$third-party
||yzysnbqc.com^$third-party
||yzzmcxnlvyymt.com^$third-party
||zaaireapylyr.com^$third-party
||zaattuotjbkj.com^$third-party
||zabpkrvgswdroz.com^$third-party
||zacbwfgqvxan.com^$third-party
||zacqkexd.com^$third-party
||zaczpeabsygpdz.bid^$third-party
||zadhrsvmawp.com^$third-party
||zadwsvgxpfgtii.com^$third-party
||zafwmwiaqckgmc.bid^$third-party
||zahlmvosqsxmp.com^$third-party
||zajawwgpl.com^$third-party
||zamjzpwgekeo.com^$third-party
||zansceeifcmm.com^$third-party
||zapvzwydgiwz.com^$third-party
||zasccycohek.com^$third-party
||zatrlsov.com^$third-party
||zavfvuooiqvepj.com^$third-party
||zavlamhx.com^$third-party
||zawvukyxyfmi.com^$third-party
||zayhipbcxig.com^$third-party
||zbbgwhmrjx.bid^$third-party
||zbbqhdnef.com^$third-party
||zbcsmoopwqyze.com^$third-party
||zbecpoboc.com^$third-party
||zbfmwczulbb.bid^$third-party
||zbfncjtaiwngdsrxvykupflpibvbrewhemghxlwsdoluaztwyi.com^$third-party
||zbfqzqzkocbgy.bid^$third-party
||zbgeaxemkosdwv.bid^$third-party
||zbhlfwpnp.com^$third-party
||zbihwbypkany.com^$third-party
||zbjbvuei.bid^$third-party
||zbmuqkejcfww.com^$third-party
||zbqblhqlrm.com^$third-party
||zbqochqhke.bid^$third-party
||zbquabayubqbbg.bid^$third-party
||zbrkywjutuxu.com^$third-party
||zbsqhxyjlh.com^$third-party
||zbtffdiu.com^$third-party
||zbtqpkimkjcr.com^$third-party
||zbulsymgpbjv.com^$third-party
||zbutxofdxe.bid^$third-party
||zbvrqrjecs.com^$third-party
||zbwzxxysgs.bid^$third-party
||zbxzcrldzzgv.com^$third-party
||zbzdylsefv.bid^$third-party
||zbzksshdcwrka.bid^$third-party
||zcauvwmfevhox.com^$third-party
||zccebnzdujjw.com^$third-party
||zcchnqgq.com^$third-party
||zcczlrtbbx.com^$third-party
||zcczvunkmmcg.com^$third-party
||zcedqmobebmv.com^$third-party
||zcfbwlgydxo.com^$third-party
||zcinaovb.com^$third-party
||zcjxeitlmnuq.com^$third-party
||zckpaeifoq.com^$third-party
||zclivukslm.bid^$third-party
||zclxwzegqslr.com^$third-party
||zcmzmicuqlq.bid^$third-party
||zcovfcongwmn.com^$third-party
||zcqaztillrmmqu.bid^$third-party
||zcuocqfstyne.bid^$third-party
||zcwjasfrog.com^$third-party
||zdafkehcmdcphi.com^$third-party
||zdbzkrphx.bid^$third-party
||zdfyowkafur.com^$third-party
||zdhnepeadrwetg.com^$third-party
||zdjkzqwpqvwcmc.com^$third-party
||zdolhnqbtnbcx.com^$third-party
||zdplhparvrd.com^$third-party
||zdqsrdamdgmn.com^$third-party
||zdutcdhvwlpkge.com^$third-party
||zdvyzlbvrwqpf.bid^$third-party
||zdydvjzexmp.com^$third-party
||zdyfbhfmdtpm.com^$third-party
||zeantqrix.bid^$third-party
||zehwjplnopevjt.bid^$third-party
||zelxtujtigbx.com^$third-party
||zenpmagn.bid^$third-party
||zeokfeyraxls.com^$third-party
||zeujqjoifd.com^$third-party
||zeuwuxfzvaoqp.bid^$third-party
||zevszinklxyf.com^$third-party
||zexygpxlamac.com^$third-party
||zeyiihbqbswtn.bid^$third-party
||zezowfisdfyn.com^$third-party
||zfbnzfyciqzreh.com^$third-party
||zfcjtxosje.com^$third-party
||zfgistbbg.com^$third-party
||zfivwwbxblzef.bid^$third-party
||zfjmdpvlvcidyd.bid^$third-party
||zfkkmayphqrw.com^$third-party
||zfmagxsjqypmya.com^$third-party
||zfmqywrpazlx.com^$third-party
||zfnvguzg.com^$third-party
||zfoeiywwiqo.com^$third-party
||zfpsotrgboqp.com^$third-party
||zfqpjxuycxdl.com^$third-party
||zfrpmiqby.com^$third-party
||zfrzdepuaqebzlenihciadhdjzujnexvnksksqtazbaywgmzwl.com^$third-party
||zftgljkhrdze.com^$third-party
||zfubrpobdf.bid^$third-party
||zfvrrodxfb.com^$third-party
||zfwfrpcfvmd.com^$third-party
||zfwzdrzcasov.com^$third-party
||zgalejbegahc.com^$third-party
||zgalwqht.com^$third-party
||zgcplfvjpixarg.com^$third-party
||zgdejlhmzjrd.com^$third-party
||zggbloudx.com^$third-party
||zgghentqc.com^$third-party
||zggnhhadif.com^$third-party
||zgobyecdtpfq.bid^$third-party
||zgswbmzhpohhib.com^$third-party
||zgwuvfye.com^$third-party
||zgxlwlffm.com^$third-party
||zgydngnax.bid^$third-party
||zgyxizppxf.com^$third-party
||zhabyesrdnvn.com^$third-party
||zhbzxeis.bid^$third-party
||zhdjvlfszokew.com^$third-party
||zhdmplptugiu.com^$third-party
||zhihrotpyphycy.com^$third-party
||zhkziiaajuad.com^$third-party
||zhlfogiy.com^$third-party
||zhmbxvmyk.com^$third-party
||zhpdtoott.com^$third-party
||zhqbimjc.com^$third-party
||zhqzqupvgczom.com^$third-party
||zhrbwgylkeqmb.bid^$third-party
||zhrmtsxcdkjj.com^$third-party
||zhtcuchr.bid^$third-party
||zhxdiirwhtico.com^$third-party
||zhxpnywjnltskd.com^$third-party
||ziaxamkssw.com^$third-party
||zidqkapwgnsh.com^$third-party
||ziebgbikz.com^$third-party
||ziglpcxcxetsi.com^$third-party
||zijkalirgmyzj.bid^$third-party
||zijnobynjmcs.com^$third-party
||ziqdunppuzjd.com^$third-party
||zirhuqksdqeyg.com^$third-party
||zisbrygtluib.com^$third-party
||zitbvxrbai.bid^$third-party
||ziumnfnltbu.bid^$third-party
||ziuxkdcgsjhq.com^$third-party
||ziyuakulwtwn.bid^$third-party
||zizmvnytmdto.com^$third-party
||zjdnwisfiin.bid^$third-party
||zjejoxqte.com^$third-party
||zjgbpjmqfaow.com^$third-party
||zjgygpdfudfu.com^$third-party
||zjhnmbfqylme.com^$third-party
||zjjcsdfqewqqi.bid^$third-party
||zjkdrqtjowihn.com^$third-party
||zjncvhnkh.com^$third-party
||zjnmgmidmx.com^$third-party
||zjsbdjkdtjzoxh.com^$third-party
||zjsbeont.com^$third-party
||zjsnrqxltqk.com^$third-party
||zjujxffup.com^$third-party
||zjvlymwonwbp.bid^$third-party
||zjwcddahpz.com^$third-party
||zkduhoyaxw.bid^$third-party
||zkennongwozs.com^$third-party
||zkezpfdfnthb.com^$third-party
||zkfhdpogauqb.com^$third-party
||zkfjgzonjvg.com^$third-party
||zkgyibosyh.com^$third-party
||zkhqjxtzr.bid^$third-party
||zkmyaizgc.com^$third-party
||zkoumvpngkubl.com^$third-party
||zkowrpcb.com^$third-party
||zkqpoamv.com^$third-party
||zksdztizohcfy.com^$third-party
||zkvdsdsftimj.bid^$third-party
||zkzpfpoazfgq.com^$third-party
||zlahmbwm.com^$third-party
||zlbdtqoayesloeazgxkueqhfzadqjqqduwrufqemhpbrjvwaar.com^$third-party
||zldgcyoxtk.com^$third-party
||zldnbkznfs.bid^$third-party
||zlegojgwg.com^$third-party
||zlfpmrmkr.com^$third-party
||zlfttgbmzk.bid^$third-party
||zlgokeby.com^$third-party
||zlhscyahjbaq.com^$third-party
||zlkrhsbkdf.bid^$third-party
||zlkrsqad.com^$third-party
||zlmbspplqvftur.com^$third-party
||zlrlbfigwz.bid^$third-party
||zltsivah.bid^$third-party
||zlvbqseyjdna.com^$third-party
||zlxfpawyyoq.com^$third-party
||zlxwasugtn.com^$third-party
||zmbrweqglexv.com^$third-party
||zmdtxdomsoo.bid^$third-party
||zmkihizd.com^$third-party
||zmkkiqghh.com^$third-party
||zmnpobvglair.bid^$third-party
||zmnqoymznwng.com^$third-party
||zmogtyau.com^$third-party
||zmujsnyzujuy.com^$third-party
||zmutugjqvia.com^$third-party
||zmuyirmzujgk.com^$third-party
||zmxcefuntbgf.com^$third-party
||zmytwgfd.com^$third-party
||znbokxhkwx.com^$third-party
||znckkjdguw.com^$third-party
||znfnwozd.com^$third-party
||zngnfdmxsfnf.bid^$third-party
||znjwkwha.com^$third-party
||znmdscnynybx.com^$third-party
||znmrgzozlohe.com^$third-party
||znnabrxnotlm.com^$third-party
||znnmzggbw.com^$third-party
||znoumvve.com^$third-party
||znpyqdfphny.com^$third-party
||znsonssdb.bid^$third-party
||znsqykdmcjh.com^$third-party
||zntqjdvonxm.com^$third-party
||znuwbselijsmyj.com^$third-party
||znvctmolksaj.com^$third-party
||znztvqgtaivf.com^$third-party
||zobsibzczd.com^$third-party
||zodorxfj.bid^$third-party
||zohaqnxwkvyt.com^$third-party
||zoijpllqnm.com^$third-party
||zoileyozfexv.com^$third-party
||zoktycom.com^$third-party
||zomsfhgj.com^$third-party
||zonhpljclov.com^$third-party
||zoowknbw.com^$third-party
||zospzfvxkshe.com^$third-party
||zoszujvvlu.com^$third-party
||zotjktpk.com^$third-party
||zounhlyqz.com^$third-party
||zowhxkwzjpta.com^$third-party
||zoyxbjmmlsrc.com^$third-party
||zpaimilpqx.com^$third-party
||zpbgschpbkz.com^$third-party
||zpctncydojjh.com^$third-party
||zpcxpdpqllyrb.com^$third-party
||zperfcaskqrxug.com^$third-party
||zpfjfwbij.com^$third-party
||zpfoyfae.com^$third-party
||zpghmretcikhzs.com^$third-party
||zpkebyxabtsh.com^$third-party
||zpkobplsfnxf.com^$third-party
||zpkshggvjif.com^$third-party
||zplvjgpxvh.com^$third-party
||zpmbsivi.com^$third-party
||zpnbzxbiqann.com^$third-party
||zpolivtjrhjquo.com^$third-party
||zppkpktskuf.com^$third-party
||zprlpkabqlth.com^$third-party
||zprrfpczfpnh.com^$third-party
||zpsgqvvzcbni.com^$third-party
||zptncsir.com^$third-party
||zpwqekgztngd.bid^$third-party
||zpwqnicvzi.com^$third-party
||zpwtylxpfeje.com^$third-party
||zpxbdukjmcft.com^$third-party
||zpxgdlqoofx.com^$third-party
||zpxlmtujszhixe.com^$third-party
||zpznbracwdai.com^$third-party
||zpzsdmpvqudhsz.com^$third-party
||zqaxaqqqutrx.com^$third-party
||zqbjcsodjiz.bid^$third-party
||zqbnfjpewvnhjj.com^$third-party
||zqddlgcrxjmwbz.bid^$third-party
||zqdftafa.com^$third-party
||zqdvdygz.com^$third-party
||zqeskyeg.com^$third-party
||zqijyjktaxc.bid^$third-party
||zqjfpxcgivkv.com^$third-party
||zqlkekbqp.com^$third-party
||zqmxzjrhchg.com^$third-party
||zqouofoilmqfje.com^$third-party
||zqqyhcqf.com^$third-party
||zqseasmu.com^$third-party
||zqskkhcxd.bid^$third-party
||zqswmyzlkcvrtu.com^$third-party
||zqxmeahcm.com^$third-party
||zramisxvxmkf.com^$third-party
||zrbhmhzzdj.com^$third-party
||zrbhyvkpgeyn.com^$third-party
||zrcaldozggijht.com^$third-party
||zrcavgvtxqcbu.com^$third-party
||zrdjojunihbox.bid^$third-party
||zrelqwrx.bid^$third-party
||zreqmcewq.com^$third-party
||zrhskqzfh.com^$third-party
||zricmrcrlmdeg.com^$third-party
||zrosbqwecw.com^$third-party
||zrrgjpsb.bid^$third-party
||zrufclmvlsct.com^$third-party
||zrxgdnxneslb.com^$third-party
||zrzgnzel.com^$third-party
||zsancthhfvqm.com^$third-party
||zsbifpiosqedn.bid^$third-party
||zsdhypkxyodiw.bid^$third-party
||zsdlyigktdly.bid^$third-party
||zsihqvjfwwlk.com^$third-party
||zsikmzoehqw.com^$third-party
||zslembevfypr.com^$third-party
||zsruuckp.com^$third-party
||zsuqhunoiex.com^$third-party
||zswlvohr.com^$third-party
||zsxaeudw.bid^$third-party
||zsxlpdtnyyau.com^$third-party
||zsxwpotlxihvk.com^$third-party
||ztcysvupksjt.com^$third-party
||ztfrlktqtcnl.com^$third-party
||zthnscjdamcolo.com^$third-party
||ztioesdyffrr.com^$third-party
||ztiqalyrbfsnl.com^$third-party
||ztmwkxvvyoao.com^$third-party
||ztorjgyxni.com^$third-party
||ztslmijniaoqip.com^$third-party
||ztstwgxjhkuwj.com^$third-party
||zttlnqce.com^$third-party
||ztwfeajx.bid^$third-party
||ztxohhagymj.com^$third-party
||ztylfmoxqnafl.com^$third-party
||ztyrgxdelngf.com^$third-party
||ztzfcmbsycout.bid^$third-party
||zualhpolssus.com^$third-party
||zucnclozfb.com^$third-party
||zudlddyzgogsh.com^$third-party
||zudyyulnjdqmn.com^$third-party
||zueqwtbryx.bid^$third-party
||zuiiyzgiof.com^$third-party
||zukbmxbrv.com^$third-party
||zukipoayrlh.com^$third-party
||zunjxpwiztqgt.bid^$third-party
||zupeaoohmntp.com^$third-party
||zursiicizyhd.com^$third-party
||zuszohaosnrssk.com^$third-party
||zutnlpnzxtt.com^$third-party
||zuuwfrphdgxk.com^$third-party
||zuwaodorkyrrp.com^$third-party
||zuwuqxstogbj.com^$third-party
||zuxanrebeceko.com^$third-party
||zuybvpprdoo.com^$third-party
||zvaianux.bid^$third-party
||zvdacnjhetcrq.com^$third-party
||zvdotftdxkfsv.bid^$third-party
||zvefwiecrw.bid^$third-party
||zvfrfoxima.com^$third-party
||zvhwebvc.com^$third-party
||zvicyjvyox.bid^$third-party
||zvjwzcazv.com^$third-party
||zvmprcnihkk.com^$third-party
||zvovdtomwa.com^$third-party
||zvqjjurhikku.com^$third-party
||zvrwttooqgeb.com^$third-party
||zvsjiigao.com^$third-party
||zvswmofga.com^$third-party
||zvttlvbclihk.com^$third-party
||zvuespzsdgdq.com^$third-party
||zwbiaekgsx.com^$third-party
||zwbyxaojzxc.bid^$third-party
||zwcuvwssfydj.com^$third-party
||zweigciinmslan.com^$third-party
||zwfvzxmc.com^$third-party
||zwjnzhln.bid^$third-party
||zwmauyerfotyh.com^$third-party
||zwpaujzg.com^$third-party
||zwprxzbnzxc.com^$third-party
||zwqfnizwcvbx.com^$third-party
||zwsyqdnhnyzckt.com^$third-party
||zwurpwlleo.bid^$third-party
||zwuygjzjrjnedg.com^$third-party
||zwxaraxq.com^$third-party
||zwxfsqruqlim.com^$third-party
||zxadziqqayup.com^$third-party
||zxafncddmww.com^$third-party
||zxaoudwcljrtig.com^$third-party
||zxaveqdykktbvl.bid^$third-party
||zxavxgjcjmkh.com^$third-party
||zxazzpdvhf.bid^$third-party
||zxbjgrxbcgrp.com^$third-party
||zxbzuyuifdqj.com^$third-party
||zxcrsyhkndzoc.com^$third-party
||zxczritytzsjz.com^$third-party
||zxdgmcgpp.com^$third-party
||zxeyqwgwsfv.com^$third-party
||zxiikxeagmferu.com^$third-party
||zxjmybvewmso.com^$third-party
||zxkrdvrijsp.com^$third-party
||zxlchzyluskvj.com^$third-party
||zxmkvelyft.bid^$third-party
||zxpevjccjb.com^$third-party
||zxqeycvsetkh.com^$third-party
||zxqudunt.com^$third-party
||zxreyuxvrjzxa.com^$third-party
||zxwnolwaump.com^$third-party
||zxxfoccanf.com^$third-party
||zxxzqiqbchqkaw.com^$third-party
||zyaorkkdvcbl.com^$third-party
||zybztgtsxq.bid^$third-party
||zycvyudt.com^$third-party
||zydfsiuhqkbsqh.com^$third-party
||zyeawuzisttu.com^$third-party
||zyfuywrjbxyf.com^$third-party
||zygrlkimddjzd.com^$third-party
||zyikzhgqzjyvgu.com^$third-party
||zyjjmszszum.bid^$third-party
||zykqvbxfdqbdvj.com^$third-party
||zyleqnzmvupg.com^$third-party
||zylokfmgrtzv.com^$third-party
||zymaevtin.bid^$third-party
||zymngxjmm.bid^$third-party
||zyqlfplqdgxu.com^$third-party
||zyxaituruuod.com^$third-party
||zyxtecsff.bid^$third-party
||zzdnkvjaikjth.com^$third-party
||zzevmjynoljz.bid^$third-party
||zzfycxsu.com^$third-party
||zzgqqdmnrhhals.com^$third-party
||zzhgpbovlhinj.com^$third-party
||zziblxasbl.bid^$third-party
||zzkrxder.com^$third-party
||zzmwzarweka.com^$third-party
||zzmyypjedpfxck.com^$third-party
||zzomiuob.com^$third-party
||zzoxzkpqmklr.com^$third-party
||zzqnkezokbegc.bid^$third-party
||zzrdvzryaiwsin.com^$third-party
||zzvjaqnkq.bid^$third-party
||zzwajufm.com^$third-party
||zzwzjidz.bid^$third-party
||zzxosget.com^$third-party
||addonsmash.com^$third-party
||axeldivision.com^$third-party
||chameleon.ad^$third-party
||cleanbrowser.network^$third-party
||handy-tab.com^$third-party
||mybitsearch.com^$third-party
||planktab.com^$third-party
||searchdims.network^$third-party
||securesurf.biz^$third-party
||smashnewtab.com^$third-party
||spiralstab.com^$third-party
||yatab.net^$third-party
||07cdgbg.com^$image,third-party
||0nso0tq1sa4.ml^$image,third-party
||23rsdsfdsf.com^$image,third-party
||247view.net^$image,third-party
||2nmv0xafd.tk^$image,third-party
||3dfrsdwde.com^$image,third-party
||3hfeox35grw.ga^$image,third-party
||46779ff4.net^$image,third-party
||4ervtcv.com^$image,third-party
||4trgergq.net^$image,third-party
||546qwee.net^$image,third-party
||56sgtrx.com^$image,third-party
||6dfggjbgt.com^$image,third-party
||9pohbga.com^$image,third-party
||absilf.com^$image,third-party
||absilf.link^$image,third-party
||absquint.com^$image,third-party
||acceletor.net^$image,third-party
||accltr.com^$image,third-party
||accmndtion.org^$image,third-party
||addo-mnton.com^$image,third-party
||advuatianf.com^$image,third-party
||aistilierf.com^$image,third-party
||allianrd.net^$image,third-party
||ambushar.net^$image,third-party
||anomiely.com^$image,third-party
||antuandi.net^$image,third-party
||anumiltrk.com^$image,third-party
||aocular.com^$image,third-party
||appr8.net^$image,third-party
||artbr.net^$image,third-party
||asssdfjh.net^$image,third-party
||azwergz.net^$image,third-party
||baordrid.com^$image,third-party
||batarsur.com^$image,third-party
||baungarnr.com^$image,third-party
||biankord.net^$image,third-party
||biastoful.net^$image,third-party
||billaruze.net^$image,third-party
||blaundorz.com^$image,third-party
||blazwuatr.com^$image,third-party
||bliankerd.net^$image,third-party
||blindury.com^$image,third-party
||blipi.net^$image,third-party
||blowwor.com^$image,third-party
||blowwor.link^$image,third-party
||bluandi.com^$image,third-party
||bluazard.net^$image,third-party
||bluposr.com^$image,third-party
||boafernd.com^$image,third-party
||bridlonz.com^$image,third-party
||bridlonz.link^$image,third-party
||briduend.com^$image,third-party
||bualtwif.com^$image,third-party
||buamingh.com^$image,third-party
||buandirs.net^$image,third-party
||buandorw.com^$image,third-party
||buangkoj.com^$image,third-party
||buarier.net^$image,third-party
||buatongz.net^$image,third-party
||buhafr.net^$image,third-party
||buoalait.com^$image,third-party
||c8factor.com^$image,third-party
||casiours.com^$image,third-party
||changosity.com^$image,third-party
||chansiar.net^$image,third-party
||charctr.com^$image,third-party
||chiuawa.net^$image,third-party
||chualangry.com^$image,third-party
||clicksifter.com^$image,third-party
||coaterhand.net^$image,third-party
||compoter.net^$image,third-party
||conexitry.com^$image,third-party
||content-4-u.com^$image,third-party
||contentolyze.net^$image,third-party
||contentr.net^$image,third-party
||cotnr.com^$image,third-party
||crhikay.me^$image,third-party
||cuantroy.com^$image,third-party
||cuasparian.com^$image,third-party
||d3lens.com^$image,third-party
||d4orbital.com^$image,third-party
||derkopd.com^$image,third-party
||deuskex.link^$image,third-party
||dgergrwre.com^$image,third-party
||dgg3632.com^$image,third-party
||dhftcgd.net^$image,third-party
||diabolicaf.com^$image,third-party
||dilpy.org^$image,third-party
||discvr.net^$image,third-party
||domri.net^$image,third-party
||doumantr.com^$image,third-party
||draugonda.net^$image,third-party
||drfflt.info^$image,third-party
||drfxtg.ga^$image,third-party
||drndi.net^$image,third-party
||duactinor.net^$image,third-party
||duading.link^$image,third-party
||duaing.net^$image,third-party
||duamews.com^$image,third-party
||duavindr.com^$image,third-party
||dutolats.net^$image,third-party
||dwdewew.com^$image,third-party
||e68j3kcovju.cf^$image,third-party
||economyobserver.com^$image,third-party
||ectensian.net^$image,third-party
||edabl.net^$image,third-party
||edgualf.com^$image,third-party
||elepheny.com^$image,third-party
||entru.co^$image,third-party
||ergers.net^$image,third-party
||ergewrg.com^$image,third-party
||erht5jhy.com^$image,third-party
||ershgrst.com^$image,third-party
||erteesffesf.com^$image,third-party
||erwgerwt.com^$image,third-party
||esults.net^$image,third-party
||etxbcbdhf.com^$image,third-party
||exactly0r.com^$image,third-party
||exciliburn.com^$image,third-party
||excolobar.com^$image,third-party
||exernala.com^$image,third-party
||exlpor.com^$image,third-party
||extonsuan.com^$image,third-party
||ezzrewrad.com^$image,third-party
||fairad.co^$image,third-party
||faunsts.me^$image,third-party
||fdhgxdfdfd.com^$image,third-party
||fegesd.net^$image,third-party
||fer4ere.com^$image,third-party
||fhddhfhz.com^$image,third-party
||fhgtrhrt.net^$image,third-party
||flaudnrs.me^$image,third-party
||flaurse.net^$image,third-party
||fleawier.com^$image,third-party
||flux16.com^$image,third-party
||foulsomty.com^$image,third-party
||fowar.net^$image,third-party
||frevi.net^$image,third-party
||frhgxd.com^$image,third-party
||frizergt.net^$image,third-party
||frlssw.me^$image,third-party
||fruamens.com^$image,third-party
||frxle.com^$image,third-party
||frxrydv.com^$image,third-party
||frzdrn.info^$image,third-party
||fuandarst.com^$image,third-party
||genegd.com^$image,third-party
||gerengd.link^$image,third-party
||gertgh.com^$image,third-party
||gghfncd.net^$image,third-party
||ghrgaxcc.net^$image,third-party
||gruadhc.com^$image,third-party
||gruanchd.link^$image,third-party
||gruandors.net^$image,third-party
||gtsgdddss.com^$image,third-party
||gualdoniye.com^$image,third-party
||guaperty.net^$image,third-party
||guiandr.com^$image,third-party
||gusufrs.me^$image,third-party
||h456u54f.net^$image,third-party
||hapnr.net^$image,third-party
||havnr.com^$image,third-party
||heizuanubr.net^$image,third-party
||hjklf.com^$image,third-party
||hobri.net^$image,third-party
||holmgard.link^$image,third-party
||hoppr.co^$image,third-party
||hrtydgs.net^$image,third-party
||huamfriys.net^$image,third-party
||iambibiler.net^$image,third-party
||ignup.com^$image,third-party
||ij32ialcmg.cf^$image,third-party
||incotand.com^$image,third-party
||induanajo.com^$image,third-party
||inomoang.com^$image,third-party
||insiruand.com^$image,third-party
||inter1ads.com^$third-party
||invetpl.com^$image,third-party
||ioghdgdgss.com^$image,third-party
||iunbrudy.net^$image,third-party
||ivism.org^$image,third-party
||jaspensar.com^$image,third-party
||jdrm4.com^$image,third-party
||jellr.net^$image,third-party
||jerwing.net^$image,third-party
||jianscoat.com^$image,third-party
||juapinesr.net^$image,third-party
||juarinet.com^$image,third-party
||juosanf.com^$image,third-party
||juruasikr.net^$image,third-party
||jusukrs.com^$image,third-party
||jyjmyjm.com^$image,third-party
||k5zoom.com^$image,third-party
||kidasfid.com^$image,third-party
||kilomonj.net^$image,third-party
||kioshow.com^$image,third-party
||klmsjdf.ml^$image,third-party
||knoandr.com^$image,third-party
||kowodan.net^$image,third-party
||kriaspuy.net^$image,third-party
||ksdaogaju1.cf^$image,third-party
||kuamanan.com^$image,third-party
||kuangard.net^$image,third-party
||l7vmre48lum.ga^$image,third-party
||leanoisgo.com^$image,third-party
||lesuard.com^$image,third-party
||lia-ndr.com^$image,third-party
||ligssadfd.com^$image,third-party
||liksuad.com^$image,third-party
||lirte.org^$image,third-party
||liveclik.co^$image,third-party
||loopr.co^$image,third-party
||luadcik.com^$image,third-party
||lunio.net^$image,third-party
||m4vbkchfp6.tk^$image,third-party
||maningrs.com^$image,third-party
||marvilias.com^$image,third-party
||meniald.com^$image,third-party
||monova.site^$image,third-party
||moucitons.com^$image,third-party
||muatrasec.com^$image,third-party
||muriarw.com^$image,third-party
||nrfort.com^$image,third-party
||nuafguy.com^$image,third-party
||nuaknamg.net^$image,third-party
||nualoghy.com^$image,third-party
||nuzilung.net^$image,third-party
||of8wzl97iq.tk^$image,third-party
||ofgbefrhs.com^$image,third-party
||oiurtedh.com^$image,third-party
||ojujyjjgg.com^$image,third-party
||ootloakr.com^$image,third-party
||oplo.org^$image,third-party
||opner.co^$image,third-party
||opter.co^$image,third-party
||oq8dojwz7hd.tk^$image,third-party
||orbitfour47.com^$image,third-party
||osrto.com^$image,third-party
||p7vortex.com^$image,third-party
||pferetgf.com^$image,third-party
||pianoldor.com^$image,third-party
||picstunoar.com^$image,third-party
||pikkr.net^$image,third-party
||pivt2fueu68.ml^$image,third-party
||pjdhfwe.com^$image,third-party
||plex2.com^$image,third-party
||poaulpos.net^$image,third-party
||poaurtor.com^$image,third-party
||polawrg.com^$image,third-party
||polephen.com^$image,third-party
||prfffc.info^$image,third-party
||prndi.net^$image,third-party
||puoplord.link^$image,third-party
||puoplord.net^$image,third-party
||putkjter.com^$image,third-party
||pw6lrr05k7c.cf^$image,third-party
||q3d9whbdhpb.tk^$image,third-party
||q3sift.com^$image,third-party
||qaulinf.com^$image,third-party
||qetstdbssdvs.com^$image,third-party
||qewa33a.com^$image,third-party
||qfosjgnd.net^$image,third-party
||qftdsg.com^$image,third-party
||qsdlk.tk^$image,third-party
||quandrer.link^$image,third-party
||quickmoneyanswers.org^$image,third-party
||qulifiad.com^$image,third-party
||qwemfst.com^$image,third-party
||qwewas.info^$image,third-party
||qwewdw.net^$image,third-party
||qwrfpgf.com^$image,third-party
||qzsccm.com^$image,third-party
||r3seek.com^$image,third-party
||rddywd.com^$image,third-party
||rdige.com^$image,third-party
||reaspans.com^$image,third-party
||regdsvee.com^$image,third-party
||regersd.net^$image,third-party
||rehtsacdr.com^$image,third-party
||rehyery.com^$image,third-party
||reitb.com^$image,third-party
||reydzcfg.net^$image,third-party
||rfgre.info^$image,third-party
||rheneyer.net^$image,third-party
||rherser.com^$image,third-party
||rhgersf.com^$image,third-party
||rigistrar.net^$image,third-party
||rlex.org^$image,third-party
||rterdf.me^$image,third-party
||sddddjsjf.net^$image,third-party
||shgnts.net^$image,third-party
||sk1ofrz7y3h.cf^$image,third-party
||snfsnm5.net^$image,third-party
||t3xsrbhtlrr.ml^$image,third-party
||tjdasfdssd.com^$image,third-party
||uyiyuiyuiy.com^$image,third-party
||weqwdwdda.com^$image,third-party
||weufdhsas.com^$image,third-party
||wfghrgscs.com^$image,third-party
||wqtdtstdxg.com^$image,third-party
||yuilkj.gq^$image,third-party
||zcrfefgrg.com^$image,third-party
||zyjp395ihvb.ga^$image,third-party
||ruandorg.com^$image,third-party
||ruandr.com^$image,third-party
||ruandr.link^$image,third-party
||ruap-oldr.net^$image,third-party
||rugistoto.net^$image,third-party
||rugistratuan.com^$image,third-party
||sdjkldfhy.com^$image,third-party
||selectr.net^$image,third-party
||sfesd.net^$image,third-party
||shoapinh.com^$image,third-party
||sightr.net^$image,third-party
||simusangr.com^$image,third-party
||slacaxy.com^$image,third-party
||smethgiar.com^$image,third-party
||spamualfr.com^$image,third-party
||speandorf.net^$image,third-party
||spereminf.com^$image,third-party
||splazards.com^$image,third-party
||spoa-soard.com^$image,third-party
||suadimons.net^$image,third-party
||suarbiard.com^$image,third-party
||suartings.com^$image,third-party
||suavalds.com^$image,third-party
||swualyer.com^$image,third-party
||sxrrxa.net^$image,third-party
||t3sort.com^$image,third-party
||t7row.com^$image,third-party
||tersur.link^$image,third-party
||tersur.net^$image,third-party
||th4wwe.net^$image,third-party
||thiscdn.com^$image,third-party
||thrilamd.net^$image,third-party
||thrutime.net^$image,third-party
||thsdfrgr.com^$image,third-party
||tiawander.net^$image,third-party
||tolosgrey.net^$image,third-party
||topdi.net^$image,third-party
||totallifeguru.com^$image,third-party
||trinusuras.net^$image,third-party
||trjhhuhn.com^$image,third-party
||trllxv.co^$image,third-party
||trndi.net^$image,third-party
||trualaid.com^$image,third-party
||tualipoly.net^$image,third-party
||turanasi.com^$image,third-party
||uanbalible.com^$image,third-party
||unuarvse.net^$image,third-party
||uppo.co^$image,third-party
||username1.link^$image,third-party
||v8bridge.link^$image,third-party
||vferwqf.com^$image,third-party
||vicegnem.click^$third-party
||vieway.co^$image,third-party
||viewscout.com^$image,third-party
||viralfix.net^$image,third-party
||virsualr.com^$image,third-party
||vopdi.com^$image,third-party
||vpuoplord.link^$image,third-party
||vuadiolgy.net^$image,third-party
||vualawilk.com^$image,third-party
||waddr.com^$image,third-party
||wensdteuy.com^$image,third-party
||wesdsdds.com^$image,third-party
||wgt4wetwe.net^$image,third-party
||wolopiar.com^$image,third-party
||wopdi.com^$image,third-party
||wqqqpe.com^$image,third-party
||wuakula.net^$image,third-party
||wuarnurf.net^$image,third-party
||wuatriser.net^$image,third-party
||wudr.net^$image,third-party
||xcrsqg.com^$image,third-party
||xplrer.co^$image,third-party
||xylopologyn.com^$image,third-party
||yardr.net^$image,third-party
||yavli.link^$image,third-party
||yerstrd.net^$image,third-party
||yobr.net^$image,third-party
||yodr.net^$image,third-party
||yojhyfo.com^$image,third-party
||yomri.net^$image,third-party
||yopdi.com^$image,third-party
||ypppdc.com^$image,third-party
||ypprr.com^$image,third-party
||yrrrbn.me^$image,third-party
||yualongf.net^$image,third-party
||yuasaghn.com^$image,third-party
||yvsystem.com^$image,third-party
||z4pick.com^$image,third-party
||ziccardia.com^$image,third-party
||zomri.net^$image,third-party
||zrfrornn.net^$image,third-party
||adalgo.info^$third-party
||adlerbo.info^$third-party
||adwalte.info^$third-party
||ahvawat.info^$third-party
||ajtoxed.info^$third-party
||akmota.info^$third-party
||aknice.info^$third-party
||antotu.info^$third-party
||arpelog.info^$third-party
||asinole.info^$third-party
||askarer.info^$third-party
||asmosi.info^$third-party
||awcompe.info^$third-party
||awdigit.info^$third-party
||aznapoz.info^$third-party
||berkuri.info^$third-party
||byktana.info^$third-party
||casterist.info^$third-party
||chakryzh.info^$third-party
||chyatikho.info^$third-party
||cvergon.info^$third-party
||dbusiki.info^$third-party
||depodub.info^$third-party
||diktafe.info^$third-party
||dochyedu.info^$third-party
||dolgelo.info^$third-party
||drugog.info^$third-party
||dygadan.info^$third-party
||ebeda.info^$third-party
||ecsexyp.info^$third-party
||eldogal.info^$third-party
||elwarvi.info^$third-party
||emlifok.info^$third-party
||endile.info^$third-party
||estocaf.info^$third-party
||exwazar.info^$third-party
||eztexas.info^$third-party
||fejki.info^$third-party
||fermolo.info^$third-party
||fetymi.info^$third-party
||fmebili.info^$third-party
||fzoneli.info^$third-party
||galkama.info^$third-party
||genroso.info^$third-party
||getgale.info^$third-party
||glumifo.info^$third-party
||govbusi.info^$third-party
||grobido.info^$third-party
||hikvar.ru^$third-party
||hranere.info^$third-party
||hutfora.info^$third-party
||hvato.info^$third-party
||idexoro.info^$third-party
||igligan.info^$third-party
||igopol.info^$third-party
||iltevo.info^$third-party
||imbetan.info^$third-party
||imeteti.info^$third-party
||irboga.info^$third-party
||itdehod.info^$third-party
||itdise.info^$third-party
||ixtuseq.info^$third-party
||izbarin.info^$third-party
||iznozhi.info^$third-party
||kamnebo.info^$third-party
||khimsaba.info^$third-party
||khonosta.info^$third-party
||kovadat.ru^$third-party
||ladnova.info^$third-party
||lemetri.info^$third-party
||lmymere.info^$third-party
||lodnare.ru^$third-party
||lonedol.info^$third-party
||loqara.info^$third-party
||loronap.info^$third-party
||loskino.info^$third-party
||lukir.info^$third-party
||lvodomi.info^$third-party
||lvodomo.info^$third-party
||lzoloro.info^$third-party
||medlero.info^$third-party
||milaly.info^$third-party
||milyeda.info^$third-party
||mlenisi.info^$third-party
||movlaba.info^$third-party
||moydato.info^$third-party
||natsety.info^$third-party
||negomes.info^$third-party
||nekopod.info^$third-party
||nimatey.info^$third-party
||novostisporta.info^$third-party
||nurobi.info^$third-party
||nycvetu.info^$third-party
||nyugalits.info^$third-party
||nyutkikha.info^$third-party
||obmokhi.info^$third-party
||obzatop.info^$third-party
||odbabo.info^$third-party
||ofrecom.info^$third-party
||ohsatum.info^$third-party
||okvari.info^$third-party
||okvedvo.info^$third-party
||omatri.info^$third-party
||omsama.info^$third-party
||onatozo.info^$third-party
||oprivi.info^$third-party
||oreporu.info^$third-party
||osnosa.info^$third-party
||otmonog.info^$third-party
||ozmifi.info^$third-party
||panyeri.info^$third-party
||pectit.info^$third-party
||pingoli.info^$third-party
||pistoma.info^$third-party
||poblemi.info^$third-party
||pobliba.info^$third-party
||rabela.info^$third-party
||rastafi.info^$third-party
||rbaleno.info^$third-party
||rovarti.info^$third-party
||shemirta.info^$third-party
||shiloso.info^$third-party
||shinasi.info^$third-party
||siwbori.info^$third-party
||sjustus.info^$third-party
||skurki.info^$third-party
||slinadu.info^$third-party
||smigro.info^$third-party
||smudgy.info^$third-party
||sumano.info^$third-party
||svyksa.info^$third-party
||tralifa.info^$third-party
||tranite.info^$third-party
||tricasi.info^$third-party
||trongi.info^$third-party
||tsitodi.info^$third-party
||tupho.info^$third-party
||umekana.ru^$third-party
||urmilan.info^$third-party
||vatname.info^$third-party
||yaramol.info^$third-party
||yatnozin.info^$third-party
||yulkafed.ru^$third-party
||zharezhi.info^$third-party
||zhinkichi.info^$third-party
||acrabakasaka.com^
||ajkelra.com^
||akailoparzapi.com^
||akrazappi.com^
||alabardak.com^
||albertonne.com^
||arganostrella.com^
||atarshaboor.com^
||avalhukof.com^
||badokal.com^
||bahaimlo.com^
||banomago.com^
||bapalolo.com^
||bapaquac.com^
||beglorena.com^
||bidoraln.com^
||bobarilla.com^
||boerilav.com^
||boiceta.com^
||bokilora.com^
||bolkazoopa.com^
||bondinra.com^
||bonjikoa.com^
||borazita.com^
||botiviga.com^
||bulbazoa.com^
||camtinolc.com^
||carutinv.com^
||chukalapopi.com^
||chukalorqa.com^
||ciridola.com^
||civitik.com^
||dagasaka.com^
||daghashmal.com^
||dbvault.net^
||dinovala.com^
||dodatova.com^
||dokaboka.com^
||dontibar.com^
||dorapodorasham.com^
||dragolosa.com^
||drogomet.com^
||dulderbulder.com^
||durazopa.com^
||egolina.com^
||ekolamis.com^
||erogaliv.com^
||farfarida.com^
||filtonay.com^
||foditgoz.com^
||forkitz.com^
||forkizata.com^
||forkmola.com^
||fulhudhoo.com^
||gamzetov.com^
||godibarl.com^
||golizoli.com^
||golokavi.com^
||haklopar.com^
||hariqavi.com^
||hirovivi.com^
||horheloopo.com^
||humuseliyahu.com^
||jadizayo.com^
||jandolav.com^
||jerotidv.com^
||jilabukurlabu.com^
||jingavot.com^
||jojilabola.com^
||joribobo.com^
||jorjodika.com^
||jquerycdn.co.il^
||jquerymin.co.il^
||kaidop.com^
||kalmloda.com^
||kdoraraq.com^
||kilomansa.com^
||kilorama.com^
||kirilaboola.com^
||kofpag.com^
||kokilopi.com^
||kolimanq.com^
||koltruah.com^
||kompilukabalazooka.com^
||korketople.com^
||korkilazoopi.com^
||krakeshlaja.com^
||ktoloto.com^
||kuchebraska.com^
||kulkaridoopi.com^
||kulkerbolda.com^
||kulkulta.com^
||kullalabulla.com^
||kurkizraka.com^
||kurlikburlik.com^
||kuzalooza.com^
||liktirov.com^
||lokipodi.com^
||lokspeedarma.com^
||lulpolopolo.com^
||majosita.com^
||maokdata.com^
||measurementaz.com^
||megahrepsh.com^
||melahorgani.com^
||milparota.com^
||mitotach.com^
||mojigaga.com^
||monijorb.com^
||moninosa.com^
||morbitempus.com^
||moritava.com^
||mozefakt.com^
||mujilora.com^
||muligov.com^
||namitol.com^
||nanuyalailai.com^
||nepohita.com^
||nidorivo.com^
||niholaev.com^
||niklesrov.com^
||nimdinb.com^
||nitigoly.com^
||oddomane.com^
||opaalopaa.com^
||opjalajamak.com^
||paholita.com^
||perahbashmama.com^
||pipilazipi.com^
||pipilida.com^
||pitatagata.com^
||pompazilla.com^
||poratav.com^
||prikolizdesa.com^
||pukrazopchatka.com^
||pypozeqi.com^
||qaquzakalaka.com^
||qawiman.com^
||qewisoti.com^
||quavomi.com^
||rapigoy.com^
||rapizoda.com^
||ratkalol.com^
||reqpostanza.com^
||rewapala.com^
||rezilopompa.com^
||ripalazc.com^
||rodirola.com^
||rolkakuksa.com^
||roritabo.com^
||rotibald.com^
||scrappykoko.com^
||senolati.com^
||shmonekisot.com^
||shokala.com^
||shoxyloxi.com^
||shulhanafuh.com^
||susitasita.com^
||tantella.com^
||tenlokif.com^
||tijorari.com^
||tikodala.com^
||tikrailijorj.com^
||tilosman.com^
||tinkerta.com^
||tokaripupsi.com^
||tollibolli.com^
||totachrl.com^
||trasholita.com^
||trikroacha.com^
||udorik.com^
||ufraton.com^
||ukatoe.com^
||ulajilala.com^
||unidati.com^
||upnorma.com^
||uralap.com^
||utazwa.com^
||utorido.com^
||uzekrs.com^
||uzotarak.com^
||venonita.com^
||vkafirac.com^
||volimole.com^
||wakapita.com^
||wodipaca.com^
||wodizapt.com^
||xeozir.com^
||yaboshadi.com^
||yallboen.com^
||yeshhaod.com^
||yorilada.com^
||yuituityula.com^
||zarazazapolaza.com^
||zepozipo.com^
||zilzolachi.com^
||zinovila.com^
||zipovoma.com^
||zirobata.com^
||zogzogolla.com^
||zonolali.com^
||zorbikala.com^
||zortinah.com^
||zozolilla.com^
||zukabota.com^
||arana.pw^
||beiren.xyz^
||daecan.xyz^
||daethana.pw^
||elabalar.pw^
||elmenor.xyz^
||farpeiros.pw^
||galiowen.com^
||galumbor.com^
||gilzana.pw^
||glynzumin.pw^
||grebanise.pw^
||ianhice.pw^
||ianxalim.pw^
||iarvyre.pw^
||ilinan.xyz^
||inaharice.pw^
||inastina.pw^
||keaven.pw^
||kelris.pw^
||liacyne.pw^
||miakalyn.pw^
||miastina.pw^
||miracan.pw^
||naetoris.pw^
||nornelis.pw^
||ololen.pw^
||omaceran.pw^
||omafaren.pw^
||omaris.pw^
||perkas.pw^
||ralozorwyn.pw^
||sarjor.pw^
||thefaren.pw^
||thenelis.pw^
||urifiel.pw^
||valkrana.xyz^
||wysara.pw^
||yinmyar.xyz^
||yllanala.pw^
||yllasatra.xyz^
||zinlar.pw^
||zumhice.pw^
||6zo8wfs96aqp5cpgj20m.com^$third-party
||14257518e297edf3d2a1.com^
||301e5931499990.com^
||459517eb349739b.com^
||551f044b1a3f4ef.com^
||55ad5a0546d9.com^
||7d66a95c481.com^
||8c32f38df7.com^
||9b51b7efc6d2a.com^
||a8a9455e53fbc75bc995.com^
||ae7c783736eb2ff.com^
||0755.pics^$popup,third-party
||07zq44y2tmru.xyz^$popup
||11c9e55308a.com^$popup
||11x11.com^$popup
||123vidz.com^$popup,third-party
||1afcfcb2c.ninja^$popup,third-party
||1phads.com^$popup,third-party
||1xtbw.top^$popup
||21find.com^$popup,third-party
||292news.biz^$popup
||2b8869dfc34690.com^$popup
||2hanwriten.com^$popup
||2mdn.info^$popup,third-party
||2pxg8bcf.top^$popup
||2rush.net^$popup
||30daychange.co^$popup,third-party
||321j1157ftjd.tech^$popup,third-party
||32d1d3b9c.se^$popup,third-party
||360adshost.net^$popup,third-party
||360adstrack.com^$popup,third-party
||3a5be2a583475ea31b.com^$popup
||3wr110.xyz^$popup,third-party
||43yagowe3y.com^$popup
||4b6994dfa47cee4.com^$popup
||4c7og3qcob.com^$popup
||4dcdc.com^$popup
||4dsply.com^$popup,third-party
||5dimes.com^$popup,third-party
||5iclx7wa4q.com^$popup
||6198399e4910e66-ovc.com^$popup
||6kup12tgxx.com^$popup
||72b8869dfc34690.com^$popup
||7f1au20glg.com^$popup
||7ggtpciw.com^$popup
||7v8rya73sj.com^$popup
||83nsdjqqo1cau183xz.com^$popup,third-party
||87159d7b62fc885.com^$popup
||888games.com^$popup,third-party
||888media.net^$popup,third-party
||888poker.com^$popup,third-party
||888promos.com^$popup,third-party
||9amq5z4y1y.com^$popup
||9newstoday.net^$popup,third-party
||9t5.me^$popup
||aaucwbe.com^$popup
||abbeyblog.me^$popup,third-party
||abbp1.pw^$popup
||abctrack.bid^$popup
||ablogica.com^$popup,third-party
||absoluteclickscom.com^$popup,third-party
||accede.site^$popup,third-party
||accouncila.com^$popup
||actiondesk.com^$popup,third-party
||ad-apac.doubleclick.net^$popup,third-party
||ad-emea.doubleclick.net^$popup,third-party
||ad-feeds.com^$popup,third-party
||ad-maven.com^$popup,third-party
||ad.doubleclick.net/ddm/trackclk/$popup,third-party
||ad131m.com^$popup,third-party
||ad2387.com^$popup,third-party
||ad2load.net^$popup,third-party
||ad4game.com^$popup,third-party
||ad6media.fr^$popup,third-party
||adbetclickin.pink^$popup
||adbma.com^$popup,third-party
||adboost.it^$popup,third-party
||adbooth.com^$popup,third-party
||adca.st^$popup
||adcash.com^$popup,third-party
||adcdnx.com^$popup,third-party
||addmoredynamiclinkstocontent2convert.bid^$popup
||adexc.net^$popup,third-party
||adexchangecloud.com^$popup
||adexchangegate.com^$popup
||adexchangeguru.com^$popup
||adexchangemachine.com^$popup
||adexchangeprediction.com^$popup,third-party
||adexchangetracker.com^$popup,third-party
||adfarm.mediaplex.com^$popup,third-party
||adfclick1.com^$popup,third-party
||adglare.net^$popup
||adhealers.com^$popup
||adhoc2.net^$popup
||adhome.biz^$popup,third-party
||adimmix.com^$popup,third-party
||adimps.com^$popup,third-party
||aditor.com^$popup,third-party
||adjuggler.net^$popup,third-party
||adk2.co^$popup,third-party
||adk2.com^$popup,third-party
||adk2.net^$popup,third-party
||adk2x.com^$popup,third-party
||adlure.net^$popup,third-party
||admedit.net^$popup,third-party
||admeerkat.com^$popup
||adnanny.com^$popup,third-party
||adnetworkperformance.com^$popup,third-party
||adnium.com^$popup,third-party
||adonweb.ru^$popup,third-party
||adplxmd.com^$popup,third-party
||adport.io^$popup
||adright.co^$popup
||adrotate.se^$popup,third-party
||adrunnr.com^$popup,third-party
||ads.sexier.com^$popup,third-party
||adsbreak.com^$popup
||adscpm.net^$popup,third-party
||adserverplus.com^$popup,third-party
||adservme.com^$popup,third-party
||adshell.net^$popup,third-party
||adshostnet.com^$popup,third-party
||adskpak.com^$popup,third-party
||adsmarket.com^$popup,third-party
||adsmedia.life^$popup
||adsplex.com^$popup,third-party
||adsrv4k.com^$popup,third-party
||adsupply.com^$popup,third-party
||adsupplyads.com^$popup,third-party
||adsupplyads.net^$popup
||adsurve.com^$popup,third-party
||adsvlad.info^$popup
||adtrace.org^$popup,third-party
||adtraffic.org^$popup,third-party
||adult.xyz^$popup
||adverkeyz.com^$popup,third-party
||advertiserurl.com^$popup
||advertserve.com^$popup,third-party
||advmedialtd.com^$popup,third-party
||advnet.xyz^$popup
||adx-t.com^$popup,third-party
||adxprtz.com^$popup,third-party
||afclickoffers.com^$popup
||affbuzzads.com^$popup,third-party
||affrh2011.com^$popup,third-party
||affrh2012.com^$popup,third-party
||affrh2013.com^$popup,third-party
||affrh2014.com^$popup,third-party
||affrh2015.com^$popup,third-party
||affrh2016.com^$popup,third-party
||affrh2017.com^$popup,third-party
||affrh2018.com^$popup,third-party
||affrh2019.com^$popup,third-party
||affrh2020.com^$popup,third-party
||affrh2021.com^$popup,third-party
||affrh2022.com^$popup,third-party
||affrh2023.com^$popup,third-party
||affrh2024.com^$popup,third-party
||affrh2025.com^$popup,third-party
||aflrm.com^$popup,third-party
||aflrmalpha.com^$popup,third-party
||afriflatry.co^$popup,third-party
||aggregatorgetb.com^$popup,third-party
||aidaigry.com^$popup
||aj1574.online^$popup
||ajkrls.com^$popup,third-party
||ajkzd9h.com^$popup
||albopa.work^$popup,third-party
||algocashmaster.com^$popup,third-party
||algocashmaster.net^$popup,third-party
||alkdmsxs.bid^$popup,third-party
||allsporttv.com^$popup,third-party
||alpinedrct.com^$popup,third-party
||alternads.info^$popup,third-party
||am10.ru^$popup,third-party
||angege.com^$popup,third-party
||annualinternetsurvey.com^$popup,third-party
||answered-questions.com^$popup,third-party
||aocular.com^$popup,third-party
||apendit.com^$popup,third-party
||approp.pro^$popup,third-party
||apugod.work^$popup,third-party
||ar.voicefive.com^$popup,third-party
||ardintcoin.com^$popup
||arecio.work^$popup,third-party
||arescadon.com^$popup
||arrlnk.com^$popup
||asdad.xyz^$popup
||atas.io^$popup
||atozdealinfo.com^$popup
||august15download.com^$popup,third-party
||auiviilbp2.com^$popup
||aussiemethod.biz^$popup,third-party
||avajo.men^$popup,third-party
||avalopaly.com^$popup,third-party
||awempire.com^$popup,third-party
||awsclic.com^$popup,third-party
||b54m4qbmt0b9.com^$popup
||babi.gdn^$popup,third-party
||bargetbook.com^$popup,third-party
||baypops.com^$popup,third-party
||bbballs.men^$popup
||bbp-vnh.com^$popup,third-party
||bbredir-ac-100.com^$popup,third-party
||bbuni.com^$popup,third-party
||bcvcmedia.com^$popup,third-party
||becomicse.com^$popup
||becoquin.com^$popup,third-party
||becoquins.net^$popup,third-party
||bedformj.com^$popup
||bedorm.com^$popup,third-party
||befade.com^$popup,third-party
||bekoted.work^$popup,third-party
||bellatraffic.com^$popup
||belwrite.com^$popup,third-party
||bemobtrk.com^$popup
||bentdownload.com^$popup,third-party
||best-bar.net^$popup,third-party
||best-zb.com^$popup,third-party
||best2017games.com^$popup
||best2019-games-web1.com^$popup,third-party
||bestarmour4u.work^$popup,third-party
||bestforexplmdb.com^$popup
||bestproducttesters.com^$popup,third-party
||bestquickcontentfiles.com^$popup
||betigo.work^$popup,third-party
||betoga.com^$popup,third-party
||bezoya.work^$popup,third-party
||bidsystem.com^$popup,third-party
||bidverdrd.com^$popup,third-party
||bidverdrs.com^$popup,third-party
||bidvertiser.com^$popup,third-party
||bighot.ru^$popup,third-party
||binaryoptionsgame.com^$popup,third-party
||bingohall.ag^$popup,third-party
||bit-system.org^$popup
||bitadexchange.com^$popup
||bitcoinloophole.co^$popup
||blacktrackings.com^$popup
||blinko.es^$popup,third-party
||blinkogold.es^$popup,third-party
||blizardom.com^$popup
||blockthis.es^$popup,third-party
||blogscash.info^$popup,third-party
||bnjuhrbpdjtjul.com^$popup
||bobtrk.com^$popup
||bongacams.com^$popup,third-party
||bonzuna.com^$popup,third-party
||boteko.work^$popup,third-party
||brandreachsys.com^$popup,third-party
||bravo-dog.com^$popup
||bringmesports.com^$popup,third-party
||broomboxmain.com^$popup,third-party
||brucelead.com^$popup,third-party
||bullads.net^$popup,third-party
||butheptesitrew.pro^$popup
||buythis.ad^$popup,third-party
||buzzadnetwork.com^$popup
||byvngx98ssphwzkrrtsjhnbyz5zss81dxygxvlqd05.com^$popup
||byvue.com^$popup,third-party
||bzrvwbsh5o.com^$popup,third-party
||c7d470df880b1d0.com^$popup
||calcch.com^$popup,third-party
||callhelpmetaroll.rocks^$popup,third-party
||careerjournalonline.com^$popup
||carvarial.pro^$popup
||casino.betsson.com^$popup,third-party
||casterist.com^$popup
||cbbp1.com^$popup
||ccebba93.se^$popup,third-party
||cdaz.ciu^$popup
||cdaz.icu^$popup
||cdnmedia.xyz^$popup
||ceeglagu.net^$popup
||cfts1tifqr.com^$popup
||chachatool.com^$popup
||channeldate.com^$popup
||checkabil.com^$popup
||chupapo.ru^$popup,third-party
||cl96rwprue.com^$popup
||click2go.link^$popup
||clickbank.net/*offer_id=$popup,third-party
||clickfuse.com^$popup,third-party
||clickmngr.com^$popup,third-party
||clickosmedia.com^$popup,third-party
||clickppcbuzz.com^$popup
||clickredirection.com^$popup
||clicksgear.com^$popup,third-party
||clicksor.com^$popup,third-party
||clicksor.net^$popup,third-party
||clicksvenue.com^$popup,third-party
||clickter.net^$popup,third-party
||clicktripz.com^$popup,third-party
||clk-can.com^$popup
||clk-sec.com^$popup
||clkads.com^$popup,third-party
||clkcln.com^$popup,third-party
||clkfeed.com^$popup,third-party
||clkmon.com^$popup,third-party
||clkpback3.com^$popup,third-party
||clkrev.com^$popup,third-party
||cloudservepoint.com^$popup,third-party
||cloudsrvtrk.com^$popup,third-party
||cloudtracked.com^$popup,third-party
||clpremdo.com^$popup,third-party
||cm.g.doubleclick.net^$popup,third-party
||cmllk2.info^$popup,third-party
||codeonclick.com^$popup
||colleable.info^$popup
||com-878979.info^$popup,third-party
||com-online.website^$popup,third-party
||com-wkejf32ljd23409system.net^$popup
||computersoftwarelive.com^$popup,third-party
||console-domain.link^$popup,third-party
||consolepprofile.com^$popup,third-party
||content-offer-app.site^$popup,third-party
||content.ad^$popup,third-party
||contentabc.com^$popup,third-party
||contractallsinstance.info^$popup,third-party
||coostuni.com^$popup
||cositin.com^$popup,third-party
||cpayard.com^$popup,third-party
||cpm20.com^$popup
||cpm30.com^$popup
||cpmterra.com^$popup,third-party
||cpvadvertise.com^$popup,third-party
||crazyad.net^$popup,third-party
||cutw.pro^$popup,third-party
||cyberlink.pro^$popup,third-party
||d0p21g2fep.com^$popup
||dagnar.com^$popup
||day-multi.work^$popup,third-party
||debrium-surbara.com^$popup
||deliverydom.com^$popup,third-party
||deloplen.com^$popup
||deloton.com^$popup
||delta-boa.com^$popup,third-party
||denza.pro^$popup,third-party
||develop-forevery4u.com^$popup,third-party
||digitaldsp.com^$popup
||dilruwha.net^$popup
||dinuclean.com^$popup,third-party
||directrev.com^$popup
||discoverredirect.com^$popup
||disfablot.com^$popup
||distantnews.com^$popup,third-party
||distantstat.com^$popup,third-party
||disturbqualifyplane.info^$popup,third-party
||djfiln.com^$popup
||dnckawxatc.com^$popup
||dntrax.com^$popup,third-party
||dntrx.com^$popup,third-party
||dojerena.com^$popup,third-party
||doublepimp.com^$popup,third-party
||down1oads.com^$popup,third-party
||download-performance.com^$popup,third-party
||downloadboutique.com^$popup,third-party
||downloadthesefile.com^$popup,third-party
||dradvice.in^$popup,third-party
||dsstrk.com^$popup
||durokuro.com^$popup,third-party
||dynsrvaba.com^$popup
||dynsrvazf.com^$popup
||dynsrvwer.com^$popup
||eaoueopa.com^$popup
||eastbour.mobi^$popup
||easydownloadnow.com^$popup,third-party
||easykits.org^$popup,third-party
||ebeda.info^$popup
||ebzkswbs78.com^$popup,third-party
||ecdoz.club^$popup,third-party
||econsideepofle.info^$popup
||edchargina.pro^$popup
||elephant-ads.com^$popup
||elite-sex-finder.com^$popup,third-party
||enlarget.com^$popup,third-party
||epicgameads.com^$popup,third-party
||epital.gdn^$popup
||epix-trader.co^$popup
||eroanalysis.com^$popup,third-party
||ethfw0370q.com^$popup
||euromillionairesystem.me^$popup,third-party
||ewebse.com^$popup,third-party
||exdoller.com^$popup
||exdynsrv.com^$popup,third-party
||exoclick.com^$popup,third-party
||exosrv.com^$popup
||explainidentifycoding.info^$popup,third-party
||explorads.com^$popup,third-party
||ezdownloadpro.info^$popup,third-party
||f-hookups.com^$popup,third-party
||f-questionnaire.com^$popup,third-party
||f5v1x3kgv5.com^$popup
||fabolele.com^$popup,third-party
||fabriefly.mobi^$popup
||fapmeth.com^$popup
||fapping.club^$popup,third-party
||feybu.work^$popup,third-party
||fhserve.com^$popup,third-party
||fibriumpa.com^$popup
||fidel.to^$popup,third-party
||fieldpprofile.com^$popup,third-party
||filestube.com^$popup,third-party
||finance-reporting.org^$popup,third-party
||fincastavancessetti.info^$popup,third-party
||findbetterresults.com^$popup,third-party
||findonlinesurveysforcash.com^$popup,third-party
||firefoxprotect.me^$popup
||firegetbook.com^$popup,third-party
||firmprotectedlinked.com^$popup,third-party
||firstclass-download.com^$popup,third-party
||firstmediahub.com^$popup,third-party
||flmditew.com^$popup
||fluxybe.work^$popup,third-party
||fmdwbsfxf0.com^$popup,third-party
||focuusing.com^$popup
||follofop.com^$popup
||fonderreader.info^$popup
||fophaumpoor.com^$popup
||foxsnews.net^$popup,third-party
||fpctraffic3.com^$popup
||freehookupaffair.com^$popup
||friendlyduck.com^$popup
||frtya.com^$popup,third-party
||frtyb.com^$popup,third-party
||frtye.com^$popup,third-party
||fstsrv.com^$popup
||funmatrix.net^$popup,third-party
||fusttds.xyz^$popup
||fvenxjtzuaxu.com^$popup
||fwbntw.com^$popup
||g05.info^$popup,third-party
||gameonmom.net^$popup
||gamesrotator.com^$popup
||ganja.com^$popup,third-party
||gdmconvtrck.com^$popup
||geophrenia.com^$popup
||geranew.info^$popup,third-party
||gerwen.info^$popup,third-party
||getalinkandshare.com^$popup
||getmyads.com^$popup,third-party
||gfdfhdh5t5453.com^$popup
||gib-gib-la.com^$popup,third-party
||gibsonvillainousweatherstrip.com^$popup,third-party
||giveaways.club^$popup,third-party
||glauvoob.com^$popup
||go2affise.com^$popup
||go2linkfast.com^$popup
||gold-good4u.com^$popup,third-party
||goldlambotrader.co^$popup,third-party
||good-black4u.com^$popup,third-party
||goodbookbook.com^$popup,third-party
||googleads.g.doubleclick.net^$popup,third-party
||googleme.eu^$popup,third-party
||gotoplaymillion.com^$popup,third-party
||grand-ads.com^$popup,third-party
||greatbranddeals.com^$popup,third-party
||greatdexchange.com^$popup
||grouchyaccessoryrockefeller.com^$popup,third-party
||gsniper2.com^$popup,third-party
||gtrck.pw^$popup
||h8vzwpv.com^$popup
||hantinlethemsed.info^$popup
||hd-plugin.com^$popup,third-party
||hebadu.com^$popup
||hentaifap.land^$popup
||hh-btr.com^$popup
||hhourtrk2.com^$popup,third-party
||hibids10.com^$popup
||hicpm10.com^$popup
||hicpm5.com^$popup
||highcpms.com^$popup,third-party
||higheurest.com^$popup,third-party
||hilltopads.net^$popup
||hipersushiads.com^$popup,third-party
||hitcpm.com^$popup,third-party
||hitopadxdo.xyz^$popup
||hitopadxdz.xyz^$popup
||hlpnowp-c.com^$popup,third-party
||homecareerforyou1.info^$popup,third-party
||hornygirlsexposed.com^$popup,third-party
||hotchatdate.com^$popup,third-party
||hotchatdirect.com^$popup,third-party
||hovernottaked.info^$popup
||hqtrk.com^$popup
||hrtyh.com^$popup
||hstpnetwork.com^$popup,third-party
||htmlhubing.xyz^$popup,third-party
||htmonster.com^$popup
||hueads.com^$popup
||huluads.info^$popup,third-party
||humparsi.com^$popup
||hutrcksp.com^$popup
||i4track.net^$popup
||i62e2b4mfy.com^$popup
||icartory.info^$popup
||ifilez.org^$popup,third-party
||iiasdomk1m9812m4z3.com^$popup,third-party
||ilividnewtab.com^$popup,third-party
||imbetan.info^$popup
||inbinaryoption.com^$popup,third-party
||inclk.com^$popup
||indianmasala.com^$popup,third-party,domain=masalaboard.com
||indianweeklynews.com^$popup,third-party
||infra.systems^$popup,third-party
||injuredcandy.com^$popup
||insigit.com^$popup
||insta-cash.net^$popup,third-party
||installcdnfile.com^$popup,third-party
||instanceyou.info^$popup,third-party
||instant007.com^$popup,third-party
||instantpaydaynetwork.com^$popup,third-party
||insulling.com^$popup
||intab.fun^$popup
||intab.site^$popup
||intab.xyz^$popup
||integral-marketing.com^$popup,third-party
||interfalls.com^$popup
||internalredirect.site^$popup,third-party
||interner-magaziin.ru^$popup,third-party
||irtya.com^$popup
||iwanttodeliver.com^$popup,third-party
||ixeq490u20.com^$popup
||iyfnzgb.com^$popup
||jdtracker.com^$popup,third-party
||jettags.rocks^$popup,third-party
||jsmentry.com^$popup
||jsmptjmp.com^$popup
||juiceads.net^$popup,third-party
||jujzh9va.com^$popup,third-party
||jump2.top^$popup
||junbi-tracker.com^$popup,third-party
||justdating.online^$popup,third-party
||jwplayer.space^$popup,third-party
||jzfzjss.com^$popup
||kaishist.top^$popup
||kanoodle.com^$popup,third-party
||kerumal.com^$popup
||kindredplc.com^$popup
||kiwi-offers.com^$popup,third-party
||kiwimethod.co^$popup,third-party
||komego.work^$popup,third-party
||korexo.com^$popup,third-party
||krajiv.com^$popup
||kzexkhstcng.com^$popup
||ladsreds.com^$popup
||landsraad.cc^$popup,third-party
||large-format.net^$popup,third-party
||larkbe.com^$popup,third-party
||lcxrimmb.com^$popup
||ledfinol.win^$popup
||legisland.net^$popup,third-party
||letshareus.com^$popup,third-party
||lettercrow.bid^$popup
||letzonke.com^$popup,third-party
||lie2anyone.com^$popup
||ligatus.com^$popup,third-party
||likingyetsnarl.com^$popup
||linkmyc.com^$popup,third-party
||linknotification.com^$popup
||liveadexchanger.com^$popup,third-party
||livechatflirt.com^$popup,third-party
||livepromotools.com^$popup,third-party
||liversely.net^$popup,third-party
||liveyourdreamify.pw^$popup,third-party
||lmebxwbsno.com^$popup,third-party
||lmn-pou-win.com^$popup
||lnkgt.com^$popup,third-party
||lockscalecompare.com^$popup,third-party
||lokvel.ru^$popup,third-party
||looksmart.com^$popup,third-party
||lustigbanner.com^$popup,third-party
||lvztx.com^$popup
||m57ku6sm.com^$popup,third-party
||m73lae5cpmgrv38.com^$popup
||magicads.nl^$popup,third-party
||maomaotang.com^$popup,third-party
||marketresearchglobal.com^$popup,third-party
||marticula.com^$popup
||mdn2015x1.com^$popup,third-party
||mdtrack.click^$popup
||media-app.com^$popup,third-party
||media-servers.net^$popup,third-party
||media-serving.com^$popup,third-party
||mediamansix.com^$popup
||mediaseeding.com^$popup,third-party
||meetgoodgirls.com^$popup,third-party
||meetsexygirls.org^$popup,third-party
||megapopads.com^$popup,third-party
||megdexchange.com^$popup
||menepe.com^$popup,third-party
||metodoroleta24h.com^$popup,third-party
||metogo.work^$popup,third-party
||metricfast.com^$popup
||migrandof.com^$popup
||milleonid.com^$popup
||millionairesurveys.com^$popup,third-party
||mk-ads.com^$popup
||mktmobi.com^$popup,third-party
||mmo123.co^$popup,third-party
||mobileraffles.com^$popup,third-party
||mobilevq.com^$popup
||mobsterbird.info^$popup,third-party
||mobsuitem.com^$popup
||modescrips.info^$popup,third-party
||moneytec.com^$popup,third-party
||montpti.top^$popup
||moon-ads.com^$popup,third-party
||morphonebrities.info^$popup
||mutaticial.com^$popup
||muvflix.com^$popup,third-party
||mxsads.com^$popup,third-party
||my-layer.net^$popup,third-party
||myawesomecash.com^$popup,third-party
||mybestmv.com^$popup
||mynetab.com^$popup,third-party
||mynyx.men^$popup,third-party
||myrdrcts.com^$popup,third-party
||mysagagame.com^$popup,third-party
||mystighty.info^$popup
||mystreamadpush.link^$popup
||myusersoffer.com^$popup
||n388hkxg.com^$popup,third-party
||nadstive.com^$popup
||naganoadigei.com^$popup
||namesakeoscilloscopemarquis.com^$popup,third-party
||nanoadexchange.com^$popup,third-party
||netliker.com^$popup,third-party
||never2date.com^$popup,third-party
||newjulads.com^$popup
||newstarads.com^$popup,third-party
||newsushe.info^$popup
||newtab-media.com^$popup,third-party
||newton1.club^$popup
||nextoptim.com^$popup
||nextyourcontent.com^$popup
||nimkash.win^$popup
||november-lax.com^$popup,third-party
||nsvfl7p9.com^$popup
||nturveev.com^$popup,third-party
||nymphdate.com^$popup,third-party
||o333o.com^$popup,third-party
||o8q80l1z.top^$popup
||oclaserver.com^$popup
||octagonize.com^$popup
||ofeetles.pro^$popup
||offaces-butional.com^$popup
||offertrk.info^$popup,third-party
||oiqheoiwgnqiweoj.bid^$popup
||okiaecdkdyut.bid^$popup
||onad.eu^$popup,third-party
||onclickads.net^$popup,third-party
||onclickclear.com^$popup,third-party
||onclickmax.com^$popup,third-party
||onclickmega.com^$popup
||onclicksuper.com^$popup
||onclicktop.com^$popup
||onhitads.net^$popup,third-party
||onlinecareerpackage.com^$popup,third-party
||onlinecashmethod.com^$popup,third-party
||onpato.ru^$popup,third-party
||onti.rocks^$popup,third-party
||open-downloads.net^$popup,third-party
||openadserving.com^$popup,third-party
||opptmzpops.com^$popup
||optimizesrv.com^$popup,third-party
||oratosaeron.com^$popup,third-party
||origer.info^$popup
||otnolabttmup.com^$popup
||outdm.tmslinks.info^$popup
||outhulem.net^$popup
||overturs.com^$popup,third-party
||oxybe.com^$popup,third-party
||oxyes.work^$popup,third-party
||ozora.work^$popup,third-party
||padsdel.com^$popup,third-party
||padssup.com^$popup
||parkingse.info^$popup
||parronnotandone.info^$popup
||parserwords.info^$popup
||parserworld.info^$popup,third-party
||partypills.org^$popup,third-party
||patiencepls.com^$popup
||patiskcontentdelivery.info^$popup
||paumoogo.net^$popup
||pbyet.com^$popup,third-party
||pdfcomplete.com^$popup,third-party
||perfcreatives.com^$popup,third-party
||perfecttoolmedia.com^$popup
||pexu.com^$popup,third-party
||pgmediaserve.com^$popup,third-party
||phu1aefue.com^$popup
||pickoga.work^$popup,third-party
||pimmuter.com^$popup
||pipaoffers.com^$popup,third-party
||pipsol.net^$popup
||pixellitomedia.com^$popup,third-party
||pixelsfighting.co^$popup,third-party
||playboymethod.com^$popup,third-party
||plex2.com^$popup,third-party
||plexop.net^$popup,third-party
||plsdrct2.me^$popup,third-party
||png2imag.club^$popup
||pocofh.com^$popup
||pointclicktrack.com^$popup,third-party
||pointroll.com^$popup,third-party
||pomofon.ru^$popup,third-party
||popads.net^$popup,third-party
||popcash.net^$popup
||popcornvod.com^$popup,third-party
||popmyads.com^$popup,third-party
||poponclick.com^$popup,third-party
||popped.biz^$popup,third-party
||popsuperbbrands.com^$popup,third-party
||popunder.bid^$popup
||popunderjs.com^$popup
||popwin.net^$popup,third-party
||porlandzor.com^$popup
||potedly.co^$popup
||poterrupte.co^$popup
||potpourrichordataoscilloscope.com^$popup,third-party
||predictivadnetwork.com^$popup
||predictivadvertising.com^$popup
||predictivdisplay.com^$popup
||preditates.com^$popup
||preferredain.com^$popup,third-party
||premium-members.com^$popup
||preskalyn.com^$popup
||prfdesk.pro^$popup
||prigmaperf.me^$popup,third-party
||prime535.com^$popup
||print3.info^$popup,third-party
||privacy4browsers.com^$popup,third-party
||prizegiveaway.org^$popup,third-party
||prjcq.com^$popup,third-party
||prmtracking.com^$popup
||promo-bc.com^$popup
||promo-market.net^$popup,third-party
||promotions-paradise.org^$popup,third-party
||promotions.sportsbet.com.au^$popup,third-party
||propellerpops.com^$popup,third-party
||prowlerz.com^$popup,third-party
||psma02.com^$popup,third-party
||psoomeeg.com^$popup
||pubads.g.doubleclick.net^$popup,third-party
||pubdirecte.com^$popup,third-party
||publited.com^$popup,third-party
||publited.net^$popup,third-party
||publited.org^$popup,third-party
||pubted.com^$popup,third-party
||pulse360.com^$popup,third-party
||pulseonclick.com^$popup
||punsong.com^$popup
||pureadexchange.com^$popup,third-party
||pushmobilenews.com^$popup
||pussl13.com^$popup
||pussl3.com^$popup
||pussl32.com^$popup
||pussl48.com^$popup
||putrr11.com^$popup
||putrr14.com^$popup
||pwrads.net^$popup,third-party
||qelllwrite.com^$popup
||qertewrt.com^$popup,third-party
||qiljerton.win^$popup
||qlinks.pro^$popup
||qom006.site^$popup
||qrkiykgbk.com^$popup
||qrlsx.com^$popup,third-party
||qswotrk.com^$popup,third-party
||quantomcoding.com^$popup,third-party
||queurow.pro^$popup
||quickcash-system.com^$popup,third-party
||quideo.men^$popup,third-party
||quierest.com^$popup
||raoplenort.biz^$popup,third-party
||rapidyl.net^$popup,third-party
||ratari.ru^$popup,third-party
||rbxtrk.com^$popup,third-party
||rdsrv.com^$popup,third-party
||reallifecam.com^$popup,third-party
||recessary.com^$popup
||red-direct-n.com^$popup
||redirect18systemsg.com^$popup
||redirect2719.ws^$popup
||redirectgang.com^$popup
||redirections.site^$popup,third-party
||redirectvoluum.com^$popup
||refpa.top^$popup
||refpamsj.xyz^$popup
||refpazcx.xyz^$popup
||rehok.km.ua^$popup,third-party
||rencontreanna.com^$popup,third-party
||replainy.co^$popup
||retainguaninefluorite.info^$popup,third-party
||retaryrs.com^$popup
||retkow.com^$popup,third-party
||revimedia.com^$popup
||rgadvert.com^$popup,third-party
||rikhov.ru^$popup,third-party
||ringtonematcher.com^$popup,third-party
||ringtonepartner.com^$popup,third-party
||riowrite.com^$popup,third-party
||rm-tracker.com^$popup,third-party
||rolinda.work^$popup,third-party
||ronetu.ru^$popup,third-party
||rotumal.com^$popup,third-party
||roulettebotplus.com^$popup,third-party
||roverinvolv.bid^$popup
||rsalcdp.com^$popup
||rtpdn10.com^$popup
||rtrdan1.com^$popup
||rubikon6.if.ua^$popup,third-party
||ruckusschroederraspberry.com^$popup,third-party
||runslin.com^$popup,third-party
||runtnc.net^$popup
||rvnc72k.com^$popup,third-party
||s20dh7e9dh.com^$popup
||s4yxaqyq95.com^$popup
||s5prou7ulr.com^$popup
||s9kkremkr0.com^$popup
||sconcentpract.info^$popup
||sectivity.mobi^$popup
||secureintl.com^$popup,third-party
||securesmrt-dt.com^$popup
||seethisinaction.com^$popup,third-party
||seiya.work^$popup,third-party
||senzapudore.it^$popup,third-party
||serving-sys.com^$popup,third-party
||servingclks.com^$popup,third-party
||servingit.co^$popup,third-party
||sexitnow.com^$popup,third-party
||sfxuiadi.com^$popup
||shalleda.com^$popup,third-party
||shiek1ph.com^$popup,third-party
||shopeasy.by^$popup,third-party
||shortpixel.ai^$popup
||showcasead.com^$popup
||sierra-fox.com^$popup,third-party
||silstavo.com^$popup,third-party
||simpleinternetupdate.com^$popup,third-party
||simpletds.net^$popup,third-party
||singleicejo.link^$popup,third-party
||singlesexdates.com^$popup,third-party
||sistacked.com^$popup
||slikslik.com^$popup,third-party
||slimspots.com^$popup,third-party
||slimtrade.com^$popup,third-party
||smartadtags.com^$popup,third-party
||smartclk.net^$popup
||smartwebads.com^$popup,third-party
||smrtgs.com^$popup,third-party
||sms-mmm.com^$popup,third-party
||snapvine.club^$popup,third-party
||softwarepiset.com^$popup,third-party
||solidayw.info^$popup
||sparkstudios.com^$popup,third-party
||speednetwork14.com^$popup,third-party
||speednetwork6.com^$popup,third-party
||spondenced.com^$popup
||spotscenered.info^$popup,third-party
||sq2trk2.com^$popup,third-party
||squartedo.info^$popup
||srv-ad.com^$popup,third-party
||srv2trking.com^$popup,third-party
||srvbytrking.com^$popup
||srvpub.com^$popup,third-party
||ssl2anyone3.com^$popup
||stabletrappeddevote.info^$popup,third-party
||statsmobi.com^$popup,third-party
||statstrackeronline.com^$popup,third-party
||stoagergu.com^$popup
||stoshoos.com^$popup
||strainemergency.com^$popup,third-party
||stream-all.com^$popup
||suddership.com^$popup
||superadexchange.com^$popup,third-party
||surveyend.com^$popup,third-party
||surveysforgifts.org^$popup,third-party
||surveyspaid.com^$popup,third-party
||surveystope.com^$popup,third-party
||swadvertising.org^$popup,third-party
||symkashop.ru^$popup,third-party
||syncedvision.com^$popup,third-party
||tagsd.com^$popup,third-party
||targetctracker.com^$popup,third-party
||tatami-solutions.com^$popup,third-party
||td563.com^$popup,third-party
||techcloudtrk.com^$popup,third-party
||technicssurveys.info^$popup,third-party
||terraclicks.com^$popup,third-party
||textsrv.com^$popup,third-party
||thatsallfolks.link^$popup
||the-binary-trader.biz^$popup,third-party
||the-consumer-reporter.org^$popup,third-party
||thecloudtrader.com^$popup,third-party
||theih1w.top^$popup,third-party
||thepornsurvey.com^$popup,third-party
||therewardsurvey.com^$popup,third-party
||ths9j89.com^$popup
||tjoomo.com^$popup,third-party
||tmdn2015x9.com^$popup,third-party
||tmtrck.com^$popup
||tmxhub.com^$popup
||tncred.com^$popup,third-party
||tnctrx.com^$popup,third-party
||tnkexchange.com^$popup
||tonefuse.com^$popup,third-party
||topclickguru.com^$popup
||topshelftraffic.com^$popup,third-party
||toroadvertisingmedia.com^$popup,third-party
||torpsol.com^$popup
||torrentcacher.info^$popup,third-party
||totaladperformance.com^$popup,third-party
||totrack.ru^$popup,third-party
||tracker*.bingohall.ag^$popup,third-party
||tracker*.richcasino.com^$popup,third-party
||trackerislive.com^$popup
||tracki112.com^$popup,third-party
||tracking.marketing^$popup
||tracking.sportsbet.$popup,third-party
||trackmkxoffers.se^$popup
||traffic-c.com^$popup,third-party
||trafficdelivery1.com^$popup
||trafficforce.com^$popup,third-party
||traffichaus.com^$popup,third-party
||trafficinvest.com^$popup,third-party
||trafficshop.com^$popup,third-party
||trafflict.com^$popup
||trafforsrv.com^$popup
||trafyield.com^$popup
||traktrafficflow.com^$popup,third-party
||trcklks.com^$popup
||trend-trader.cc^$popup,third-party
||trido.club^$popup,third-party
||trklnks.com^$popup,third-party
||trkpointcloud.com^$popup,third-party
||trktrk017.com^$popup
||trktrk029.com^$popup
||trktrk047.com^$popup
||trw12.com^$popup,third-party
||tsyndicate.com^$popup
||ttdaz.xyz^$popup
||tubeadvertising.eu^$popup
||tulip18.com^$popup
||turbofileindir.com^$popup,third-party
||tutotrack.com^$popup
||tutvp.com^$popup,third-party
||tvas-a.pw^$popup,third-party
||tvas-b.pw^$popup,third-party
||twqiqiang.com^$popup,third-party
||ucontrate.com^$popup
||ucoxa.work^$popup,third-party
||uel-uel-fie.com^$popup
||ufpcdn.com^$popup
||uharded.com^$popup
||unblocksite.info^$popup,third-party
||unqpun.pro^$popup
||updater-checker.net^$popup,third-party
||uptopopunder.com^$popup
||usenetnl.download^$popup,third-party
||utarget.ru^$popup,third-party
||v3rjvtt.com^$popup
||vacroz.xyz^$popup,third-party
||vamartin.work^$popup,third-party
||vcommission.com^$popup
||vdtrack.com^$popup
||vdztrack.com^$popup,third-party
||venturead.com^$popup,third-party
||verblife-2.co^$popup,third-party
||versionall.net^$popup,third-party
||vertoz.com^$popup
||vfgtb.com^$popup
||vgjawpqjn.com^$popup
||vgsgaming-ads.com^$popup,third-party
||victorance.com^$popup
||vinfdv6b4j.com^$popup
||vipcpms.com^$popup,third-party
||viralcpm.com^$popup
||vokut.com^$popup
||voluumtrk.com^$popup,third-party
||voluumtrk3.com^$popup,third-party
||vpnfortorrents.com^$popup
||vprmnwbskk.com^$popup,third-party
||vq40567.com^$popup
||vzoozv.com^$popup
||w4statistics.info^$popup,third-party
||waframedia5.com^$popup,third-party
||wahoha.com^$popup,third-party
||wardparser.info^$popup,third-party
||watchformytechstuff.com^$popup,third-party
||wbsadsdel.com^$popup,third-party
||wbsadsdel2.com^$popup,third-party
||weareheard.org^$popup,third-party
||webartspy.net^$popup,third-party
||websearchers.net^$popup,third-party
||webtrackerplus.com^$popup,third-party
||weliketofuckstrangers.com^$popup,third-party
||wellhello.com^$popup,third-party
||wgpartner.com^$popup,third-party
||whoads.net^$popup,third-party
||wigetmedia.com^$popup,third-party
||windgetbook.info^$popup,third-party
||winhugebonus.com^$popup,third-party
||witalfieldt.com^$popup
||withdromnit.pro^$popup,third-party
||wonderlandads.com^$popup,third-party
||worldrewardcenter.net^$popup,third-party
||wrigginger.info^$popup
||wwwpromoter.com^$popup,third-party
||wwznqib.com^$popup
||wz856.com^$popup
||wzus1.ask.com^$popup,third-party
||xaxoro.com^$popup,third-party
||xbidflare.com^$popup
||xclicks.net^$popup,third-party
||xtendmedia.com^$popup,third-party
||xtracker.pro^$popup
||xv9xm6zxb8.com^$popup
||xyzzyxxyzzyx.com^$popup
||y1jxiqds7v.com^$popup
||yeesshh.com^$popup,third-party
||yellorun.com^$popup
||yesobe.work^$popup,third-party
||yieldmanager.com^$popup,third-party
||yieldtraffic.com^$popup,third-party
||youradexchange.com^$popup,third-party
||yupiromo.ru^$popup,third-party
||z5x.net^$popup,third-party
||zanyx.club^$popup,third-party
||zavu.work^$popup,third-party
||zedo.com^$popup,third-party
||zeroredirect1.com^$popup,third-party
||zeroredirect10.com^$popup,third-party
||zeroredirect9.com^$popup,third-party
||zerozo.work^$popup,third-party
||zindas.info^$popup
||zonearmour4u.link^$popup
||zryydi.com^$popup,third-party
||130.211.$popup,third-party
||142.91.$popup,third-party
||185.147.34.126^$popup,third-party
||216.21.13.$popup
||5.45.79.15^$popup
/^https?:\/\/(35|104)\.(\d){1,3}\.(\d){1,3}\.(\d){1,3}\//$popup,third-party
||00zasdf.pw^$third-party
||0gw7e6s3wrao9y3q.pro^$third-party
||0llii0g6.com^$third-party
||100pour.com^$third-party
||10y5gehv.com^$third-party
||123advertising.nl^$third-party
||15yomodels.com^$third-party
||173.245.86.115^$domain=~yobt.com.ip
||18naked.com^$third-party
||195.228.74.26^$third-party
||1loop.com^$third-party
||1tizer.com^$third-party
||206.217.206.137^$third-party
||212.150.34.117^$third-party
||21sexturycash.com^$third-party
||247teencash.net^$third-party
||24smile.org^$third-party
||24x7adservice.com^$third-party
||2kl08cd74f.com^$third-party
||33traffic.com^$third-party
||3gporn.biz^$third-party
||40xbfzk8.com^$third-party
||45i73jv6.com^$third-party
||4jpf0karrejn6yla.pro^$third-party
||4link.it^$third-party
||4us.pw^$third-party
||568vovhs6ekbupjo.pro^$third-party
||59zs1xei.com^$third-party
||699fy4ne.com^$third-party
||750industries.com^$third-party
||76.76.5.113^$third-party
||777-partner.com^$third-party
||777-partner.net^$third-party
||777-partners.com^$third-party
||777-partners.net^$third-party
||777partner.com^$third-party
||777partner.net^$third-party
||777partners.com^$third-party
||7cxcrejm.com^$third-party
||7vws1j1j.com^$third-party
||80.77.113.200^$third-party
||85.17.210.202^$third-party
||863iw40s.com^$third-party
||89.248.172.46^$third-party
||8ipztcc1.com^$third-party
||9content.com^$third-party
||aaovn.info^$third-party
||aappf.pt^$third-party
||ab4tn.com^$third-party
||abakys.ru^$third-party
||abbp1.pw^$third-party
||abbp1.science^$third-party
||abbp1.space^$third-party
||abbp1.website^$third-party
||abbp2.pw^$third-party
||abbp2.website^$third-party
||abgeobalancer.com^$third-party
||abrsamar.com^$third-party
||abusedbabysitters.com^$third-party
||acceptableads.pw^$third-party
||acceptableads.space^$third-party
||accesssearch.click^$third-party
||acmexxx.com^$third-party
||acnescarsx.info^$third-party
||actionlocker.com^$third-party
||ad-411.com^$third-party
||ad-u.com^$third-party
||ad001.ru^$third-party
||ad4partners.com^$third-party
||adbars.net^$third-party
||adbmi.com^$third-party
||adcell.de^$third-party
||addbags.com^$third-party
||adenabler.com^$third-party
||adfux.com^$third-party
||adhealers.com^$third-party
||adjunky.com^$third-party
||adlook.net^$third-party
||admez.com^$third-party
||adnetxchange.com^$third-party
||adnico.jp^$third-party
||adparad.net^$third-party
||adperiun.com^$third-party
||adpron.com^$third-party
||adrecreate.com^$third-party
||adrenovate.com^$third-party
||adrent.net^$third-party
||adrevenuerescue.com^$third-party
||ads4xxx.com^$third-party
||adsbr.info^$third-party
||adserved.net^$third-party
||adsession.com^$third-party
||adsgangsta.com^$third-party
||adshostview.com^$third-party
||adskape.ru^$third-party
||adspayformy.site^$third-party
||adspayformymortgage.win^$third-party
||adswam.com^$third-party
||adsyst.biz^$third-party
||adtng.com^$third-party
||adtonement.com^$third-party
||adult3dcomics.com^$third-party
||adultaccessnow.com^$third-party
||adultadmedia.com^$third-party
||adultadvertising.net^$third-party
||adultcamchatfree.com^$third-party
||adultcamfree.com^$third-party
||adultcamliveweb.com^$third-party
||adultcommercial.net^$third-party
||adultdatingtraffic.com^$third-party
||adultforce.com^$third-party
||adultlinkexchange.com^$third-party
||adultmediabuying.com^$third-party
||adultmoviegroup.com^$third-party
||adultoafiliados.com.br^$third-party
||adultpopunders.com^$third-party
||adultsense.com^$third-party
||adultsense.org^$third-party
||adulttiz.com^$third-party
||adulttubetraffic.com^$third-party
||adv-plus.com^$third-party
||adv777.com^$third-party
||adventory.com^$third-party
||adverglobal.com^$third-party
||adversolutions.com^$third-party
||advertisingsex.com^$third-party
||advertom.com^$third-party
||advertrtb.com^$third-party
||advmaker.ru^$third-party
||advmania.com^$third-party
||advprotraffic.com^$third-party
||advredir.com^$third-party
||advsense.info^$third-party
||adxite.com^$third-party
||adxmarket.com^$third-party
||adxpansion.com^$third-party
||adxregie.com^$third-party
||adzs.com^$third-party
||aeesy.com^$third-party
||aemediatraffic.com^$third-party
||affiliatewindow.com^$third-party
||affiliation-int.com^$third-party
||affiliaxe.com^$third-party
||affiligay.net^$third-party
||aipbannerx.com^$third-party
||aipmedia.com^$third-party
||alfatraffic.com^$third-party
||all-about-tech.com^$third-party
||alladultcash.com^$third-party
||allosponsor.com^$third-party
||allotraffic.com^$third-party
||alltheladyz.xyz^$third-party
||amateurcouplewebcam.com^$third-party
||amliands.info^$third-party
||amtracking01.com^$third-party
||amvotes.ru^$third-party
||anastasia-international.com^$third-party
||andase.com^$third-party
||angelpastel.com^$third-party
||animeidhentai.com^$third-party
||antaraimedia.com^$third-party
||antoball.com^$third-party
||apromoweb.com^$third-party
||are-ter.com^$third-party
||arlitasite.pro^$third-party
||asiafriendfinder.com^$third-party
||asiangfsex.com^$third-party
||aufderhar.net^$third-party
||augrenso.com^$third-party
||awentw.com^$third-party
||aweprotostatic.com^$third-party
||awept.com^$third-party
||awmcenter.eu^$third-party
||awmpartners.com^$third-party
||awmserve.com^$third-party
||ax47mp-xp-21.com^$third-party
||azerbazer.com^$third-party
||aztecash.com^$third-party
||baconaces.pro^$third-party
||badgirlz.org^$third-party
||banclip.com^$third-party
||banerator.net^$third-party
||basesclick.ru^$third-party
||baskodenta.com^$third-party
||bavesinyourface.com^$third-party
||bcash4you.com^$third-party
||bd202457b.com^$third-party
||belamicash.com^$third-party
||belasninfetas.org^$third-party
||bestcontentpc.top^$third-party
||bestcontentservice.top^$third-party
||bestcontentuse.top^$third-party
||bestholly.com^$third-party
||bestssn.com^$third-party
||betweendigital.com^$third-party
||bgmtracker.com^$third-party
||biksibo.ru^$third-party
||bitterstrawberry.org^$third-party
||black-ghettos.info^$third-party
||black6adv.com^$third-party
||blossoms.com^$third-party
||board-books.com^$third-party
||boinkcash.com^$third-party
||bookofsex.com^$third-party
||bootstrap-framework.org^$third-party
||bposterss.net^$third-party
||branzas.com^$third-party
||brightcpm.net^$third-party
||brothersincash.com^$third-party
||brqvld0p.com^$third-party
||bumblecash.com^$third-party
||bumskontakte.ch^$third-party
||bxgjpocfz1g1jiwb.pro^$third-party
||caltat.com^$third-party
||cam-lolita.net^$third-party
||cam4flat.com^$third-party
||camads.net^$third-party
||camcrush.com^$third-party
||camdough.com^$third-party
||camduty.com^$third-party
||cameraprive.com^$third-party
||campartner.com^$third-party
||camplacecash.com^$third-party
||camprime.com^$third-party
||campromos.nl^$third-party
||camsense.com^$third-party
||camsitecash.com^$third-party
||camsoda1.com^$third-party
||camzap.com^$third-party
||cash-program.com^$third-party
||cash4movie.com^$third-party
||cashlayer.com^$third-party
||cashthat.com^$third-party
||cashtraff.com^$third-party
||cdn7.network^$third-party
||cdn7.rocks^$third-party
||cdnaz.win^$third-party
||ceepq.com^$third-party
||celeb-ads.com^$third-party
||celogera.com^$third-party
||cennter.com^$third-party
||certified-apps.com^$third-party
||cervicalknowledge.info^$third-party
||cfcloudcdn.com^$third-party
||chatinator.com^$third-party
||che-ka.com^$third-party
||chestyry.com^$third-party
||chopstick16.com^$third-party
||chtntr.com^$third-party
||citysex.com^$third-party
||clcknads.pro^$third-party
||clearac.com^$third-party
||cleavageguarantyaquarius.com^$third-party
||clicadu.com^$third-party
||clickadu.com^$third-party
||clickaine.com^$third-party
||clickganic.com^$third-party
||clickpapa.com^$third-party
||clicksvenue.com^$third-party
||clickthruserver.com^$third-party
||clicktrace.info^$third-party
||clockdisplaystoring.com^$third-party
||cmdfnow.com^$third-party
||cntrafficpro.com^$third-party
||codelnet.com^$third-party
||coinmarketcap.com^$third-party
||coldhardcash.com^$third-party
||coloredguitar.com^$third-party
||colpory.com^$third-party
||comproliverton.pro^$third-party
||comunicazio.com^$third-party
||contentabc.com^$third-party
||cpacoreg.com^$third-party
||cpl1.ru^$third-party
||cqlupb.com^$third-party
||crakbanner.com^$third-party
||crakcash.com^$third-party
||creoads.com^$third-party
||crocoads.com^$third-party
||cross-system.com^$third-party
||crptentry.com^$third-party
||crtracklink.com^$third-party
||ctyzd.com^$third-party
||cwgads.com^$third-party
||cyberbidhost.com^$third-party
||cybernetentertainment.com^$third-party
||czerwo.ru^$third-party
||d-agency.net^$third-party
||d0main.ru^$third-party
||d29gqcij.com^$third-party
||d3b3e6340.website^$third-party
||daffaite.com^$third-party
||daiporno.com^$third-party
||dallavel.com^$third-party
||dana123.com^$third-party
||danzabucks.com^$third-party
||darangi.ru^$third-party
||data-ero-advertising.com^$third-party
||data-eroadvertising.com^$third-party
||data.13dc235d.xyz^$third-party
||datefunclub.com^$third-party
||datetraders.com^$third-party
||datexchanges.net^$third-party
||dating-adv.com^$third-party
||datingadnetwork.com^$third-party
||datingamateurs.com^$third-party
||datingcensored.com^$third-party
||datingidol.com^$third-party
||dblpmp.com^$third-party
||debitcrebit669.com^$third-party
||deecash.com^$third-party
||demanier.com^$third-party
||dematom.com^$third-party
||denotyro.com^$third-party
||depilflash.tv^$third-party
||depravedwhores.com^$third-party
||desiad.net^$third-party
||digiad.co^$third-party
||digitaldesire.com^$third-party
||digreality.com^$third-party
||directadvert.ru^$third-party
||directchat.tv^$third-party
||direction-x.com^$third-party
||discreetlocalgirls.com^$third-party
||divascam.com^$third-party
||divertura.com^$third-party
||dlski.space^$third-party
||dofolo.ru^$third-party
||dosugcz.biz^$third-party
||double-check.com^$third-party
||doublegear.com^$third-party
||drevil.to^$third-party
||dro4icho.ru^$third-party
||dtiserv2.com^$third-party
||dtprofit.com^$third-party
||duroternout.info^$third-party
||dvdkinoteatr.com^$third-party
||eadulttraffic.com^$third-party
||easy-dating.org^$third-party
||easyaccess.mobi^$third-party
||easyflirt.com^$third-party
||ebdr2.com^$third-party
||ecortb.com^$third-party
||elekted.com^$third-party
||eltepo.ru^$third-party
||emediawebs.com^$third-party
||eneritchmax.info^$third-party
||enoratraffic.com^$third-party
||eqfgc.com^$third-party
||eragi.ru^$third-party
||ergs4.com^$third-party
||eroadvertising.com^$third-party
||erosadv.com^$third-party
||erotikdating.com^$third-party
||erotizer.info^$third-party
||escortso.com^$third-party
||eu2xml.com^$third-party
||euro-rx.com^$third-party
||euro4ads.de^$third-party
||exchangecash.de^$third-party
||exclusivepussy.com^$third-party
||exercially.mobi^$third-party
||exoclickz.com^$third-party
||exogripper.com^$third-party
||exoticads.com^$third-party
||exsifsi.ru^$third-party
||eyemedias.com^$third-party
||facebookofsex.com^$third-party
||faceporn.com^$third-party
||facetz.net^$third-party
||fahdsite.pro^$third-party
||fanmalinin.ru^$third-party
||fapality.com^$third-party
||fderty.com^$third-party
||feeder.xxx^$third-party
||felixflow.com^$third-party
||festaporno.com^$third-party
||fickads.net^$third-party
||filthads.com^$third-party
||findandtry.com^$third-party
||flashadtools.com^$third-party
||fleshcash.com^$third-party
||fleshlightgirls.com^$third-party
||flipflapflo.info^$third-party
||flipflapflo.net^$third-party
||flirt4e.com^$third-party
||flirt4free.com^$third-party
||flirtingsms.com^$third-party
||fmhcj.top^$third-party
||fmscash.com^$third-party
||fncash.com^$third-party
||fncnet1.com^$third-party
||forgetstore.com^$third-party
||freakads.com^$third-party
||free-porn-vidz.com^$third-party
||freewebfonts.org^$third-party
||frestacero.com^$third-party
||frestime.com^$third-party
||frivol-ads.com^$third-party
||frtyh.com^$third-party
||frutrun.com^$third-party
||fuckbook.cm^$third-party
||fuckbookdating.com^$third-party
||fuckedbyme.com^$third-party
||fuckermedia.com^$third-party
||fuckyoucash.com^$third-party
||fuelbuck.com^$third-party
||funcel.mobi^$third-party
||funnypickuplinesforgirls.com^$third-party
||g--o.info^$third-party
||g6ni40i7.com^$third-party
||g726n8cy.com^$third-party
||gamblespot.ru^$third-party
||gamescarousel.com^$third-party
||gamesrevenu24.com^$third-party
||gamevui24.com^$third-party
||ganardineroreal.com^$third-party
||gayadpros.com^$third-party
||gayxperience.com^$third-party
||gefnaro.com^$third-party
||genialradio.com^$third-party
||geoaddicted.net^$third-party
||geofamily.ru^$third-party
||geoinventory.com^$third-party
||getiton.com^$third-party
||gfhdkse.com^$third-party
||ggwcash.com^$third-party
||gl-cash.com^$third-party
||glbtrk.com^$third-party
||gmyze.com^$third-party
||go2euroshop.com^$third-party
||goallurl.ru^$third-party
||goclick.info^$third-party
||goklics.ru^$third-party
||golderotica.com^$third-party
||gomain.pro^$third-party
||googleapi.club^$third-party
||govereign.com^$third-party
||greatcpm.com^$third-party
||gridlockparadise.com^$third-party
||gtdkx91r.pro^$third-party
||gtsads.com^$third-party
||gunzblazingpromo.com^$third-party
||gzbop.com^$third-party
||haeg1ei.bid^$third-party
||halileo.com^$third-party
||hd100546b.com^$third-party
||hdat.xyz^$third-party
||hdpreview.com^$third-party
||helltraffic.com^$third-party
||hentaibiz.com^$third-party
||herezera.com^$third-party
||hgbn.rocks^$third-party
||hghit.com^$third-party
||hhit.xyz^$third-party
||hickle.link^$third-party
||hiddenbucks.com^$third-party
||highnets.com^$third-party
||hilltopads.com^$third-party
||hipals.com^$third-party
||hizlireklam.com^$third-party
||home-soon.com^$third-party
||hookupbucks.com^$third-party
||hopilos.com^$third-party
||hoptopboy.com^$third-party
||hornymatches.com^$third-party
||hornyspots.com^$third-party
||host-go.info^$third-party
||hostave.net^$third-party
||hostave2.net^$third-party
||hostave4.net^$third-party
||hot-dances.com^$third-party
||hot-socials.com^$third-party
||hotgvibe.com^$third-party
||hotsocials.com^$third-party
||hqpass.com^$third-party
||hsmclick.com^$third-party
||htdvt.com^$third-party
||hubtraffic.com^$third-party
||icapabloidsety.club^$third-party
||iceban.su^$third-party
||icebns.com^$third-party
||icetraffic.com^$third-party
||icqadvert.org^$third-party
||ictowaz.ru^$third-party
||ideal-sexe.com^$third-party
||idolbucks.com^$third-party
||ifrwam.com^$third-party
||igiplay.net^$third-party
||igithab.com^$third-party
||iheartbucks.com^$third-party
||ijquery10.com^$third-party
||ijrah.top^$third-party
||ilovecheating.com^$third-party
||img-cdn-us.pro^$third-party
||imglnka.com^$third-party
||imglnkb.com^$third-party
||imglnkc.com^$third-party
||impotencehelp.info^$third-party
||impressionmonster.com^$third-party
||inertanceretinallaurel.com^$third-party
||inheart.ru^$third-party
||intelensafrete.stream^$third-party
||intellichatadult.com^$third-party
||internebula.net^$third-party
||intertakekuhy.info^$third-party
||intrapromotion.com^$third-party
||iprofit.cc^$third-party
||iridiumsergeiprogenitor.info^$third-party
||itmcash.com^$third-party
||itrxx.com^$third-party
||itslive.com^$third-party
||itspsmup.com^$third-party
||itsup.com^$third-party
||itw.me^$third-party
||iwanttodeliver.com^$third-party
||iwebanalyze.com^$third-party
||iwinnersadvantage.com^$third-party
||iwtra.top^$third-party
||ixspublic.com^$third-party
||jackao.net^$third-party
||japanbros.com^$third-party
||javbucks.com^$third-party
||jaymancash.com^$third-party
||jeisl.com^$third-party
||jerrcotch.com^$third-party
||jfresi.com^$third-party
||jif5o70u.pro^$third-party
||joinnowinstantly.com^$third-party
||jowapt.com^$third-party
||joyourself.com^$third-party
||jqueryserve.org^$third-party
||juicycash.net^$third-party
||justgetitfaster.com^$third-party
||justresa.com^$third-party
||jz9ugaqb.com^$third-party
||k9x.net^$third-party
||kadam.ru^$third-party
||kaplay.com^$third-party
||kcolbda.com^$third-party
||kingpinmedia.net^$third-party
||kinopokaz.org^$third-party
||klapenlyidveln.stream^$third-party
||kliklink.ru^$third-party
||klocko.link^$third-party
||kodicdn.com^$third-party
||kolestence.com^$third-party
||kolitat.com^$third-party
||kolort.ru^$third-party
||kuhnivsemisrazu.ru^$third-party
||kwot.biz^$third-party
||kxqvnfcg.xyz^$third-party
||lanayasite.pro^$third-party
||lavantat.com^$third-party
||laynsite.pro^$third-party
||lcwfab1.com^$third-party
||leche69.com^$third-party
||legendarylars.com^$third-party
||lickbylick.com^$third-party
||lifeideas.site^$third-party
||lifepromo.biz^$third-party
||limon.biz^$third-party
||links-and-traffic.com^$third-party
||livecam.com^$third-party
||livedoor.net^$third-party
||livejasmin.tv^$third-party
||liveprivates.com^$third-party
||livepromotools.com^$third-party
||livestatisc.com^$third-party
||livetraf.com^$third-party
||livexxx.me^$third-party
||lizads.com^$third-party
||loa-traffic.com^$third-party
||loading-delivery1.com^$third-party
||lostun.com^$third-party
||loveadverts.com^$third-party
||lovecam.com.br^$third-party
||lovercash.com^$third-party
||lpwre.top^$third-party
||lsawards.com^$third-party
||lucidcommerce.com^$third-party
||lugiy.ru^$third-party
||luhtb.top^$third-party
||luvcash.com^$third-party
||luvcom.com^$third-party
||lwxjg.com^$third-party
||lyubnozo.ru^$third-party
||madbanner.com^$third-party
||magical-sky.com^$third-party
||mahnatka.ru^$third-party
||makechatcash.com^$third-party
||malakasonline.com^$third-party
||mallcom.com^$third-party
||mallorcash.com^$third-party
||manfys.com^$third-party
||markswebcams.com^$third-party
||marvin.pw^$third-party
||masterwanker.com^$third-party
||matrimoniale3x.ro^$third-party
||matrix-cash.com^$third-party
||maxcash.com^$third-party
||maxiadv.com^$third-party
||mazetin.ru^$third-party
||mb103.com^$third-party
||mc-nudes.com^$third-party
||mcprofits.com^$third-party
||mdlsrv.com^$third-party
||meccahoo.com^$third-party
||media-click.ru^$third-party
||mediad2.jp^$third-party
||mediagra.com^$third-party
||mediumpimpin.com^$third-party
||meetthegame.online^$third-party
||megoads.eu^$third-party
||meineserver.com^$third-party
||menemier.info^$third-party
||menteret.com^$third-party
||meta4-group.com^$third-party
||methodcash.com^$third-party
||meubonus.com^$third-party
||mhogb.space^$third-party
||might-stay.info^$third-party
||mileporn.com^$third-party
||millioncash.ru^$third-party
||mmaaxx.com^$third-party
||mmoframes.com^$third-party
||mncvjhg.com^$third-party
||mo8mwxi1.com^$third-party
||mobalives.com^$third-party
||mobbobr.com^$third-party
||mobilerevenu.com^$third-party
||mobred.net^$third-party
||mobtop.ru^$third-party
||modelsgonebad.com^$third-party
||monetizze.com.br^$third-party
||montmti.top^$third-party
||mopilod.com^$third-party
||morehitserver.com^$third-party
||move2.co^$third-party
||mp-https.info^$third-party
||mp3vicio.com^$third-party
||mpay69.pw^$third-party
||mpmcash.com^$third-party
||mrporngeek.com^$third-party
||mrskincash.com^$third-party
||msquaredproductions.com^$third-party
||mtoor.com^$third-party
||mtree.com^$third-party
||mxpopad.com^$third-party
||myadultbanners.com^$third-party
||myadultimpressions.com^$third-party
||mymirror.biz^$third-party
||myprecisionads.com^$third-party
||mywebclick.net^$third-party
||n9nedegrees.com^$third-party
||naiadexports.com^$third-party
||nastydollars.com^$third-party
||nativexxx.com^$third-party
||nature-friend.com^$third-party
||netosdesalim.info^$third-party
||neuesdate.com^$third-party
||newads.bangbros.com^$third-party
||newagerevenue.com^$third-party
||newnudecash.com^$third-party
||newpush.support^$third-party
||newsexbook.com^$third-party
||ngbn.net^$third-party
||nikkiscash.com^$third-party
||ningme.ru^$third-party
||niuosnd.ru^$third-party
||niytrusmedia.com^$third-party
||njmaq.com^$third-party
||nkk31jjp.com^$third-party
||nkmsite.com^$third-party
||nonkads.com^$third-party
||notify.support^$third-party
||nscash.com^$third-party
||nsfwads.com^$third-party
||nummobile.com^$third-party
||nvp2auf5.com^$third-party
||o333o.com^$third-party
||oconner.biz^$third-party
||octopuspop.com^$third-party
||oddads.net^$third-party
||odnobi.ru^$third-party
||odzb5nkp.com^$third-party
||ofapes.com^$third-party
||offaces-butional.com^$third-party
||okeo.ru^$third-party
||omynews.net^$third-party
||onedmp.com.^$third-party
||onhercam.com^$third-party
||onyarysh.ru^$third-party
||ordermc.com^$third-party
||orodi.ru^$third-party
||otaserve.net^$third-party
||otherprofit.com^$third-party
||ouslayer.co^$third-party
||outster.com^$third-party
||ovbnb.com^$third-party
||overreare.co^$third-party
||owlopadjet.info^$third-party
||owpawuk.ru^$third-party
||oxcluster.com^$third-party
||ozelmedikal.com^$third-party
||ozone.ru^$third-party,domain=~ozon.ru|~ozonru.co.il|~ozonru.com|~ozonru.eu|~ozonru.kz
||ozonru.eu^$third-party
||p51d20aa4.website^$third-party
||paid-to-promote.net^$third-party
||panoll.com^$third-party
||pardina.ru^$third-party
||parkingpremium.com^$third-party
||partnercash.com^$third-party
||partnercash.de^$third-party
||pc20160522.com^$third-party
||pcruxm.xyz^$third-party
||pdywlbjkeq.work^$third-party
||pecash.com^$third-party
||pennynetwork.com^$third-party
||pepipo.com^$third-party
||philstraffic.com^$third-party
||pictureturn.com^$third-party
||pinkhoneypots.com^$third-party
||pkeeper3.ru^$third-party
||plachetde.biz^$third-party
||plantaosexy.com^$third-party
||pleasedontslaymy.download^$third-party
||plmokn.pw^$third-party
||plugrush.com^$third-party
||pnads.com^$third-party
||pnperf.com^$third-party
||polimantu.com^$third-party
||poonproscash.com^$third-party
||pop-bazar.net^$third-party
||popander.biz^$third-party
||popander.com^$third-party
||popdown.biz^$third-party
||poppcheck.de^$third-party
||popupclick.ru^$third-party
||popxxx.net^$third-party
||porkolt.com^$third-party
||porn-ad.org^$third-party
||porn-hitz.com^$third-party
||porn-site-builder.com^$third-party
||porn300.com^$third-party
||porn88.net^$third-party
||porn99.net^$third-party
||pornattitude.com^$third-party
||pornconversions.com^$third-party
||porndroids.com^$third-party
||pornearn.com^$third-party
||pornglee.com^$third-party
||porngray.com^$third-party
||pornkings.com^$third-party
||pornleep.com^$third-party
||porno-file.ru^$third-party
||pornoow.com^$third-party
||porntagged.com^$third-party
||porntrack.com^$third-party
||pornworld.online^$third-party
||portable-basketball.com^$third-party
||pourmajeurs.com^$third-party
||ppc-direct.com^$third-party
||premature-ejaculation-causes.org^$third-party
||premiumhdv.com^$third-party
||presatisfy.com^$third-party
||privacyprotector.com^$third-party
||private4.com^$third-party
||privateseiten.net^$third-party
||privatewebseiten.com^$third-party
||prmobiles.com^$third-party
||profbigo.com^$third-party
||profistats.net^$third-party
||profitstat.biz^$third-party
||program3.com^$third-party
||promo4partners.com^$third-party
||promocionesweb.com^$third-party
||promotion-campaigns.com^$third-party
||promotools.biz^$third-party
||promowebstar.com^$third-party
||propbigo.com^$third-party
||propbn.com^$third-party
||protect-x.com^$third-party
||protizer.ru^$third-party
||prscripts.com^$third-party
||psma01.com^$third-party
||psma03.com^$third-party
||ptclassic.com^$third-party
||ptrfc.com^$third-party
||ptwebcams.com^$third-party
||publish4.com^$third-party
||pussy-pics.net^$third-party
||pussyeatingclub.com^$third-party
||pussyeatingclubcams.com^$third-party
||putags.com^$third-party
||putanapartners.com^$third-party
||pyiel2bz.com^$third-party
||quagodex.com^$third-party
||quantumws.net^$third-party
||queronamoro.com^$third-party
||quexotac.com^$third-party
||qyifd.com^$third-party
||r7e0zhv8.com^$third-party
||rack-media.com^$third-party
||ragazzeinvendita.com^$third-party
||ragitupime.com^$third-party
||ramctrlgate.com^$third-party
||rareru.ru^$third-party
||rdiul.com^$third-party
||reachword.com^$third-party
||real2clean.ru^$third-party
||realdatechat.com^$third-party
||realitance.com^$third-party
||realitycash.com^$third-party
||realitytraffic.com^$third-party
||reargooduches.pro^$third-party
||recreativ.ru^$third-party
||redcash.net^$third-party
||redirectoptimizer.com^$third-party
||redlightcenter.com^$third-party
||redpineapplemedia.com^$third-party
||reeviveglobal.com^$third-party
||reevivenetwork.com^$third-party
||reevivepro.com^$third-party
||reliablebanners.com^$third-party
||renewads.com^$third-party
||reon.club^$third-party
||replase.gq^$third-party
||reprak.com^$third-party
||retargetpro.net^$third-party
||retoxo.com^$third-party
||revitalize.club^$third-party
||revivestar.com^$third-party
||rexbucks.com^$third-party
||rfity.com^$third-party
||rfvoort.com^$third-party
||ripbwing.com^$third-party
||rivcash.com^$third-party
||rlogoro.ru^$third-party
||rmbn.net^$third-party
||rmkflouh.com^$third-party
||robotadserver.com^$third-party
||roxby.org^$third-party
||royal-cash.com^$third-party
||rsdisp.ru^$third-party
||rtbsystem.com^$third-party
||rubanners.com^$third-party
||rukplaza.com^$third-party
||rulerclick.com^$third-party
||rulerclick.ru^$third-party
||runetki.co^$third-party
||runetki.com^$third-party
||russianlovematch.com^$third-party
||s1adult.com^$third-party
||safelinktracker.com^$third-party
||sahishodilitt.info^$third-party
||sancdn.net^$third-party
||sandroprabratm.info^$third-party
||sascentral.com^$third-party
||sbs-ad.com^$third-party
||scenesgirls.com^$third-party
||scund.com^$third-party
||searchpeack.com^$third-party
||searchx.eu^$third-party
||secretbehindporn.com^$third-party
||seekbang.com^$third-party
||seemybucks.com^$third-party
||sehiba.com^$third-party
||seitentipp.com^$third-party
||senkinar.com^$third-party
||sesxc.com^$third-party
||sexad.net^$third-party
||sexdatecash.com^$third-party
||sexengine.sx^$third-party
||sexiba.com^$third-party
||sexlist.com^$third-party
||sexopages.com^$third-party
||sexplaycam.com^$third-party
||sexsearch.com^$third-party
||sextadate.net^$third-party
||sextracker.com^$third-party
||sextubecash.com^$third-party
||sexvertise.com^$third-party
||sexy-ch.com^$third-party
||sexypower.net^$third-party
||sghehllds.com^$third-party
||shopping-centres.org^$third-party
||siccash.com^$third-party
||silvalliant.info^$third-party
||sixsigmatraffic.com^$third-party
||sjosteras.com^$third-party
||skeettools.com^$third-party
||slendastic.com^$third-party
||smartbn.ru^$third-party
||smartclick.net^$third-party
||smopy.com^$third-party
||sms-xxx.com^$third-party
||soadvr.com^$third-party
||socialsexnetwork.net^$third-party
||sohjah-thahka.info^$third-party
||solutionsadultes.com^$third-party
||sortow.ru^$third-party
||souvlatraffic.com^$third-party
||spankmasters.com^$third-party
||spcwm.com^$third-party
||spunkycash.com^$third-party
||squeeder.com^$third-party
||ssl2anyone.com^$third-party
||startede.com^$third-party
||startwebpromo.com^$third-party
||stat-data.net^$third-party
||staticxz.com^$third-party
||statserv.net^$third-party
||steamtraffic.com^$third-party
||sterrencash.nl^$third-party
||sticans.pro^$third-party
||streamateaccess.com^$third-party
||stripsaver.com^$third-party
||styleszelife.com^$third-party
||sunmcre.com^$third-party
||sunnysmedia.com^$third-party
||supuv3.com^$third-party
||sv2.biz^$third-party
||sweetmedia.org^$third-party
||sweetstudents.com^$third-party
||talk-blog.com^$third-party
||tanil.info^$third-party
||tantoporno.com^$third-party
||targetingnow.com^$third-party
||targettrafficmarketing.net^$third-party
||tarkita.ru^$third-party
||teasernet.ru^$third-party
||teaservizio.com^$third-party
||tech-board.com^$third-party
||teendestruction.com^$third-party
||telvanil.ru^$third-party
||thatterians.pro^$third-party
||thattoftheg.com^$third-party
||the-adult-company.com^$third-party
||thebunsenburner.com^$third-party
||thepayporn.com^$third-party
||therses.com^$third-party
||thesocialsexnetwork.com^$third-party
||thrnt.com^$third-party
||thumbnail-galleries.net^$third-party
||timteen.com^$third-party
||tingrinter.com^$third-party
||tinyweene.com^$third-party
||titsbro.net^$third-party
||titsbro.org^$third-party
||titsbro.pw^$third-party
||tizernet.com^$third-party
||tkhigh.com^$third-party
||tlafu.space^$third-party
||tm-core.net^$third-party
||tmserver-1.com^$third-party
||tmserver-2.net^$third-party
||todayssn.com^$third-party
||toget.ru^$third-party
||tomorrowperegrinemortician.info^$third-party
||tonsterandhantan.info^$third-party
||top-sponsor.com^$third-party
||topbucks.com^$third-party
||torrent-anime.ru^$third-party
||tossoffads.com^$third-party
||tostega.ru^$third-party
||tracelive.ru^$third-party
||tracker2kss.eu^$third-party
||trackerodss.eu^$third-party
||tradineseveni.club^$third-party
||traffbiz.ru^$third-party
||traffic-in.com^$third-party
||traffic.ru^$third-party
||trafficholder.com^$third-party
||traffichunt.com^$third-party
||trafficjunky.com^$third-party
||trafficlearn.com^$third-party
||trafficpimps.com^$third-party
||trafficshop.com^$third-party
||trafficstars.com^$third-party
||traffictraffickers.com^$third-party
||trafficundercontrol.com^$third-party
||traficmax.fr^$third-party
||trafogon.net^$third-party
||transexy.it^$third-party
||trfpump.com^$third-party
||trhnt.com^$third-party
||trhunt.com^$third-party
||trickyseduction.com^$third-party
||trustedadserver.com^$third-party
||trw12.com^$third-party
||try9.com^$third-party
||tsyndicate.com^$third-party
||ttlbd.net^$third-party
||ttlmodels.com^$third-party
||tube.ac^$third-party
||tubeadnetwork.com^$third-party
||tubeadv.com^$third-party
||tubecorporate.com^$third-party
||tubedspots.com^$third-party
||tubepush.eu^$third-party
||tufosex.com.br^$third-party
||twistyscash.com^$third-party
||tynyh.com^$third-party
||ukreggae.ru^$third-party
||unaspajas.com^$third-party
||unlimedia.net^$third-party
||urpornnetwork.com^$third-party
||utrehter.com^$third-party
||uuidksinc.net^$third-party
||uxernab.com^$third-party
||ver-pelis.net^$third-party
||verticalaffiliation.com^$third-party
||vfgta.com^$third-party
||vid123.net^$third-party
||video-people.com^$third-party
||viewrtb.com^$third-party
||virtuagirlhd.com^$third-party
||vividcash.com^$third-party
||vktr073.net^$third-party
||vlexokrako.com^$third-party
||vlogexpert.com^$third-party
||vod-cash.com^$third-party
||vogopita.com^$third-party
||vogorana.ru^$third-party
||vogotita.com^$third-party
||vogozae.ru^$third-party
||voluumtrk.com^$third-party
||voyeurhit.com^$third-party
||vroll.net^$third-party
||vrstage.com^$third-party
||vsexshop.ru^$third-party
||wa4etw9l.top^$third-party
||walprater.com^$third-party
||wamcash.com^$third-party
||wantatop.com^$third-party
||warsomnet.com^$third-party
||watchmygf.to^$third-party
||wct.click^$third-party
||webcambait.com^$third-party
||webcampromo.com^$third-party
||webcampromotions.com^$third-party
||webclickengine.com^$third-party
||webclickmanager.com^$third-party
||webfontsfree.org^$third-party
||websitepromoserver.com^$third-party
||webstats.com.br^$third-party
||webteaser.ru^$third-party
||wellmov.com^$third-party
||weownthetraffic.com^$third-party
||weselltraffic.com^$third-party
||wetpeachcash.com^$third-party
||whaleads.com^$third-party
||whalecashads.com^$third-party
||wifelovers.com^$third-party
||wildhookups.com^$third-party
||wildmatch.com^$third-party
||wildxxxparties.com^$third-party
||wisozk.link^$third-party
||wma.io^$third-party
||wood-pen.com^$third-party
||worldsbestcams.com^$third-party
||wpncdn.com^$third-party
||wqlkp.com^$third-party
||wufel.ml^$third-party
||wwwmobiroll.com^$third-party
||x-adservice.com^$third-party
||x-exchanger.co.uk^$third-party
||x3v66zlz.com^$third-party
||xclickdirect.com^$third-party
||xclicks.net^$third-party
||xenfrastucter.com^$third-party
||xf43506e8.pw^$third-party
||xfuckbook.com^$third-party
||xgogi.com^$third-party
||xhamstercams.com^$third-party
||xidx.org^$third-party
||xlovecam.com^$third-party
||xmediawebs.net^$third-party
||xoliter.com^$third-party
||xpctraffic.com^$third-party
||xpollo.com^$third-party
||xpop.co^$third-party
||xsrs.com^$third-party
||xxltr.com^$third-party
||xxxadv.com^$third-party
||xxxallaccesspass.com^$third-party
||xxxbannerswap.com^$third-party
||xxxblackbook.com^$third-party
||xxxex.com^$third-party
||xxxlnk.com^$third-party
||xxxmatch.com^$third-party
||xxxmyself.com^$third-party
||xxxnavy.com^$third-party
||xxxoh.com^$third-party
||xxxvipporno.com^$third-party
||xxxwebtraffic.com^$third-party
||y72yuyr9.com^$third-party
||yazcash.com^$third-party
||yesmessenger.com^$third-party
||yfum.com^$third-party
||yobihost.com^$third-party
||yoshatia.com^$third-party
||your-big.com^$third-party
||yourdatelink.com^$third-party
||yourfuckbook.com^$third-party,domain=~fuckbookhookups.com
||ypmadserver.com^$third-party
||yu0123456.com^$third-party
||yuppads.com^$third-party
||yurivideo.com^$third-party
||yx0banners.com^$third-party
||zboac.com^$third-party
||zenkreka.com^$third-party
||zinzimo.info^$third-party
||ziphentai.com^$third-party
||zog.link^$third-party
||zqhkry0c.pro^$third-party
||abrsamar.com^
||aclickads.com^
||adbidgo.com^
||adplexo.com^
||adservi.com^
||aebadu.com^
||aoredi.com^
||bebadu.com^
||billionpops.com^
||cebadu.com^
||clcknpop.com^
||clickadin.com^
||clickbigo.com^
||clmcom.com^
||coocopop.com^
||crptgate.com^
||debadu.com^
||dlsear.com^
||doubledeepclick.com^
||doublelimpup.com^
||dsp.wtf^
||earnbigo.com^
||eoredi.com^
||fabrkrup.com^
||fastpopclick.com^
||fastpopunder.com^
||febadu.com^
||fedsit.com^
||foxypp.com^
||fsitel.com^
||furmnas.com^
||gebadu.com^
||goredi.com^
||hebadu.com^
||hiblcom.com^
||horedi.com^
||hypoot.com^
||iddpop.com^
||iendoo.com^
||ioredi.com^
||isupopc.com^
||iupot.com^
||jebadu.com^
||joredi.com^
||joredii.com^
||koncbabae.com^
||koradu.com^
||lupoot.com^
||mdlsite.com^
||moomoopop.com^
||moradu.com^
||nebadu.com^
||nkmsite.com^
||nupoot.com^
||oebadu.com^
||oktpage.com^
||ooredi.com^
||pebadu.com^
||platado.com^
||popcain.com^
||popuexo.com^
||poredii.com^
||ppcashpop.com^
||profbigo.com^
||propbigo.com^
||pttsite.com^
||qebodu.com^
||qoredi.com^
||revbigo.com^
||roredi.com^
||sebadu.com^
||shareitpp.com^
||sitegoto.com^
||sitemnk.com^
||siterdm.com^
||sitetoway.com^
||soonbigo.com^
||sscashpop.com^
||svsub.com^
||syndicpop.com^
||syndopop.com^
||tebadu.com^
||terroppop.com^
||thterras.com^
||tosfeed.com^
||tplpages.com^
||trmnsite.com^
||tsandycateup.com^
||uebadu.com^
||uoredi.com^
||vebadu.com^
||voradu.com^
||voredi.com^
||vvcashpop.com^
||webodu.com^
||whalepp.com^
||woredi.com^
||xebadu.com^
||xoredi.com^
||xxladu.com^
||xxlargepop.com^
||xxssyndic.com^
||xxxadu.com^
||yebadu.com^
||yoredi.com^
||zavrotfro.com^
||abbp1.com^$document
||combia-tellector.com^$document
||cradver.livejasmin.com^$document
||crptentry.com^$document
||doublepimp.com^$document
||dynsrvtbg.com^$document
||exoclick.com^$document
||mptentry.com^$document
||nlntrk.com^$document
||nyetm2mkch.com^$document
||trkinator.com^$document
||reporo.net^$third-party
||00zasdf.pw$other
||00zasdf.pw$websocket
||abbp1.science.^
||abbp1.space.^
||abbp1.website.^
||adspayformymortgage.win.^
||poolnoodle.tech.^
||1lzz.com^$popup
||33traffic.com^$popup
||3file.info^$popup,third-party
||3questionsgetthegirl.com^$popup
||45i73jv6.com^$popup,third-party
||9content.com^$popup
||abbp1.com^$popup
||adsnero.website^$popup,third-party
||adtgs.com^$popup
||adultadmedia.com^$popup,third-party
||adultadworld.com^$popup,third-party
||adultmoda.com^$popup,third-party
||adxite.com^$popup,third-party
||adxpansion.com^$popup,third-party
||affairexcuses.com^$popup,third-party
||alxsite.com^$popup,third-party
||aquete.com^$popup,third-party
||awejmp.com^$popup,third-party
||banners.cams.com^$popup,third-party
||bitterstrawberry.com^$popup
||buy404s.com^$popup
||bxgjpocfz1g1jiwb.pro^$popup
||c4tracking01.com^$popup,third-party
||cam4tracking.com^$popup,third-party
||checkmy.cam^$popup,third-party
||chokertraffic.com^$popup,third-party
||chtic.net^$popup,third-party
||ckrf1.com^$popup,third-party
||clockdisplaystoring.com^$popup
||connexionsafe.com^$popup
||cooch.tv^$popup,third-party
||crptentry.com^$popup
||crptgate.com^$popup
||cstraffic.com^$popup
||date-for-more.com^$popup,third-party
||datoporn.com^$popup,third-party
||dbbp1.com^$popup
||dbbp1.net^$popup
||desklks.com^$popup
||dirty-tinder.com^$popup,third-party
||doublegear.com^$popup,third-party
||dverser.ru^$popup,third-party
||dynsrvazg.com^$popup
||dynsrvazh.com^$popup
||easysexdate.com^$popup
||ebocornac.com^$popup,third-party
||ekod.info^$popup,third-party
||ero-advertising.com^$popup,third-party
||ertya.com^$popup
||everyporn.net^$popup,third-party
||exgfpunished.com^$popup,third-party
||exogripper.com^$popup
||fbay.tv^$popup
||fderty.com^$popup
||filthads.com^$popup,third-party
||flagads.net^$popup
||foaks.com^$popup,third-party
||fox-forden.ru^$popup,third-party
||fpctraffic2.com^$popup,third-party
||freecamsexposed.com^$popup
||freewebcams.com^$popup,third-party
||frtyi.com^$popup,third-party
||gettraff.com^$popup,third-party
||globaldating.online^$popup,third-party
||go-route.com^$popup
||gothot.org^$popup,third-party
||hanaprop.com^$popup,third-party
||hapend.biz^$popup,third-party
||herezera.com^$popup
||hizlireklam.com^$popup,third-party
||hkinvy.ru^$popup
||hornymatches.com^$popup,third-party
||indianfriendfinder.com^$popup,third-party
||ipvertising.com^$popup
||irtye.com^$popup
||isanalyze.com^$popup
||iwebanalyze.com^$popup
||jeisl.com^$popup,third-party
||jsmjmp.com^$popup
||juicyads.com^$popup,third-party
||kaizentraffic.com^$popup,third-party
||legacyminerals.net^$popup,third-party
||loltrk.com^$popup,third-party
||moradu.com^$popup,third-party
||mptentry.com^$popup
||naughtyplayful.com^$popup,third-party
||needlive.com^$popup
||nextlandingads.com^$popup
||njmaq.com^$popup,third-party
||nyetm2mkch.com^$popup
||ophistler.pro^$popup
||pd-news.com^$popup
||pinkberrytube.com^$popup
||playgirl.com^$popup
||plinx.net^$popup,third-party
||poweredbyliquidfire.mobi^$popup
||prexista.com^$popup,third-party
||prodtraff.com^$popup,third-party
||prpops.com^$popup,third-party
||quadrinhoseroticos.net^$popup,third-party
||queen-domain.net^$popup
||rdvinfidele.club^$popup
||repmbuycurl.com^$popup,third-party
||reporo.net^$popup,third-party
||restions-planted.com^$popup,third-party
||reviewdollars.com^$popup,third-party
||royalads.net^$popup,third-party
||sascentral.com^$popup,third-party
||setravieso.com^$popup,third-party
||sex-journey.com^$popup,third-party
||sexad.net^$popup,third-party
||sexflirtbook.com^$popup,third-party
||sexintheuk.com^$popup,third-party
||sexmotors.com^$popup,third-party
||sexpennyauctions.com^$popup
||soadvr.com^$popup
||socialsex.biz^$popup,third-party
||socialsex.com^$popup,third-party
||ssl2anyone.com^$popup
||takyake.ru^$popup
||targetingnow.com^$popup,third-party
||tostega.ru^$popup
||trackvoluum.com^$popup
||trafficbroker.com^$popup
||trafficholder.com^$popup,third-party
||trafficstars.com^$popup
||traffictraffickers.com^$popup,third-party
||trkinator.com^$popup
||trvtrk.com^$popup
||turnefo.ru^$popup
||vlexokrako.com^$popup
||voyeurbase.com^$popup,third-party
||watchmygf.com^$popup
||x2porn.eu^$popup,third-party
||xdtraffic.com^$popup,third-party
||xmatch.com^$popup
||xpeeps.com^$popup,third-party
||xvika.com^$popup,third-party
||xvika.net^$popup,third-party
||xxlargepop.com^$popup,third-party
||xxxbunker.com^$popup,third-party
||xxxmatch.com^$popup
||y72yuyr9.com^$popup,third-party
||zononi.com^$popup,third-party
-api.adyoulike.com
-smartad.s3.amazonaws.com^
||000webhost.com/images/banners/
||04stream.com/pop*.js
||104.197.10.19^$script,third-party
||104.197.10.88^$script,third-party
||104.197.127.140^$script,third-party
||104.197.188.104^$script,third-party
||104.197.241.137^$script,third-party
||104.197.34.33^$script,third-party
||104.197.4.220^$script,third-party
||108.166.93.81/rotate/$domain=~infowars.com.ip
||109.201.134.110^$domain=04stream.com
||110.45.173.103/ad/$third-party
||110mb.com/images/banners/
||121.78.129.103/ad/$domain=~koreatimes-kr.ip
||12dayswidget.com/widgets/
||173.199.120.7/delivery/$domain=~p2p.adserver.ip
||173.225.186.54^$third-party,domain=~apps.su.ip
||178.17.164.58^$script,third-party
||178.238.233.242/open.js
||1stag.com/main/img/banners/
||1whois.org/static/popup.js
||208.43.84.120/trueswordsa3.gif$third-party,domain=~trueswords.com.ip
||209.15.224.6^$third-party,domain=~liverail-mlgtv.ip
||216.41.211.36/widget/$third-party,domain=~bpaww.com.ip
||217.115.147.241/media/$third-party,domain=~elb-kind.de.ip
||247hd.net/ad|
||24casino.cz/poker300-$third-party
||24hrlikes.com/images/$third-party
||2yu.in/banner/$third-party
||360pal.com/ads/$third-party
||3dots.co.il/pop/
||3smedia.co.za^*/banner.
||4getlikes.com/promo/
||69.50.226.158^$third-party,domain=~worth1000.com.ip
||6theory.com/pub/
||770.com/banniere.php?
||80.94.76.4/abd.php?
||95.131.238.35^$third-party,domain=~maltatoday.mt.ip
||96.9.176.245^$third-party
||a.livesportmedia.eu^
||a.ucoz.net^
||a.watershed-publishing.com^
||a04296f070c0146f314d-0dcad72565cb350972beb3666a86f246.r50.cf5.rackcdn.com^
||a7.org^*=$xmlhttprequest
||aadvertismentt.com^$subdocument
||abacast.com/banner/
||ablacrack.com/popup-pvd.js$third-party
||ace.advertising.com^$third-party
||ad-v.jp/adam/
||ad.23blogs.com^$third-party
||ad.about.co.kr^
||ad.accessmediaproductions.com^
||ad.adriver.ru^$domain=firstrownow.eu|kyivpost.com|uatoday.tv|unian.info
||ad.aquamediadirect.com^$third-party
||ad.bitbay.net^$third-party
||ad.bitmedia.io^
||ad.edugram.com^
||ad.flux.com^
||ad.foxnetworks.com^
||ad.ghfusion.com^$third-party
||ad.icasthq.com^
||ad.idgtn.net^
||ad.imad.co.kr^$third-party
||ad.jamba.net^
||ad.jokeroo.com^$third-party
||ad.lijit.com^$third-party
||ad.linkstorms.com^$third-party
||ad.livere.co.kr^
||ad.mediabong.net^
||ad.mesomorphosis.com^
||ad.mygamesol.com^$third-party
||ad.netcommunities.com^$third-party
||ad.netmedia.hu^
||ad.openmultimedia.biz^
||ad.outsidehub.com^
||ad.pickple.net^
||ad.premiumonlinemedia.com^$third-party
||ad.proxy.sh^
||ad.r.worldssl.net^
||ad.rambler.ru^
||ad.realmcdn.net^$third-party
||ad.reklamport.com^
||ad.sensismediasmart.com.au^
||ad.sharethis.com^$third-party
||ad.smartclip.net^
||ad.smartmediarep.com^$third-party
||ad.spielothek.so^
||ad.sponsoreo.com^$third-party
||ad.valuecalling.com^$third-party
||ad.vidaroo.com^
||ad.winningpartner.com^
||ad.wsod.com^$third-party
||ad2links.com/js/$third-party
||adap.tv/redir/client/static/as3adplayer.swf
||adap.tv/redir/plugins/$object
||adap.tv/redir/plugins3/$object
||adaptv.advertising.com^$third-party
||addme.com/images/addme_$third-party
||adf.ly/?$subdocument,~third-party,domain=adf.ly
||adf.ly/images/banners/
||adf.ly^$script,third-party,domain=~j.gs|~q.gs
||adf.ly^*/link-converter.js$third-party
||adfoc.us/js/$third-party
||adform.net/banners/$third-party
||adimgs.t2b.click/assets/js/ttbir.js
||adingo.jp.eimg.jp^
||adlandpro.com^$third-party
||adn.ebay.com^
||adplus.goo.mx^
||adr-*.vindicosuite.com^
||ads.dynamicyield.com^$third-party
||ads.linkedin.com^$third-party
||ads.mp.mydas.mobi^
||ads.servebom.com^
||ads.tremorhub.com^
||adserv.legitreviews.com^$third-party
||adsrv.eacdn.com^$third-party
||adss.dotdo.net^
||adswizz.com/adswizz/js/SynchroClient*.js$third-party
||adtech.advertising.com^$third-party
||advanced-intelligence.com/banner
||advice-ads-cdn.vice.com^
||adz.zwee.ly^
||adziff.com^*/zdcse.min.js
||afairweb.com/html/$third-party
||aff.bstatic.com^$domain=f1i.com
||aff.cupidplc.com^$third-party
||aff.eteachergroup.com^
||aff.marathonbet.com^
||aff.svjump.com^
||affil.mupromo.com^
||affilate-img-affasi.s3.amazonaws.com^$third-party
||affiliate.juno.co.uk^$third-party
||affiliate.mediatemple.net^$third-party
||affiliatehub.skybet.com^$third-party
||affiliateprogram.keywordspy.com^
||affiliates-cdn.mozilla.org^$third-party
||affiliates.allposters.com^
||affiliates.bookdepository.co.uk^$third-party
||affiliates.bookdepository.com^$third-party
||affiliates.homestead.com^$third-party
||affiliates.lynda.com^$third-party
||affiliates.picaboocorp.com^$third-party
||affiliatesmedia.sbobet.com^
||affiliation.filestube.com^$third-party
||affiliation.fotovista.com^
||affiliationjs.s3.amazonaws.com^
||affutdmedia.com^$third-party
||afimg.liveperson.com^$third-party
||agenda.complex.com^
||agoda.net/banners/
||ahlanlive.com/newsletters/banners/$third-party
||airpushmarketing.s3.amazonaws.com^
||airvpn.org/images/promotional/
||ais.abacast.com^
||ak.imgaft.com^$third-party
||ak1.imgaft.com^$third-party
||akamai.net^*.247realmedia.com/$third-party
||akamai.net^*/espnpreroll/$object
||akamai.net^*/pics.drugstore.com/prodimg/promo/
||akamaihd.net/lmedianet.js
||akamaihd.net/ssa/*?zoneid=$subdocument
||akamaihd.net^*/web/pdk/swf/freewheel.swf?$third-party
||alexa.com^*/promotebuttons/
||algart.net*_banner_$third-party
||algovid.com/player/get_player_vasts?
||allposters.com^*/banners/
||allsend.com/public/assets/images/
||alluremedia.com.au^*/campaigns/
||alpsat.com/banner/
||altushost.com/docs/$third-party
||amazon.com/?_encoding*&linkcode$third-party
||amazon.com/gp/redirect.html?$subdocument,third-party
||amazon.com^*/getaanad?$third-party
||amazonaws.com/ad_w_intersitial.html
||amazonaws.com/ansible.js$domain=motherjones.com
||amazonaws.com/banner/$domain=gserp.com
||amazonaws.com/betpawa-*.html?aff=
||amazonaws.com/bo-assets/production/banner_attachments/
||amazonaws.com/btrb-prd-banners/
||amazonaws.com/crossdomain.xml$object,domain=ndtv.com
||amazonaws.com/digitalcinemanec.swf$domain=boxoffice.com
||amazonaws.com/dmx_banner?$domain=autodealer.co.za
||amazonaws.com/fvefwdds/
||amazonaws.com/images/a/$domain=slader.com
||amazonaws.com/lms/sponsors/
||amazonaws.com/ludicrous/
||amazonaws.com/newscloud-production/*/backgrounds/$domain=crescent-news.com|daily-jeff.com|recordpub.com|state-journal.com|the-daily-record.com|the-review.com|times-gazette.com
||amazonaws.com/optimera-
||amazonaws.com/ownlocal-
||amazonaws.com/photos.offers.analoganalytics.com/
||amazonaws.com/player.php?vidurl=$object,domain=ndtv.com
||amazonaws.com/pmb-musics/download_itunes.png
||amazonaws.com/promotions/$domain=~brewculture.com
||amazonaws.com/publishflow/
||amazonaws.com/skyscrpr.js
||amazonaws.com/streetpulse/ads/
||amazonaws.com/wafmedia6.com/
||amazonaws.com/widgets.youcompare.com.au/
||amazonaws.com/youpop/
||amazonaws.com^$script,subdocument,domain=bittorrent.am|flagandcross.com|gelbooru.com|grantorrent.net|hdvid.life|hdvid.tv|hdvid.xyz|macupload.net|mp3goo.com|ndtv.com|onhax.me|onvid.club|onvid.fun|onvid.pw|onvid.xyz|replaytvstreaming.com|rgmechanicsgames.com|streamplay.to|thevideobee.to|usersfiles.com|vidhd.club|vidhd.icu|vidhd.pw|vshare.eu
||amazonaws.com^$third-party,xmlhttprequest,domain=bdupload.info|bigfile.to|bittorrent.am|c123movies.com|ddlvalley.cool|frendz4m.com|fullstuff.co|hdvid.life|hdvid.tv|hdvid.xyz|macupload.net|ocean0fgames.com|onhax.me|onvid.club|onvid.fun|onvid.pw|onvid.xyz|rgmechanicsgames.com|sadeempc.com|thevideobee.to|tinypaste.me|tsumino.com|tvlivenow.com|vidhd.club|vidhd.icu|vidhd.pw|vidlox.tv|vshare.eu|wizhdsports.is|yourvideohost.com
||amazonaws.com^*/ads/$image,domain=washingtonmonthly.com
||amazonaws.com^*/direct/$domain=mycbseguide.com
||amazonaws.com^*/funders-$domain=globalvoices.org
||amazonaws.com^*/player_request_*/get_affiliate_
||analytics.disneyinternational.com^
||ancestrydata.com/widget.html?$domain=findagrave.com
||angelbc.com/clients/*/banners/$third-party
||anime.jlist.com^$third-party
||anonym.to/*findandtry.com
||any.gs/visitScript/$third-party
||aol.co.uk^*/cobrand.js
||aolcdn.com/os/mapquest/marketing/promos/
||aolcdn.com/os/mapquest/promo-images/
||aolcdn.com/os/music/img/*-skin.jpg
||api.140proof.com^$third-party
||api.bitp.it^$third-party
||api.groupon.com/v2/deals/$third-party
||api.ticketnetwork.com/Events/TopSelling/domain=nytimes.com
||apkmaza.net/wp-content/uploads/$third-party
||apnonline.com.au/img/marketplace/*_ct50x50.gif
||appdevsecrets.com/images/nuts/
||apple.com/itunesaffiliates/
||appnext-a.akamaihd.net^
||appsgenius.com/images/$third-party
||arcadetown.com/as/show.asp
||ard.ihookup.com^
||artistdirect.com/partner/
||as.devbridge.com^$third-party
||as.jivox.com/jivox/serverapis/getcampaignbysite.php?$object
||assets.betterbills.com/widgets/
||associmg.com^*.gif?tag-
||astalavista.box.sk/c-astalink2a.jpg
||astrology.com/partnerpages/
||atomicpopularity.com/dfpd.js
||augine.com/widget|$third-party
||autodealer.co.za/inc/widget/$third-party
||autoprivileges.net/news/
||autotrader.ca/result/AutosAvailableListings.aspx?$third-party
||autotrader.co.za/partners/$third-party
||awadhtimes.com^$third-party
||award.sitekeuring.net^
||awin1.com/cawshow.php$third-party
||awin1.com/cshow.php$third-party
||axandra.com/affiliates/
||b.babylon.com^
||b.livesport.eu^
||b.sell.com^$third-party
||b92.putniktravel.com^
||b92s.net/images/banners/
||babylon.com/site/images/common.js$third-party
||babylon.com/systems/af/landing/$third-party
||babylon.com/trans_box/*&affiliate=
||babylon.com^*?affid=
||badoo.com/informer/$third-party
||ball2win.com/Affiliate/
||bamstudent.com/files/banners/
||bankrate.com/jsfeeds/$third-party
||bankrate.com^$subdocument,domain=yahoo.com
||banman.isoftmarketing.com^$third-party
||banner.101xp.com^
||banner.3ddownloads.com^
||banner.europacasino.com^
||banner.telefragged.com^
||banner.titancasino.com^
||banner.titanpoker.com^$third-party
||banner2.casino.com^$third-party
||bannermaken.nl/banners/$third-party
||banners.cfspm.com.au^$third-party
||banners.ixitools.com^$third-party
||banners.moreniche.com^$third-party
||banners.smarttweak.com^$third-party
||banners.videosz.com^$third-party
||banners.webmasterplan.com^$third-party
||barnebys.com/widgets/$third-party
||bbcchannels.com/workspace/uploads/
||bc.coupons.com^$third-party
||bc.vc/js/link-converter.js$third-party
||beachcamera.com/assets/banners/
||bee4.biz/banners/
||bemyapp.com/trk/$third-party
||bergen.com^*/sponsoredby-
||bestcdnever.ru/banner/$third-party
||bestcdnever.ru/js/custombanner.js
||besthosting.ua/banner/
||bestofmedia.com/ws/communicationSpot.php?
||bet-at-home.com/oddbanner.aspx?
||bet365.com/favicon.ico$third-party
||beta.down2crazy.com^$third-party
||betterbills.com.au/widgets/
||betting.betfair.com^$third-party
||betwaypartners.com/affiliate_media/$third-party
||bharatmatrimony.com/matrimoney/matrimoneybanners/$third-party
||bidder.criteo.com^$third-party
||bidorbuy.co.za/jsp/system/referral.jsp?
||bidorbuy.co.za/jsp/tradesearch/TradeFeedPreview.jsp?$third-party
||bigcommerce.com^*/product_images/$domain=politicalears.com
||bigpond.com/specials/$subdocument,third-party
||bigrock.in/affiliate/
||bijk.com^*/banners/
||binbox.io/public/img/promo/$third-party
||binopt.net/banners/
||bit.ly^$image,domain=planepictures.net|tooxclusive.com
||bit.ly^$subdocument,domain=adf.ly
||bitbond.com/affiliate-program/$third-party
||bitcoindice.com/img/bitcoindice_$third-party
||bitcoinwebhosting.net/banners/$third-party
||bithostcoin.io/img/$third-party
||bitshare.com^*/banner/
||bittorrent.am/serws.php?$third-party
||bl.wavecdn.de^
||blamads-assets.s3.amazonaws.com^
||blindferret.com/images/*_skin_
||blinkx.com/?i=*&adc_pub_id=$script,third-party
||blinkx.com/f2/overlays/
||bliss-systems-api.co.uk^$third-party
||blissful-sin.com/affiliates/
||blocks.ginotrack.com^$third-party
||blogatus.com/images/banner/$third-party
||blogsmithmedia.com^*/amazon_
||bloodstock.uk.com/affiliates/
||bluehost-cdn.com/media/partner/images/
||bluehost.com/web-hosting/domaincheckapi/?affiliate=$third-party
||bluepromocode.com/images/widgets/$third-party
||bluesattv.net/bluesat.swf
||bluesattv.net/bluesattvnet.gif
||bluesattv.net/gif.gif
||bluhostedbanners.blucigs.com^
||bo-videos.s3.amazonaws.com^$third-party
||boago.com^*_Takeover_
||bollyrulez.net/media/adz/
||booking.com^*;tmpl=banner_
||bookingdragon.com^$subdocument,third-party
||bordernode.com/images/$third-party
||borrowlenses.com/affiliate/
||bosh.tv/hdplugin.
||bpath.com/affiliates/
||bplaced.net/pub/
||brandpa.com/widgets/$third-party
||bravenet.com/cserv.php
||break.com/break/html/$subdocument
||break.com^*/partnerpublish/
||brettterpstra.com/wp-content/uploads/$third-party
||broadbandgenie.co.uk/widget?$third-party
||bruteforceseo.com/affiliates/
||bruteforcesocialmedia.com/affiliates/
||bstatic.com^$script,domain=ekathimerini.com|hikersbay.com|stl.news|theolivepress.es|traveller24.com|wantedinafrica.com|wantedineurope.com|wantedinmilan.com|wantedinrome.com
||btguard.com/images/$third-party
||btr.domywife.com^
||btrd.net/assets/interstitial$script
||bubbles-uk.com/banner/$third-party
||bullguard.com^*/banners/
||burnside.dtcn.com^$third-party
||burst.net/aff/
||burstnet.akadns.net^$image
||businessnewswatch.ca/images/nnwbanner/
||butter.to^$subdocument,third-party
||buy.com^*/affiliate/
||buyhatke.com/widgetBack/
||buzina.xyz^$script
||buzznet.com^*/showpping-banner-$third-party
||byzoo.org/script/tu*.js
||bza.co^$subdocument,third-party
||c.netu.tv^
||cachefly.net/cricad.html
||cactusvpn.com/images/affiliates/
||cal-one.net/ellington/deals_widget.php?
||cal-one.net/ellington/search_form.php?
||camelmedia.net^*/banners/
||cancomdigital.com/resourcecenter/$third-party
||canonresourcecenter.com^$third-party
||carbiz.in/affiliates-and-partners/
||careerjunction.co.za/widgets/$third-party
||careerjunction.co.za^*/widget?$third-party
||careerwebsite.com/distrib_pages/jobs.cfm?$third-party
||carfax.com/img_myap/$third-party
||cars.fyidriving.com^$subdocument,third-party
||cas.*.criteo.com^$third-party
||cas.clickability.com^
||cas.criteo.com^$third-party
||cash.neweramediaworks.com^
||cashmakingpowersites.com^*/banners/
||cashmyvideo.com/images/cashmyvideo_banner.gif
||casinobonusdeal.com^$subdocument,domain=frombar.com|gledaisport.com|smotrisport.com|sportcategory.com|sportlemon.org|sportlemon.tv
||castasap.com/publi2.html
||casti.tv/adds/
||catholicweb.com^*/banners/
||caw.*.criteo.com^$third-party
||caw.criteo.com^$third-party
||cbcomponent.com^$third-party
||cbpirate.com/getimg.php?
||cccam.co/banner_big.gif
||cdn.adblade.com^$third-party
||cdn.assets.gorillanation.com^$third-party
||cdn.cdncomputer.com/js/main.js
||cdn.comparecards.com^$domain=fortune.com|time.com
||cdn.fluidplayer.com^*/vast.js
||cdn.ndparking.com/js/init.min.js
||cdn.offcloud.com^$third-party
||cdn.sweeva.com/images/$third-party
||cdn.totalfratmove.com^$image,domain=postgradproblems.com
||cdn77.org/tags/
||cdnpark.com/scripts/js3.js
||cdnprk.com/scripts/js3.js
||cdnprk.com/scripts/js3caf.js
||cdnservices.net/megatag.js
||centauro.net^*/banners/$third-party
||centralmediaserver.com^*_side_bars.jpg
||centralscotlandjoinery.co.uk/images/csj-125.gif$third-party
||centrora.com//store/image/$third-party
||cerebral.typn.com^
||cex.io/img/b/
||cex.io/informer/$third-party
||cfcdn.com/showcase_sample/search_widget/
||cgmlab.com/tools/geotarget/custombanner.js
||chacsystems.com/gk_add.html$third-party
||challies.com^*/wtsbooks5.png$third-party
||charlestondealstoday.com/aux/ux/_component/ss_dealrail/$subdocument,third-party
||choices.truste.com^$third-party
||chriscasconi.com/nostalgia_ad.
||cimg.in/images/banners/
||circularhub.com^$third-party
||citygridmedia.com/ads/
||cjmooter.xcache.kinxcdn.com^
||clarity.abacast.com^
||classistatic.com^*/sponsors/
||click.aliexpress.com^$third-party
||click.eyk.net^
||clickandgo.com/booking-form-widget?$third-party
||clickfunnels.com^*/cfpop.js
||clickiocdn.com/t/common_
||clickstrip.6wav.es^
||clicksure.com/img/resources/banner_
||clicktripz.com/scripts/js/ct.js
||clipdealer.com/?action=widget&*&partner=
||cloudbet.com/ad/
||cloudfront.net/?tid=
||cloudfront.net/dfpd.js
||cloudfront.net/images/super-banner/$domain=buyandsellph.com
||cloudfront.net/js/ad.js$domain=langenscheidt.com
||cloudfront.net/nimblebuy/
||cloudfront.net/prod-global-
||cloudfront.net/scripts/js3caf.js
||cloudfront.net/st.js
||cloudfront.net/tie.js
||cloudfront.net^$image,script,subdocument,xmlhttprequest,domain=171gifs.com|1proxy.de|300mbfilms.org|321jav.com|4archive.org|69sugar.com|adbull.me|addic7ed.com|adultdouga.biz|agarios.org|ahlamtv.com|amabitch.com|ancensored.com|andrija-i-andjelka.com|anime-sugoi.com|animeado.net|animeflv.net|animelek.com|animesonline2hd.org|animesonlinetk.info|animezone.pl|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|bdupload.info|beautiesbondage.com|becekin.net|beelink.in|beforeitsnews.com|behchala.com|bestsongspk.com|big4umovies.net|bilasport.pw|biology-online.org|bittorrent.am|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|c123movies.com|camrouge.com|camwhores.co|cartoonhd.cc|cartoonth12.com|catosports.ml|centraldeanimes.biz|cholotubex.com|chronos.to|cinemamkv.xyz|cinetux.net|cliphayho.com|cloudyfiles.co|coastalhut.com|columbia-xxx.com|comedy.com|comicporno.org|cookiesnetfl1x.com|cooltamil.com|coreimg.net|coroas40.com|couchtuner.fr|couchtuner.nu|crackingpatching.com|cricbox.net|croco.site|cwtube.dj|czechmoneyteens.com|dailyuploads.net|dblatino.com|dbzsuper.tv|dclinks.info|dd-books.com|debrideco.com|desixnxx.net|devil-torrents.pl|digitalmusicnews.com|discografiascompletas.net|djmazamp3.info|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|downloadming.io|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|extremetech.com|fagken.com|fastdrama.co|felipephtutoriais.com.br|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmi7.com|filminvazio.com|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flyordie.com|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|frendz4m.com|fulldowngames.biz|fullmaza.net|fullpinoymovies.net|fullstuff.co|futebolps2.com|fxporn.net|g17.com|gameofporn.net|gamepciso.com|garotosbrasil.com|gaycock4u.com|gaysex69.net|geekzone.co.nz|gelbooru.com|gibanica.club|girlswithmuscle.com|goodvideohost.com|grantorrent.net|gravuregirlz.com|grcrt.net|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdvid.life|hdvid.tv|hdvid.xyz|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hyperdebrid.net|icwutudidare.info|idolblog.org|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imgsmile.com|incestoporno.org|insharee.com|iprojectfreetv.us|ivhunter.com|izporn.net|jav-for.me|javeu.com|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jazztv.co|jdownloader2premium.com|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpidols.tv|k18.co|kizzboy.com|kooora2day.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|link2download.net|linksprotection.com|linx.cloud|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|mactorrents.org|macupload.net|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|media1fire.com|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milversite.me|minatosuki.com|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3goo.com|mp3haat.com|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|multiup.org|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mystream.la|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nitroflare.com|nontononlinedrama.com|nudeyoung.xyz|nulledcenter.com|nungg.com|nuttit.com|nxtcomicsclub.com|ocean0fgames.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|omghype.com|ondeeubaixo.com|one-series.cc|onhax.me|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|onvid.club|onvid.fun|onvid.pw|onvid.xyz|openload.co|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|ouo.io|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|pirateiro.com|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornleak.net|pornlibrary.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pure-anime.tv|pussybook.xyz|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|reevown.com|rgmechanicsgames.com|ripvod.com|rosextube.com|runvideo.net|sadeempc.com|salon.com|savvystreams.blogspot.com|scambiofile.info|sceper.ws|sdmoviespoint.in|series-cravings.tv|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|sexisfree.net|sexix.net|sexiz.net|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.com|shofonline.org|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrowcrack.com|sklns.net|soccerembed.blogspot.com|solotorrent.net|spacemov.tv|sparknotes.com|speedplay.pro|sports4u.net|srfiles.com|stadium-live.biz|stream2watch.org|streamingok.com|streamlord.com|streamplay.to|suki48.web.id|superteenz.com|sweext.com|tamilmv.vc|tamilrasigan.net|taxidrivermovie.com|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|temp-mail.org|textsfromlastnight.com|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay.org|thepiratebay24.ga|thepiratebay3.org|thesimplebay.pro|thevideobee.to|tinypaste.me|tlenovelas.net|todoinmega.com|tokusatsuindo.com|torlock.com|torrentcounter.cc|torrentfilmesbr.com|torrentfunk.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentproject.se|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tsumino.com|tubeoffline.com|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|tuserie.com|tushyporn.net|tvlivenow.com|tvrex.net|twitchstats.net|ufreetv.com|unblocked.cam|unduhfilmrama.biz|upcomics.org|uporniahd.com|usabit.com|usersfiles.com|utaseries.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidhd.club|vidhd.icu|vidhd.pw|vidlox.tv|vidtome.co|vidz7.com|viralshow.info|viveseries.com|vivetusnovelas.com|vixvids.to|vshare.eu|watchaha.com|watcharcheronline.com|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchparksandrecreation.cc|watchpornfree.me|webfirstrow.eu|wetblog.org|wibudesu.com|wolverdon-filmes.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xmovies1.com|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|yahmaib3ai.com|yedhit.com|yeucontrai.com|yodrama.com|youpornzz.com|yourbittorrent.com|yourvideohost.com|youswear.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zoocine.co|zw-net.com
||cloudiro.com^*-ads.
||cloudlocker.biz/img/$third-party
||cloudzer.net/ref/
||cloudzer.net^*/banner/$third-party
||cngroup.co.uk/service/creative/
||cnnewmedia.co.uk/locker/
||code.popup2m.com^$third-party
||codeartlove.com/clients/
||coinmama.com/assets/img/banners/$third-party
||colmwynne.com^$image,third-party
||colorlabsproject.com^*/banner_
||complexmedianetwork.com/cdn/agenda.complex.com/$domain=~complex.com
||complexmedianetwork.com/js/cmnUNT.js
||comx-computers.co.za/banners/$third-party
||conduit.com//banners/$third-party
||connect.summit.co.uk^
||connectok.com/brightcove/?$domain=newsok.com
||consoletarget.com/*.php$script,subdocument
||consolpub.com/weatherwindow/
||content.ad/GetWidget.aspx$third-party
||content.ad/Scripts/widget*.aspx
||content.livesportmedia.eu^
||content.secondspace.com^$~image,third-party
||contentcastsyndication.com^*&banner
||continent8.com^*/bannerflow/
||conversionplanet.com/published/feeds/$third-party
||core.windows.net^$script,domain=yify.tv
||couponcp-a.akamaihd.net^$third-party
||couptopia.com/affiliate/$third-party
||coxnewsweb.com^*/ads/
||cplayer.blinkx.com^$third-party
||cpm.amateurcommunity.de^
||cpmstar.com/cached/
||cpmstar.com/view.aspx
||cq.com/pub/
||creativecdn.com/creatives?
||creatives.inmotionhosting.com^
||creatives.summitconnect.co.uk^
||criteo.com/delivery/$third-party
||crowdsavings.com/r/banner/
||cruiseline.com/widgets/$third-party
||cruisesalefinder.co.nz/affiliates.html$third-party
||crunchyroll.com/awidget/$third-party
||cstv.com^*/sponsors/
||ct.verticalhealth.net^
||cts.tradepub.com/cts4/?ptnr=*&tm=$third-party
||cursecdn.com/banner/
||cursecdn.com/display/
||cursecdn.com/shared-assets/current/anchor.js?id=$third-party
||customcodebydan.com/images/banner.gif
||customer.heartinternet.co.uk^$third-party
||cut-win.com/img/banners/
||cuteonly.com/banners.php$third-party
||d-l-t.com^$subdocument,third-party
||d13czkep7ax7nj.cloudfront.net^
||d140sbu1b1m3h0.cloudfront.net^
||d15565yqt7pv7r.cloudfront.net^
||d158nafix8anfs.cloudfront.net^
||d15gt9gwxw5wu0.cloudfront.net^
||d15kdpgjg3unno.cloudfront.net^
||d162nnmwf9bggr.cloudfront.net^
||d1635hfcvs8ero.cloudfront.net^
||d17f2fxw547952.cloudfront.net^
||d18xeipe1243h6.cloudfront.net^
||d19972r8wdpby8.cloudfront.net^
||d1ade4ciw4bqyc.cloudfront.net^
||d1aezk8tun0dhm.cloudfront.net^
||d1ar5xirbydtuc.cloudfront.net^
||d1cl1sqtf3o420.cloudfront.net^
||d1d43ayl08oaq2.cloudfront.net^
||d1d95giojjkirt.cloudfront.net^
||d1ebha2k07asm5.cloudfront.net^
||d1ep3cn6qx0l3z.cloudfront.net^
||d1ey3fksimezm4.cloudfront.net^
||d1fo96xm8fci0r.cloudfront.net^
||d1gojtoka5qi10.cloudfront.net^
||d1grtyyel8f1mh.cloudfront.net^
||d1gyluhoxet66h.cloudfront.net^
||d1i9kr6k34lyp.cloudfront.net^
||d1il9t8pu4dsoj.cloudfront.net^
||d1k74lgicilrr3.cloudfront.net^
||d1mbgf0ge24riu.cloudfront.net^
||d1n3tk65esqc4k.cloudfront.net^
||d1nmxiiewlx627.cloudfront.net^
||d1noellhv8fksc.cloudfront.net^
||d1pcttwib15k25.cloudfront.net^
||d1pdpbxj733bb1.cloudfront.net^
||d1qk9ujrmkucbl.cloudfront.net^
||d1rguclfwp7nc8.cloudfront.net^
||d1rkf0bq85yx06.cloudfront.net^
||d1spb7fplenrp4.cloudfront.net^
||d1v99qnc7usc0g.cloudfront.net^
||d1vbm0eveofcle.cloudfront.net^
||d1wa9546y9kg0n.cloudfront.net/index.js
||d1wjz6mrey9f5v.cloudfront.net^
||d1zgderxoe1a.cloudfront.net^
||d21j20wsoewvjq.cloudfront.net^
||d22lo5bcpq2fif.cloudfront.net^
||d23guct4biwna6.cloudfront.net^
||d23nyyb6dc29z6.cloudfront.net^
||d258j801nsw1p7.cloudfront.net^
||d25dfknw9ghxs6.cloudfront.net^
||d25ruj6ht8bs1.cloudfront.net^
||d25xkbr68qqtcn.cloudfront.net^
||d26c6kzavi5zwd.cloudfront.net^
||d26dzd2k67we08.cloudfront.net^
||d26j9bp9bq4uhd.cloudfront.net^
||d26wy0pxd3qqpv.cloudfront.net^
||d27jt7xr4fq3e8.cloudfront.net^
||d287x05ve9a63s.cloudfront.net^
||d29dbajta0the9.cloudfront.net^
||d29i6o40xcgdai.cloudfront.net^
||d29r6igjpnoykg.cloudfront.net^
||d2a0bnlkc0czvp.cloudfront.net^$domain=~gowatchit.com
||d2anfhdgjxf8s1.cloudfront.net^
||d2b2x1ywompm1b.cloudfront.net^
||d2b560qq58menv.cloudfront.net^
||d2b65ihpmocv7w.cloudfront.net^
||d2bgg7rjywcwsy.cloudfront.net^
||d2c4ylitp1qu24.cloudfront.net^
||d2cgumzzqhgmdu.cloudfront.net^
||d2cxkkxhecdzsq.cloudfront.net^
||d2d2lbvq8xirbs.cloudfront.net^
||d2d8qsxiai9qwj.cloudfront.net^
||d2dxgm96wvaa5j.cloudfront.net^
||d2edfzx4ay42og.cloudfront.net^
||d2focgxak1cn74.cloudfront.net^
||d2g9nmtuil60cb.cloudfront.net^
||d2ghscazvn398x.cloudfront.net^
||d2gpgaupalra1d.cloudfront.net^
||d2gtlljtkeiyzd.cloudfront.net^
||d2gz6iop9uxobu.cloudfront.net^
||d2hap2bsh1k9lw.cloudfront.net^
||d2hcjk8asp3td7.cloudfront.net^
||d2ipklohrie3lo.cloudfront.net^
||d2kbaqwa2nt57l.cloudfront.net/?qabkd=
||d2kbaqwa2nt57l.cloudfront.net/br?
||d2kr2fnkbj2h4c.cloudfront.net^
||d2mic0r0bo3i6z.cloudfront.net^
||d2mq0uzafv8ytp.cloudfront.net^
||d2muzdhs7lpmo0.cloudfront.net^
||d2nlytvx51ywh9.cloudfront.net^
||d2nz8k4xyoudsx.cloudfront.net^
||d2o307dm5mqftz.cloudfront.net^
||d2oallm7wrqvmi.cloudfront.net^
||d2omcicc3a4zlg.cloudfront.net^
||d2pgy8h4i30on1.cloudfront.net^
||d2plxos94peuwp.cloudfront.net^
||d2pxbld8wrqyrk.cloudfront.net^
||d2qz7ofajpstv5.cloudfront.net^
||d2r359adnh3sfn.cloudfront.net^
||d2s64zaa9ua7uv.cloudfront.net^
||d2szg1g41jt3pq.cloudfront.net^
||d2taktuuo4oqx.cloudfront.net^
||d2tgev5wuprbqq.cloudfront.net^
||d2tnimpzlb191i.cloudfront.net^
||d2ubicnllnnszy.cloudfront.net^
||d2ue9k1rhsumed.cloudfront.net^
||d2v4glj2m8yzg5.cloudfront.net^
||d2v9ajh2eysdau.cloudfront.net^
||d2va1d0hpla18n.cloudfront.net^
||d2vt6q0n0iy66w.cloudfront.net^
||d2yhukq7vldf1u.cloudfront.net^
||d2z1smm3i01tnr.cloudfront.net^
||d31807xkria1x4.cloudfront.net^
||d31vxm9ubutrmw.cloudfront.net^
||d32pxqbknuxsuy.cloudfront.net^
||d32r9jwgeu9dzx.cloudfront.net^
||d33f10u0pfpplc.cloudfront.net^
||d33otidwg56k90.cloudfront.net^
||d33t3vvu2t2yu5.cloudfront.net/pub/
||d34obr29voew8l.cloudfront.net^
||d34rdvn2ky3gnm.cloudfront.net^
||d355vwft2pa8h6.cloudfront.net^
||d359wjs9dpy12d.cloudfront.net^
||d37dzu39aqhuxu.cloudfront.net^
||d37kzqe5knnh6t.cloudfront.net^
||d38pxm3dmrdu6d.cloudfront.net^
||d38r21vtgndgb1.cloudfront.net^
||d39xqloz8t5a6x.cloudfront.net^
||d3a42c7xs4vn3.cloudfront.net^
||d3ahinqqx1dy5v.cloudfront.net^
||d3al52d8cojds7.cloudfront.net^
||d3bvcf24wln03d.cloudfront.net^
||d3dphmosjk9rot.cloudfront.net^
||d3dytsf4vrjn5x.cloudfront.net^
||d3f9mcik999dte.cloudfront.net^
||d3fzrm6pcer44x.cloudfront.net^
||d3hitamb7drqut.cloudfront.net^
||d3irruagotonpp.cloudfront.net^
||d3iwjrnl4m67rd.cloudfront.net^
||d3l320urli0p1u.cloudfront.net^
||d3lc9zmxv46zr.cloudfront.net^
||d3lvr7yuk4uaui.cloudfront.net^
||d3lzezfa753mqu.cloudfront.net^
||d3m41swuqq4sv5.cloudfront.net^
||d3nvrqlo8rj1kw.cloudfront.net^
||d3p9ql8flgemg7.cloudfront.net^
||d3pe8wzpurrzss.cloudfront.net^
||d3pkae9owd2lcf.cloudfront.net^
||d3q2dpprdsteo.cloudfront.net^
||d3q33rbmdkxzj.cloudfront.net^
||d3qszud4qdthr8.cloudfront.net^
||d3rp5jatom3eyn.cloudfront.net^$domain=~my.na
||d3s6ctxr1rpcpt.cloudfront.net^
||d3t2wca0ou3lqz.cloudfront.net^
||d3t9ip55bsuxrf.cloudfront.net^
||d3tdefw8pwfkbk.cloudfront.net^
||d3uqm14ppr8tkw.cloudfront.net^
||d3vc1nm9xbncz5.cloudfront.net^
||d3vpf6i51y286p.cloudfront.net^
||d4ngwggzm3w7j.cloudfront.net^
||d5pb47xzjz3fc.cloudfront.net^
||d5pvnbpawsaav.cloudfront.net^
||d63a3au5lqmtu.cloudfront.net^
||d6bdy3eto8fyu.cloudfront.net^
||d6sav80kktzcx.cloudfront.net^
||d8qy7md4cj3gz.cloudfront.net^
||da3uf5ucdz00u.cloudfront.net^
||da5w2k479hyx2.cloudfront.net^
||dailyanimation.studio^*/banners.
||dailydealstwincities.com/widgets/$subdocument,third-party
||dal9hkyfi0m0n.cloudfront.net^
||dapatwang.com/images/banner/
||dart.clearchannel.com^
||dasfdasfasdf.no-ip.info^
||data.apn.co.nz^
||data.neuroxmedia.com^
||datafeedfile.com/widget/readywidget/
||datakl.com/banner/
||daterly.com/*.widget.php$third-party
||dawanda.com/widget/$third-party
||dbam.dashbida.com^
||dbcdqp72lzmvj.cloudfront.net^
||dc08i221b0n8a.cloudfront.net^$third-party
||dcdevtzxo4bb0.cloudfront.net^
||ddwht76d9jvfl.cloudfront.net^
||dealextreme.com/affiliate_upload/$third-party
||dealplatform.com^*/widgets/$third-party
||deals.buxr.net^$third-party
||deals.macupdate.com^$third-party
||deals4thecure.com/widgets/*?affiliateurl=
||dealspure.com^$third-party
||dealswarm.com^$subdocument,third-party
||dealtoday.com.mt/banners/
||dealzone.co.za^$script,third-party
||delivery-dev.thebloggernetwork.com^
||delivery-s3.adswizz.com^$third-party
||delivery.importantmedia.org^$third-party
||delivery.thebloggernetwork.com^
||dennis.co.uk^*/siteskins/
||depositfiles.com^*.php?ref=
||desi4m.com/desi4m.gif$third-party
||deskbabes.com/ref.php?
||desperateseller.co.uk/affiliates/
||detroitmedia.com/jfry/
||dev-cms.com^*/promobanners/
||developermedia.com/a.min.js
||devil-bet.com/banner/
||dew9ckzjyt2gn.cloudfront.net^
||dff7tx5c2qbxc.cloudfront.net^
||dhgate.com^$third-party,domain=sammyhub.com
||dhresource.com^*/banner$third-party
||dieho.lacasadeltikitakatv.me^$script
||digitalmediacommunications.com/belleville/employment/
||digitalsatellite.tv/banners/
||direct.quasir.info^$third-party
||directnicparking.com^$third-party
||display.digitalriver.com^
||disqus.com/listPromoted?
||disy2s34euyqm.cloudfront.net^
||dizixdllzznrf.cloudfront.net^
||dj.rasset.ie/dotie/js/rte.ads.js
||djlf5xdlz7m8m.cloudfront.net^
||djr4k68f8n55o.cloudfront.net^
||djv99sxoqpv11.cloudfront.net^
||djz9es32qen64.cloudfront.net^
||dkd69bwkvrht1.cloudfront.net^
||dkdwv3lcby5zi.cloudfront.net^
||dl392qndlveq0.cloudfront.net^
||dl5v5atodo7gn.cloudfront.net^
||dlupv9uqtjlie.cloudfront.net^
||dm0acvguygm9h.cloudfront.net^
||dm8srf206hien.cloudfront.net^
||dntrck.com/trax?
||dojx47ab4dyxi.cloudfront.net^
||domain.com.au/widget/$subdocument,third-party
||domainapps.com/assets/img/domain-apps.gif$third-party
||domaingateway.com/js/redirect-min.js
||domainnamesales.com/return_js.php?
||dorabet.com/banner/
||dot.tk/urlfwd/searchbar/bar.html
||dotz123.com/run.php?
||download-provider.org/?aff.id=$third-party
||download.bitdefender.com/resources/media/$third-party
||downloadandsave-a.akamaihd.net^$third-party
||downloadprovider.me/en/search/*?aff.id=*&iframe=$third-party
||dp51h10v6ggpa.cloudfront.net^
||dpsq2uzakdgqz.cloudfront.net^
||dq2tgxnc2knif.cloudfront.net^
||dqhi3ea93ztgv.cloudfront.net^
||dr3k6qonw2kee.cloudfront.net^
||dr8pk6ovub897.cloudfront.net^
||dramafever.com/widget/$third-party
||dreamboxcart.com/earning/$third-party
||dreamhost.com/rewards/$third-party
||dreamstime.com/banner/
||dreamstime.com/img/badges/banner$third-party
||dreamstime.com/refbanner-
||drf8e429z5jzt.cloudfront.net^
||drive360.co.za^$script,domain=iol.co.za
||droidnetwork.net/img/dt-atv160.jpg
||droidnetwork.net/img/vendors/
||dropbox.com^*/aff-resources/$domain=gramfeed.com
||ds02gfqy6io6i.cloudfront.net^
||dsd7ugeb97nnc.cloudfront.net^
||dsh7ky7308k4b.cloudfront.net^
||dsie7h4lo9wxu.cloudfront.net^
||dtakdb1z5gq7e.cloudfront.net^
||dtrk.slimcdn.com^
||dttek.com/sponsors/
||dtto8zfzskfoa.cloudfront.net^
||du2uh7rq0r0d3.cloudfront.net^
||duckduckgo.com/public/$third-party
||duct5ntjian71.cloudfront.net^
||dunhilltraveldeals.com^$subdocument,third-party
||dv7t7qyvgyrt5.cloudfront.net^
||dvdfab.com/images/fabnewbanner/$third-party
||dvf2u7vwmkr5w.cloudfront.net^
||dvnafl0qtqz9k.cloudfront.net^
||dvt4pepo9om3r.cloudfront.net^
||dx.com/affiliate/$third-party
||dx5qvhwg92mjd.cloudfront.net^
||dxprljqoay4rt.cloudfront.net^
||dxq6c0tx3v6mm.cloudfront.net^
||dxqd86uz345mg.cloudfront.net^
||dy48bnzanqw0v.cloudfront.net^
||dybxezbel1g44.cloudfront.net^
||dycpc40hvg4ki.cloudfront.net^
||dyl3p6so5yozo.cloudfront.net^
||dynamicserving.com^$third-party
||dynw.com/banner
||e-tailwebstores.com/accounts/default1/banners/
||e-webcorp.com/images/$third-party
||earn-bitcoins.net/banner_
||easy-share.com/images/es20/
||easyretiredmillionaire.com/img/aff-img/
||eattoday.com.mt/widgets/$third-party
||ebaycommercenetwork.com/publisher/$third-party
||ebaystatic.com/aw/signin/ebay-signin-toyota-
||ebaystatic.com^$domain=psu.com
||ebaystatic.com^*/motorswidgetsv2.swf?
||ebladestore.com^*/banners/
||eblastengine.upickem.net^$third-party
||echineselearning.com^*/banner.jpg
||ecopayz.com/files/images/affiliates/
||ectaco-store.com^*/promo.jsp?
||edge.viagogo.co.uk^*/widget.ashx?$third-party
||edgecastcdn.net^*.barstoolsports.com/wp-content/banners/
||eharmony.com.au^$subdocument,third-party
||eholidayfinder.com/images/logo.gif$third-party
||elenasmodels.com/cache/cb_$third-party
||elitsearch.com^$subdocument,third-party
||elliottwave.com/fw/regular_leaderboard.js
||eltexonline.com/contentrotator/$third-party
||emailcashpro.com/images/$third-party
||emsisoft.com/bnr/
||emsservice.de.s3.amazonaws.com/videos/
||engine.gamerati.net^$third-party
||enticelabs.com/el/
||entitlements.jwplayer.com^$third-party
||epimg.net/js/pbs/
||eplreplays.com/wl/
||epnt.ebay.com^$third-party
||epowernetworktrackerimages.s3.amazonaws.com^
||escape.insites.eu^$third-party
||esport-betting.com^*/betbanner/
||essayerudite.com/images/banner/
||etimg.com/js_etsub/
||etoolkit.com/banner/$third-party
||etoro.com/B*_A*_TGet.aspx$third-party
||etrader.kalahari.com^$third-party
||etrader.kalahari.net^$third-party
||europolitique.info^*/pub/
||euwidget.imshopping.com^
||events.kalooga.com^
||everestpoker.com^*/?adv=
||exmo.me/?ref=$third-party
||exoplanetwar.com/l/landing.php?
||expekt.com/affiliates/
||explorer.sheknows.com^$third-party
||ext.theglobalweb.com^
||extabit.com/s/$third-party
||extensoft.com/artisteer/banners/
||extras.mercurynews.com/tapin_directory/
||extras.mnginteractive.com^*/todaysdeals.gif
||extremereach.io/media/
||exwp.org/partners/
||eyetopics.com/content_images/$third-party
||facebook.com/audiencenetwork/$third-party
||facebook.com^*/instream/vast.xml?
||fairfaxregional.com.au/proxy/commercial-partner-solar/
||familytreedna.com/img/affiliates/
||fancybar.net/ac/fancybar.js?zoneid$third-party
||fantasyplayers.com/templates/banner_code.
||fantaz.com^*/banners/$third-party
||fapturbo.com/testoid/
||farmholidays.is/iframeallfarmsearch.aspx?$third-party
||fastcccam.com/images/fcbanner2.gif
||fatads.toldya.com^$third-party
||fatburningfurnace.com^*/fbf-banner-
||fcgadgets.blogspot.com^$third-party
||feedburner.com/~a/
||feeds.logicbuy.com^
||femalefirst.co.uk/widgets/$third-party
||fenixm.com/actions/*Skin*.$image
||ffconf.org/embed/$subdocument,third-party
||filedownloader.net/design/$third-party
||filedroid.net/af_ta/$third-party
||filefactory.com^*/refer.php?hash=
||filejungle.com/images/banner/
||fileloadr.com^$third-party
||fileparadox.com/images/banner/
||filepost.com/static/images/bn/
||fileserve.com/images/banner_$third-party
||fileserver.mode.com^$third-party
||fileserver1.net/download
||filmehd.net/imagini/banner_$third-party
||filterforge.com/images/banners/
||fimserve.myspace.com^$third-party
||firecenter.pl/banners/
||firstclass-download.com^$subdocument,third-party
||flagship.asp-host.co.uk^$third-party
||flashx.tv/banner/
||flipchat.com/index.php?$third-party
||flipkart.com/?affid=$subdocument,third-party
||flipkart.com/affiliateWidget/$third-party
||flipkart.com/dl/?affid=$subdocument,third-party
||flixcart.com/affiliate/$third-party
||flower.com/img/lsh/
||fncstatic.com^*/business-exchange.html
||followfairy.com/followfairy300x250.jpg
||footymad.net/partners/
||forms.aweber.com/form/styled_popovers_and_lightboxes.js$third-party
||fortune5minutes.com^*/banner_
||forumimg.ipmart.com/swf/img.php
||fragfestservers.com/bannerb.gif
||freakshare.com/?ref=
||freakshare.com/banner/$third-party
||freakshare.net/banner/
||free-football.tv/images/usd/
||freecycle.org^*/sponsors/
||freetrafficsystem.com/fts/ban/
||freetricktipss.info^$subdocument,third-party
||freewheel.mtgx.tv^$~object
||freshbooks.com/images/banners/$third-party
||friedrice.la/widget/$third-party
||frogatto.com/images/$third-party
||frontpagemag.com^*/bigadgendabookad.jpg
||frontsight.com^*/banners/
||ft.pnop.com^
||fugger.ipage.com^$third-party
||fugger.netfirms.com/moa.swf$third-party
||funtonia.com/promo/
||fupa.com/aw.aspx?$third-party
||furiousteam.com^*/external_banner/
||futuboxhd.com/js/bc.js
||future.net.uk/hl-merchants.
||futuresite.register.com/us?$third-party
||fxcc.com/promo/
||fxultima.com/banner/
||fyicentralmi.com/remote_widget?$third-party
||fyiwashtenaw.com/remote_widget?
||fyygame.com/images/*.swf$third-party
||gadgetresearch.net^$subdocument,third-party
||gadgets360.com/pricee/$third-party
||gadgets360cdn.com/shop/$domain=ndtv.com
||gamblingwages.com/images/$third-party
||gameduell.com/res/affiliate/
||gameorc.net/a.html
||gamer-network.net/plugins/dfp/
||gamersaloon.com/images/banners/
||gamesports.net/img/betting_campaigns/
||gamestop.com^*/aflbanners/
||gamingjobsonline.com/images/banner/
||garudavega.net/indiaclicks/
||gateway.fortunelounge.com^
||gateway.proxyportal.eu^
||gateways.s3.amazonaws.com^
||gdgdtrip.com/img/4chan/VPNhub_
||ge.tt/api/$domain=mhktricks.net
||gemini.yahoo.com^*^syndication^
||generic4all.com^*?refid=$third-party
||geo.connexionsecure.com^
||geobanner.friendfinder.com^
||geobanner.passion.com^
||get.*.website/static/get-js?stid=$third-party
||get.box24casino.com^$third-party
||get.davincisgold.com^$third-party
||get.paradise8.com^$third-party
||get.rubyroyal.com^$third-party
||get.slotocash.com^$third-party
||get.thisisvegas.com^$third-party
||getadblock.com/images/adblock_banners/$third-party
||gethopper.com/tp/$third-party
||getnzb.com/img/partner/banners/$third-party
||getpaidforyourtime.org/basic-rotating-banner/
||getsurl.com/images/banners/
||gfaf-banners.s3.amazonaws.com^
||gfxa.sheetmusicplus.com^$third-party
||gg.caixin.com^
||ggmania.com^*.jpg$third-party
||giantrealm.com/saj/
||giantsavings-a.akamaihd.net^$third-party
||giffgaff.com/banner/
||gitcdn.pw^$domain=depositfiles.com
||glam.com/gad/
||glam.com/js/widgets/glam_native.act?
||glam.com^*?affiliateid=
||globalprocash.com/banner125.gif
||gmstatic.net^*/amazonbadge.png
||gmstatic.net^*/itunesbadge.png
||goadv.com^*/ads.js
||gobankingrates.com/r/$subdocument,third-party
||gogousenet.com^*/promo.cgi
||gogousenet.com^*/promo2.cgi
||gold4rs.com/images/$third-party
||goldmoney.com/~/media/Images/Banners/$third-party
||goo.gl^$image,domain=cracksfiles.com
||goo.gl^$script,domain=transphoto.ru
||goo.gl^$subdocument,domain=backin.net
||google.com/pagead/
||google.com/uds/afs?*adsense$subdocument
||googleadapis.l.google.com^$third-party
||googleapis.com/xxx-mightyparty.appspot.com/$third-party,domain=~cuntwars.com|~nutaku.com|~nutaku.net
||googlesyndication.com/ddm/
||googlesyndication.com/ima3vpaid?
||googlesyndication.com/pagead/
||googlesyndication.com/sadbundle/
||googlesyndication.com/safeframe/
||googlesyndication.com/simgad/
||googlesyndication.com/sodar/
||googlesyndication.com^*/click_to_buy/$object,third-party
||googlesyndication.com^*/domainpark.cgi?
||googlesyndication.com^*/googlevideoadslibraryas3.swf$object,third-party
||googlesyndication.com^*/simgad/
||googletagservices.com/dcm/dcmads.js
||gooof.de/sa/$third-party
||gopjn.com/b/$third-party
||gopjn.com/i/$third-party
||gorgonprojectinvest.com/images/banners/
||goto.4bc.co^$image,third-party
||gotraffic.net^*/sponsors/
||govids.net/adss/
||gpawireservices.com/input/files/*.gif$domain=archerywire.com
||graboid.com/affiliates/
||graduateinjapan.com/affiliates/
||grammar.coursekey.com/inter/$third-party
||grammarly.com/embedded?aff=$third-party
||grateful.io/ads/
||grindabuck.com/img/skyscraper.jpg
||groupon.com/javascripts/common/affiliate_widget/$third-party
||grouponcdn.com^*/affiliate_widget/$third-party
||grscty.com/images/banner/$third-party
||gsniper.com/images/$third-party
||gstaticadssl.l.google.com^$third-party
||guim.co.uk/guardian/thirdparty/tv-site/side.html
||guzzle.co.za/media/banners/
||halllakeland.com/banner/
||handango.com/marketing/affiliate/
||haymarket-whistleout.s3.amazonaws.com/*_ad.html
||haymarket.net.au/Skins/
||hdvid-codecs.com^$third-party
||heidiklein.com/media/banners/
||herald.ca/nfwebcam/
||hexero.com/images/banner.gif
||heyoya.com^*&aff_id=
||hide-my-ip.com/promo/
||highepcoffer.com/images/banners/
||hirepurpose.com/static/widgets/$third-party
||hitfox-jobboard.c66.me^
||hitleap.com/assets/banner-
||hitleap.com/assets/banner.png
||hm-sat.de/b.php
||hola.org/play_page.js$third-party
||homad-global-configs.schneevonmorgen.com^
||hostdime.com/images/affiliate/$third-party
||hostgator.com/~affiliat/cgi-bin/affiliates/$third-party
||hosting.conduit.com^$third-party
||hostinger.nl/banners/
||hostmonster.com/src/js/$third-party
||hostmonster.com^*&utm_$third-party
||hotcoursesabroad.com/widget-$third-party
||hotdeals360.com/static/js/kpwidgetweb.js
||hotelsbycity.com^*/bannermtg.php?$third-party
||hotelscombined.com/SearchBox/$third-party
||hoteltravel.com/partner/$third-party
||hotlink.cc/promo/$third-party
||hotlinking.dosmil.imap.cc^$third-party
||hqfootyad4.blogspot.com^$third-party
||hstpnetwork.com/ads/
||hstpnetwork.com/zeus.php
||hubbarddeals.com^*/promo/
||hubbardradio.com^*/my_deals.php
||hwcdn.net^$domain=i24news.tv|newindianexpress.com
||hyipregulate.com/images/hyipregulatebanner.gif
||hyperfbtraffic.com/images/graphicsbanners/
||hyperscale.com/images/adh_button.jpg
||i.ligatus.com/*-placements/$third-party
||i.lsimg.net^*/sides_clickable.
||i.lsimg.net^*/takeover/
||iad-*.blaze.com^
||ibsrv.net/ForumSponsor/
||ibsrv.net/sidetiles/125x125/
||ibsrv.net/sponsor_images/
||ibsys.com/sh/sponsors/
||ibvpn.com/img/banners/
||icastcenter.com^*/amazon-buyfrom.gif
||icastcenter.com^*/itunes.jpg
||idealo.co.uk/priceinfo/$third-party
||idg.com.au/ggg/images/*_home.jpg$third-party
||idup.in/embed$third-party,domain=ganool.com
||ifilm.com/website/*_skin_$third-party
||ifriends.net/Refer.dll?
||ilapi.ebay.com^$third-party
||im.ov.yahoo.co.jp^
||image.com.com^*/skin2.jpg$third-party
||image.dhgate.com^*/dhgate-logo-$third-party
||images-amazon.com/images/*/associates/widgets/
||images-amazon.com/images/*/banner/$third-party
||images-amazon.com^$domain=cloudfront.net
||images-pw.secureserver.net/images/100yearsofchevy.gif
||images-pw.secureserver.net^*_*.$image,third-party
||images.*.criteo.net^$third-party
||images.criteo.net^$third-party
||images.dreamhost.com^$third-party
||images.mylot.com^$third-party
||images.youbuy.it/images/$third-party
||imagetwist.com/banner/
||img.bluehost.com^$third-party
||img.hostmonster.com^$third-party
||img.mybet.com^$third-party
||img.promoddl.com^$third-party
||img.servint.net^$third-party
||imgdino.com/gsmpop.js
||imgehost.com^*/banners/$third-party
||imgix.net/sponsors/
||imgpop.googlecode.com^$third-party
||imgur.com^$image,domain=filerev.cc|talksport.com
||imptestrm.com/rg-main.php?
||in.com/common/script_catch.js
||indeed.fr/ads/
||indian-forex.com^*/banners/$third-party
||indieclick.3janecdn.com^
||indochino.com/indo-ecapture-widget/$third-party
||infibeam.com/affiliate/$third-party
||infochoice.com.au/Handler/WidgetV2Handler.ashx?
||infomarine.gr/images/banerr.gif
||infomarine.gr^*/images/banners/
||inisrael-travel.com/jpost/
||init.lingospot.com^$third-party
||inline.playbryte.com^$third-party
||inskin.vo.llnwd.net^
||instant-gaming.com/affgames/$third-party
||instantpaysites.com/banner/
||instaprofitgram.com/images/banners/
||integrityvpn.com/img/integrityvpn.jpg
||intermarkets.net/u/Intermarkets/*_apn.js$third-party
||intermarkets.net/u/Intermarkets/*_targeting.js$third-party
||intermrkts.vo.llnwd.net^$third-party
||internetbrands.com/partners/$third-party
||interserver.net/logos/vps-$third-party
||interstitial.glsp.netdna-cdn.com^$third-party
||intexchange.ru/Content/banners/
||iobit.com/partner/$third-party
||ipixs.com/ban/$third-party
||iselectmedia.com^*/banners/
||itsup.com/creatives/
||iwebzoo.com/banner/
||iyfsearch.com^*&pid=$third-party
||iypcdn.com^*/bgbanners/
||iypcdn.com^*/otherbanners/
||iypcdn.com^*/ypbanners/
||jalbum.net/widgetapi/js/dlbutton.js?
||jenningsforddirect.co.uk/sitewide/extras/$third-party
||jeysearch.com^$subdocument,third-party
||jinx.com/content/banner/$third-party
||jivox.com/jivox/serverapis/getcampaignbyid.php?$object
||joblet.jp/javascripts/$third-party
||jobs-affiliates.ws/images/$third-party
||jobslike.win^$subdocument,third-party
||jocly.com^*.html?click=$subdocument,third-party
||jrcdev.net/promos/
||jscode.yavli.com^$third-party
||jsfeedget.com^$script,third-party
||jsrdn.com/s/1.js
||jubimax.com/banner_images/
||jugglu.com/content/widgets/$third-party
||junction.co.za/widget/$third-party
||justclicktowatch.to/jstp.js
||jvzoo.com/assets/widget/$third-party
||k-po.com/img/ebay.png$third-party
||k.co.il/iefilter.html
||k2team.kyiv.ua^
||kaango.com/fecustomwidgetdisplay?
||kallout.com^*.php?id=
||kaltura.com^*/vastPlugin.swf$third-party
||karma.mdpcdn.com^
||kbnetworkz.s3.amazonaws.com^
||keep2share.cc/images/i/$third-party
||keyword-winner.com/demo/images/
||king.com^*/banners/
||knorex.asia/static-firefly/
||kontera.com/javascript/lib/KonaLibInline.js$third-party
||kozmetikcerrahi.com/banner/
||kraken.giantrealm.com^$third-party
||krillion.com^*/productoffers.js
||kurtgeiger.com^*/linkshare/
||l.yimg.com^*&partner=*&url=
||ladbrokes.com^*&aff_id=
||lapi.ebay.com^$third-party
||lastlocation.com/images/banner
||lawdepot.com/affiliate/$third-party
||leaddyno-client-images.s3.amazonaws.com^
||leadintelligence.co.uk/in-text.js$third-party
||leadsleap.com/images/banner_
||leadsleap.com/widget/
||leanpub.com^*/embed$subdocument,third-party
||legaljobscentre.com/feed/jobad.aspx
||legitonlinejobs.com/images/$third-party
||lego.com^*/affiliate/
||lesmeilleurs-jeux.net/images/ban/$third-party
||lessemf.com/images/banner-$third-party
||letmewatchthis.ru/movies/linkbottom
||letters.coursekey.com/lettertemplates_$third-party
||lg.com/in/cinema3d.jsp$subdocument,third-party
||lifedaily.com/prebid.js
||lifestyle24h.com/reward/$third-party
||lijit.com/adif_px.php
||lijit.com/delivery/
||link.link.ru^$third-party
||linkbird.com/static/upload/*/banner/$third-party
||linkconnector.com/tr.php$third-party
||linkconnector.com/traffic_record.php$third-party
||linkedin.com/csp/dtag?$subdocument,third-party
||linkshrink.net^$script,third-party
||lionheartdms.com^*/walmart_300.jpg
||litecoinkamikaze.com/assets/images/banner$third-party
||literatureandlatte.com/gfx/buynowaffiliate.jpg
||liutilities.com/partners/$third-party
||liutilities.com^*/affiliate/
||livecrics.livet20worldcup.com/video.php$domain=iplstream.com
||liveperson.com/affiliates/
||liveresources.mensxp.com^$third-party
||liveshows.com^*/live.js$third-party
||llnwd.net/o28/assets/*-sponsored-
||localdata.eu/images/banners/
||loopnet.com^*/searchwidget.htm$third-party
||loot.co.za/shop/product.jsp?$third-party
||loot.co.za^*/banners/$third-party
||lotebo.com/js_a_d_s.php
||lottoelite.com/banners/$third-party
||lowbird.com/random/$third-party
||lowcountrymarketplace.com/widgets/$third-party
||lp.longtailvideo.com^*/adaptv*.swf
||lp.ncdownloader.com^$third-party
||ltfm.ca/stats.php?
||lucky-ace-casino.net/banners/
||lucky-dating.net/banners/
||luckygunner.com^*/banners/
||luckyshare.net/images/banners/
||lumfile.com/lumimage/ourbanner/$third-party
||lygo.com/d/toolbar/sponsors/
||lylebarn.com/crashwidget/$domain=crash.net
||lynku.com/partners/$third-party
||m.uploadedit.com^$third-party,domain=flysat.com
||maases.com/i/br/$domain=promodj.com
||madisonlogic.com^$third-party
||mads.aol.com^
||magicaffiliateplugin.com/img/mga-125x125.gif
||magicmembers.com/img/mgm-125x125
||magniwork.com/banner/
||mahndi.com/images/banner/
||mambaonline.com/clinic_button.
||mantisadnetwork.com/mantodea.min.js
||mantra.com.au^*/campaigns/$third-party
||marinejobs.gr/images/marine_adv.gif
||marketing.888.com^
||masqforo.com^$third-party,domain=linkbucks.com
||mastiway.com/webimages/$third-party
||match.com^*/prm/$third-party
||matchbin.com/javascripts/remote_widget.js
||matrixmails.com/images/$third-party
||maximainvest.net^$image,third-party
||mazda.com.au/banners/
||mb-hostservice.de/banner_
||mb.marathonbet.com^$third-party
||mb.zam.com^
||mbid.advance.net^
||mbid.marfeelrev.com^
||mcc.godaddy.com/park/$subdocument,third-party
||mcclatchyinteractive.com/creative/
||mdpcdn.com^*/gpt/
||media-toolbar.com^$third-party
||media.complex.com/videos/prerolls/
||media.domainking.ng/media/$third-party
||media.enimgs.net/brand/files/escalatenetwork/
||media.myspace.com/play/*/featured-videos-$third-party
||media.netrefer.com^$third-party
||media.onlineteachers.co.in^$third-party
||mediaon.com/moneymoney/
||mediaplex.com/ad/bn/$third-party
||mediaplex.com/ad/fm/$third-party
||mediaplex.com/ad/js/$third-party
||mediaserver.digitec.ch^$subdocument,third-party
||medrx.telstra.com.au^
||megalivestream.net/pub.js
||memepix.com/spark.php?
||meraad2.blogspot.com^$third-party
||merdb.org/js/$script,third-party
||metaboli.fr^*/adgude_$third-party
||metroland.com/wagjag/
||mfcdn.net/store/spotlight/
||mfeed.newzfind.com^$third-party
||mgm.com/www/$third-party
||mgprofit.com/images/*x$third-party
||microsoft.com^*/bannerrotator/$third-party
||microsoft.com^*/community/images/windowsintune/$third-party
||mightyape.co.nz/stuff/$third-party
||mightydeals.com/widget?$third-party
||mightydeals.com/widgets/$third-party
||mightydeals.s3.amazonaws.com/md_adv/
||millionaires-club-international.com/banner/
||missnowmrs.com/images/banners/
||mkini.net/banners/
||mlive.com/js/oas/
||mmdcash.com/mmdcash01.gif
||mmo4rpg.com^*.gif|$third-party
||mmosale.com/baner_images/$third-party
||mmwebhandler.888.com^$third-party
||mnginteractive.com^*/dartinclude.js
||mobyler.com/img/banner/
||mol.im/i/pix/ebay/
||moneycontrol.co.in^*PopUnder.js
||moneycontrol.com/share-market-game/$third-party
||moneywise.co.uk/affiliate/
||moonb.ch/?ref=$third-party
||moosify.com/widgets/explorer/?partner=
||morningpost.dk^*/bildele.gif
||mosso.com^*/banners/
||movie4all.co^$third-party
||mozo-widgets.f2.com.au^
||mp3ix.com^$third-party
||mrc.org/sites/default/files/uploads/images/Collusion_Banner
||mrc.org^*/Collusion_Banner300x250.jpg
||mrc.org^*/take-over-charlotte300x250.gif
||mrskincdn.com/data/uploader/affiliate/$script
||msecnd.net/scripts/*.pop.$script
||msm.mysavings.com^*.asp?afid=$third-party
||msn.com^*/ms-bingna-mw.
||msnbcmedia.msn.com^*/sponsors/
||mt.sellingrealestatemalta.com^$third-party
||mto.mediatakeout.com^$third-party
||multisitelive.com^*/banner_
||multivizyon.tv^*/flysatbanner.swf
||musicmemorization.com/images/$third-party
||musik-a-z.com^$subdocument,third-party
||my-best-jobs.com^$subdocument,third-party
||my-dirty-hobby.com/track/$subdocument,third-party
||myalter1tv.altervista.org^$subdocument,third-party
||mybdhost.com/imgv2/$third-party
||mydirtyhobby.com^$third-party,domain=~my-dirty-hobby.com|~mydirtyhobby.de
||mydownloader.net/banners/$third-party
||myezbz.com/marketplace/widget/$third-party
||myfinance.com^$domain=cnn.com
||myfreepaysite.info^*.gif$third-party
||myfreeresources.com/getimg.php?$third-party
||myfreeshares.com/120x60b.gif
||myhpf.co.uk/banners/
||mylife.com/partner/$third-party
||mynativeplatform.com/pub2/
||myspace.com/play/myspace/*&locationId$third-party
||mytrafficstrategy.com/images/$third-party
||myusenet.net/promo.cgi?
||myvi.ru/feed/$object
||mzstatic.com^$image,object,domain=dailymotion.com
||n.nu/banner.js
||n4g.com^*/IndieMonthSideBarWidget?$third-party
||namecheap.com/graphics/linkus/$third-party
||nanobrokers.com/img/banner_
||nanoinvestgroup.com/images/banner*.gif
||nativly.com/tds/widget?wid=$third-party
||neighbourly.co.nz^$subdocument,domain=stuff.co.nz
||neogames-tech.com/resources/genericbanners/
||nesgamezone.com/syndicate?
||netdigix.com/google_banners/
||netdna-cdn.com/wp-content/plugins/background-manager/$domain=7daysindubai.com
||netdna-cdn.com^*-300x250.$domain=readersdigest.co.uk
||netdna-cdn.com^*-Background-1280x10241.$domain=7daysindubai.com
||netdna-ssl.com/images/banner-$domain=colorlib.com
||nettvplus.com/images/banner_
||network.aufeminin.com^
||network.business.com^
||networkice.com^$subdocument,third-party
||news-whistleout.s3.amazonaws.com^$third-party
||news.fark.com^$third-party
||news.retire.ly^$third-party
||news.smi2.ru^$third-party
||newware.net/home/banner$third-party
||newware.net/home/newware-sm.png$third-party
||nexage.advertising.com^$third-party
||nimblecommerce.com/widget.action?
||nitroflare.com/img/banners/
||nitropdf.com/graphics/promo/$third-party
||nlsl.about.com/img?$third-party
||nocookie.net^*/wikiasearchads.js
||novadune.com^$third-party
||nster.com/tpl/this/js/popnster.js
||ntnd.net^*/store-buttons/
||ntvcld-a.akamaihd.net^
||nude.mk/images/$third-party
||numb.hotshare.biz^$third-party
||nwadealpiggy.com/widgets/
||nzpages.co.nz^*/banners/
||o2live.com^$third-party
||oas.luxweb.com^
||oasap.com/images/affiliate/
||obox-design.com/affiliate-banners/
||ocp.cbs.com/pacific/request.jsp?
||oddschecker.com^*/widget?$third-party
||odin.goo.mx^
||offers-service.cbsinteractive.com^$third-party
||offers.lendingtree.com/splitter/$third-party
||office.eteachergroup.com/leads/$third-party
||offidocs.com/community/$third-party
||oilofasia.com/images/banners/
||ojooo.com/register_f/$third-party
||ojooo.com^*/banner_$third-party
||on.maxspeedcdn.com^
||onecache.com/banner_
||onegameplace.com/iframe.php$third-party
||oovoo.com^*/banners/
||openload.co/reward/$xmlhttprequest
||optimus-pm.com^*_300-250.jpg
||organicprospects.com^*/banners/
||origin.getprice.com.au/WidgetNews.aspx
||origin.getprice.com.au/widgetnewssmall.aspx
||oriongadgets.com^*/banners/
||osobnosti.cz/images/casharena_
||ouo.io/images/banners/
||ouo.io^$script,third-party
||outdoorhub.com/js/_bookends.min.js
||overseasradio.com/affbanner.php?
||ovpn.to/ovpn.to/banner/
||ownx.com^*/banners/
||ox-i.cordillera.tv^
||oxygenboutique.com/Linkshare/
||p.pw/banners/$third-party
||p.smartertravel.com^$third-party
||padsdel.com^$third-party
||pagead2.googlesyndication.com^$~object
||pagerage.com^$subdocument,third-party
||paidinvite.com/promo/
||pan.dogster.com^$third-party
||partner.alloy.com^$third-party
||partner.bargaindomains.com^
||partner.catchy.com^
||partner.e-conomic.com^$third-party
||partner.premiumdomains.com^
||partners.autotrader.co.uk^$third-party
||partners.betus.com^$third-party
||partners.dogtime.com/network/
||partners.fshealth.com^
||partners.optiontide.com^
||partners.rochen.com^
||partners.sportingbet.com.au^
||partners.vouchedfor.co.uk^
||partners.wrike.com^$third-party
||partners.xpertmarket.com^
||payza.com/images/banners/
||pb.s3wfg.com^
||pcash.imlive.com^$third-party
||pcmall.co.za/affiliates/
||pdl.viaplay.com/commercials/$third-party
||pearlriverusa.com/images/banner/
||perfectforex.biz/images/*x$third-party
||perfectmoney.com/img/banners/$third-party
||ph.hillcountrytexas.com/imp.php?$third-party
||phobos.apple.com^$image,domain=dailymotion.com|youtube.com
||phonephotographytricks.com/images/banners/
||photobucket.com^$image,domain=animerebel.com
||pianobuyer.com/pianoworld/
||pianoteq.com/images/banners/
||pic.pbsrc.com/hpto/
||picoasis.net/3xlayer.htm
||pics.firstload.de^$third-party
||pjatr.com/b/$third-party
||pjatr.com/i/$third-party
||pjtra.com/b/$third-party
||pjtra.com/i/$third-party
||play-asia.com/paos-$third-party
||play-asia.com^$image,third-party
||playata.myvideo.de^$subdocument,third-party
||playbitcoingames.com/images/banners/
||playfooty.tv/jojo.html
||plexidigest.com/plexidigest-300x300.jpg
||plista.com/async.js$domain=mirror.co.uk
||plista.com/async/min/video,outstream/$third-party
||plista.com/async/min/videoframe/$third-party
||plista.com/iframewidget.php?*&widgetname=i$subdocument
||plista.com/jsmodule/flash|$third-party
||plista.com/tiny/$third-party
||plista.com/upload/videos/$third-party
||plista.com/widgetdata.php?*%22pictureads%22%7D
||plista.com^*/resized/$third-party
||plus.net/images/referrals/*_banner_$third-party
||pm.web.com^$third-party
||pnet.co.za/jobsearch_iframe_
||pntra.com/b/$third-party
||pntra.com/i/$third-party
||pntrac.com/b/$third-party
||pntrac.com/i/$third-party
||pntrs.com/b/$third-party
||pntrs.com/i/$third-party
||pokerjunkie.com/rss/
||pokerroomkings.com^*/banner/$third-party
||pokersavvy.com^*/banners/
||pokerstars.com/?source=$subdocument,third-party
||pokerstars.com/euro_bnrs/
||popeoftheplayers.eu/ad
||popmog.com^$third-party
||pops.freeze.com^$third-party
||pornturbo.com/tmarket.php
||post.rmbn.ru^$third-party
||postaffiliatepro.com^*/banners/$image
||postimg.org^$image,domain=tubeoffline.com
||ppc-coach.com/jamaffiliates/
||premium-template.com/banner/$third-party
||premium.naturalnews.tv^$third-party
||premiumtradings.com/media/images/index_banners/
||press-start.com/affgames/$third-party
||presscoders.com/wp-content/uploads/misc/aff/$third-party
||pricedinfo.com^$third-party
||pricegrabber.com/cb_table.php$third-party
||pricegrabber.com/export_feeds.php?$third-party
||pricegrabber.com/mlink.php?$third-party
||pricegrabber.com/mlink3.php?$third-party
||priceinfo.comuv.com^
||primedia.co.za/banners/
||primeloopstracking.com/affil/
||print2webcorp.com/widgetcontent/
||privatewifi.com/swf/banners/
||prizerebel.com/images/banner$third-party
||pro-gmedia.com^*/skins/
||prod-skybet.s3.amazonaws.com^$domain=skysports.com
||products.gobankingrates.com^$domain=fortune.com
||promos.fling.com^
||promote.pair.com^
||promotions.iasbet.com^
||propgoluxury.com/partners/$third-party
||proxies2u.com/images/btn/$third-party
||proxify.com/i/$third-party
||proxy.org/blasts.gif
||proxynoid.com/images/referrals/
||proxyroll.com/proxybanner.php
||proxysolutions.net/affiliates/
||pub.admedia.io^
||pub.aujourdhui.com^$third-party
||pub.betclick.com^
||pub.dreamboxcart.com^$third-party
||pub.sapo.pt/vast.php$object
||pubexchange.com/module/*-prod$third-party
||pubexchange.com/modules/display/$script,third-party
||public.porn.fr^$third-party
||pubportal.brkmd.com^
||pubs.hiddennetwork.com^
||puntersparadise.com.au/banners/
||purevpn.com/affiliates/
||qualoo.net/now/interstitial/
||quickflix*.gridserver.com^$third-party
||quirk.biz/webtracking/
||racebets.com/media.php?
||rack.bauermedia.co.uk^
||rackcdn.com/banner/$domain=enjore.com
||rackcdn.com^$script,domain=search.aol.com
||rackspacecloud.com/Broker%20Buttons/$domain=investing.com
||radiocentre.ca/randomimages/$third-party
||radioreference.com/sm/300x75_v3.jpg
||radioshack.com^*/promo/
||radiotown.com/bg/
||radiotown.com/splash/images/*_960x600_
||radley.co.uk^*/Affiliate/
||rapidgator.net/images/pics/$third-party
||rapidgator.net/images/pics/*_300%D1%85250_
||rapidjazz.com/banner_rotation/
||ratecity.com.au/widgets/$third-party
||ratesupermarket.ca/widgets/
||rbth.ru/widget/$third-party
||rcm*.amazon.$third-party
||rdi.*.criteo.com^$third-party
||rdi.criteo.com^$third-party
||readme.ru/informer/$third-party
||realwritingjobs.com^*/banners/
||red-tube.com^*.php?wmid=*&kamid=*&wsid=$third-party
||redbeacon.com/widget/$third-party
||redflagdeals.com/dealoftheday/widgets/$third-party
||redtram.com^$script,third-party
||refer.wordpress.com^$third-party
||regmyudid.com^*/index.html$third-party
||regnow.com/vendor/
||rehost.to/?ref=
||relink.us/images/$third-party
||remax-malta.com/widget/$third-party
||rentalcars.com/affxml/$domain=news-headlines.co.za|nuus.info|sa-news.com|sa-radio.com|saffa.com|saukradio.com
||rentalcars.com/ELBanner.do?$third-party
||res3.feedsportal.com^
||resources.heavenmedia.net/selection.php?
||rethinkbar.azurewebsites.net^*/ieflyout.js
||review78.com^$third-party
||rewards1.com/images/referralbanners/$third-party
||ribbon.india.com^$third-party
||richmedia.yahoo.com^$third-party
||rmgserving.com/rmgdsc/$script
||roadcomponentsdb.com^$subdocument,third-party
||roadrecord.co.uk/widget.js?
||roia.hutchmedia.com^$third-party
||roshansports.com/iframe.php
||roshantv.com/adad.
||rotabanner.kulichki.net^
||rotator.tradetracker.net^
||rsafind.co.za^$subdocument,third-party
||rsasearch.co.za^$subdocument,third-party
||rtax.criteo.com^$third-party
||runerich.com/images/sty_img/runerich.gif
||ruralpressevents.com/agquip/logos/$domain=farmonline.com.au
||russian-dreams.net/static/js/$third-party
||rya.rockyou.com^$third-party
||s-assets.tp-cdn.com/widgets/*/vwid/*.html?
||s-yoolk-banner-assets.yoolk.com^
||s-yoolk-billboard-assets.yoolk.com^
||s.cxt.ms^$third-party
||s1.wp.com^$subdocument,third-party
||s11clickmoviedownloadercom.maynemyltf.netdna-cdn.com^$third-party
||s1now.com^*/takeovers/
||s3.amazonaws.com/dmas-public/rubicon/bundle.js
||s3.amazonaws.com/draftset/banners/
||safarinow.com/affiliate-zone/
||sailthru.com^*/horizon.js
||salefile.googlecode.com^$third-party
||salemwebnetwork.com/Stations/images/SiteWrapper/
||sat-shop.co.uk/images/$third-party
||satshop.tv/images/banner/$third-party
||sbhc.portalhc.com^$third-party
||schenkelklopfer.org^*pop.js
||schurzdigital.com/deals/widget/
||sciencecareers.org/widget/$third-party
||sciremedia.tv/images/banners/
||scoffopedia.com/images/banner$third-party
||scoopdragon.com/images/Goodgame-Empire-MPU.jpg
||screenconnect.com/miscellaneous/ScreenConnect-$image,third-party
||scribol.com/txwidget$third-party
||searchportal.information.com/?$third-party
||seatplans.com/widget|$third-party
||secondspin.com/twcontent/
||secretmedia.s3.amazonaws.com^
||securep2p.com^$subdocument,third-party
||secureserver.net^*/event?
||seedboxco.net/*.swf$third-party
||seedsman.com/affiliate/$third-party
||selectperformers.com/images/a/
||selectperformers.com/images/elements/bannercolours/
||servedby.keygamesnetwork.com^
||servedby.yell.com^$third-party
||server.freegamesall.com^$third-party
||server4.pro/images/banner.jpg
||serverjs.net/scripts/$third-party
||service.smscoin.com/js/sendpic.js
||serving.portal.dmflex.com^$domain=thisdaylive.com
||settleships.com^$third-party
||sfcdn.in/sailfish/$script
||sfimg.com/images/banners/
||sfimg.com/SFIBanners/
||sfm-offshore.com/images/banners/
||sfstatic.com^*/js/fl.js$third-party
||shaadi.com^*/get-banner.php?
||shaadi.com^*/get-html-banner.php?
||shareasale.com/image/$third-party
||shareflare.net/images/$third-party
||shariahprogram.ca/banners/
||sharingzone.net/images/banner$third-party
||shawsuburbanauto.com^$subdocument,third-party
||shawsuburbanhomes.com^$subdocument,third-party
||shink.in/js/script.js$third-party
||shop-top1000.com/images/
||shop4tech.com^*/banner/
||shopbrazos.com/widgets/
||shopilize.com^$third-party
||shopping.com/sc/pac/sdc_widget_v2.0_proxy.js$third-party
||shorte.st/link-converter.min.js
||shorte.st^*/referral_banners/
||shows-tv.net/codepopup.js
||shragle.com^*?ref=
||sidekickunlock.net/banner/
||simplifydigital.co.uk^*/widget_premium_bb.htm
||simplyfwd.com/?dn=*&pid=$subdocument
||singlehop.com/affiliates/$third-party
||singlemuslim.com/affiliates/
||sis.amazon.com/iu?$third-party
||sisters-magazine.com/iframebanners/$third-party
||sitegiant.my/affiliate/$third-party
||sitegrip.com^*/swagbucks-
||sitescout-video-cdn.edgesuite.net^
||skydsl.eu/banner/$third-party
||slickdeals.meritline.com^$third-party
||slot.union.ucweb.com^
||slysoft.com/img/banner/$third-party
||smart.styria-digital.com^
||smartasset.com/embed.js
||smartdestinations.com/ai/$third-party
||smartdreamers.hu/embed/$subdocument,third-party
||smblock.s3.amazonaws.com^
||smilepk.com/bnrsbtns/
||snacktools.net/bannersnack/
||snapdeal.com^*.php$third-party
||sndkorea.nowcdn.co.kr^$third-party
||socialmonkee.com/images/$third-party
||socialorganicleads.com/interstitial/
||softneo.com/popup.js
||source.esportsheaven.com^$subdocument
||speedbit.com^*-banner1-
||speedppc.com^*/banners/
||splashpagemaker.com/images/$third-party
||sponsorandwin.com/images/banner-
||sportsbetaffiliates.com.au^$third-party
||sportsdigitalcontent.com/betting/
||spot.im/yad/
||sproutnova.com/serve.php$third-party
||squarespace.evyy.net^
||srv.dynamicyield.com^$third-party
||srvv.co^$domain=foreverceleb.com
||srwww1.com^*/affiliate/
||ssl-images-amazon.com/images/*/banner/$third-party,domain=~amazon.de
||ssl-images-amazon.com/images/*/DAsf-
||ssshoesss.ro/banners/
||stacksocial.com/bundles/$third-party
||stacksocial.com^*?aid=$third-party
||stalliongold.com/images/*x$third-party
||stargames.com/bridge.asp?$third-party
||static.*.criteo.net/design^$third-party
||static.*.criteo.net/flash^$third-party
||static.*.criteo.net/images^$third-party
||static.*.criteo.net/js/duplo^$third-party
||static.criteo.com/design^$third-party
||static.criteo.com/flash^$third-party
||static.criteo.com/images^$third-party
||static.criteo.com/js/duplo^$third-party
||static.criteo.net/design^$third-party
||static.criteo.net/flash^$third-party
||static.criteo.net/images^$third-party
||static.criteo.net/js/duplo^$third-party
||static.multiplayuk.com/images/w/w-
||static.tradetracker.net^$third-party
||staticworld.net/images/*_skin_
||stats.hosting24.com^
||stats.sitesuite.org^
||stopadblock.info^$third-party
||storage.to/affiliate/
||streaming.rtbiddingplatform.com^
||strikeadcdn.s3.amazonaws.com^$third-party
||structuredchannel.com/sw/swchannel/images/MarketingAssets/*/BannerAd
||stuff-nzwhistleout.s3.amazonaws.com^
||stuff.com/javascripts/more-stuff.js
||stylefind.com^*?campaign=$subdocument,third-party
||subliminalmp3s.com^*/banners/
||superherostuff.com/pages/cbmpage.aspx?*&cbmid=$subdocument,third-party
||supersport.co.za^*180x254
||supersport.com/content/2014_Sponsor
||supersport.com/content/Sponsors
||supply.upjers.com^$third-party
||supplyframe.com/partner/
||surf100sites.com/images/banner_
||survey.g.doubleclick.net^
||surveymonkey.com/jspop.aspx?$third-party
||surveywriter.net^$script,third-party
||survivaltop50.com/wp-content/uploads/*/Survival215x150Link.png
||svcs.ebay.com/services/search/FindingService/*^affiliate.tracking$third-party
||swarmjam.com^$script,third-party
||sweed.to/?pid=$third-party
||sweed.to/affiliates/
||sweetwater.com/feature/$third-party
||sweeva.com/widget.php?w=$third-party
||swimg.net^*/banners/
||synapsys.us/widgets/chatterbox/$third-party
||synapsys.us/widgets/dynamic_widget/$third-party
||synapsys.us^*/partner.js$third-party
||syndicate.payloadz.com^$third-party
||syndication.jsadapi.com^
||syndication.visualthesaurus.com/std/vtad.js
||syndication1.viraladnetwork.net^
||taboola.com^$domain=scoopwhoop.com
||tag.regieci.com^$third-party
||tags.sprizzy.com^
||tags2.adshell.net^
||take2.co.za/misc/bannerscript.php?
||takeover.bauermedia.co.uk^$~stylesheet
||talkfusion.com^*/banners/
||tankionline.com/tankiref.swf
||tap.more-results.net^
||tcmwebcorp.com/dtm/tc_global_dtm_delivery.js
||techbargains.com/inc_iframe_deals_feed.cfm?$third-party
||techbargains.com/scripts/banner.js$third-party
||techkeels.com/creatives/
||tedswoodworking.com/images/banners/
||textlinks.com/images/banners/
||thaiforlove.com/userfiles/affb-
||thatfreething.com/images/banners/
||theatm.info/images/$third-party
||thebigchair.com.au^$subdocument,third-party
||thebloggernetwork.com/demandfusion.js
||thefreesite.com/nov99bannov.gif
||themes420.com/bnrsbtns/
||themify.me/banners/$third-party
||themis-media.com^*/sponsorships/
||thereadystore.com/affiliate/
||theseblogs.com/visitScript/
||theseforums.com/visitScript/
||theselfdefenseco.com/?affid=$third-party
||thetechnologyblog.net^*/bp_internet/
||thirdpartycdn.lumovies.com^$third-party
||ti.tradetracker.net^
||ticketkai.com/banner/
||ticketmaster.com/promotionalcontent/
||tickles.co.uk^$subdocument,third-party
||tickles.ie^$subdocument,third-party
||tigerdirect.com^*/affiliate_
||timesinternet.in/ad/
||tinypic.com^$domain=flysat.com
||tinyurl.com/4x848hd$subdocument
||tipico.*/affiliate/$third-party
||tipico.*?affiliateId=$third-party
||tiqiq.com/Tiqiq/WidgetInactiveIFrame.aspx?WidgetID=*&PublisherID=$subdocument,third-party
||tmbattle.com/images/promo_
||tmearn.com^$image,third-party
||tmstorage.com^$domain=radioforge.com
||tmz.vo.llnwd.net^*_rightrail_200x987.swf
||todaysfinder.com^$subdocument,third-party
||toksnn.com/ads/
||tonefuse.s3.amazonaws.com/clientjs/
||top5result.com/promo/
||topbinaryaffiliates.ck-cdn.com^$third-party
||topmedia.com/external/
||topservers200.com/img/banners/
||topspin.net/secure/media/$image,domain=youtube.com
||toptenreviews.com/r/c/
||toptenreviews.com/w/af_widget.js$third-party
||torguard.net/images/aff/
||torrentdosfilmeshd.ga^$script,third-party
||tosol.co.uk/international.php?$third-party
||townnews.com^*/dealwidget.css?
||townnews.com^*/upickem-deals.js?
||townsquareblogs.com^*=sponsor&
||toysrus.com/graphics/promo/
||traceybell.co.uk^$subdocument,third-party
||track.bcvcmedia.com^
||track.effiliation.com^$third-party
||tradeboss.com/1/banners/
||travel-assets.com/ads/
||travel.mediaalpha.com/js/serve.js$third-party
||travelmail.traveltek.net^$third-party
||travelplus.tv^$third-party,domain=kissanime.com
||treatme.co.nz/Affiliates/
||tremorhub.com/pubsync?
||tremormedia.com/embed/js/*_ads.js
||tremormedia.com^*/tpacudeoplugin46.swf
||tremormedia.com^*_preroll_
||trhnt.com/sx.tr.js
||trialfunder.com/banner/
||trialpay.com^*&dw-ptid=$third-party
||tribktla.files.wordpress.com/*-639x125-sponsorship.jpg?
||tribwgnam.files.wordpress.com^*reskin2.
||tripadvisor.com/WidgetEmbed-*&partnerId=$domain=rbth.co.uk|rbth.com
||trivago.co.uk/uk/srv/$third-party
||tshirthell.com/img/affiliate_section/$third-party
||ttgtmedia.com/Marketing/
||ttt.co.uk/TMConverter/$third-party
||turbobit.net/ref/$third-party
||turbobit.net/refers/$third-party
||turbotrafficsystem.com^*/banners/
||turner.com^*/ads/
||turner.com^*/promos/
||twinplan.com^
||twivert.com/external/banner234x60.
||u-loader.com/image/hotspot_
||ubuntudeal.co.za^$subdocument,third-party
||ukcast.tv/adds/
||ukrd.com/image/*-160x133.jpg
||ukrd.com/image/*-160x160.png
||ukrd.com/images/icons/amazon.png
||ukrd.com/images/icons/itunes.png
||ultimatewebtraffic.info/images/fbautocash
||uniblue.com^*/affiliates/
||united-domains.de/parking/
||united-domains.de^*/parking/
||unsereuni.at/resources/img/$third-party
||upickem.net^*/affiliates/$third-party
||upload2.com/upload2.html
||uploaded.net/img/public/$third-party
||uploaded.to/img/public/$third-party
||uploaded.to/js/layer.js
||uploadgig.com/static/$third-party
||urtig.net/scripts/js3caf.js
||usenet.pw^$third-party
||usenetbucket.com^*-banner/
||userscloud.com/images/banners/
||usersfiles.com/images/72890UF.png
||usfine.com/images/sty_img/usfine.gif
||ussearch.com/preview/banner/
||utility.rogersmedia.com^
||valuechecker.co.uk/banners/$third-party
||vapeworld.com^*/banners/$third-party
||vaporizor.com^*/banners/$third-party
||vapornation.com^*/banner/$third-party
||vast.videe.tv/vast-proxy/
||vcnewsdaily.com/images/vcnews_right_banner.gif
||vdownloader.com/pages/$subdocument,third-party
||vendor1.fitschigogerl.com^
||veospot.com^*.html
||viagogo.co.uk/feeds/widget.ashx?
||vice-publishers-cdn.vice.com^
||videozr.com^$third-party
||vidible.tv/placement/vast/
||vidible.tv/prod/tags/
||vidyoda.com/fambaa/chnls/ADSgmts.ashx?
||viglink.com/api/batch^$third-party
||viglink.com/api/insert^$third-party
||viglink.com/api/optimize^$third-party
||viglink.com/api/products^$third-party
||viglink.com/api/widgets/offerbox.js$third-party
||viglink.com/images/pixel.gif
||vipfile.cc/images/$third-party
||viralize.tv/vast/
||virool.com/widgets/$third-party
||virtuagirl.com/ref.php?
||virtuaguyhd.com/ref.php?
||visit.homepagle.com^$third-party
||visitorboost.com/images/$third-party
||vitabase.com/images/relationships/$third-party
||vittgam.net/images/b/
||vivads.net/banners/
||vix.*.criteo.net^$third-party
||vix.criteo.net^$third-party
||vodp-e-streamingmagentamusic360.tls1.yospace.com^$third-party
||vpn4all.com^*/banner/
||vpnaffiliates.hidester.com^$third-party
||vpnarea.com/affiliate/
||vpntunnel.se/aff/$third-party
||vpnxs.nl/images/vpnxs_banner
||vrvm.com/t?
||vultr.com/media/banner_
||vuukle.com/affinity.
||vxite.com/banner/
||wagital.com/Wagital-Ads.html
||walmartimages.com^*/HealthPartner_
||warezhaven.org/warezhavenbann.jpg
||warrantydirect.co.uk/widgets/
||washingtonpost.com/wp-srv/wapolabs/dw/readomniturecookie.html
||watch-free-movie-online.net/adds-
||watchme.com/track/$subdocument,third-party
||watersoul.com^$subdocument,third-party
||wealthyrush.com^*/banners/$third-party
||weatherthreat.com^*/app_add.png
||web-jp.ad-v.jp^
||web.adblade.com^$third-party
||web2feel.com/images/$third-party
||webdev.co.zw/images/banners/$third-party
||webgains.com/link.html$third-party
||webmasterrock.com/cpxt_pab
||website.ws^*/banners/
||whistleout.com.au^*/partners/$third-party
||whistleout.com/Widgets/$third-party
||whistleout.s3.amazonaws.com^
||widgeo.net/popup.js
||widget.cheki.com.ng^$third-party
||widget.crowdignite.com^
||widget.engageya.com/engageya_loader.js
||widget.imshopping.com^$third-party
||widget.jobberman.com^$third-party
||widget.kelkoo.com^
||widget.raaze.com^
||widget.scoutpa.com^$third-party
||widget.searchschoolsnetwork.com^
||widget.shopstyle.com.au^
||widget.shopstyle.com/widget?pid=$subdocument,third-party
||widget.solarquotes.com.au^
||widget.wombo.gg^$third-party
||widgetcf.adviceiq.com^$third-party
||widgets.adviceiq.com^$third-party
||widgets.bankrate.com^$subdocument,third-party
||widgets.fie.futurecdn.net^$script
||widgets.itunes.apple.com^*&affiliate_id=$third-party
||widgets.junction.co.za^$third-party
||widgets.lendingtree.com^$third-party
||widgets.mobilelocalnews.com^$third-party
||widgets.mozo.com.au^$third-party
||widgets.privateproperty.com.ng^$third-party
||widgets.progrids.com^$third-party
||widgets.realestate.com.au^
||widgets.skyscanner.net^$domain=euronews.com
||widgets.solaramerica.org^$third-party
||widgets.tree.com^$subdocument,third-party
||wildamaginations.com/mdm/banner/
||windcdna.com/api/banner/
||windycitymediagroup.com/gayandlesbianimages/
||winpalace.com/?affid=
||winsms.co.za/banner/
||wishlistproducts.com/affiliatetools/$third-party
||wlpinnaclesports.eacdn.com^
||wm.co.za/24com.php?
||wm.co.za/wmjs.php?
||wonderlabs.com/affiliate_pro/banners/
||worldcdn.net^*/banners/
||worldnow.com/images/incoming/RTJ/rtj201303fall.jpg
||worldofjudaica.com/products/dynamic_banner/
||worldofjudaica.com/static/show/external/
||wp.com/*.postaffiliatepro.com/$third-party
||wp.com/adnetsreview.com/wp-content/uploads/*banner
||wp.com/stripe.rs-stripe.com/
||wp.com^*/linkwidgets/$domain=coedmagazine.com
||wpzoom.com/images/aff/$third-party
||wrapper.ign.com^$third-party
||ws.amazon.*/widgets/$third-party
||wsockd.com^$third-party
||wtpn.twenga.co.uk^
||wtpn.twenga.de^
||wtprn.com/images/$domain=rprradio.com
||wtprn.com/sponsors/
||wupload.com/images/banners/
||wupload.com/referral/$third-party
||x3cms.com/ads/
||xcams.com/livecams/pub_collante/script.php?$third-party
||xgaming.com/rotate*.php?$third-party
||xigen.co.uk^*/Affiliate/
||xingcloud.com^*/uid_
||xml.exactseek.com/cgi-bin/js-feed.cgi?$third-party
||xproxyhost.com/images/banners/
||xrad.io^*/hotspots/
||yachting.org^*/banner/
||yahoo.net^*/ads/
||yb.torchbrowser.com^
||yeas.yahoo.co.jp^
||yieldmanager.edgesuite.net^$third-party
||yimg.com/dy/ads/readmo.js
||yimg.com/gemini/pr/video_
||yimg.com/gs/apex/mediastore/
||yimg.com^*/dianominewwidget2.html$domain=yahoo.com
||yimg.com^*/quickplay_maxwellhouse.png
||yimg.com^*/sponsored.js
||yimg.com^*_skin_$domain=yahoo.com
||ynet.co.il^*/ynetbanneradmin/
||yooclick.com^$subdocument,third-party
||you-cubez.com/images/banners/
||youinsure.co.za/frame/$third-party
||yudu.co.nz^$subdocument,third-party
||zapads.zapak.com^
||zazzle.com/utl/getpanel$third-party
||zazzle.com^*?rf$third-party
||zergnet.com/zerg-inf.js$third-party
||zergnet.com/zerg.js$third-party
||zeus.qj.net^
||zeusfiles.com/promo/
||ziffdavisenterprise.com/contextclicks/
||ziffprod.com/CSE/BestPrice?
||ziffstatic.com/jst/zdsticky.
||ziffstatic.com/jst/zdvtools.
||zip2save.com/widget.php?
||zmh.zope.net^$third-party
||zoomin.tv/video/*.flv$third-party,domain=twitch.tv
||googleapis.com/qmftp/$script
||googleapis.com/yieldlab/$script
||trust.zone^$third-party
||iadc.qwapi.com^
||0mme.com/static.js$script,third-party
||2enm.com/static.js$script,third-party
||chronophotographie.science^$third-party
||croix.science^$third-party
||d1nmk7iw7hajjn.cloudfront.net^
||d3jgr4uve1d188.cloudfront.net^
||d3ujids68p6xmq.cloudfront.net^
||demande.science^$third-party
||em0n.com/static.js$script,third-party
||mn0e.com/static.js$script,third-party
||noadblock.net^$third-party
||noadblock.org^$third-party
||onfocus.io^$third-party
||secretmedia.com^$third-party
||zeste.top^$third-party
||4utro.ru^$popup
||5.39.67.191/promo.php?$popup
||6angebot.ch/?ref=$popup,third-party
||adfoc.us/serve/$popup,third-party
||admngronline.com^$popup,third-party
||adrotator.se^$popup
||adserving.unibet.com^$popup,third-party
||affiliates.galapartners.co.uk^$popup,third-party
||affportal-lb.bevomedia.com^$popup,third-party
||aliexpress.com/?af=$popup,third-party
||babylon.com/redirects/$popup,third-party
||babylon.com/welcome/index.html?affID=$popup,third-party
||banner.galabingo.com^$popup,third-party
||bet365.com^*affiliate=$popup
||bettingpartners.com^$popup,third-party
||binaryoptions24h.com^$popup,third-party
||bit.ly^$popup,domain=vodlocker.com
||bitcoin-code.co^$popup
||bizinfoyours.info^$popup
||bongacams2.com/track$popup
||bovada.lv^$popup,third-party
||casino-x.com^*?partner=$popup,third-party
||casinoadviser.net^$popup
||cdn.optmd.com^$popup,third-party
||cdnfarm18.com^$popup,third-party
||chatlivejasmin.net^$popup
||chatulfetelor.net/$popup
||chaturbate.com/affiliates/$popup,third-party
||click.scour.com^$popup,third-party
||clickansave.net^$popup,third-party
||clicks.istripper.com^$popup,third-party
||coolguruji.com/l.php?$popup
||ctcautobody.com^$popup,third-party
||d1110e4.se^$popup
||dateoffer.net/?s=*&subid=$popup,third-party
||elvenar.com^*?ref=$popup
||eroticmix.blogspot.$popup
||erotikdeal.com/?ref=$popup,third-party
||erotikdeal.com/advertising.html$popup,third-party
||evanetwork.com^$popup
||facebookcoverx.com^$popup,third-party
||fastclick.net^$popup
||firstload.com^$popup
||firstload.de^$popup
||flashplayer-updates.com^$popup
||fleshlight.com/?link=$popup,third-party
||free-rewards.com-s.tv^$popup
||fsoft4down.com^$popup
||fulltiltpoker.com/?key=$popup,third-party
||fulltiltpoker.com/affiliates/$popup,third-party
||fwmrm.net/ad/$popup
||generic4all.com^*.dhtml?refid=$popup,third-party
||getsecuredfiles.com^$popup,third-party
||greevid.com/exit_p/$popup
||hdplayer.li^$popup
||hdvid-codec.com^$popup
||hdvidcodecs.com^$popup
||hetu.in^$popup,third-party
||hmn-net.com^*/xdirect/$popup,third-party
||homemadecelebrityporn.com/track/$popup,third-party
||hop.clickbank.net/*&transaction_id=*&offer_id=$popup,third-party
||house-rent.us^$popup,third-party
||hyperlinksecure.com/back?token=$popup
||hyperlinksecure.com/go/$popup
||i2casting.com^$popup,third-party
||infinity-info.com/click?$popup,third-party
||iqoption.com/land/$popup,third-party
||itunes.apple.com^$popup,domain=fillinn.com
||iyfsearch.com^*&pid=$popup,third-party
||jackettrain.com^$popup,third-party
||laborates.com^$popup,third-party
||liutilities.com^*/affiliate/$popup
||lovefilm.com/partners/$popup,third-party
||lovepoker.de^*/?pid=$popup
||lp.ilivid.com/?$popup,third-party
||lp.imesh.com/?$popup,third-party
||lp.musicboxnewtab.com^$popup,third-party
||lp.titanpoker.com^$popup,third-party
||lsbet.com/bonus/$popup,third-party
||lumosity.com/landing_pages/$popup
||lyricsbogie.com/?$popup,third-party
||makemoneyonline.2yu.in^$popup
||market.space^$popup,third-party
||mcars.org/landing/$popup,third-party
||megacloud.com/signup?$popup,third-party
||meme.smhlmao.com^$popup,third-party
||mgid.com^$popup,third-party
||mp3ger.com^$popup,third-party
||mypromocenter.com^$popup
||myvpn.review^$popup,domain=cloudvideo.tv
||noowmedia.com^$popup
||opendownloadmanager.com^$popup,third-party
||otvetus.com^$popup,third-party
||paid.outbrain.com/network/redir?$popup,third-party
||pc.thevideo.me^$popup,third-party
||planet49.com/cgi-bin/wingame.pl?$popup
||platinumdown.com^$popup
||pokerstars.com^*/ad/$popup,third-party
||priceinfo.comuv.com^$popup
||profitmaximizer.co^$popup
||promo.galabingo.com^$popup,third-party
||promo.xcasino.com/?$popup,third-party
||protect-your-privacy.net/?$popup,third-party
||pub.ezanga.com/rv2.php?$popup
||rackcorp.com^$popup
||record.sportsbetaffiliates.com.au^$popup,third-party
||red-tube.com/popunder/$popup
||reviversoft.com^*&utm_source=$popup,third-party
||roblox.com/*&rbx_$popup
||rocketgames.com^$popup,third-party
||roomkey.com/referrals?$popup,third-party
||secure.komli.com^$popup,third-party
||serve.prestigecasino.com^$popup,third-party
||serve.williamhillcasino.com^$popup,third-party
||settlecruise.org^$popup
||sharecash.org^$popup,third-party
||skyearnmoney.com^$popup,domain=earnflies.com
||softingo.com/clp/$popup
||solarpond.xyz^$popup,domain=downloadhub.to
||stake7.com^*?a_aid=$popup,third-party
||stargames.com/bridge.asp?idr=$popup
||stargames.com/web/*&cid=*&pid=$popup,third-party
||sunmaker.com^*^a_aid^$popup,third-party
||sunnyplayer.com^*^aff^$popup,third-party
||thebestbookies.com^$popup,third-party
||thebestbookies.org/serve/$popup,third-party
||theseforums.com^*/?ref=$popup
||thesportstream.com^$popup,domain=sportcategory.org
||thetraderinpajamas.com^$popup,third-party
||tipico.com^*?affiliateid=$popup,third-party
||torntv-tvv.org^$popup,third-party
||track.mypcbackup.com^$popup,third-party
||track.xtrasize.nl^$popup,third-party
||tracker.lotto365.com^$popup,third-party
||tripadvisor.*/HotelLander?$popup,third-party
||truckingunlimited.com^$popup,domain=sharpfile.com
||ul.to/ref/$popup
||unibet.co.uk/*affiliate$popup,third-party
||unlimited-tv.show^$popup,third-party
||upbcd.info/vuze/$popup
||uploaded.net/ref/$popup
||urlcash.net/random*.php$popup
||urmediazone.com/play?ref=$popup,third-party
||virtuagirl.com/landing/$popup,third-party
||vkpass.com/*.php?*=$popup,third-party
||vpnfortorrents.org/?id=$popup,third-party
||wealth-at-home-millions.com^$popup,third-party
||weeklyprizewinner.com-net.info^$popup
||widget.yavli.com^$popup,third-party
||with-binaryoption.com^$popup,third-party
||withbinaryoptions.com^$popup,third-party
||wptpoker.com^$popup
.php?pub=*&trw_adblocker=$subdocument
/exports/livemodel/?$subdocument
/shantii.php?$xmlhttprequest
||193.34.134.18^*/banners/
||193.34.134.74^*/banners/
||204.140.25.247/ads/
||213.174.130.10/banners/
||213.174.130.8/banners/
||213.174.130.9/banners/
||213.174.140.76/js/showbanner4.js
||213.174.140.76^*/ads/
||213.174.140.76^*/js/msn-$script
||213.174.140.76^*/js/msn.js
||4tube.com/iframe/$third-party
||69games.xxx/ajax/skr?
||78.140.130.91^$domain=anysex.com
||79.120.183.166^*/banners/
||88.208.23.$third-party,domain=xhamster.com
||88.85.77.94/rotation/$third-party
||91.83.237.41^*/banners/
||a.sucksex.com^$third-party
||ad.duga.jp^
||ad.favod.net^$third-party
||ad.iloveinterracial.com^
||ad.traffmonster.info^$third-party
||adb.fling.com^$third-party
||ads.videosz.com^
||adsrv.bangbros.com^$third-party
||adtools.gossipkings.com^$third-party
||adtools2.amakings.com^$third-party
||adult.xyz^$script,third-party
||adultdvd.com/plugins/*/store.html$third-party
||adultfax.com/service/vsab.php?
||adultfriendfinder.com/go/$third-party
||adultfriendfinder.com/images/banners/$third-party
||adultfriendfinder.com/javascript/$third-party
||adultfriendfinder.com/piclist?$third-party
||adultporntubemovies.com/images/banners/
||aebn.net/banners/
||aebn.net/feed/$third-party
||aff-jp.dxlive.com^$third-party
||aff-jp.exshot.com^$third-party
||affiliate.burn-out.tv^$third-party
||affiliate.dtiserv.com^$third-party
||affiliate.godaddy.com^$third-party
||affiliates.cupidplc.com^$third-party
||affiliates.easydate.biz^$third-party
||affiliates.franchisegator.com^$third-party
||affiliates.thrixxx.com^
||allanalpass.com/visitScript/
||alt.com/go/$third-party
||amarotic.com/Banner/$third-party
||amarotic.com/rotation/layer/chatpage/$third-party
||amarotic.com^*?wmid=*&kamid=*&wsid=$third-party
||amateur.amarotic.com^$third-party
||amateurseite.com/banner/$third-party
||amazonaws.com^$xmlhttprequest,domain=watch8x.com|xmovies.to|xmovies247.com
||ambya.com/potdc/
||animalsexfun.com/baner/
||ard.sweetdiscreet.com^
||asianbutterflies.com/potd/
||asktiava.com/promotion/
||assinclusive.com/cyonix.html
||assinclusive.com/linkstxt2.html
||atlasfiles.com^*/sp3_ep.js$third-party
||avatraffic.com/b/
||awempt.com/embed/
||b.turbo.az^$third-party
||babes.picrush.com^$third-party
||bangdom.com^$third-party
||banner.69stream.com^$third-party
||banner.gasuki.com^$third-party
||banner.resulthost.org^$third-party
||banner.themediaplanets.com^$third-party
||banners*.spacash.com^$third-party
||banners.adultfriendfinder.com^$third-party
||banners.alt.com^$third-party
||banners.amigos.com^$third-party
||banners.blacksexmatch.com^$third-party
||banners.fastcupid.com^$third-party
||banners.fuckbookhookups.com^$third-party
||banners.nostringsattached.com^$third-party
||banners.outpersonals.com^$third-party
||banners.passion.com^$third-party
||banners.passiondollars.com^$third-party
||banners.payserve.com^$third-party
||banners.penthouse.com^$third-party
||banners.rude.com^$third-party
||banners.rushcommerce.com^$third-party
||banners.videosecrets.com^$third-party
||banners.webcams.com^$third-party
||bannershotlink.perfectgonzo.com^
||bans.bride.ru^$third-party
||bbp.brazzers.com^$third-party
||bigmovies.com/images/banners/
||blaaaa12.googlecode.com^
||blackbrazilianshemales.com/bbs/banners/
||blogspot.com^*/ad.jpg
||bongacams.com/promo.php
||bongacash.com/dynamic_banner/
||bongacash.com/promo.php
||bongacash.com/tools/promo.php$third-party
||br.blackfling.com^
||br.fling.com^
||br.realitykings.com^
||brasileirinhas.com.br/banners/
||brazzers.com/ads/
||bulkhentai.com^$script,third-party
||bullz-eye.com/pictureofday/$third-party
||cache.worldfriends.tv^$third-party
||camelmedia.net/thumbs/$third-party
||cams.com/go/$third-party
||cams.com/p/cams/cpcs/streaminfo.cgi?$third-party
||cams.enjoy.be^$third-party
||cams.spacash.com^$third-party
||camsoda.com/promos/$third-party
||camsrule.com/exports/$third-party
||cartoontube.com^$subdocument,third-party
||cash.femjoy.com^$third-party
||cdn.69games.xxx/common/images/friends/
||cdn.epom.com^*/940_250.gif
||cdn.serverable.com/common/images/friends/
||cdn13.com^$script,third-party,domain=~leafy.pro
||cdn77.org/images/userbanners/$domain=topescortbabes.com
||cdncache2-a.akamaihd.net^$third-party
||cdnjke.com^$third-party
||chaturbate.com/affiliates/
||chaturbate.com/creative/
||chaturbate.com/in/?track=$subdocument,third-party
||chaturbate.com^*&campaign=*&track=$subdocument,third-party
||click.absoluteagency.com^$third-party
||click.hay3s.com^
||click.kink.com^$third-party
||clickz.lonelycheatingwives.com^$third-party
||clipjunkie.com/sftopbanner$third-party
||closepics.com/media/banners/
||cloudfront.net^$script,domain=avgle.com|mypornstarbook.net|pornscum.com|pornve.com|watch8x.com|xmovies.to|xmovies247.com
||cmix.org/teasers/?
||cockfortwo.com/track/$third-party
||content.liveuniverse.com^$third-party
||contentcache-a.akamaihd.net^$third-party
||core-queerclick.netdna-ssl.com^
||core.queerclick.com^$third-party
||cp.intl.match.com^$third-party
||cpm.amateurcommunity.com^
||creamgoodies.com/potd/
||creative.stripchat.com^$third-party
||creative.strpjmp.com^$third-party
||crocogirls.com/croco-new.js
||cs.celebbusters.com^$third-party
||cs.exposedontape.com^$third-party
||d1mib12jcgwmnv.cloudfront.net^
||d3ud741uvs727m.cloudfront.net^
||dailyvideo.securejoin.com^
||daredorm.com^$subdocument,third-party
||datefree.com^$third-party
||ddfcash.com/iframes/$third-party
||ddstatic.com^*/banners/
||deal.maabm.com^$image,third-party
||desk.cmix.org^
||devilgirls.co/images/devil.gif
||devilgirls.co/pop.js
||dom2xxx.com/ban/$third-party
||downloadsmais.com/imagens/download-direto.gif
||dump1.no-ip.biz^$third-party
||dvdbox.com/promo/$third-party
||dyn.primecdn.net^$third-party
||eliterotica.com/images/banners/
||ero-advertising.com^*/banners/
||erotikdeal.com/?ref=$third-party
||escortbook.com/banner_
||escortforum.net/images/banners/$third-party
||eurolive.com/?module=public_eurolive_onlinehostess&
||eurolive.com/index.php?module=public_eurolive_onlinetool&
||evilangel.com/static/$third-party
||exposedemos.com/track/$third-party
||exposedteencelebs.com/banner/$third-party
||extremeladyboys.com/elb/banners/
||f5porn.com/porn.gif
||fansign.streamray.com^$third-party
||fastcdn.me/js/snpp/
||fastcdn.me/mlr/
||fbooksluts.com^$subdocument,third-party
||fckya.com/lj.js
||feeds.videosz.com^
||femjoy.com/bnrs/$third-party
||ff.nsg.org.ua^
||fgn.me^*/skins/
||firestormmedia.tv^*?affid=
||fleshlight.com/images/banners/
||fleshlight.com/images/peel/
||freebbw.com/webcams.html$third-party
||freeonescams.com^$subdocument,third-party
||freeporn.hu/banners/
||freexxxvideoclip.aebn.net^
||freshnews.su/get_tizers.php?
||fuckhub.net^*?pid=$third-party
||gagthebitch.com/track/$third-party
||galeriaseroticas.xpg.com.br^$third-party
||galleries.videosz.com^$object,third-party
||gallery.deskbabes.com^*.php?dir=*&ids=$third-party
||gammasites.com/pornication/pc_browsable.php?
||gashot.yurivideos.com^
||gateway-banner.eravage.com^$third-party
||geo.camazon.com^$third-party
||geo.cliphunter.com^
||geo.frtya.com^
||geo.frtyd.com^
||geobanner.adultfriendfinder.com^
||geobanner.alt.com^
||geobanner.blacksexmatch.com^$third-party
||geobanner.fuckbookhookups.com^$third-party
||geobanner.sexfinder.com^$third-party
||geobanner.socialflirt.com^
||gfrevenge.com/vbanners/
||girls-home-alone.com/dating/
||girlsfuck-tube.com/js/aobj.js
||go2cdn.org/brand/$third-party
||graphics.pop6.com/javascript/$script,third-party,domain=~adultfriendfinder.co.uk|~adultfriendfinder.com
||graphics.streamray.com^*/cams_live.swf$third-party
||hardbritlads.com/banner/
||hardcoresexnow.com^$subdocument,third-party
||hdpornphotos.com/images/728x180_
||hdpornphotos.com/images/banner_
||hentaijunkie.com^*/banners/
||hentaikey.com/images/banners/
||highrollercams.com/widgets/$third-party
||hodun.ru/files/promo/
||homoactive.tv/banner/
||hornybirds.com^$subdocument,third-party
||hornypharaoh.com/banner_$third-party
||hostave3.net/hvw/banners/
||hosted.x-art.com/potd$third-party
||hosting24.com/images/banners/$third-party
||hotcaracum.com/banner/
||hotkinkyjo.xxx/resseler/banners/
||hotmovies.com/custom_videos.php?
||hotsocialz.com^$third-party
||hwcdn.net^$media,domain=shesfreaky.com
||idealgasm.com^$subdocument,third-party
||iframe.adultfriendfinder.com^$third-party
||iframes.hustler.com^$third-party
||ifriends.net^$subdocument,third-party
||ihookup.com/configcreatives/
||image.cecash.com^$third-party
||image.nsk-sys.com^$third-party
||images.elenasmodels.com/Upload/$third-party
||imageteam.org/upload/big/2014/06/22/53a7181b378cb.png
||imglnkc.com^$domain=publicxxxagent.com
||in.zog.link^
||interracialbangblog.info/banner.jpg
||interracialbangblog.info^*-ban.png
||ipornia.com/*=*&$third-party
||ipornia.com/frends/$subdocument
||istripper.com^$third-party,domain=~istripper.eu
||ivitrine.buscape.com^$third-party
||js.picsomania.info^$third-party
||just-nude.com/images/ban_$third-party
||justcutegirls.com/banners/$third-party
||kau.li/yad.js
||kenny-glenn.net^*/longbanner_$third-party
||kuntfutube.com/bgbb.gif
||lacyx.com/images/banners/
||ladyboygoo.com/lbg/banners/
||latinasheat.online^$subdocument,third-party
||latinteencash.com/potd/$third-party
||layers.spacash.com^$third-party
||lb-69.com/pics/
||links.freeones.com^$third-party
||livejasmin.com^$third-party,domain=~awempire.com
||livesexasian.com^$subdocument,third-party
||llnwd.net^*/takeover_
||longmint.com/lm/banners/
||loveme.com^$third-party
||lucasentertainment.com/banner/$third-party
||magazine-empire.com/images/pornstarad.jpg
||manager.koocash.fr^$third-party
||manhunt.net/?dm=$third-party
||map.pop6.com^$third-party
||match.com/landing/$third-party
||media.eurolive.com^$third-party
||media.match.com^$third-party
||media.mykocam.com^$third-party
||media.mykodial.com^$third-party
||media.pussycash.com^$third-party
||megacash.warpnet.com.br^$third-party
||metartmoney.com^$third-party
||metartmoney.met-art.com^$third-party
||mofomedia.nl/pop-*.js
||movies.spacash.com^*&th=180x135$script
||mrskin.com/affiliateframe/
||mrskincdn.com^*/flash/aff/$third-party
||mrvids.com/network/$third-party
||ms.wsex.com^$third-party
||mtoon.com/banner/
||my-dirty-hobby.com/?sub=$third-party
||mycams.com/freechat.php?$third-party
||myexposedgirlfriendz.com/pop/popuppp.js
||myexposedgirlfriendz.com/pop/popuprk.js
||myfreakygf.com/www/click/$third-party
||mykocam.com/js/feeds.js$third-party
||mysexjourney.com/revenue/$third-party
||naked.com/promos/$third-party
||nakedshygirls.com/bannerimg/
||nakedswordcashcontent.com/videobanners/$third-party
||natuko-miracle.com/banner/$third-party
||naughtycdn.com/public/iframes/$third-party
||netvideogirls.com/adultfyi.jpg
||nubiles.net/webmasters/promo/$third-party
||nude.hu/html/$third-party
||nudemix.com/widget/
||nuvidp.com^$third-party
||odnidoma.com/ban/$third-party
||openadultdirectory.com/banner-$third-party
||orgasmtube.com/js/superP/
||otcash.com/images/$third-party
||outils.f5biz.com^$third-party
||partner.loveplanet.ru^$third-party
||partners.heart2heartnetwork.$third-party
||partners.pornerbros.com^
||paydir.com/images/bnr
||pcash.globalmailer5.com^$third-party
||pinkvisualgames.com/?revid=$third-party
||plugin-x.com/rotaban/
||pod.manplay.com^$third-party
||pod.xpress.com^$third-party
||pokazuwka.com/popu/
||pop6.adultfriendfinder.com^$third-party
||pop6.com/banners/$third-party
||pop6.com/javascript/im_box-*.js
||porn2blog.com/wp-content/banners/
||porncdns.com/popup/
||porndeals.com^$subdocument,third-party
||pornhubpremium.com/relatedpremium/$subdocument,third-party
||pornoh.info^$image,third-party
||pornravage.com/notification/$third-party
||pornstarnetwork.com^*_660x70.jpg
||pornturbo.com/*.php?g=$subdocument,third-party
||pornturbo.com^*.php?*&cmp=$subdocument,third-party
||potd.onlytease.com^$third-party
||prettyincash.com/premade/$third-party
||prime.ms^$domain=primejailbait.com
||privatamateure.com/promotion/
||private.camz.$third-party
||private.com/banner/
||privatehomeclips.com/privatehomeclips.php?t_sid=
||profile.bharatmatrimony.com^$third-party
||promo.blackcrush.com^$third-party
||promo.cams.com^$third-party
||promo.pegcweb.com^$third-party
||promo1.webcams.nl^$third-party
||promos.gpniches.com^$third-party
||promos.meetlocals.com^$third-party
||promos.wealthymen.com^$third-party
||propbn.com/bonga/
||ptcdn.mbicash.nl^$third-party
||punterlink.co.uk/images/storage/siteban$third-party
||pussycash.com/content/banners/$third-party
||pussysaga.com/gb/$third-party
||putana.cz/banners/
||r18.com/track/$third-party
||r18.com^*/banner/$third-party
||rabbitporno.com/friends/
||rabbitporno.com/iframes/$third-party
||rawtubelive.com/exports/$third-party
||realitykings.com/vbanners/
||red-tube.com/dynbanner.php?
||redzxxxtube.com^$third-party
||resimler.randevum.com^$third-party
||rexcams.com/misc/iframes_new/
||rotci.com/images/rotcibanner.png
||rough-sex-in-russia.com^*/webmaster/$third-party
||rss.dtiserv.com^$third-party
||ruleclaim.web.fc2.com^$third-party
||ruscams.com/promo/
||russkoexxx.com/ban/$third-party
||s1magnettvcom.maynemyltf.netdna-cdn.com^
||sabin.free.fr^$third-party
||saboom.com.pccdn.com^*/banner/
||sadtube.com/chat/$script
||sakuralive.com/dynamicbanner/
||scoreland.com/banner/
||screencapturewidget.aebn.net^$third-party
||server140.com^$third-party
||sexgalaxy.net/pop
||sexgangsters.com/sg-banners/
||sextoysgfs.com^*?fel=$third-party
||sextronix.*.cdnaccess.com^
||sextronix.com/b/$third-party
||sextronix.com/images/$third-party
||sextubepromo.com/ubr/
||sexy.fling.com^$third-party
||sexycams.com/exports/$third-party
||share-image.com/borky/
||shared.juicybucks.com^$third-party
||shemale.asia/sma/banners/
||shemalenova.com/smn/banners/
||shinypics.com/blogbanner/$third-party
||simonscans.com/banner/
||sleepgalleries.com/recips/$third-party
||slickcash.com/flash/subtitles_$third-party
||smartmovies.net/promo_$third-party
||smyw.org/smyw_anima_1.gif
||snrcash.com/profilerotator/$third-party
||spacash.com//v2bannerview.php?
||spacash.com/popup/$third-party
||spacash.com/tools/peel/
||spankbang.xxx^$domain=spankbang.com
||spankcdn.net/dist/js/exbls.js
||spankcdn.net/js/sw.ready.js
||sponsor4cash.de/script/
||st.ipornia.com^$third-party
||static.twincdn.com/special/license.packed
||static.twincdn.com/special/script.packed
||steadybucks.com^*/banners/
||streamen.com/exports/$third-party
||streamray.com/images/cams/flash/cams_live.swf
||stripchat.com^*/widget/$third-party
||surv.xbizmedia.com^
||sweet.game-rust.ru^
||swurve.com/affiliates/
||t.co^$domain=adultfreex.com
||target.vivid.com^$third-party
||teendaporn.com/rk.js
||theporndude.com/graphics/tpd-$third-party
||theporndude.com/img/planetsuzy.png
||thrixxx.com/affiliates/$image
||thrixxx.com/scripts/show_banner.php?
||thumbs.sunporno.com^$third-party
||thumbs.vstreamcdn.com^*/slider.html
||tlavideo.com/affiliates/$third-party
||tm-offers.gamingadult.com^
||tool.acces-vod.com^
||tools.bongacams.com^$third-party
||tools.gfcash.com^$third-party
||tour.cum-covered-gfs.com^$third-party
||tours.imlive.com^$third-party
||track.xtrasize.nl^$third-party
||trader.erosdlz.com^$third-party
||ts.videosz.com/iframes/
||tubefck.com^*/adawe.swf
||tumblr.com^*/tumblr_mht2lq0XUC1rmg71eo1_500.gif$domain=stocporn.com
||turbolovervidz.com/fling/
||twiant.com/img/banners/
||twilightsex.com^$subdocument,third-party
||txxx.com/axe/
||upsellit.com/custom/$third-party
||uramov.info/wav/wavideo.html
||uselessjunk.com^$domain=yoloselfie.com
||vectorpastel.com^$third-party
||venuscamz.com/in/?track=$subdocument,third-party
||vidz.com/promo_banner/$third-party
||vigrax.pl/banner/
||viorotica.com^*/banners/
||virtualhottie2.com/cash/tools/banners/
||visit-x.net/promo/$third-party
||vodconcepts.com^*/banners/
||vptbn.com^$subdocument,third-party
||vs3.com/_special/banners/
||vserv.bc.cdn.bitgravity.com^$third-party
||vzzk.com/uploads/banners/$third-party
||wafflegirl.com/galleries/banner/
||watchmygf.com/preview/$third-party
||webcams.com/js/im_popup.php?
||webcams.com/misc/iframes_new/
||webmaster.erotik.com^$third-party
||wendi.com/ipt/$third-party
||wetandpuffy.com/galleries/banners/
||widgets.comcontent.net^
||widgetssec.cam-content.com^
||winkit.info/wink2.js
||wp-script.com/img/banners/
||wt.adtrue24.com^
||xcabin.net/b/$third-party
||xlgirls.com/banner/$third-party
||xnxx.com^$third-party
||xtrasize.pl/banner/
||xxtu.be^$subdocument,third-party
||yamvideo.com/pop1/
||youfck.com^*/adawe.swf
||yplf.com/ram/files/sponsors/
||ztod.com/flash/wall*.swf
||ztod.com/iframe/third/$subdocument
||zubehost.com/*?zoneid=
||1800freecams.com^$popup,third-party
||21sextury.com^$popup
||777livecams.com/?id=$popup,third-party
||adultfriendfinder.com/banners/$popup,third-party
||adultfriendfinder.com/go/$popup,third-party
||aff.camplace.com^$popup,third-party
||amarotic.com/?$popup,third-party
||amarotic.com^*?wmid=$popup,third-party
||babecams.net/landing/$popup,third-party
||babereporters.info^$popup,domain=viewcube.org
||bbbp1.com^$popup,third-party
||benaughty.com/aff.php?$popup,third-party
||cam4.com/?$popup
||camcity.com/rtr.php?aid=$popup
||candidvoyeurism.com/ads/$popup
||chaturbate.com/*/?join_overlay=$popup
||chaturbate.com/sitestats/openwindow/$popup
||cpm.amateurcommunity.*?cp=$popup,third-party
||devilsfilm.com/track/go.php?$popup,third-party
||epornerlive.com/index.php?*=punder$popup
||exposedwebcams.com/?token=$popup,third-party
||ext.affaire.com^$popup
||extremefuse.com/out.php?$popup
||fakehub.com/tour/$popup
||fantasti.cc/ajax/gw.php?$popup
||fleshlight-international.eu^*?link=$popup,third-party
||fling.com/enter.php?$popup
||flirt4free.com/_special/pops/$popup,third-party
||flirt4free.com^*&utm_campaign$popup,third-party
||fuckbookhookups.com/go/$popup
||fuckbooknet.net/dating/$popup,third-party
||fuckshow.org^*&adr=$popup
||fucktapes.org/fucktube.htm$popup
||get-a-fuck-tonight.com^$popup
||hazeher.com/t1/pps$popup
||hdporn.to^$popup,third-party
||hqtubevideos.com/play.html$popup,third-party
||icgirls.com^$popup
||imlive.com/wmaster.ashx?$popup,third-party
||ipornia.com/scj/cgi/out.php?scheme_id=$popup,third-party
||jasmin.com^$popup,third-party
||join.filthydatez.com^$popup,third-party
||join.teamskeet.com/track/$popup,third-party
||join.whitegfs.com^$popup
||judgeporn.com/video_pop.php?$popup
||letstryanal.com/track/$popup,third-party
||linkfame.com^*/go.php?$popup,third-party
||livecams.com^$popup
||livehotty.com/landing/$popup,third-party
||livejasmin.com^$popup,third-party
||mafia-linkz.to^$popup,third-party
||media.campartner.com/index.php?cpID=*&cpMID=$popup,third-party
||media.campartner.com^*?cp=$popup,third-party
||meetlocals.com^*popunder$popup
||mjtlive.com/exports/golive/?lp=*&afno=$popup,third-party
||mydirtyhobby.com/*?$popup,third-party
||myfreecams.com/?co_id=$popup
||offersuperhub.com/landing/$popup,third-party
||online.mydirtyhobby.com^*?naff=$popup,third-party
||pomnach.ru^$popup
||porngames.adult^*=$popup,third-party
||pornhub.com^*&utm_campaign=*-pop|$popup
||pornme.com^*.php?ref=$popup,third-party
||porno-onlain.info/top.php$popup
||pornoh.info^$popup
||postselfies.com^*?nats=$popup,third-party
||redlightcenter.com/?trq=$popup,third-party
||redtube.com/bid/$popup
||rudefinder.com/?$popup,third-party
||seekbang.com/cs/rotator/$popup
||seeme.com^*?aid=*&art=$popup
||sex.com/popunder/$popup
||sexier.com/services/adsredirect.ashx?$popup,third-party
||sexier.com^*_popunder&$popup
||sexsearchcom.com^$popup,third-party
||socialflirt.com/go/$popup,third-party
||streamate.com/landing/$popup
||teenslikeitbig.com/track/$popup,third-party
||textad.sexsearch.com^$popup
||topbucks.com/popunder/$popup
||tour.mrskin.com^$popup,third-party
||tube911.com/scj/cgi/out.php?scheme_id=$popup,third-party
||tuberl.com^*=$popup,third-party
||twistys.com/track/$popup,third-party
||upforit.com/ext.php$popup
||videobox.com/?tid=$popup
||videobox.com/tour/$popup
||videosz.com/search.php$popup,third-party
||videosz.com^*&tracker_id=$popup,third-party
||vidz7.pro^$popup
||visit-x.net/cams/*.html?*&s=*&ws=$popup,third-party
||vs3.com^$popup,third-party
||wantlive.com/landing/$popup
||webcams.com^$popup,third-party
||xdating.com/search/$popup,third-party
||xrounds.com/?lmid=$popup,third-party
||xvideoslive.com/?AFNO$popup,third-party
||xvideoslive.com/landing/$popup,third-party
.com/?*=$script,~third-party,domain=bestfunnyjokes4u.com|breakingisraelnews.com|theoswatch.com
.com/jquery/*.js?_t=$script,third-party
.info/*.js?guid=$script,third-party
.info^$script,domain=allmyvideos.net|mediafire.com|vidspot.net|vidtomp3.com
/3market.php?$domain=adf.ly|j.gs|q.gs
/af.php?$subdocument
/get/path/.banners.$image,third-party
/market.php?$domain=adf.ly
/nexp/dok2v=*/cloudflare/rocket.js$script,domain=ubuntugeek.com
/whatfinger-$image,domain=commdiginews.com
/worker.php$domain=vodlocker.com|zippyshare.com
/wp-content/plugins/wbounce/*$script,domain=viralcraze.net
?random=$script,domain=allmyvideos.net|mediafire.com|vidspot.net
^guid=$script,domain=allmyvideos.net|mediafire.com|vidspot.net
|blob:$domain=101greatgoals.com|1337x.to|1channel.biz|1movies.is|4chan.org|allthetests.com|ancient-origins.net|antonymsfor.com|biology-online.org|britannica.com|champion.gg|colourlovers.com|convert-me.com|convertcase.net|crackberry.com|destructoid.com|dreamfilm.se|fastpic.ru|filmlinks4u.is|firstrowau.eu|fullmatchesandshows.com|getinmybelly.com|gofirstrow.eu|homerun.re|imagefap.com|imgadult.com|imgtaxi.com|imgwallet.com|israelnationalnews.com|jerusalemonline.com|jewsnews.co.il|keepvid.com|kiplinger.com|kissmanga.com|kshowonline.com|letmewatchthis.pl|lolcounter.com|ludokado.com|merriam-webster.com|olympicstreams.me|openload.co|openload.pw|phonearena.com|phonesreview.co.uk|piratebay.tel|pocketnow.com|primewire.to|psu.com|rinf.com|roadracerunner.com|skidrowcrack.com|sockshare.net|sportspickle.com|streamgaroo.com|textsfromlastnight.com|torrentz2.eu|trifind.com|veteranstoday.com|videotoolbox.com|vidtodo.com|vidup.me|vivo.sx|vrheads.com|watchcartoononline.io|watchvideo.us|webfirstrow.eu
|http*://$image,other,third-party,domain=daclips.in|dropapk.com|mp3clan.one|powvideo.net|streamplay.to
|http*://$image,stylesheet,third-party,xmlhttprequest,domain=123movies.net|123moviesfree.com|clipconverter.cc|cmovieshd.com|dropapk.com|flyordie.com|halacima.net|kissanime.ru|kissmanga.com|mp3clan.one|otakustream.tv|otorrents.com|rgmechanicsgames.com|thepiratebay.cd
|http*://$script,third-party,domain=mp3clan.one
|http*://$subdocument,third-party,domain=123short.com|2ad.in|ad2links.com|adf.ly|adfoc.us|adjet.biz|adv.li|adyou.me|allmyvideos.net|ay.gy|daclips.in|imagenpic.com|imageshimage.com|imagetwist.com|imgmega.com|j.gs|linkbucksmedia.com|mortastica.com|mp3clan.one|pixroute.com|prodsetter-in.com|q.gs|rgmechanicsgames.com|sh.st|sonomerit.com|vidcloud.co|vidspot.net
|http://creative.*/smart.js$script,third-party
|http://j.gs/omnigy*.swf
|http://p.pw^$subdocument
||1430wnav.com/images/300-
||1430wnav.com/images/468-
||1590wcgo.com/images/banners/
||1up.com/scripts/takeover.js
||2ca.com.au/images/banners/
||2cc.net.au/images/banners/
||2ddl.vg^*/frndlduck-usnt-
||2flashgames.com/img/nfs.gif
||2giga.link/jsx/download*.js
||2merkato.com/images/banners/
||2oceansvibe.com/?custom=takeover
||3dwallpaperstudio.com^*/hd_wallpapers.jpg
||560theanswer.com/upload/sponsor-
||a.cdngeek.net^
||a.clipconverter.cc^
||a.extremetech.com^
||a.giantrealm.com^
||a.gifs.com^
||a.i-sgcm.com^
||a.lolwot.com^
||aastocks.com^*/banner/
||abc.com/abcvideo/*/mp4/*_Promo_$object,domain=abc.go.com
||aboutmyarea.co.uk/images/imgstore/
||ad.9animes.ru^
||ad.cooks.com^
||ad.crichd.in^
||ad.digitimes.com.tw^
||ad.directmirror.com^
||ad.download.cnet.com^
||ad.evozi.com^
||ad.fnnews.com^
||ad.itweb.co.za^
||ad.jamster.com^
||ad.khan.co.kr^
||ad.lyricswire.com^
||ad.mangareader.net^
||ad.newegg.com^
||ad.pandora.tv^
||ad.reachlocal.com^
||ad.search.ch^
||ad.services.distractify.com^
||ad.spreaker.com^
||ad.theepochtimes.com^
||adaderana.lk/banners/
||addirector.vindicosuite.com^
||adds.weatherology.com^
||adf.ly/*.php?u=$script
||adf.ly/external/*/int.php
||adf.ly/networks/
||adf.ly/puscript$script
||admeta.vo.llnwd.net^
||ads-*.hulu.com^
||ads.yahoo.com^
||ads.zynga.com^
||adsatt.abcnews.starwave.com^
||adsatt.espn.starwave.com^
||adserver.pandora.com^
||adshare.freedocast.com^
||adsor.openrunner.com^
||adss.yahoo.com^
||adstil.indiatimes.com^
||adswikia.com^*banner
||aerotime.aero/upload/banner/
||afl.com.au^*/sponsor-
||afloat.ie^*/banners/
||afr.com^*/sponsored_
||africanbusinessmagazine.com/images/banners/
||africaonline.com.na^*/banners/
||afternoondc.in/banners/
||agriculturalreviewonline.com/images/banners/
||ahk-usa.com/uploads/tx_bannermanagement/
||ajnad.aljazeera.net^
||akamai.net/*/Prerolls/Campaigns/
||akamaihd.net/dub-dub-iad/$domain=amazon.ca|amazon.co.uk|amazon.com|amazon.com.au|amazon.fr
||akamaihd.net/priority/pushdown/$domain=itv.com
||akamaihd.net/zbar/takeovers/
||akamaihd.net^*/ads/$domain=player.theplatform.com
||akamaized.net/images/lifeowner/$image,domain=op.gg
||akiba-online.com/forum/images/bs.gif
||akiba.ookami-cdn.net/images/subby.jpg$domain=akiba-online.com
||akinator.com/publicite_
||akipress.com/_ban/
||akipress.org/ban/
||akipress.org/bimages/
||alachuacountytoday.com/images/banners/
||alarabiya.net/dms/takeover/
||alaska-native-news.com/files/banners/
||alatest.co.uk/banner/
||alatest.com/banner/
||alibi.com/?request_type=aimg
||all4divx.com/js/jscode2.js
||allclassical.org^*/banners/
||allghananews.com/images/banners/
||allhiphop.com/site_resources/ui-images/*-conduit-banner.gif
||allkpop.com^*/takeover/
||allmovie.com^*/affiliate_
||allmovieportal.com/dynbanner.
||allmusic.com^*_affiliate_
||allmyvideos.net/js/ad_
||allmyvideos.net^*/pu.js
||allsp.ch/feeder.php
||alt-market.com^*/banners/
||amazon.com/aan/$subdocument
||amazonaws.com/files.bannersnack.com/$domain=~bannersnack.com
||amulyam.in^*banners$image
||anamera.com/DesktopModules/BannerDisplay/
||anchorfree.com/delivery/
||andr.net/banners/
||androidcommunity.com/external_marketing/$subdocument
||angloinfo.com/sponsor/
||anhits.com/files/banners/
||aniwatcher.com/xvideo.js
||anonytext.tk/img/easycoin.jpg
||aolcdn.com/ads/$script
||aolcdn.com/os/moat/$script
||aps.dz^*/banners/
||aravot.am/banner/
||armenpress.am/static/add/
||armyrecognition.com^*/customer/
||as.inbox.com^
||ascii-art-generator.org/cnc/$xmlhttprequest
||askbobrankin.com/awpopup*.js
||assets.stuff.co.nz^*/widget/$subdocument
||aveherald.com/images/banners/
||avitop.com/image/mig-anim.gif
||avitop.com/image/mig.gif
||b92.net/images/banners/
||ba.ccm2.net^
||ba.kioskea.net^
||bahamaslocal.com/img/banners/
||bakercountypress.com/images/banners/
||baku2015.com/imgml/sponsor/
||batsman.com^*/SingerAd
||beap.gemini.yahoo.com^
||beforeitsnews.com^*/banner_
||bellevision.com/belle/adds/
||benchmarkreviews.com^*/banners/
||benzinga.com/investing/
||bernama.com/banner/
||bestblackhatforum.com/images/my_compas/
||bestlistonline.info/link/ad.js
||bestvpn.com/wp-content/uploads/*/mosttrustedname_260x300_
||bets4free.co.uk/content/5481b452d9ce40.09507031.jpg
||bettingsports.com/top_bonuses
||bettingsports.com/where_to_bet
||bettyconfidential.com/media/fmads/
||beyondd.co.nz/ezibuy/$third-party,domain=stuff.co.nz
||bhaskar.com/ads/
||biblegateway.com^*/bugs/
||bibme.org/images/grammarly/
||bigeddieradio.com/uploads/sponsors/
||bigpoint.com/xml/recommender.swf?
||bigsports.tv/live/ado.php
||bikeforums.net/images/sponsors/
||bikeradar.com/media/img/commercial/
||bing.com/fblogout?$subdocument,domain=facebook.com
||binsearch.info/iframe.php
||bioinformatics.org/images/ack_banners/
||bips.channel4.com^*/backgrounds/$image,domain=channel4.com
||bit-tech.net/images/backgrounds/skin/
||bit-url.com^*/kar.js
||bit.com.au/scripts/js_$script
||bit.no.com/assets/images/bity.png
||bitcoinist.net/wp-content/*/630x80-bitcoinist.gif
||bitcoinist.net/wp-content/uploads/*_250x250_
||bitcoinreviewer.com/wp-content/uploads/*/banner-luckybit.jpg
||bitminter.com/images/info/spondoolies
||bitreactor.to/sponsor/
||bitreactor.to/static/subpage$subdocument
||bittorrent.am/banners/
||bizanti.youwatch.org^
||bizarremag.com/images/skin_
||bizhub.vn^*/agoda-for-bizhub.jpg
||bkmag.com/binary/*/1380x800_
||blaauwberg.net/banners/
||blackberryforums.net/banners/
||blackcaps.co.nz/img/commercial-partners/
||blackchronicle.com/images/Banners-
||blackhatlibrary.net/hacktalk.png
||blacklistednews.com/images/*banner
||blacklistednews.com/images/July31stPRO.PNG
||blacklistednews.com/images/KFC.png
||blackpressusa.com^*/Ford.jpg
||blackpressusa.com^*250by300.
||blackpressusa.com^*300by250.
||blackpressusa.com^*300x250.
||blasternation.com/images/hearthstone.jpg
||blbclassic.org/assets/images/*banners/
||bleacherreport.net/images/skins/
||bleacherreport.net^*_redesign_skin_
||blinkx.com/adhocnetwork/
||blip.fm/ad/
||blitzdownloads.com/promo/
||blog.co.uk/script/blogs/afc.js
||blogevaluation.com/templates/userfiles/banners/
||blogorama.com/images/banners/
||blogsdna.com/wp-content/themes/blogsdna2011/images/advertisments.png
||blogsmithmedia.com^*_skin.
||blogsmithmedia.com^*_skin_
||blogsmithmedia.com^*wallpaper$image,domain=joystiq.com
||blogspider.net/images/promo/
||bloomberg.com^*/banner.js
||bn0.com/4v4.js
||bnrs.ilm.ee^
||bolandrugby.com/images/sponsors.
||bom.gov.au/includes/marketing2.php?
||bontent.powvideo.net^
||bonus.tvmaze.com^
||bookingbuddy.com/js/bookingbuddy.strings.php?$domain=smartertravel.com
||borneobulletin.com.bn^*/banners/
||botswanaguardian.co.bw/images/banners/
||boulderjewishnews.org^*/JFSatHome-3.gif
||boxbit.co.in/banners/
||boxlotto.com/banrotate.
||bp.blogspot.com^$image,domain=bdupload.info
||bp.blogspot.com^*%2bad*.jpg$domain=lindaikeji.blogspot.com
||bp.blogspot.com^*/poster*.jpg$domain=lindaikeji.blogspot.com
||bp.blogspot.com^*banner*.jpg$domain=lindaikeji.blogspot.com
||brandchannel.com/images/educationconference/
||break.com^*/marketguide-
||brecorder.com^*/banners/
||breitlingsource.com/images/govberg*.jpg
||breitlingsource.com/images/pflogo.jpg
||brenz.net/img/bannerrss.gif
||brightcove.com/js/BrightcoveExperiences.js$domain=java-forums.org
||bristolairport.co.uk/~/media/images/brs/blocks/internal-promo-block-300x250/
||britishcolumbia.com/sys/ban.asp
||broadbandchoices.co.uk/aff.js
||broadbandforum.co/stock/
||broadbandgenie.co.uk/images/takeover/
||broadbandgenie.co.uk/img/talktalk/$image
||broadcastify.com/sm/
||broadcastingworld.net/*-promo.jpg
||broadcastingworld.net/marquee-
||brobible.com/files/uploads/images/takeovers/
||brothersoft.com/gg/center_gg.js
||brothersoft.com/gg/g.js
||brothersoft.com/gg/kontera_com.js
||brothersoft.com/gg/soft_down.js
||brothersoft.com/gg/top.js
||brothersoft.com/softsale/
||brothersoft.com^*/float.js
||brothersoft.com^*/homepage_ppd.html
||brothersoft.com^*/softsale/
||brownfieldonline.com^*/banners/
||browsershots.org/static/images/creative/
||brudirect.com/images/banners/
||brudirect.com^*/wbanners/
||bsvc.ebuddy.com/bannerservice/tabsaww
||bt-chat.com/images/affiliates/
||bt.am/banners/
||btdigg.org/images/btguard
||btkitty.com/static/images/880X60.gif
||btkitty.org/static/images/880X60.gif
||btmon.com/da/$subdocument
||bundesliga.com^*/_partner/
||businessincameroon.com/images/stories/*_Banner_
||businessincameroon.com/images/stories/pub/$image
||busiweek.com^*/banners/
||bustocoach.com/*/banner_
||bustocoach.com/*_banner/
||buy-n-shoot.com/images/banners/banner-
||buy.com/*/textlinks.aspx
||buyselltrade.ca/banners/
||buzzintown.com/show_bnr.php?
||buzznet.com/topscript.js.php?
||bvibeacon.com^*/banners/
||bwp.theinsider.com.com^
||bwwstatic.com^*skin.jpg$domain=broadwayworld.com
||bypassoxy.com/vectrotunnel-banner.gif
||c-sharpcorner.com^*/banners/
||c-ville.com/image/pool/
||c-ville.com^*_SiteWrap_
||c21media.net/wp-content/plugins/sam-images/
||c9tk.com/images/banner/
||caclubindia.com/campaign/
||cad.donga.com^
||cadplace.co.uk/banner/
||cadvv.heraldm.com^
||cadvv.koreaherald.com^
||cafemomstatic.com/images/background/$image
||cafimg.com/images/other/
||cafonline.com^*/sponsors/
||caladvocate.com/images/banner-
||caledonianrecord.com/iFrame_
||caledonianrecord.com/SiteImages/HomePageTiles/
||caledonianrecord.com/SiteImages/Tile/
||calgaryherald.com/images/sponsor/
||calgaryherald.com/images/storysponsor/
||calguns.net/images/ads
||cameroon-concord.com/images/banners/
||canalboat.co.uk^*/bannerImage.
||canalboat.co.uk^*/Banners/
||cananewsonline.com/files/banners/
||cancomuk.com/campaigns/
||candystand.com/game-track.do?
||canindia.com^*_banner.png
||cannabisjobs.us/wp-content/uploads/*/OCWeedReview.jpg
||canuckabroad.com^*/banners/
||canvas.thenextweb.com^
||capetownetc.com^*/wallpapers/
||capitalethiopia.com/images/banners/
||capitalfm.co.ke^*/830x460-iv.jpg
||capitolfax.com/wp-content/*ad.
||capitolfax.com/wp-content/*Ad_
||captchaad.com/captchaad.js$domain=gca.sh
||caravansa.co.za/images/banners/
||card-sharing.net/cccamcorner.gif
||card-sharing.net/topsharingserver.jpg
||card-sharing.net/umbrella.png
||cardomain.com/empty_pg.htm
||cardschat.com/pkimg/banners/
||cardsharing.info/wp-content/uploads/*/ALLS.jpg
||carfinderph.com/files/banners/
||cargonewsasia.com/promotion/
||carpoint.com.au^*/banner.gif
||cars.com/go/includes/targeting/
||cars.com/js/cars/catretargeting.js
||carsales.com.au^*/backgrounds/
||carsguide.com.au/images/uploads/*_bg.
||carsguide.com.au^*/marketing/
||carsuk.net/directory/panel-promo-
||cash9.org/assets/img/banner2.gif
||cast4u.tv/adshd.php
||cast4u.tv/fku.php
||castanet.net/clients/
||casualgaming.biz/banners/
||catalystmagazine.net/images/banners/
||catholicculture.org/images/banners/
||cbc.ca/deals/
||cbc.ca/video/bigbox.html
||cbfsms.com^*-banner.gif
||cbn.co.za/images/banners/
||cbn.co.za^*-mx/
||cbn.co.za^*/mx-
||cbsinteractive.co.uk/cbsi/ads/
||cbslocal.com/deals/widget/
||cbslocal.com/rotatable?
||ccfm.org.za^*/sads/
||cd1025.com/www/assets/a/
||cd1025.com/www/img/btn-
||cdcovers.cc/images/external/toolbar
||cdmagurus.com/forum/cyberflashing.swf
||cdmagurus.com/img/*.gif
||cdmagurus.com/img/kcpf2.swf
||cdmediaworld.com*/!
||cdn-surfline.com/home/billabong-xxl.png
||cdn.bidvertiser.com^$domain=bidvertiser.com
||cdn.free-power-point-templates.com/images/aff/
||cdn.turner.com^*/groupon/
||cdn77.org^$domain=telerium.tv
||cdn77.org^$script,domain=kinox.to|vidup.me
||ceforum.co.uk/images/misc/PartnerLinks
||celebjihad.com/widget/widget.js$domain=popbytes.com
||celebstoner.com/assets/components/bdlistings/uploads/
||celebstoner.com/assets/images/img/sidebar/*/freedomleaf.png
||celebstoner.com/assets/images/img/top/420VapeJuice960x90V3.gif
||centos.org/donors/
||centralfm.co.uk/images/banners/
||ceoexpress.com/inc/ads
||ceylontoday.lk^*/banner/
||cghub.com/files/CampaignCode/
||ch131.so/images/2etio.gif
||chaklyrics.com/add$subdocument
||channel4.com/assets/programmes/images/originals/$image
||channel4.com/bips/*/brand/$image
||channel4fm.com/images/background/
||channel4fm.com/promotion/
||channel5.com/assets/takeovers/
||channelonline.tv/channelonline_advantage/
||chapala.com/wwwboard/webboardtop.htm
||check-host.net/images/dguard
||checker.openwebtorrent.com/digital-ocean.jpg
||checkpagerank.net/banners/
||checkwebsiteprice.com/images/bitcoin.jpg
||chelsey.co.nz/uploads/Takeovers/
||chicagodefender.com^*/banners/
||chinadaily.com.cn/s?
||chinanews.com/gg/
||chinapost-track.com/images/pro/
||chine.in/javascript/ci.js
||chronicle.lu/images/banners/
||chronicle.lu/images/Sponsor_
||churchmilitant.com^*/ad-
||churchnewssite.com^*-banner1.
||churchnewssite.com^*/banner-
||churchnewssite.com^*/bannercard-
||cinemablend.com/templates/tpl/reskin/$image
||cineplex.com/skins/
||ciol.com/zedotags/
||citationmachine.net/images/gr_
||citationmachine.net/images/grammarly/
||citeulike.org/static/campaigns/
||citizen-usa.com/images/banners/
||citybeat.co.uk^*/ads/
||citywire.co.uk/wealth-manager/marketingcampaign?
||citywirecontent.co.uk^*/cw.oas.dx.js
||cjr.org/interstitial_
||clarksvilleonline.com/cols/
||classic-tv.com/burst$subdocument
||classic-tv.com/pubaccess.html
||classic97.net^*/banner/
||classical897.org/common/sponsors/
||classicsdujour.com/artistbanners/
||clgaming.net/interface/img/sponsor/
||click.livedoor.com^
||clickfunnels.com^$image,domain=wckg.com
||clicks.superpages.com^
||cloudfront.net/*-skin.$image,domain=shacknews.com
||cloudfront.net/*/takeover/$domain=offers.com
||cloudfront.net/*?$xmlhttprequest,domain=trueachievements.com
||cloudfront.net/advertizer/$domain=scroll.in
||cloudfront.net/ccmtblv2.png$domain=aim.org
||cloudfront.net/hot/ars.dart/$domain=arstechnica.com
||cloudfront.net/images/amazon/$domain=slader.com
||cloudfront.net/wp-content/uploads/2019/01/SPF-$domain=ecommerce-platforms.com
||cloudfront.net^$script,domain=1337x.to|deadstate.org|dexerto.com|dotesports.com|greatergood.com|newsweek.com|psychcentral.com|radaronline.com|uploadproper.com|uploadproper.net|vrv.co
||cloudfront.net^$subdocument,domain=slashdot.org
||cloudfront.net^*/CampaignPlacementArea.js$domain=ttgmedia.com
||cloudfront.net^*/shaadi.com/$domain=deccanchronicle.com
||cloudfront.net^*/sponsors/$domain=indycar.com|overwatchleague.com|pbs.org
||cloudyvideos.com/banner/
||clubhyper.com/images/hannantsbanner_
||clubplanet.com^*/wallpaper/
||cmpnet.com/ads/
||cms.myspacecdn.com^*/splash_assets/
||cnet.com/imp?
||cnettv.com.edgesuite.net^*/ads/
||cnetwidget.creativemark.co.uk^
||cnn.com/ad-
||cnn.com/cnn_adspaces/
||cnn.com^*/banner.html?&csiid=
||cnn.net^*/lawyers.com/
||cntv.cn/Library/js/js_ad_gb.js
||cnx-software.com/pic/gateworks/
||cnx-software.com/pic/technexion/
||coastfm.ae/images/background/
||coastfm.ae/promotion/
||coastweek.com/banner_
||coastweek.com/graffix/
||cocomment.com/banner?
||codecguide.com/beforedl2.gif
||codecguide.com/driverscan2.gif
||codecguide.com/driverscantop1.gif
||codenull.net/images/banners/
||coderanch.com/shingles/
||coinad.com/op.php?
||coinmarketcap.com/static/sponsored/
||coinpedia.org/wp-content/uploads/2018/08/crypto-ticker.jpg
||coinpedia.org/wp-content/uploads/2018/08/lpc-banner-website.gif
||coinurl.com/bootstrap/js/bootstrapx-clickover.js
||coinurl.com/bottom.php
||coinurl.com/get.php?
||coinurl.com/nbottom.php?
||coinwarz.com/content/images/genesis-mining-eth-takeover-
||collarme.com/anv/
||collarme.com/zone_alt.asp
||collector.viki.io^
||colombiareports.com/wp-content/banners/
||coloradomedicalmarijuana.com/images/sidebar/banner-
||com-a.in/images/banners/
||com.com/cnwk.1d/aud/
||comicbookresources.com/assets/images/skins/
||comicgenesis.com/tcontent.php?out=
||comparestoreprices.co.uk/images/promotions/
||compassnewspaper.com/images/banners/
||complaintsboard.com/img/202x202.gif
||complaintsboard.com/img/300x250anti.gif
||complaintsboard.com/img/banner-
||compleatgolfer.com^*/wallpaper/
||complexmedianetwork.com^*/takeovers/
||complexmedianetwork.com^*/toolbarlogo.png
||computerandvideogames.com^*/promos/
||computerhelp.com/temp/banners/
||computerworld.com^*/jobroll/
||con-telegraph.ie/images/banners/
||concealednation.org/sponsors/
||concrete.tv/images/banners/
||connectionstrings.com/csas/public/a.ashx?
||conscioustalk.net/images/sponsors/
||console-spot.com^*.swf
||constructionreviewonline.com^*730x90
||constructionreviewonline.com^*banner
||consumerreports.org^*/sx.js
||content.streamplay.to^
||converse.tm-awx.com^
||convert-me.com/js/aaw.cm.js
||convertmyimage.com/images/banner-square.png
||conwaydailysun.com/images/banners/
||conwaydailysun.com/images/Tiles_Skyscrapers/
||coolfm.us/lagos969/images/banners/
||coolmath-games.com/images/160-notice.gif
||coolmath.net/*-medrect.html
||copblock.org/wp-content/uploads/*/covert-handcuff-key-AD-
||copdfoundation.org^*/images/sponsors/
||cops.com^*/copbanner_
||coryarcangel.com/images/banners/
||cosplay.com/1lensvillage.gif
||counterthink.com/xml/
||countrychannel.tv/telvos_banners/
||cphpost.dk^*/banners/
||cpub.co.uk/a?
||crabcut.net/banners/
||crabcut.net/popup.js
||crackdb.com/img/vpn.png
||cramdodge.com/mg-
||craveonline.com/gnads/
||crazy-torrent.com/web/banner/0xxx0.net.jpg
||crazy-torrent.com/web/banner/online.jpg
||crazymotion.net/video_*.php?key=
||createtv.com/CreateProgram.nsf/vShowcaseFeaturedSideContentByLinkTitle/
||creatives.livejasmin.com^
||creattor.net/flashxmlbanners/
||cricbuzz.com/js/banners/
||crichd.tv/temp/$subdocument
||cricket.com.au^*/Sponsor%20Rotator/
||cricketireland.ie//images/sponsors/
||cricruns.com/images/hioxindia-
||crmbuyer.com^*/sda/
||crn.com.au/scripts/js_$script
||crow.com^*/biggreendot.png
||crown.co.za^*/banners/
||crunchyroll.*/vast?
||crunchyroll.com/config/*-ads/
||crushorflush.com/html/promoframe.html
||cruzine.com^*/banners/
||crystalmedianetworks.com^*-180x150.jpg
||csgobackpack.net/653x50.
||cship.org/w/skins/monobook/uns.gif
||ctmirror.org/randomsupporter/
||ctrl.blog/ac/rba?
||ctv.ca/ctvresources/js/ctvad.js
||ctv.ca/Sites/Ctv/assets/js/ctvDfpAd.js
||cur.lv/bootstrap/js/bootstrapx-clickover.js
||cur.lv/nbottom.php?
||currency.wiki/images/out/
||custompcreview.com/wp-content/*-bg-banner.jpg
||cybergamer.com/skins/
||d-addicts.com^*/banner/
||d-h.st/assets/img/download1.png
||d.annarbor.com^
||d.businessinsider.com^
||d.gossipcenter.com^
||d.imwx.com/js/wx-a21-plugthis-
||d.thelocal.com^
||d10lumateci472.cloudfront.net^
||d2fbkzyicji7c4.cloudfront.net^
||d2gqmq0lf9q8i2.cloudfront.net^*.gif$domain=heromaza.in
||d2na2p72vtqyok.cloudfront.net^
||d2uepos3ef6db0.cloudfront.net^
||d3asksgk2foh5m.cloudfront.net^
||d5e.info/1.gif
||d5e.info/2.png
||d6vwe9xdz9i45.cloudfront.net/psa.js$domain=sporcle.com
||da.feedsportal.com^$~subdocument
||dabs.com/images/page-backgrounds/
||dacash.streamplay.to^
||daily-sun.com^*/banner/
||dailyblogtips.com/wp-content/uploads/*.gif
||dailycommercial.com/inc.php?
||dailydeal.news-record.com/widgets/
||dailydeals.sfgate.com/widget/
||dailyexpress.com.my/banners/
||dailyexpress.com.my/image/banner/
||dailyfreegames.com/js/partners.html
||dailyherald.com^*/contextual.js
||dailyhome.com/leaderboard_banner
||dailymail.co.uk/i/pix/ebay/
||dailymail.co.uk/modules/commercial/
||dailymail.co.uk^*/promoboxes/
||dailymirror.lk/media/images/Nawaloka-
||dailymotion.com/images/ie.png
||dailymotion.com/masscast/
||dailymotion.com/skin/data/default/partner/$~stylesheet
||dailynews.co.tz/images/banners/
||dailynews.co.zw^*-takeover.
||dailynews.gov.bw^*/banner_
||dailynews.lk^*/webadz/
||dailypioneer.com/images/banners/
||dailypuppy.com/images/livestrong/ls_diet_120x90_1.gif
||dailysabah.com/banner/
||dailytimes.com.pk/banners/
||dailytrust.com.ng/Image/LATEST_COLEMANCABLE.gif
||dailytrust.info/images/banners/
||dailytrust.info/images/dangote.swf
||dailywritingtips.com^*/publisher2.gif
||dainikbhaskar.com/images/sitetakover/
||darknet.org.uk/images/acunetix_
||darknet.org.uk^*-250x250.
||darknet.org.uk^*/do468.
||dash.tmearn.com^
||davesite.com^*/aff/
||dayport.com/ads/
||dbs.autolatest.ro^
||dbstalk.com/sponsors/
||dcad.watersoul.com^
||dcdn.lt/adbam/$domain=en.delfi.lt
||dcdn.lt/b/$domain=delfi.lt
||dcdn.lt/d/a/tsw$image,domain=delfi.lt
||dcdn.lt/en/i/banners/$domain=en.delfi.lt
||dcnihosting.com^$image,domain=daltondailycitizen.com
||dcourier.com/SiteImages/Banner/
||ddccdn.com/js/google_
||ddl2.com/header.php?
||deadspin.com/sp/
||deals.cultofmac.com^$subdocument
||deals.iphonehacks.com^$subdocument
||deals.ledgertranscript.com^
||deborah-bickel.de/banners/
||deccanchronicle.com^*-banner-
||deccanchronicle.com^*-searchquad-300100.swf
||deccanchronicle.com^*/shaadi.com/
||decryptedtech.com/images/banners/
||defenceweb.co.za/images/sponsorlogos/
||defenceweb.co.za/logos/
||defensereview.com^*_banner_
||delivery.vidible.tv^$domain=java-forums.org|linuxforums.org
||delvenetworks.com^*/acudeo.swf$object,~third-party
||demerarawaves.com/images/banners/
||depic.me/bann/
||depositphotos.com^$subdocument,third-party
||deseretnews.com/img/sponsors/
||deshvidesh.com/banner/
||designtaxi.com/js/i-redirector.js
||desiretoinspire.net/storage/layout/modmaxbanner.gif
||desiretoinspire.net/storage/layout/royalcountessad.gif
||desiretoinspire.net^*/mgbanner.gif
||desiretoinspire.net^*125x125
||desixpress.co.uk/image/banners/
||detnews.com^*/sponsor/
||detroitindependent.net/images/ad_
||develop-online.net/static/banners/
||devicemag.com^$subdocument,~third-party
||devour.com/*skin
||devshed.com/images/backgrounds/$image
||devtools2.networkcities.net/wp-content/uploads/output_trLIFi.gif$domain=smallseotools.com
||devx.com/devx/3174.gif
||dezeen.com/wp-content/themes/dezeen-aa-hpto-mini-sept-2014/
||dictionary.cambridge.org/info/frame.html?zone=
||dictionary.com^*/serp_to/
||digdug.divxnetworks.com^
||digitaljournal.com/promo/
||digitalreality.co.nz^*/360_hacks_banner.gif
||digitaltveurope.net/wp-content/uploads/*_wallpaper_
||digitizor.com/wp-content/digimages/xsoftspyse.png
||digzip.com^*baner.swf
||diplodocs.com/shopping/sol.js
||diply.com/campaigns/
||diply.com/cms/bb/
||dippic.com/images/banner
||dishusa.net/templates/flero/images/book_sprava.gif
||dispatch.com^*/dpcpopunder.js
||display.superbay.net^
||distrogeeks.com/images/sponsors/
||distrowatch.com/images/kokoku/
||distrowatch.com^*-*.gif
||distrowatch.com^*/3cx.png
||distrowatch.com^*/advanced-admin.
||dividendchannel.com/toprankedsm.gif
||diytrade.com/diyep/dir?page=common/ppadv&
||djluv.in/android.gif
||djmag.co.uk/sites/default/files/takeover/
||djmag.com/sites/default/files/takeover/
||djtunes.com^*/adbg/
||dkm6b5q0h53z4.cloudfront.net^
||dl-protect.com/pop.js
||dm.codeproject.com/dm?$image
||dmcdn.net/mc/$domain=dailymotion.com
||dmxleo.dailymotion.com/cdn/manifest/video/
||dnsstuff.com/dnsmedia/images/*_banner.jpg
||dnsstuff.com/dnsmedia/images/ft.banner.
||dog1.verystream.com^
||doge-dice.com/images/faucet.jpg
||doge-dice.com/images/outpost.png
||dogechain.info/content/img/a
||domainmarket.com/mm/
||domaintools.com/eurodns_
||domaintools.com/marketing/
||domaintools.com/partners/
||dominicantoday.com^*/banners/
||dontblockme.modaco.com^
||dontent.streamplay.to^$popup,script
||dota-trade.com/img/branding_
||doubleclick.net/gampad/ads?*^vpos^$domain=cbs.com
||doubleviking.com/ss.html
||downforeveryoneorjustme.com/images/dotbiz_banner.jpg
||downforeveryoneorjustme.com/js/bsa.js
||downloadian.com/assets/banner.jpg
||dprogram.net^*/rightsprites.png
||dpstatic.com/banner.png?
||dpstatic.com/s/ad.js
||drakulastream.tv/pu/$script
||dramabay.com/y/$subdocument
||dreamscene.org^*_Banner.
||drhinternet.net/mwimgsent/
||drivearchive.co.uk/amazon/
||drivearchive.co.uk/images/amazon.
||driverdb.com^*/banners/
||drivereasy.com/wp-content/uploads/*/sidebar-DriverEasy-buy.jpg
||droidgamers.com/images/banners/
||dsogaming.com/interstitial/
||dubcnm.com/Adon/
||duckduckgo.com/i.js?o=a&
||duckduckgo.com/m.js
||duckduckgo.com/share/spice/amazon/
||duckduckgo.com/y.js
||duckload.com/js/abp.php?
||dump8.com/tiz/
||dump8.com/wget.php
||dump8.com/wget_2leep_bottom.php
||durbannews.co.za^*_new728x60.gif
||dustcoin.com^*/image/ad-
||dvdvideosoft.com^*/banners/
||dwarfgames.com/pub/728_top.
||dyncdn.celebuzz.com/assets/
||dyncdn.me/static/20/js/expla*.js$domain=rarbg.to|rarbg2019.org|rarbgaccess.org|rarbgmirror.com|rarbgmirror.org|rarbgmirrored.org|rarbgproxy.org|rarbgprx.org|rarbgto.org
||e2e.mashable.com^
||e2e.pcmag.com^
||e90post.com/forums/images/banners/
||eacash.streamplay.to^
||earthlink.net^*/promos/
||earthmoversmagazine.co.uk/nimg/
||eastonline.eu/images/banners/
||eastonline.eu/images/eng_banner_
||easybytez.com/pop3.js
||easydiy.co.za/images/banners/
||eatsleepsport.com/images/manorgaming1.jpg
||eawaz.com^*/ml-slider/
||ebay.com^*/ScandalLoader.js
||ebayrtm.com/rtm?RtmCmd*&enc=
||ebayrtm.com/rtm?RtmIt
||ebaystatic.com/aw/pics/signin/*_signInSkin_
||ebaystatic.com/aw/signin/*_wallpaper_$image
||ebaystatic.com^*/ScandalJS-
||ebaystatic.com^*/ScandalSupportGFA-
||ebaystatic.com^*/x-frame-4.html
||ebizblitz.co.za/upload/ad/
||ebizmbainc.netdna-cdn.com/images/tab_sponsors.gif
||ebookshare.net/pages/lt.html
||ebookshare.net^*/streamdirect160x600_
||ebuddy.com/textlink.php?
||ebuddy.com/web_banners/
||ebuddy.com/web_banners_
||eclipse.org/membership/promo/images/
||eco-business.com^*/site_partners/
||ecommerce-journal.com/specdata.php?
||ecommercetimes.com^*/sda/
||economictimes.com/etmpat/
||economist.com.na^*/banners/
||economist.com^*/timekeeper-by-rolex-medium.png
||ecostream.tv/assets/js/pu.min.js
||ecostream.tv/js/pu.js
||ed2k.2x4u.de/mfc/
||edgedatg.com^*/AdCountdownPlugin.swf$object,domain=abc.go.com
||edmunds.com/api/savesegment?
||educationbusinessuk.net/images/stage.gif
||egamer.co.za^*-background-
||ehow.co.uk/frames/directas_
||ehow.com/images/brands/
||ehow.com/marketing/
||ehow.com/media/ad.html^
||ejb.com/300_250
||ejpress.org/images/banners/
||ejpress.org/img/banners/
||ejpress.org^*-banner.
||ekantipur.com/uploads/banner/
||elasticbeanstalk.com^$other,domain=boreburn.com|yourtailorednews.com
||electricenergyonline.com^*/bannieres/
||electronicsfeed.com/bximg/
||elevenmyanmar.com/images/banners/
||elgg.org/images/hostupon_banner.gif
||elivetv.in/pop/
||elocallink.tv^*/showgif.php?
||embed.xinhuanet.com^
||emoneyspace.com/b.php
||empirestatenews.net/Banners/
||emule-top50.com/extras/$subdocument
||emuleday.com/cpxt_$subdocument
||energytribune.com/res/banner/
||engagesrvr.filefactory.com^
||england.fm/i/ducksunited120x60english.gif
||englishgrammar.org/images/30off-coupon.png
||englishtips.org/b/
||environmental-finance.com^*banner
||environmental-finance.com^*rotate.gif
||epicshare.net/p1.js
||epictv.com/sites/default/files/290x400_
||episodic.com^*/logos/player-
||eprop.co.za/images/banners/
||eq2flames.com/images/styles/eq2/images/banner
||escapementmagazine.com/wp-content/banners/
||espn.co.uk/espnuk/williamhill/
||espn.co.uk/espnuk/williamhill_
||espn.co.uk^*/viagogo_sports.html
||espn.vad.go.com^$domain=youtube.com
||espn1320.net/get_preroll.php?
||esportlivescore.com/img/fano_
||esportlivescore.com/img/fanobet_
||esportlivescore.com/img/vitalbet.
||esportsheaven.com/media/skins/$image
||essayinfo.com/img/125x125_
||essayscam.org^*/ads.js
||esus.com/images/regiochat_logo.png
||eteknix.com/wp-content/uploads/*skin
||eteknix.com/wp-content/uploads/*Takeover
||etidbits.com/300x250news.php
||euphonik.dj/img/sponsors-
||eurochannel.com/images/banners/
||eurocupbasketball.com^*/sponsors-
||eurodict.com/images/banner_
||euroleague.net^*/sponsors-
||euronews.com/media/farnborough/farnborough_wp.jpg
||european-rubber-journal.com/160x600px_
||europeonline-magazine.eu/banner/
||europeonline-magazine.eu/nuroa/
||euroweb.com^*/banner/
||eva.ucas.com^
||eve-search.com/gge.gif
||eventful.com/tools/click/url?
||evernote.com/prom/img/
||everythingsysadmin.com^*_sw_banner120x600_
||evolutionm.net/SponsorLogos/
||evony.com/sevonyadvs2.
||eweek.com/images/stories/marketing/
||eweek.com/widgets/ibmtco/
||eweek.com^*/sponsored-
||ewrc-results.com/images/horni_ewrc_result_banner3.jpg
||exceluser.com^*/pub/rotate_
||exchangerates.org.uk/images-NEW/tor.gif
||exchangerates.org.uk/images/150_60_
||exchangerates.org.uk/images/200x200_
||excite.com/gca_iframe.html
||expatexchange.com/banner/
||expatwomen.com/expat-women-sponsors/
||expertreviews.co.uk/?act=widgets.
||expertreviews.co.uk/widget/
||expertreviews.co.uk^*/skins/
||express.co.uk^*/sponsored/
||expressmilwaukee.com/engines/backgrounds/js/backgrounds.js
||expreview.com/exp2/
||extramovies.wiki/mb.js
||extramovies.wiki/mbnn.js
||extremeoverclocking.com/template_images/it120x240.gif
||extremetech.com/pb/pbl.min.js
||eye.swfchan.com^$script
||ezmoviestv.com^*/ad-for-ezmovies.png
||f1i.com^*/hype/
||f1i.com^*/pubs/
||f1today.net^*/sponsors/
||faadooengineers.com/ads/
||facebook.com/video/instream_video/$xmlhttprequest,domain=facebook.com|hackspirit.com
||facebook.net^*/AudienceNetworkVPAID.$domain=dailymotion.com
||facenfacts.com^*/ads/
||fakku.net/static/seele-$subdocument
||fallout3nexus.com^*/300x600.php
||familylawweek.co.uk/bin_1/
||famouspornstarstube.com/images/sponsors/
||fan.twitch.tv^
||fancystreems.com/300x2503.php
||fanfusion.org/as.js
||fansshare.com/va/?$subdocument
||fark.com/cgi/buzzfeed_link.pl
||fark.net/pub/
||farmville.com/promo_bar.php
||farsnews.com/banner/
||fastcompany.com/sites/*/interstitial.js
||fastpic.ru/b/
||fbcdn.net/safe_image.php?d=*&url=http%3A%2F%2Fwww.facebook.com%2Fads%2Fimage%2F%3F$domain=facebook.com
||fbcdn.net^*/flyers/$domain=facebook.com
||feed-the-beast.com^*/gamevox.png
||feed4u.info/feedipop.js
||feedly.com/amazon.$xmlhttprequest
||feeds.feedburner.com/*.gif
||feedsportal.com/creative/
||feedsportal.com/videoserve/
||feiwei.tv^*/sandbox.html
||fever.fm^*/campaigns/
||fever.fm^*/sposor-
||ffiles.com/counters.js
||fgfx.co.uk/banner.js?
||fhm.com/images/casinobutton.gif
||fhm.com/images/sportsbutton.gif
||fhm.com^*_background.jpg
||fhm.com^*_banner.png
||fiba.com/Content/Sponsors/
||fiberupload.org/300en.png
||fifa.com^*/sponsors/
||fightersonlymag.com/images/banners/
||fijitimes.com/images/bspxchange.gif
||file-upload.net/include/down$subdocument
||file-upload.net/include/mitte.php
||file-upload.net/include/rechts.php
||file.org/fo/scripts/download_helpopt.js
||file.org^*/images/promo/
||file2hd.com/sweet.jpg
||filecrypt.cc/bla.php?
||filecrypt.cc/images/shjrtz1.png$image
||filedino.com/imagesn/downloadgif.gif
||fileepic.com/download-$domain=media1fire.com
||filefactory.com/img/casinopilots/
||fileflyer.com/img/dap_banner_
||filegaga.com/ot/fast.php?
||fileom.com/img/downloadnow.png
||fileom.com/img/instadownload2.png
||fileplanet.com/fileblog/sub-no-ad.shtml
||filerio.in^*/jquery.interstitial.
||files.wordpress.com/*-reskin.
||filesharingtalk.com/fst/8242/
||fileshut.com/etc/links.php?q=
||filesmonster.com/mi/twp/
||filespart.com/ot/fast.aspx?
||filespazz.com/imx/template_r2_c3.jpg
||filespazz.com^*/copyartwork_side_banner.gif
||filestream.me/requirements/images/cialis_generic.gif
||filestream.me/requirements/images/ed.gif
||filez.cutpaid.com/336v
||filez.cutpaid.com/page.js
||filipinojournal.com/images/banners/
||filmey.com/Filmey.Ad.js
||filmsite.org/dart-zones.js
||fimserve.ign.com^
||financialnewsandtalk.com/scripts/slideshow-sponsors.js
||financialsamurai.com/wp-content/uploads/*/sliced-alternative-10000.jpg
||findfiles.com/images/icatchallfree.png
||findfiles.com/images/knife-dancing-1.gif
||findfreegraphics.com/underp.js
||findicons.com^*/125x125/
||finding.hardwareheaven.com^
||findit.com.mt/dynimage/boxbanner/
||findit.com.mt/viewer/
||findnsave.idahostatesman.com^
||findthebest-sw.com/sponsor_event?
||finextra.com^*/leaderboards/
||finextra.com^*/pantiles/
||firingsquad.com^*/sponsor_row.gif
||firstnationsvoice.com/images/weblinks.swf
||firstpost.com/promo/
||firstpost.com^*/sponsered-
||firstpost.com^*_skin_
||firstpost.com^*_sponsored.
||firstpost.in^*/300250-
||firstpost.in^*/promo/
||firstrow*/pu.js
||firstrows.biz/js/bn.js
||firstrowsports.li/frame/
||firstrowusa.eu/js/bn.js
||firsttoknow.com^*/page-criteo-
||fishchannel.com/images/sponsors/
||fishki.net/code?
||fiverr.com/javascripts/conversion.js
||flameload.com/onvertise.
||flashscore.com/res/image/bookmaker-list.png
||flashx.tv/img/downloadit.png
||flashy8.com/banner/
||flatpanelshd.com/pictures/*banner
||fleetwatch.co.za/images/banners/
||flicks.co.nz/images/takeovers/
||flicks.co.nz/takeovercss/
||flightradar24.com/_includes/sections/airportAd.php
||flixsearch.io^*/unblock.jpg
||flopturnriver.com*/banners/
||flv.sales.cbs.com^$object,domain=cbs.com|cbsnews.com|twitch.tv
||flvto.biz/scripts/banners.php?
||flyordie.com/games/free/b/
||flyordie.com/games/online/ca.html
||fncstatic.com^*/sponsored-by.gif
||foodingredientsfirst.com/content/banners/
||foodingredientsfirst.com/content/flash_loaders/loadlargetile.swf
||foodingredientsfirst.com/content/flash_loaders/loadskyscraper.swf
||fool.com/pitcher/
||fool.com^*/marketing/
||football-italia.net/imgs/moveyourmouse.gif
||footballshirtculture.com/images/e12b.jpg
||footballtradedirectory.com^*banner
||forbbodiesonly.com*/vendorbanners/
||fordforums.com.au/logos/
||foreignersinuk.co.uk^*/banner/
||forexpeacearmy.com/images/banners/
||forumimg.ipmart.com/swf/ipmart_forum/banner
||forumw.org/images/uploading.gif
||forward.com/workspace/assets/newimages/amazon.png
||foxandhoundsdaily.com/wp-content/uploads/*-AD.gif
||foxbusiness.com/html/google_homepage_promo
||foxsports.com.au^*/promotions/
||foxsports.com/component/*_wallpaper_$image
||foxsports.com/component/xml/SBMarketingTakeOverPromos
||foxsports.com^*-Skin-
||foxsports.com^*-skin_
||foxsports.com^*/Sponsors/
||foxsports.com^*_skin_
||fpscheats.com/banner-img.jpg
||fpscheats.com/fpsbanner.jpg
||freakshare.com/yild.js
||fredmiranda.com/buzz/canondble-600x90.jpg
||free-times.com/image/pool/
||free-webhosts.com/images/a/
||freeads.co.uk/ctx.php?
||freeappaday.com/nimgs/bb/
||freemediatv.com/images/inmemoryofmichael.jpg
||freeminecraft.me/mw3.png
||freemoviestream.xyz/wp-content/uploads/
||freenode.net/images/ack_privateinternetaccess-freenode.png
||freenode.net/images/freenode_osuosl.png
||freepornsubmits.com/ads/
||freeroms.com/bigbox.html
||freeroms.com/bigbox_
||freeroms.com/skyscraper_
||freesoftwaremagazine.com/extras/
||freestockcharts.com/symbolhit.aspx$subdocument
||freetv-video.ca^*/popover-load-js.php?
||freetypinggame.net/burst720.asp
||freevermontradio.org/pictures/lauren_Stagnitti.jpg
||freeworldgroup.com/banner
||frenchradiolondon.com/data/carousel/
||fresh-weather.com/popup1.gif
||freshplaza.com/b/
||freshremix.org/templates/freshremix_eng/images/300.gif
||freshremix.ru/images/ffdownloader1.jpg
||friday-ad.co.uk/banner.js?
||friday-ad.co.uk/endeca/afccontainer.aspx
||frombar.com/ads/
||frozen-roms.in/popup.php
||frozen-roms.me/popup.php
||fscheetahs.co.za/images/Sponsers/
||fsdn.com/con/img/promotional/$domain=sourceforge.net
||ftdworld.net/images/banners/
||ftlauderdalewebcam.com/images/*webcambanner
||ftlauderdalewebcam.com^*-WebCamBannerFall_
||fudzilla.com^*/banners/
||fugitive.com^*-468x60web.
||fulhamfc.com/i/partner/
||fullrip.net/images/download-
||fulltv.tv/pub_
||funmaza.in/units/
||funpic.de/layer.php?
||funpic.org/layer.php?
||fuse.tv/images/sponsor/
||futbol24.com/f24/rek/$~xmlhttprequest
||fuzface.com/dcrtv/ad$domain=dcrtv.com
||fırstrowsports.eu/pu/
||g.brothersoft.com^
||gabzfm.com/images/banners/
||gaccmidwest.org/uploads/tx_bannermanagement/
||gaccny.com/uploads/tx_bannermanagement/
||gaccsouth.com/uploads/tx_bannermanagement/
||gaccwest.com/uploads/tx_bannermanagement/
||gadget.co.za/siteimages/banners/
||gadgetmac.com^*/sponsors/
||gadgetshowlive.net^*/banners/
||gaeatimes.com/ctad/
||galatta.com^*/bannerimages/
||galatta.com^*/banners/
||gallerysense.se/site/getBannerCode
||gamblinginsider.com^*/partner_events.php
||game1games.com/exchange/
||gameads.digyourowngrave.com^
||gameawayscouponsstorage.blob.core.windows.net/images/greenmangaming/
||gamecopyworld.*_160x120_
||gamecopyworld.*_502x155_
||gamecopyworld.click/*.php$script,subdocument
||gamecopyworld.click/dd/
||gamecopyworld.click^*/i/tc/
||gamecopyworld.click^*/js/tc_
||gamecopyworld.com/*.php$script,subdocument
||gamecopyworld.com/dd/
||gamecopyworld.com^*/i/tc/
||gamecopyworld.com^*/js/tc_
||gamecopyworld.eu/*.php$script,subdocument
||gamecopyworld.eu/dd/
||gamecopyworld.eu^*/i/tc/
||gamecopyworld.eu^*/js/tc_
||gamefront.com/storage/promotional/
||gamefront.com^*/random/
||gameknot.com/amaster.pl?j=
||gamemakerblog.com/gma/gatob.php
||gameplanet.co.nz^*-takeover.jpg
||gamepressure.com/ajax/f2p.asp
||gamerant.com/ads/
||gamerevolution.com^*/buynow-
||gamersbook.com^*/banners/
||gameserpent.com/kit*.php
||gameserpent.com/vc*.php
||gamesforwork.com^*/dropalink_small.gif
||gamesfreez.com/banner/
||gamesgames.com/vda/
||gameshark.com^*/pageskin-
||gamevid.com/13/ads/
||gamezhero.com/promo
||gamingcentral.in^*/banner_
||gamingsquid.com/wp-content/banners/
||gamovideo.com^$subdocument,~third-party
||ganool.com/pup.js
||ganool.com/wp-content/uploads/*/Javtoys300250..gif
||ganool.com/wp-content/uploads/*/matrix303.gif
||gappon.com/images/hot2.gif
||garrysmod.org/img/sad/
||gasgoo.com/promo/
||gaynz.com/mysa/banners/
||gaystarnews.com^*-sponsor.
||gaystarnews.com^*/PartnersArtboard-
||gaystarnews.com^*/SponsorsArtboard-
||gbatemp.net/images/ab/
||gbrej.com/c/
||gbtimes.com^*/Remarketing-
||gcnlive.com/assets/sponsors/
||gcnlive.com/assets/sponsorsPlayer/
||geckoforums.net/banners/
||geeklab.info^*/billy.png
||geekzone.co.nz/images/wrike/
||gelbooru.com*/frontend*.js
||gelbooru.com/lk.php$subdocument
||gelbooru.com/poll.php$subdocument
||gelbooru.com/protech.php$subdocument
||gelbooru.com/x/
||gematsu.com^*/bg.jpg
||gematsu.com^*/rect
||gematsu.com^*/square
||gentoo.org/images/sponsors/
||geo*.hltv.org^
||geocities.com/js_source/
||geocities.yahoo.*/js/sq.
||geometria.tv/banners/
||geoshopping.nzherald.co.nz^
||getfoxyproxy.org/images/abine/
||gethigh.com/wp-content/uploads/*/pass_a_drug_test_get_high_banner.jpg
||getmyuni.com*_page_ad$image
||getmyuni.com*_pages_ads$script,xmlhttprequest
||getprice.com.au/searchwidget.aspx?$subdocument
||getreading.co.uk/static/img/bg_takeover_
||getresponse.com^$domain=wigflip.com
||getrichslowly.org/blog/img/banner/
||getsurrey.co.uk^*/bg_takeover_
||getthekick.eu^*/banners/
||gfi.com/blog/wp-content/uploads/*-BlogBanner
||gfx.infomine.com^
||ghacks.net/skin-
||ghafla.co.ke/images/banners/
||ghafla.co.ke/images/bgmax/
||ghananewsagency.org/assets/banners/
||giftguide.savannahnow.com/giftguide/widgets/
||gigaom2.files.wordpress.com^*-center-top$image
||girlguides.co.za/images/banners/
||girlsgames.biz/games/partner*.php
||giveawayoftheday.com/web/bannerinf.js
||gizmochina.com^*/k20.jpg
||gizmodo.in/gzdics/
||glam.com^*/affiliate/
||glamourviews.com/home/zones?
||glassdoor.com/getAdSlotContentsAjax.htm?
||gledaisport.com/ads/
||globalsecurity.org/_inc/frames/
||globaltimes.cn/desktopmodules/bannerdisplay/
||glocktalk.com/forums/images/banners/
||go4up.com/assets/img/buttoned.gif
||go4up.com/assets/img/d0.png
||go4up.com/assets/img/download-button.png
||go4up.com/assets/img/downloadbuttoned.png
||go4up.com^*/download-buttoned.png
||go4up.com^*/webbuttoned.gif
||goal.com^*/betting/$~stylesheet
||goal.com^*/branding/
||goauto.com.au/mellor/mellor.nsf/toy$subdocument
||gocdkeys.com/images/*_400x300_
||gocdkeys.com/images/bg_
||gocdn.site^$domain=movie4kto.site
||godisageek.com/amazon.png
||gogoanime.in/ac/
||gogoanimes.co/ac/
||gokunming.com/images/prom/
||gold-prices.biz/gold_trading_leader.gif
||gold-prices.biz^*_400x300.gif
||gold1013fm.com/images/background/
||gold1013fm.com/promotion/
||goldenskate.com/sponsors/
||golf365.co.za^*/site-bg-
||golf365.com^*/site-bg-
||gomlab.com/img/banner/
||gonzagamer.com/uci/popover.js
||goodanime.net/images/crazy*.jpg
||goodgearguide.com.au/files/skins/
||google.com/jsapi?autoload=*%22ads%22$script,domain=youtube.com
||googleapis.com/dfh/$image,domain=datafilehost.com
||gooster.co.uk/js/ov.js.php
||gopride.com^*/banners/
||gospel1190.net/rotatorimages/
||gossipmillnigeria.com^*-banner-
||gotupload.com^$subdocument,domain=hulkshare.com
||gov-auctions.org^*/banner/
||govevents.com/display-file/
||gowilkes.com/cj/
||gowilkes.com/other/
||gp3series.com^*/Partners/
||gq.co.za^*/sitetakeover/
||gr8.cc/addons/banners^
||grabien.com/ads/
||grabone.co.nz^$subdocument,domain=nzherald.co.nz
||grammar-monster.com/scripts/$subdocument
||grandbaie.mu^*/bannerslider/
||grapevine.is/media/flash/*.swf
||graphic.com.gh/images/banners/
||graphicdesignforums.co.uk/banners/
||greatandhra.com/images/*_ga_
||greaterkashmir.com/adds_
||greatgirlsgames.com/100x100.php
||greatgirlsgames.com/a/skyscraper.php
||green.virtual-nights.com^
||greenoptimistic.com/images/electrician2.png
||greyorgray.com/images/Fast%20Business%20Loans%20Ad.jpg
||greyorgray.com/images/hdtv-genie-gog.jpg
||gruntig2008.opendrive.com^$domain=gruntig.net
||gsprating.com/gap/image.php?
||gtop100.com/a_images/show-a.php?
||gtsplus.net*/panbottom.html
||gtsplus.net*/pantop.html
||gtweekly.com/images/banners/
||guardian.bz/images/banners/
||gulf-daily-news.com/180x150.htm
||gulfnews.com^*/channelSponsorImage/
||gumtree.com^*/dart_wrapper_
||gunfreezone.net^*_ad.jpg
||guns.ru^*/banner/
||guns.ru^*/banners/
||gurgle.com/modules/mod_m10banners/
||guru99.com/images/adblocker/
||gwinnettdailypost.com/1.iframe.asp?
||h33t.to/images/button_direct.png
||ha.ckers.org/images/fallingrock-bot.png
||ha.ckers.org/images/nto_top.png
||ha.ckers.org/images/sectheory-bot.png
||hackingchinese.com/media/hcw4.png
||hackingchinese.com/media/hellochinese.jpg
||hackingchinese.com/media/pleco.png
||hackingchinese.com/media/skritter5.jpg
||hahasport.com/ads/
||hancinema.net/images/banner_
||hancinema.net/images/watch-now
||happierabroad.com/Images/banner
||hardwareheaven.com/?rid=$subdocument
||hardwareheaven.com/heavenmedia/?rid=$subdocument
||hardwareheaven.com/styles/*/frontpage/backdrop.jpg
||hardwareheaven.com/wp-content/*_skin_
||hardwareheaven.com/wp-content/uploads/*-site-skin-
||hardwareheaven.com^*/Site-Skin-HH.jpg
||hawaiireporter.com^*-300x250.jpg
||hawaiireporter.com^*/463%C3%9757-Kamaaina.jpg
||hawaiireporter.com^*/js.jpg
||hawaiireporter.com^*/upandruningy.jpg
||hawaiireporter.com^*/winnerscampad.jpg
||hawaiireporter.com^*_300x400.jpg
||hawk.pcgamer.com^
||hawkesbay.co.nz/images/banners/
||hawkesbaytoday.co.nz/nz_regionals/marketplace/
||haxmaps.com/home*.php?id=$subdocument
||haxmaps.com/js/cb.js$xmlhttprequest
||hcdn.co/scripts/shadowbox/shadowbox.js$domain=shared.sx
||hd-bb.org^*/dl4fbanner.gif
||hdfree.tv/ad.html
||hdtvtest.co.uk/image/partner/$image
||hdtvtest.co.uk^*/pricerunner.php
||headlineplanet.com/home/box.html
||headlineplanet.com/home/burstbox.html
||healthfreedoms.org/assets/swf/320x320_
||hearse.com^*/billboards/
||heatworld.com/images/*_83x76_
||heatworld.com/upload/takeovers/
||heatworld.com^*_300x160.jpg
||heavenmedia.v3g4s.com^
||hejban.youwatch.org^
||helsinkitimes.fi^*/banners/
||hentai2read.com/ios/swf/
||hentaihaven.org/wp-content/banners/
||hentaistream.com/wp-includes/images/$object
||heraldlive.co.za^*/TRAFALGAR-BANNER.png
||heraldm.com/hb/imad/
||heraldm.com/iframe/
||heraldm.com^*/banner/
||heraldm.com^*/company_bn/
||heraldsun.com.au^*/images/sideskins-
||herold.at/fs/orgimg/*.swf?baseurl=http%3a%2f%2fwww.*&amp;linktarget=_blank$object
||herold.at/images/dealofday.swf
||herold.at^*.swf?*&linktarget=_blank
||herzeleid.com/files/images/banners/
||heyjackass.com/wp-content/uploads/*_300x225_
||hickoryrecord.com/app/deal/
||hipforums.com/images/banners/
||hipforums.com/newforums/calendarcolumn.php?cquery=bush
||hitechlegion.com/images/banners/
||hitomi.la/hitomi-horizontal.js
||hitomi.la/pacode.js
||hkclubbing.com/images/banners/
||hockeybuzz.com/mb/b?
||hollywoodbackwash.com/glam/
||holyfamilyradio.org/banners/
||holyfragger.com/images/skins/
||homeschoolmath.net/a/
||honda-tech.com/*-140x90.gif
||hongfire.com/banner/
||hongkongindians.com/advimages/
||horizonsunlimited.com/alogos/
||horriblesubs.info/playasia
||hostingbulk.com/aad.html
||hostingbulk.com/zad.html
||hostingdedi.com/wp-content/uploads/add$subdocument
||hostratings.co.uk/zeepeel.
||hostsearch.com/creative/
||hot-scene.com/cpop.js
||hotanime.me/?$subdocument
||hotbollywoodactress.net/ff2.gif
||hotbollywoodactress.net/freedatingindia.gif
||hotfile.com^*/banners/
||hotfilesearch.com/includes/images/mov_
||hotfiletrend.com/dlp.gif
||hotgamesforgirls.com/html/$subdocument
||hothardware.com/pgmerchanttable.aspx?
||hothardware.com^*_staticbanner_*.jpg
||hotpepper-gourmet.com^*/bnr_
||houseoftravel.co.nz/flash/banner/
||howtogeek.com/go/
||howtogermany.com/banner/
||howtogermany.com/images/bnr-
||howtogermany.com/images/but-
||howwe.biz/mgid-
||howwemadeitinafrica.com^*/dhl-hdr.gif
||hpfanficarchive.com/freecoins2.jpg
||hqfooty.tv/ad
||hqq.tv/js/betterj/
||hqq.watch/js/betterj/
||htmldog.com/r10/flowers/
||http.atlas.cdn.yimg.com/yamplus/video_*.mp4?$object,domain=yahoo.com
||hulkfile.eu/images/africa.gif
||hulkload.com/b/
||hulkload.com/recommended/
||hulkshare.com/promo/
||hulkshare.com^*/adsmanager.js
||hulkshare.oncdn.com^*/removeads.
||hulu.com/beacon/*=adauditerror
||hulu.com/v3/revenue/
||hummy.org.uk^*/brotator/
||hurriyetdailynews.com/images/*_100x250_
||hwbot.org/banner.img
||hwinfo.com/images/lansweeper.jpg
||hwinfo.com/images/se2banner.png
||hxload.io/embed/$subdocument
||hypemagazine.co.za/assets/bg/
||i-sgcm.com/pagetakeover/
||i-tech.com.au^*/banner/
||i.com.com^*/vendor_bg_
||i.i.com.com/cnwk.1d/*/tt_post_dl.jpg
||i.neoseeker.com/d/$subdocument
||i.trackmytarget.com^
||i3investor.com^*/offer_
||i3investor.com^*/partner/
||ians.in/iansad/
||ibanners.empoweredcomms.com.au^
||ibizaworldclubtour.net/wp-content/themes/ex-studios/banner/
||ibrod.tv/ib.php
||ibsrv.net/*214x30.
||ibsrv.net/*_215x30.
||ibsrv.net/*_215x30_
||ibsrv.net/*forumsponsor$domain=audiforums.com
||ibsrv.net/royalpurple/$domain=audiforums.com
||ibsrv.net/sponsors/
||ibtimes.com/banner/
||ibtimes.com^*&popunder
||ibtimes.com^*/sponsor_
||iceinspace.com.au/iisads/
||icelandreview.com^*/auglysingar/
||iconeye.com/images/banners/
||ictv-ic-ec.indieclicktv.com/media/videos/$object,domain=twitchfilm.com
||icxm.net/x/img/kinguin.jpg
||icydk.com^*/title_visit_sponsors.
||iddin.com/img/chatwing_banner.
||iddin.com/img/chatwing_banner_
||idesitv.com^*/loadbanners.
||idg.com.au/files/skins/
||idg.com.au/images/*_promo$image
||idg.com.au^*_skin.jpg
||ieee.org/interstitial?
||ientrymail.com/webheadtools$domain=webpronews.com
||ifilm.com/website/*-skin-
||iframe.travel.yahoo.com^
||iftn.ie/images/data/banners/
||iimg.in^*-banner-
||iimg.in^*/sponsor_
||iimjobs.com/media/featuredinstitute
||iimjobs.com^*/banners/
||iimjobs.com^*/topbanner$image
||ijn.com/images/banners/
||ilcorsaronero.info/home.gif
||ilikecheats.net/images/$image,domain=unknowncheats.me
||iload.to/img/ul/impopi.js
||iloveim.com/cadv
||imads.rediff.com^
||imagebam.com/download/$image,domain=ganool.com
||imagefruit.com/includes/js/bgcont.js
||imagefruit.com/includes/js/ex.js
||imagefruit.com/includes/js/layer.js
||imagepix.org/Images/imageput.jpg
||imagerise.com/ir.js
||imagerise.com/ir2.js
||images-amazon.com/images/*/browser-scripts/da-
||images-amazon.com/images/*/browser-scripts/dae-
||images-amazon.com/images/*/da-us/da-$script
||images-amazon.com^$domain=gamenguide.com|itechpost.com|parentherald.com
||images-amazon.com^*/marqueepushdown/
||images.bitreactor.to/designs/
||images.globes.co.il^*/fixedpromoright.
||images.mmorpg.com/images/*skin
||images.mmorpg.com/images/mus.jpg
||images.sharkscope.com/acr/*_Ad-
||images.sharkscope.com/everest/twister.jpg
||images4et.com/images/other/warning-vpn2.gif
||imageshack.us/images/contests/*/lp-bg.jpg
||imageshack.us/ym.php?
||imagesnake.com^*/oc.js
||imagetoupload.com/images/87633952425570896161.jpg
||imagevenue.com/interstitial.
||imcdb.org/res/cth_
||imdb.com/images/*/scriptloader.$subdocument
||imfdb.org^*/FoG-300x250.jpg
||img.tfd.com/wn/$image,domain=freethesaurus.com
||imgah.com/traffic$subdocument
||imgbox.com/gsmpop.js
||imgburn.com/images/ddigest_
||imgburn.com/images/your3gift.gif
||imgcarry.com^*/oc.js
||imgking.co/poudr.js
||imgshots.com/includes/js/layer.js
||imgur.com/i2iBMaD.gif$domain=cpahero.com
||imgur.com/include/zedoinviewstub1621.html
||imgur.com^$image,domain=cpahero.com|globalcryptopress.com
||immihelp.com/partner/banners/
||imouto.org/images/jlist/
||imouto.org/images/mangagamer/
||impactradio.co.za^*/banners/
||impulsedriven.com/app_images/wallpaper/
||imsa.com^*/partner/
||in.com/addIframe/
||in.com^*/170x50_
||incentivetravel.co.uk/images/banners/
||indeed.com/ads/
||independent.co.ug/images/banners/
||independent.co.ug^*/720-90.
||independent.co.uk/kelkoo/
||independent.co.uk/multimedia/archive/$subdocument
||independent.co.uk^*/300unit/
||independent.co.uk^*/partners/
||independent.co.uk^*/sponsored-
||independent.com.mt/RSS_VisitMalta.
||indepthafrica.com^*/Banner-canreach.gif
||india.com/zeenews_head2n.jpg
||india.com^*-sponsor.
||indiainfoline.com/wc/ads/
||indianexpress.com^*/banner/
||indiansinkuwait.com/Campaign/
||indiansinkuwait.com/OfferDisp1.
||indiantelevision.com/banner/
||indiatimes.com/articleshow_google_$subdocument
||indiatimes.com/google$subdocument
||industryabout.com/images/banners/
||inewsmalta.com/SiteImages/Promo/
||info.break.com^*/sponsors/
||info.sciencedaily.com/api/
||infobetting.com/b/
||infobetting.com/bookmaker/
||infoq.com^*/banners/
||informationng.com^*-Leaderboard.
||informationng.com^*/300-x-250.
||informe.com/img/banner_
||informer.com/js/onexit*.js
||infosecisland.com/ajax/viewbanner/
||infoseek.co.jp/isweb/clip.html
||injpn.net/images/banners/
||inkscapeforum.com/images/banners/
||inquirer.net/wp-content/themes/news/images/wallpaper_
||insidebutlercounty.com/images/100-
||insidebutlercounty.com/images/160-
||insidebutlercounty.com/images/180-
||insidebutlercounty.com/images/200-
||insidebutlercounty.com/images/300-
||insidebutlercounty.com/images/468-
||insidedp.com/images/banners/
||insidehw.com/images/banners/
||insidercdn.com/price_guide/
||insidethe.agency^*-300x250.
||insideyork.co.uk/assets/images/sponsors/
||inspirefirst.com^*/banners/
||intel.com/sites/wap/global/wap.js
||intellicast.com/outsidein.js
||intellicast.com/travel/cheapflightswidget.htm
||intelseek.com/intelseekads/
||interest.co.nz/banners/
||interest.co.nz^*_skin.
||interest.co.nz^*_skin_
||interfacelift.com/inc_new/$subdocument
||interfacelift.com^*/artistsvalley_160x90_
||international-property.countrylife.co.uk/js/search_widget.js
||international.to/600.html
||international.to/large.html
||international.to/link_unit.html
||internationalmeetingsreview.com//uploads/banner/
||intoday.in^*/sponsor/
||investing.com/jp.php
||iothub.com.au/scripts/js_$script
||ip-adress.com/i/ewa/
||ip-adress.com/superb/
||ip-ads.de^$domain=zattoo.com
||ipaddress.com/banner/
||ipinfodb.com/img/adds/
||iptools.com/sky.php
||iradio.ie/assets/img/backgrounds/
||irctctourism.com/ttrs/railtourism/Designs/html/images/tourism_right_banners/*DealsBanner_
||irishamericannews.com/images/banners/
||irishdev.com/files/banners/
||irishexaminer.com/marketing/
||irishracing.com/graphics/books
||irishradio.com/images/banners/
||ironmagazine.com^*/banners.php
||ironspider.ca/pics/hostgator_green120x600.gif
||ironsquid.tv/data/uploads/sponsors/
||irv2.com/attachments/banners/
||irv2.com/forums/*show_banner
||irv2.com/images/sponsors/
||isitdownrightnow.com/graphics/speedupmypc*.png
||isitnormal.com/img/iphone_hp_promo_wide.png
||islamicfinder.org/cimage/
||islamicfocus.co.za/images/banners/
||islamicity.org^*/sponsorship-
||island.lk/userfiles/image/danweem/
||isportconnect.com//images/banners/
||israeldefense.com/_Uploads/dbsBanners/
||israelidiamond.co.il^*/bannerdisplay.aspx?
||israeltoday.co.il^*/promo/
||isup.me/images/dotbiz_banner.jpg
||isxdead.com/images/showbox.png
||italiangenealogy.com/images/banners/
||itnews.com.au/scripts/js_$script
||itpro.co.uk/images/skins/
||itservicesthatworkforyou.com/sp/ebay.jpg
||itv.com/adexplore/*/config.xml
||itv.com/priority/$object,domain=u.tv
||itweb.co.za/banners/
||itweb.co.za/logos/
||itweb.co.za/sidelogos/
||itweb.co.za/sponsored_
||itweb.co.za^*/sponsors
||itweb.co.za^*/toolbox/
||itweb.co.za^*sponsoredby
||itwebafrica.com/images/logos/
||itworld.com/slideshow/iframe/topimu/
||iurfm.com/images/sponsors/
||iurhxzmr.ga.gfycat.com^
||iwebtool.com^*/bannerview.php
||ixquick.nl/graphics/banner_
||jacars.net/images/ba/
||jamaica-gleaner.com/images/promo/
||jame-world.com^*/adv/
||jango.com/assets/promo/1600x1000-
||javacript.ml^$script,domain=userscloud.work
||javamex.com/images/AdFrenchVocabGamesAnim.gif
||javascript-coder.com^*/form-submit-larger.jpg
||javascript-coder.com^*/make-form-without-coding.png
||javascriptobfuscator.com/images/mylivechat.png
||jayisgames.com/maxcdn_160x250.png
||jazzandblues.org^*/iTunes_
||jdownloader.org/_media/screenshots/banner.png
||jdownloader.org^*/smbanner.png
||jebril.com/sites/default/files/images/top-banners/
||jewishexponent.com^*/banners/
||jewishnews.co.uk^*banner
||jewishtimes-sj.com/rop/
||jewishtribune.ca^*/banners/
||jewishvoiceny.com/ban2/
||jewishyellow.com/pics/banners/
||jheberg.net/img/mp.png
||jillianmichaels.com/images/publicsite/advertisingslug.gif
||jobfinderph.com^*/banners/
||johnbridge.com/vbulletin/banner_rotate.js
||johnbridge.com/vbulletin/images/tyw/cdlogo-john-bridge.jpg
||johnbridge.com/vbulletin/images/tyw/wedi-shower-systems-solutions.png
||johngaltfla.com/wordpress/wp-content/uploads/*/jmcs_specaialbanner.jpg
||johngaltfla.com/wordpress/wp-content/uploads/*/TB2K_LOGO.jpg
||joindota.com/wp-content/*.png$image
||joins.com/common/ui/ad/
||jokertraffic.com^$domain=4fuckr.com
||jooble.org/banner/
||joomladigger.com/images/banners/
||jordantimes.com/accu/
||journal-news.net/annoyingpopup/
||journeychristiannews.com/images/banners/
||joursouvres.fr^*/pub_
||jozikids.co.za/uploadimages/*_140x140_
||jozikids.co.za/uploadimages/140x140_
||jpost.com/elal/
||jumptags.com/joozit/presentation/images/banners/
||juno.com/start/view/redesign/common/phoenix/
||junocloud.me/promos/
||just-download.com/banner/
||justsomething.co/wp-content/uploads/*-250x250.
||juventus.com/pics/sponsors/
||k2s.cc/images/fantasy/
||kaieteurnewsonline.com/revenue/
||kalo.onvid.xyz^
||kamcity.com/banager/banners/
||kamcity.com/menu/banners/
||kansascity.com/images/touts/ds_
||kaotic.com/assets/toplists/footer.html
||kassfm.co.ke/images/moneygram.gif
||kat-ads.torrenticity.com^
||kat2.biz^$script
||kavkisfile.com/images/ly-mini.gif
||kavkisfile.com/images/ly.gif
||kbcradio.eu/img/banner/
||kblx.com/upload/takeover_
||kcrw.com/collage-images/amazon.gif
||kcrw.com/collage-images/itunes.gif
||kdnuggets.com/aps/
||kdoctv.net/images/banners/
||keenspot.com/images/headerbar-
||keepvid.com/ads/
||keepvid.com/images/ilivid-
||keepvid.com/images/winxdvd-
||kendrickcoleman.com/images/banners/
||kentonline.co.uk/weatherimages/Britelite.gif
||kentonline.co.uk/weatherimages/SEW.jpg
||kentonline.co.uk/weatherimages/sponsor_
||kephyr.com/spywarescanner/banner1.gif
||ker.pic2pic.site^
||kermit.macnn.com^
||kewlshare.com/reward.html
||kexp.org^*/sponsor-
||kexp.org^*/sponsoredby.
||keygen-fm.ru/images/*.swf
||kfog.com^*/banners/
||khaleejtimes.com/imgactv/Umrah%20-%20290x60%20-%20EN.jpg
||khaleejtimes.com/imgactv/Umrah-Static-Background-Gutters-N.jpg
||khon2.com^*/sponsors/
||kickass.cx^$script
||kickass2.biz^$script
||kickasstorrent.ph/kat_adplib.js
||kickoff.com/images/sleeves/
||kingofsat.net/pub/
||kinox.nu^$domain=kinox.to
||kinox.to/392i921321.js
||kinox.to/com/
||kinox.tv/g.js
||kirupa.com/supporter/
||kitco.com/ssi/dmg_banner_001.stm
||kitco.com/ssi/home_ox_deanmg.stm
||kitco.com/ssi/market_ox_deanmg.stm
||kitco.com^*/banners/
||kitguru.net//wp-content/banners/
||kitguru.net/?kitguru_wrapjs=1&ver=
||kitguru.net/wp-content/banners/
||kitguru.net/wp-content/uploads/*-Skin.
||kitguru.net/wp-content/wrap.jpg
||kitz.co.uk/files/jump2/
||kjlhradio.com^*-300x250.
||kjlhradio.com^*/banners/
||kjul1047.com^*/clientgraphics/
||klav1230am.com^*/banners/
||kleisauke.nl/static/img/bar.gif
||klfm967.co.uk/resources/creative/
||klkdccs.net/pjs/yavli-tools.js
||klm.com^*/fls_redirect.html
||knbr.com^*/banners/
||kncminer.com/userfiles/image/250_240.jpg
||knco.com/wp-content/uploads/wpt/
||knowledgespeak.com/images/banner/
||knowthecause.com/images/banners/
||knpr.org/common/sponsors/
||knssradio.com^*/banners/
||kob.com/kobtvimages/flexhousepromotions/
||komando.com^*/k2-interstitial.min.js?
||kompas.com/js_kompasads.php
||kongregate.com/images/help_devs_*.png
||kontraband.com/media/takeovers/
||koraliga.com/open.js
||koreanmovie.com/img/banner/banner.jpg
||koreatimes.co.kr/ad/
||koreatimes.co.kr/images/bn/
||koreatimes.co.kr/upload/ad/
||koreatimes.co.kr/www/images/bn/
||koreatimes.com^*/banner/
||kovideo.net^*.php?user_
||krapps.com^*-banner-
||krebsonsecurity.com/b-ga/
||krebsonsecurity.com/b-kb/
||kron.com/uploads/*-ad-$image
||krzk.com/uploads/banners/
||kshp.com/uploads/banners/
||ksstradio.com/wp-content/banners/
||kstp.com^*/flexhousepromotions/
||ktradionetwork.com^*/banners/
||ktxw.net^*_bnnrs/
||kuiken.co/static/w.js
||kukmindaily.co.kr/images/bnr/
||kukuplay.com/upload/*.swf
||kuwaittimes.net/banners/
||kvcr.org^*/sponsors/
||kwanalu.co.za/upload/ad/
||kwikupload.com/images/dlbtn.png
||kxcdn.com/dlbutton1.png$domain=torlock.com
||kxcdn.com/dlbutton3.png$domain=torlock.com
||kxlh.com/images/banner/
||kyivpost.com/media/banners/
||l.yimg.com/a/i/*_wallpaper$image
||l.yimg.com/ao/i/ad/
||l.yimg.com/mq/a/
||l2b.co.za/L2BBMP/
||l4dmaps.com/i/right_dllme.gif
||l4dmaps.com/img/right_gameservers.gif
||labtimes.org/banner/
||labx.com/web/banners/
||laconiadailysun.com/images/banners/
||lagacetanewspaper.com^*/banners/
||lake-link.com/images/sponsorLogos/
||laliga.es/img/patrocinadores-
||lancasteronline.com^*/done_deal/
||lancasteronline.com^*/weather_sponsor.gif
||lankabusinessonline.com/images/banners/
||laobserved.com/tch-ad.jpg
||laptopmag.com/images/sponsorships/
||laredodaily.com/images/banners/
||lastminute.com^*/universal.html?
||lasttorrents.org/pcmadd.swf
||latex-community.org/images/banners/
||lawprofessorblogs.com/responsive-template/*advert.
||lawprofessors.typepad.com/responsive-template/*advert.jpg
||lazygamer.net/kalahari.gif
||lazygirls.info/click.php
||leader.co.za/leadership/banners/
||leadership.ng/cheki-
||leagueunlimited.com/images/rooty/
||learn2crack.com/wp-content/*-336x280.jpg
||learnphotoediting.net/banners/
||learnspanishtoday.com/aff/img/banners/
||lecydre.com/proxy.png
||legalbusinessonline.com/popup/albpartners.aspx
||lens101.com/images/banner.jpg
||lespagesjaunesafrique.com/bandeaux/
||letitbit.net/images/other/inst_forex_
||letour.fr/img/v6/sprite_partners_2x.png
||letswatchsomething.com/images/filestreet_banner.jpg
||lfcimages.com^*/partner-
||lfcimages.com^*/sponsor-
||lfgcomic.com/wp-content/uploads/*/PageSkin_
||lgoat.com/cdn/amz_
||libertyblitzkrieg.com/wp-content/uploads/2012/09/cc200x300.gif?
||licensing.biz/media/banners/
||life.imagepix.org^
||lifeinqueensland.com/images/156x183a_
||lifetips.com/sponsors/
||lightson.vpsboard.com^
||limesurvey.org/images/banners/
||limetorrentlinkmix.com/rd18/dop.js
||linguee.com/banner/
||linkcentre.com/top_fp.php
||linkfm.co.za/images/banners/
||linkis.com/index/ln-event?
||linkmoon.net/banners/
||linksafe.info^*/mirror.png
||linksrank.com/links/
||linuxinsider.com^*/sda/
||linuxmint.com/img/sponsor/
||linuxmint.com/pictures/sponsors/
||linuxsat-support.com/vsa_banners/
||linuxtopia.org/includes/$subdocument
||lionsrugby.co.za^*/sponsors.
||littleindia.com/files/banners/
||live-proxy.com/hide-my-ass.gif
||live-proxy.com/vectrotunnel-logo.jpg
||livejasmin.com/freechat.php
||liveonlinetv247.com/images/muvixx-150x50-watch-now-in-hd-play-btn.gif
||livescore.in/res/image/bookmaker-list.png
||livesearch.ninemsn.com.au^$subdocument
||livestream.com^*/overlay/
||livetradingnews.com/wp-content/uploads/vamp_cigarettes.png
||livetv.ru/mb/
||livetvcenter.com/satellitedirect_
||liveuamap.com/show?
||livingscoop.com/vastload.php
||ll.a.hulu.com^
||lmgtfy.com/s/images/ls_
||loadingz.com/jflex.js
||loadingz.com/js/jquery.flex.js
||local.tampabay.com^$subdocument
||localdirectories.com.au^*/bannerimages/
||localvictory.com^*/Trailblazer-Ad.png
||logoopenstock.com/img/banners/
||logotv.com/content/skins/
||loleasy.com/promo/
||loleasy.com^*/adsmanager.js
||lolzbook.com/test/
||london2012.com/img/sponsors/
||london2012.com/imgml/partners/footer/
||londonprivaterentals.standard.co.uk^
||londonstockexchange.com^*/fx.gif
||lookbook.nu/show_leaderboard.html
||lookbook.nu/show_skyscraper.html
||lookbook.nu^*.html?$subdocument
||looky.hyves.org^
||lostrabbitmedia.com/images/banners/
||lowbird.com/lbpu.php
||lowbird.com/lbpun.php
||lowellsun.com/litebanner/
||lowendbox.com/wp-content/themes/leb/banners/
||lowyat.net/lowyat/lowyat-bg.jpg
||lowyat.net/mainpage/background.jpg
||ls.webmd.com^
||lshunter.tv/images/bets/
||lshunter.tv^*&task=getbets$xmlhttprequest
||lucianne.com^*_*.html
||luckyshare.net/images/1gotlucky.png
||luckyshare.net/images/2top.png
||luckyshare.net/images/sda/
||luxury4play.com^*/ads/
||lw1.gamecopyworld.com^$subdocument
||lw1.lnkworld.com^$subdocument
||lw2.gamecopyworld.com^
||lycos.com/catman/
||lygo.com/scripts/catman/
||lyngsat-logo.com/as9/
||lyngsat-maps.com/as9/
||lyngsat-stream.com/as9/
||lyngsat.com/as9/
||lyrics5ab.com/wp-content/add$subdocument
||lyricsfreak.com^*/overlay.js
||m-w.com/creative.php
||m4carbine.net/tabs/
||macaudailytimes.com.mo/files/banners/
||macaunews.com.mo/images/stories/banners/
||macblurayplayer.com/image/amazon-
||machovideo.com/img/site/postimg2/rotate.php
||macintouch.com/images/amaz_
||macintouch.com/images/owc_
||maciverse.mangoco.netdna-cdn.com^*banner
||macmillandictionary.com/info/frame.html?zone=
||macupdate.com/js/google_service.js
||macworld.co.uk/promo/
||macworld.co.uk/widget/
||macworld.co.uk^*/affiliate/
||macworld.co.uk^*/textdeals/
||macworld.com/ads/
||madamenoire.com/wp-content/*_Reskin-$image
||mads.dailymail.co.uk^
||madskristensen.net/discount2.js
||madville.com/afs.php
||mail.com/service/indeed?
||mail.yahoo.com/mc/md.php?
||mail.yahoo.com/neo/mbimg?av/curveball/ds/
||mailinator.com/images/abine/leaderboard-
||mailinator.com^*/clickbanner.jpg
||majorgeeks.com/aff/
||majorgeeks.com/images/*_336x280.jpg
||majorgeeks.com/images/download_sd_
||majorgeeks.com/images/mb-hb-2.jpg
||majorgeeks.com/images/mg120.jpg
||majorgeeks.com^*/banners/
||makeagif.com/parts/fiframe.php
||malaysiabay.org^*/creative.js
||malaysiabay.org^*creatives.php?
||malaysiakini.com/misc/banners/
||maltatoday.com.mt/ui_frontend/display_external_module/
||malwaredomains.com/ra.jpg
||mangafox.com/media/game321/
||mangareader.net/images/800-x-100
||mangarush.com/xtend.php
||mangaupdates.com/affiliates/
||manhattantimesnews.com/images/banners/
||mani-admin-plugin.com^*/banners/
||maniastreaming.com/pp2/
||manicapost.com^*/banners/
||manilastandard.net^*/banner/
||manilatimes.net/images/banners/
||mansionglobal.com/widgets/$subdocument
||manutd.com^*/Sponsors/
||manxradio.com^*/banners_
||mapsofindia.com/widgets/tribalfusionboxadd.html
||maravipost.com/images/banners/
||marengo-uniontimes.com/images/banners/
||marfeelcache.com/statics/marfeel/gardac-sync.js
||marijuanapolitics.com/wp-content/*-ad.
||marijuanapolitics.com/wp-content/uploads/*/icbc1.png
||marijuanapolitics.com/wp-content/uploads/*/icbc2.png
||marineterms.com/images/banners/
||marketing.al.ly^
||marketingpilgrim.com/wp-content/uploads/*/trackur.com-
||marketingsolutions.yahoo.com^
||marketingupdate.co.za/temp/banner_
||marketintelligencecenter.com/images/brokers/
||marketnewsvideo.com/etfchannel/evfad1.gif
||marketnewsvideo.com/mnvport160.gif
||marketplace.org^*/support_block/
||mary.com/728_header.php
||masterani.me/static/jaja/
||masternodes.online/banner/
||mathforum.org/images/tutor.gif
||mauritiusnews.co.uk/images/banners/
||maxconsole.com/maxconsole/banners/
||maxgames.com^*/sponsor_
||maxkeiser.com^*-banner-
||mb.com.ph^*/skyscraper-
||mb.hockeybuzz.com^
||mbc.mw^*/banners/
||mbl.is/augl/
||mbl.is/mm/augl/
||mccont.com/campaign%20management/
||mccont.com/sda/
||mccont.com/takeover/
||mcjonline.com/filemanager/userfiles/banners/
||mcnews.com.au/banners/
||mcsesports.com/images/sponsors/
||mcstatic.com^*/billboard_
||mcvuk.com/static/banners/
||mealsandsteals.sandiego6.com^
||meanjin.com.au/static/images/sponsors.jpg
||mechodownload.com/forum/images/affiliates/
||media-amazon.com/images/*/videowall/$domain=imdb.com
||media-amazon.com^*/zergnet-
||media-delivery.armorgames.com^
||media-imdb.com/images/*/mptv_banner_
||media-imdb.com^*/affiliates/
||media-imdb.com^*/clicktale-$script
||media-imdb.com^*/imdbads/js/collections/tarnhelm-$script,domain=imdb.com
||media-imdb.com^*/zergnet-
||media-mgmt.armorgames.com^
||media-system.maltatoday.com.mt^
||media.abc.go.com^*/callouts/
||media.indiatimes.com/apidm/$image
||media.mtvnservices.com/player/scripts/mtvn_player_control.js$domain=spike.com
||media.studybreakmedia.com^$image
||mediafire.com/images/dl_desktop.png
||mediafire.com/images/rockmelt/
||mediafire.com/templates/linkto/
||mediafire.com^*/linkto/default-$subdocument
||mediafire.com^*/rockmelt_tabcontent.jpg
||mediafire.re/popup.js
||mediafiretrend.com/ifx/ifx.php?
||mediafiretrend.com/turboflirt.gif
||mediamanager.co.za/img/banners/
||mediamgr.ugo.com^
||mediaticks.com/bollywood.jpg
||mediaticks.com/images/genx-infotech.jpg
||mediaticks.com/images/genx.jpg
||mediaupdate.co.za/temp/banner_
||mediaweek.com.au/storage/*_234x234.jpg?
||medicaldaily.com/views/images/banners/
||meetic.com/js/*/site_under_
||megasearch.us/ifx/ifx.php?
||megasearch.us/turboflirt.gif
||megashares.com/cache_program_banner.html
||megaswf.com/file/$domain=gruntig.net
||megauploadtrend.com/iframe/if.php?
||meinbonusxxl.de^$domain=xup.in
||meizufans.eu/efox.gif
||meizufans.eu/merimobiles.gif
||meizufans.eu/vifocal.gif
||memorygapdotorg.files.wordpress.com^*allamerican3.jpg$domain=memoryholeblog.com
||menafn.com^*/banner_
||mensxp.com^*/banner/
||mentalfloss.com^*-skin-
||merriam-webster.com/creative.php?
||merriam-webster.com^*/accipiter.js
||messianictimes.com/images/1-13/ba_mhfinal_
||messianictimes.com/images/4-13/reach.jpg
||messianictimes.com/images/banners/
||messianictimes.com/images/Israel%20Today%20Logo.png
||messianictimes.com/images/Jews%20for%20Jesus%20Banner.png
||messianictimes.com/images/MJBI.org.gif
||messianictimes.com/images/Word%20of%20Messiah%20Ministries1.png
||meteomedia.com^*&placement
||meteovista.co.uk/go/banner/
||meteox.co.uk/bannerdetails.aspx?
||meteox.com/bannerdetails.aspx?
||metradar.ch^*/banner_
||metrolyrics.com/js/min/tonefuse.js
||metromedia.co.za/bannersys/banners/
||metrotimes.com/binary/
||mfcdn.net/media/*left
||mfcdn.net/media/*right
||mfcdn.net/media/game321/$image
||mg.co.za^*/wallpaper
||mgid.com/ban/
||mgnetwork.com/dealtaker/
||mhcdn.net/store/banner/
||micast.tv/clean.php
||mmoculture.com/wp-content/uploads/*-background-
||mms.graziadaily.co.uk^
||mob.org/banner/
||mochiads.com/srv/
||modhoster.com/image/U/$image
||moevideo.net/getit/$object,domain=videochart.net
||money-marketuk.com/images/banners/
||moneyam.com/www/
||moneycontrol.co.in/images/promo/
||moneymakerdiscussion.com/mmd-banners/
||moneymedics.biz/upload/banners/
||monkeygamesworld.com/images/banners/
||monster.com/null&pp
||morefree.net/wp-content/uploads/*/mauritanie.gif
||morningstaronline.co.uk/offsite/progressive-listings/
||motorcycles-motorbikes.com/pictures/sponsors/
||motorhomefacts.com/images/banners/
||motortrader.com.my/skinner/
||motorweek.org^*/sponsor_logos/
||mountainbuzz.com/attachments/banners/
||mousesteps.com/images/banners/
||mouthshut.com^*/zedo.aspx
||movie-censorship.com^*/amazon_
||moviesrox.tech/banner.png
||movizland.com/images/banners/
||movstreaming.com/images/edhim.jpg
||movzap.com/aad.html
||movzap.com/zad.html
||mp.adverts.itv.com/priority/*.mp4$object
||mp3.li/images/md_banner_
||mp3mediaworld.com*/!
||mp3s.su/uploads/___/djz_to.png
||mrskin.com^$script,third-party,domain=~mrskincdn.com
||msavideo-a.akamaihd.net^*/msn_logo_anim-main-*.mp4$domain=msn.com
||msn.com/?adunitid
||mspcdn.net^*/partners/
||msw.ms^*/jquery.MSWPagePeel-
||mtbr.com/ajax/hotdeals/
||mtv.co.uk^*/btn_itunes.png
||mtvnimages.com/images/skins/$image
||muchmusic.com/images/*-skin.png
||muchmusic.com^*/bigbox_frame_resizer.html
||muchmusic.com^*/leaderboard_frame_obiwan.html
||multiup.org/img/sonyoutube_long.gif
||multiupload.biz/r_ads2
||murdermysteries.com/banners-murder/
||music-news.com^*/amazon-
||musicatorrents.com^*/license.
||musicatorrents.com^*/script.
||musicplayon.com/banner?
||musicpleer.la/static/ab
||musicremedy.com/banner/
||musictarget.com*/!
||muslimobserver.com^*/banner-
||mustangevolution.com^*/banners/
||muthafm.com^*/partners.png
||my-link.pro/rotatingBanner.js
||myam1230.com/images/banners/
||myanimelist.cdn-dena.com/images/affiliates/
||mybroadband.co.za/news/wp-content/wallpapers/
||mycentraljersey.com^*/sponsor_
||mydramalist.info^*/affiliates/
||myfpscheats.com/bannerimg.jpg
||mygaming.co.za/news/wp-content/wallpapers/
||mygaming.co.za^*/partners/
||myip.ms^*/bluehost.
||myiplayer.eu/ad
||mymusic.com.ng/images/supportedby
||mypbrand.com/wp-content/uploads/*banner
||mypiratebay.cl^$subdocument
||myproperty.co.za/banners/
||myretrotv.com^*_horbnr.jpg
||myretrotv.com^*_vertbnr.jpg
||myrls.me/open.js
||mysafesearch.co.uk/adds/
||myshadibridalexpo.com/banner/
||myspacecdn.com/cms/*_skin_
||mysubtitles.com^*_banner.jpg
||mysuburbanlife.com/flyermodules?
||mysuncoast.com/app/wallpaper/
||mysuncoast.com^*/sponsors/
||mytyres.co.uk/simg/skyscrapers/
||myway.com/gca_iframe.html
||mywot.net/files/wotcert/vipre.png
||nairaland.com/cltimages/
||namepros.com/images/backers/
||nampa.org/images/banners/
||narrative.ly/ads/
||narutoget.us/*.html$subdocument
||nation.co.ke^*_bg.png
||nation.lk^*/banners/
||nation.sc/images/banners/
||nation.sc/images/pub
||nationaljournal.com/js/njg.js
||nationalreview.com/images/display_300x600-
||nationalturk.com^*/banner
||nationmultimedia.com/home/banner/
||nationmultimedia.com/new/js/nation_popup.js
||nativetimes.com/images/banners/
||naturalhealth365.com/images/ic-may-2014-220x290.jpg
||naturalnewsblogs.com^*/xml/
||naukimg.com/banner/
||naukri.com/banners
||nbr.co.nz^*-WingBanner_
||nciku.com^*banner
||ncs.eadaily.com^
||ndtv.com/functions/code.js
||ndtv.com/widget/conv-tb
||ndtv.com^*/banner/
||ndtv.com^*/sponsors/
||nearlygood.com^*/_aff.php?
||nemesistv.info/jQuery.NagAds1.min.js
||neodrive.co/cam/
||neoseeker.com/a_pane.php
||neowin.net/images/atlas/aww
||nerej.com/c/
||nesn.com/img/nesn-nation/bg-
||nesn.com/img/nesn-nation/header-dunkin.jpg
||nesn.com/img/sponsors/
||nest.youwatch.org^
||netdna-cdn.com^$domain=modovideo.com
||netdna-cdn.com^*/tiwib-lootr-ad.png$domain=thisiswhyimbroke.com
||netdna-ssl.com/sponsor/$domain=ar12gaming.com
||netdna-ssl.com/wp-content/uploads/2017/01/tla17janE.gif
||netdna-ssl.com/wp-content/uploads/2017/01/tla17sepB.gif
||netdna-ssl.com^$script,domain=cnet.com
||netdna-ssl.com^*-sponsors-$domain=skift.com
||netdna-ssl.com^*/sponsor/$domain=ar12gaming.com
||netindian.in/frontsquare*.php
||netspidermm.indiatimes.com^
||netsplit.de/links/rootado.gif
||netupd8.com^*/ads/
||network.sofeminine.co.uk^
||networkwestvirginia.com/uploads/user_banners/
||networx.com/widget.php?aff_id=$script
||newafricanmagazine.com/images/banners/
||newalbumreleases.net/banners/
||newburytoday.co.uk^*-WillisAinsworth1.gif
||newipnow.com/ad-js.php
||newoxfordreview.org/banners/ad-
||news-record.com/app/deal/
||news.am/banners/
||news.am/pic/bnr/
||newsday.co.tt/banner/
||newsofbahrain.com/images/uae-exchange.
||newsonjapan.com/images/banners/
||newsreview.com/images/promo.gif
||newstrackindia.com/images/hairfallguru728x90.jpg
||newsudanvision.com/images/banners/
||nextbigwhat.com/wp-content/uploads/*ccavenue
||nextgen-auto.com/images/banners/
||nextstl.com/images/banners/
||nichepursuits.com/wp-content/uploads/*/long-tail-pro-banner.gif
||nicoad.nicovideo.jp^
||nigeriafootball.com/img/affiliate_
||nigeriamasterweb.com/Masterweb/banners_pic/
||nigerianbulletin.com^*/Siropu/
||nigerianyellowpages.com/images/banners/
||niggasbelike.com/wp-content/themes/zeecorporate/images/b.jpg
||nijobfinder.co.uk/affiliates/
||nimbb.com^$domain=my.rsscache.com
||nine.com.au^*/neds-
||nine.com.au^*/neds_
||ninemsn.com.au^*/neds_
||ninja-copy.com/js/track.js
||nirsoft.net/banners/
||nodevice.com/images/banners/
||noelshack.com^$domain=dexerto.com
||nogripracing.com/iframe.php
||northjersey.com^*_Sponsor.
||norwaypost.no/images/banners/
||nosteam.ro^*/messages.js
||notalwaysromantic.com/images/banner-
||notdoppler.com^*-promo-
||notebookcheck.com/fileadmin/$subdocument
||notebookcheck.net/fileadmin/$subdocument
||nrl.com^*/sponsors/
||ntdtv.com^*/adv/
||nu2.nu^*/sponsor/
||nyt.com^*-sponsor-
||nzbstars.com/deatowllpik.php
||nzbstars.com/images/blb_
||nzbstars.com/vanilla.js
||nznewsuk.co.uk/banners/
||ohmygore.com/ef_pub*.php
||oload.tv/logpopup/
||oncyprus.com^*/banners/
||onlineshopping.co.za/expop/
||optics.org/banners/
||paktribune.com^*/banner
||pdn-1.com^$domain=arenabg.ch
||pe.com^*/biice2scripts.js
||pechextreme.com^*/banner.
||pechextreme.com^*/banners/
||pedestrian.tv/_crunk/wp-content/files_flutter/
||peggo.tv/ad/
||penguin-news.com/images/banners/
||peruthisweek.com/uploads/sponsor_image/
||pettube.com/images/*-partner.
||pgatour.com^*/featurebillboard_
||pghcitypaper.com/general/modalbox/modalbox.js
||phantom.ie^*/banners/
||phillytrib.com/images/banners/
||phnompenhpost.com/images/stories/banner/
||phnompenhpost.com^*/banner_
||phonescoop.com^*/a_tab.gif
||phorio.com^*/partners/
||phoronix.com/phxforums-thread-show.php
||photo.net/equipment/pg-160^
||photosupload.net/photosupload.js
||phuket-post.com/img/a/
||phuketgazette.net/banners/
||phuketgazette.net^*/banners/
||phuketwan.com/img/b/
||physorg.com^*/addetect.js
||pickmeupnews.com/cfopop.js
||pidjin.net^*/box.png
||pimpandhost.com/static/html/
||pinkbike.org^*/skins/
||piratefm.co.uk/resources/creative/
||pitchero.com^*/toolstation.gif
||pittnews.com/modules/mod_novarp/
||pixon.ads-pixiv.net^
||planecrashinfo.com/images/advertize1.gif
||planetlotus.org/images/partners/
||play.tv/uniroll/
||play4movie.com/banner/
||playgames2.com/ban300-
||playgames2.com/default160x160.php
||playgames2.com/mmoout.php
||playgames2.com/rand100x100.php
||playgroundmag.net^*/wallpaperpgesp_$image
||pleasurizemusic.com^*/banner/
||plunderguide.com/leaderboard-gor.html
||plunderguide.com/rectangle2.html
||plundermedia.com*rectangle-
||pmm.people.com.cn^
||pogo.com/v/*/js/ad.js
||pokernews.com/b/
||pokernews.com/preroll.php?
||police-car-photos.com/pictures/sponsors/
||policeprofessional.com/files/banners-
||policeprofessional.com/files/pictures-
||politicalwire.com/images/*-sponsor.jpg
||politico.com^*_skin_
||politicususa.com/psa/
||pop-over.powered-by.justplayzone.com^
||pornevo.com/events_
||portcanaveralwebcam.com/images/ad_
||ports.co.za/banners/
||porttechnology.org/images/partners/
||portugaldailyview.com/images/mrec/
||portugalresident.com/t/
||positivehealth.com^*/BannerAvatar/
||positivehealth.com^*/TopicbannerAvatar/
||postadsnow.com/panbanners/
||postcrescent.com^*/promos/
||povvideo.net/ben/
||power977.com/images/banners/
||powvideo.net/*?zoneid=$script
||powvideo.net/ban/
||powvideo.net/js/pu2/$script
||pqarchiver.com^*/utilstextlinksxml.js
||pr0gramm.com/wm/
||praguepost.com/images/banners/
||prerollads.ign.com^
||pressrepublican.com/wallpaper/
||prewarcar.com/images/banners/
||printfriendly.com/a/lijit/
||prisonplanet.com^*banner
||privateproperty.co.za^*/siteTakeover/
||pro-clockers.com/images/banners/
||projectorcentral.com/bblaster
||propertyfinderph.com/uploads/banner/
||prostylex.com/fronter.js
||psgroove.com/images/*.jpg|
||publicdomaintorrents.info/grabs/hdsale.png
||publicdomaintorrents.info/rentme.gif
||publicdomaintorrents.info/srsbanner.gif
||pulsenews.co.kr/js/ad.js
||puredl.org/ugb6.gif
||qr00rq.com^$script,domain=hollywoodlife.com
||rabble.ca^*/partners_
||rad.microsoft.com^
||rad.msn.com^
||radio1584.co.za/images/banners/
||radio786.co.za/images/banners/
||radio90fm.com/images/banners/
||radioasiafm.com^*-300x250.
||radiocity.in^*.php$subdocument
||radioloyalty.com/newPlayer/loadbanner.html?
||radionomy.com^*/ad/
||radioreference.com/i/p4/tp/smPortalBanner.gif
||radioreference.com^*_banner_
||radiotoday.co.uk/a/
||radiowave.com.na/images/banners/
||radiowavesforum.com/rw/radioapp.gif
||radiozindagi.com/sponsors/
||ragezone.com/wp-content/uploads/*/HV-banner-300-200.jpg
||ragezone.com/wp-content/uploads/2019/02/chawk.jpg
||ragezone.com/wp-content/uploads/2019/02/Widget_HF.png
||rainbowpages.lk/images/banners/
||rainiertamayo.com/js/$script
||rapidfiledownload.com^*/btn-input-download.png
||rapidgamez.com/images/
||rapidgator.net/images/banners/
||rapidgator.net/images/pics/729x91_
||rapidgator.net/images/pics/button.png
||rapidlibrary.com/baner*.png
||rapidlibrary.com/banner_*.png
||rapidsafe.de/eislogo.gif
||rapidshare.com/promo/$image
||rapidtvnews.com^*BannerAd.
||ratemystrain.com/files/*-300x250.
||ratio-magazine.com/images/banners/
||ravchat.com/img/reversephone.gif
||rc.feedsportal.com/r/*/rc.img
||readcomiconline.to^$subdocument,~third-party
||readingeagle.com/lib/dailysponser.js
||readthedocs.org*/sustainability/
||readynutrition.com^*/banners/
||realitytvworld.com/burst.js
||realitytvworld.com/includes/rtvw-jscript.js
||reason.org/UserFiles/web-fin1.gif
||red.bayimg.net^
||reddit.com/api/request_promo.json
||reddit.com^*_sponsor.png?
||redditstatic.com/moat/
||redfm.com.au^*/Sponsor_
||rediff.com/worldrediff/pix/$subdocument
||redpepper.org.uk/ad-
||redvase.bravenet.com^
||reelzchannel.com^*-skin-
||regmender.com^*/banner336x280.
||relink.us/js/ibunkerslide.js
||replacementdocs.com^*/popup.js
||residentadvisor.net/images/banner/
||retrevo.com/m/google?q=
||retrevo.com^*/pcwframe.jsp?
||reverb.com/api/comparison_shopping_pages/
||reviewcentre.com/cinergy-adv.php
||revolution935.com^*sponsor
||rfu.com/js/jquery.jcarousel.js
||rghost.ru/download/a/*/banner_download_
||richardroeper.com/assets/banner/
||richmedia.yimg.com^
||riderfans.com/other/
||rightsidenews.com/images/banners/
||ringostrack.com^*/amazon-buy.gif
||roblox.com/user-sponsorship/
||rockettheme.com/aff/
||rocktv.co/adds/
||rocvideo.tv/pu/$subdocument
||rodfile.com/images/esr.gif
||roia.com^
||rojadirecta.ge^*/pu.js
||rok.com.com/rok-get?
||rollingout.com/images/attskin-
||rom-freaks.net/popup.php
||romereports.com/core/media/automatico/
||romereports.com/core/media/sem_comportamento/
||romhustler.net/square.js
||rootsweb.com/js/o*.js
||roseindia.net^*/banners/
||rotoworld.com^*&sponsor=$subdocument
||rough-polished.com/upload/bx/
||routerpasswords.com/routers.jpg
||routes-news.com/images/banners/
||routesonline.com/banner/
||rpgcodex.net^*/gog_button.jpg
||rpgwatch.com^*/banner/
||rps-p2.rockpapershotgun.com^
||rps-uk.rockpapershotgun.com^
||rsbuddy.com/campaign/
||rss2search.com/delivery/
||rt.com/banner/
||rt.com/static/img/banners/
||rtc107fm.com/images/banners/
||rtcc.org/systems/sponsors/
||rtklive.com/marketing/
||rtklive.com^*/marketing
||rugbyweek.com^*/sponsors/
||runetki.joyreactor.ru^
||runt-of-the-web.com/wrap1.jpg
||russianireland.com/images/banners/
||rustourismnews.com/images/banners/
||s.imwx.com^*/wx-a21-plugthis.js
||s.yimg.com^*/audience/
||saabsunited.com/wp-content/uploads/*banner
||sacbee.com/static/dealsaver/
||sacommercialpropnews.co.za/files/banners/
||sacricketmag.com^*/wallpaper/
||sagoodnews.co.za/templates/ubuntu-deals/
||saice.org.za/uploads/banners/
||sail-world.com/rotate/
||salfordonline.com/sponsors/
||salfordonline.com/sponsors2/
||sameip.org/images/froghost.gif
||samoaobserver.ws^*/banner/
||samoatimes.co.nz^*/banner468x60/
||sams.sh/premium_banners/
||samsung.com/ph/nextisnow/files/javascript.js
||sandai.me/assets/*.php$image,script
||sandai.me/assets/acode/$subdocument
||sarasotatalkradio.com^*-200x200.jpg
||sareunited.com/uploaded_images/banners/
||sarugbymag.co.za^*-wallpaper2.
||sat24.com/bannerdetails.aspx?
||satelliteguys.us/burst_
||satelliteguys.us/pulsepoint_
||satellites.co.uk/images/sponsors/
||satnews.com/images/MITEQ_sky.jpg
||satnews.com/images/MSMPromoSubSky.jpg
||satopsites.com^*/banners/
||savefrom.net/img/a1d/
||saveondish.com/banner2.jpg
||saveondish.com/banner3.jpg
||sawlive.tv/ad
||sayellow.com/Clients/Banners/
||saysuncle.com^*ad.jpg
||sbnation.com/campaigns_images/
||scdn.co/audio/$media,domain=open.spotify.com
||scenicreflections.com/dhtmlpopup/
||sceper.eu/wp-content/banners.min.js
||schenkelklopfer.org^$domain=4fuckr.com
||scientopia.org/public_html/clr_lympholyte_banner.gif
||scmagazine.com.au/Utils/SkinCSS.ashx?skinID=
||scoop.co.nz/xl?c$subdocument
||scoopnest.com/content_rb.php
||scoot.co.uk/delivery.php
||screen4u.net/templates/banner.html
||screenafrica.com/jquery.jcarousel.min.js
||screencrave.com/show/
||screenlist.ru/dodopo.js
||screenlist.ru/porevo.js
||scribol.com/broadspring.js
||scriptcopy.com/tpl/phplb/search.jpg
||scriptmafia.org/banner.gif
||sdancelive.com/images/banners/
||search-torrent.com/images/videox/
||search.ch/acs/
||search.ch/htmlbanner.html
||searchignited.com^
||seatrade-cruise.com/images/banners/
||sebar.thand.info^
||seclists.org/shared/images/p/$image
||sectools.org/shared/images/p/$image
||securitymattersmag.com/scripts/popup.js
||securitywonks.net/promotions/
||sedo.cachefly.net^$domain=~sedoparking.com
||sedoparking.com/images/js_preloader.gif
||sedoparking.com/jspartner/
||sedoparking.com/registrar/dopark.js
||seedboxes.cc/images/seedad.jpg
||seeingwithsound.com/noad.gif
||sendspace.com/defaults/framer.html?z=
||sendspace.com/images/shutter.png
||sendspace.com^*?zone=
||sendvid.com/assets/bjsp-$script
||sensongs.com/nfls/
||serial.sw.cracks.me.uk/img/logo.gif
||serials.ws^*/logo.gif
||serialzz.us/ad.js
||sermonaudio.com/images/sponsors/
||serrano.hardwareheaven.com^
||sexmummy.com/avnadsbanner.
||sfbaytimes.com/img-cont/banners
||sfltimes.com/images/banners/
||sfx.ms/AppInsights-$script
||sgtreport.com/wp-content/uploads/*-180x350.
||sgtreport.com/wp-content/uploads/*/180_350.
||sgtreport.com/wp-content/uploads/*/180x350.
||sgtreport.com/wp-content/uploads/*_Side_Banner.
||sgtreport.com/wp-content/uploads/*_Side_Banner_
||shadowpool.info/images/banner-
||shareae.com/im/
||shareae.com/vb/
||sharebeast.com/topbar.js
||sharemods.com/*.php?*=$script
||sharephile.com/js/pw.js
||sharesix.com/a/images/watch-bnr.gif
||sharkscope.com/images/verts/$image
||shazam.com^*/thestores/
||sheekyforums.com/if/$subdocument,~third-party
||sherdog.com/index/load-banner?
||shop.com/cc.class/dfp?
||shop.sportsmole.co.uk/pages/deeplink/
||shopping.stylelist.com/widget?
||shops.tgdaily.com^*&widget=
||shopwiki.com/banner_iframe/
||shortenow.com/ezgif-
||shoutmeloud.com^*/hostgator-
||show-links.tv/layer.php
||showbiz411.com/wp-content/banners/
||showbusinessweekly.com/imgs/hed/
||showcase.vpsboard.com^
||showing.hardwareheaven.com^
||showsport-tv.com/images/xtreamfile.jpg
||showstreet.com/banner.
||shtfplan.com/images/banners/
||shush.se/loader/load.js
||siberiantimes.com/upload/banners/
||sicilianelmondo.com/banner/
||sickipedia.org/static/images/banners/
||sify.com/images/games/gadvt/
||sify.com^*/gads_
||sigalert.com/getunit.asp?$subdocument
||siliconrepublic.com/fs/img/partners/
||silverdoctors.com^*/Silver-Shield-2015.jpg
||silvergames.com/div/ba.php
||singaporeexpats.com/com/iframe/
||sisters-magazine.com^*/Banners/
||sitedata.info/doctor/
||sitesfrog.com/images/banner/
||siteslike.com/images/celeb
||siteslike.com/js/fpa.js
||skilouise.com/images/sponsors/
||skymetweather.com^*/googleadds/
||skynews.com.au/elements/img/sponsor/
||skyscnr.com/sttc/strevda-runtime/
||skysports.com/commercial/
||skysports.com/images/skybet.png
||skyvalleychronicle.com/999/images/ban
||slacker.com/wsv1/getspot/?$object
||slacker.com^*/adnetworks.swf
||slacker.com^*/ads.js
||slacker.com^*/getspot/?spotid=
||slader.com/amazon-modal/
||slashgear.com/static/banners/
||slayradio.org/images/c64audio.com.gif
||slyck.com/pics/*304x83_
||smallseotools.com/hun_
||smallseotools.com/images/$image,domain=smallseotools.com
||smartcompany.com.au/images/stories/sponsored-posts/
||smartearningsecrets.com^*/FameThemes.png
||smartmoney.net^*-sponsor-
||smartname.com/scripts/google_afd_v2.js
||smashingapps.com/banner/
||smh.com.au/compareandsave/
||smh.com.au/images/promo/
||smile904.fm/images/banners/
||smn-news.com/images/banners/
||smn-news.com/images/flash/
||smoothjazznetwork.com/images/buyicon.jpg
||smotrisport.com/ads/
||snopes.com/common/include/$subdocument
||snopes.com^*/casalebanner.asp
||snopes.com^*/casalebox.asp
||snopes.com^*/casalesky.asp
||snopes.com^*/tribalbox.asp
||soccerlens.com/files1/
||soccervista.com/bahforgif.gif
||soccervista.com/bonus.html
||soccervista.com/sporting.gif
||soccerway.com/buttons/120x90_
||soccerway.com/img/betting/
||socsa.org.za/images/banners/
||softcab.com/google.php?
||solomonstarnews.com/images/banners/
||solvater.com/images/hd.jpg
||someecards.com^*/images/skin/
||sootoday.com/uploads/banners/
||sorcerers.net/images/aff/
||soundcloud.com/audio-ad?
||soundcloud.com/promoted/
||soundspheremag.com/images/banners/
||soundtracklyrics.net^*_az.js
||sourceforge.net/images/ban/
||southafricab2b.co.za/banners/
||southfloridagaynews.com/images/banners/
||sowetanlive.co.za/banners/
||spa.dictionary.com^$object
||space.com/promo/
||spaceweather.com/abdfeeter/$image
||spade.twitch.tv^$websocket
||spartareport.com^*/sr_amazon.
||spartoo.eu/footer_tag_iframe_
||spcontentcdn.net^$domain=sporcle.com
||speed.nocookie.net^$xmlhttprequest
||speedcafe.com^*-banner-
||speedcafe.com^*/partners/
||speedvideo.net/img/pla_
||speedvideo.net/img/playerFk.gif
||speroforum.com/images/sponsor_
||spicegrenada.com/images/banners/
||spongepowered.org/downloads/assets/img/sponsors/
||sponsors.s2ki.com^
||sponsors.webosroundup.com^
||sporcle.com/adn/yak.php?
||sporcle.com/g00/$subdocument
||sportcategory.com/ads/
||sportcategory.org/pu/
||sportpesanews.com/images/promo/
||spotflux.com/service/partner.php
||spproxy.autobytel.com^
||spreaker.net/spots/
||sprint.heavenmedia.com^
||spt.dictionary.com^
||spycss.com/images/hostgator.gif
||squadedit.com/img/peanuts/
||srv.thespacereporter.com^
||ssa.1337x.to^
||st701.com/stomp/banners/
||stad.com/googlefoot2.php?
||stagnitomedia.com/view-banner-
||standard.co.uk^*/sponsored-
||standard.net/sites/default/files/images/wallpapers/
||standardmedia.co.ke/flash/
||star883.org^*/sponsors.
||starbike.com^*-banner.
||starofmysore.com/wp-content/uploads/*-banner-karbonn.
||startribune.com/circulars/advertiser_
||startxchange.com/bnr.php
||static-api.com^$domain=grammarist.com|lucianne.com
||static-economist.com^*/timekeeper-by-rolex-medium.png
||static.bt.am/ba.js
||static.hd-trailers.net/js/javascript_*.js|
||static.nfl.com^*-background-
||static.pes-serbia.com/prijatelji/zero.png
||static.plista.com^$script,domain=wg-gesucht.de
||static.tucsonsentinel.com^
||staticfiles.org/sos.js$domain=grammarist.com
||staticneo.com/neoassets/iframes/leaderboard_bottom.
||staticworld.net/images/*_pcwskin_
||steamanalyst.com/a/www/
||steambuy.com/steambuy.gif
||sternfannetwork.com/forum/images/banners/
||steroid.com/banner/
||steroid.com/dsoct09.swf
||sticker.yadro.ru/ad/
||stjohntradewindsnews.com/images/banners/
||stl.news^*/booking-
||stl.news^*/bookingcom-
||stltoday.com^*_sponsor.gif
||stlyrics.com^*_az.js
||stlyrics.com^*_st.js
||stockhouse.com^*-300x75.gif
||stopforumspam.com/img/snelserver.swf
||stopstream.com/ads/
||strategypage.com^*_banner
||stream.heavenmedia.net^
||stream1.estream.to^$script
||streamguys.com^*/amazon.png
||streamlive.to/images/iptv.png
||streamlive.to/images/movies10.png
||streamplay.to/images/videoplayer.png
||streamplay.to/js/pu2/
||streams.tv/js/bn5.js
||streams.tv/js/pu.js
||streams.tv/js/slidingbanner.js
||student-jobs.co.uk/banner.
||stuff.tv/client/skinning/
||stv.tv/img/player/stvplayer-sponsorstrip-
||submarinecablemap.com^*-sponsored.png
||subs4free.com^*/wh4_s4f_$script
||succeed.co.za^*/banner_
||sulekha.com^*/bannerhelper.html
||sulekha.com^*/sulekhabanner.aspx
||sun-fm.com/resources/creative/
||sunriseradio.com/js/rbanners.js
||sunshineradio.ie/images/banners/
||suntimes.com^*/banners/
||superbike-news.co.uk/absolutebm/banners/
||supermarket.co.za/images/advetising/
||supermonitoring.com/images/banners/
||superplatyna.com/automater.swf
||surfmusic.de/anz
||surfmusic.de/banner
||surfthechannel.com/promo/
||survivalblog.com/marketplace/
||swagmp3.com/cdn-cgi/pe/
||swampbuggy.com/media/images/banners/
||swarm.video/xxxswarm.js
||swedishwire.com/images/banners/
||sweepsadvantage.com/336x230-2.php
||swiftco.net/banner/
||swimnews.com^*/banner_
||swimnewslibrary.com^*_960x120.jpg
||swoknews.com/images/banners/
||sxc.hu/img/banner
||sydneyolympicfc.com/admin/media_manager/media/mm_magic_display/$image
||systemexplorer.net/sessg.php
||sythe.org/bnrs/
||sythe.org/clientscript/agold.png
||taadd.com/files/js/site_skin.js
||tabla.com.sg/SIA.jpg
||taipeitimes.com/js/gad.js?
||taiwannews.com.tw/etn/images/banner_
||talkers.com/imagebase/
||talkers.com/images/banners/
||talkgold.com/bans/
||talkmagic.co.uk/aimages/$image
||talkphotography.co.uk/images/externallogos/banners/
||talksport.co.uk^*/ts_takeover/
||tamilwire.org/images/banners3/
||tampermonkey.net/bner/
||tampermonkey.net^*.*.$subdocument
||tanzanite.infomine.com^
||targetedinfo.com^
||targetedtopic.com^
||tastro.org/x/ads*.php
||taxidrivermovie.com/style/sk-p.js
||taxsutra.com^*/banner/
||tbib.org/kona/
||tdfimg.com/go/*.html
||tdhe.eu/js/bn5.js
||tdhe.eu/pu/new/pu.js
||teamfourstar.com/img/918thefan.jpg
||techcentral.co.za^*-wallpaper-
||techcentral.co.za^*/background-manager/
||techcentral.co.za^*/wallpaper-
||techexams.net/banners/
||techhive.com/ads/
||techinsider.net/wp-content/uploads/*-300x500.
||technewsdaily.com/crime-stats/local_crime_stats.php
||technewsworld.com^*/sda/
||technomag.co.zw^*/TakeOverCampaign.
||techotopia.com/TechotopiaFiles/contextsky1.html
||techotopia.com/TechotopiaFiles/contextsky2.html
||techpowerup.com^$image,~third-party
||techradar.com^*/img/*_takeover_
||techspot.com/hoop.php
||techsupportforum.com^*/banners/
||techtarget.com^*/leaderboard.html
||techtree.com^*/jquery.catfish.js
||teesupport.com/wp-content/themes/ts-blog/images/cp-
||tehrantimes.com/banner/
||tehrantimes.com/images/banners/
||telecomtiger.com^*-300x300.
||templatesbox.com^*/banners/
||ten-tenths.com/sidebar.html
||theamericanconservative.com^*-300x250.
||thecatholicuniverse.com^*-banner-
||thecenturion.co.za^*/banners/
||thecharlottepost.com/cache/sql/fba/
||thedailybeast.com/appnexus.js
||thedailyblog.co.nz^*_Advert_
||thedailyherald.sx/images/banners/
||thedailysheeple.com/images/banners/
||thedailywtf.com/fblast/
||thedirectory.co.zw/banners/
||theindependentbd.com^*/banner/
||theispguide.com/premiumisp.html
||thejewishvoice.com^*/book-yf/
||thelakewoodscoop.com^*banner
||thelodownny.com/leslog/ads/
||themis.yahoo.com^
||themuslimweekly.com^*advert
||theoldie.co.uk/Banners/
||theolivepress.es^*-300x33.
||theolivepress.es^*/gv-banner-
||theolivepress.es^*/webbanner-
||thephuketnews.com/photo/banner/
||theportugalnews.com/uploads/banner/
||thequint.com^*/sponsored-
||theseoultimes.com^*/banner/
||thewatchcartoononline.tv/inc/nnk/
||thewindowsclub.com/detroitchicago/
||thewindowsclub.com/porpoiseant/
||thinkbroadband.com/uploads/banners/
||thisgengaming.com/Scripts/widget2.aspx?id=
||time.com/tgx/mm.min.js
||time.com^*/dianomi-
||timeout.com/dist/js/adverts-
||tmcs.net^
||torrentdownloads.me/templates/new/images/download_button
||torrentdownloads.me/templates/new/images/one
||torrenteditor.com/img/graphical-network-monitor.gif
||torrentz.*/mgid/
||torrentz2.eu^$subdocument,~third-party
||total-croatia-news.com/images/banners/
||totalguitar.net/images/*_125X125.jpg
||totalguitar.net/images/tgMagazineBanner.gif
||toynewsi.com/a/
||traduguide.com/banner/
||traffic.focuusing.com^
||trakt.tv/assets/huckster/
||trakt.tv/assets/watchnow/
||truck1.eu/_BANNERS_/
||trucknetuk.com^*/sponsors/
||tsear.ch/data/tbot.jpg
||tsn.ca^*_sponsor.
||turbobit.net/platform/js/lib/pus/
||tv-onlinehd.com/publi/
||twitter.com/i/cards/tfw/*?advertiser_name=
||ubuntugeek.com/images/ubuntu1.png
||uimserv.net^
||ukcampsite.co.uk/banners/
||unawave.de/medien/$image
||unawave.de/templates/unawave/a/$image
||uploadbank.com/images/bluedownload.png
||urs.zdnet.com^
||uxmatters.com/images/sponsors/
||vanityfair.com/hotzones/src/ads.js
||vg247.com/wp-content/themes/vg247/scripts/mvg247-fsm.js
||viadeo.com/pub/
||vidcloud.co/js/lib/
||video-cdn.abcnews.com/ad_$object
||video-cdn.abcnews.com^*_ad_$object,domain=go.com
||video.abc.com^*/ads/
||video.abc.com^*/promos/$object
||videos.com/click?
||videowood.tv/assets/js/popup.js
||videowood.tv/pop2
||viral.vidhd.fun^
||virginislandsthisweek.com/images/336-
||virginislandsthisweek.com/images/728-
||virtual-hideout.net/banner
||virtualtourist.com/adp/
||vistandpoint.com/images/banners/
||vitalfootball.co.uk/app-interstitial/
||vitalfootball.co.uk^*/partners/
||vitalmtb.com/api/
||vitalmtb.com/assets/ablock-
||vitalmtb.com/assets/vital.aba-
||vnbitcoin.org/140_350.jpg
||vnbitcoin.org/gawminers.png
||vodlocker.com/images/acenter.png
||vodo.net/static/images/promotion/utorrent_plus_buy.png
||vogue.in/node/*?section=
||vondroid.com/site-img/*-adv-ex-
||vonradio.com/grfx/banners/
||vortez.co.uk^*120x600.swf
||vortez.co.uk^*skyscraper.jpg
||vosizneias.com/perms/
||vox-cdn.com/campaigns_images/
||vpsboard.com/display/
||w.homes.yahoo.net^
||waamradio.com/images/sponsors/
||wadldetroit.com/images/banners/
||wall.vgr.com^
||wallpaper.com/themes/takeovers/$image
||walshfreedom.com^*-300x250.
||walshfreedom.com^*/liberty-luxury.png
||wambacdn.net/images/upload/adv/$domain=mamba.ru
||wantedinafrica.com^*-skin.
||wantedinafrica.com^*_mpu_
||wantedinmilan.com/images/banner/
||wantitall.co.za/images/banners/
||wardsauto.com^*/pm_doubleclick/
||warriorforum.com/vbppb/
||washingtonexaminer.com/house_creative.php
||washingtonpost.com/wp-srv/javascript/piggy-back-on-ads.js
||washpost.com^*/cmag_sponsor3.php?
||washtimes.com/js/dart.
||washtimes.com/static/images/SelectAutoWeather_v2.gif
||washtimes.net/banners/
||watchcartoononline.io/inc/ffa.js
||watchcartoononline.io/scripts/$image,script
||watchcartoonsonline.la/cache2/$image,script
||watchfomny.tv/Menu/A/
||watchfreemovies.ch/js/lmst.js
||watchop.com/player/watchonepiece-gao-gamebox.swf
||watchseries.eu/images/affiliate_buzz.gif
||watchseries.eu/images/download.png
||watchseries.eu/js/csspopup.js
||watchuseek.com/flashwatchwus.swf
||watchuseek.com/media/*-banner-
||watchuseek.com/media/*_250x250
||watchuseek.com/media/1900x220_
||watchuseek.com/media/banner_
||watchuseek.com/media/clerc-final.jpg
||watchuseek.com/media/longines_legenddiver.gif
||watchuseek.com/media/wus-image.jpg
||watchuseek.com/site/forabar/zixenflashwatch.swf
||watchwwelive.net^*/big_ban.gif
||watchwwelive.net^*/long_ban2.jpg
||waterford-today.ie^*/banners/
||wavelengthcalculator.com/banner
||way2sms.com/w2sv5/js/fo_
||way2sms.com^*/PopUP_$script
||wbal.com/absolutebm/banners/
||wbgo.org^*/banners/
||wbj.pl/im/partners.gif
||wcbm.com/includes/clientgraphics/
||wctk.com/banner_rotator.php
||wdwinfo.com/js/swap.js
||wealthycashmagnet.com/upload/banners/
||wearetennis.com/img/common/bnp-logo-
||wearetennis.com/img/common/bnp-logo.png
||wearetennis.com/img/common/logo_bnp_
||weather365.net/images/banners/
||weatheroffice.gc.ca/banner/
||web.tmearn.com^
||webdesignerdepot.com/wp-content/plugins/md-popup/
||webdesignerdepot.com/wp-content/themes/wdd2/fancybox/
||webdevforums.com/images/inmotion_banner.gif
||webhostingtalk.com/images/style/lw-header.png
||webhostingtalk.com^*-160x400.
||webhostingtalk.com^*/125x125-
||webhostranking.com/images/bluehost-coupon-banner-1.gif
||webmailnotifier.mozdev.org/etc/af/
||webmaster.extabit.com^
||webmastercrunch.com^*/hostgator300x30.gif
||webmd.com^*/oas73.js
||webnewswire.com/images/banner
||websitehome.co.uk/seoheap/cheap-web-hosting.gif
||webstatschecker.com/links/
||webtv.ws/adds/
||weddingtv.com/src/baners/
||weedwatch.com/images/banners/
||weei.com^*/sponsors/
||weei.com^*/takeover_
||weei.com^*_banner.jpg
||weekender.com.sg^*/MPU-
||weekendpost.co.bw^*/banner_
||wegoted.com/includes/biogreen.swf
||wegoted.com/uploads/memsponsor/
||wegoted.com/uploads/sponsors/
||weknowmemes.com/sidesky.
||werlv.com^*banner
||wgfaradio.com/images/banners/
||whatismyip.com/images/VYPR__125x125.png
||whatismyip.com/images/vyprvpn_
||whatismyip.org/ez_display_au_fillslot.js
||whatismyreferer.com/onpage.png
||whatmobile.com.pk/banners/
||whatmyip.co/images/speedcoin_
||whatreallyhappened.com/webpageimages/banners/uwslogosm.jpg
||whatsabyte.com/images/Acronis_Banners/
||whatsnewonnetflix.com/assets/blockless-ad-
||whatson.co.za/img/hp.png
||whatsonnamibia.com/images/banners/
||whatsonstage.com/images/sitetakeover/
||whatsontv.co.uk^*/promo/
||whatsthescore.com/logos/icons/bookmakers/
||whdh.com/images/promotions/
||wheninmanila.com/wp-content/uploads/2011/05/Benchmark-Email-Free-Signup.gif
||wheninmanila.com/wp-content/uploads/2012/12/Marie-France-Buy-1-Take-1-Deal-Discount-WhenInManila.jpg
||wheninmanila.com/wp-content/uploads/2014/02/DTC-Hardcore-Quadcore-300x100.gif
||wheninmanila.com/wp-content/uploads/2014/04/zion-wifi-social-hotspot-system.png
||whispersinthecorridors.com/banner
||whistleout.com.au/imagelibrary/ads/wo_skin_
||whitepages.ae/images/UI/FC/
||whitepages.ae/images/UI/LB/
||whitepages.ae/images/UI/MR/
||whitepages.ae/images/UI/SR/
||whitepages.ae/images/UI/SRA/
||whitepages.ae/images/UI/SRB/
||whitepages.ae/images/UI/WS/
||who.is/images/domain-transfer2.jpg
||whoer.net/images/pb/
||whoer.net/images/vlab50_
||whoer.net/images/vpnlab20_
||whois.net/dombot.php?
||whois.net/images/banners/
||whoownsfacebook.com/images/topbanner.gif
||whtop.com/photos.
||whtsrv3.com^*==$domain=webhostingtalk.com
||whynopadlock.com^*/banners/
||widget.directory.dailycommercial.com^
||widih.org/banners/
||wiilovemario.com/images/fc-twin-play-nes-snes-cartridges.png
||wikia.nocookie.net/_*=AdEngine3ApiController
||wikinvest.com/wikinvest/ads/
||wikinvest.com/wikinvest/images/zap_trade_
||wildtangent.com/leaderboard?
||windows.net/script/p.js
||windowsitpro.com^*/roadblock.
||wine-searcher.net^*/bnr/
||winnfm.com/grfx/banners/
||winpcap.org/assets/image/banner_
||winsupersite.com^*/roadblock.
||wipfilms.net^*/amazon.png
||wipfilms.net^*/instant-video.png
||wired.com/images/xrail/*/samsung_layar_
||wirenh.com/images/banners/
||wireshark.org^*/banners/
||wistia.net/embed/$domain=speedtest.net
||witbankspurs.co.za/layout_images/sponsor.jpg
||witteringsfromwitney.com/wp-content/plugins/popup-with-fancybox/
||wjie.org/media/img/sponsers/
||wjunction.com/images/468x60
||wjunction.com/images/constant/
||wjunction.com/images/rectangle
||wjunction.com^*/smf-footer.
||wksu.org/graphics/banners/
||wkyt.com/flyermodules?
||wlcr.org/banners/
||wlrfm.com/images/banners/
||wned.org/underwriting/sponsors/
||wnpv1440.com/images/banners/
||wnst.net/img/coupon/
||wolf-howl.com/wp-content/banners/
||worddictionary.co.uk/static//inpage-affinity/
||wordreference.com/*/publ/
||worldstadiums.com/world_stadiums/bugarrishoes/
||wp.com/wp-content/themes/vip/tctechcrunch/images/tc_*_skin.jpg
||wp.com^*/banners/$domain=biznisafrica.com|showbiz411.com
||wp.com^*/coedmagazine3/gads/$domain=coedmagazine.com
||wpbeginner.com^*/images/wpb-bluehost-special.png
||wpcomwidgets.com^$domain=thegrio.com
||wpcv.com/includes/header_banner.htm
||wpdaddy.com^*/banners/
||wptmag.com/promo/
||wqah.com/images/banners/
||wqam.com/partners/
||wqxe.com/images/sponsors/
||wranglerforum.com/images/sponsor/
||wrc.com^*/Partners/
||wrc.com^*/sponsors/
||wrcjfm.org/images/banners/
||wrlr.fm/images/banners/
||wrmf.com/upload/*_Webskin_
||wshh.me/vast/
||wsj.net/internal/krux.js
||wsj.net/pb/pb.js
||wttrend.com/images/hs.jpg
||wunderground.com/geo/swfad/
||wunderground.com^*/wuss_300ad2.php?
||wvbr.com/images/banner/
||wwaytv3.com^*/curlypage.js
||wwbf.com/b/topbanner.htm
||wwd.com^*/delivery.js
||www.sdad.guru^$xmlhttprequest,domain=g01.msn.com
||www2.sys-con.com^*.cfm
||wxug.com^*/sourcepoint/$script
||x.castanet.net^
||xbitlabs.com/cms/module_banners/
||xbitlabs.com/images/banners/
||xbox-hq.com/html/images/banners/
||xda-developers.com/sponsors/
||xiaopan.co/Reaver.png
||ximagehost.org/myman.
||xing.com/xas/
||xinhuanet.com/s?
||xomreviews.com/sponsors/
||xoops-theme.com/images/banners/
||xscores.com/livescore/banners/
||xsreviews.co.uk/style/bgg2.jpg
||xtremesystems.org/forums/brotator/
||xup.in/layer.php
||yahoo.*/serv?s=
||yahoo.com/__darla/
||yahoo.com/contextual-shortcuts
||yahoo.com/darla/
||yahoo.com/livewords/
||yahoo.com/neo/darla/
||yahoo.com/sdarla/
||yahoo.com/ysmload.html?
||yahoo.com^*/eyc-themis?
||yamgo.mobi/images/banner/
||yamivideo.com^*/download_video.jpg
||yardbarker.com/asset/asset_source/*?ord=$subdocument
||yarisworld.com^*/banners/
||yasni.*/design/relaunch/gfx/elitepartner_
||yea.uploadimagex.com^
||yellowpage-jp.com/images/banners/
||yellowpages.ae/UI/FC/
||yellowpages.ae/UI/LB/
||yellowpages.ae/UI/MR/
||yellowpages.ae/UI/SR/
||yellowpages.ae/UI/ST/
||yellowpages.ae/UI/WA/
||yellowpages.ae/UI/WM/
||yellowpages.com.jo/uploaded/banners/
||yellowpages.com.lb/uploaded/banners/
||yellowpageskenya.com/images/laterals/
||yesbeby.whies.info^
||yfmghana.com/images/banners/
||yifymovies.to/js/rx/yx.js
||yimg.com/*300x250$image,object
||yimg.com/a/1-$~stylesheet
||yimg.com/aaq/caas/$domain=yahoo.com
||yimg.com/aaq/wf/wf-darla-$domain=yahoo.com
||yimg.com/ao/adv/$script,domain=yahoo.com
||yimg.com/cv/*/billboard/
||yimg.com/cv/*/config-object-html5billboardfloatexp.js
||yimg.com/cv/ae/ca/audience/$image,domain=yahoo.com
||yimg.com/cv/ae/us/audience/$image,domain=yahoo.com
||yimg.com/cv/eng/*.webm$domain=yahoo.com
||yimg.com/cv/eng/*/635x100_$domain=yahoo.com
||yimg.com/cv/eng/*/970x250_$domain=yahoo.com
||yimg.com/dh/ap/default/*/skins_$image,domain=yahoo.com
||yimg.com/hl/ap/*_takeover_$domain=yahoo.com
||yimg.com/hl/ap/default/*_background$image,domain=yahoo.com
||yimg.com/i/i/de/cat/yahoo.html$domain=yahoo.com
||yimg.com/la/i/wan/widgets/wjobs/$subdocument,domain=yahoo.com
||yimg.com/rq/darla/$domain=yahoo.com
||yimg.com/uu/api/*/ads/$domain=yahoo.com
||yimg.com^*/billboardv2r5min.js$domain=yahoo.com
||yimg.com^*/darla-secure-pre-min.js$domain=yahoo.com
||yimg.com^*/fairfax/$image
||yimg.com^*/flash/promotions/
||yimg.com^*/sponsored-moments_$domain=yahoo.com
||yimg.com^*/tickets/$domain=yahoo.com
||yimg.com^*/ya-answers-dmros-ssl-min.js$domain=yahoo.com
||yimg.com^*/yad*.js$domain=yahoo.com
||yimg.com^*/yad.html
||yimg.com^*/yfpadobject.js$domain=yahoo.com
||yimg.com^*_east.swf$domain=yahoo.com
||yimg.com^*_north.swf$domain=yahoo.com
||yimg.com^*_west.swf$domain=yahoo.com
||ynaija.com^*/ad.
||ynaija.com^*300x250
||ynaija.com^*300X300
||ynet.co.il/gpt/
||ynet.co.il^*/shopframe/
||yomzansi.com^*-300x250.
||yopmail.com/fbd.js
||yorkshirecoastradio.com/resources/creative/
||yotv.co/ad/
||yotv.co/adds/
||yotv.co/class/adjsn3.js
||youconvertit.com/_images/*ad.png
||youngrider.com/images/sponsorships/
||yourbittorrent.com/downloadnow.png
||yourbittorrent.com/images/lumovies.js
||yourepeat.com/revive_wrapper?
||yourepeat.com^*/skins/
||yourfilehost.com/ads/
||yourindustrynews.com/ads/
||yourmovies.com.au^*/side_panels_
||yourmuze.fm/images/audionow.png
||yourmuze.fm/images/banner_ym.png
||yourradioplace.com//images/banners/
||yourradioplace.com/images/banners/
||yourupload.com/rotate/
||yourwire.net/images/refssder.gif
||youserials.com/i/banner_pos.jpg
||youtube.com/get_midroll_
||youtube.com/pagead/
||youwatch.org/9elawi.html
||youwatch.org/driba.html
||youwatch.org/iframe1.html
||youwatch.org/vod-str.html
||yp.mo^*/ads/
||ysm.yahoo.com^
||ytimg.com^*/new_watch_background.jpg?$domain=youtube.com
||ytimg.com^*/new_watch_background_*.jpg?$domain=youtube.com
||ytimg.com^*_banner$domain=youtube.com
||ytmnd.com/ugh
||yudu.com^*_intro_ads
||zabasearch.com/search_box.php?*&adword=
||zads.care2.com^
||zam.com/i/promos/*-skin.
||zambiz.co.zm/banners/
||zamimg.com/images/skins/
||zamimg.com/shared/minifeatures/
||zanews.co.za^*/banners/
||zap-cdn.com/interface/_images/banner/$domain=fivem.net
||zap2it.com/wp-content/themes/overmind/js/zcode-
||zattoo.com/ads/
||zawya.com/ads/
||zawya.com/brands/
||zbc.co.zw^*/banners/
||zdnet.com/*/recommendation/
||zdnet.com/akam/$script
||zdnet.com/components/tr-promo-asset/xhr/?
||zdnet.com/mds/
||zdnet.com/medusa/
||zerochan.net/skyscraper.html
||zeropaid.com/images/
||zeropaid.com^*/94.jpg
||ziddu.com/images/140x150_egglad.gif
||ziddu.com/images/globe7.gif
||ziddu.com/images/wxdfast/
||zigzag.co.za/images/oww-
||zipcode.org/site_images/flash/zip_v.swf
||zmescience.com^*/solar-aff.
||zombiegamer.co.za/wp-content/uploads/*-skin-
||zomobo.net/images/removeads.png
||zonatorrent.tv/min/$script
||zonein.tv/add$subdocument
||zoneradio.co.za/img/banners/
||zoomin.tv/decagonhandler/
||zootoday.com/pub/21publish/Zoo-navtop-casino_
||zootoday.com/pub/21publish/Zoo-navtop-poker.gif
||zoover.*/shared/bannerpages/darttagsbanner.aspx?
||zoozle.org/if.php?q=
||zophar.net/files/tf_
||zorrovpn.com/static/img/promo/
||zshares.net/fm.html
||zurrieqfc.com/images/banners/
||zws.avvo.com^
$script,third-party,domain=0dt.net|123videos.tv|171gifs.com|1proxy.de|300mbfilms.org|321jav.com|4downfiles.org|69sugar.com|a-o.ninja|acidimg.cc|adultdouga.biz|agarios.org|ahlamtv.com|al.ly|alantv.net|alltube.tv|ally.sh|amabitch.com|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-sugoi.com|animeado.net|animeai.org|animelek.com|animepahe.com|animesonline2hd.org|animesonlinetk.info|animezone.pl|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|atchtheofficeonline.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|bdsmstreak.com|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bemetal.net|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.com|bilasport.me|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|bugiltelanjang17.com|camrouge.com|camwhores.co|cartoonhd.cc|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|centrum-dramy.pl|cholotubex.com|cinemamkv.xyz|cinetux.net|clicknupload.org|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coreimg.net|coroas40.com|coshurl.co|cricbox.net|cwtube.dj|czechmoneyteens.com|dato.porn|dblatino.com|dclinks.info|dd-books.com|ddlfr.pw|debrideco.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|fflares.com|filecrypt.cc|fileflares.com|filesupload.org|filma24.org|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|firstrowas1.cc|flashbd24.blogspot.com|flixanity.online|foxurl.net|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freemoviestream.xyz|freeomovie.com|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|go4up.com|gravuregirlz.com|grcrt.net|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaihaven.org|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hitomi.la|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hulkload.com|hyperdebrid.net|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imagecool.org|img2share.com|imgshot.pw|imgshots.com|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kissanime.ru|kizzboy.com|kooora2day.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|kwik.cx|l2s.io|lacajita.xyz|lambingan.su|latinohentai.com|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|mbfsports.com|media1fire.com|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|minkly.me|mitemovie.com|mixhdporn.com|mkvcage.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|mp4upload.com|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|myreadingmanga.info|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovies.net|newmusic.trade|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nodefiles.com|nontonanime.org|nontononlinedrama.com|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|oload.tv|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openload.co|openload.pw|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|owndrives.com|pahe.in|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|playpornfree.org|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|putarfilm.com|querofilmehd.com|r34anim.com|rapcloud.co|rapidvideo.com|raptu.com|realcam.me|reallifecamhd.com|reallifecamvd.com|ripvod.com|root.sx|rosextube.com|runvideo.net|sankakucomplex.com|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sextop.net|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.comshofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|smallencode.com|soccerembed.blogspot.com|solotorrent.net|spacemov.tv|speedplay.pro|sportp2p.com|sports4u.net|sportshd.me|sportups.me|srkcast.com|stadium-live.biz|streamango.com|streamcherry.com|streamingok.com|streamjav.net|streamlord.com|streampornfree.com|suki48.web.id|superteenz.com|sweext.com|swfchan.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|tfpdl.de|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|thesimplebay.pro|thevid.net|thplayers.com|tlenovelas.net|todaypk.ag|todoinmega.com|tokusatsuindo.com|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.pet|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|usabit.com|uskip.me|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidfile.net|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|viralfeedhindi.com|viralshow.info|viveseries.com|vivetusnovelas.com|vixvids.to|watchaha.com|watcharcheronline.com|watchcommunity.cc|watcheng.tv|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchmygamesonline.com|watchparksandrecreation.cc|watchparksandrecreation.net|watchpornfree.me|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|worldfree4u.lol|wplocker.com|xbnat.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xmovies1.com|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yedhit.com|yeucontrai.com|yodrama.com|youav.com|youpornzz.com|yourbittorrent.com|youswear.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zippysharemediafire.club|zoocine.co|zoomtv.me|zw-net.com
@@|blob:$script,domain=dato.porn
@@||api.peer5.com^$script,domain=171gifs.com|1proxy.de|300mbfilms.org|321jav.com|69sugar.com|adultdouga.biz|agarios.org|ahlamtv.com|al.ly|alantv.net|alltube.tv|ally.sh|amabitch.com|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-sugoi.com|animeado.net|animeai.org|animelek.com|animesonline2hd.org|animesonlinetk.info|animezone.pl|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|bugiltelanjang17.com|camrouge.com|camwhores.co|cartoonhd.cc|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|cricbox.net|cwtube.dj|czechmoneyteens.com|dato.porn|dblatino.com|dclinks.info|dd-books.com|debrideco.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gravuregirlz.com|grcrt.net|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hyperdebrid.net|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kissanime.ru|kizzboy.com|kooora2day.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.comshofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|soccerembed.blogspot.com|solotorrent.net|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|thesimplebay.pro|thevid.net|thplayers.com|tlenovelas.net|todaypk.ag|todoinmega.com|tokusatsuindo.com|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.pet|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|usabit.com|uskip.me|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|viveseries.com|vivetusnovelas.com|vixvids.to|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xmovies1.com|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yedhit.com|yeucontrai.com|yodrama.com|youpornzz.com|youswear.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zoocine.co|zoomtv.me|zw-net.com
@@||aspnetcdn.com^$script,domain=171gifs.com|1proxy.de|300mbfilms.org|321jav.com|69sugar.com|adultdouga.biz|agarios.org|ahlamtv.com|al.ly|alantv.net|alltube.tv|ally.sh|amabitch.com|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-sugoi.com|animeado.net|animeai.org|animelek.com|animesonline2hd.org|animesonlinetk.info|animezone.pl|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|bugiltelanjang17.com|camrouge.com|camwhores.co|cartoonhd.cc|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|cricbox.net|cwtube.dj|czechmoneyteens.com|dato.porn|dblatino.com|dclinks.info|dd-books.com|debrideco.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filesupload.org|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gravuregirlz.com|grcrt.net|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hulkload.com|hyperdebrid.net|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kissanime.ru|kizzboy.com|kooora2day.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|l2s.io|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|media1fire.com|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|putarfilm.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.comshofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|soccerembed.blogspot.com|solotorrent.net|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|tfpdl.de|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|thesimplebay.pro|thevid.net|thplayers.com|tlenovelas.net|todaypk.ag|todoinmega.com|tokusatsuindo.com|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.pet|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|usabit.com|uskip.me|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|viveseries.com|vivetusnovelas.com|vixvids.to|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xmovies1.com|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yedhit.com|yeucontrai.com|yodrama.com|youpornzz.com|youswear.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zoocine.co|zoomtv.me|zw-net.com
@@||bootstrapcdn.com^$script,domain=171gifs.com|1proxy.de|300mbfilms.org|321jav.com|69sugar.com|adultdouga.biz|agarios.org|ahlamtv.com|al.ly|alantv.net|alltube.tv|ally.sh|amabitch.com|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-sugoi.com|animeado.net|animeai.org|animelek.com|animesonline2hd.org|animesonlinetk.info|animezone.pl|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|bugiltelanjang17.com|camrouge.com|camwhores.co|cartoonhd.cc|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|cricbox.net|cwtube.dj|czechmoneyteens.com|dato.porn|dblatino.com|dclinks.info|dd-books.com|debrideco.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filesupload.org|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gravuregirlz.com|grcrt.net|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hulkload.com|hyperdebrid.net|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kissanime.ru|kizzboy.com|kooora2day.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|l2s.io|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|media1fire.com|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|putarfilm.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.comshofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|soccerembed.blogspot.com|solotorrent.net|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|tfpdl.de|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|thesimplebay.pro|thevid.net|thplayers.com|tlenovelas.net|todaypk.ag|todoinmega.com|tokusatsuindo.com|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.pet|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|usabit.com|uskip.me|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|viveseries.com|vivetusnovelas.com|vixvids.to|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xmovies1.com|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yedhit.com|yeucontrai.com|yodrama.com|youpornzz.com|youswear.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zoocine.co|zoomtv.me|zw-net.com
@@||chatango.com^$script,domain=171gifs.com|1proxy.de|300mbfilms.org|321jav.com|69sugar.com|adultdouga.biz|agarios.org|ahlamtv.com|al.ly|alantv.net|alltube.tv|ally.sh|amabitch.com|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-sugoi.com|animeado.net|animeai.org|animelek.com|animesonline2hd.org|animesonlinetk.info|animezone.pl|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|atchparksandrecreation.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|bugiltelanjang17.com|camrouge.com|camwhores.co|cartoonhd.cc|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|cricbox.net|cwtube.dj|czechmoneyteens.com|dato.porn|dblatino.com|dclinks.info|dd-books.com|debrideco.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filesupload.org|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freeomovie.com|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gravuregirlz.com|grcrt.net|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hulkload.com|hyperdebrid.net|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kizzboy.com|kooora2day.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|l2s.io|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|media1fire.com|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|putarfilm.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.comshofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|soccerembed.blogspot.com|solotorrent.net|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|tfpdl.de|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|thesimplebay.pro|thevid.net|thplayers.com|tlenovelas.net|todaypk.ag|todoinmega.com|tokusatsuindo.com|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.pet|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|usabit.com|uskip.me|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|viveseries.com|vivetusnovelas.com|vixvids.to|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xmovies1.com|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yedhit.com|yeucontrai.com|yodrama.com|youpornzz.com|youswear.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zoocine.co|zoomtv.me|zw-net.com
@@||cloudflare.com/ajax/libs/$script,domain=171gifs.com|1proxy.de|300mbfilms.org|321jav.com|69sugar.com|adultdouga.biz|agarios.org|ahlamtv.com|al.ly|alantv.net|alltube.tv|ally.sh|amabitch.com|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-sugoi.com|animeado.net|animeai.org|animelek.com|animepahe.com|animesonline2hd.org|animesonlinetk.info|animezone.pl|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|bdsmstreak.com|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|bugiltelanjang17.com|camrouge.com|camwhores.co|cartoonhd.cc|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|cricbox.net|cwtube.dj|czechmoneyteens.com|dato.porn|dblatino.com|dclinks.info|dd-books.com|debrideco.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filesupload.org|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freemoviestream.xyz|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gravuregirlz.com|grcrt.net|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hulkload.com|hyperdebrid.net|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kissanime.ru|kizzboy.com|kooora2day.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|l2s.io|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|media1fire.com|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|putarfilm.com|querofilmehd.com|r34anim.com|rapcloud.co|rapidvideo.com|realcam.me|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.comshofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|soccerembed.blogspot.com|solotorrent.net|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|tfpdl.de|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|thesimplebay.pro|thevid.net|thplayers.com|tlenovelas.net|todaypk.ag|todoinmega.com|tokusatsuindo.com|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.pet|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|usabit.com|uskip.me|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|viveseries.com|vivetusnovelas.com|vixvids.to|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xmovies1.com|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yedhit.com|yeucontrai.com|yodrama.com|youpornzz.com|youswear.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zoocine.co|zoomtv.me|zw-net.com
@@||cse.google.com^$script,domain=171gifs.com|1proxy.de|300mbfilms.org|321jav.com|69sugar.com|adultdouga.biz|agarios.org|ahlamtv.com|al.ly|alantv.net|alltube.tv|ally.sh|amabitch.com|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-sugoi.com|animeado.net|animeai.org|animelek.com|animesonline2hd.org|animesonlinetk.info|animezone.pl|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|bugiltelanjang17.com|camrouge.com|camwhores.co|cartoonhd.cc|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|cricbox.net|cwtube.dj|czechmoneyteens.com|dato.porn|dblatino.com|dclinks.info|dd-books.com|debrideco.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filesupload.org|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gravuregirlz.com|grcrt.net|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hulkload.com|hyperdebrid.net|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kissanime.ru|kizzboy.com|kooora2day.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|l2s.io|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|media1fire.com|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|putarfilm.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.comshofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|soccerembed.blogspot.com|solotorrent.net|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|tfpdl.de|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|thesimplebay.pro|thevid.net|thplayers.com|tlenovelas.net|todaypk.ag|todoinmega.com|tokusatsuindo.com|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.pet|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|usabit.com|uskip.me|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|viveseries.com|vivetusnovelas.com|vixvids.to|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xmovies1.com|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yedhit.com|yeucontrai.com|yodrama.com|youpornzz.com|youswear.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zoocine.co|zoomtv.me|zw-net.com
@@||datoporn.com/assets/js/$script,domain=dato.porn
@@||disqus.com^$script,domain=171gifs.com|1proxy.de|300mbfilms.org|321jav.com|69sugar.com|adultdouga.biz|agarios.org|ahlamtv.com|al.ly|alantv.net|alltube.tv|ally.sh|amabitch.com|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-sugoi.com|animeado.net|animeai.org|animelek.com|animesonline2hd.org|animesonlinetk.info|animezone.pl|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|bugiltelanjang17.com|camrouge.com|camwhores.co|cartoonhd.cc|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|cricbox.net|cwtube.dj|czechmoneyteens.com|dato.porn|dblatino.com|dclinks.info|dd-books.com|debrideco.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filesupload.org|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamersheroes.com|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gravuregirlz.com|grcrt.net|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hulkload.com|hyperdebrid.net|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kissanime.ru|kizzboy.com|kooora2day.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|l2s.io|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|media1fire.com|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|putarfilm.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.comshofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|soccerembed.blogspot.com|solotorrent.net|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|tfpdl.de|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|thesimplebay.pro|thevid.net|thplayers.com|tlenovelas.net|todaypk.ag|todoinmega.com|tokusatsuindo.com|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.pet|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|usabit.com|uskip.me|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|viveseries.com|vivetusnovelas.com|vixvids.to|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xmovies1.com|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yedhit.com|yeucontrai.com|yodrama.com|youpornzz.com|youswear.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zoocine.co|zoomtv.me|zw-net.com
@@||disquscdn.com^$script,domain=171gifs.com|1proxy.de|300mbfilms.org|321jav.com|69sugar.com|adultdouga.biz|agarios.org|ahlamtv.com|al.ly|alantv.net|ally.sh|amabitch.com|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-sugoi.com|animeado.net|animelek.com|animesonline2hd.org|animesonlinetk.info|animezone.pl|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bestsongspk.com|big4umovies.net|bilasport.pw|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|bugiltelanjang17.com|camrouge.com|camwhores.co|cartoonhd.cc|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|cricbox.net|cwtube.dj|czechmoneyteens.com|dblatino.com|dclinks.info|dd-books.com|debrideco.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fastdrama.co|faststream.ws|felipephtutoriais.com.br|filesupload.org|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamersheroes.com|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gravuregirlz.com|grcrt.net|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hulkload.com|hyperdebrid.net|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpidols.tv|k18.co|karanpc.com|kissanime.ru|kizzboy.com|kooora2day.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|l2s.io|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|media1fire.com|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pure-anime.tv|pussybook.xyz|putarfilm.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.comshofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|soccerembed.blogspot.com|solotorrent.net|spacemov.tv|speedplay.pro|sports4u.net|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|tfpdl.de|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|thesimplebay.pro|tlenovelas.net|todaypk.ag|todoinmega.com|tokusatsuindo.com|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.pet|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|usabit.com|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidtome.co|vidz7.com|vipracing.biz|viralshow.info|viveseries.com|vivetusnovelas.com|vixvids.to|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xmovies1.com|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yedhit.com|yeucontrai.com|yodrama.com|youpornzz.com|youswear.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zoocine.co|zoomtv.me|zw-net.com
@@||facebook.net^$script,domain=171gifs.com|1proxy.de|300mbfilms.org|321jav.com|69sugar.com|adultdouga.biz|agarios.org|ahlamtv.com|al.ly|alantv.net|alltube.tv|ally.sh|amabitch.com|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-sugoi.com|animeado.net|animeai.org|animelek.com|animesonline2hd.org|animesonlinetk.info|animezone.pl|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|bugiltelanjang17.com|camrouge.com|camwhores.co|cartoonhd.cc|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|cricbox.net|cwtube.dj|czechmoneyteens.com|dato.porn|dblatino.com|dclinks.info|dd-books.com|debrideco.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gravuregirlz.com|grcrt.net|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hyperdebrid.net|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kissanime.ru|kizzboy.com|kooora2day.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.comshofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|soccerembed.blogspot.com|solotorrent.net|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|thesimplebay.pro|thevid.net|thplayers.com|tlenovelas.net|todaypk.ag|todoinmega.com|tokusatsuindo.com|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.pet|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|usabit.com|uskip.me|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|viveseries.com|vivetusnovelas.com|vixvids.to|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xmovies1.com|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yedhit.com|yeucontrai.com|yodrama.com|youpornzz.com|youswear.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zoocine.co|zoomtv.me|zw-net.com
@@||google.com^$script,domain=171gifs.com|1proxy.de|300mbfilms.org|321jav.com|69sugar.com|adultdouga.biz|agarios.org|ahlamtv.com|al.ly|alantv.net|alltube.tv|ally.sh|amabitch.com|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-sugoi.com|animeado.net|animeai.org|animelek.com|animesonline2hd.org|animesonlinetk.info|animezone.pl|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|bugiltelanjang17.com|camrouge.com|camwhores.co|cartoonhd.cc|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|cricbox.net|cwtube.dj|czechmoneyteens.com|dato.porn|dblatino.com|dclinks.info|dd-books.com|debrideco.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filesupload.org|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gravuregirlz.com|grcrt.net|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hulkload.com|hyperdebrid.net|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kissanime.ru|kizzboy.com|kooora2day.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|l2s.io|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|media1fire.com|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|putarfilm.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.comshofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|soccerembed.blogspot.com|solotorrent.net|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|tfpdl.de|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|thesimplebay.pro|thevid.net|thplayers.com|tlenovelas.net|todaypk.ag|todoinmega.com|tokusatsuindo.com|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.pet|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|usabit.com|uskip.me|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|viveseries.com|vivetusnovelas.com|vixvids.to|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xmovies1.com|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yedhit.com|yeucontrai.com|yodrama.com|youpornzz.com|youswear.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zoocine.co|zoomtv.me|zw-net.com
@@||googleapis.com^$script,domain=171gifs.com|1proxy.de|300mbfilms.org|321jav.com|69sugar.com|adultdouga.biz|agarios.org|ahlamtv.com|al.ly|alantv.net|alltube.tv|ally.sh|amabitch.com|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-sugoi.com|animeado.net|animeai.org|animelek.com|animesonline2hd.org|animesonlinetk.info|animezone.pl|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|bdsmstreak.com|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|bugiltelanjang17.com|camrouge.com|camwhores.co|cartoonhd.cc|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|cricbox.net|cwtube.dj|czechmoneyteens.com|dato.porn|dblatino.com|dclinks.info|dd-books.com|debrideco.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filesupload.org|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freemoviestream.xyz|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamersheroes.com|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gravuregirlz.com|grcrt.net|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hulkload.com|hyperdebrid.net|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kissanime.ru|kizzboy.com|kooora2day.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|l2s.io|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|media1fire.com|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|mp4upload.com|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|putarfilm.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|sankakucomplex.com|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.comshofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|soccerembed.blogspot.com|solotorrent.net|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telexplorer.com.ar|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|tfpdl.de|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|thesimplebay.pro|thevid.net|thplayers.com|tlenovelas.net|todaypk.ag|todoinmega.com|tokusatsuindo.com|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.pet|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|usabit.com|uskip.me|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|viveseries.com|vivetusnovelas.com|vixvids.to|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xmovies1.com|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yedhit.com|yeucontrai.com|yodrama.com|youpornzz.com|youswear.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zoocine.co|zoomtv.me|zw-net.com
@@||gstatic.com^$script,domain=171gifs.com|1proxy.de|300mbfilms.org|321jav.com|69sugar.com|adultdouga.biz|agarios.org|ahlamtv.com|al.ly|alantv.net|alltube.tv|ally.sh|amabitch.com|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-sugoi.com|animeado.net|animeai.org|animelek.com|animesonline2hd.org|animesonlinetk.info|animezone.pl|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|bugiltelanjang17.com|camrouge.com|camwhores.co|cartoonhd.cc|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|cricbox.net|cwtube.dj|czechmoneyteens.com|dato.porn|dblatino.com|dclinks.info|dd-books.com|debrideco.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filesupload.org|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freemoviestream.xyz|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|gamersheroes.com|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gravuregirlz.com|grcrt.net|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hulkload.com|hyperdebrid.net|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kissanime.ru|kizzboy.com|kooora2day.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|l2s.io|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|media1fire.com|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|putarfilm.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.comshofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|soccerembed.blogspot.com|solotorrent.net|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telexplorer.com.ar|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|tfpdl.de|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|thesimplebay.pro|thevid.net|thplayers.com|tlenovelas.net|todaypk.ag|todoinmega.com|tokusatsuindo.com|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.pet|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|usabit.com|uskip.me|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|viveseries.com|vivetusnovelas.com|vixvids.to|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xmovies1.com|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yedhit.com|yeucontrai.com|yodrama.com|youpornzz.com|youswear.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zoocine.co|zoomtv.me|zw-net.com
@@||jquery.com^$script,domain=171gifs.com|1proxy.de|300mbfilms.org|321jav.com|69sugar.com|adultdouga.biz|agarios.org|ahlamtv.com|al.ly|alantv.net|alltube.tv|ally.sh|amabitch.com|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-sugoi.com|animeado.net|animeai.org|animelek.com|animesonline2hd.org|animesonlinetk.info|animezone.pl|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|bugiltelanjang17.com|camrouge.com|camwhores.co|cartoonhd.cc|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|cricbox.net|cwtube.dj|czechmoneyteens.com|dato.porn|dblatino.com|dclinks.info|dd-books.com|debrideco.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gravuregirlz.com|grcrt.net|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hyperdebrid.net|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kissanime.ru|kizzboy.com|kooora2day.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.comshofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|soccerembed.blogspot.com|solotorrent.net|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|thesimplebay.pro|thevid.net|thplayers.com|tlenovelas.net|todaypk.ag|todoinmega.com|tokusatsuindo.com|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.pet|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|usabit.com|uskip.me|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|viveseries.com|vivetusnovelas.com|vixvids.to|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xmovies1.com|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yedhit.com|yeucontrai.com|yodrama.com|youav.com|youpornzz.com|youswear.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zoocine.co|zoomtv.me|zw-net.com
@@||jsdelivr.net^$script,domain=animepahe.com|bilasport.com|bilasport.me|bilasport.pw|kwik.cx
@@||jwplatform.com^$script,domain=171gifs.com|1proxy.de|300mbfilms.org|321jav.com|69sugar.com|adultdouga.biz|agarios.org|ahlamtv.com|al.ly|alantv.net|alltube.tv|ally.sh|amabitch.com|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-sugoi.com|animeado.net|animeai.org|animelek.com|animesonline2hd.org|animesonlinetk.info|animezone.pl|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|bugiltelanjang17.com|camrouge.com|camwhores.co|cartoonhd.cc|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|cricbox.net|cwtube.dj|czechmoneyteens.com|dato.porn|dblatino.com|dclinks.info|dd-books.com|debrideco.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filesupload.org|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gravuregirlz.com|grcrt.net|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hulkload.com|hyperdebrid.net|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kissanime.ru|kizzboy.com|kooora2day.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|l2s.io|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|media1fire.com|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|putarfilm.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.comshofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|soccerembed.blogspot.com|solotorrent.net|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|tfpdl.de|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|thesimplebay.pro|thevid.net|thplayers.com|tlenovelas.net|todaypk.ag|todoinmega.com|tokusatsuindo.com|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.pet|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|usabit.com|uskip.me|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|viveseries.com|vivetusnovelas.com|vixvids.to|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xmovies1.com|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yedhit.com|yeucontrai.com|yodrama.com|youpornzz.com|youswear.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zoocine.co|zoomtv.me|zw-net.com
@@||jwpsrv.com^$script,domain=171gifs.com|1proxy.de|300mbfilms.org|321jav.com|69sugar.com|adultdouga.biz|agarios.org|ahlamtv.com|al.ly|alantv.net|alltube.tv|ally.sh|amabitch.com|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-sugoi.com|animeado.net|animeai.org|animelek.com|animesonline2hd.org|animesonlinetk.info|animezone.pl|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|bugiltelanjang17.com|camrouge.com|camwhores.co|cartoonhd.cc|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|cricbox.net|cwtube.dj|czechmoneyteens.com|dato.porn|dblatino.com|dclinks.info|dd-books.com|debrideco.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filesupload.org|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gravuregirlz.com|grcrt.net|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hulkload.com|hyperdebrid.net|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kissanime.ru|kizzboy.com|kooora2day.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|l2s.io|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|media1fire.com|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|putarfilm.com|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.comshofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|soccerembed.blogspot.com|solotorrent.net|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|tfpdl.de|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|thesimplebay.pro|thevid.net|thplayers.com|tlenovelas.net|todaypk.ag|todoinmega.com|tokusatsuindo.com|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.pet|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|usabit.com|uskip.me|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|viveseries.com|vivetusnovelas.com|vixvids.to|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xmovies1.com|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yedhit.com|yeucontrai.com|yodrama.com|youpornzz.com|youswear.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zoocine.co|zoomtv.me|zw-net.com
@@||maps.google.com/maps/$script,domain=171gifs.com|1proxy.de|300mbfilms.org|321jav.com|69sugar.com|adultdouga.biz|agarios.org|ahlamtv.com|al.ly|alantv.net|alltube.tv|ally.sh|amabitch.com|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-sugoi.com|animeado.net|animeai.org|animelek.com|animesonline2hd.org|animesonlinetk.info|aniwatchtheofficeonline.net|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|bugiltelanjang17.com|camrouge.com|camwhores.co|cartoonhd.cc|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|cricbox.net|cwtube.dj|czechmoneyteens.com|dato.porn|dblatino.com|dclinks.info|dd-books.com|debrideco.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gravuregirlz.com|grcrt.net|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hyperdebrid.net|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kissanime.ru|kizzboy.com|kooora2day.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|mezone.pl|milfcomix.com|milversite.me|minatosuki.com|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.comshofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|soccerembed.blogspot.com|solotorrent.net|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|thesimplebay.pro|thevid.net|thplayers.com|tlenovelas.net|todaypk.ag|todoinmega.com|tokusatsuindo.com|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.pet|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|usabit.com|uskip.me|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|viveseries.com|vivetusnovelas.com|vixvids.to|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xmovies1.com|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yedhit.com|yeucontrai.com|yodrama.com|youpornzz.com|youswear.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zoocine.co|zoomtv.me|zw-net.com
@@||onesignal.com^$script,domain=171gifs.com|1proxy.de|300mbfilms.org|321jav.com|69sugar.com|adultdouga.biz|agarios.org|ahlamtv.com|al.ly|alantv.net|alltube.tv|ally.sh|amabitch.com|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-sugoi.com|animeado.net|animeai.org|animelek.com|animesonline2hd.org|animesonlinetk.info|animezone.pl|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|bugiltelanjang17.com|camrouge.com|camwhores.co|cartoonhd.cc|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|cricbox.net|cwtube.dj|czechmoneyteens.com|dato.porn|dblatino.com|dclinks.info|dd-books.com|debrideco.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gravuregirlz.com|grcrt.net|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hyperdebrid.net|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kissanime.ru|kizzboy.com|kooora2day.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|linclik.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.comshofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|soccerembed.blogspot.com|solotorrent.net|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|thesimplebay.pro|thevid.net|thplayers.com|tlenovelas.net|todaypk.ag|todoinmega.com|tokusatsuindo.com|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.pet|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|usabit.com|uskip.me|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|viveseries.com|vivetusnovelas.com|vixvids.to|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xmovies1.com|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yedhit.com|yeucontrai.com|yodrama.com|youpornzz.com|youswear.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zoocine.co|zoomtv.me|zw-net.com
@@||platform.instagram.com^$script,domain=171gifs.com|1proxy.de|300mbfilms.org|321jav.com|69sugar.com|adultdouga.biz|agarios.org|ahlamtv.com|al.ly|alantv.net|alltube.tv|ally.sh|amabitch.com|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-sugoi.com|animeado.net|animeai.org|animelek.com|animesonline2hd.org|animesonlinetk.info|animezone.pl|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|bugiltelanjang17.com|camrouge.com|camwhores.co|cartoonhd.cc|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|cricbox.net|cwtube.dj|czechmoneyteens.com|dato.porn|dblatino.com|dclinks.info|dd-books.com|debrideco.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gravuregirlz.com|grcrt.net|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hyperdebrid.net|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kissanime.ru|kizzboy.com|kooora2day.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.comshofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|soccerembed.blogspot.com|solotorrent.net|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|thesimplebay.pro|thevid.net|thplayers.com|tlenovelas.net|todaypk.ag|todoinmega.com|tokusatsuindo.com|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.pet|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|usabit.com|uskip.me|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|viveseries.com|vivetusnovelas.com|vixvids.to|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xmovies1.com|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yedhit.com|yeucontrai.com|yodrama.com|youpornzz.com|youswear.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zoocine.co|zoomtv.me|zw-net.com
@@||s.gravatar.com^$third-party,domain=171gifs.com|1proxy.de|300mbfilms.org|321jav.com|69sugar.com|adultdouga.biz|agarios.org|ahlamtv.com|al.ly|alantv.net|alltube.tv|ally.sh|amabitch.com|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-sugoi.com|animeado.net|animeai.org|animelek.com|animesonline2hd.org|animesonlinetk.info|animezone.pl|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|bugiltelanjang17.com|camrouge.com|camwhores.co|cartoonhd.cc|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|cricbox.net|cwtube.dj|czechmoneyteens.com|dato.porn|dblatino.com|dclinks.info|dd-books.com|debrideco.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gravuregirlz.com|grcrt.net|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hyperdebrid.net|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kizzboy.com|kooora2day.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.comshofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|soccerembed.blogspot.com|solotorrent.net|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|thesimplebay.pro|thevid.net|thplayers.com|tlenovelas.net|todaypk.ag|todoinmega.com|tokusatsuindo.com|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.pet|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|usabit.com|uskip.me|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|viveseries.com|vivetusnovelas.com|vixvids.to|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xmovies1.com|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yedhit.com|yeucontrai.com|yodrama.com|youpornzz.com|youswear.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zoocine.co|zoomtv.me|zw-net.com
@@||s.ytimg.com^$script,domain=171gifs.com|1proxy.de|300mbfilms.org|321jav.com|69sugar.com|adultdouga.biz|agarios.org|ahlamtv.com|al.ly|alantv.net|alltube.tv|ally.sh|amabitch.com|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-sugoi.com|animeado.net|animeai.org|animelek.com|animesonline2hd.org|animesonlinetk.info|animezone.pl|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|bugiltelanjang17.com|camrouge.com|camwhores.co|cartoonhd.cc|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|cricbox.net|cwtube.dj|czechmoneyteens.com|dato.porn|dblatino.com|dclinks.info|dd-books.com|debrideco.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gravuregirlz.com|grcrt.net|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hyperdebrid.net|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kissanime.ru|kizzboy.com|kooora2day.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.comshofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|soccerembed.blogspot.com|solotorrent.net|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|thesimplebay.pro|thevid.net|thplayers.com|tlenovelas.net|todaypk.ag|todoinmega.com|tokusatsuindo.com|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.pet|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|usabit.com|uskip.me|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|viveseries.com|vivetusnovelas.com|vixvids.to|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xmovies1.com|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yedhit.com|yeucontrai.com|yodrama.com|youpornzz.com|youswear.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zoocine.co|zoomtv.me|zw-net.com
@@||secure.gravatar.com^$script,domain=171gifs.com|1proxy.de|300mbfilms.org|321jav.com|69sugar.com|adultdouga.biz|agarios.org|ahlamtv.com|al.ly|alantv.net|alltube.tv|ally.sh|amabitch.com|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-sugoi.com|animeado.net|animeai.org|animelek.com|animesonline2hd.org|animesonlinetk.info|animezone.pl|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|bugiltelanjang17.com|camrouge.com|camwhores.co|cartoonhd.cc|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|cricbox.net|cwtube.dj|czechmoneyteens.com|dato.porn|dblatino.com|dclinks.info|dd-books.com|debrideco.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gravuregirlz.com|grcrt.net|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hyperdebrid.net|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kissanime.ru|kizzboy.com|kooora2day.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.comshofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|soccerembed.blogspot.com|solotorrent.net|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|thesimplebay.pro|thevid.net|thplayers.com|tlenovelas.net|todaypk.ag|todoinmega.com|tokusatsuindo.com|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.pet|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|usabit.com|uskip.me|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|viveseries.com|vivetusnovelas.com|vixvids.to|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xmovies1.com|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yedhit.com|yeucontrai.com|yodrama.com|youpornzz.com|youswear.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zoocine.co|zoomtv.me|zw-net.com
@@||tumblr.com^$script,domain=171gifs.com|1proxy.de|300mbfilms.org|321jav.com|69sugar.com|adultdouga.biz|agarios.org|ahlamtv.com|al.ly|alantv.net|alltube.tv|ally.sh|amabitch.com|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-sugoi.com|animeado.net|animeai.org|animelek.com|animesonline2hd.org|animesonlinetk.info|animezone.pl|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|bugiltelanjang17.com|camrouge.com|camwhores.co|cartoonhd.cc|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|cricbox.net|cwtube.dj|czechmoneyteens.com|dato.porn|dblatino.com|dclinks.info|dd-books.com|debrideco.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gravuregirlz.com|grcrt.net|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hyperdebrid.net|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kissanime.ru|kizzboy.com|kooora2day.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.comshofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|soccerembed.blogspot.com|solotorrent.net|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|thesimplebay.pro|thevid.net|thplayers.com|tlenovelas.net|todaypk.ag|todoinmega.com|tokusatsuindo.com|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.pet|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|usabit.com|uskip.me|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|viveseries.com|vivetusnovelas.com|vixvids.to|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xmovies1.com|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yedhit.com|yeucontrai.com|yodrama.com|youpornzz.com|youswear.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zoocine.co|zoomtv.me|zw-net.com
@@||twitter.com^$script,domain=171gifs.com|1proxy.de|300mbfilms.org|321jav.com|69sugar.com|adultdouga.biz|agarios.org|ahlamtv.com|al.ly|alantv.net|alltube.tv|ally.sh|amabitch.com|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-sugoi.com|animeado.net|animeai.org|animelek.com|animesonline2hd.org|animesonlinetk.info|animezone.pl|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|bugiltelanjang17.com|camrouge.com|camwhores.co|cartoonhd.cc|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|cricbox.net|cwtube.dj|czechmoneyteens.com|dato.porn|dblatino.com|dclinks.info|dd-books.com|debrideco.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gravuregirlz.com|grcrt.net|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hyperdebrid.net|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kissanime.ru|kizzboy.com|kooora2day.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.comshofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|soccerembed.blogspot.com|solotorrent.net|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|thesimplebay.pro|thevid.net|thplayers.com|tlenovelas.net|todaypk.ag|todoinmega.com|tokusatsuindo.com|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.pet|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|usabit.com|uskip.me|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|viveseries.com|vivetusnovelas.com|vixvids.to|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xmovies1.com|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yedhit.com|yeucontrai.com|yodrama.com|youpornzz.com|youswear.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zoocine.co|zoomtv.me|zw-net.com
@@||wp.com/wp-content/js/$script,domain=171gifs.com|1proxy.de|300mbfilms.org|321jav.com|69sugar.com|adultdouga.biz|agarios.org|ahlamtv.com|al.ly|alantv.net|alltube.tv|ally.sh|amabitch.com|ancensored.com|andrija-i-andjelka.com|animakai.info|anime-sugoi.com|animeado.net|animeai.org|animelek.com|animesonline2hd.org|animesonlinetk.info|animezone.pl|antenasport.eu|anyanime.com|apklover.net|aquariumgays.com|arab-moviez.org|arabloads.net|arabp2p.com|archived.moe|artgifsocean.com|asianporndistrict.com|asianxv.com|assistirfilmeshd.org|assistirfilmesonline2.net|avonline.tv|avpockiehd.com|axxomovies.in|azkempire.com|aznude.com|baixarsomusica.com|bajarjuegospcgratis.com|bakacan.com|balkandownload.org|balkanje.com|bdmusicboss.net|bdsmporn.us|beautiesbondage.com|becekin.net|beelink.in|behchala.com|bersek.xyz|bestsongspk.com|big4umovies.net|bilasport.pw|bitch-show.com|bitporno.com|blackboxrepack.com|blacklionmusic.com|blogqpot.com|bludv.com|bokep2017.com|bokepcewek.net|bokepseks.co|bolly2tolly.com|bouncebreak.com|brazzershd.co|bugiltelanjang17.com|camrouge.com|camwhores.co|cartoonhd.cc|cartoonth12.com|catchcoin.pw|catosports.ml|centraldeanimes.biz|cholotubex.com|cinemamkv.xyz|cinetux.net|clik.pw|cliphayho.com|cloudy.ec|coastalhut.com|columbia-xxx.com|comicporno.org|comicsmanics.com|cookiesnetfl1x.com|cooltamil.com|coroas40.com|coshurl.co|cricbox.net|cwtube.dj|czechmoneyteens.com|dato.porn|dblatino.com|dclinks.info|dd-books.com|debrideco.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|djmazamp3.info|dokazm.mk|donlotfile.com|download-xyz.com|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|dragonball-time.com|drakorindo.com|drakorindofilms.com|drhmonegyi.net|dvdwap.com|dzrepackteam.com|e-hentai.me|e-jav.com|easyxtubes.com|edmdl.com|ekasiwap.com|electro-torrent.pl|embedlink.info|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|estrenosdoramas.org|etsmods.net|eurostreaming.video|exposure.pw|fagken.com|fas.li|fastdrama.co|faststream.in|faststream.ws|felipephtutoriais.com.br|filecrypt.cc|filmaon.com|filmclub.tv|filmehd.net|filmeserialeonline.org|filmeseseriesonline.net|filmesonline1080p.com|filmesonline4.com|filmesonlineagora.com|filmesonlineplay.com|filmesonlinex.biz|filmgur.com|filmi7.com|filminvazio.com|filmovi.eu|filmozu.net|filmuptobox.net|filsex.com|flashbd24.blogspot.com|flixanity.online|freeadultcomix.com|freeiptvlinks.net|freelivesports.co|freesoftwaredlul.com|fuckingsession.com|full-serie.biz|fullmaza.net|fullpinoymovies.net|futebolps2.com|fxporn.net|gameofporn.net|gamepciso.com|garotosbrasil.com|gaycock4u.com|gaysex69.net|gibanica.club|girlswithmuscle.com|gravuregirlz.com|grcrt.net|hacknetfl1x.net|halacima.net|happy-foxie.com|haylike.net|hdarkzone.com|hdencoders.com|hdmovie16.ws|hdmovie24.net|hdmusic23.net|hdmusic25.com|hdmusic90.co|hdporner720.com|hdpornfull.co|hdpornfull.net|hdshows.in|hdteenvids.com|hdtube.co|hdzex.net|healthsoul.info|hentai-for.me|hentai-id.tv|hentai.to|hentaicomicsbr.net|hentaiplay.net|hentaiplus.co|hentaistream.co|her69.net|herobo.com|heymanga.me|hindimoviesonlines.net|hiper.cool|hkfree.co|homeporn.tv|hon3yhd.com|hqq.watch|hyperdebrid.net|icwutudidare.info|idolblog.org|ig2fap.com|igg-games.com|ightdl.xyz|iimgur.club|ilinks.ug|ilovefilmesonline.biz|image-bugs.com|imagecoin.net|imgshot.pw|imgsmile.com|immunicity.cab|immunicity.plus|immunicity.team|incestoporno.org|insharee.com|iprojectfreetv.us|ivhunter.com|iwatchgameofthrones.cc|izporn.net|jav-for.me|javeu.com|javfhd.tv|javfinder.to|javgay.com|javhd.pro|javhd4k.com|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javpob.com|javrom.com|javstream.co|javus.net|jdownloader2premium.com|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kissanime.ru|kizzboy.com|kooora2day.com|koreansubindo.net|kreskowkazone.pl|kreskowki.tv|lacajita.xyz|lambingan.su|layar-21.com|layarindo21.com|lecheanal.com|leech.ae|leosims.com|letsjav.com|link2download.net|livehd90m.info|livesoccertv.live|livestreaming24.net|loonertube.com|lyricsy.ir|macgames-download.com|macnwins.com|magesy.be|manatelugump3.net|mangacanblog.com|maniacosporcomics.com|marapcana.eu|marvin-vibez.to|masflowmusik.net|masterfilmesonlinegratis.info|maxinlive.com|mbfcast.pw|megafilmeshdplus.org|megafodabr.com|megahentaicomics.com|megaseriesonline.com|megatobox.net|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|modelblog.org|movie24k.ch|movieerotic.net|moviehd-free.com|moviehd-xxx.com|movierulz.ch|movierulz.cm|movierulz.xyz|movies24hd.co|movies5x.com|moviesak47.com|moviesgoldonline.net|moviesgoldonline.pro|moviesgolds.com|movieshdgratis.com.mx|movietubenow.bz|movietv.ws|moviezplanet.org|movieztimes.com|mp3haat.com|mp3kart.cc|mp3kart.co|mp3kart.com|mp3mydownload.com|mp3puu.com|mp3songdl.net|musculoduro.com.br|muvibg.com|mylucah.co|mymoviepot.xyz|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|naphi.lol|nasze-kino.online|nbafullhd.com|neko-miku.com|nekonime.com|newhdmovie24.biz|newhdmovies.net|newpct.com|newpct1.com|nflstream.net|ngentot.tv|ninfetasnovinhas.net|nontonanime.org|nontononlinedrama.com|nosteam.org.ro|nudeyoung.xyz|nulledcenter.com|nungg.com|nungmovies-hd.com|nuttit.com|nxtcomicsclub.com|ocsstream.info|ohohd.com|ohyeah1080.com|okmovie-hd.com|olangal.pro|omberbagi.com|ondeeubaixo.com|one-series.cc|onlinefilmovisaprevodom.cc|onlinefilmsitesii.net|onlinemoviesgold.one|onlinemoviesprime.net|openx.tv|opujem.com|otaku-animehd.com|otorrents.com|ottakae.com|pahe.in|pass69.com|pcgames-download.com|peliculasabc.net|peliculasgo.com|peliculasm.tv|peliculasmega1k.com|peliculastomas01.org|pelisplus.tv|pelisxporno.com|pentasex.com|perfecthdmovies.pw|perulareshd.pw|phimotv.net|picanteeproibido.com.br|pinaycute.com|pipocao.com|pirateaccess.xyz|piratebay.co.in|planetsport.pw|playbokep.me|playpornfree.net|pleermp3.net|pokemonlaserielatino.com|polskie-torrenty.com|popjav.com|porneq.com|pornfromcz.com|pornfromczech.com|pornhardx.com|pornhd5k.com|pornleak.net|pornlibrary.net|pornmegabox.net|pornobae.com|pornocomics.net|pornotorrent.com.br|pornotorrent.org|pornpassw0rds.com|pornsexonline.xxx|pornvibe.org|pornvxl.com|pornzexx.com|portalroms.com|portalultautv.com|primewire.io|programasvirtualespc.net|projectfreetvhd.co|projectfreetvi.info|psarips.com|pubfilmonline.net|pure-anime.tv|pussybook.xyz|querofilmehd.com|r34anim.com|rapcloud.co|reallifecamhd.com|reallifecamvd.com|ripvod.com|rosextube.com|runvideo.net|savvystreams.blogspot.com|sceper.ws|sdmoviespoint.in|series-cravings.tv|seriesblanco.com|seriesblanco.tv|seriescr.com|seriesfuture.com|seriesintorrent.com|serieslatino.tv|seriesparaassistironline.org|sexisfree.net|sexix.net|sexiz.net|sexkino.to|sexloading.com|sexvui.net|sexxdesi.net|sexy-youtubers.com|sexyeroticgirls.comshofonline.org|short.am|shush.se|sinevizyonda.org|singgah.in|sitpad.info|skidrow-games.io|skidrowcrack.com|skidrowgamesreloaded.com|sklns.net|soccerembed.blogspot.com|solotorrent.net|spacemov.tv|speedplay.pro|sports4u.net|sportshd.me|stadium-live.biz|streamcherry.com|streamingok.com|streamlord.com|streampornfree.com|suki48.web.id|superteenz.com|sweext.com|tamilmv.eu|tamilmv.vc|tamilrasigan.net|tamilyogi.fm|teenboytwink.com|teentubeq.com|tele-wizja.com|telugudon.com|telugupalaka.com|teluguringtones.co|telugusexstorieskathalu.net|theapricity.com|thebarchive.com|thebestofcafucus.com|thepiratebay.cd|thepiratebay24.ga|thepiratebay3.org|thesimplebay.pro|thevid.net|thplayers.com|tlenovelas.net|todaypk.ag|todoinmega.com|tokusatsuindo.com|torrentcounter.cc|torrentfilmesbr.com|torrentlocura.com|torrentool.com|torrentoon.com|torrentrapid.com|torrentscompletos.com|torrentsgroup.com|tousatu.biz|tuhentaionline.com|tumejortorrent.com|tuportaldemusica.com|tuserie.com|tushyporn.net|tvrex.net|twitchstats.net|u2s.io|ufreetv.com|unblocked.cab|unblocked.pet|unblocked.plus|unblocked.team|unduhfilmrama.biz|upcomics.org|uporniahd.com|usabit.com|uskip.me|uwatchfree.co|v100v.net|vdizpk.com|veekyforums.com|veporn.net|vercanalestv.com|verdirectotv.com|verpeliculasporno.gratis|vertusnovelas.net|veyqo.net|veziserialeonline.info|vibokep.info|vidabc.com|video.az|videobokepgratis.me|videobokepincest.xyz|videoexa.com|videosexbokep.org|videosnudes.com|vidtome.co|vidz7.com|vidzcode.com|viooz.ac|vipracing.biz|viralshow.info|viveseries.com|vivetusnovelas.com|vixvids.to|watchaha.com|watcharcheronline.com|watchcommunity.cc|watchfomny.tv|watchjavidol.com|watchjavonline.com|watchme247.co.il|watchparksandrecreation.cc|watchpornfree.me|watchtheofficeonline.net|watchxxxparody.com|wetblog.org|wibudesu.com|wolverdon-filmes.com|wplocker.com|xdvideos.org|xfilmywap.com|xgatinhas.com|xmovies1.com|xrares.com|xteenchan.com|xvideospanish.com|xxgasm.com|xxhdporn.com|xxx-comics.com|xxxstooorage.com|yedhit.com|yeucontrai.com|yodrama.com|youpornzz.com|youswear.com|yuuk.net|zambianobserver.com|zfilmeonline.eu|zoocine.co|zoomtv.me|zw-net.com
@@||youtube.com/iframe_api$third-party
@@||youtube.com/player_api$third-party
@@||cdn000.club/js/loadjs.min.js$script,domain=olympicstreams.me|vipstand.se
@@||cdn000.club/site/$image,domain=olympicstreams.me|vipstand.se
@@||chatango.com^$script,domain=olympicstreams.me|vipstand.se
@@||jsdelivr.net^$script,stylesheet,domain=olympicstreams.me|vipstand.se
@@||kuntv.pw/embed.min.js$script,domain=olympicstreams.me|vipstand.se
@@||kuntv.pw/sdembed?$subdocument,domain=olympicstreams.me|vipstand.se
|http://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=olympicstreams.me|vipstand.se
|https://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=olympicstreams.me|vipstand.se
||cloudfront.net/script.js$script,third-party
@@||ajax.googleapis.com^$script,domain=akvideo.stream
|http://$popup,third-party,domain=akvideo.stream
|http://$script,stylesheet,subdocument,third-party,xmlhttprequest,domain=akvideo.stream
|https://$popup,third-party,domain=akvideo.stream
|https://$script,stylesheet,subdocument,third-party,xmlhttprequest,domain=akvideo.stream
@@||ibb.co^$image,domain=moviesweb.info
@@||s.ytimg.com^$script,domain=moviesweb.info
@@||wp.com^$image,script,domain=moviesweb.info
|http://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=moviesweb.info
|https://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=moviesweb.info
@@||cdnjs.cloudflare.com^$script,domain=4downfiles.org
@@||vjs.zencdn.net^$script,stylesheet,domain=bayfiles.com
|http://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=bayfiles.com
|https://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=bayfiles.com
$websocket,domain=strikeout.co|strikeout.nu|vipleague.pw
@@||cdnfiles.site/js/loadjs.min.js$script,domain=strikeout.co|strikeout.nu|vipleague.pw
@@||cdnfiles.site^$image,domain=strikeout.co|strikeout.nu|vipleague.pw
@@||chatango.com^$domain=strikeout.co|strikeout.nu|vipleague.pw
@@||jsdelivr.net^$script,domain=strikeout.co|strikeout.nu|vipleague.pw
@@||kuntv.pw^$script,subdocument,domain=strikeout.co|strikeout.nu|vipleague.pw
|http://$image,script,subdocument,third-party,xmlhttprequest,domain=strikeout.co|strikeout.nu|vipleague.pw
|https://$image,script,subdocument,third-party,xmlhttprequest,domain=strikeout.co|strikeout.nu|vipleague.pw
@@||convert2mp3.net/ads/$subdocument,~third-party
|http://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=convert2mp3.net
|https://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=convert2mp3.net
||convert2mp3.net/assets/js/push.js
@@||ajax.googleapis.com^$script,domain=topeuropix.net
@@||connect.facebook.net^$script,domain=topeuropix.net
@@||hdeuropix.io/images/$image,domain=topeuropix.net
@@||hqq.tv/player/embed_player.php$subdocument,domain=topeuropix.net
@@||hqq.tv/sec/player/$subdocument,domain=topeuropix.net
@@||maxcdn.bootstrapcdn.com^$script,domain=topeuropix.net
@@||openload.co/embed/$subdocument,domain=topeuropix.net
@@||streamango.com/embed/$subdocument,domain=topeuropix.net
@@||topeuropix.com^$subdocument,domain=topeuropix.net
|about:$popup,domain=topeuropix.net
|http://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=topeuropix.net
|https://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=topeuropix.net
|http://$image,script,subdocument,third-party,xmlhttprequest,domain=clipconverter.cc
|https://$image,script,subdocument,third-party,xmlhttprequest,domain=clipconverter.cc
|https://*?$popup,domain=clipconverter.cc
||greenmangaming.com/omnopfddrdlevbbh.js
|http://$image,script,subdocument,third-party,xmlhttprequest,domain=cmovieshd.net
|https://$image,script,subdocument,third-party,xmlhttprequest,domain=cmovieshd.net
@@||bp.blogspot.com^$image,domain=kissanime.ru
@@||kissanime.ru/ads/$subdocument,~third-party
@@||rapidvideo.com/assets/js/$script,domain=kissanime.ru
@@||ajax.googleapis.com^$script,domain=onhax.me
@@||connect.facebook.net^$script,domain=onhax.me
@@||google.com^$script,subdocument,domain=onhax.me
@@||staticxx.facebook.com^$subdocument,domain=onhax.me
@@||translate.google.com^$script,domain=onhax.me
@@||wp.com/wp-content/js/$script,domain=onhax.me
|http://$script,subdocument,third-party,xmlhttprequest,domain=onhax.me
|https://$script,subdocument,third-party,xmlhttprequest,domain=onhax.me
@@||kiss-anime.ws/embed.php$subdocument,~third-party
||kiss-anime.ws^$subdocument,~third-party
@@||ajax.googleapis.com^$script,domain=limetorrents.info|torrentdownload.ch|torrentdownloads.me|torrentfunk2.com
|http://$script,subdocument,third-party,xmlhttprequest,domain=limetorrents.info|torrentdownload.ch|torrentdownloads.me|torrentfunk2.com
|https://$script,subdocument,third-party,xmlhttprequest,domain=limetorrents.info|torrentdownload.ch|torrentdownloads.me|torrentfunk2.com
@@||cdn.jsdelivr.net^$script,domain=bittorrentsearchweb.com
|http://$script,subdocument,third-party,xmlhttprequest,domain=bittorrentsearchweb.com
|https://$script,subdocument,third-party,xmlhttprequest,domain=bittorrentsearchweb.com
|http://$script,subdocument,third-party,xmlhttprequest,domain=nowvideo.club|nowvideo.pw
|https://$script,subdocument,third-party,xmlhttprequest,domain=nowvideo.club|nowvideo.pw
|http://$script,stylesheet,third-party,domain=moviewatcher.is
|https://$script,stylesheet,third-party,domain=moviewatcher.is
$webrtc,domain=ibit.to
@@||cloudflare.com/ajax/libs/$script,domain=ibit.to
@@||fonts.googleapis.com^$stylesheet,domain=ibit.to
@@||jsdelivr.net/webtorrent/$script,domain=ibit.to
|http://$script,stylesheet,third-party,domain=ibit.to
|https://$script,stylesheet,third-party,domain=ibit.to
@@||bootstrapcdn.com^$script,stylesheet,domain=123unblock.icu|123unblock.info|123unblock.xyz|mrunlock.icu|mrunlock.pro|myunblock.com|nocensor.icu|nocensor.pro|prox4you.info|prox4you.pw|prox4you.xyz|unblockall.org|unblocked.app|unblocked.cx|unblocked.krd|unblocked.lc|unblocked.llc|unblocked.lol|unblocked.pet|unblocked.si|unblocked.win|unlockproject.icu|unlockproject.live
@@||cloudflare.com/ajax/$script,domain=123unblock.icu|123unblock.info|123unblock.xyz|mrunlock.icu|mrunlock.pro|myunblock.com|nocensor.icu|nocensor.pro|prox4you.info|prox4you.pw|prox4you.xyz|unblockall.org|unblocked.app|unblocked.cx|unblocked.krd|unblocked.lc|unblocked.llc|unblocked.lol|unblocked.pet|unblocked.si|unblocked.win|unlockproject.icu|unlockproject.live
@@||code.jquery.com^$script,domain=123unblock.icu|123unblock.info|123unblock.xyz|mrunlock.icu|mrunlock.pro|myunblock.com|nocensor.icu|nocensor.pro|prox4you.info|prox4you.pw|prox4you.xyz|unblockall.org|unblocked.app|unblocked.cx|unblocked.krd|unblocked.lc|unblocked.llc|unblocked.lol|unblocked.pet|unblocked.si|unblocked.win|unlockproject.icu|unlockproject.live
@@||googleapis.com^$script,stylesheet,domain=123unblock.icu|123unblock.info|123unblock.xyz|mrunlock.icu|mrunlock.pro|myunblock.com|nocensor.icu|nocensor.pro|prox4you.info|prox4you.pw|prox4you.xyz|unblockall.org|unblocked.app|unblocked.cx|unblocked.krd|unblocked.lc|unblocked.llc|unblocked.lol|unblocked.pet|unblocked.si|unblocked.win|unlockproject.icu|unlockproject.live
|http://$script,third-party,domain=123unblock.icu|123unblock.info|123unblock.xyz|mrunlock.icu|mrunlock.pro|myunblock.com|nocensor.icu|nocensor.pro|prox4you.info|prox4you.pw|prox4you.xyz|unblockall.org|unblocked.app|unblocked.cx|unblocked.krd|unblocked.lc|unblocked.llc|unblocked.lol|unblocked.pet|unblocked.si|unblocked.win|unlockproject.icu|unlockproject.live
|https://$script,third-party,domain=123unblock.icu|123unblock.info|123unblock.xyz|mrunlock.icu|mrunlock.pro|myunblock.com|nocensor.icu|nocensor.pro|prox4you.info|prox4you.pw|prox4you.xyz|unblockall.org|unblocked.app|unblocked.cx|unblocked.krd|unblocked.lc|unblocked.llc|unblocked.lol|unblocked.pet|unblocked.si|unblocked.win|unlockproject.icu|unlockproject.live
||chrome.google.com^$popup,domain=123unblock.icu|123unblock.info|123unblock.xyz|mrunlock.icu|mrunlock.pro|myunblock.com|nocensor.icu|nocensor.pro|prox4you.info|prox4you.pw|prox4you.xyz|unblockall.org|unblocked.app|unblocked.cx|unblocked.krd|unblocked.lc|unblocked.llc|unblocked.lol|unblocked.pet|unblocked.si|unblocked.win|unlockproject.icu|unlockproject.live
/^https?:\/\/.*(bitly|bit)\.(com|ly)\/.*/$domain=123movies.com|123unblock.icu|123unblock.info|123unblock.xyz|1337x.st|1337x.to|1movies.is|adsrt.com|ancient-origins.net|c123movies.com|clicknupload.org|daclips.in|downloadpirate.com|estream.to|estream.xyz|eztv.io|eztv.tf|eztv.yt|ffmovies.ru|fmovies.taxi|fmovies.world|fullmatchesandshows.com|gifsis.com|gomovies.sc|gomovieshub.is|gostreams.net|hdmoza.com|hdonline.is|healthline.com|intoupload.net|kickass2.ch|kickass2.st|kimcartoon.to|limetorrents.info|masterkreatif.com|megaup.net|monova.org|monova.to|movies.is|movies123.xyz|moviescouch.co|moviewatcher.is|mrunlock.icu|mrunlock.pro|newser.com|nocensor.icu|nocensor.pro|nowwatchtvlive.ws|onhax.me|pirateiro.com|postimg.cc|prox4you.info|prox4you.pw|prox4you.xyz|seedpeer.me|sendit.cloud|skidrowcrack.com|swatchseries.to|tinypic.com|torlock.com|torrentdownload.ch|torrentdownloads.me|torrentfunk.com|torrentfunk2.com|torrentz2.eu|tubidy.io|uiz.io|unblockall.org|unblocked.app|unblocked.cx|unblocked.llc|unblocked.lol|unblocked.pet|unblocked.si|unblocked.win|unlockproject.icu|unlockproject.live|uptobox.com|userscloud.com|vcstream.to|vidbull.tv|watchcartoononline.io|watchsomuch.info|x1337x.eu|x1337x.se|x1337x.ws|yesmovies.to|yify-movies.net|yifyddl.movie|ymovies.tv|yourbittorrent2.com|zippyshare.com
/^https?:\/\/.*\/.*sw[0-9a-z(.|_)].*/$script,xmlhttprequest,domain=123movies.com|123unblock.info|123unblock.xyz|1337x.st|1337x.to|1movies.is|adsrt.com|ancient-origins.net|anitube.cz|aniwatcher.com|bayfiles.com|c123movies.com|clicknupload.org|daclips.in|downace.com|downloadpirate.com|estream.to|estream.xyz|eztv.io|eztv.tf|eztv.yt|ffmovies.ru|filmlinks4u.is|flvto.biz|fmovies.taxi|fmovies.world|fmovieson.com|fullmatchesandshows.com|getlink.pro|gifsis.com|gomovies.sc|gomovieshub.is|gostreams.net|hdmoza.com|hdonline.is|healthline.com|intoupload.net|kickass2.ch|kickass2.st|kimcartoon.to|latestsocial.com|limetorrents.info|masterkreatif.com|megaup.net|monova.org|monova.to|movies.is|movies123.xyz|moviescouch.co|moviewatcher.is|mrunlock.icu|mrunlock.pro|newser.com|nocensor.icu|nocensor.pro|nowwatchtvlive.ws|nutritioninsight.com|onhax.me|openload.co|openload.pw|otakustream.tv|peggo.tv|piknu.com|pirateiro.com|postimg.cc|prox4you.info|prox4you.pw|prox4you.xyz|putlocker.ninja|putlocker.style|putlockers.movie|queenfaucet.website|seedpeer.me|sendit.cloud|series9.to|skidrowcrack.com|stream2watch.ws|swatchseries.to|tinypic.com|torlock.com|torrentdownload.ch|torrentdownloads.me|torrentfunk.com|torrentfunk2.com|torrentz2.eu|tubidy.io|uiz.io|unblockall.org|unblocked.app|unblocked.cx|unblocked.is|unblocked.llc|unblocked.lol|unblocked.pet|unblocked.si|unlockproject.icu|unlockproject.live|upload.ac|uploadproper.net|uplod.cc|uplod.io|uptobox.com|userscloud.com|ustreamix.com|ustreamyx.com|vidbull.tv|vidoza.co|vidoza.net|vidtomp3.com|vidup.io|watchcartoononline.io|watchsomuch.info|x1337x.eu|x1337x.se|x1337x.ws|yesmovies.to|yify-movies.net|yifyddl.movie|ymovies.tv|yourbittorrent2.com|zippyshare.com
/^((?!(^https?):\/\/(ajax\.googleapis\.com|cdnjs\.cloudflare\.com|fonts\.googleapis\.com)\/).*)$/$script,third-party,domain=oladblock.me|oladblock.services|oladblock.xyz|oload.cc|oload.cloud|oload.club|oload.download|oload.fun|oload.info|oload.live|oload.press|oload.services|oload.site|oload.space|oload.stream|oload.tv|oload.win|olpair.com|openload.cc|openload.co|openload.fun|openload.pw|openloed.co
|http://$image,script,subdocument,third-party,xmlhttprequest,domain=yourdailypornstars.com
|https://$image,script,subdocument,third-party,xmlhttprequest,domain=yourdailypornstars.com
@@||google.com/recaptcha/$script,subdocument,domain=vidtodo.com|vidtoro.com
@@||vidtodo.com^$image,script,domain=vidotodo.com|vidtoro.com
|http://$image,script,subdocument,third-party,domain=vidotodo.com|vidtoro.com
|https://$image,script,subdocument,third-party,domain=vidotodo.com|vidtoro.com
@@||google.com/complete/search?$script,domain=tamilrockerss.ch
@@||google.com/cse$script,domain=tamilrockerss.ch
@@||google.com/uds/$script,domain=tamilrockerss.ch
|http://$script,third-party,domain=tamilrockerss.ch
|https://$script,third-party,domain=tamilrockerss.ch
@@||aflamyz.com/p/players/$subdocument,domain=movs4u.to
@@||image.tmdb.org^$image,domain=movs4u.to
@@||www.movs4u.tv/jquery.remodal.js$script,domain=movs4u.to
@@||www.youtube.com/embed/$subdocument,domain=movs4u.to
|http://$image,script,stylesheet,subdocument,third-party,domain=aflamyz.com|movs4u.to
|https://$image,script,stylesheet,subdocument,third-party,domain=aflamyz.com|movs4u.to
@@||cdnjs.cloudflare.com^$script,domain=audioz.download
@@||code.jquery.com^$script,domain=audioz.download
@@||connect.facebook.net^$script,domain=audioz.download
|http://$image,script,third-party,domain=audioz.download
|https://$image,script,third-party,domain=audioz.download
@@||vnadigital.com^$xmlhttprequest,domain=youzik.com
@@||www.google.com/recaptcha/$subdocument,domain=youzik.com
|http://$image,script,subdocument,third-party,xmlhttprequest,domain=youzik.com
|https://$image,script,subdocument,third-party,xmlhttprequest,domain=youzik.com
$popup,third-party,domain=ytmp3.cc
@@||dropbox.com/static/$script,domain=ytmp3.cc
@@||oeaa.cc/check.php$script,domain=ytmp3.cc
@@||oeaa.cc/progress.php$script,domain=ytmp3.cc
|http://$image,script,subdocument,third-party,xmlhttprequest,domain=ytmp3.cc
|https://$image,script,subdocument,third-party,xmlhttprequest,domain=ytmp3.cc
@@||ajax.googleapis.com^$script,domain=ymovies.tv
@@||blogspot.com^$image,domain=ymovies.tv
@@||media-imdb.com^$image,script,domain=ymovies.tv
@@||tmdb.org^$image,domain=ymovies.tv
|http://$image,script,stylesheet,third-party,xmlhttprequest,domain=ymovies.tv
|https://$image,script,stylesheet,third-party,xmlhttprequest,domain=ymovies.tv
|http://$script,stylesheet,third-party,xmlhttprequest,domain=yify-movies.net
|https://$script,stylesheet,third-party,xmlhttprequest,domain=yify-movies.net
@@||loadshare.org^$xmlhttprequest,domain=tornadomovies.co
|http://$image,script,third-party,xmlhttprequest,domain=tornadomovies.co
|https://$image,script,third-party,xmlhttprequest,domain=tornadomovies.co
|http://$script,subdocument,third-party,xmlhttprequest,domain=megaup.net
|https://$script,subdocument,third-party,xmlhttprequest,domain=megaup.net
|http://$script,third-party,xmlhttprequest,domain=123movies.net
|https://$script,third-party,xmlhttprequest,domain=123movies.net
|http://$image,script,third-party,xmlhttprequest,domain=nowwatchtvlive.ws
|https://$image,script,third-party,xmlhttprequest,domain=nowwatchtvlive.ws
@@||code.jquery.com^$script,domain=kimcartoon.to
@@||disqus.com^$domain=kimcartoon.to
@@||disquscdn.com^$domain=kimcartoon.to
@@||zencdn.net^$script,domain=kimcartoon.to
|http://$script,subdocument,third-party,xmlhttprequest,domain=kimcartoon.to
|https://$script,subdocument,third-party,xmlhttprequest,domain=kimcartoon.to
/^https?:\/\/([0-9a-z\-]+\.)?(9anime|animeland|animenova|animeplus|animetoon|animewow|gamestorrent|goodanime|gogoanime|igg-games|kimcartoon|memecenter|readcomiconline|toonget|toonova|watchcartoononline)\.[a-z]{2,4}\/(?!([Ee]xternal|[Ii]mages|[Ss]cripts|[Uu]ploads|ac|ajax|assets|combined|content|cov|cover|(img\/bg)|(img\/icon)|inc|jwplayer|player|playlist-cat-rss|static|thumbs|wp-content|wp-includes)\/)(.*)/$image,other,script,~third-party,xmlhttprequest,domain=~animeland.hu|~memecenter.fr
@@||9anime.nl/user/ajax/$xmlhttprequest,domain=9anime.nl
@@||watchcartoononline.io/tema/images/jwplayer.jpg$image,~third-party
||readcomiconline.to/Scripts/customjavascript.js
||salon.com^*/main.js$script
@@||ajax.googleapis.com/ajax/libs/$script,domain=adyou.co|adyou.me
@@||google.com/recaptcha/$domain=adyou.co|adyou.me
|http://$script,stylesheet,subdocument,third-party,xmlhttprequest,domain=adyou.co|adyou.me
|https://$script,stylesheet,subdocument,third-party,xmlhttprequest,domain=adyou.co|adyou.me
||imageshack.com^$domain=adyou.co|adyou.me
|http://$image,script,stylesheet,third-party,domain=nzbstars.com
|https://$image,script,stylesheet,third-party,domain=nzbstars.com
@@||1movies.is/comments/$~third-party,xmlhttprequest
@@||1movies.is/series/$~third-party,xmlhttprequest
@@||1movies.is/user/$~third-party,xmlhttprequest
@@||blogspot.com^$image,domain=1movies.is
|http://$image,script,stylesheet,third-party,domain=1movies.is
|https://$image,script,stylesheet,third-party,domain=1movies.is
|http://$image,script,stylesheet,third-party,xmlhttprequest,domain=moviescouch.co
|https://$image,script,stylesheet,third-party,xmlhttprequest,domain=moviescouch.co
|http://$image,script,stylesheet,third-party,xmlhttprequest,domain=torrentfunk.com
|https://$image,script,stylesheet,third-party,xmlhttprequest,domain=torrentfunk.com
$script,stylesheet,subdocument,third-party,xmlhttprequest,domain=clipwatching.com
@@||bootstrapcdn.com^$script,stylesheet,domain=clipwatching.com
$webrtc,domain=hdmoza.com
@@||google.com/recaptcha/$script,subdocument,domain=hdmoza.com
@@||hdmoza.com/js/uploadify/swfobject.js$script
|http://$script,stylesheet,subdocument,third-party,xmlhttprequest,domain=hdmoza.com
|https://$script,stylesheet,subdocument,third-party,xmlhttprequest,domain=hdmoza.com
||hdmoza.com/nb/
$webrtc,domain=itdmusic.com|itdmusic.in
@@||itdmusic.in/wp-includes/js/$script,domain=itdmusic.com|itdmusic.in
|http://$script,third-party,xmlhttprequest,domain=itdmusic.com|itdmusic.in
|https://$script,third-party,xmlhttprequest,domain=itdmusic.com|itdmusic.in
$script,domain=imx.to
@@||imx.to/dropzone.js$script
@@||imx.to/js/bootstrap.min.js$script
@@||imx.to/js/csTransPieManual.js$script
@@||imx.to/js/jquery$script
$image,third-party,xmlhttprequest,domain=rd.com
$xmlhttprequest,domain=img2share.com
|http://$script,stylesheet,subdocument,third-party,xmlhttprequest,domain=img2share.com
$script,stylesheet,subdocument,third-party,websocket,xmlhttprequest,domain=estream.to|estream.xyz
@@||cloudflare.com/ajax/$script,domain=estream.to|estream.xyz
@@||escdn.co/js/sandblaster.js$script,domain=estream.to|estream.xyz
@@||escdn.co/js/tabber.js$script,domain=estream.to|estream.xyz
@@||escdn.co/player$script,domain=estream.to|estream.xyz
@@||escdn.co/t6/$script,domain=estream.to|estream.xyz
@@||escdn.co^$stylesheet,xmlhttprequest,domain=estream.to|estream.xyz
@@||escdn.co^*/1.js$script,domain=estream.to|estream.xyz
@@||flowplayer.org^$script,domain=estream.to|estream.xyz
@@||fonts.googleapis.com^$stylesheet,domain=estream.to|estream.xyz
||phi.estream.xyz^
||play.playe.estream.xyz^
@@$generichide,domain=vidoza.co|vidoza.net
@@||ajax.googleapis.com/ajax/libs/$script,domain=vidoza.co|vidoza.net
@@||cdn.vidoza.co/js/$script,domain=vidoza.co|vidoza.net
@@||cdn.vidoza.net/js/$script,domain=vidoza.co|vidoza.net
@@||cdnjs.cloudflare.com/ajax/libs/$script,domain=vidoza.co|vidoza.net
|http://$image,script,subdocument,third-party,domain=vidoza.co|vidoza.net
|https://$image,script,subdocument,third-party,domain=vidoza.co|vidoza.net
@@||filecrypt.cc/js/container.js$script
@@||filecrypt.cc/js/fcwindow.js$script
@@||filecrypt.cc/js/indexV2.js$script
@@||filecrypt.cc/js/indexV2_Plugin.js$script
@@||filecrypt.cc/js/prototype.js$script
@@||filecrypt.cc/js/scriptaculous/builder.js$script
@@||filecrypt.cc/js/scriptaculous/controls.js$script
@@||filecrypt.cc/js/scriptaculous/dragdrop.js$script
@@||filecrypt.cc/js/scriptaculous/effects.js$script
@@||filecrypt.cc/js/scriptaculous/scriptaculous.js$script
@@||filecrypt.cc/js/scriptaculous/slider.js$script
||filecrypt.cc/js/$script
@@||ajax.googleapis.com^$script,domain=blacklistednews.com
@@||disqus.com^$domain=blacklistednews.com
@@||disquscdn.com^$domain=blacklistednews.com
@@||maxcdn.bootstrapcdn.com^$script,domain=blacklistednews.com
@@||ravenjs.com^*/raven.min.js$domain=blacklistednews.com
|http://$script,stylesheet,subdocument,third-party,webrtc,xmlhttprequest,domain=blacklistednews.com
|https://$script,stylesheet,subdocument,third-party,webrtc,xmlhttprequest,domain=blacklistednews.com
@@||imagenpic.com/jquery-*.js
@@||imagenpic.com/jquery.*.js
@@||imagenpic.com/xupload.js
@@||imageshimage.com/jquery-*.js
@@||imageshimage.com/jquery.*.js
@@||imageshimage.com/xupload.js
@@||imagetwist.com/bootstrap.min.js
@@||imagetwist.com/clipboard.min.js
@@||imagetwist.com/jquery-*.js
@@||imagetwist.com/jquery.*.js
@@||imagetwist.com/swfobject.js
@@||imagetwist.com/xupload.js
@@||imagetwist.com/ZeroClipboard.js
||imagenpic.com^$script,~third-party
||imagenpic.com^$~third-party,xmlhttprequest
||imageshimage.com^$script,~third-party
||imageshimage.com^$~third-party,xmlhttprequest
||imagetwist.com^$script,~third-party
||imagetwist.com^$~third-party,xmlhttprequest
@@||imgspice.com/jquery.cookie.js|$script
@@||imgspice.com/jquery.uploadify.$script
@@||imgspice.com/tabber.js|$script
@@||imgspice.com/xupload.js$script
@@||imgspice.com/ZeroClipboard.js|$script
||imgspice.com^$script,~third-party
@@||pixhost.to/js/clipboard-helpers.js?
@@||pixhost.to/js/helpers.js?
@@||pixhost.to/js/image.js?
@@||pixhost.to/js/main.js?
@@||pixhost.to/js/new-upload.js?
@@||pixhost.to/js/upload_functions.js?
@@||pixhost.to/js/vendor/clipboard.min.js?
@@||pixhost.to/js/vendor/jquery-*.js?
@@||pixhost.to/js/vendor/jquery.*.js
@@||pixhost.to/js/vendor/nprogress.js|
@@||pixhost.to/js/vendor/rangeslider.min.js?
@@||pixhost.to/lang.js.php?
@@||pixhost.to/PhotoSwipe/photoswipe-*.js
@@||pixhost.to/PhotoSwipe/photoswipe.*.js
@@||pixhost.to/plupload/i18n/en.js?
@@||pixhost.to/plupload/jquery.*.js?
@@||pixhost.to/plupload/plupload.*.js?
@@||pixhost.to/vendor/jquery-*.js?
@@||pixroute.com/cdn-cgi/scripts/ddc5a536/cloudflare-static/email-decode.min.js
@@||pixroute.com/jquery-*.js|
@@||pixroute.com/jquery.*.js|
@@||pixroute.com/swfobject.js
@@||pixroute.com/tabber.js|
@@||pixroute.com/xupload.js?
||pixhost.to^$script,~third-party
||pixroute.com^$script,~third-party
$image,script,stylesheet,third-party,domain=stream2watch.ws
@@||cdn.jsdelivr.net^$script,domain=stream2watch.ws
@@||chatango.com^$domain=stream2watch.ws
@@||googleapis.com^$script,domain=stream2watch.ws
@@||jquery.com^$script,domain=stream2watch.ws
@@||zencdn.net^$script,stylesheet,domain=stream2watch.ws
@@||ajax.googleapis.com/ajax/libs/$script,domain=shink.me|shon.xyz
@@||cloudflare.com/ajax/$stylesheet,domain=shink.me|shon.xyz
@@||google.com/recaptcha/$domain=shink.me|shon.xyz
@@||maxcdn.bootstrapcdn.com^$stylesheet,domain=shink.me|shon.xyz
|http://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=shink.me|shon.xyz
|https://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=shink.me|shon.xyz
|http://$script,stylesheet,subdocument,third-party,xmlhttprequest,domain=bypassed.net
|https://$script,stylesheet,subdocument,third-party,xmlhttprequest,domain=bypassed.net
@@||ajax.googleapis.com/ajax/$script,domain=world4movies.ml
@@||disqus.com^$script,domain=world4movies.ml
@@||disquscdn.com^$script,domain=world4movies.ml
|http://$script,stylesheet,subdocument,third-party,xmlhttprequest,domain=world4movies.ml
|https://$script,stylesheet,subdocument,third-party,xmlhttprequest,domain=world4movies.ml
||bp.blogspot.com^$popup,domain=world4movies.ml
@@||ajax.googleapis.com^$script,domain=up-4ever.com
@@||connect.facebook.net^$script,domain=up-4ever.com
@@||fonts.googleapis.com^$stylesheet,domain=up-4ever.com
@@||maxcdn.bootstrapcdn.com^$stylesheet,domain=up-4ever.com
|http://$script,stylesheet,third-party,xmlhttprequest,domain=up-4ever.com
|https://$script,stylesheet,third-party,xmlhttprequest,domain=up-4ever.com
@@||ajax.googleapis.com^$script,domain=project-free-tv.ag
|http://$script,third-party,xmlhttprequest,domain=project-free-tv.ag
|https://$script,third-party,xmlhttprequest,domain=project-free-tv.ag
@@||fonts.googleapis.com^$domain=movies123.xyz
|http://$image,other,script,stylesheet,third-party,domain=movies123.xyz
|https://$image,other,script,stylesheet,third-party,domain=movies123.xyz
||putlocker68.com^$popup,domain=movies123.xyz
|http://$other,script,stylesheet,third-party,xmlhttprequest,domain=oneload.site
|https://$other,script,stylesheet,third-party,xmlhttprequest,domain=oneload.site
@@||bootstrapcdn.com^$domain=gomovies.sc|gomovieshub.is
@@||disqus.com^$script,domain=gomovieshub.is
|http://$other,script,stylesheet,third-party,xmlhttprequest,domain=gomovies.sc|gomovieshub.is
|https://$other,script,stylesheet,third-party,xmlhttprequest,domain=gomovies.sc|gomovieshub.is
@@||ajax.googleapis.com/ajax/libs/$script,domain=01fmovies.com|ffmovies.ru|fmovies.mx|fmovies.taxi|fmovies.world|fmovies123.cc|fmovieson.com|thefmovies.me
@@||akacdn.ru/assets/$image,domain=01fmovies.com|ffmovies.ru|fmovies.mx|fmovies.taxi|fmovies.world|fmovies123.cc|fmovieson.com|thefmovies.me
@@||akacdn.ru^*/assets/$script,stylesheet,domain=01fmovies.com|ffmovies.ru|fmovies.mx|fmovies.taxi|fmovies.world|fmovies123.cc|fmovieson.com|thefmovies.me
@@||akacdn.ru^*/images/$image,domain=01fmovies.com|ffmovies.ru|fmovies.mx|fmovies.taxi|fmovies.world|fmovies123.cc|fmovieson.com|thefmovies.me
@@||cloudflare.com^$script,stylesheet,domain=01fmovies.com|ffmovies.ru|fmovies.mx|fmovies.taxi|fmovies.world|fmovies123.cc|fmovieson.com|thefmovies.me
@@||disqus.com^$script,xmlhttprequest,domain=01fmovies.com|ffmovies.ru|fmovies.mx|fmovies.taxi|fmovies.world|fmovies123.cc|fmovieson.com|thefmovies.me
@@||disquscdn.com^$script,stylesheet,xmlhttprequest,domain=01fmovies.com|ffmovies.ru|fmovies.mx|fmovies.taxi|fmovies.world|fmovies123.cc|fmovieson.com|thefmovies.me
@@||fmovies.*/ajax/$xmlhttprequest,domain=01fmovies.com|ffmovies.ru|fmovies.mx|fmovies.taxi|fmovies.world|fmovies123.cc|fmovieson.com|thefmovies.me
@@||fmovies.*/grabber-api/?$domain=01fmovies.com|ffmovies.ru|fmovies.mx|fmovies.taxi|fmovies.world|fmovies123.cc|fmovieson.com|thefmovies.me
@@||fmovies.*/user/$xmlhttprequest,domain=01fmovies.com|ffmovies.ru|fmovies.mx|fmovies.taxi|fmovies.world|fmovies123.cc|fmovieson.com|thefmovies.me
@@||fonts.googleapis.com^$stylesheet,domain=01fmovies.com|ffmovies.ru|fmovies.mx|fmovies.taxi|fmovies.world|fmovies123.cc|fmovieson.com|thefmovies.me
@@||image.tmdb.org^$image,domain=01fmovies.com|ffmovies.ru|fmovies.mx|fmovies.taxi|fmovies.world|fmovies123.cc|fmovieson.com|thefmovies.me
@@||platform.twitter.com^$script,domain=01fmovies.com|ffmovies.ru|fmovies.mx|fmovies.taxi|fmovies.world|fmovies123.cc|fmovieson.com|thefmovies.me
@@||playercdn.net^$image,domain=01fmovies.com|ffmovies.ru|fmovies.mx|fmovies.taxi|fmovies.world|fmovies123.cc|fmovieson.com|thefmovies.me
|http://$image,other,script,stylesheet,third-party,xmlhttprequest,domain=01fmovies.com|ffmovies.ru|fmovies.mx|fmovies.taxi|fmovies.world|fmovies123.cc|fmovieson.com|thefmovies.me
|https://$image,other,script,stylesheet,third-party,xmlhttprequest,domain=01fmovies.com|ffmovies.ru|fmovies.mx|fmovies.taxi|fmovies.world|fmovies123.cc|fmovieson.com|thefmovies.me
||01fmovies.com/mmmasdfl-asd
@@||ajax.googleapis.com^$script,domain=ancient-origins.net
@@||connect.facebook.net^$script,domain=ancient-origins.net
|http://$script,third-party,xmlhttprequest,domain=ancient-origins.net
|https://$script,third-party,xmlhttprequest,domain=ancient-origins.net
@@||ajax.googleapis.com/ajax/libs/$script,domain=alltube.pl
@@||alltube.pl/?$xmlhttprequest
@@||alltube.pl/jsverify.php$xmlhttprequest
|http://$script,third-party,domain=alltube.pl
|https://$script,third-party,domain=alltube.pl
@@||ajax.googleapis.com^$script,domain=vshare.eu
@@||cdnjs.cloudflare.com^$script,domain=vshare.eu
@@||lp.longtailvideo.com^$script,domain=vshare.eu
@@||vjs.zencdn.net^$script,domain=vshare.eu
|http://$script,stylesheet,third-party,xmlhttprequest,domain=vshare.eu
|https://$script,stylesheet,third-party,xmlhttprequest,domain=vshare.eu
|http://$script,third-party,xmlhttprequest,domain=filmlinks4u.is
|https://$script,third-party,xmlhttprequest,domain=filmlinks4u.is
@@||9anime.*/home/ajax/schedule?$~third-party,xmlhttprequest,domain=9anime.nl|9anime.vip
@@||9anime.*/user/ajax/menu-bar?$~third-party,xmlhttprequest,domain=9anime.nl|9anime.vip
@@||ajax.googleapis.com/ajax/libs/jquery/$script,domain=9anime.nl|9anime.vip
@@||connect.facebook.net^$script,domain=9anime.nl|9anime.vip
@@||disqus.com^$domain=9anime.nl|9anime.vip
@@||disquscdn.com^$domain=9anime.nl|9anime.vip
@@||fonts.googleapis.com^$stylesheet,domain=9anime.nl|9anime.vip
@@||googleusercontent.com/gadgets/$image,domain=9anime.nl|9anime.vip
@@||platform.twitter.com^$script,domain=9anime.nl|9anime.vip
|http://$script,stylesheet,third-party,xmlhttprequest,domain=9anime.nl|9anime.vip
|https://$script,stylesheet,third-party,xmlhttprequest,domain=9anime.nl|9anime.vip
||9anime.*/*callback
||9anime.*/inc/$script
||9anime.*/sw.js
@@/index-*.m3u8$xmlhttprequest,domain=watchvideo.us
@@/master.m3u8$xmlhttprequest,domain=watchvideo.us
@@/seg-*.ts$xmlhttprequest,domain=watchvideo.us
|http://$script,third-party,xmlhttprequest,domain=watchvideo.us
|https://$script,third-party,xmlhttprequest,domain=watchvideo.us
||bit.ly^$subdocument,domain=watchvideo.us
@@||disqus.com^$domain=series9.to
@@||disquscdn.com^$domain=series9.to
@@||google.com/recaptcha/$subdocument,domain=series9.to
@@||themovieseries.net^$image,domain=series9.to
@@||vidcloud.icu^$subdocument,domain=series9.to
|http://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=series9.to
|https://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=series9.to
$subdocument,third-party,domain=vidcloud.icu
@@||disqus.com^$domain=gowatchseries.tv
@@||disquscdn.com^$domain=gowatchseries.tv
@@||fembed.com^$subdocument,domain=gowatchseries.tv
@@||openload.co^$subdocument,domain=gowatchseries.tv
@@||streamango.com^$subdocument,domain=gowatchseries.tv
@@||themovieseries.net^$image,domain=gowatchseries.tv
@@||vidcloud.icu^$subdocument,domain=gowatchseries.tv
|http://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=gowatchseries.tv
|https://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=gowatchseries.tv
|http://$script,third-party,xmlhttprequest,domain=pcgames-download.com
|https://$script,third-party,xmlhttprequest,domain=pcgames-download.com
|http://$script,third-party,xmlhttprequest,domain=skidrowreloaded.com
|https://$script,third-party,xmlhttprequest,domain=skidrowreloaded.com
@@||cdn1-ancensored.network/script.js$script,domain=ancensored.com
@@||code.jquery.com^$domain=ancensored.com
|http://$script,third-party,xmlhttprequest,domain=ancensored.com
|https://$script,third-party,xmlhttprequest,domain=ancensored.com
|http://$script,third-party,xmlhttprequest,domain=embedscr.to|embedsr.to|iembedrip.com
|https://$script,third-party,xmlhttprequest,domain=embedscr.to|embedsr.to|iembedrip.com
@@||cdndoge.xyz/common/js/cookie.js
@@||cdndoge.xyz/common/js/jquery.js
@@||cdndoge.xyz/lib/sweetalert/sweetalert.js
@@||cdndoge.xyz/video-download/js/bootstrap.js
@@||cdndoge.xyz/video-download/js/dropdown.js
@@||cdndoge.xyz/video-download/js/event.js
@@||cdndoge.xyz/video-download/js/waves.js
@@||loadercdn.io^$script,domain=video-download.co
@@||static.h-bid.com/video-download.co/$script,domain=video-download.co
|http://$script,third-party,xmlhttprequest,domain=video-download.co
|https://$script,third-party,xmlhttprequest,domain=video-download.co
@@||readysethealth.com/wp-includes/js/wp-emoji-release.min.js$script
@@||wpengine.netdna-cdn.com/wp-includes/$script,domain=readysethealth.com
|http://$script,domain=readysethealth.com
|https://$script,domain=readysethealth.com
@@||cloudflare.com^$script,domain=old123movies.com
@@||googleapis.com^$script,domain=old123movies.com
@@||hqq.tv^$script,xmlhttprequest,domain=old123movies.com
@@||netdna-ssl.com^$script,stylesheet,domain=old123movies.com
|http://$script,third-party,xmlhttprequest,domain=old123movies.com
|https://$script,third-party,xmlhttprequest,domain=old123movies.com
|https://*?$popup,domain=old123movies.com
@@||ajax.googleapis.com^$script,domain=veekyforums.com
|http://$script,third-party,xmlhttprequest,domain=veekyforums.com
||veekyforums.com^$subdocument,~third-party
|http://$script,xmlhttprequest,domain=urlcash.net
|https://$script,xmlhttprequest,domain=urlcash.net
@@||4archive.org/js/extension.min.js
@@||4archive.org/js/jquery.min.js
@@||4archive.org/js/linkify-jquery.min.js
@@||4archive.org/js/linkify.min.js
@@||4archive.org/style/$stylesheet,~third-party
@@||4archive.org^$generichide
@@||ajax.googleapis.com^$script,domain=4archive.org|randomarchive.com|thebarchive.com
@@||randomarchive.com/js/extension.min.js
@@||randomarchive.com/js/jquery.min.js
@@||randomarchive.com/js/linkify-jquery.min.js
@@||randomarchive.com/js/linkify.min.js
@@||randomarchive.com/style/$stylesheet
@@||thebarchive.com/_/api/$~third-party,xmlhttprequest
@@||thebarchive.com/foolfuuka/$stylesheet
@@||thebarchive.com/foolfuuka/components/highlightjs/highlight.pack.js
@@||thebarchive.com/foolfuuka/foolz/*/board.js
@@||thebarchive.com/foolfuuka/foolz/*/bootstrap.min.js
@@||thebarchive.com/foolfuuka/foolz/*/plugins.js
@@||thebarchive.com/foolfuuka/mathjax/mathjax/$script
|http://$script,stylesheet,xmlhttprequest,domain=4archive.org|randomarchive.com|thebarchive.com
|https://$script,stylesheet,xmlhttprequest,domain=4archive.org|randomarchive.com|thebarchive.com
||rarbg.to^$script,~third-party
||rarbg2019.org^$script,~third-party
||rarbgaccess.org^$script,~third-party
||rarbgmirror.com^$script,~third-party
||rarbgmirror.org^$script,~third-party
||rarbgmirror.xyz^$script,~third-party
||rarbgmirrored.org^$script,~third-party
||rarbgproxy.org^$script,~third-party
||rarbgprx.org^$script,~third-party
||rarbgto.org^$script,~third-party
@@||code.jquery.com^$script,domain=rule34.xxx
@@||rule34.xxx/ads.js$script,~third-party
@@||rule34.xxx/cdn-cgi/scripts/*/email-decode.min.js$script,~third-party
@@||rule34.xxx/css/sinni.js$script,~third-party
@@||rule34.xxx/script/application.js$script,~third-party
@@||rule34.xxx/script/awesomplete.min.js$script,~third-party
@@||rule34.xxx/script/fluidplayer.min.js$script,~third-party
@@||rule34.xxx/script/fluidplayer/fluidplayer.js$script,~third-party
@@||sweetcaptcha.com^$script,domain=rule34.xxx
|http://$script,domain=rule34.xxx
|https://$script,domain=rule34.xxx
@@||ajax.googleapis.com^$script,domain=kat.sx
@@||kat.sx/jquery.min.js$script,~third-party
|http://$script,domain=kat.sx
|https://$script,domain=kat.sx
@@||cdn.multiup.org/assets/js.js$script,domain=multiup.eu
|http://$script,third-party,xmlhttprequest,domain=multiup.eu|multiup.org
|https://$script,third-party,xmlhttprequest,domain=multiup.eu|multiup.org
@@|http://$image,third-party,domain=uploadocean.com
@@|https://$image,third-party,domain=uploadocean.com
@@||ajax.googleapis.com^$script,third-party,domain=uploadocean.com
@@||maxcdn.bootstrapcdn.com^$domain=uploadocean.com
|http://$script,third-party,xmlhttprequest,domain=uploadocean.com
|https://$script,third-party,xmlhttprequest,domain=uploadocean.com
@@||connect.facebook.net^$script,domain=xmovies8.es|xmovies8.ru|xmovies8.tv
@@||disqus.com^$script,domain=xmovies8.es|xmovies8.ru|xmovies8.tv
@@||disquscdn.com^$script,domain=xmovies8.es|xmovies8.ru|xmovies8.tv
@@||jwplatform.com^$script,domain=xmovies8.es|xmovies8.ru|xmovies8.tv
@@||jwpsrv.com^$script,domain=xmovies8.es|xmovies8.ru|xmovies8.tv
|http://$script,third-party,xmlhttprequest,domain=xmovies8.es|xmovies8.ru|xmovies8.tv
|https://$script,third-party,xmlhttprequest,domain=xmovies8.es|xmovies8.ru|xmovies8.tv
@@||amazonaws.com/html5player.gamezone.com/$script,domain=fullmatchesandshows.com
@@||platform.instagram.com^$script,domain=fullmatchesandshows.com
@@||playwire.com^$script,xmlhttprequest,domain=fullmatchesandshows.com
@@||s.gravatar.com^$script,domain=fullmatchesandshows.com
@@||video.twimg.com^$xmlhttprequest,domain=twitter.com
@@||wp.com/wp-content/js/$script,domain=fullmatchesandshows.com
|http://$script,third-party,xmlhttprequest,domain=fullmatchesandshows.com
|https://$script,third-party,xmlhttprequest,domain=fullmatchesandshows.com
@@||fonts.googleapis.com^$stylesheet,domain=yify.is
@@||yify.is/assets/$stylesheet,~third-party
@@||yify.is/assets/js/b0f127a10831e175bbf44e730789dd85.js$script,~third-party
|http://$script,stylesheet,domain=yify.is
|https://$script,stylesheet,domain=yify.is
|http://$script,third-party,xmlhttprequest,domain=downace.com
|https://$script,third-party,xmlhttprequest,domain=downace.com
@@||algolianet.com^$script,xmlhttprequest,domain=streamwoop.net
@@||cdn.jsdelivr.net^$script,domain=streamwoop.net
@@||cdnjs.cloudflare.com^$script,domain=streamwoop.net
@@||connect.facebook.net^$script,domain=streamwoop.net
@@||streamwoop.com^$script,domain=streamwoop.net
|http://$script,third-party,xmlhttprequest,domain=streamwoop.net
|https://$script,third-party,xmlhttprequest,domain=streamwoop.net
|http://$script,third-party,xmlhttprequest,domain=upload.ac|uplod.cc|uplod.io
|https://$script,third-party,xmlhttprequest,domain=upload.ac|uplod.cc|uplod.io
/^https?:\/\/[\w.-]*gelbooru\.com.*[a-zA-Z0-9?!=@%#]{40,}/$image,other,domain=gelbooru.com
@@||ads.exosrv.com^$script,domain=gelbooru.com
@@||gelbooru.com/ads.js$script,~third-party
@@||gelbooru.com^$generichide
||gelbooru.com*/license.$script
||gelbooru.com*/tryt.$script
||gelbooru.com/halloween/
@@||disqus.com^$script,domain=professionaladviser.com|theinquirer.net
@@||disquscdn.com^$script,domain=professionaladviser.com|theinquirer.net
@@||googletagservices.com/tag/js/gpt.js$domain=theinquirer.net
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_$script,domain=theinquirer.net
@@||tpc.googlesyndication.com/pagead/imgad?id=$image,domain=theinquirer.net
|http://$script,third-party,domain=professionaladviser.com|theinquirer.net
|https://$script,third-party,domain=professionaladviser.com|theinquirer.net
@@||vidtodo.com^$image,script,stylesheet,xmlhttprequest,domain=vidtodoo.com
@@||vidtodoo.com^$image,script,stylesheet,xmlhttprequest,domain=vidtodo.com
|http*://$image,script,stylesheet,third-party,xmlhttprequest,domain=vidtodo.com|vidtodoo.com
@@||ajax.googleapis.com^$script,domain=games.pch.com
@@||apis.google.com^$script,domain=games.pch.com
@@||cdnjs.cloudflare.com^$script,domain=games.pch.com
@@||content.jwplatform.com^$domain=games.pch.com
@@||gigya.com^$domain=games.pch.com
@@||pchassets.com^$script,domain=games.pch.com
@@||shoqolate.com^$script,domain=games.pch.com
@@||tags.tiqcdn.com^$domain=games.pch.com
|http://$script,third-party,xmlhttprequest,domain=games.pch.com
|https://$script,third-party,xmlhttprequest,domain=games.pch.com
@@?stream=/embed/*&width=*&height=$script,domain=firstrowas.co|gofirstrow.eu|ifirstrow.eu|ifirstrowit.eu|webfirstrow.eu
@@||ajax.googleapis.com^$script,domain=firstrowas.co|gofirstrow.eu|ifirstrow.eu|ifirstrowit.eu|webfirstrow.eu
@@||platform.twitter.com^$script,domain=firstrowas.co|gofirstrow.eu|ifirstrow.eu|ifirstrowit.eu|webfirstrow.eu
|http://$script,third-party,xmlhttprequest,domain=firstrowas.co|gofirstrow.eu|ifirstrow.eu|ifirstrowit.eu|webfirstrow.eu
|https://$script,third-party,xmlhttprequest,domain=firstrowas.co|gofirstrow.eu|ifirstrow.eu|ifirstrowit.eu|webfirstrow.eu
||gamerant.com/porpoiseant/
@@||s.gravatar.com^$script,third-party,domain=s0ft4pc.com
@@||wp.com/wp-content/js/$script,domain=s0ft4pc.com
|http://$script,third-party,xmlhttprequest,domain=s0ft4pc.com
|https://$script,third-party,xmlhttprequest,domain=s0ft4pc.com
@@||ajax.googleapis.com^$script,domain=putlocker.ninja|putlocker.style|putlockers.mn|putlockers.movie
@@||apis.google.com^$script,subdocument,domain=putlocker.ninja|putlocker.style|putlockers.mn|putlockers.movie
@@||cdn.jsdelivr.net^$script,stylesheet,domain=putlocker.ninja|putlocker.style|putlockers.mn|putlockers.movie
@@||cdnjs.cloudflare.com^$script,stylesheet,domain=putlocker.ninja|putlocker.style|putlockers.mn|putlockers.movie
@@||connect.facebook.net^$script,domain=putlocker.ninja|putlocker.style|putlockers.mn|putlockers.movie
|http://$script,stylesheet,third-party,xmlhttprequest,domain=putlocker.ninja|putlocker.style|putlockers.mn|putlockers.movie
|https://$script,stylesheet,third-party,xmlhttprequest,domain=putlocker.ninja|putlocker.style|putlockers.mn|putlockers.movie
@@||api-secure.solvemedia.com^$domain=depositfiles.com|dfiles.eu|dfiles.ru
@@||api.solvemedia.com^$third-party,domain=depositfiles.com|dfiles.eu|dfiles.ru
@@||depositfiles.com/api/$xmlhttprequest
@@||depositfiles.com/get_file.php$xmlhttprequest
@@||depositfiles.com/gold/$xmlhttprequest
@@||depositfiles.com/js/$script
@@||depositfiles.com/thumb/$image,xmlhttprequest
@@||depositfiles.com/thumbs/$image,xmlhttprequest
@@||depositfiles.com/upload/$subdocument
@@||depositfiles.com^$generichide
@@||dfiles.eu/api/$xmlhttprequest
@@||dfiles.eu/get_file.php$xmlhttprequest
@@||dfiles.eu/gold/$xmlhttprequest
@@||dfiles.eu/js/$script
@@||dfiles.eu/thumb/$image,xmlhttprequest
@@||dfiles.eu/thumbs/$image,xmlhttprequest
@@||dfiles.eu/upload/$subdocument
@@||dfiles.eu^$generichide
@@||dfiles.ru/api/$xmlhttprequest
@@||dfiles.ru/get_file.php$xmlhttprequest
@@||dfiles.ru/gold/$xmlhttprequest
@@||dfiles.ru/js/$script
@@||dfiles.ru/thumb/$image,xmlhttprequest
@@||dfiles.ru/thumbs/$image,xmlhttprequest
@@||dfiles.ru/upload/$subdocument
@@||dfiles.ru^$generichide
@@||google.com/js/bg/$script,domain=depositfiles.com|dfiles.eu|dfiles.ru
@@||google.com/recaptcha/$subdocument,domain=depositfiles.com|dfiles.eu|dfiles.ru
@@||static.depositfiles.com^$image,script
@@||static.dfiles.eu^$image,script
@@||static.dfiles.ru^$image,script
|http://$image,script,subdocument,xmlhttprequest,domain=depositfiles.com|dfiles.eu|dfiles.ru
|https://$image,script,subdocument,xmlhttprequest,domain=depositfiles.com|dfiles.eu|dfiles.ru
@@||ajax.googleapis.com^$script,domain=autoworldnews.com|biohealthinnovation.org|counselheal.com|dolphnsix.com|foodworldnews.com|gamenguide.com|itechpost.com|mobilenapps.com|scienceworldreport.com|travelerstoday.com|universityherald.com
@@||cdnjs.cloudflare.com^$script,domain=autoworldnews.com|biohealthinnovation.org|counselheal.com|dolphnsix.com|foodworldnews.com|gamenguide.com|itechpost.com|mobilenapps.com|scienceworldreport.com|travelerstoday.com|universityherald.com
@@||connect.facebook.net^$script,domain=autoworldnews.com|biohealthinnovation.org|counselheal.com|dolphnsix.com|foodworldnews.com|gamenguide.com|itechpost.com|mobilenapps.com|scienceworldreport.com|travelerstoday.com|universityherald.com
@@||disqus.com^$script,domain=gamenguide.com
@@||platform.instagram.com^$script,domain=autoworldnews.com|biohealthinnovation.org|counselheal.com|dolphnsix.com|foodworldnews.com|gamenguide.com|itechpost.com|mobilenapps.com|scienceworldreport.com|universityherald.com
@@||platform.twitter.com^$script,domain=gamenguide.com
@@||springboardplatform.com^$domain=biohealthinnovation.org|counselheal.com|dolphnsix.com|foodworldnews.com|itechpost.com|universityherald.com
@@||tv.bsvideos.com^$domain=itechpost.com
|http://$script,third-party,xmlhttprequest,domain=autoworldnews.com|biohealthinnovation.org|counselheal.com|dolphnsix.com|foodworldnews.com|gamenguide.com|itechpost.com|mobilenapps.com|scienceworldreport.comuniversityherald.com|travelerstoday.com
|https://$script,third-party,xmlhttprequest,domain=autoworldnews.com|biohealthinnovation.org|counselheal.com|dolphnsix.com|foodworldnews.com|gamenguide.com|itechpost.com|mobilenapps.com|scienceworldreport.com|travelerstoday.com|universityherald.com
||code.jquery.com^$script,domain=kumb.com
|http://$script,third-party,xmlhttprequest,domain=bc.vc
|https://$script,third-party,xmlhttprequest,domain=bc.vc
@@/email-decode.min.js$script,domain=eztv.io|eztv.tf|eztv.yt
@@/img1.js$script,domain=eztv.io|eztv.tf|eztv.yt
@@/jsc2.js$script,domain=eztv.io|eztv.tf|eztv.yt
@@/search_shows2.js$script,domain=eztv.io|eztv.tf|eztv.yt
@@||ajax.googleapis.com^$script,domain=eztv.io|eztv.tf|eztv.yt
@@||cdnjs.cloudflare.com^$script,domain=eztv.io|eztv.tf|eztv.yt
@@||connect.facebook.net^$script,domain=eztv.io|eztv.tf|eztv.yt
@@||eztv.io^$generichide
@@||eztv.tf^$generichide
@@||eztv.yt^$generichide
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=eztv.io|eztv.tf|eztv.yt
|http://$script,xmlhttprequest,domain=eztv.io|eztv.tf|eztv.yt
|https://$script,xmlhttprequest,domain=eztv.io|eztv.tf|eztv.yt
@@||adf.ly/static/image/$image,~third-party
@@||s1-adfly.com/show.php?$subdocument,third-party,domain=adf.ly
|http://$third-party,domain=adf.ly|s1-adfly.com
|https://$third-party,domain=adf.ly|s1-adfly.com
|http://$script,third-party,xmlhttprequest,domain=linkdrop.net
|https://$script,third-party,xmlhttprequest,domain=linkdrop.net
$script,third-party,xmlhttprequest,domain=tamilyogi.cc|tamilyogi.fm|tamilyogi.vip
$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=salefiles.com
@@||maxcdn.bootstrapcdn.com^$domain=salefiles.com
$media,domain=damimage.com|imagedecode.com|imageteam.org
|http://$image,script,third-party,xmlhttprequest,domain=damimage.com|imagedecode.com|imageteam.org
|https://$image,script,third-party,xmlhttprequest,domain=damimage.com|imagedecode.com|imageteam.org
|http://$image,script,third-party,xmlhttprequest,domain=imgskull.com
|https://$image,script,third-party,xmlhttprequest,domain=imgskull.com
||imgdew.pw^$script
||imgmaze.pw^$script
||imgskull.com^$xmlhttprequest
||imgtown.pw^$script
||imgview.pw^$script
@@||imgadult.com*/advertisement.js$script
@@||imgdrive.net*/advertisement.js$script
@@||imgtaxi.com*/advertisement.js$script
@@||imgtown.net/js/jquery-1.10.2.min.js$script,domain=imgtown.pw
@@||imgtown.net/js/xupload.js?$script,domain=imgtown.pw
@@||imgwallet.com*/advertisement.js$script
|http://$image,script,third-party,xmlhttprequest,domain=damimage.com|dimtus.com|imagedecode.com|imageteam.org|imgadult.com|imgclick.net|imgdew.com|imgdew.pw|imgdrive.net|imgkings.com|imgmaze.com|imgmaze.pw|imgoutlet.com|imgrock.info|imgrock.net|imgrock.pw|imgstudio.org|imgtaxi.com|imgtown.net|imgtown.pw|imgview.net|imgview.pw|imgwallet.com
|https://$image,script,third-party,xmlhttprequest,domain=damimage.com|dimtus.com|imagedecode.com|imageteam.org|imgadult.com|imgclick.net|imgdew.com|imgdew.pw|imgdrive.net|imgkings.com|imgmaze.com|imgmaze.pw|imgoutlet.com|imgrock.info|imgrock.net|imgrock.pw|imgstudio.org|imgtaxi.com|imgtown.net|imgtown.pw|imgview.net|imgview.pw|imgwallet.com
||imgadult.com^$subdocument
||imgtaxi.com^$subdocument
||imgwallet.com^$subdocument
|http://$script,third-party,xmlhttprequest,domain=filedot.xyz
|https://$script,third-party,xmlhttprequest,domain=filedot.xyz
|http://$script,third-party,xmlhttprequest,domain=rlslog.net
|https://$script,third-party,xmlhttprequest,domain=rlslog.net
|http://$script,third-party,xmlhttprequest,domain=torrenteo.com
|https://$script,third-party,xmlhttprequest,domain=torrenteo.com
|http://$image,script,third-party,xmlhttprequest,domain=imgcandy.net
|https://$image,script,third-party,xmlhttprequest,domain=imgcandy.net
||imgcandy.net/fad/$script
@@||gstatic.com^$script,domain=streamvid.co
|http://$script,third-party,xmlhttprequest,domain=streamvid.co
|https://$script,third-party,xmlhttprequest,domain=streamvid.co
@@||apis.google.com/js/plusone.js$script,domain=4shared.com
@@||connect.facebook.net^$script,domain=4shared.com
|http://$script,third-party,xmlhttprequest,domain=4shared.com
|https://$script,third-party,xmlhttprequest,domain=4shared.com
|ws://$domain=4shared.com
.xyz/$popup,domain=streamplay.to
@@||streamplay.to/js/bootstrap.min.js|$script,domain=streamplay.to
@@||streamplay.to/js/jquery*min.js|$script,domain=streamplay.to
@@||streamplay.to/js/jquery.cookie.js|$script,domain=streamplay.to
@@||streamplay.to/js/modernizr.custom.*.js|$script,domain=streamplay.to
@@||streamplay.to/js/xupload.js|$script,domain=streamplay.to
@@||streamplay.to/player*/jwplayer.html5.js|$script,domain=streamplay.to
@@||streamplay.to/player*/jwplayer.js?$script,domain=streamplay.to
@@||streamplay.to/player*/jwpsrv.js|$script,domain=streamplay.to
@@||streamplay.to/player*/lightsout.js|$script,domain=streamplay.to
|http://$image,script,subdocument,third-party,xmlhttprequest,domain=streamplay.to
|https://$image,script,subdocument,third-party,xmlhttprequest,domain=streamplay.to
||streamplay.to^$script,domain=streamplay.to
$websocket,domain=povvideo.net|powvideo.net
@@||ajax.googleapis.com^$script,third-party,domain=povvideo.net|powvideo.net
@@||code.jquery.com^$script,domain=povvideo.net|powvideo.net
@@||codeorigin.jquery.com^$domain=povvideo.net|powvideo.net
@@||img.powvideo.net/scap/$image,domain=povvideo.net
|http://$image,script,subdocument,third-party,xmlhttprequest,domain=povvideo.net|powvideo.net
|https://$image,script,subdocument,third-party,xmlhttprequest,domain=povvideo.net|powvideo.net
@@||ajax.googleapis.com^$script,third-party,domain=cinenews.be
@@||connect.facebook.net^$script,third-party,domain=cinenews.be
|http://$script,third-party,xmlhttprequest,domain=cinenews.be
|https://$script,third-party,xmlhttprequest,domain=cinenews.be
@@||ajax.googleapis.com^$script,third-party,domain=daclips.in
@@||trandsey.info/popunder.gif$image,domain=daclips.in
|http://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=daclips.in
|https://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=daclips.in
@@||addthis.com/static/$subdocument,domain=tinypic.com
@@||api.solvemedia.com^$domain=tinypic.com
|http://$image,third-party,domain=tinypic.com
|http://$subdocument,third-party,xmlhttprequest,domain=tinypic.com
|https://$image,third-party,domain=tinypic.com
@@||jwpsrv.com/library/$script,domain=vidspot.net
|http://$script,third-party,xmlhttprequest,domain=vidspot.net
|https://$script,third-party,xmlhttprequest,domain=vidspot.net
@@||ajax.googleapis.com^$script,third-party,domain=streamcloud.eu
@@||opensubtitles.org/cdn-cgi/nexp/dok3v=*/cloudflare/rocket.js$domain=opensubtitles.org
@@||recaptcha.net/recaptcha/$domain=opensubtitles.org
@@||static.opensubtitles.org/libs/js/$script,domain=opensubtitles.org
|http://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=streamcloud.eu
|http://$script,subdocument,third-party,xmlhttprequest,domain=opensubtitles.org
|https://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=streamcloud.eu
|https://$script,subdocument,third-party,xmlhttprequest,domain=opensubtitles.org
||meta.streamcloud.eu^
||opensubtitles.org^*.js|$script,domain=opensubtitles.org
@@||disqus.com^$script,third-party,domain=couchtuner.click
|http://$image,script,third-party,xmlhttprequest,domain=couchtuner.click
|https://$image,script,third-party,xmlhttprequest,domain=couchtuner.click
$webrtc,domain=uptobox.com
@@||ajax.googleapis.com^$script,domain=uptobox.com|uptostream.com
@@||googleapis.com/js/sdkloader/ima3.js$script,domain=uptobox.com|uptostream.com
@@||googletagmanager.com/gtag/js$script,domain=uptobox.com|uptostream.com
@@||gstatic.com^$script,domain=uptobox.com|uptostream.com
@@||platform.twitter.com/widgets.js$domain=uptobox.com|uptostream.com
@@||uptostream.com^$generichide
|http://$script,third-party,xmlhttprequest,domain=uptobox.com|uptostream.com
|https://$script,third-party,xmlhttprequest,domain=uptobox.com|uptostream.com
@@||cdnjs.cloudflare.com^$script,domain=userscloud.com
@@||d3edizycpjjo07.cloudfront.net/assets/library/jquery/jquery.min.js$script,domain=userscloud.com
@@||d3edizycpjjo07.cloudfront.net/xupload.js$script,domain=userscloud.com
@@||usercdn.com/cgi-bin/upload.cgi?$subdocument,domain=userscloud.com
@@||usercdn.com/i/$image,domain=userscloud.com
@@||usercdn.com/tmp/status.html?$subdocument,domain=userscloud.com
@@||vjs.zencdn.net^$script,domain=userscloud.com
@@||widget.uservoice.com^$script,domain=userscloud.com
|http://$image,script,subdocument,third-party,xmlhttprequest,domain=userscloud.com
|https://$image,script,subdocument,third-party,xmlhttprequest,domain=userscloud.com
||userscloud.com/js/vendor/core/bootstrap.js
@@||code.jquery.com^$script,domain=sendit.cloud
@@||sendit.download/i/$image,domain=sendit.cloud
@@||vjs.zencdn.net^$script,domain=sendit.cloud
|http://$image,script,subdocument,third-party,xmlhttprequest,domain=sendit.cloud
|https://$image,script,subdocument,third-party,xmlhttprequest,domain=sendit.cloud
||sendit.cloud/images/banner/
|http://$script,third-party,xmlhttprequest,domain=gounlimited.to
|https://$script,third-party,xmlhttprequest,domain=gounlimited.to
|http://$image,script,subdocument,third-party,xmlhttprequest,domain=downloadpirate.com
|https://$image,script,subdocument,third-party,xmlhttprequest,domain=downloadpirate.com
|http://$image,script,subdocument,third-party,xmlhttprequest,domain=intoupload.net
|https://$image,script,subdocument,third-party,xmlhttprequest,domain=intoupload.net
|http://$script,stylesheet,third-party,xmlhttprequest,domain=fastpic.ru
|https://$script,stylesheet,third-party,xmlhttprequest,domain=fastpic.ru
|ws://$other,third-party,domain=fastpic.ru
@@||gstatic.com^$script,third-party,domain=monova.org|monova.to
|http*://$image,other,script,subdocument,third-party,xmlhttprequest,domain=monova.org|monova.to
@@||code.jquery.com^$script,domain=1337x.st|1337x.to|x1337x.eu|x1337x.se|x1337x.ws
@@||gstatic.com^*/recaptcha/$script,domain=1337x.st|1337x.to|x1337x.eu|x1337x.se|x1337x.ws
@@||sweetcaptcha.com^$script,domain=1337x.st|1337x.to|x1337x.eu|x1337x.se|x1337x.ws
|http://$script,third-party,xmlhttprequest,domain=1337x.st|1337x.to|x1337x.eu|x1337x.se|x1337x.ws
|https://$script,third-party,xmlhttprequest,domain=1337x.st|1337x.to|x1337x.eu|x1337x.se|x1337x.ws
@@||code.jquery.com^$script,domain=swatchseries.to
@@||connect.facebook.net^$script,domain=swatchseries.to
@@||maxcdn.bootstrapcdn.com^$script,domain=swatchseries.to
@@||platform.twitter.com^$script,domain=swatchseries.to
@@||swatchseries.to/get-notifications$xmlhttprequest
@@||swatchseries.to/public/js/auth.js$script,domain=swatchseries.to
@@||swatchseries.to/public/js/edit-show.js$script,domain=swatchseries.to
@@||swatchseries.to/public/js/jquery$script,domain=swatchseries.to
@@||swatchseries.to/public/js/slick.js$script,domain=swatchseries.to
@@||swatchseries.to/show/get-tracking-data$xmlhttprequest
@@||swatchseries.to/templates/default/css/$stylesheet,domain=swatchseries.to
|http://$other,script,stylesheet,third-party,xmlhttprequest,domain=swatchseries.to
|http://$xmlhttprequest,domain=swatchseries.to
|https://$image,other,script,stylesheet,third-party,xmlhttprequest,domain=swatchseries.to
|https://$xmlhttprequest,domain=swatchseries.to
||swatchseries.to/bootstrap.min.js
||swatchseries.to/jquery.min.js
||swatchseries.to/main.js
||www*.swatchseries.to^$script
|http://$script,third-party,domain=fembed.com
|https://$script,third-party,domain=fembed.com
||fembed.com/revenue
|http://$script,stylesheet,third-party,domain=fastplay.to
|https://$script,stylesheet,third-party,domain=fastplay.to
$image,script,subdocument,third-party,xmlhttprequest,domain=flash-x.tv|flashsx.tv|flashx.bz|flashx.cc|flashx.co|flashx.me|flashx.run|flashx.sx|flashx.to|flashx.tv|flashx.ws|flashx1.tv
$websocket,domain=flash-x.tv|flashsx.tv|flashx.bz|flashx.cc|flashx.co|flashx.me|flashx.run|flashx.sx|flashx.to|flashx.tv|flashx.ws|flashx1.tv
@@||ajax.googleapis.com/ajax/libs/$script,domain=flash-x.tv|flashsx.tv|flashx.bz|flashx.cc|flashx.co|flashx.me|flashx.run|flashx.sx|flashx.to|flashx.tv|flashx.ws|flashx1.tv
@@||fastcontentdelivery.com^$script,domain=flash-x.tv|flashsx.tv|flashx.bz|flashx.cc|flashx.co|flashx.me|flashx.run|flashx.sx|flashx.to|flashx.tv|flashx.ws|flashx1.tv
@@||flash-x.tv/js/showad$script
@@||flashx.tv/js/jquery.cookie.js
@@||flashx.tv/js/jquery.min.js|
@@||flashx.tv/js/light.min.js|
@@||flashx.tv/js/showad$script
@@||flashx.tv/js/xfs.js
@@||flashx.tv/js/xupload.js
@@||flashx.tv/player6/jwplayer.js
$script,third-party,domain=m4ufree.com|m4ufree.tv
$webrtc,domain=m4ufree.com|m4ufree.tv
@@||ajax.googleapis.com/ajax/libs/$script,domain=m4ufree.com|m4ufree.tv
@@||iomovies.info/iomovies.js$script,domain=m4ufree.com|m4ufree.tv
@@/embed-*.html?$subdocument,domain=youwatch.org
@@||ajax.googleapis.com/ajax/libs/$script,domain=youwatch.org
@@||plugins.longtailvideo.com^$script,domain=youwatch.org
|http://$script,subdocument,third-party,domain=youwatch.org
|https://$script,subdocument,third-party,domain=youwatch.org
@@||ajax.googleapis.com/ajax/libs/jquery/$domain=1channel.biz|letmewatchthis.pl|primewire.to
@@||image.tmdb.org^$image,domain=1channel.biz|letmewatchthis.pl|primewire.to
@@||platform.twitter.com^$script,domain=1channel.biz|letmewatchthis.pl|primewire.to
@@||s7.addthis.com^$script,third-party,domain=1channel.biz|letmewatchthis.pl|primewire.to
|http://$image,script,third-party,xmlhttprequest,domain=1channel.biz|letmewatchthis.pl|primewire.to
|https://$image,script,third-party,xmlhttprequest,domain=1channel.biz|letmewatchthis.pl|primewire.to
@@||amazonaws.com^$script,domain=photobucket.com
@@||aviary.com^$image,script,domain=photobucket.com
@@||code.jquery.com^$script,domain=photobucket.com
@@||connect.facebook.net^$script,domain=photobucket.com
@@||pbsrc.com/albums/$image,domain=photobucket.com
@@||pbsrc.com/footer/$image,domain=photobucket.com
@@||pbsrc.com/navbar/$image,domain=photobucket.com
@@||pbsrc.com/print/$image,domain=photobucket.com
@@||pbsrc.com^$script,domain=photobucket.com
@@||pic*.pbsrc.com/common/$image,domain=photobucket.com
@@||print.io^$domain=photobucket.com
@@||sharethis.com/button/$script,domain=photobucket.com
|http://$script,third-party,domain=photobucket.com
|https://$script,third-party,domain=photobucket.com
@@||content.jwplatform.com/libraries/$script,domain=speedplay.pw|speedplay.site|speedplay.us|speedplay1.pw|speedplay1.site|speedplay2.pw|speedplay2.site|speedplay3.pw|speedplayx.site|speedplayy.site
@@||speedplay.us/js/$script,domain=speedplay.pw|speedplay.site|speedplay.us|speedplay1.pw|speedplay1.site|speedplay2.pw|speedplay2.site|speedplay3.pw|speedplayx.site|speedplayy.site
|http://$script,third-party,xmlhttprequest,domain=speedplay.pw|speedplay.site|speedplay.us|speedplay1.pw|speedplay1.site|speedplay2.pw|speedplay2.site|speedplay3.pw|speedplayx.site|speedplayy.site
|https://$script,third-party,xmlhttprequest,domain=speedplay.pw|speedplay.site|speedplay.us|speedplay1.pw|speedplay1.site|speedplay2.pw|speedplay2.site|speedplay3.pw|speedplayx.site|speedplayy.site
@@||twt-assets.washtimes.com/v4/js/twig.js
||twt-assets.washtimes.com^$script,domain=washingtontimes.com
@@||ajax.googleapis.com^$script,domain=mac-torrent-download.net
@@||wp.com/wp-content/js/$script,domain=mac-torrent-download.net
|http://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=mac-torrent-download.net
|https://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=mac-torrent-download.net
|http://$image,script,subdocument,third-party,xmlhttprequest,domain=linkshrink.net
|https://$image,script,subdocument,third-party,xmlhttprequest,domain=linkshrink.net
/\.filenuke\.com/.*[a-zA-Z0-9]{4}/$script
/\.sharesix\.com/.*[a-zA-Z0-9]{4}/$script
@@||onrpg.com/boards/activityrss.php?$xmlhttprequest
@@||fonts.googleapis.com^$stylesheet,domain=zippyshare.com
|http://$script,stylesheet,third-party,xmlhttprequest,domain=zippyshare.com
|https://$script,stylesheet,third-party,xmlhttprequest,domain=zippyshare.com
@@||ajax.googleapis.com^$script,domain=vidzi.online|vidzi.tv
@@||static.vidzi.tv/jwplayer-$script,domain=vidzi.online|vidzi.tv
@@||vidzi.tv/hls2/$xmlhttprequest,domain=vidzi.online|vidzi.tv
@@||zopim.com^$script,domain=vidzi.online|vidzi.tv
|http://$script,subdocument,third-party,xmlhttprequest,domain=vidzi.online|vidzi.tv
|https://$script,subdocument,third-party,xmlhttprequest,domain=vidzi.online|vidzi.tv
||ww46.vidzi.$script
|http://$script,stylesheet,third-party,domain=uploadfiles.pw
|https://$script,stylesheet,third-party,domain=uploadfiles.pw
|http://$script,third-party,domain=uploadbyte.com
|https://$script,third-party,domain=uploadbyte.com
$script,third-party,xmlhttprequest,domain=ouo.io|ouo.press
||ouo.io/js/*.js?
||ouo.io/js/pop.
||ouo.press/js/pop.
$script,third-party,xmlhttprequest,domain=getlink.pro
@@||ajax.googleapis.com^$script,domain=getlink.pro
/^https?:\/\/.*\.(info|pro|icu|app|xyz|app|pet|win|live|me|io|cc|pw|is|zone|bid|cf|ovh|site|review|ml|xyz)\.*/$image,script,stylesheet,xmlhttprequest,domain=kimcartoon.to|thepiratebay.org
$webrtc,websocket,xmlhttprequest,domain=ahoypirate.in|bayception.pw|cruzing.xyz|mirror.superproxy.biz|mypirate.cc|noobnoob.rocks|piratebay.tel|piratebay.town|piratebay1.top|piratebayblocked.com|pirateproxy.ch|pirateproxy.live|pirateproxy.rocks|prox1.info|proxyfrom.asia|proxyindia.net|superbay.link|superproxy.biz|thehiddenbay.com|thepiratebay.kiwi|thepiratebay.org|thepiratebay.vip|thepiratebay10.org|thepirateproxy.win|theproxybay.net|tpb.crushus.com|tpb.hid.li|tpb6.ukpass.co|tpbproxyone.org|tpbrun.win|tpproxy.website|ukpirate.org|unblockpirate.uk|unblocktheship.org
.info^$popup,domain=ahoypirate.in|bayception.pw|cruzing.xyz|mirror.superproxy.biz|mypirate.cc|noobnoob.rocks|piratebay.tel|piratebay.town|piratebay1.top|piratebayblocked.com|pirateproxy.ch|pirateproxy.live|pirateproxy.rocks|proxyfrom.asia|proxyindia.net|superbay.link|superproxy.biz|thehiddenbay.com|thepiratebay.kiwi|thepiratebay.org|thepiratebay.vip|thepiratebay10.org|thepirateproxy.win|theproxybay.net|tpb.crushus.com|tpb.hid.li|tpb6.ukpass.co|tpbproxyone.org|tpbrun.win|tpproxy.website|ukpirate.org|unblockpirate.uk|unblocktheship.org
@@||b-cdn.net/static/css/$stylesheet,domain=mypirate.cc|unblockpirate.uk
@@||b-cdn.net/static/img/$image,domain=mypirate.cc|unblockpirate.uk
@@||thepiratebay.*/static/js/details.js$domain=ahoypirate.in|bayception.pw|cruzing.xyz|mirror.superproxy.biz|mypirate.cc|noobnoob.rocks|piratebay.tel|piratebay.town|piratebay1.top|piratebayblocked.com|pirateproxy.ch|pirateproxy.live|pirateproxy.rocks|proxyfrom.asia|proxyindia.net|superbay.link|superproxy.biz|thehiddenbay.com|thepiratebay.cr|thepiratebay.kiwi|thepiratebay.org|thepiratebay.vip|tpb.hid.li|tpb6.ukpass.co|tpbproxyone.org|unblockpirate.uk|unblocktheship.org
@@||thepiratebay.*/static/js/prototype.js$domain=ahoypirate.in|bayception.pw|cruzing.xyz|mirror.superproxy.biz|mypirate.cc|noobnoob.rocks|piratebay.tel|piratebay.town|piratebay1.top|piratebayblocked.com|pirateproxy.ch|pirateproxy.live|pirateproxy.rocks|proxyfrom.asia|proxyindia.net|superbay.link|superproxy.biz|thehiddenbay.com|thepiratebay.cr|thepiratebay.kiwi|thepiratebay.org|thepiratebay.vip|tpb.hid.li|tpb6.ukpass.co|tpbproxyone.org|unblockpirate.uk|unblocktheship.org
@@||thepiratebay.*/static/js/scriptaculous.js$domain=ahoypirate.in|bayception.pw|noobnoob.rocks|piratebay.tel|piratebay.town|pirateproxy.ch|pirateproxy.rocks|proxyindia.net|superbay.link|thepiratebay.cr|thepiratebay.kiwi|thepiratebay.org|unblocktheship.org
@@||tpbprox.com/static/css/$stylesheet,domain=thepiratebay.vip
@@||tpbprox.com/static/img/$image,domain=thepiratebay.vip
javascript:$popup,domain=cruzing.xyz|mirror.superproxy.biz|mypirate.cc|piratebay1.top|piratebayblocked.com|pirateproxy.ch|pirateproxy.live|proxyfrom.asia|superproxy.biz|thehiddenbay.com|thepiratebay.cr|thepiratebay.org|thepiratebay.vip|tpb.hid.li|tpb6.ukpass.co|tpbproxyone.org|unblockpirate.uk
|http://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=ahoypirate.in|bayception.pw|cruzing.xyz|mirror.superproxy.biz|mypirate.cc|noobnoob.rocks|piratebay.tel|piratebay.town|piratebay1.top|piratebayblocked.com|pirateproxy.ch|pirateproxy.live|pirateproxy.rocks|prox1.info|proxyfrom.asia|proxyindia.net|superbay.link|superproxy.biz|thehiddenbay.com|thepiratebay.kiwi|thepiratebay.org|thepiratebay.vip|thepiratebay10.org|thepirateproxy.win|theproxybay.net|tpb.crushus.com|tpb.hid.li|tpb6.ukpass.co|tpbproxyone.org|tpbrun.win|tpproxy.website|unblockpirate.uk|unblocktheship.org
|https://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=ahoypirate.in|bayception.pw|cruzing.xyz|mirror.superproxy.biz|mypirate.cc|noobnoob.rocks|piratebay.tel|piratebay.town|piratebay1.top|piratebayblocked.com|pirateproxy.ch|pirateproxy.live|pirateproxy.rocks|prox1.info|proxyfrom.asia|proxyindia.net|superbay.link|superproxy.biz|thehiddenbay.com|thepiratebay.kiwi|thepiratebay.org|thepiratebay.vip|thepiratebay10.org|thepirateproxy.win|theproxybay.net|tpb.crushus.com|tpb.hid.li|tpb6.ukpass.co|tpbproxyone.org|tpbrun.win|tpproxy.website|unblockpirate.uk|unblocktheship.org
||thepiratebay.$script,domain=ahoypirate.in|bayception.pw|cruzing.xyz|mirror.superproxy.biz|mypirate.cc|noobnoob.rocks|piratebay.tel|piratebay.town|piratebay1.top|piratebayblocked.com|pirateproxy.ch|pirateproxy.live|pirateproxy.rocks|proxyfrom.asia|proxyindia.net|superbay.link|superproxy.biz|thehiddenbay.com|thepiratebay.cr|thepiratebay.kiwi|thepiratebay.org|thepiratebay.vip|tpb.hid.li|tpb6.ukpass.co|tpbproxyone.org|unblockpirate.uk|unblocktheship.org
||thepiratebay.*/static/$subdocument
|http://$script,stylesheet,third-party,domain=mp3songfree.net
|https://$script,stylesheet,third-party,domain=mp3songfree.net
/zdk*.$image,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|auntyacid.com|barbwire.com|bb4sp.com|bestfunnyjokes4u.com|bighealthreport.com|bigleaguepolitics.com|bizpacreview.com|boomsbeat.com|boredomtherapy.com|breakingfirst.com|breathecast.com|bulletsfirst.net|canadafreepress.com|celebrity-gossip.net|cheapism.com|cheatsheet.com|chicksonright.com|clashamerica.com|clashdaily.com|comicallyincorrect.com|conservativebyte.com|conservativefiringline.com|conservativeintel.com|conservativetribune.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.com|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|dcdirtylaundry.com|deneenborelli.com|designbump.com|digitaljournal.com|directexpose.com|eaglerising.com|earnthenecklace.com|enstarz.com|faithit.com|firstinfreedomdaily.com|fitnessconnoisseur.com|foreverymom.com|freedomforce.com|freedomoutpost.com|freewarefiles.com|funnyand.com|gamer4k.com|gamerant.com|gamersheroes.com|godfatherpolitics.com|gosocial.co|grammarist.com|greatamericanpolitics.com|greatamericanrepublic.com|gymflow100.com|hackspirit.com|hallels.com|hautereport.com|headcramp.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|icepop.com|independentminute.com|infowars.com|intellectualconservative.com|ipatriot.com|itechpost.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|knowledgedish.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|libertyunyielding.com|lidblog.com|lifebuzz.com|madworldnews.com|makeagif.com|menrec.com|mentalflare.com|minutemennews.com|moneyversed.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|parentherald.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicalcowboy.com|politicaloutcast.com|politichicks.com|practicallyviral.com|profitconfidential.com|quirlycues.com|readysethealth.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|reverbpress.com|reviveusa.com|rightwingnews.com|rightwingtribune.com|rollingout.com|sciencetimes.com|shark-tank.com|shedthoselbs.com|sonsoflibertymedia.com|sportsworldnews.com|sportsworldreport.com|stevedeace.com|supercheats.com|survivalnation.com|sweepstakesfanatics.com|techconsumer.com|technobuffalo.com|techtimes.com|telexplorer.com.ar|terezowens.com|theblacksphere.net|theboredmind.com|thedesigninspiration.com|thehayride.com|thelibertydaily.com|themattwalshblog.com|thepolitistick.com|therealside.com|theviralmob.com|thinkamericana.com|threepercenternation.com|tiebreaker.com|tinypic.com|tosavealife.com|traileraddict.com|truththeory.com|truthuncensored.net|universityherald.com|urbantabloid.com|valuewalk.com|vcpost.com|vgpie.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|wakingtimes.com|whatfinger.com|youthhealthmag.com
/lxx*.$image,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|auntyacid.com|barbwire.com|bb4sp.com|bestfunnyjokes4u.com|bighealthreport.com|bigleaguepolitics.com|bizpacreview.com|boomsbeat.com|boredomtherapy.com|breakingfirst.com|breathecast.com|bulletsfirst.net|canadafreepress.com|celebrity-gossip.net|cheapism.com|cheatsheet.com|chicksonright.com|clashamerica.com|clashdaily.com|comicallyincorrect.com|conservativebyte.com|conservativefiringline.com|conservativeintel.com|conservativetribune.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.com|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|dcdirtylaundry.com|deneenborelli.com|designbump.com|digitaljournal.com|directexpose.com|eaglerising.com|earnthenecklace.com|enstarz.com|faithit.com|firstinfreedomdaily.com|fitnessconnoisseur.com|foreverymom.com|freedomforce.com|freedomoutpost.com|freewarefiles.com|funnyand.com|gamer4k.com|gamerant.com|gamersheroes.com|godfatherpolitics.com|gosocial.co|grammarist.com|greatamericanpolitics.com|greatamericanrepublic.com|gymflow100.com|hackspirit.com|hallels.com|hautereport.com|headcramp.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|icepop.com|independentminute.com|infowars.com|intellectualconservative.com|ipatriot.com|itechpost.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|knowledgedish.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|libertyunyielding.com|lidblog.com|lifebuzz.com|madworldnews.com|makeagif.com|menrec.com|mentalflare.com|minutemennews.com|moneyversed.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|parentherald.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicalcowboy.com|politicaloutcast.com|politichicks.com|practicallyviral.com|profitconfidential.com|quirlycues.com|readysethealth.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|reverbpress.com|reviveusa.com|rightwingnews.com|rightwingtribune.com|rollingout.com|sciencetimes.com|shark-tank.com|shedthoselbs.com|sonsoflibertymedia.com|sportsworldnews.com|sportsworldreport.com|stevedeace.com|supercheats.com|survivalnation.com|sweepstakesfanatics.com|techconsumer.com|technobuffalo.com|techtimes.com|telexplorer.com.ar|terezowens.com|theblacksphere.net|theboredmind.com|thedesigninspiration.com|thehayride.com|thelibertydaily.com|themattwalshblog.com|thepolitistick.com|therealside.com|theviralmob.com|thinkamericana.com|threepercenternation.com|tiebreaker.com|tinypic.com|tosavealife.com|traileraddict.com|truththeory.com|truthuncensored.net|universityherald.com|urbantabloid.com|valuewalk.com|vcpost.com|vgpie.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|wakingtimes.com|whatfinger.com|youthhealthmag.com
||threepercenternation.com/OUiVfmRl/
@@/wp-content/plugins/akismet/*$script,~third-party,domain=~gaytube.com|~pornhub.com|~redtube.com|~redtube.com.br|~tube8.com|~tube8.es|~tube8.fr|~xtube.com|~youjizz.com|~youporn.com|~youporngay.com
@@||4cdn.org/*.js$script,xmlhttprequest,domain=4chan.org
@@||5min.com/Scripts/PlayerSeed.js?$domain=allthingsvegas.com|askmefast.com|auntyacid.com|barbwire.com|bighealthreport.com|breathecast.com|bulletsfirst.net|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|coviral.com|crossmap.com|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|digitaljournal.com|enstarz.com|foreverymom.com|freedomforce.com|greatamericanrepublic.com|hallels.com|hngn.com|infowars.com|joeforamerica.com|kdramastars.com|kpopstarz.com|lastresistance.com|latinpost.com|minutemennews.com|myscienceacademy.org|naturalblaze.com|natureworldnews.com|newser.com|newsthump.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realtytoday.com|redmaryland.com|rightwingnews.com|shark-tank.com|stevedeace.com|techtimes.com|theblacksphere.net|themattwalshblog.com|theviralmob.comvcpost.com|victoriajackson.com|viralnova.com|viralthread.com
@@||airtv-assets.global.ssl.fastly.net^$domain=viralnova.com
@@||ajax.cloudflare.com/cdn-cgi/nexp/$script,third-party
@@||ajax.cloudflare.com/cdn-cgi/scripts/$script,third-party
@@||ak.sail-horizon.com^$script,third-party,domain=askmefast.com|breathecast.com|bulletsfirst.net|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|crossmap.com|dailyheadlines.net|dailysurge.com|digitaljournal.com|eaglerising.com|enstarz.com|greatamericanrepublic.com|hngn.com|infowars.com|joeforamerica.com|kdramastars.com|kpopstarz.com|latinpost.com|minutemennews.com|naturalblaze.com|natureworldnews.com|newser.com|patriotoutdoornews.com|rantlifestyle.com|realfarmacy.com|redmaryland.com|rightwingnews.com|shark-tank.com|stevedeace.com|techtimes.com|theblacksphere.net|themattwalshblog.com|valuewalk.comvcpost.com|victoriajackson.com|viralnova.com|viralthread.com
@@||api-public.addthis.com/url/shares.json?$script,third-party,domain=askmefast.com|breathecast.com|bulletsfirst.net|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|crossmap.com|dailyheadlines.net|dailysurge.com|digitaljournal.com|eaglerising.com|enstarz.com|greatamericanrepublic.com|hngn.com|infowars.com|joeforamerica.com|kdramastars.com|kpopstarz.com|latinpost.com|minutemennews.com|naturalblaze.com|natureworldnews.com|newser.com|patriotoutdoornews.com|rantlifestyle.com|realfarmacy.com|redmaryland.com|shark-tank.com|stevedeace.com|techtimes.com|theblacksphere.net|themattwalshblog.com|tinypic.com|valuewalk.comvcpost.com|victoriajackson.com|viralnova.com|viralthread.com
@@||api.facebook.com^$script,third-party,domain=100percentfedup.com|allthingsvegas.com|askmefast.com|auntyacid.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|bigleaguepolitics.com|bizpacreview.com|breathecast.com|bulletsfirst.net|celebrity-gossip.net|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|faithit.com|fitnessconnoisseur.com|foreverymom.com|freedomforce.com|freedomoutpost.com|gamerant.com|grammarist.com|greatamericanrepublic.com|gymflow100.com|hackspirit.com|hallels.com|hautereport.com|headcramp.com|healthstatus.com|hngn.com|honesttopaws.com|infowars.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|knowledgedish.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|lidblog.com|mentalflare.com|minutemennews.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicalcowboy.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|rightwingnews.com|rightwingtribune.com|shark-tank.com|shedthoselbs.com|stevedeace.com|techconsumer.com|technobuffalo.com|techtimes.com|theblacksphere.net|theboredmind.com|thehayride.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|youthhealthmag.com
@@||api.solvemedia.com^$script,third-party,domain=100percentfedup.com|allthingsvegas.com|askmefast.com|auntyacid.com|barbwire.com|bighealthreport.com|breathecast.com|bulletsfirst.net|clik.pw|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|fitnessconnoisseur.com|foreverymom.com|freedomforce.com|greatamericanrepublic.com|gymflow100.com|hallels.com|hautereport.com|hngn.com|infowars.com|joeforamerica.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|minutemennews.com|myscienceacademy.org|naturalblaze.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|redmaryland.com|rightwingnews.com|shark-tank.com|shedthoselbs.com|stevedeace.com|techconsumer.com|techtimes.com|theboredmind.com|themattwalshblog.com|theviralmob.com|tinypic.com|traileraddict.com|truththeory.com|valuewalk.com|vcpost.com|victoriajackson.com|viralnova.com|viralthread.com|visiontoamerica.com|youthhealthmag.com
@@||apis.google.com^$script,third-party,domain=100percentfedup.com|askmefast.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|boredomtherapy.com|breathecast.com|bulletsfirst.net|celebrity-gossip.net|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|constitution.com|coviral.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailysurge.com|deneenborelli.com|digitaljournal.com|eaglerising.com|enstarz.com|freedomoutpost.com|greatamericanrepublic.com|gymflow100.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|infowars.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|latinpost.com|legalinsurrection.com|lidblog.com|mentalflare.com|minutemennews.com|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|opednews.com|patriotoutdoornews.com|patriottribune.com|politichicks.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|rightwingnews.com|shark-tank.com|stevedeace.com|supercheats.com|techtimes.com|theblacksphere.net|theboredmind.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|youthhealthmag.com
@@||app-cdn.spot.im^$domain=gamerant.com|rightwingtribune.com|rollingout.com|viralnova.com
@@||assets.galaxant.com^$script,domain=viralnova.com
@@||assets.pinterest.com^$script,third-party,domain=100percentfedup.com|allthingsvegas.com|askmefast.com|auntyacid.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|boredomtherapy.com|breathecast.com|bulletsfirst.net|celebrity-gossip.net|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|fitnessconnoisseur.com|foreverymom.com|freedomforce.com|freedomoutpost.com|gamerant.com|greatamericanrepublic.com|gymflow100.com|hallels.com|hautereport.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|infowars.com|intellectualconservative.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|lidblog.com|mentalflare.com|minutemennews.com|moneyversed.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|redmaryland.com|rightwingnews.com|shark-tank.com|shedthoselbs.com|stevedeace.com|supercheats.com|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|thehayride.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|urbantabloid.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|youthhealthmag.com
@@||b.grvcdn.com^$script,domain=cheatsheet.com
@@||boomsbeat.com/widget_init.php$script,third-party,domain=latinopost.com
@@||cdn*.bigcommerce.com^$image,third-party,domain=~calcalist.co.il|~gaytube.com|~mako.co.il|~pornhub.com|~redtube.com|~redtube.com.br|~tube8.com|~tube8.es|~tube8.fr|~walla.co.il|~xtube.com|~ynet.co.il|~youjizz.com|~youporn.com|~youporngay.com
@@||cdn.playwire.com^$script,third-party,domain=supercheats.com
@@||cdn.shopify.com^*/assets/$script,third-party
@@||cdn.shopify.com^*/files/$script,third-party
@@||cdn.shopify.com^*/javascripts/$script,third-party
@@||cdn.supercheats.com^$script,domain=supercheats.com
@@||cdnjs.cloudflare.com/ajax/libs/$script,domain=makeagif.com
@@||cdnjs.cloudflare.com^$script,domain=technobuffalo.com
@@||cdnjs.cloudflare.com^$script,third-party,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|auntyacid.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|boomsbeat.com|breakingfirst.com|breathecast.com|bulletsfirst.net|celebrity-gossip.net|clashamerica.com|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.com|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|designbump.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|firstinfreedomdaily.com|fitnessconnoisseur.com|foreverymom.com|freedomforce.com|freedomoutpost.com|funnyand.com|gamer4k.com|gamerant.com|greatamericanrepublic.com|gymflow100.com|hallels.com|hautereport.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|infowars.com|itechpost.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|mentalflare.com|minutemennews.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|profitconfidential.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|rightwingnews.com|sciencetimes.com|shark-tank.com|shedthoselbs.com|sportsworldnews.com|sportsworldreport.com|stevedeace.com|sweepstakesfanatics.com|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|thedesigninspiration.com|thehayride.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|universityherald.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|wakingtimes.com|youthhealthmag.com
@@||cloudflare.com/ajax/$script,third-party,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|auntyacid.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|boomsbeat.com|breakingfirst.com|breathecast.com|bulletsfirst.net|celebrity-gossip.net|clashamerica.com|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.com|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|designbump.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|firstinfreedomdaily.com|fitnessconnoisseur.com|foreverymom.com|freedomforce.com|freedomoutpost.com|greatamericanrepublic.com|hallels.com|hautereport.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|infowars.com|itechpost.com|jobsnhire.com|joeforamerica.com|juicerhead.com|kdramastars.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|mentalflare.com|minutemennews.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|parentherald.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|practicallyviral.com|profitconfidential.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|rightwingnews.com|sciencetimes.com|shark-tank.com|shedthoselbs.com|sportsworldnews.com|sportsworldreport.com|stevedeace.com|sweepstakesfanatics.com|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|thedesigninspiration.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|valuewalk.comvcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|wakingtimes.com|youthhealthmag.com
@@||code.jquery.com^$script,third-party,domain=100percentfedup.com|allthingsvegas.com|askmefast.com|auntyacid.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|breathecast.com|bulletsfirst.net|celebrity-gossip.net|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|fitnessconnoisseur.com|foreverymom.com|freedomforce.com|freedomoutpost.com|greatamericanrepublic.com|gymflow100.com|hallels.com|hautereport.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|infowars.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|lidblog.com|mentalflare.com|minutemennews.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|parentherald.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|redmaryland.com|rightwingnews.com|shark-tank.com|shedthoselbs.com|stevedeace.com|supercheats.com|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|youthhealthmag.com
@@||connect.facebook.com^$script,third-party,domain=100percentfedup.com|allthingsvegas.com|askmefast.com|auntyacid.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|boredomtherapy.com|breathecast.com|bulletsfirst.net|celebrity-gossip.net|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|faithit.com|fitnessconnoisseur.com|foreverymom.com|freedomforce.com|freedomoutpost.com|gamerant.com|gosocial.co|grammarist.com|greatamericanrepublic.com|gymflow100.com|hackspirit.com|hallels.com|hautereport.com|headcramp.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|infowars.com|intellectualconservative.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|knowledgedish.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|lidblog.com|lifebuzz.com|mentalflare.com|minutemennews.com|moneyversed.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|parentherald.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicalcowboy.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|rightwingnews.com|shark-tank.com|shedthoselbs.com|stevedeace.com|supercheats.com|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|thehayride.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|universityherald.com|urbantabloid.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|youthhealthmag.com
@@||connect.facebook.net^$script,third-party,domain=100percentfedup.com|allthingsvegas.com|askmefast.com|auntyacid.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|boredomtherapy.com|breathecast.com|bulletsfirst.net|celebrity-gossip.net|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|fitnessconnoisseur.com|foreverymom.com|freedomforce.com|freedomoutpost.com|gamerant.com|gosocial.co|grammarist.com|greatamericanrepublic.com|gymflow100.com|hallels.com|hautereport.com|headcramp.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|infowars.com|intellectualconservative.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|knowledgedish.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|lidblog.com|mentalflare.com|minutemennews.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|parentherald.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|rightwingnews.com|shark-tank.com|shedthoselbs.com|stevedeace.com|supercheats.com|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|thehayride.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|universityherald.com|urbantabloid.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|youthhealthmag.com
@@||conservativeintelcom.c.presscdn.com^$image,script,third-party,domain=conservativeintel.com
@@||d8g345wuhgd7e.cloudfront.net^$script,third-party,domain=thelibertarianrepublic.com
@@||digitaljournal.com/img/*-medium/$image
@@||disqus.com^$script,third-party,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|auntyacid.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|boomsbeat.com|breakingfirst.com|breathecast.com|bulletsfirst.net|celebrity-gossip.net|clashamerica.com|comicallyincorrect.com|conservativebyte.com|conservativeintel.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|crossmap.com|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|designbump.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|firstinfreedomdaily.com|fitnessconnoisseur.com|foreverymom.com|freedomforce.com|freedomoutpost.com|freewarefiles.com|gamerant.com|gamersheroes.com|greatamericanrepublic.com|gymflow100.com|hallels.com|hautereport.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|infowars.com|itechpost.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|lidblog.com|mentalflare.com|minutemennews.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|profitconfidential.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|sciencetimes.com|shark-tank.com|shedthoselbs.com|sportsworldnews.com|sportsworldreport.com|stevedeace.com|sweepstakesfanatics.com|techconsumer.com|techtimes.com|theblacksphere.net|thedesigninspiration.com|thehayride.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|valuewalk.com|vcpost.com|vgpie.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|wakingtimes.com|youthhealthmag.com
@@||disquscdn.com^$script,third-party,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|auntyacid.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|boomsbeat.com|breakingfirst.com|breathecast.com|bulletsfirst.net|celebrity-gossip.net|clashamerica.com|comicallyincorrect.com|conservativebyte.com|conservativeintel.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|designbump.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|firstinfreedomdaily.com|fitnessconnoisseur.com|foreverymom.com|freedomforce.com|freedomoutpost.com|freewarefiles.com|gamerant.com|gamersheroes.com|greatamericanrepublic.com|gymflow100.com|hallels.com|hautereport.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|infowars.com|itechpost.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|lidblog.com|mentalflare.com|minutemennews.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|profitconfidential.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|sciencetimes.com|shark-tank.com|shedthoselbs.com|sportsworldnews.com|sportsworldreport.com|stevedeace.com|sweepstakesfanatics.com|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|thedesigninspiration.com|thehayride.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|valuewalk.com|vcpost.com|vgpie.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|wakingtimes.com|youthhealthmag.com
@@||embed.air.tv^$script,domain=rollingout.com|viralnova.com
@@||embedly.com^$script,third-party,domain=100percentfedup.com|allthingsvegas.com|askmefast.com|auntyacid.com|barbwire.com|bighealthreport.com|breathecast.com|bulletsfirst.net|celebrity-gossip.net|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|fitnessconnoisseur.com|foreverymom.com|freedomforce.com|freedomoutpost.com|gamerant.com|greatamericanrepublic.com|gymflow100.com|hallels.com|hautereport.com|headcramp.com|healthstatus.com|hngn.com|honesttopaws.com|infowars.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|mentalflare.com|minutemennews.com|myscienceacademy.org|naturalblaze.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|rightwingnews.com|shark-tank.com|shedthoselbs.com|stevedeace.com|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|thehayride.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|youthhealthmag.com
@@||fbstatic-a.akamaihd.net^$script,third-party,domain=100percentfedup.com|allthingsvegas.com|askmefast.com|auntyacid.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|breathecast.com|bulletsfirst.net|celebrity-gossip.net|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|fitnessconnoisseur.com|foreverymom.com|freedomforce.com|freedomoutpost.com|gamerant.com|greatamericanrepublic.com|gymflow100.com|hallels.com|hautereport.com|headcramp.com|healthstatus.com|hngn.com|honesttopaws.com|infowars.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|lidblog.com|mentalflare.com|minutemennews.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|reviveusa.com|rightwingnews.com|shark-tank.com|shedthoselbs.com|stevedeace.com|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|thehayride.com|themattwalshblog.com|theviralmob.com|tosavealife.com|truththeory.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|youthhealthmag.com
@@||fod4.com^$image,domain=funnyordie.com
@@||forms.convertkit.com^$script,domain=hackspirit.com
@@||gigya.com/comments.$script,third-party,domain=100percentfedup.com|allthingsvegas.com|askmefast.com|auntyacid.com|barbwire.com|bighealthreport.com|breathecast.com|bulletsfirst.net|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|coviral.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|fitnessconnoisseur.com|foreverymom.com|freedomforce.com|greatamericanrepublic.com|gymflow100.com|hallels.com|hautereport.com|hispolitica.com|hngn.com|infowars.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|minutemennews.com|myscienceacademy.org|naturalblaze.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|rightwingnews.com|shark-tank.com|shedthoselbs.com|stevedeace.com|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|themattwalshblog.com|theviralmob.com|truththeory.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com
@@||gigya.com/js/gigya.$script,third-party,domain=100percentfedup.com|allthingsvegas.com|askmefast.com|auntyacid.com|barbwire.com|bighealthreport.com|breathecast.com|bulletsfirst.net|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|coviral.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|digitaljournal.com|eaglerising.com|enstarz.com|foreverymom.com|freedomforce.com|greatamericanrepublic.com|hallels.com|hngn.com|infowars.com|joeforamerica.com|juicerhead.com|kdramastars.com|kpopstarz.com|lastresistance.com|latinpost.com|minutemennews.com|myscienceacademy.org|naturalblaze.com|natureworldnews.com|newser.com|newsthump.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|redmaryland.com|rightwingnews.com|shark-tank.com|stevedeace.com|techtimes.com|theblacksphere.net|theboredmind.com|themattwalshblog.com|theviralmob.com|valuewalk.comvcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com
@@||google.com/coop/cse/brand?$script,third-party
@@||google.com/js/th/$script
@@||google.com/jsapi$script,third-party
@@||google.com/recaptcha/$script,xmlhttprequest
@@||google.com/uds/$script,third-party,domain=infowars.com
@@||googleapis.com^$script,third-party,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|auntyacid.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|boomsbeat.com|boredomtherapy.com|breakingfirst.com|breathecast.com|bulletsfirst.net|celebrity-gossip.net|clashamerica.com|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|designbump.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|faithit.com|firstinfreedomdaily.com|fitnessconnoisseur.com|foreverymom.com|freedomforce.com|freedomoutpost.com|funnyand.com|gosocial.co|greatamericanrepublic.com|gymflow100.com|hallels.com|hautereport.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|infowars.com|intellectualconservative.com|itechpost.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|lidblog.com|lifebuzz.com|mentalflare.com|minutemennews.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|parentherald.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|profitconfidential.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|rightwingnews.com|sciencetimes.com|shark-tank.com|shedthoselbs.com|sportsworldnews.com|sportsworldreport.com|stevedeace.com|supercheats.com|sweepstakesfanatics.com|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|thedesigninspiration.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|universityherald.com|urbantabloid.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|wakingtimes.com|youthhealthmag.com
@@||googlecommerce.com^$script
@@||googletagservices.com/tag/js/gpt.js$script,third-party,domain=askmefast.com|breathecast.com|bulletsfirst.net|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|crossmap.com|dailyheadlines.net|dailysurge.com|digitaljournal.com|enstarz.com|greatamericanrepublic.com|hngn.com|infowars.com|joeforamerica.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|minutemennews.com|naturalblaze.com|natureworldnews.com|newser.com|parentherald.com|patriotoutdoornews.com|rantlifestyle.com|realfarmacy.com|realtytoday.com|redmaryland.com|rightwingnews.com|shark-tank.com|stevedeace.com|techtimes.com|theblacksphere.net|themattwalshblog.com|universityherald.com|valuewalk.comvcpost.com|victoriajackson.com|viralnova.com|viralthread.com
@@||graph.facebook.com^$image,script,third-party,domain=100percentfedup.com|allthingsvegas.com|askmefast.com|auntyacid.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|boredomtherapy.com|breathecast.com|bulletsfirst.net|celebrity-gossip.net|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|fitnessconnoisseur.com|foreverymom.com|freedomforce.com|freedomoutpost.com|greatamericanrepublic.com|gymflow100.com|hallels.com|hautereport.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|infowars.com|intellectualconservative.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|lidblog.com|mentalflare.com|minutemennews.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|patriotoutdoornews.com|patriottribune.com|photobucket.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|rightwingnews.com|shark-tank.com|shedthoselbs.com|stevedeace.com|supercheats.com|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|themattwalshblog.com|theviralmob.com|tosavealife.com|truththeory.com|urbantabloid.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|youthhealthmag.com
@@||gravatar.com/avatar$image,third-party
@@||gravatar.com^$script,domain=gamer4k.com
@@||gstatic.com/accounts/$script,third-party,domain=rightwingtribune.com
@@||gstatic.com/trustedstores/$script
@@||hwcdn.net/*.js?$script
@@||images.sportsworldnews.com^$image,third-party
@@||images.spot.im^$image,domain=gamerant.com|rollingout.com|viralnova.com
@@||imgur.com/min/$script,third-party,domain=100percentfedup.com|allthingsvegas.com|askmefast.com|auntyacid.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|breathecast.com|bulletsfirst.net|celebrity-gossip.net|comicallyincorrect.com|conservativebyte.com|conservativeintel.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|faithit.com|fitnessconnoisseur.com|foreverymom.com|freedomforce.com|freedomoutpost.com|gosocial.co|greatamericanrepublic.com|gymflow100.com|hallels.com|hautereport.com|headcramp.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|infowars.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|lidblog.com|mentalflare.com|minutemennews.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|parentherald.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|reverbpress.com|reviveusa.com|rightwingnews.com|shark-tank.com|shedthoselbs.com|stevedeace.com|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|themattwalshblog.com|theviralmob.com|tinypic.com|tosavealife.com|traileraddict.com|truththeory.com|universityherald.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|youthhealthmag.com
@@||intensedebate.com/js/$script,third-party
@@||jwplatform.com^$script,third-party,xmlhttprequest,domain=100percentfedup.com|allthingsvegas.com|askmefast.com|auntyacid.com|barbwire.com|bighealthreport.com|breathecast.com|bulletsfirst.net|celebrity-gossip.net|comicallyincorrect.com|conservativebyte.com|conservativetribune.com|conservativevideos.com|coviral.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|fitnessconnoisseur.com|foreverymom.com|freedomforce.com|freedomoutpost.com|gosocial.co|grammarist.com|greatamericanrepublic.com|gymflow100.com|hallels.com|hautereport.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|infowars.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|mentalflare.com|minutemennews.com|myscienceacademy.org|naturalblaze.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|redmaryland.com|rightwingnews.com|shark-tank.com|shedthoselbs.com|stevedeace.com|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com
@@||jwpsrv.com/library/$script,third-party,domain=conservativetribune.com|traileraddict.com
@@||jwpsrv.com/player/$script,third-party,domain=100percentfedup.com|allthingsvegas.com|askmefast.com|auntyacid.com|barbwire.com|bighealthreport.com|breathecast.com|bulletsfirst.net|celebrity-gossip.net|comicallyincorrect.com|conservativebyte.com|conservativetribune.com|conservativevideos.com|coviral.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|fitnessconnoisseur.com|foreverymom.com|freedomforce.com|gosocial.co|greatamericanrepublic.com|gymflow100.com|hallels.com|hautereport.com|healthstatus.com|hngn.com|honesttopaws.com|infowars.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|mentalflare.com|minutemennews.com|myscienceacademy.org|naturalblaze.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|redmaryland.com|rightwingnews.com|shark-tank.com|shedthoselbs.com|stevedeace.com|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com
@@||jwpsrv.com^$image,xmlhttprequest,domain=conservativetribune.com
@@||latinospost.com/widget_init.php$script,third-party,domain=latinopost.com
@@||launcher.spot.im^$script,domain=dailyheadlines.net|gamerant.com|rightwingtribune.com|rollingout.com
@@||linkedin.com^$script,third-party,domain=100percentfedup.com|allthingsvegas.com|askmefast.com|auntyacid.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|breathecast.com|bulletsfirst.net|celebrity-gossip.net|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|fitnessconnoisseur.com|foreverymom.com|freedomforce.com|freedomoutpost.com|greatamericanrepublic.com|gymflow100.com|hallels.com|hautereport.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|infowars.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|lidblog.com|mentalflare.com|minutemennews.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|redmaryland.com|rightwingnews.com|shark-tank.com|shedthoselbs.com|stevedeace.com|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|youthhealthmag.com
@@||livefyre.com^$script,third-party,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|auntyacid.com|boomsbeat.com|breakingfirst.com|breathecast.com|bulletsfirst.net|clashamerica.com|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|coviral.com|craigjames.com|crossmap.com|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|designbump.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|firstinfreedomdaily.com|fitnessconnoisseur.com|foreverymom.com|freedomforce.com|freedomoutpost.com|greatamericanrepublic.com|gymflow100.com|hallels.com|hautereport.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|infowars.com|itechpost.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|mentalflare.com|minutemennews.com|myscienceacademy.org|naturalblaze.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|patriotoutdoornews.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|profitconfidential.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|rightwingnews.com|sciencetimes.com|shark-tank.com|shedthoselbs.com|sportsworldnews.com|stevedeace.com|sweepstakesfanatics.com|techconsumer.com|techtimes.com|theblacksphere.net|thedesigninspiration.com|themattwalshblog.com|theviralmob.com|traileraddict.com|truththeory.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|wakingtimes.com
@@||maps.google.com^$script,third-party,domain=100percentfedup.com|allthingsvegas.com|askmefast.com|auntyacid.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|breathecast.com|bulletsfirst.net|celebrity-gossip.net|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|fitnessconnoisseur.com|foreverymom.com|freedomforce.com|freedomoutpost.com|greatamericanrepublic.com|gymflow100.com|hallels.com|hautereport.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|infowars.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|lidblog.com|mentalflare.com|minutemennews.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|rightwingnews.com|shark-tank.com|shedthoselbs.com|stevedeace.com|techconsumer.com|techtimes.com|telexplorer.com.ar|theblacksphere.net|theboredmind.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|youthhealthmag.com
@@||maxcdn.bootstrapcdn.com^$script,third-party,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|auntyacid.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|boomsbeat.com|breakingfirst.com|bulletsfirst.net|celebrity-gossip.net|clashamerica.com|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|designbump.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|firstinfreedomdaily.com|fitnessconnoisseur.com|foreverymom.com|freedomforce.com|freedomoutpost.com|greatamericanrepublic.com|gymflow100.com|hallels.com|hautereport.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|infowars.com|itechpost.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|mentalflare.com|minutemennews.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|profitconfidential.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|redmaryland.com|rightwingnews.com|sciencetimes.com|shark-tank.com|shedthoselbs.com|sportsworldnews.com|stevedeace.com|sweepstakesfanatics.com|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|thedesigninspiration.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|wakingtimes.com|youthhealthmag.com
@@||netdna-cdn.com/wp-content/$script,third-party,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|auntyacid.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|boomsbeat.com|breakingfirst.com|breathecast.com|bulletsfirst.net|celebrity-gossip.net|chicksonright.com|clashamerica.com|comicallyincorrect.com|conservativebyte.com|conservativeintel.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|designbump.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|faithit.com|firstinfreedomdaily.com|fitnessconnoisseur.com|foreverymom.com|freedomforce.com|freedomoutpost.com|greatamericanrepublic.com|gymflow100.com|hallels.com|hautereport.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|infowars.com|intellectualconservative.com|itechpost.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|lidblog.com|mentalflare.com|minutemennews.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|profitconfidential.com|quirlycues.com|rantlifestyle.com|readysethealth.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|sciencetimes.com|shark-tank.com|shedthoselbs.com|sportsworldnews.com|stevedeace.com|supercheats.com|sweepstakesfanatics.com|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|thedesigninspiration.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|urbantabloid.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|wakingtimes.com|youthhealthmag.com
@@||netdna-cdn.com/wp-includes/js/$script,third-party,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|auntyacid.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|boomsbeat.com|breakingfirst.com|breathecast.com|bulletsfirst.net|celebrity-gossip.net|chicksonright.com|clashamerica.com|comicallyincorrect.com|conservativebyte.com|conservativeintel.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|designbump.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|faithit.com|firstinfreedomdaily.com|fitnessconnoisseur.com|foreverymom.com|freedomforce.com|freedomoutpost.com|gamerant.com|greatamericanrepublic.com|gymflow100.com|hallels.com|hautereport.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|infowars.com|itechpost.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|lidblog.com|mentalflare.com|minutemennews.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|profitconfidential.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|sciencetimes.com|shark-tank.com|shedthoselbs.com|sportsworldnews.com|stevedeace.com|sweepstakesfanatics.com|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|thedesigninspiration.com|thehayride.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|wakingtimes.com|youthhealthmag.com
@@||odb.outbrain.com^$script,domain=cheatsheet.com
@@||omnicalculator.com/sdk.js$domain=valuewalk.com
@@||outstreamplayer.com^$domain=grammarist.com
@@||p.jwpcdn.com/player/v/$script,third-party
@@||passport.mobilenations.com^$script,domain=technobuffalo.com
@@||platform.cmmtr.com/static/$script,third-party,domain=infowars.com
@@||platform.instagram.com^$script,third-party,domain=100percentfedup.com|allthingsvegas.com|askmefast.com|auntyacid.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|breathecast.com|bulletsfirst.net|celebrity-gossip.net|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|fitnessconnoisseur.com|foreverymom.com|freedomforce.com|freedomoutpost.com|greatamericanrepublic.com|gymflow100.com|hallels.com|hautereport.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|infowars.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|lidblog.com|mentalflare.com|minutemennews.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|parentherald.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|rightwingnews.com|shark-tank.com|shedthoselbs.com|stevedeace.com|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|universityherald.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|youthhealthmag.com
@@||platform.twitter.com^$image,domain=allthingsvegas.com|bizpacreview.com|chicksonright.com|legalinsurrection.com|newser.com|quirlycues.com|viralnova.com|whatfinger.com
@@||playbuzz.com/widget/$script,third-party
@@||playwire.com/bolt/$script,domain=allthingsvegas.com|askmefast.com|auntyacid.com|bulletsfirst.net|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|coviral.com|crossmap.com|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|digitaljournal.com|eaglerising.com|enstarz.com|foreverymom.com|freedomforce.com|greatamericanrepublic.com|hallels.com|hngn.com|infowars.com|joeforamerica.com|kdramastars.com|kpopstarz.com|lastresistance.com|latinpost.com|minutemennews.com|myscienceacademy.org|naturalblaze.com|natureworldnews.com|newser.com|newsthump.com|patriotoutdoornews.com|pickthebrain.com|politicaloutcast.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realtytoday.com|redmaryland.com|shark-tank.com|stevedeace.com|techtimes.com|themattwalshblog.com|traileraddict.com|valuewalk.comvcpost.com|victoriajackson.com|viralnova.com|viralthread.com
@@||po.st/share/$script,third-party,domain=allthingsvegas.com|askmefast.com|auntyacid.com|breathecast.com|bulletsfirst.net|comicallyincorrect.com|conservativebyte.com|conservativeintel.com|conservativevideos.com|coviral.com|crossmap.com|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|digitaljournal.com|eaglerising.com|enstarz.com|foreverymom.com|freedomforce.com|greatamericanrepublic.com|hallels.com|hngn.com|infowars.com|joeforamerica.com|kdramastars.com|kpopstarz.com|lastresistance.com|latinpost.com|minutemennews.com|myscienceacademy.org|naturalblaze.com|natureworldnews.com|newser.com|newsthump.com|patriotoutdoornews.com|pickthebrain.com|politicaloutcast.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|redmaryland.com|shark-tank.com|stevedeace.com|techtimes.com|themattwalshblog.com|valuewalk.comvcpost.com|victoriajackson.com|viralnova.com|viralthread.com
@@||po.st/static/$script,third-party,domain=askmefast.com|breathecast.com|bulletsfirst.net|comicallyincorrect.com|conservativebyte.com|conservativeintel.com|conservativevideos.com|crossmap.com|dailyheadlines.net|dailysurge.com|digitaljournal.com|eaglerising.com|enstarz.com|greatamericanrepublic.com|hallels.com|hngn.com|infowars.com|joeforamerica.com|kdramastars.com|kpopstarz.com|latinpost.com|minutemennews.com|naturalblaze.com|natureworldnews.com|newser.com|patriotoutdoornews.com|rantlifestyle.com|realfarmacy.com|redmaryland.com|shark-tank.com|stevedeace.com|techtimes.com|themattwalshblog.com|traileraddict.com|valuewalk.comvcpost.com|victoriajackson.com|viralnova.com|viralthread.com
@@||po.st^*/counter?$script,third-party,domain=askmefast.com|breathecast.com|bulletsfirst.net|comicallyincorrect.com|conservativebyte.com|conservativeintel.com|conservativevideos.com|crossmap.com|dailyheadlines.net|dailysurge.com|digitaljournal.com|eaglerising.com|enstarz.com|greatamericanrepublic.com|hallels.com|hngn.com|infowars.com|joeforamerica.com|kdramastars.com|kpopstarz.com|latinpost.com|minutemennews.com|naturalblaze.com|natureworldnews.com|newser.com|patriotoutdoornews.com|rantlifestyle.com|realfarmacy.com|redmaryland.com|shark-tank.com|stevedeace.com|techtimes.com|themattwalshblog.com|traileraddict.com|valuewalk.comvcpost.com|victoriajackson.com|viralnova.com|viralthread.com
@@||po.st^*/status?$script,third-party,domain=askmefast.com|breathecast.com|bulletsfirst.net|comicallyincorrect.com|conservativebyte.com|conservativeintel.com|conservativevideos.com|crossmap.com|dailyheadlines.net|dailysurge.com|digitaljournal.com|eaglerising.com|enstarz.com|greatamericanrepublic.com|hallels.com|hngn.com|infowars.com|joeforamerica.com|kdramastars.com|kpopstarz.com|latinpost.com|minutemennews.com|naturalblaze.com|natureworldnews.com|newser.com|patriotoutdoornews.com|rantlifestyle.com|realfarmacy.com|redmaryland.com|shark-tank.com|stevedeace.com|techtimes.com|themattwalshblog.com|traileraddict.com|valuewalk.comvcpost.com|victoriajackson.com|viralnova.com|viralthread.com
@@||pressdns.com/wp-content/$image,script,third-party,domain=conservativeintel.com
@@||providesupport.com^$script
@@||r-login.wordpress.com^$script,third-party,domain=100percentfedup.com|allthingsvegas.com|askmefast.com|auntyacid.com|barbwire.com|bighealthreport.com|breathecast.com|bulletsfirst.net|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|fitnessconnoisseur.com|foreverymom.com|freedomforce.com|freedomoutpost.com|greatamericanrepublic.com|gymflow100.com|hallels.com|hautereport.com|healthstatus.com|hngn.com|honesttopaws.com|infowars.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|lidblog.com|mentalflare.com|minutemennews.com|myscienceacademy.org|naturalblaze.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|shark-tank.com|shedthoselbs.com|stevedeace.com|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|themattwalshblog.com|theviralmob.com|traileraddict.com|truththeory.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|youthhealthmag.com
@@||randomapps*.amazonaws.com^$script,domain=thepoke.co.uk
@@||recirculation.spot.im^$domain=dailyheadlines.net|gamerant.com|rightwingtribune.com|rollingout.com|viralnova.com
@@||reembed.com/player/$script,third-party
@@||s.gravatar.com^$script,third-party,domain=100percentfedup.com|allthingsvegas.com|askmefast.com|auntyacid.com|barbwire.com|bighealthreport.com|breathecast.com|bulletsfirst.net|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|coviral.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|fitnessconnoisseur.com|foreverymom.com|freedomforce.com|freedomoutpost.com|greatamericanrepublic.com|gymflow100.com|hallels.com|hautereport.com|hngn.com|infowars.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|minutemennews.com|myscienceacademy.org|naturalblaze.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|redmaryland.com|rightwingnews.com|shark-tank.com|shedthoselbs.com|stevedeace.com|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|themattwalshblog.com|theviralmob.com|traileraddict.com|truththeory.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com
@@||s.reembed.com^$script
@@||s7.addthis.com^$script,third-party,domain=100percentfedup.com|askmefast.com|breathecast.com|bulletsfirst.net|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|coviral.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailysurge.com|digitaljournal.com|eaglerising.com|enstarz.com|gosocial.co|greatamericanrepublic.com|hngn.com|infowars.com|joeforamerica.com|kdramastars.com|kpopstarz.com|latinpost.com|minutemennews.com|naturalblaze.com|natureworldnews.com|newser.com|parentherald.com|patriotoutdoornews.com|rantlifestyle.com|realfarmacy.com|redmaryland.com|shark-tank.com|stevedeace.com|supercheats.com|techtimes.com|theboredmind.com|themattwalshblog.com|tinypic.com|traileraddict.com|universityherald.com|valuewalk.comvcpost.com|victoriajackson.com|viralnova.com|viralthread.com
@@||spot.im/launcher/bundle.js$domain=gamerant.com|rightwingtribune.com|rollingout.com|viralnova.com
@@||stackpathdns.com/common/$image,domain=boomsbeat.com|dramastars.com|enstarz.com|hngn.com|itechpost.com|kpopstarz.com|latinpost.com|natureworldnews.com|parentherald.com|readysethealth.com|realtytoday.com|sciencetimes.com|sportsworldreport.com|universityherald.com|vcpost.com|youthhealthmag.com
@@||stackpathdns.com/data/images/$image,domain=boomsbeat.com|dramastars.com|enstarz.com|foreverymom.com|hngn.com|itechpost.com|kpopstarz.com|latinpost.com|natureworldnews.com|parentherald.com|readysethealth.com|realtytoday.com|sciencetimes.com|sportsworldreport.com|universityherald.com|vcpost.com|youthhealthmag.com
@@||stackpathdns.com/data/thumbs/$image,domain=boomsbeat.com|dramastars.com|enstarz.com|foreverymom.com|hngn.com|itechpost.com|kpopstarz.com|latinpost.com|natureworldnews.com|parentherald.com|readysethealth.com|realtytoday.com|sciencetimes.com|sportsworldreport.com|universityherald.com|vcpost.com|youthhealthmag.com
@@||stackpathdns.com/static/$image,domain=boomsbeat.com|dramastars.com|enstarz.com|foreverymom.com|hngn.com|itechpost.com|kpopstarz.com|latinpost.com|natureworldnews.com|parentherald.com|readysethealth.com|realtytoday.com|sciencetimes.com|sportsworldreport.com|universityherald.com|vcpost.com|youthhealthmag.com
@@||stackpathdns.com^$script,domain=foreverymom.com
@@||static.cdn-ec.viddler.com^$script
@@||static.reembed.com^$script,third-party
@@||streamroot.io^*/videojs-hlsjs-plugin.js$domain=infowars.com
@@||syn.5min.com^$script,domain=100percentfedup.com|allthingsvegas.com|askmefast.com|auntyacid.com|breathecast.com|bulletsfirst.net|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|coviral.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|digitaljournal.com|eaglerising.com|enstarz.com|foreverymom.com|freedomforce.com|greatamericanrepublic.com|gymflow100.com|hallels.com|hngn.com|infowars.com|joeforamerica.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|minutemennews.com|myscienceacademy.org|naturalblaze.com|natureworldnews.com|newser.com|newsthump.com|patriotoutdoornews.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|redmaryland.com|shark-tank.com|stevedeace.com|techtimes.com|theblacksphere.net|theboredmind.com|themattwalshblog.com|traileraddict.com|truththeory.com|valuewalk.com|vcpost.com|victoriajackson.com|viralnova.com|viralthread.com
@@||syndication.twimg.com^$script,third-party,domain=100percentfedup.com|allthingsvegas.com|askmefast.com|auntyacid.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|bizpacreview.com|breathecast.com|bulletsfirst.net|celebrity-gossip.net|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|fitnessconnoisseur.com|foreverymom.com|freedomforce.com|freedomoutpost.com|gosocial.co|greatamericanrepublic.com|gymflow100.com|hallels.com|hautereport.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|infowars.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|lidblog.com|mentalflare.com|minutemennews.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|parentherald.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|shark-tank.com|shedthoselbs.com|stevedeace.com|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|youthhealthmag.com
@@||tv.bsvideos.com^$script,domain=techtimes.com
@@||twimg.com^$image,third-party,domain=100percentfedup.com|allthingsvegas.com|askmefast.com|auntyacid.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|bizpacreview.com|breathecast.com|bulletsfirst.net|celebrity-gossip.net|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|fitnessconnoisseur.com|foreverymom.com|freedomforce.com|freedomoutpost.com|gosocial.co|greatamericanrepublic.com|gymflow100.com|hallels.com|hautereport.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|infowars.com|intellectualconservative.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|lidblog.com|mentalflare.com|minutemennews.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|parentherald.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicalcowboy.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|shark-tank.com|shedthoselbs.com|stevedeace.com|supercheats.com|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|urbantabloid.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|youthhealthmag.com
@@||twitter.com^$script,third-party,domain=100percentfedup.com|allthingsvegas.com|askmefast.com|auntyacid.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|boredomtherapy.com|breathecast.com|bulletsfirst.net|celebrity-gossip.net|chicksonright.com|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|fitnessconnoisseur.com|foreverymom.com|freedomforce.com|freedomoutpost.com|gosocial.co|grammarist.com|greatamericanrepublic.com|gymflow100.com|hackspirit.com|hallels.com|hautereport.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|infowars.com|intellectualconservative.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|lidblog.com|mentalflare.com|minutemennews.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|parentherald.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicalcowboy.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|shark-tank.com|shedthoselbs.com|stevedeace.com|supercheats.com|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|urbantabloid.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|whatfinger.com|youthhealthmag.com
@@||ui.bamstatic.com^$script,third-party
@@||use.typekit.net^$script,third-party,domain=100percentfedup.com|allthingsvegas.com|askmefast.com|auntyacid.com|barbwire.com|bighealthreport.com|breathecast.com|bulletsfirst.net|celebrity-gossip.net|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|coviral.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|fitnessconnoisseur.com|foreverymom.com|freedomforce.com|freedomoutpost.com|greatamericanrepublic.com|gymflow100.com|hallels.com|hautereport.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|infowars.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|mentalflare.com|minutemennews.com|myscienceacademy.org|naturalblaze.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|shark-tank.com|shedthoselbs.com|stevedeace.com|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com
@@||video.foxnews.com^$script,third-party
@@||vimeo.com^$script,domain=allthingsvegas.com|askmefast.com|auntyacid.com|boredomtherapy.com|bulletsfirst.net|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|coviral.com|crossmap.com|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|digitaljournal.com|eaglerising.com|enstarz.com|foreverymom.com|freedomforce.com|greatamericanrepublic.com|hallels.com|headcramp.com|hngn.com|honesttopaws.com|infowars.com|joeforamerica.com|kdramastars.com|kpopstarz.com|lastresistance.com|latinpost.com|mentalflare.com|minutemennews.com|myscienceacademy.org|naturalblaze.com|natureworldnews.com|newser.com|newsthump.com|patriotoutdoornews.com|pickthebrain.com|politicaloutcast.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realtytoday.com|redmaryland.com|shark-tank.com|stevedeace.com|techtimes.com|themattwalshblog.com|traileraddict.com|valuewalk.comvcpost.com|victoriajackson.com|viralnova.com|viralthread.com
@@||vimeocdn.com^$script,domain=boredomtherapy.com|headcramp.com|honesttopaws.com|mentalflare.com
@@||vjs.zencdn.net^$script,domain=rightwingtribune.com|traileraddict.com
@@||widget.clipix.com^$script,third-party
@@||widgets.outbrain.com/outbrain.js$domain=cheatsheet.com|supercheats.com
@@||wp.com/_static/$script,third-party,domain=100percentfedup.com|allthingsvegas.com|askmefast.com|auntyacid.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|bulletsfirst.net|celebrity-gossip.net|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.com|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|fitnessconnoisseur.com|foreverymom.com|freedomforce.com|freedomoutpost.com|gamer4k.com|greatamericanrepublic.com|gymflow100.com|hallels.com|hautereport.com|healthstatus.com|hngn.com|honesttopaws.com|infowars.com|intellectualconservative.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|mentalflare.com|minutemennews.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|readysethealth.com|realfarmacy.com|realmomsrealreviews.com|redmaryland.com|shark-tank.com|shedthoselbs.com|stevedeace.com|supercheats.com|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|urbantabloid.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|youthhealthmag.com
@@||wp.com/wp-content/$script,third-party,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|auntyacid.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|boomsbeat.com|breakingfirst.com|bulletsfirst.net|celebrity-gossip.net|clashamerica.com|comicallyincorrect.com|conservativebyte.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.com|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|designbump.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|firstinfreedomdaily.com|fitnessconnoisseur.com|foreverymom.com|freedomforce.com|freedomoutpost.com|greatamericanrepublic.com|gymflow100.com|hallels.com|hautereport.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|infowars.com|intellectualconservative.com|itechpost.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|mentalflare.com|minutemennews.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|profitconfidential.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|redmaryland.com|sciencetimes.com|shark-tank.com|shedthoselbs.com|sportsworldnews.com|stevedeace.com|supercheats.com|sweepstakesfanatics.com|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|thedesigninspiration.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|urbantabloid.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|wakingtimes.com|youthhealthmag.com
@@||wpengine.netdna-cdn.com/wp-content/themes/$image,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|auntyacid.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|boomsbeat.com|breakingfirst.com|breathecast.com|bulletsfirst.net|celebrity-gossip.net|clashamerica.com|comicallyincorrect.com|conservativebyte.com|conservativeintel.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|designbump.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|faithit.com|firstinfreedomdaily.com|fitnessconnoisseur.com|foreverymom.com|freedomforce.com|freedomoutpost.com|greatamericanrepublic.com|gymflow100.com|hallels.com|hautereport.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|infowars.com|itechpost.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|mentalflare.com|minutemennews.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|profitconfidential.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|sciencetimes.com|shark-tank.com|shedthoselbs.com|sportsworldnews.com|stevedeace.com|sweepstakesfanatics.com|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|thedesigninspiration.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|wakingtimes.com|youthhealthmag.com
@@||wpengine.netdna-cdn.com/wp-content/uploads/$image,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|auntyacid.com|bestfunnyjokes4u.com|boomsbeat.com|breakingfirst.com|breathecast.com|celebrity-gossip.net|clashamerica.com|conservativeintel.com|coviral.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|designbump.com|digitaljournal.com|earnthenecklace.com|enstarz.com|faithit.com|firstinfreedomdaily.com|fitnessconnoisseur.com|foreverymom.com|freedomforce.com|greatamericanrepublic.com|gymflow100.com|hallels.com|hautereport.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|infowars.com|itechpost.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|lidblog.com|mentalflare.com|minutemennews.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|patriotoutdoornews.com|pickthebrain.com|profitconfidential.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|sciencetimes.com|shedthoselbs.com|sportsworldnews.com|stevedeace.com|sweepstakesfanatics.com|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|thedesigninspiration.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|wakingtimes.com|youthhealthmag.com
@@||yahooapis.com^$script,third-party,domain=truththeory.com
@@||youtube.com/iframe_api$script,third-party,domain=100percentfedup.com|allthingsvegas.com|askmefast.com|auntyacid.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|bizpacreview.com|boredomtherapy.com|breathecast.com|bulletsfirst.net|celebrity-gossip.net|comicallyincorrect.com|conservativebyte.com|conservativeintel.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|faithit.com|fitnessconnoisseur.com|foreverymom.com|freedomforce.com|freedomoutpost.com|gamerant.com|gosocial.co|greatamericanrepublic.com|gymflow100.com|hallels.com|hautereport.com|headcramp.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|infowars.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|lidblog.com|mentalflare.com|minutemennews.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|parentherald.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicalcowboy.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|reverbpress.com|reviveusa.com|rightwingnews.com|shark-tank.com|shedthoselbs.com|stevedeace.com|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|thehayride.com|themattwalshblog.com|theviralmob.com|tinypic.com|tosavealife.com|traileraddict.com|truththeory.com|universityherald.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|youthhealthmag.com
@@||youtube.com/player_api$script,third-party,domain=100percentfedup.com|allthingsvegas.com|askmefast.com|auntyacid.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|bizpacreview.com|boredomtherapy.com|breathecast.com|bulletsfirst.net|celebrity-gossip.net|comicallyincorrect.com|conservativebyte.com|conservativeintel.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|faithit.com|fitnessconnoisseur.com|foreverymom.com|freedomforce.com|freedomoutpost.com|gamerant.com|gosocial.co|greatamericanrepublic.com|gymflow100.com|hallels.com|hautereport.com|headcramp.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|infowars.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|lidblog.com|mentalflare.com|minutemennews.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|parentherald.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicalcowboy.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|reverbpress.com|reviveusa.com|rightwingnews.com|shark-tank.com|shedthoselbs.com|stevedeace.com|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|thehayride.com|themattwalshblog.com|theviralmob.com|tinypic.com|tosavealife.com|traileraddict.com|truththeory.com|universityherald.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|youthhealthmag.com
@@||ytimg.com/yts/jsbin/$script,domain=100percentfedup.com|allthingsvegas.com|askmefast.com|auntyacid.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|bizpacreview.com|boredomtherapy.com|breathecast.com|bulletsfirst.net|celebrity-gossip.net|comicallyincorrect.com|conservativebyte.com|conservativeintel.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|faithit.com|fitnessconnoisseur.com|foreverymom.com|freedomforce.com|freedomoutpost.com|gamerant.com|gosocial.co|greatamericanrepublic.com|gymflow100.com|hallels.com|hautereport.com|headcramp.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|infowars.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|lidblog.com|mentalflare.com|minutemennews.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|parentherald.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|reverbpress.com|reviveusa.com|rightwingnews.com|shark-tank.com|shedthoselbs.com|stevedeace.com|techconsumer.com|technobuffalo.com|techtimes.com|theblacksphere.net|theboredmind.com|thehayride.com|themattwalshblog.com|theviralmob.com|tinypic.com|tosavealife.com|traileraddict.com|truththeory.com|universityherald.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|youthhealthmag.com
@@||zemanta.com^$image,third-party,domain=bulletsfirst.net
|http://$script,third-party,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|auntyacid.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|bizpacreview.com|boomsbeat.com|boredomtherapy.com|breakingfirst.com|breathecast.com|bulletsfirst.net|celebrity-gossip.net|cheapism.com|cheatsheet.com|chicksonright.com|clashamerica.com|comicallyincorrect.com|conservativebyte.com|conservativeintel.com|conservativetribune.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.com|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|designbump.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|faithit.com|firstinfreedomdaily.com|fitnessconnoisseur.com|foreverymom.com|freedomforce.com|freedomoutpost.com|freewarefiles.com|funnyand.com|gamer4k.com|gamerant.com|gamersheroes.com|gosocial.co|grammarist.com|greatamericanrepublic.com|gymflow100.com|hackspirit.com|hallels.com|hautereport.com|headcramp.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|infowars.com|intellectualconservative.com|itechpost.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|knowledgedish.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|lidblog.com|lifebuzz.com|madworldnews.com|makeagif.com|mentalflare.com|minutemennews.com|moneyversed.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|parentherald.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|profitconfidential.com|quirlycues.com|rantlifestyle.com|readysethealth.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|reviveusa.com|rightwingnews.com|rightwingtribune.com|rollingout.com|sciencetimes.com|shark-tank.com|shedthoselbs.com|sportsworldnews.com|sportsworldreport.com|stevedeace.com|supercheats.com|survivalnation.com|sweepstakesfanatics.com|techconsumer.com|technobuffalo.com|techtimes.com|telexplorer.com.ar|terezowens.com|theblacksphere.net|theboredmind.com|thedesigninspiration.com|thehayride.com|thelibertydaily.com|themattwalshblog.com|thepolitistick.com|theviralmob.com|tinypic.com|tosavealife.com|traileraddict.com|truththeory.com|universityherald.com|urbantabloid.com|valuewalk.com|vcpost.com|vgpie.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|wakingtimes.com|whatfinger.com|youthhealthmag.com
|http://$third-party,xmlhttprequest,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|auntyacid.com|bizpacreview.com|boomsbeat.com|boredomtherapy.com|breakingfirst.com|cheapism.com|cheatsheet.com|chicksonright.com|clashamerica.com|conservativeintel.com|conservativetribune.com|dailyheadlines.com|designbump.com|eaglerising.com|firstinfreedomdaily.com|freewarefiles.com|funnyand.com|gamer4k.com|gamerant.com|gamersheroes.com|grammarist.com|greatamericanrepublic.com|hackspirit.com|headcramp.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|intellectualconservative.com|itechpost.com|jobsnhire.com|joeforamerica.com|kdramastars.com|knowledgedish.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|lifebuzz.com|madworldnews.com|makeagif.com|mentalflare.com|natureworldnews.com|newser.com|parentherald.com|patriottribune.com|pickthebrain.com|profitconfidential.com|readysethealth.com|realtytoday.com|rightwingtribune.com|rollingout.com|sciencetimes.com|sportsworldnews.com|sportsworldreport.com|supercheats.com|survivalnation.com|sweepstakesfanatics.com|telexplorer.com.ar|terezowens.com|theblacksphere.net|thedesigninspiration.com|thehayride.com|thelibertydaily.com|themattwalshblog.com|thepolitistick.com|universityherald.com|urbantabloid.com|vgpie.com|wakingtimes.com|whatfinger.com|youthhealthmag.com
|https://$script,third-party,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|auntyacid.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|bizpacreview.com|boomsbeat.com|boredomtherapy.com|breakingfirst.com|breathecast.com|bulletsfirst.net|celebrity-gossip.net|cheapism.com|cheatsheet.com|chicksonright.com|clashamerica.com|comicallyincorrect.com|conservativebyte.com|conservativeintel.com|conservativetribune.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.com|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|designbump.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|faithit.com|firstinfreedomdaily.com|fitnessconnoisseur.com|foreverymom.com|freedomforce.com|freedomoutpost.com|freewarefiles.com|funnyand.com|gamer4k.com|gamerant.com|gamersheroes.com|gosocial.co|grammarist.com|greatamericanrepublic.com|gymflow100.com|hackspirit.com|hallels.com|hautereport.com|headcramp.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|infowars.com|intellectualconservative.com|itechpost.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|knowledgedish.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|lidblog.com|lifebuzz.com|madworldnews.com|makeagif.com|mentalflare.com|minutemennews.com|moneyversed.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|parentherald.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|profitconfidential.com|quirlycues.com|rantlifestyle.com|readysethealth.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|reviveusa.com|rightwingnews.com|rightwingtribune.com|rollingout.com|sciencetimes.com|shark-tank.com|shedthoselbs.com|sportsworldnews.com|sportsworldreport.com|stevedeace.com|supercheats.com|survivalnation.com|sweepstakesfanatics.com|techconsumer.com|technobuffalo.com|techtimes.com|telexplorer.com.ar|terezowens.com|theblacksphere.net|theboredmind.com|thedesigninspiration.com|thehayride.com|thelibertydaily.com|themattwalshblog.com|thepolitistick.com|theviralmob.com|tinypic.com|tosavealife.com|traileraddict.com|truththeory.com|universityherald.com|urbantabloid.com|valuewalk.com|vcpost.com|vgpie.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|wakingtimes.com|whatfinger.com|youthhealthmag.com
|https://$third-party,xmlhttprequest,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|auntyacid.com|bizpacreview.com|boomsbeat.com|boredomtherapy.com|breakingfirst.com|cheapism.com|cheatsheet.com|chicksonright.com|clashamerica.com|conservativeintel.com|conservativetribune.com|designbump.com|eaglerising.com|firstinfreedomdaily.com|freewarefiles.com|gamer4k.com|gamersheroes.com|grammarist.com|greatamericanrepublic.com|hackspirit.com|healthstatus.com|hispolitica.com|honesttopaws.com|itechpost.com|knowledgedish.com|lastresistance.com|legalinsurrection.com|lifebuzz.com|madworldnews.com|makeagif.com|mentalflare.com|natureworldnews.com|newser.com|profitconfidential.com|readysethealth.com|rightwingtribune.com|rollingout.com|sciencetimes.com|sportsworldnews.com|survivalnation.com|sweepstakesfanatics.com|telexplorer.com.ar|terezowens.com|thedesigninspiration.com|thelibertydaily.com|thepolitistick.com|vgpie.com|wakingtimes.com|whatfinger.com
||stackpathdns.com^$image,domain=boomsbeat.com|dramastars.com|enstarz.com|hngn.com|itechpost.com|kpopstarz.com|latinpost.com|natureworldnews.com|parentherald.com|readysethealth.com|realtytoday.com|sciencetimes.com|sportsworldreport.com|universityherald.com|vcpost.com|youthhealthmag.com
||supercheats.com/js/yavli.js
||wpengine.netdna-cdn.com^$image,domain=100percentfedup.com|allthingsvegas.com|askmefast.com|auntyacid.com|barbwire.com|bestfunnyjokes4u.com|bighealthreport.com|breathecast.com|bulletsfirst.net|celebrity-gossip.net|comicallyincorrect.com|conservativebyte.com|conservativeintel.com|conservativevideos.com|constitution.com|coviral.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|digitaljournal.com|eaglerising.com|earnthenecklace.com|enstarz.com|faithit.com|fitnessconnoisseur.com|foreverymom.com|freedomforce.com|freedomoutpost.com|greatamericanrepublic.com|gymflow100.com|hallels.com|hautereport.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|infowars.com|jobsnhire.com|joeforamerica.com|juicerhead.com|justdiy.com|kdramastars.com|keepandbear.com|kpopstarz.com|lastresistance.com|latinpost.com|legalinsurrection.com|libertyunyielding.com|lidblog.com|mentalflare.com|minutemennews.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|patriotoutdoornews.com|patriottribune.com|pickthebrain.com|politicaloutcast.com|politichicks.com|practicallyviral.com|quirlycues.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|shark-tank.com|shedthoselbs.com|stevedeace.com|techconsumer.com|techtimes.com|theblacksphere.net|theboredmind.com|themattwalshblog.com|therealside.com|tosavealife.com|traileraddict.com|truththeory.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|visiontoamerica.com|youthhealthmag.com
||static.crowdscience.com/max-*.js?callback=crowdScienceCallback$domain=reuters.com
.com/lib/f=$third-party,xmlhttprequest,domain=sporcle.com
||ajax.googleapis.com/ajax/libs/jquery/$script,domain=darkcomet-rat.com
||amazonaws.com^$script,domain=ginormousbargains.com|politicususa.com|theawesomer.com|unfair.co
||aolcdn.com^*/source-point-plugins/$domain=huffingtonpost.co.uk
||channel4.com^*.innovid.com$object
||channel4.com^*.tidaltv.com$object
||gannett-cdn.com/appservices/partner/sourcepoint/sp-mms-client.js
||http.anno.channel4.com*-
||http.anno.channel4.com*_*_*_
||indiatimes.com/detector.cms
||joindota.com/img/*LB_$image
||joindota.com/img/*MR_$image
||mensxp.com^*/detector.min.js?
||mtlblog.com/wp-content/*/fab.js$script
||sportspyder.com/assets/application-$script
||techweb.com/adblocktrack
||vapingunderground.com/js/vapingunderground/fucking_adblock.js
||ytconv.net/site/adblock_detect
$webrtc,domain=101greatgoals.com|123movies.net|4chan.org|9anime.to|9anime.vip|ack.net|allkpop.com|allthetests.com|alltube.tv|audioholics.com|barnstablepatriot.com|blacklistednews.com|boards2go.com|bolde.com|britannica.com|businessnewsdaily.com|buzzfil.net|cantonrep.com|capecodtimes.com|champion.gg|cheeseheadtv.com|clicknupload.link|clicknupload.org|closerweekly.com|collegehumor.com|colourlovers.com|columbiatribune.com|convertcase.net|crackberry.com|csgolounge.com|ddlvalley.me|destructoid.com|diffen.com|dispatch.com|dorkly.com|dota2lounge.com|enterprisenews.com|eztv.io|eztv.tf|eztv.yt|fastplay.to|fayobserver.com|fhm.com|firstforwomen.com|flexonline.com|freewarefiles.com|gastongazette.com|geekzone.co.nz|genfb.com|ghacks.net|go4up.com|goerie.com|gounlimited.to|goupstate.com|grammarist.com|gsmarena.com|hdvid.life|hdvid.tv|hdvid.xyz|healthline.com|heraldtribune.com|houmatoday.com|icefilms.info|igg-games.com|intouchweekly.com|investopedia.com|j-14.com|janjua.pw|janjua.tv|jpost.com|kinos.to|kinox.ai|kinox.am|kinox.cloud|kinox.club|kinox.digital|kinox.direct|kinox.express|kinox.fun|kinox.fyi|kinox.gratis|kinox.io|kinox.lol|kinox.mobi|kinox.nu|kinox.party|kinox.pub|kinox.sg|kinox.sh|kinox.si|kinox.space|kinox.sx|kinox.to|kinox.tube|kinox.wtf|kiplinger.com|kshowonline.com|laptopmag.com|lifeandstylemag.com|lolcounter.com|m-magazine.com|mac-torrents.com|madamenoire.com|maketecheasier.com|megaup.net|mensfitness.com|merriam-webster.com|metrowestdailynews.com|movies123.xyz|muscleandfitness.com|myfeed4u.me|myfeed4u.net|netdna-storage.com|newpct.com|news-journalonline.com|newsarama.com|nintendoeverything.com|nowvideo.club|nowvideo.pw|nwfdailynews.com|nydailynews.com|oloadcdn.net|onvid.club|onvid.xyz|openload.co|openload.pw|otakustream.tv|ouo.io|ouo.press|ourl.io|pelispedia.tv|phonearena.com|pjstar.com|playbill.com|probuilds.net|providencejournal.com|radaronline.com|rapidvideo.com|recordonline.com|salefiles.com|sj-r.com|skidrowcrack.com|skidrowreloaded.com|soapoperadigest.com|solomid.net|sourceforge.net|space.com|spanishdict.com|sportshd.me|streamfilmzzz.com|streamzzz.online|telegram.com|teslacentral.com|the4thofficial.net|theberry.com|thechive.com|thepoliticalinsider.com|thevideobee.to|tmn.today|topix.com|torrentfunk.com|uploading.site|uptobox.com|uticaod.com|vidtodo.com|vidzi.online|vidzi.tv|vrheads.com|vvdailypress.com|womansworld.com|xda-developers.com|yts.gs
$websocket,domain=123movies.net|1337x.st|1337x.to|2giga.link|4archive.org|4chan.org|9anime.to|9anime.vip|allthetests.com|alltube.tv|blacklistednews.com|boards2go.com|boreburn.com|breakingisraelnews.com|celebdirtylaundry.com|celebritymozo.com|closerweekly.com|colourlovers.com|convertcase.net|crackberry.com|daclips.in|dailycaller.com|destructoid.com|diffen.com|dreamfilm.se|dumpaday.com|fastpic.ru|ffmovies.ru|fileone.tv|filmlinks4u.is|firstforwomen.com|firstrowau.eu|flash-x.tv|flashsx.tv|flashx.co|flashx.me|flashx.run|flashx.tv|flashx1.tv|fmovies.taxi|fmovies.world|freewarefiles.com|gamenguide.com|genfb.com|gofirstrow.eu|gomovies.sc|gsmarena.com|hdvid.life|hdvid.tv|hdvid.xyz|health-weekly.net|homerun.re|i4u.com|ifirstrow.eu|ifirstrowit.eu|imagefap.com|instanonymous.com|investopedia.com|itechpost.com|izismile.com|jewsnews.co.il|keepvid.com|kiplinger.com|kshowonline.com|lifehacklane.com|livescience.com|lolcounter.com|megaup.net|merriam-webster.com|mobilenapps.com|mobipicker.com|movies123.xyz|myfeed4u.me|myfeed4u.net|natureworldnews.com|navbug.com|ncscooper.com|newpct.com|newsarama.com|newseveryday.com|nowvideo.club|nowvideo.pw|okceleb.com|oloadcdn.net|olympicstreams.me|omgwhut.com|onvid.club|onvid.xyz|openload.co|openload.pw|opensubtitles.org|otakustream.tv|parentherald.com|pcgamer.com|playbill.com|pocketnow.com|pornhub.com|postimg.org|powvideo.net|pwinsider.com|rapidvideo.com|rinf.com|roadracerunner.com|salefiles.com|scienceworldreport.com|shorte.st|skidrowcrack.com|snoopfeed.com|stream2watch.ws|streamgaroo.com|technobuffalo.com|the4thofficial.net|thinkinghumanity.com|tomsitpro.com|toptenz.net|torrentz2.eu|tribune.com.pk|trifind.com|tune.pk|uberhavoc.com|universityherald.com|vcpost.com|vidmax.com|vidoza.net|vidtodo.com|vidzi.online|vidzi.tv|viewmixed.com|viid.me|viralands.com|vrheads.com|watchseries.li|webfirstrow.eu|whydontyoutrythis.com|wrestlinginc.com|wrestlingnews.co|x1337x.eu|x1337x.se|x1337x.ws|xda-developers.com|xilfy.com|yourtailorednews.com|yourtango.com
|http://$third-party,xmlhttprequest,domain=freewarefiles.com
|https://$third-party,xmlhttprequest,domain=destructoid.com|diffen.com|dreamfilm.se|dumpaday.com|fastpic.ru|fileone.tv|filmlinks4u.is|firstforwomen.com|firstrowau.eu|flash-x.tv|flashsx.tv|flashx.co|flashx.me|flashx.run|flashx.tv|flashx1.tv|freewarefiles.com|gamenguide.com|genfb.com|gofirstrow.eu|gomovies.sc|gsmarena.com|hdvid.life|hdvid.tv|hdvid.xyz|health-weekly.net|homerun.re|i4u.com|ifirstrow.eu|ifirstrowit.eu|imagefap.com|instanonymous.com|investopedia.com|itechpost.com|izismile.com|jewsnews.co.il|keepvid.com|kiplinger.com|kshowonline.com|lifehacklane.com|lolcounter.com|megaup.net|mobilenapps.com|mobipicker.com|movies123.xyz|myfeed4u.me|myfeed4u.net|natureworldnews.com|navbug.com|ncscooper.com|newpct.com|newsarama.com|newseveryday.com|okceleb.com|oloadcdn.net|omgwhut.com|onvid.club|onvid.fun|onvid.pw|onvid.xyz|openload.co|openload.pw|opensubtitles.org|otakustream.tv|parentherald.com|pilaybill.com|pocketnow.com|pornhub.com|postimg.org|powvideo.net|pwinsider.com|rapidvideo.com|rinf.com|roadracerunner.com|salefiles.com|scienceworldreport.com|shorte.st|skidrowcrack.com|snoopfeed.com|streamgaroo.com|technobuffalo.com|the4thofficial.net|thinkinghumanity.com|tomsitpro.com|toptenz.net|torrentz2.eu|tribune.com.pk|trifind.com|tune.pk|uberhavoc.com|universityherald.com|vcpost.com|vidhd.club|vidhd.icu|vidhd.pw|vidmax.com|vidoza.net|vidtodo.com|vidzi.online|vidzi.tv|viewmixed.com|viid.me|viralands.com|vrheads.com|watchseries.li|webfirstrow.eu|whydontyoutrythis.com|wrestlingnews.co|xda-developers.com|xilfy.com|yourtailorednews.com|yourtango.com
/^https?:\/\/([0-9]{1,3}\.){3}[0-9]{1,3}/$domain=1337x.st|1337x.to|bittorrent.am|katcr.co|limetorrents.info|magnetdl.com|megaup.net|monova.org|monova.to|o2tvseries.com|pirateiro.com|rarbg.to|rarbgaccess.org|rarbgmirror.com|rarbgmirror.org|rarbgmirror.xyz|rarbgmirrored.org|rarbgproxy.org|rarbgprx.org|rarbgto.org|readcomiconline.to|torrentdownload.ch|torrentdownloads.me|torrentfunk2.com|torrentz2.eu|viralitytoday.com|watchsomuch.info|x1337x.eu|x1337x.se|x1337x.ws|yourbittorrent2.com
$csp=script-src 'self' 'unsafe-inline' 'unsafe-eval' data: *.cloudflare.com *.google.com *.addthis.com *.addthisedge.com *.facebook.net *.twitter.com *.jquery.com,domain=kinox.to|kinos.to|kinox.sx|kinox.si|kinox.io|kinox.sx|kinox.am|kinox.nu|kinox.sg|kinox.gratis|kinox.mobi|kinox.sh|kinox.lol|kinox.wtf|kinox.fun|kinox.fyi|kinox.cloud|kinox.ai|kinox.club|kinox.digital|kinox.tube|kinox.direct|kinox.pub|kinox.express|kinox.party|kinox.space
$csp=script-src 'self' * 'unsafe-inline',domain=fflares.com|fileflares.com|ibit.to|unblocktheship.org|noobnoob.rocks|nosteamgames.ro|ahoypirate.in|proxyindia.net|mypirate.cc|unblockpirate.uk|superproxy.biz|tpb6.ukpass.co|pirateproxy.ch|mirror.superproxy.biz|proxyfrom.asia|tpb.hid.li|mypirate.cc|unblockpirate.uk|superproxy.biz|tpb6.ukpass.co|pirateproxy.ch|mirror.superproxy.biz|proxyfrom.asia|tpb.hid.li|piratebayblocked.com|piratebay1.top|thepiratebay.vip|pirateproxy.live|thehiddenbay.com|cruzing.xyz|tpbproxyone.org|piratebayblocked.com|piratebay1.top|thepiratebay.vip|pirateproxy.live|thehiddenbay.com|cruzing.xyz|tpbproxyone.org|piratebay.tel|bayception.pw|piratebay.town|superbay.link|pirateproxy.rocks|pirateproxy.ch|thepiratebay.kiwi|rarbgto.org|rarbgmirrored.org|rarbgmirror.org|rarbg.to|rarbgaccess.org|rarbgmirror.com|rarbgmirror.xyz|rarbgproxy.org|rarbgprx.org|mrunlock.pro|downloadpirate.com|prox4you.info|prox4you.xyz|123unblock.info|nocensor.icu|unlockproject.live|thepiratebay.vip|theproxybay.net|thepiratebay10.org|prox1.info|kickass.vip|torrent9.uno|torrentsearchweb.ws|pirateproxy.app|ukpass.co|theproxybay.net|prox.icu|proxybay.ga|pirateproxy.life|thepiratebay10.org|unblockthe.net|cruzing.xyz
$csp=worker-src 'none',domain=ahoypirate.in|bayception.pw|cruzing.xyz|mirror.superproxy.biz|mypirate.cc|noobnoob.rocks|piratebay.tel|piratebay.town|piratebay1.top|piratebayblocked.com|pirateproxy.ch|pirateproxy.live|pirateproxy.rocks|prox1.info|proxyfrom.asia|proxyindia.net|superbay.link|superproxy.biz|thehiddenbay.com|thepiratebay.kiwi|thepiratebay.org|thepiratebay.vip|thepiratebay10.org|thepirateproxy.win|theproxybay.net|tpb.crushus.com|tpb.hid.li|tpb6.ukpass.co|tpbproxyone.org|tpbrun.win|tpproxy.website|ukpirate.org|unblockpirate.uk|unblocktheship.org|thepiratebay.org|estream.to|flashx.cc|flashx.co|flashx.co|streamango.com|vidoza.co|vidoza.net
@@||freebeacon.com/?s=$csp=script-src 'self' * 'unsafe-inline' 'unsafe-eval'
@@||healthline.com/search?$csp=script-src 'self' * 'unsafe-inline' 'unsafe-eval'
@@||kiplinger.com/search/$csp=script-src 'self' * 'unsafe-inline' 'unsafe-eval'
@@||pocketnow.com/?s=$csp=script-src 'self' * 'unsafe-inline' 'unsafe-eval'
@@||talkwithstranger.com/custom-search^$csp=script-src 'self' * 'unsafe-inline' 'unsafe-eval'
||123unblock.xyz^$csp=script-src 'self' * 'unsafe-inline'
||1337x.st^$csp=script-src 'self' 'unsafe-inline'
||1337x.to^$csp=script-src 'self' 'unsafe-inline'
||1movies.is^$csp=script-src 'self' 'unsafe-inline' 'unsafe-eval' data: *.jwpcdn.com *.gstatic.com *.googletagmanager.com *.addthis.com *.google.com
||4chan.org^$csp=script-src 'self' * 'unsafe-inline' *.gstatic.com *.google.com *.googleapis.com *.4cdn.org *.4channel.org
||acidcow.com^$csp=script-src 'self' * blob: data:
||allthetests.com^$csp=script-src 'self' * blob: data:
||almasdarnews.com^$csp=script-src 'self' * 'unsafe-inline'
||ancient-origins.net^$csp=script-src 'self' * 'unsafe-inline'
||androidcentral.com^$csp=script-src 'self' * 'unsafe-inline'
||antonymsfor.com^$csp=script-src 'self' 'unsafe-inline' http: https:
||biology-online.org^$csp=script-src 'self' * 'unsafe-inline'
||bittorrent.am^$csp=script-src 'self' 'unsafe-inline'
||bittorrentstart.com^$csp=script-src 'self' 'unsafe-inline' data: *.google.com *.google-analytics.com *.scorecardresearch.com
||blacklistednews.com^$csp=script-src 'self' * blob: data:
||breakingisraelnews.com^$csp=script-src 'self' * blob: data:
||britannica.com^$csp=script-src 'self' * 'unsafe-inline'
||broadwayworld.com^$csp=script-src 'self' * 'unsafe-inline'
||btkitty.pet^$csp=script-src 'self' 'unsafe-inline' *.cloudflare.com *.googleapis.com *.jsdelivr.net
||campussports.net^$csp=script-src 'self' * 'unsafe-inline'
||cheezburger.com^$csp=script-src 'self' 'unsafe-eval' 'unsafe-inline' data: *.air.tv *.b2c.com *.chartbeat.com *.cheezburger.com *.chzbgr.com *.complex.com *.facebook.net *.google-analytics.com *.google.com *.gstatic.com *.instagram *.newrelic.com *.optimizely.com *.quantcount.com *.quantserve.com *.scorecardresearch.com *.spot.im *.twitter.com *.youtube.com *.ytimg.com
||colourlovers.com^$csp=script-src 'self' * 'unsafe-inline'
||convertcase.net^$csp=script-src 'self' * blob: data:
||convertfiles.com^$csp=script-src 'self' * 'unsafe-inline'
||csgolounge.com^$csp=script-src 'self' * 'unsafe-inline'
||daclips.in^$csp=script-src 'self' * 'unsafe-inline'
||eztv.io^$csp=script-src 'self' 'unsafe-inline'
||freebeacon.com^$csp=script-src 'self' * blob: data:
||fullmatchesandshows.com^$csp=script-src 'self' * 'unsafe-inline'
||gelbooru.com^$csp=script-src 'self' * 'unsafe-inline' *.gstatic.com *.google.com *.googleapis.com *.bootstrapcdn.com
||gogoanimes.co^$csp=script-src 'self' * disquscdn.com 'unsafe-inline'
||grammarist.com^$csp=script-src 'self' * 'unsafe-inline'
||healthline.com^$csp=script-src 'self' * 'unsafe-inline'
||hiphoplately.com^$csp=script-src 'self' * blob: data:
||investopedia.com^$csp=script-src 'self' * 'unsafe-inline'
||jerusalemonline.com^$csp=script-src http: https: 'self' * 'unsafe-inline'
||jewsnews.co.il^$csp=script-src 'self' *
||jpost.com^$csp=script-src 'self' 'unsafe-inline' http: https: blob:
||katcr.co^$csp=script-src 'self' 'unsafe-inline'
||kickass2.st^$csp=script-src 'self' 'unsafe-inline'
||kiplinger.com^$csp=script-src 'self' * 'unsafe-inline'
||kshowonline.com^$csp=script-src 'self' * 'unsafe-inline'
||limetorrents.info^$csp=script-src 'self' 'unsafe-inline'
||lolcounter.com^$csp=script-src 'self' * 'unsafe-inline'
||lucianne.com^$csp=script-src 'self' * blob: data:
||magnetdl.com^$csp=script-src 'self' 'unsafe-inline'
||merriam-webster.com^$csp=script-src 'self' * 'unsafe-inline'
||moneyversed.com^$csp=script-src 'self' * 'unsafe-inline'
||monova.org^$csp=script-src 'self' 'unsafe-inline'
||monova.to^$csp=script-src 'self' 'unsafe-inline'
||moviewatcher.is^$csp=script-src 'self' * 'unsafe-inline'
||mrunlock.icu^$csp=script-src 'self' * 'unsafe-inline'
||neonnettle.com^$csp=script-src http: https: 'self' * 'unsafe-inline'
||newser.com^$csp=script-src 'self' * 'unsafe-inline'
||nintendoeverything.com^$csp=script-src 'self' * 'unsafe-inline'
||nocensor.pro^$csp=script-src 'self' * 'unsafe-inline'
||nowwatchtvlive.ws^$csp=script-src 'self' *
||nsfwyoutube.com^$csp=script-src 'self' * 'unsafe-inline'
||oneload.site^$csp=script-src 'self' 'unsafe-inline'
||onhax.me^$csp=script-src 'self' * 'unsafe-inline'
||onion.ly^$csp=script-src 'self' * 'unsafe-inline'
||phonearena.com^$csp=script-src 'self' * 'unsafe-inline'
||phonesreview.co.uk^$csp=script-src 'self' * 'unsafe-inline'
||pirateiro.com^$csp=script-src 'self' 'unsafe-inline'
||pocketnow.com^$csp=script-src 'self' * 'unsafe-inline'
||pockettactics.com^$csp=script-src 'self' * 'unsafe-inline'
||pornsharing.com^$csp=script-src 'self' 'unsafe-inline' 'unsafe-eval' data: *.google.com *.gstatic.com *.google-analytics.com
||postimg.cc/image/$csp=script-src 'self' * data: blob: 'unsafe-eval'
||powerofpositivity.com^$csp=script-src 'self' * 'unsafe-inline'
||prox4you.info^$csp=script-src 'self' * 'unsafe-inline'
||prox4you.pw^$csp=script-src 'self' * 'unsafe-inline'
||readcomiconline.to^$csp=script-src 'self' 'unsafe-inline' *.disquscdn.com *.facebook.net *.twitter.com disqus.com
||readmng.com^$csp=script-src 'self' * 'unsafe-inline'
||roadracerunner.com^$csp=script-src 'self' * 'unsafe-inline'
||schoolholidayseurope.eu^$csp=script-src 'self' * 'unsafe-inline'
||seedpeer.me^$csp=script-src 'self' 'unsafe-inline'
||skidrowcrack.com^$csp=script-src 'self' * 'unsafe-inline'
||solarmovie.cr^$csp=script-src 'self' * 'unsafe-inline'
||sportspickle.com^$csp=script-src 'self' * 'unsafe-inline'
||swatchseries.to^$csp=script-src 'self' * 'unsafe-inline'
||talkwithstranger.com^$csp=script-src 'self' * 'unsafe-inline'
||tamilo.com^$csp=script-src 'self' * blob: data:
||textsfromlastnight.com^$csp=script-src 'self' * 'unsafe-inline'
||tfln.co^$csp=script-src 'self' * 'unsafe-inline' blob:
||thehornnews.com^$csp=script-src 'self' * 'unsafe-inline'
||thewatchcartoononline.tv^$csp=script-src 'self' * 'unsafe-inline'
||torlock.com^$csp=script-src 'self' 'unsafe-inline'
||toros.co^$csp=script-src 'self' * 'unsafe-inline'
||torrentdownload.ch^$csp=script-src 'self' 'unsafe-inline'
||torrentdownloads.me^$csp=script-src 'self' 'unsafe-inline'
||torrentfunk.com^$csp=script-src 'self' * 'unsafe-inline'
||torrentfunk2.com^$csp=script-src 'self' 'unsafe-inline'
||torrentz2.eu^$csp=script-src 'self' 'unsafe-inline'
||trifind.com^$csp=script-src 'self' * 'unsafe-inline'
||tworeddots.com^$csp=script-src 'self' * 'unsafe-inline'
||unblockall.org^$csp=script-src 'self' * 'unsafe-inline'
||unblocked.app^$csp=script-src 'self' * 'unsafe-inline'
||unblocked.cx^$csp=script-src 'self' * 'unsafe-inline'
||unblocked.dk^$csp=script-src 'self' * 'unsafe-inline'
||unblocked.krd^$csp=script-src 'self' * 'unsafe-inline'
||unblocked.lc^$csp=script-src 'self' * 'unsafe-inline'
||unblocked.llc^$csp=script-src 'self' * 'unsafe-inline'
||unblocked.lol^$csp=script-src 'self' * 'unsafe-inline'
||unblocked.pet^$csp=script-src 'self' * 'unsafe-inline'
||unblocked.si^$csp=script-src 'self' * 'unsafe-inline'
||unblocked.win^$csp=script-src 'self' * 'unsafe-inline'
||unlockproject.icu^$csp=script-src 'self' * 'unsafe-inline'
||uploadbank.com^$csp=script-src 'self' 'unsafe-inline' hcaptcha.com *.hcaptcha.com
||uploadproper.com^$csp=script-src 'self' 'unsafe-inline'
||uploadproper.net^$csp=script-src 'self' 'unsafe-inline'
||uptobox.com^$csp=script-src 'self' * 'unsafe-inline' *.gstatic.com *.google.com *.googleapis.com
||videolike.org^$csp=script-src 'self' * 'unsafe-inline'
||virtualjerusalem.com^$csp=script-src http: https: 'self' * 'unsafe-inline'
||watchcartoononline.io^$csp=script-src 'self' * 'unsafe-inline'
||watchsomuch.info^$csp=script-src 'self' 'unsafe-inline'
||winit.winchristmas.co.uk^$csp=script-src 'self' * 'unsafe-inline'
||wuxiaworld.com^$csp=script-src 'self' * 'unsafe-inline'
||x1337x.eu^$csp=script-src 'self' 'unsafe-inline'
||x1337x.se^$csp=script-src 'self' 'unsafe-inline'
||x1337x.ws^$csp=script-src 'self' 'unsafe-inline'
||yifyddl.movie^$csp=script-src 'self' 'unsafe-inline' *.googleapis.com
||yourbittorrent2.com^$csp=script-src 'self' 'unsafe-inline'
||activistpost.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com
||allthingsvegas.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com
||americasfreedomfighters.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com
||appleeats.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||barbwire.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com
||bb4sp.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||bestfunnyjokes4u.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||bighealthreport.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.yimg.com
||bigleaguepolitics.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||bizpacreview.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||breakingfirst.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||bulletsfirst.net^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com
||cheatsheet.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||chicksonright.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||clashamerica.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||clashdaily.com^$csp=script-src 'self' *.gstatic.com *.google.com *.googleapis.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||comicallyincorrect.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com
||conservativefiringline.com^$csp=script-src 'self' *.gstatic.com *.google.com *.googleapis.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||constitution.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||craigjames.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||dailyheadlines.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||dailysurge.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||dcdirtylaundry.com^$csp=script-src 'self' *.gstatic.com *.google.com *.googleapis.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||deneenborelli.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||designbump.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||eaglerising.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||faithit.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||firstinfreedomdaily.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||freedomforce.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||freedomoutpost.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||funnyand.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||gamer4k.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||godfatherpolitics.com^$csp=script-src 'self' *.gstatic.com *.google.com *.googleapis.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||greatamericanpolitics.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||greatamericanrepublic.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||hautereport.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||hispolitica.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||infowars.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||ipatriot.com^$csp=script-src 'self' *.gstatic.com *.google.com *.googleapis.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||juicerhead.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||lastresistance.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||libertyunyielding.com^$csp=script-src 'self' *.gstatic.com *.google.com *.googleapis.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||lidblog.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||lifebuzz.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||madworldnews.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||menrec.com^$csp=script-src 'self' *.gstatic.com *.google.com *.googleapis.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||naturalblaze.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||naturalsociety.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||opednews.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||patriotoutdoornews.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||politicalcowboy.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||politicaloutcast.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||politichicks.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||practicallyviral.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||quirlycues.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||realmomsrealreviews.com ^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||redmaryland.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||reviveusa.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||rightwingtribune.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||rollingout.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||shark-tank.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||shedthoselbs.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||sonsoflibertymedia.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||supercheats.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com
||survivalnation.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com
||techconsumer.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||telexplorer.com.ar^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||theblacksphere.net^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||thedesigninspiration.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||thehayride.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com
||thelibertydaily.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com
||themattwalshblog.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||thepolitistick.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||thinkamericana.com^$csp=script-src 'self' *.gstatic.com *.google.com *.googleapis.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||tosavealife.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||truthuncensored.net^$csp=script-src 'self' *.gstatic.com *.google.com *.googleapis.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||videogamesblogger.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
||viralnova.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com
||visiontoamerica.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com
||wakingtimes.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com
@@||rapidvideo.com/assets/js/video-js-6.2.0.js$script
@@||rapidvideo.com/js/jquery-ui.min.js$script
@@||rapidvideo.com/js/jquery.limit-1.2.source.js$script
@@||rapidvideo.com/js/jquery.tipsy.js$script
@@||rapidvideo.com/js/jquery.validate.min.js$script
@@||rapidvideo.com/js/js.cookie.js$script
@@||rapidvideo.com/js/new.js$script
@@||rapidvideo.com/js/pack.js$script
@@||rapidvideo.com/js/videojs-contrib-hls.min.js$script
@@||rapidvideo.com/js/videojs.hotkeys.min.js$script
@@||rapidvideo.com/js/videojs.vast.js$script
@@||rapidvideo.com/jw-logo/jw-logo-bar.js$script
@@||rapidvideo.com/jwplayer*/jwplayer.js$script
@@||rapidvideo.com/tube-skin-retina-for-videojs-6/bin/video-js-*/video.min.js$script
||rapidvideo.com^$script
||anandabazar.com/js/anandabazar-bootstrap/custom.js
||el-mundo.net/js/fm*.js$script
||livehindustan.com/js/BlockerScript.js
||pub1.cope.es^
@@||ad.yieldlab.net^$script,domain=spiegel.de
@@||cdn.teads.tv/media/format.js$domain=spiegel.de
@@||conative.de/serve/domain/158/config.js$domain=spiegel.de
@@||conative.de^*/adscript.min.js$domain=spiegel.de
@@||damoh.spiegel.de^$script,domain=spiegel.de
@@||imagesrv.adition.com/banners/1337/files/*.jpg?*.png$image,domain=spiegel.de
@@||imagesrv.adition.com/js/adition.js$domain=spiegel.de
@@||imagesrv.adition.com/js/srp.js$domain=spiegel.de
@@||static.adfarm1.adition.com/ci.html$subdocument,domain=spiegel.de
widgets.outbrain.com##.OUTBRAIN[data-src^="http://www.spiegel.de/"] .ob-p
widgets.outbrain.com##div[data-src^="http://m.spiegel.de/"] .ob-p
||2mdn.net^$domain=spiegel.de
||a-ssl.ligatus.com^$domain=spiegel.de
||ad.atdmt.com/i/a.html$domain=spiegel.de
||ad.atdmt.com/i/a.js$domain=spiegel.de
||ad.doubleclick.net^$domain=spiegel.de
||adform.net^$domain=spiegel.de
||adition.com/banner?$domain=spiegel.de
||adition.com^$domain=spiegel.de
||adition.com^$popup,domain=spiegel.de
||adnxs.com^$domain=spiegel.de
||adsafeprotected.com^$domain=spiegel.de
||adverserve.net^$domain=spiegel.de
||advolution.de^$domain=spiegel.de
||ampproject.org^*/amp-ad-$domain=spiegel.de
||bidder.criteo.com^$domain=spiegel.de
||cas.criteo.com^$domain=spiegel.de
||conative.de^$domain=spiegel.de
||g.doubleclick.net^$domain=spiegel.de
||googlesyndication.com/safeframe/$domain=spiegel.de
||googlesyndication.com/sodar/$domain=spiegel.de
||mediaplex.com^$domain=spiegel.de
||mookie1.com^$domain=spiegel.de
||movad.net^$domain=spiegel.de
||openx.net^$domain=spiegel.de
||pagead2.googlesyndication.com^$domain=spiegel.de
||qservz.com^$domain=spiegel.de
||rtax.criteo.com^$domain=spiegel.de
||servedby.flashtalking.com/imp/$script,domain=spiegel.de
||serving-sys.com^$domain=spiegel.de
||smartadserver.com^$domain=spiegel.de
||smartclip.net/ads?$domain=spiegel.de
||t4ft.de^$domain=spiegel.de
||tarife.spiegel.de/widget.php?wt_mc=1333.extern.rotation.promoflaeche$domain=spiegel.de
||teads.tv^$domain=spiegel.de
||theadex.com^$domain=spiegel.de
||view.atdmt.com/partner/$domain=spiegel.de
||view.atdmt.com^*/iview/$domain=spiegel.de
||view.atdmt.com^*/view/$domain=spiegel.de
||yieldlab.net^$domain=spiegel.de
bento.de,playbuzz.com##.pbads_after-question_wrapper
bento.de##.plistaList > .itemLinkPET
@@||bento.de^$generichide
bento.de##a[onmousedown^="this.href='http://paid.outbrain.com/network/redir?"]
bento.de##a[onmousedown^="this.href='http://paid.outbrain.com/network/redir?"][target="_blank"]
@@||jetzt.de^$generichide
%3D$popup,domain=nme.com
.link/$popup,domain=bigfile.to
/dlads.$popup,domain=ouo.io|ouo.press
/sendspace-pop.$popup,domain=sendspace.com
:text^$popup,domain=zippyshare.com
^utm_medium=video^$popup,domain=twitch.tv
^utm_source=$popup,domain=sex.com
||4fuckr.com/api.php$popup
||adf.ly/*.php?$popup
||adf.ly/_$popup
||adf.ly^$popup,domain=urgrove.com
||adx.kat.ph^$popup
||adyou.me/bug/adcash$popup
||aiosearch.com^$popup,domain=torrent-finder.info
||allmyvideos.net/*%$popup
||allmyvideos.net/*=$popup
||allmyvideos.net/*?$popup
||amazonaws.com^$popup,domain=ndtv.com
||avalanchers.com/out/$popup
||bangstage.com^$popup,domain=datacloud.to
||beap.gemini.yahoo.com^$popup,domain=mail.yahoo.com
||bit.ly^$popup,domain=dexerto.com|gdriveplayer.us|kitguru.com|ouo.io|ouo.press|rapidvideo.org|sh.st
||casino-x.com^*&promo$popup
||channel4.com/ad/$popup
||click.aliexpress.com^$popup,domain=multiupfile.com
||cloudzilla.to/cam/wpop.php$popup
||comicbookmovie.com/plugins/ads/$popup
||conservativepost.com/pu/$popup
||content.powvideo.net^$popup,domain=powvideo.net
||csgofast.com^$popup,domain=hltv.org
||cyberprotection.pro^*?aff$popup
||deb.gs^*?ref=$popup
||edomz.com/re.php?mid=$popup
||f-picture.net/Misc/JumpClick?$popup
||fashionsaga.com^$popup,domain=putlocker.is
||fidget.twitch.tv^$popup,domain=twitch.tv
||filecrypt.cc/p.$popup
||filecrypt.cc/pa.html$popup
||filepost.com/default_popup.html$popup
||filmon.com^*&adn=$popup
||findgrid.com^$popup,domain=amaderforum.com
||free-filehost.net/pop/$popup
||free-stream.tv^$popup,domain=flashx.tv
||freean.us^*?ref=$popup
||g00.msn.com^$popup
||gamezadvisor.com/popup.php$popup
||gfuel.ly^$popup,domain=dexerto.com
||goo.gl^$popup,domain=amaderforum.com|dexerto.com|videomega.tv|vidup.me
||google.com.eg/url?$popup,domain=hulkload.com
||grammarly.com^$popup,domain=smallseotools.com
||gratuit.niloo.fr^$popup,domain=simophone.com
||haouzy.info/*.html$popup
||homets.info/queen_file?$popup
||hotelscombined.com^$popup,domain=torrents.de|torrentz.ch|torrentz.com|torrentz.eu|torrentz.in|torrentz.li|torrentz.me|torrentz.ph
||hqq.tv^$popup,domain=hqq.tv
||ifly.com/trip-plan/ifly-trip?*&ad=$popup
||imageshack.us/ads/$popup
||imageshack.us/newuploader_ad.php$popup
||imgbox.com/*.html$popup
||imgcarry.com/includes/js/layer.js
||intradayfun.com/news_intradayfun.com.html$popup
||jizz.best^$popup,domain=vivo.sx
||jokertraffic.com^$popup,domain=4fuckr.com
||kalemaro.com^$popup,domain=filatak.com
||kat2.biz/*?$popup
||kickass2.biz/*?$popup
||leaderdownload.com^$popup,domain=fiberupload.net
||limbohost.net^$popup,domain=tusfiles.net
||linkbucks.com^*/?*=$popup
||linkshrink.net^*#^$popup,domain=linkshrink.net
||military.com/data/popup/new_education_popunder.htm$popup
||miniurls.co^*?ref=$popup
||multiupload.nl/popunder/$popup
||mydirtyhobby.de^$popup,domain=flashx.tv
||nosteam.ro/pma/$popup
||nyafilmer.com/*.html$popup
||oddschecker.com/clickout.htm?type=takeover-$popup
||oload.tv^*/_$popup
||openload.co^*/_$popup
||p.vev.io^$popup
||park.above.com^$popup
||pasted.co/*.php$popup
||plarium.com/play/*adCampaign=$popup
||r.search.yahoo.com/_ylt=*;_ylu=*.r.msn.com$popup,domain=search.yahoo.com
||rediff.com/uim/ads/$popup
||reutersmedia.net/resources_$popup,domain=reuters.com
||schenkelklopfer.org^$popup,domain=4fuckr.com
||shareasale.com^$popup,domain=9to5mac.com
||short.zain.biz^$popup,domain=up09.com
||softexter.com^$popup,domain=2drive.net
||solarmoviefree.net/home.html$popup
||songspk.cc/pop*.html$popup
||spendcrazy.net^$popup,third-party,domain=animegalaxy.net|animenova.tv|animetoon.tv|animewow.eu|gogoanime.com|goodanime.eu|gooddrama.net|toonget.com
||sponsorselect.com/Common/LandingPage.aspx?eu=$popup
||streamcloud.eu/deliver.php$popup
||streamplay.to/apu$popup
||streamtunerhd.com/signup?$popup,third-party
||subs4free.com/_pop_link.php$popup
||taboola.com^$popup,domain=ndtv.com|scoopwhoop.com
||thebestbookies.com^$popup,domain=fırstrowsports.eu
||thesource.com/magicshave/$popup
||thevideo.me/*.php$popup
||thevideo.me/*:$popup
||thevideo.me/*_$popup
||thevideo.me/mpaabp/$popup
||thevideo.me^$popup,domain=thevideo.me|vidup.me
||titanbrowser.com^$popup,domain=amaderforum.com
||tny.cz/red/first.php$popup
||toptrailers.net^$popup,domain=uploadrocket.net
||torrentz.*/mgidpop/$popup
||torrentz.*/wgmpop/$popup
||torrentz.eu/p/$popup
||tozer.youwatch.org^$popup
||tracker1.richcasino.com^$popup
||trans.youwatch.org^$popup
||tripadvisor.*/rulebasedpopunder?$popup
||tripadvisor.*/SimilarHotelsPopunder?$popup
||upvid.co^*.html|$popup,domain=upvid.co
||verystream.com/empty.html$popup
||videowood.tv^$popup,domain=micast.tv
||vidspot.net^*http$popup
||vidzi.tv/mp4?$popup
||virtualtourist.com/commerce/popunder/$popup
||vodu.ch/play_video.php$popup
||vpnfortorrents.app/*?$popup
||watchseries-online.nl/sp1^$popup
||wegrin.com^$popup,domain=watchfreemovies.ch
||whies.info^$popup
||yasni.ca/ad_pop.php$popup
||youwatch.org/vids*.html$popup
||youwatch.org^*^ban^$popup
||youwatch.org^*^crr^$popup
||zanox.com^$popup,domain=pregen.net
||ziddu.com/onclickpop.php$popup
||zmovie.tv^$popup,domain=vidbox.net
wyciwyg:$popup,domain=jkanime.net
/about:blank.*/$popup,domain=tvporn.cc
/^https?:\/\/.*\.(info|pro|icu|app|xyz|app|pet|win|live|me|io|cc|pw|is|zone|bid|cf|ovh|site|review|ml|xyz)\.*/$popup,domain=kimcartoon.to|thepiratebay.org
|data^$popup,domain=1337x.to|zippyshare.com
|javascript^$popup,domain=1337x.to|biology-online.org|eztv.tf|eztv.yt|flashx.tv
.download^$other,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|xtube.com|youporn.com|youporngay.com
.info^$script,domain=www.pornhub.com
.online./$other,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|xtube.com|youporn.com|youporngay.com
.online^$other,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|xtube.com|youporn.com|youporngay.com
.php$image,script,subdocument,domain=3movs.com|4tube.com|alotporn.com|alrincon.com|anysex.com|badjojo.com|bobs-tube.com|dreamamateurs.com|dump.xxx|efukt.com|eroxia.com|extremetube.com|gfsvideos.com|home-made-videos.com|hotpornfile.org|keezmovies.com|letmejerk.com|mofosex.com|monsoonx.top|mypornstarbook.net|myvidster.com|nuvid.com|orsm.net|porndoe.com|pornoreino.com|pornozot.com|pornsexer.com|pussyspace.com|shameless.com|spankwire.com|thenipslip.com|tryboobs.com|xcafe.com|xnxx-sexfilme.com
.pw^$other,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|xtube.com|youporn.com|youporngay.com
.science^$other,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|xtube.com|youporn.com|youporngay.com
.site^$other,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|xtube.com|youporn.com|youporngay.com
.space^$other,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|xtube.com|youporn.com|youporngay.com
.trade^$other,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|xtube.com|youporn.com|youporngay.com
.website^$other,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|xtube.com|youporn.com|youporngay.com
.win./$other,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|xtube.com|youporn.com|youporngay.com
.win^$other,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|xtube.com|youporn.com|youporngay.com
/\/[0-9].*\-.*\-[a-z0-9]{4}/$script,xmlhttprequest,domain=gaytube.com|keezmovies.com|spankwire.com|tube8.com|tube8.es|tube8.fr
/^https?:\/\/.*\/.*[0-9a-z]{7,16}\.js/$script,domain=boobieblog.com|phun.org
/http://[a-zA-Z0-9]+\.[a-z]+\/.*(?:[!"#$%&'()*+,:;<=>?@/\^_`{|}~-]).*[a-zA-Z0-9]+/$script,third-party,domain=keezmovies.com|redtube.com|tube8.com|tube8.es|tube8.fr|www.pornhub.com|youporn.com
/json^$other,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|xtube.com|youporn.com|youporngay.com
|blob:$script,domain=xhamster.com|youporn.com
|http://$image,media,script,third-party,domain=~feedback.pornhub.com|pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com
|http://$image,script,third-party,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com
|http://$image,xmlhttprequest,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com
|http://$object,domain=pornhub.com|redtube.com|youporn.com
|http://$object,third-party,domain=redtube.com|youporn.com
|http://$script,third-party,domain=have69.net|pornhub-com.appspot.com|t-51.com|watchxxxfree.xyz|xxxstreams.eu
|http://$third-party,xmlhttprequest,domain=ceporn.net
|http://$xmlhttprequest,domain=pornbeu.com|watchjavonline.com
|https://$image,media,script,third-party,domain=~feedback.pornhub.com|pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com
|https://$image,xmlhttprequest,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com
|https://$object,domain=pornhub.com|redtube.com|youporn.com
|https://$script,third-party,domain=have69.net|t-51.com|watchxxxfree.xyz|xxxstreams.eu
|https://$third-party,xmlhttprequest,domain=ceporn.net
|ws://$other,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|xtube.com|youporn.com|youporngay.com
||109.201.146.142^$domain=xxxbunker.com
||18tubehd.com/18tube.js
||22pixx.xyz^$script
||244pix.com/webop.jpg
||24video.net/din_new6.php?
||2adultflashgames.com/play_more_adult_games/
||2hot4fb.com/img/*.gif?r=
||2hot4fb.com/img/*.jpg?r=
||3movs.com/ai/
||3movs.com/contents/content_sources/
||4sex4.com/pd/
||4tube.com/assets/abpe-
||4tube.com/assets/adf-
||4tube.com/assets/adn-
||4tube.com/assets/padb-
||4tube.com/mojon.js
||4tube.com/sw4tube.js
||4tube.com/tb/banner/
||5ilthy.com/porn.php
||64.62.202.124^*/cumlouder.jpg
||78.140.130.91^$script,domain=xcafe.com
||a.eporner.com^
||a.heavy-r.com^
||a.killergram-girls.com^
||a2.hotpornfile.org^
||absoluporn.com/code/pub/
||ad.eporner.com^
||ad.slutload.com^
||ad.thisav.com^
||adrive.com/images/fc_banner.jpg
||ads.xxxbunker.com^
||adult-sex-games.com/images/promo/
||adultdvdtalk.com/studios/
||adultfilmdatabase.com/graphics/banners/
||adultfilmdatabase.com^*/porndude.
||adultfyi.com/images/banners/
||adultwork.com/images/AWBanners/
||affiliates.goodvibes.com^
||alotporn.com/media/banners/
||alotporn.com^*/js/oopopw.js
||amadorastube.com^*/banner_
||amateur-desire.com/pics/724x90d.jpg
||amateur-desire.com/pics/sm_
||amateuralbum.net/affb.html
||analdin.com/js/pu.js
||analpornpix.com/agent.php?
||analsexstars.com^$subdocument
||andtube.com/ban_
||animeidhentai.com/cdn/
||animeidhentai.com/videos/
||anon-v.com/neverlikedcocksmuch.php
||anon-v.com/titswerentoiledup.php
||anysex.com/assets/
||anysex.com/b/
||anysex.com/content_sources/
||arionmovies.com/*/popup.php
||asexstories.com/010ads/
||asgayas.com/floater/
||asgayas.com/popin.js
||ashot.txxx.com^
||asianpornmovies.com/images/banners/
||assfuck.xxx/uploads/banners/
||assfuck.xxx/uploads/provider-banners/
||asspoint.com/images/banners/
||atescorts.com/img-banners/
||avn.com/templates/avnav/skins/
||b.boyfriendtv.com^
||b.pornoxo.com^
||b.xcafe.com^
||babblesex.com/js/misc.js
||babedrop.com/babelogger_images/
||babepedia.com/istrip/
||babepedia.com/strp-popmod/
||babepicture.co.uk^*banner
||babesandstars.com/images/a/
||babesandstars.com/thumbs/paysites/
||babesandstars.com^*/banners/
||babeshows.co.uk/fvn53.jpg
||babeshows.co.uk^*banner
||babesmachine.com/html/
||badjojo.com/js/tools.js
||badjojo.com/js/tools2.js
||bagslap.com/*.html
||bangyoulater.com/images/banners_
||bangyoulater.com/pages/aff.php
||banner1.pornhost.com^
||banners.cams.com^
||barelist.com^*/dailyDeal/
||befuck.com/befuck_html/
||befuck.com/js/adpbefuck
||bellyboner.com/facebookchatlist.php
||between-legs.com/banners2/
||between-legs.com^*/banners/
||bigboobs.hu/banners/
||biguz.net/js/nsfw.js
||blackredtube.com/fadebox2.js
||bnnr.pornpics.com^
||bob.crazyshit.com^
||bonbonme.com/js/cams.js
||bonbonme.com/js/dticash/
||bonbonme.com/js/rightbanner.js
||bonbonsex.com/js/dl/bottom.js
||bonbonsex.com/js/workhome.js
||boobieblog.com/submityourbitchbanner3.jpg
||boobieblog.com/TilaTequilaBackdoorBanner2.jpg
||bos.so/icloud9.html
||bos.so^*/peddlar/
||boyfriendtv.com/banner-iframe/
||boyfriendtv.com^*/paysite/
||bralesscelebs.com/*banner
||bralesscelebs.com/160x600hcp.gif
||bralesscelebs.com/160x600ps.gif
||bralesscelebs.com/320x240ps.gif
||bravotube.net/cc/
||bravotube.net/dd$subdocument
||bravotube.net/dp.html
||bravotube.net/if/$subdocument
||bravotube.net^*/abbs.
||bravotube.net^*/clickback.
||brcache.madthumbs.com^
||bunnylust.com/sponsors/
||cameltoe.com^*/banners/
||cams.pornrabbit.com^
||camvideos.tv/tpd.
||camvideos.tv^$subdocument
||camwhores.tv/banners/
||camwhores.tv/contents/other/player/
||camwhores.tv^*/e*.mp4
||celeb.gate.cc/banner/
||celeb.gate.cc/misc/event_*.js
||celebrity-slips.com/bst/
||celebrity-slips.com/img/
||celebrity-slips.com/nlc/
||cf1c0.thisav.com^
||cfake.com/*?$image
||cfake.com/exo/
||cfake.com/images/a/
||chanweb.info/en/adult/hc/local_include/
||chatrandom.com/js/slider.js
||chubby-ocean.com/banner/
||clips-and-pics.org/clipsandpics.js
||cloudfront.net^$domain=extremetube.com|niceporn.xxx|theync.com
||comdotgame.com/vgirl/
||coolmovs.com/js/focus.*.js
||coolmovs.com/rec/$subdocument
||crackwhoreconfessions.com/images/banners/
||crazyshit.com/p0pzIn.js
||creampietubeporn.com/ctp.html
||creampietubeporn.com/porn.html
||creatives.cliphunter.com^
||creatives.pichunter.com^
||creepshots.com^*/250x250_
||d1wi563t0137vz.cloudfront.net^
||d2q52i8yx3j68p.cloudfront.net^
||d39hdzmeufnl50.cloudfront.net^
||damimage.com^*/DocaWedrOJPPx.png
||data18.com^*/banners/
||dbnaked.com/ban/
||definebabe.com/db/images/leftnav/webcams2.png
||definebabe.com/db/js/pcme.js
||definebabe.com/sponsor/
||definebabe.com/sponsor_
||definebabe.com/traders/
||definebabe.com^*/traders.
||definefetish.com/df/js/dpcm.js
||deliciousbabes.org/banner/
||deliciousbabes.org/media/banners/
||delivery.porn.com^
||depic.me/banners/
||devatube.com/img/partners/
||devporn.net/images/TPD-
||diamond-tgp.com/fp.js
||dickbig.net/scr/
||dildo.tnaflix.com^
||dirtypriest.com/sexpics/
||dixyporn.com/include/
||dominationtube.com/exit.js
||dot.eporner.com^
||dot2.eporner.com^
||downloadableporn.org/popaaa/
||drtuber.com/footer_
||drtuber.com/templates/frontend/white/js/embed.js?
||drtuber.com^*/aff_banner.swf
||drtuber.com^*/sponsored.js
||dyn.tnaflix.com^
||easypic.com/js/easypicads.js
||eccie.net/buploads/
||eccie.net/eros/
||eegay.com/analytics1.php
||eegay.com/php/*.php$script
||eegay.com/Scripts/nxpop.js
||efukt.com/affiliates/
||efukt.com/js/3rdparty.js
||efukt.com/menu/
||empflix.com/embedding_player/600x474_
||empireamateurs.com/images/*banner
||entensity.net/crap/
||eporner.com/cppb/
||eporner.com/dot/$script
||eporner.com/pjsall-*.js
||eporner.com/pn.
||eporner.com^$subdocument,~third-party
||erofus.com/front-end/
||eroprofile.com/js/pu*.js
||eroticax.org/templates/eroticax/images/flashbit.gif
||eskimotube.com/kellyban.gif
||exit.macandbumble.com^
||extreme-board.com/bannrs/
||extremetube.com/*=$xmlhttprequest
||extremetube.com/nb/
||extremetube.com/player_related?
||faapy.com/js_e/
||fakeporn.tv/bb/
||fantasti.cc/_special/
||fantasti.cc/fabl.
||fapality.com/b/
||fapality.com/contents/content_sources/
||fapdick.com/uploads/1fap_
||fapdick.com/uploads/fap_
||fapxl.com/view/spot/
||fastpic.ru/js_f2.jpg
||fastpic.ru/js_h2.jpg
||fboomporn.com^*/fb*.gif
||femdom-fetish-tube.com/popfemdom.js
||fetishok.com/js/focus.$script
||fetishok.com/rec/$subdocument
||fileshare.ro^*/dhtmlwindow.js
||filthyrx.com/images/porno/
||filthyrx.com/inline.php?
||filthyrx.com/rx.js
||finehub.com/p3.js
||fingerslam.com/*.html
||fleshbot.com/wp-content/themes/fbdesktop_aff/images/af
||floppy-tits.com/iframes/
||fooktube.com/badges/pr/
||free-celebrity-tube.com/js/freeceleb.js
||freebunker.com/includes/js/cat.js
||freebunker.com^*/ex.js
||freebunker.com^*/exa.js
||freebunker.com^*/layer.js
||freebunker.com^*/oc.js
||freebunker.com^*/pops.js
||freebunker.com^*/raw.js
||freehindipornvideos.com/fhlv.js
||freehindipornvideos.com/js/fhn.js
||freeones.com/banners/
||freeones.com/images/freeones/sidewidget/$image
||freeporn.to/wpbanner/
||freepornvs.com/im.js
||fritchy.com^*&zoneid=
||fuckandcdn.com/sun/sunstatic/frms/$subdocument,domain=sunporno.com
||fuckuh.com/pr_ad.swf
||funny-games.biz/banners/
||fux.com/adc/$script
||fux.com/assets/adblock
||galleries-pornstar.com/thumb_top/
||gals4free.net/images/banners/
||gamesofdesire.com/images/banners/
||gapeandfist.com/uploads/thumbs/
||gatewayinterface.com/App_Themes/PrivateImages/$domain=mylegalporno.com
||gayporntimes.com/img/GP_Heroes.jpg
||gayporntimes.com^*/Bel-Ami-Mick-Lovell-July-2012.jpeg
||gayporntimes.com^*/CockyBoys-July-2012.jpg
||gaytube.com/chacha/
||gfycatporn.com/toon.gif
||gggtube.com/images/banners/
||ghettotube.com/images/banners/
||gifsauce.com^*/tpd.
||gifsfor.com/gifs.js
||gifsfor.com/msn.js
||gifsfor.com^*/gifs.js
||gifsfor.com^*/msn.js
||girlfriendvideos.com/ad
||girlfriendvideos.com/pcode.js
||girlsintube.com/images/get-free-server.jpg
||girlsnaked.net/gallery/banners/
||girlsofdesire.org/banner/
||girlsofdesire.org/media/banners/
||glamour.cz/banners/
||gloryholegirlz.com/images/banners/
||go.sexu.tv^
||go.strpjmp.com^
||goldporntube.com/iframes/
||gotgayporn.com/Watermarks/
||gotporn.com/bck_loader_
||grannysexforum.com/filter.php
||gspcdn.com^*/banners/
||h2porn.com/*.js#spot=
||h2porn.com/ab/
||h2porn.com/contents/content_sources/
||h2porn.com/js/etu_r.js
||hanksgalleries.com/aff-
||hanksgalleries.com/gallery-
||hanksgalleries.com/galleryimgs/
||hanksgalleries.com/stxt_
||hanksgalleries.com/vg_ad_
||hardcoresexgif.com/hcsg.js
||hardcoresexgif.com/msn.js
||hawaiipornblog.com/post_images/
||hclips.com/js/m.js
||hclips.net/contents/content_sources/
||hcomicbook.com/banner/
||hcomicbook.com/js/hcb-$script
||hcomicbook.com^*_banner1.gif
||hd-easyporn.com/cpanel/
||hdporn.in/images/rec/
||hdporn.in/js/focus.*.js
||hdporn.in/js/pops2.
||hdporn.in/rec/$subdocument
||hdporn.net/images/hd-porn-banner.gif
||hdzog.com/*.php?$script
||hdzog.com/contents/content_sources/
||hdzog.com/contents/cst/
||hdzog.com/hdzog.php?t_sid=
||hdzog.com/hdzog/vanload/
||heavy-r.com/a/
||heavy-r.com/js/imbox.js
||heavy-r.com/js/overlay.js
||heavy-r.com/pop/
||heavy-r.com/tools/
||hebus.com/p/hebusx/
||hellporno.com^$subdocument,~third-party
||hentai-foundry.com/themes/*/add$image
||hentai-foundry.com/themes/*Banner
||hentai-foundry.com/themes/Hentai/images/hu/hu.jpg
||hentairules.net/pop_$script
||hentaistream.com/out/
||hentaistream.com/wp-includes/images/bg-
||hentaistream.com/wp-includes/images/mofos/webcams_
||hgimg.com/js/beacon.
||hitomi.la/hitomi-
||hitomi.la/hitomi.
||hitomi.la/hitomi/
||hollyscoop.com/sites/*/skins/
||hollywoodoops.com/img/*banner
||homegrownfreaks.net/homegfreaks.js
||homeprivatevids.com/banner2.shtml
||homeprivatevids.com/banners.shtml
||hornygamer.com/images/promo/
||hornywhores.net/hw$script
||hornywhores.net/img/double.jpg
||hornywhores.net/img/zevera_rec.jpg
||hothag.com/img/banners/
||hotmovs.com/*.php?*=$script
||hotmovs.com/js/
||hotmovs.com/ps/
||hotscopes.net/xhab.js
||hotshame.com/hotshame_html/
||hotshame.com/iframes/
||hotshame.com/js/adphotshame
||hottubeclips.com/stxt/banners/
||hotxxxpussy.com/func.js
||house.porn/files/preview/
||hungangels.com/vboard/friends/
||hustler.com/backout-script/
||iceporn.com/templates/base_master/js/jquery.shows.js
||iceppsn.com/templates/frontend/iceporn_v2/js/_piceporn.js
||imagearn.com/img/picBanner.swf
||imagebam.com/files/tpd.png
||imagecarry.com/down
||imagecarry.com/top
||imagedunk.com^*_imagedunk.js
||imagefap.com/019ce.php
||imagefap.com/ajax/uass.php
||imagefruit.com^*/pops.js
||imagehyper.com/prom/
||imageporter.com/ro-7bgsd.html
||imageporter.com/smate.html
||imagepost.com/includes/dating/
||imagepost.com/stuff/
||imageshack.us^*/bannng.jpg
||imagesnake.com/includes/js/cat.js
||imagesnake.com/includes/js/js.js
||imagesnake.com/includes/js/layer.js
||imagesnake.com/includes/js/pops.js
||imagetwist.com/imagetwist*.js
||imagetwist.com/lj.js
||imageuploads.co.uk/nb/
||imgadult.com/altiframe.php
||imgadult.com/ea/
||imgbabes.com/element.js
||imgbabes.com/ero-foo.html
||imgbabes.com/ja.html
||imgbabes.com^*/splash.php
||imgbox.com/images/tpd.png
||imgflare.com/exo.html
||imgflare.com^*/splash.php
||imghost.us.to/xxx/content/system/js/iframe.html
||imgwet.com/aa/
||imperia-of-hentai.net/banner/
||indexxx.com^*/banners/
||inhumanity.com/cdn/affiliates/
||int.anon-ib.co/img2/$image
||intporn.com^*/21s.js
||intporn.com^*/asma.js
||intporn.org/scripts/asma.js
||iseekgirls.com/g/pandoracash/
||iseekgirls.com/js/fabulous.js
||iseekgirls.com/rotating_
||iseekgirls.com^*/banners/
||jav-porn.net/js/popout.js
||jav-porn.net/js/popup.js
||javfor.me^*/banner/
||javhub.net/img/r.jpg
||javporn.in/clicunder.js
||javsin.com/vip.html
||javstreaming.net/app/forad.js
||javtitan.com/p.js
||jdforum.net^*/banner-
||jjvids.com/i/
||julesjordanvideo.com/flash/$object
||justporno.tv/ad/
||kaotic.com^*/popnew.js
||keezmovies.com/*=$xmlhttprequest
||keezmovies.com/iframe.html?
||kindgirls.com/banners2/
||konachan.com/images/bam/
||kuntfutube.com/kellyban.gif
||laxtime.com/rotation/
||lifeselector.com/banner/
||linksave.in/fopen.html
||literotica.com/images/banners/
||literotica.com/images/lit_banners/
||live-porn.tv/adds/
||liveandchat.tv/bana-/
||livedoor.jp^*/bnr/bnr-
||lubetube.com/js/cspop.js
||lucidsponge.pl/pop_
||lukeisback.com/images/boxes/
||lukeisback.com^*/250.gif
||luscious.net/lamia205.
||luscious.net/luscious.
||luscious.net/revive.
||luxuretv.com/includes/pop/
||lw1.cdmediaworld.com^
||madmovs.com/rec/
||madthumbs.com/madthumbs/sponsor/
||mallandrinhas.net/flutuante
||mansurfer.com/flash_promo/
||matureworld.ws/images/banners/
||maxjizztube.com/downloadfreemovies.php
||media1.realgfporn.com^$subdocument
||meendo.com/promos/
||megatube.xxx/ai/
||milffox.com/ai/s/s/adhs.
||milffox.com/ai/s/s/js/ssu.
||milffox.com/ai/s/s/su.
||milffox.com/ai/s/s/suo.
||milffox.com/ai/s/s/supc.
||milkmanbook.com/dat/promo/
||miragepics.com/images/11361497289209202613.jpg
||mobilepornmovies.com/images/banners/
||monstertube.com/images/access_
||monstertube.com/images/bottom-features.jpg
||monstertube.com/images/vjoin.
||monstertube.com/images/vjoin_
||morazzia.com^*/banners/
||morebabes.to/morebabes.js
||motherless.com/images/banners/
||motherman.com/*.html
||movierls.net/abecloader
||mrskin.com/data/mrskincash/$third-party
||mrskin.com/scripts/loader2?
||mrstiff.com/uploads/paysite/
||mrstiff.com/view/context/
||mrstiff.com/view/movie/bar/
||mrstiff.com/view/movie/finished/
||multporn.net/frunti_
||myashot.txxx.com^
||mygirlfriendvids.net/js/popall1.js
||myhentai.tv/popsstuff.
||myslavegirl.org/follow/go.js
||naked-sluts.us/prpop.js
||nakednepaligirl.com/d/
||namethatporn.com^*/ba.
||namethatporn.com^*/pu_
||namethatpornstar.com/topphotos/
||naughty.com/js/popJava.js
||naughtyblog.org/b_load.php
||naughtyblog.org/pr1pop.js
||netasdesalim.com/js/netas
||netronline.com/Include/burst.js
||niceandquite.com/msn.js
||niceandquite.com/nice.js
||niceyoungteens.com/ero-advertising
||niceyoungteens.com/mct.js
||nicsgalleries.com/s/
||nonktube.com/brazzers/
||nonktube.com/nuevox/midroll.php?
||nonktube.com/popembed.js
||novoporn.com/imagelinks/
||ns4w.org/gsm.js
||ns4w.org/images/promo/
||ns4w.org/images/vod_
||nsfwalbum.com/esm4324.php
||nude.hu/banners/
||nudebabes.ws/galleries/banners/
||nudevista.com/_/exo_
||nudevista.com/_/pp.
||nudevista.com/_/teasernet
||nudevista.com^*/nv-com.min.js
||nudogram.com/contents/other/$media
||nudogram.com/graphics/$image
||nudography.com/photos/banners/
||nuvid.com/videos_banner.html
||oasisactive.com^*/oasis-widget.html
||olderhill.com/ubr.js
||olderhill.com^*.html|
||onhercam.tv^*/banners/
||onlinestars.net/ban/
||onlinestars.net/br/
||openjavascript.com/jtools/jads.
||orgyxxxhub.com/content/lib/
||pandamovies.pw^*/nex1.
||paradisehill.cc^*/300x250
||partners.keezmovies.com^
||pastime.biz/images/iloveint.gif
||pastime.biz/images/interracial-porn.gif
||pastime.biz^*/personalad*.jpg
||penthouse.com^*/sidebar/
||perfectgirls.net/b/
||perfectgirls.net/exo/
||phncdn.com/cb/youpornwebfront/css/babes.css$domain=youporn.com
||phncdn.com/cb/youpornwebfront/css/skin.css$domain=youporn.com
||phncdn.com/css/campaign.css?$domain=pornhub.com
||phncdn.com/iframe
||phncdn.com/images/*_skin.
||phncdn.com/images/*_skin_
||phncdn.com/images/banners/
||phncdn.com/images/premium/
||phncdn.com/images/premium_
||phncdn.com/images/skin/
||phncdn.com/mobile/js/interstitial-min.js?
||phonerotica.com^*/banners/
||phun.org/phun/gfx/banner/
||pichunter.com/creatives/
||pichunter.com/deals/
||picleet.com/inter_picleet.js
||picp2.com/img/putv
||picsexhub.com/js/pops.
||picsexhub.com/js/pops2.
||picsexhub.com/rec/
||picturedip.com/modalfiles/modal.js
||picturedip.com/windowfiles/dhtmlwindow.css
||picturescream.com/porn_movies.gif
||picturescream.com/top_banners.html
||picturevip.com/imagehost/top_banners.html
||picxme.com/js/pops.
||picxme.com/rec/
||pimpandhost.com/images/pah-download.gif
||pimpandhost.com/static/html/iframe.html
||pimpandhost.com/static/i/*-pah.jpg
||pink-o-rama.com/Blazingbucks
||pink-o-rama.com/Brothersincash
||pink-o-rama.com/Fetishhits
||pink-o-rama.com/Fuckyou
||pink-o-rama.com/Gammae
||pink-o-rama.com/Karups
||pink-o-rama.com/Longbucks/
||pink-o-rama.com/Nscash
||pink-o-rama.com/Pimproll/
||pink-o-rama.com/Privatecash
||pink-o-rama.com/Royalcash/
||pink-o-rama.com/Teendreams
||pinkrod.com/iframes/
||pinkrod.com/js/adppinkrod
||pinkrod.com/pinkrod_html/
||pixroute.com/spl.js
||placeholder.com^$image,domain=javqd.tv
||placepictures.com/Frame.aspx?
||playgirl.com/pg/media/prolong_ad.png
||plumper6.com/images/ban_pp.jpg
||plx.porndig.com^
||pontoperdido.com/js/webmessenger.js
||porn.com/assets/partner_
||porn.com/js/pu.js
||porn.com^$subdocument,~third-party
||porn.com^*?$image,xmlhttprequest
||porn4down.com^*/ryuvuong.gif
||porn5.com^$subdocument,~third-party
||porn555.com/ps/
||porn8x.net/js/outtrade.js
||porn8x.net/js/popup.js
||pornalized.com/contents/content_sources/
||pornalized.com/js/adppornalized5.js
||pornalized.com/pornalized_html/closetoplay_
||pornbay.org/popup.js
||pornbb.org/adsnov.
||pornbb.org/images/rotation/$image
||pornbb.org/images/your_privacy
||pornbraze.com^*/popupbraze.js
||pornbus.org/includes/js/bgcont.js
||pornbus.org/includes/js/cat.js
||pornbus.org/includes/js/ex.js
||pornbus.org/includes/js/exa.js
||pornbus.org/includes/js/layer.js
||porncor.com/sitelist.php
||porndoe.com/deliverAbc/
||pornerbros.com/p_bnrs/
||pornerbros.com/rec/$subdocument
||pornfanplace.com/js/pops.
||pornfanplace.com/rec/
||porngals4.com/img/b/
||pornhd.com/pornhd/
||pornhub.com/catagories/costume/
||pornhub.com/channels/pay/
||pornhub.com/front/alternative/
||pornhub.com/jpg/
||pornhub.com/pics/latest/$xmlhttprequest
||pornhub.phncdn.com/images/campaign-backgrounds/
||pornhub.phncdn.com/misc/xml/preroll.xml
||pornissimo.org/banners/
||pornizer.com/_Themes/javascript/cts.js?
||pornktube.porn/clickworker.js
||pornleech.is/pornleech_
||pornmaturetube.com/content/
||pornmaturetube.com/content2/
||pornmaturetube.com/eureka/
||pornmaturetube.com/show_adv.
||pornnavigate.com/feeds/delivery.php?
||pornobae.com^*.php$script
||pornoid.com/contents/content_sources/
||pornoid.com/iframes/bottom
||pornoid.com/js/adppornoid
||pornoid.com/pornoid_html/
||pornoinside.com/efpop.js
||pornorips.com/hwpop.js
||pornorips.com^*/rda.js
||pornorips.com^*/rotate*.php
||pornosexxxtits.com/rec/
||pornoxo.com/pxo/$subdocument
||pornoxo.com/tradethumbs/
||pornpause.com/fakevideo/
||pornper.com/mlr/
||pornper.com^*/pp.js
||pornpics.com/assets/sites/
||pornpics.com/pornpics.
||pornpics.com/pp-ad-
||pornrabbit.com/*.php
||pornrabbit.com/static/js/_
||pornshare.biz/1.js
||pornshare.biz/2.js
||pornsharing.com/App_Themes/pornsharianew/$subdocument,~third-party
||pornsharing.com/App_Themes/pornsharianew/js/adppornsharia*.js
||pornsharing.com/App_Themes/pornsharingnew/$subdocument,~third-party
||pornsharing.com/App_Themes/pornsharingnew/js/adppornsharia*.js
||pornstreet.com/siteunder.js
||porntalk.com/img/banners/
||porntalk.com/rec/
||porntube.com/*.php?z=$script
||porntube.com/adb/
||porntube.com/ads|
||porntube.com/api/iframe/$subdocument
||porntube.com/assets/adb$script
||pornup.me/js/pp.js
||pornvideoq.com/*.html$subdocument,~third-party
||pornwikileaks.com/adultdvd.com.jpg
||pr-static.empflix.com^
||pr-static.tnaflix.com^
||pureandsexy.org/banner/
||purelynsfw.com^*/banners/
||purepornvids.com/randomadseb.
||purpleporno.com/pop*.js
||pwpwpoker.com/images/*/strip_poker_
||pwpwpoker.com/images/banners/
||px.boundhub.com^
||queerclick.com/pu-$script
||queermenow.net/blog/wp-content/uploads/*-Banner
||queermenow.net/blog/wp-content/uploads/*/banner
||r.radikal.ru^
||rackcdn.com^*/banners/$domain=hanime.tv
||raincoatreviews.com/images/banners/
||rampant.tv/images/sexypics/
||realgfporn.com/js/popall.js
||realgfporn.com/js/realgfporn.js
||realhomesex.net/*.html$subdocument
||realhomesex.net/ae/$subdocument
||realhomesex.net/floater.js
||realhomesex.net/pop/
||redtube.com/barelylegal/
||redtube.com/bestporn/
||redtube.com/nymphos/
||redtube.com/sexychicks/
||redtube.com/wierd/
||redtube.com^*/banner/
||redtubefiles.com^*/banner/
||redtubefiles.com^*/skins/
||rev.fapdu.com^
||rextube.com/plug/iframe.asp?
||rexxx.com/banner
||rude.com/js/PopupWindow.js
||rule34.xxx/bf/
||rule34.xxx/r34.js
||rulirieter.com^$domain=gaytube.com
||rusdosug.com/Fotos/Banners/
||russiansexytube.com/js/spc_banners_init.js
||russiansexytube.com/js/video_popup.js
||russiasexygirls.com/wp-content/uploads/*/727x90
||russiasexygirls.com/wp-content/uploads/*/cb_
||s.xvideos.com^$subdocument
||s3.amazonaws.com^$domain=gaybeeg.info
||scorehd.com/banner/
||scorevideos.com/banner/
||seaporn.org/scripts/life.js
||seemygf.com/webmasters/
||sendvid.com/tpd.png
||sensualgirls.org/banner/
||sensualgirls.org/media/banners/
||sex-techniques-and-positions.com/123ima/
||sex-techniques-and-positions.com/banners
||sex.com/images/*/banner_
||sex3.com/if/
||sex3dtoons.com/im/
||sexilation.com/wp-content/uploads/2013/01/Untitled-1.jpg
||sexmo.org/static/images/*_banners_
||sexmummy.com/float.htm
||sexmummy.com/footer.htm
||sexseeimage.com^*/banner.gif
||sextube.com/lj.js
||sextubebox.com/ab1.shtml
||sextubebox.com/ab2.shtml
||sextvx.com/static/images/tpd-
||sexu.com/*.php$script
||sexuhot.com/images/xbanner
||sexuhot.com/splayer.js
||sexvid.xxx/pi/
||sexvid.xxx/xdman/
||sexvideogif.com/msn.js
||sexvideogif.com/svg.js
||sexvines.co/images/cp
||sexyandfunny.com/images/totem
||sexyandshocking.com/mzpop.js
||sexyclips.org/banners/
||sexyclips.org/i/130x500.gif
||sexyfuckgames.com/images/promo/
||sexyshare.net//banners/
||sexytime.com/img/sexytime_anima.gif
||shanbara.jp/300_200plus.jpg
||shanbara.jp/okusamadx.gif
||sharew.org/modalfiles/
||shemaletubevideos.com/images/banners/
||shesfreaky.com/pop/
||shooshtime.com/ads/
||shooshtime.com/images/chosenplugs/
||shooshtimeinc.com/under.php
||signbucks.com/s/bns/
||sillusions.ws^*/pr0pop.js
||sillusions.ws^*/vpn-banner.gif
||site.img.4tube.com^
||skimtube.com/kellyban.gif
||slinky.com.au/banners/
||smutmodels.com/sponsors/
||smutr.com/live/
||socaseiras.com.br/arquivos/banners/
||socaseiras.com.br/banner_
||socaseiras.com.br/banners.php?
||spankbang.com/api/live/
||spankbang.com^*/mpop.js
||sss.xxx/ps/
||static.flabber.net^*background
||static.kinghost.com^
||stockingstv.com/partners/
||stolenvideos.net/stolen.js
||sub.avgle.com^
||submityourflicks.com/banner/
||sunporno.com/js/flirt/serve.js
||svscomics.com^*/dtrotator.js
||t-51.com^*/banners/
||t.co^$domain=javqd.tv
||t8.*.com/?$xmlhttprequest,domain=tube8.com
||taxidrivermovie.com/mrskin_runner/
||taxidrivermovie.com^$~third-party,xmlhttprequest
||teenpornvideo.xxx/tpv.js
||temptingangels.org/fload.js
||theboys.be/nvrbl/
||thedoujin.com/*.php|
||thedoujin.com^$domain=gelbooru.com
||thefappening.wiki^*/promo-
||thefappening.wiki^*/promo/
||thefappeningblog.com/icloud9.html
||thefappeningblog.com/sproject/
||thehun.net^*/banners/
||thenewporn.com/js/adpthenewporn
||thenude.eu/media/mxg/
||theporncore.com/contents/content_sources/
||thinkexist.com/images/afm.js
||thumblogger.com/thumblog/top_banner_silver.js
||titsintops.com/intersitial/
||titsintops.com/rotate/
||tjoob.com/bgbb.jpg
||tjoob.com/kellyban.gif
||tkn.4tube.com^
||tkn.fux.com^
||tkn.pornerbros.com^
||tkn.porntube.com^
||tnaflix.com/*.php?t=footer
||tnaflix.com/banner/
||tnaflix.com/display.php?
||tnaflix.com/flixPlayerImages/
||tnaflix.com^*_promo.jpg
||trovaporno.com/image/incontri$image
||tube18.sex/player/html.php
||tube18.sex/tube18.
||tube8.com/penthouse/
||tube8.com/sugarcrush/
||tube8.com^$subdocument,~third-party
||tubedupe.com/footer_four.html
||tubedupe.com/side_two.html
||tubepornclassic.com/ps/
||tubepornclassic.com^*.php?z=*&sub=$script
||turboimagehost.com/p1.js
||twatis.com/includes/excl/
||twinsporn.net/images/delay.gif
||twinsporn.net/images/free-penis-pills.png
||twofuckers.com/brazzers
||txxx.com/assets/previewlib.
||txxx.com/txxx_pass/
||uflash.tv^*/affiliates/
||ukrainamateurs.com/images/banners/
||unblockedpiratebay.com/static/img/bar.gif
||unoxxx.com/pages/en_player_video_right.html
||upornia.com/ps/
||uuvm.pornpics.com^
||vibraporn.com/vg/
||videos.com^*/jsp.js
||videoszoofiliahd.com/wp-content/themes/vz/js/p.js
||vidmo.org/images/*_banuers_
||viralporn.com^*/popnew.js
||vivatube.com/upload/banners/
||vivud.com/nb/b_
||vjav.com/ps/
||voyeurhit.com/ps/
||vporn.com/VPAIDFlash.
||vrsmash.com^*/script.min.js
||vstreamcdn.com^*/ads/
||watch-my-gf.com/list/
||watchmygf.me/banner/
||wauporn.com/nb/
||waxtube.com/b/
||wcareviews.com^*_banners/
||weberotic.net/banners/
||wetpussygames.com/images/promo/
||wiki-stars.com/img.php?
||wiki-stars.com/trade/
||worldsex.com/c/
||x.eroticity.net^
||x.vipergirls.to^
||x3xtube.com/banner_rotating_
||xbabe.com/iframes/
||xbooru.com/script/application.js
||xcafe.com/jkzx/
||xcritic.com/images/buy-
||xcritic.com/images/rent-
||xcritic.com/images/watch-
||xcritic.com/img/200x150_
||xfanz.com^*_banner_
||xhamster.com/ads/
||xhcdn.com/js/12.js$domain=xhamster.com
||xhcdn.com^*/ads_
||xhcdn.com^*/sponsor-
||xhcdn.com^*/xpops.
||xogogo.com/images/latestpt.gif
||xpics.me/everyone.
||xvideohost.com/hor_banner.php
||xvideos-free.com/d/
||xxnxx.eu/index.php?xyz_lbx=
||xxxbunker.com/js/functions_
||xxxery.com/f.js
||xxxgames.biz^*/sponsors/
||xxxhdd.com/contents/content_sources/
||xxxhdd.com/player_banners/
||xxxhdd.com/plugs-thumbs/
||xxxkinky.com/pap.js
||xxxporntalk.com/images/
||xxxselected.com/cdn_files/dist/js/blockPlaces.js
||xxxxsextube.com/*.html$subdocument
||xxxymovies.com/js/win.js
||xxxymovies.com^*/bottom-banner.
||yea.xxx/img/creatives/
||yoerotica.com^$script,domain=neweroticparadise.com
||youaresogay.com/*.html
||youporn.com/capedorset/
||youporn.com/watch_postroll/
||youporn.com^$script,domain=youporn.com
||youporn.com^$script,subdocument,domain=youporngay.com
||youporn.com^$subdocument,~third-party
||yourdailygirls.com/vanilla/process.php
||yourdailypornstars.com/nothing/
||yourdarkdesires.com^$subdocument
||yourlust.com/im/
||youtubelike.com/ftt2/toplists/
||youx.xxx/thumb_top/
||yporn.tv/uploads/flv_player/commercials/
||yporn.tv/uploads/flv_player/midroll_images/
||yumymilf.com^*/banners/
||yuvutu.com^*/banners/
||zazzybabes.com/misc/virtuagirl-skin.js
||zemporn.com/js/pns.min.js
||zuzandra.info/b?
/^https?:\/\/motherless\.com\/[a-z0-9A-Z]{3,}\.[a-z0-9A-Z]{2,}\_/$image,subdocument
/^https?:\/\/.*\/.*sw[0-9(.|_)].*/$script,domain=analdin.com|extremetube.com|fux.com|heavy-r.com|incesto69.com|indianbfvideos.com|keezmovies.com|mofosex.com|mypornstarbook.net|niceporn.xxx|porn555.com|pornerbros.com|pornototale.com|porntube.com|thisav.com|tubepornclassic.com|tubev.sex|txxx.com|vidmo.org|vpornvideos.com|yourdailypornstars.com
$script,subdocument,third-party,domain=pornhive.tv
|http://$script,third-party,xmlhttprequest,domain=wetplace.com
|https://$script,third-party,xmlhttprequest,domain=wetplace.com
|http://$script,third-party,xmlhttprequest,domain=javfhd.net|myhdjav.info
|https://$script,third-party,xmlhttprequest,domain=javfhd.net|myhdjav.info
|http://$script,third-party,xmlhttprequest,domain=xkeezmovies.com
|https://$script,third-party,xmlhttprequest,domain=xkeezmovies.com
||xxxkingtube.com/*.php$image,script
|http://$script,third-party,xmlhttprequest,domain=updatetube.com
|https://$script,third-party,xmlhttprequest,domain=updatetube.com
$script,domain=pornhd.com
@@||cdn-static.pornhd.com/pornhd/$script,domain=pornhd.com
@@||cdnb-static.pornhd.com/pornhd/$script,domain=pornhd.com
@@||awemwh.com^$image,domain=xozilla.com
@@||cdnjs.cloudflare.com^$script,domain=xozilla.com
|http://$image,script,third-party,xmlhttprequest,domain=xozilla.com
|https://$image,script,third-party,xmlhttprequest,domain=xozilla.com
||xozilla.com/agent.php$image,script,subdocument
$script,subdocument,third-party,domain=efukt.com
@@||ajax.googleapis.com/ajax/$script,domain=efukt.com
@@||twitter.com^$script,subdocument,domain=efukt.com
@@||zencdn.net^$script,domain=efukt.com
/ade/baloo.php
||bugel.pronpic.org^$image
||newmail.pronpic.org^$script
||pronpic.org^$media
||fantasti.cc^$xmlhttprequest
@@||connect.facebook.net^$script,domain=zone-anime.net
@@||disqus.com^$script,domain=zone-anime.net
|http://$script,third-party,xmlhttprequest,domain=zone-anime.net
|https://$script,third-party,xmlhttprequest,domain=zone-anime.net
|http://$script,third-party,xmlhttprequest,domain=xmoviesforyou.com
|https://$script,third-party,xmlhttprequest,domain=xmoviesforyou.com
@@||rule34hentai.net/data/cache/$script
|http://$script,third-party,xmlhttprequest,domain=rule34hentai.net
|https://$script,third-party,xmlhttprequest,domain=rule34hentai.net
||rule34hentai.net^$script,~third-party
@@||ahcdn.com^$xmlhttprequest,domain=txxx.com
@@||ajax.googleapis.com^$domain=txxx.com
@@||tubecup.org^$xmlhttprequest,domain=txxx.com
|http://$script,third-party,xmlhttprequest,domain=txxx.com
|https://$script,third-party,xmlhttprequest,domain=txxx.com
|http://$script,third-party,xmlhttprequest,domain=urlgalleries.net
|https://$script,third-party,xmlhttprequest,domain=urlgalleries.net
|http://$script,third-party,xmlhttprequest,domain=pornerbros.com
|https://$script,third-party,xmlhttprequest,domain=pornerbros.com
@@||static.sextube.phncdn.com^$script,domain=sextube.com
|http://$script,third-party,xmlhttprequest,domain=sextube.com
|https://$script,third-party,xmlhttprequest,domain=sextube.com
@@||ajax.googleapis.com^$script,domain=milfzr.com
@@||apis.google.com^$script,domain=milfzr.com
@@||connect.facebook.net^$script,domain=milfzr.com
@@||jwpcdn.com^$xmlhttprequest,domain=milfzr.com
|http://$script,third-party,xmlhttprequest,domain=milfzr.com
|https://$script,third-party,xmlhttprequest,domain=milfzr.com
@@||anyporn.com/captcha/comments/?$image
@@||anyporn.com/js/videopreview.js$script
@@||anyporn.com/player/fluidplayer/$script
@@||anyporn.com/v4_js/main.min.js$script
@@||anyporn.com/videojs/video.js$script
@@||anyporn.com/videojs/videojs-overlay.js$script
@@||anyporn.com/videojs/vjs-related.js$script
@@||anyporn.com/videos_screenshots/$image
||anyporn.com^$image,script,subdocument,xmlhttprequest
@@||netdna-storage.com^$xmlhttprequest,domain=gaybeeg.info
@@||translate.google.com^$script,domain=gaybeeg.info
@@||wp.com/wp-content/js/$script,domain=gaybeeg.info
|http://$script,third-party,xmlhttprequest,domain=gaybeeg.info
||xxxjizz.net^*.php$image,script
@@||ajax.googleapis.com^$script,domain=hdzog.com
@@||hdzog.com/key=$~third-party,xmlhttprequest
@@||hdzog.com/player/timelines.php?$~third-party,xmlhttprequest
|http://$script,third-party,xmlhttprequest,domain=hdzog.com
|https://$script,third-party,xmlhttprequest,domain=hdzog.com
||hdzog.com/njs/$script
@@||ajax.googleapis.com^$script,third-party,domain=amateurdumper.com
|http://$script,third-party,xmlhttprequest,domain=amateurdumper.com|myxvids.com
|https://$script,third-party,xmlhttprequest,domain=amateurdumper.com|myxvids.com
|http://$script,third-party,xmlhttprequest,domain=dreamamateurs.com
|https://$script,third-party,xmlhttprequest,domain=dreamamateurs.com
@@||ajax.googleapis.com^$script,domain=myporn.club|sxyprn.com
@@||trafficdeposit.com//blog/$image,domain=sxyprn.com
@@||trafficdeposit.com/blog/$image,domain=sxyprn.com
@@||yps.link/emoji/$image,domain=sxyprn.com
@@||yps.link/users/ava/$image,domain=sxyprn.com
|https://$image,script,subdocument,third-party,xmlhttprequest,domain=myporn.club|sxyprn.com
$websocket,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|xhamster.com|xtube.com|xvideos.com|youporn.com|youporngay.com
|http://$script,domain=perfectgirls.es|perfectgirls.net|perfektdamen.co
@@||sexgalaxy.net/wp-content/plugins/captca_hidden/js/sc.js$script
@@||sexgalaxy.net/wp-content/themes/redwaves-lite/js/slidebars.min.js$script
@@||sexgalaxy.net/wp-includes/js/comment-reply.min.js$script
@@||sexgalaxy.net/wp-includes/js/imagesloaded.min.js$script
@@||sexgalaxy.net/wp-includes/js/jquery/jquery-migrate.min.js$script
@@||sexgalaxy.net/wp-includes/js/jquery/jquery.js$script
@@||sexgalaxy.net/wp-includes/js/jquery/jquery.masonry.min.js$script
@@||sexgalaxy.net/wp-includes/js/masonry.min.js$script
@@||sexgalaxy.net/wp-includes/js/wp-embed.min.js$script
@@||sexgalaxy.net/wp-includes/js/wp-emoji-release.min.js$script
|http://$script,~third-party,xmlhttprequest,domain=sexgalaxy.net
|https://$script,~third-party,xmlhttprequest,domain=sexgalaxy.net
|http://$image,script,third-party,xmlhttprequest,domain=vporn.com
|https://$image,script,third-party,xmlhttprequest,domain=vporn.com
@@||pornomovies.com/includes/video-js-5.20.4/video.min.js$script
@@||pornomovies.com/templates/pornomovies/js/main.js$script
@@||pornomovies.com/templates/pornomovies/js/site.functions.js$script
||pornomovies.com^$script
@@||sexykittenporn.com/images/sexykittenporn.com/layout/js/jquery-1.10.2.min.js$script
@@||sexykittenporn.com/images/sexykittenporn.com/layout/js/main.min.js$script
@@||sexykittenporn.com/images/sexykittenporn.com/player/jwplayer.new.js$script
||sexykittenporn.com^$script
||sexykittenporn.com^*/banners/
@@||pussyspace.com/js/all.js$script
@@||pussyspace.com/js/main.js$script
@@||pussyspace.com/player/h5.p18.js$script
||pussyspace.com^$script
.com./$popup,domain=pornhub.com
^utm_medium=pops^$popup,domain=ratedporntube.com|sextuberate.com
|http*://*?$popup,third-party,domain=pornhub.com|pornsocket.com|redtube.com|spankwire.com|tube8.com|vidz78.com|xxxkingtube.com|youporn.com|youporngay.com
||adultvideoz.net/lovex/$popup
||bitchcrawler.com/?$popup
||delivery.porn.com^$popup
||delivery.porn5.com^$popup
||downloadableporn.org/xxx/$popup
||eporner.com/pop.php$popup
||fantasti.cc^*?ad=$popup
||fantastube.com/track.php$popup
||fashionyip.info/go.$popup
||fc2.com^$popup,domain=xvideos.com
||fileparadox.in/free$popup,domain=tdarkangel.com
||goo.gl^$popup,domain=thisav.com
||h2porn.com/pu.php$popup
||hegansex.com/exo.php$popup
||heganteens.com/exo.php$popup
||imagebam.com/redirect_awe.php$popup
||imgadult.com/url.php$popup
||livejasmin.com/pu/$popup
||movies.askjolene.com/c64?clickid=$popup
||namethatporn.com/ntpoo$popup
||nuvidp.com^$popup
||pinporn.com/popunder/$popup
||pop.fapxl.com^$popup
||pop.mrstiff.com^$popup
||porn101.com^$popup,domain=lexsteele.com
||porndoo.com/pup/
||pornflip.com/away/pop?$popup
||publicagent.com/bigzpup.php$popup
||r18.com/*utm_source$popup
||rackcdn.com^$popup,domain=extremetube.com|pornhub.com|redtube.com|spankwire.com|tube8.com|youporn.com|youporngay.com
||rd.cockhero.info^$popup
||site-rips.org^$popup,domain=backupload.net
||xvideos-free.com/d/$popup
||ymages.org/prepop.php$popup
/^http*.:\/\/.*[?|=|&|%|#|+].*/$popup,domain=femefun.com
/\:\/\/([0-9]{1,3}\.){3}[0-9]{1,3}/$popup,domain=bitporno.com|pornxs.com|vidz7.com
poodwaddle.com###AD2
carsdir.com###AddCarBanner
igcd.net,webcarstory.com###Ads
search.snap.do,search.snapdo.com###AfloatingD
weegy.com###BannerDiv
autotrader.co.nz###Banner_1
indiatimes.com###EOA_Widget
hothardware.com###FillerLeftLink
hothardware.com###FillerRightLink
autotrader.co.nz###Island2_2
autotrader.co.nz###Island_1
freeiconsdownload.com###LeftBanner
israelnationalnews.com###LeftInfo
wetcanvas.com###LinkSpace
autotrader.ie###MPU
entrepreneur.com.ph###MREC01
entrepreneur.com.ph###MREC02
nintendolife.com###NL_LB_1
nintendolife.com###NL_MPU_1
awazfm.co.uk###Recomends
daringfireball.net###SidebarMartini
imcdb.org###SiteLifeSupport
campusrn.com,jigzone.com,theoswatch.com###ad
clip.dj,timeanddate.com,wordreference.com###ad1
wordreference.com###ad2
exchangerates.org.uk###ad3
fxnetworks.com###adBlock
911jobforums.com,all-nettools.com,britsabroad.com,kiwibiker.co.nz,mpgh.net,mrexcel.com,printroot.com,thriveforums.org,watchuseek.com###ad_global_below_navbar
exchangerates.org.uk###ad_hp
1movies.is###add_margin
infoplease.com###block-ipleaderboardad
lifenews.com###cta
novinite.com##.banner300x250
yahoo.com##.caas-da
yahoo.com##.caas-sidekick-item.item-beacon
yahoo.com##div[class*="js-sponsored-"]
theweathernetwork.com##div[id*="gpt-ad-"]
theweathernetwork.com##div[style="width:300px;height:600px; margin-bottom: 15px;"]
909lifefm.com,anichart.net,audioreview.com,boldsky.com,carlow-nationalist.ie,cayrock.ky,chelseanews.com,craigclassifiedads.com,daemon-tools.cc,disconnect.me,dreadcentral.com,duckduckgo.com,eveningecho.ie,footballfancast.com,full-stream.me,g.doubleclick.net,gearculture.com,genevalunch.com,goodreturns.in,hdcast.tv,healthboards.com,hot1041.ky,inspirationti.me,kildare-nationalist.ie,kiss.ky,laois-nationalist.ie,lorempixel.com,lshstream.com,lshstreams.com,mobilerevamp.org,mtbr.com,nylonguysmag.com,photographyreview.com,placehold.it,playr.org,privack.com,quiz4fun.com,quote.com,roscommonherald.ie,skyuser.co.uk,talk1300.com,theindustry.cc,toorgle.net,triblive.com,tvope.com,urbandictionary.com,washingtonmonthly.com,waterford-news.ie,wccftech.com,westernpeople.com,wexfordecho.ie,x1071.ky###ads
chia-anime.com###ads8
privack.com###adsb
uploaded.net###adshare-videoad
boingboing.net###adskin
videos.com###adsl
smh.com.au###adspot-300x600\,300x250-pos-1
videos.com###adst
fitnessmagazine.com###adtag
ninemsn.com.au###adtile
conservativepost.com###adtl
beemp3s.org,mnn.com###adv
tinyvid.net###adv1
cad-comic.com###advBlock
forexminute.com###advBlokck
teleservices.mu###adv_\'146\'
arsenal.com,farmersvilletimes.com,horoscope.com,ishared.eu,murphymonitor.com,princetonherald.com,runescape.com,sachsenews.com,shared2.me,wylienews.com###advert
uploaded.to###advertMN
architectsjournal.co.uk,bt.com,chron.com,climateprogress.org,computingondemand.com,everydaydish.tv,fisher-price.com,funnygames.co.uk,games.on.net,givemefootball.com,intoday.in,iwin.com,mysanantonio.com,myspace.com,nickjr.com,nytsyn.com,opry.com,peoplepets.com,psu.com,radiozdk.com,sonypictures.com,thatsfit.com,truelocal.com.au,unshorten.it,variety.com,washingtonian.com,yippy.com###advertisement
typepad.com###advertisements
bom.gov.au,develop-online.net,geeky-gadgets.com,govolsxtra.com,hwbot.org,motortorque.com,pcr-online.biz,profy.com,webshots.com###advertising
1cookinggames.com,intowindows.com,irishhealth.com,playkissing.com,snewscms.com,yokogames.com###advertisment
kickoff.com###advertisng
gamblinginsider.com###advertorial-header
share-links.biz###advice
apkonline.net###adxx
thebugle.co.za###adz
apkonline.net###adzz
sofeminine.co.uk###af_lmbcol_sep
katzforums.com###aff
zap2it.com###aff_rightbar
nigeriafootball.com###affiliate-bottom
gtopala.com###affiliate-index-300x250
carmall.com###affiliates
indycar.com###affiliatesDiv
ovguide.com###affiliates_outter
metal-archives.com###affiliation
awkwardfamilyphotos.com###afpadq-leaderboard
awkwardfamilyphotos.com###afpadq-sidebar1
awkwardfamilyphotos.com###afpadq-sidebar2
search.rr.com###afsBot
search.rr.com###afsTop
investorplace.com###after-post-banner
allgames.com###ag_AdBannerTop
aol.com###ai300x250
firesticktricks.com###ai_widget-2
androidpolice.com###ai_widget-6
ajchomefinder.com###ajc-homefinder-leaderboard
unknown-horizons.org###akct
news.com.au###alert-strap
luckyacepoker.com###alertpop
release-ddl.com###alexa
blisstree.com,mommyish.com,teen.com,thegloss.com,thegrindstone.com###alloy-300x250-tile2
teen.com###alloy-300x250-tile3
gurl.com,teen.com###alloy-728x90-tile1
gurl.com,teen.com###alloy-728x90-tile4
ohjoy.blogs.com###alpha
ohjoy.blogs.com###alpha-inner
sportsgrid.com,thejanedough.com###am-ngg-ss-unit-label
3dtin.com,juicefm.com,ovguide.com,pulse1.co.uk,pulse2.co.uk,signal1.co.uk,signal2.co.uk,swanseasound.co.uk,thewave.co.uk,wave965.com,wbgo.org,wbur.org,wirefm.com,wishfm.net###amazon
imdb.com###amazon-affiliates
itworld.com###amazon-bottom-widget
systemrequirementslab.com###amazon-skin-links
pri.org###amazonBox180
streamguys.com###amazonButton
gamenguide.com,itechpost.com,parentherald.com###amazon_related_products
imfdb.org###amazoncontent
prog3.com###amazonlink
zap2it.com###amc-twt-module
realbeauty.com###ams_728_90
publicradio.org###amzContainer
aim.org###amznCharityBanner
visitsundsvall.se###annons-panel
ex.ua###announce
thurrott.com###announcement-bar-container
hardocp.com###announcements
peliculas-flv.com###anuncio
esut.de###anzeige
dailymirror.lk###apDiv2 > .main > div[style="margin:5px 0 0px 0;"]
topix.com###apartments_block
amazon.com###ape_detail_btf_detail-mWeb_wrapper
amazon.com###ape_detail_mobile-hero-quick-promo_mweb_wrapper
amazon.com###ape_search_btf_search-mWeb_wrapper
publicradio.org###apm_sponsor
cultofmac.com###apptapArticleBottom
nationwideradiojm.com###aq-block-9294-1
bizjournals.com###arcbc1
archlinux.org###arch-sponsors
boingboing.net###ards
whtop.com###aright
capitalnewyork.com###around-the-web
moneynews.com###artPgScnShrWrapper
independent.co.uk###article > .box
newsweek.com###article--sponsored
riverbender.com###article-banner
appleinsider.com###article-footer-deals
ighome.com###article-modal + div[style="margin:0 25px;"] > .gadget-box[width="100%"]:first-child:last-child
eveningtimes.co.uk###article-mpu
wtkr.com###article-promo
adotas.com,radiotimes.com###article-sponsor
pcworld.com###articleLeaderboardWrapper
accountingtoday.com,themiddlemarket.com###article_bigbox
computerworld.com.au###article_whitepapers
gethampshire.co.uk###articleright
findmysoft.com###as_336
vortez.net###aseadnetv2
flyordie.com###asf
inewsmalta.com###asidebanner
ktar.com###askadv
autoblog.com###asl_bot
autoblog.com###asl_top
pv-tech.org###associations-wrapper
forwardprogressives.com###aswift_1_expand
forwardprogressives.com###aswift_2_expand
forwardprogressives.com###aswift_3_expand
sporcle.com###atf-300x600
newsblaze.com###atf160x600
bustedcoverage.com###atf728x90
ecoustics.com###atf_right_300x250
collegecandy.com,gamepedia.com###atflb
coed.com,collegecandy.com###atfmrec
hackthissite.org###atimg
webmd.com###attribution_rdr
topgear.com###autotrader-section
pogo.com###avertising
teamfortress.tv###aw
anchorfree.us###b160x600
digitalartsonline.co.uk###b2cPlaceHolder
convertinmp4.com###b300ib
anchorfree.us###b300x250
siliconera.com###b5leaderboard
convertinmp4.com###b728l
highstakesdb.com###bLeft
highstakesdb.com###bRight
highstakesdb.com###bSpecificL
highstakesdb.com###bSpecificR
blinkbox.com###b_ad_zc
blinkbox.com###b_ee_de
blinkbox.com###b_jd_id
huhmagazine.co.uk###back
gayvegas.com###background
mmoculture.com###background-link
wallpapersmania.com###backgroundPopup
show-links.tv,watchfreemovies.ch###ball
soccerbase.com###ball_splash_holder
doctor.com###banR
intelligencer.ca,siteseer.ca,thepeterboroughexaminer.com,thesudburystar.com###banZone
gobackpacking.com###ban_300
neopets.com###ban_bottom
virtualnights.com###banderolead
ftadviser.com###banlb
iloubnan.info###bann
goldentalk.com###bann2
absoluteradio.co.uk,adv.li,allmyfaves.com,allthetests.com,arsenal.com,belfastmediagroup.com,blahblahblahscience.com,brandrepublic.com,christianpost.com,comicsalliance.com,cool-wallpaper.us,cumbrialive.co.uk,dailynews.lk,dealmac.com,dealsonwheels.co.nz,delcotimes.com,djmag.co.uk,djmag.com,dosgamesarchive.com,empowernetwork.com,farmtrader.co.nz,guardian.co.tt,guidespot.com,healthcentral.com,icq.com,imgmaster.net,in-cumbria.com,indianexpress.com,insideradio.com,irishcentral.com,isrtv.com,keygen-fm.ru,lemondrop.com,mediaite.com,morningjournal.com,movies.yahoo.com,moviesfoundonline.com,neave.com,news-herald.com,newstonight.co.za,nhregister.com,northernvirginiamag.com,nzmusicmonth.co.nz,ocia.net,openstreetmap.org,pbs.org,pgpartner.com,popeater.com,poughkeepsiejournal.com,proxy-list.org,ps3-hacks.com,registercitizen.com,roughlydrafted.com,safaricom.com,sail-world.com,saratogian.com,securityweek.com,sfx.co.uk,shortlist.com,similarsites.com,soccerway.com,sportinglife.com,starwarsunderworld.com,stopstream.com,style.com,theoaklandpress.com,thesmokinggun.com,theweek.com,tictacti.com,topsite.com,tortoisehg.bitbucket.org,twistedsifter.com,urlesque.com,vidmax.com,wellsphere.com,wn.com,wsof.com,zootoday.com###banner
segmentnext.com###banner-1
techfrag.com###banner-2
techfrag.com###banner-3
kiz10.com###banner-728-15
wftlsports.com###banner-Botleft
wftlsports.com###banner-Botright
drivers.com###banner-bg-scanner
imgbox.com,onrpg.com,plasticsnews.com,vladtv.com###banner-bottom
worldweb.com###banner-column
intouchweekly.com###banner-cross
kiz10.com###banner-down-video
film.fm###banner-footer
mob.org###banner-h400
jacarandafm.com###banner-holder
gardentenders.com,homerefurbers.com,sportfishingbc.com###banner-leaderboard
kiz10.com###banner-left
elle.com,forums.crackberry.com###banner-main
cstv.com###banner-promo
enjore.com###banner-q-container
kiz10.com,motherboard.tv###banner-right
general-fil.es,generalfil.es###banner-search-bottom
general-fil.es###banner-search-top
torrentpond.com###banner-section
gocdkeys.com###banner-sidebar
irishtimes.com###banner-spacer
sourceforge.net###banner-sterling
blocked-website.com,cjonline.com,wftlsports.com###banner-top
vladtv.com###banner-top-video
mob.org###banner-w790
georgiadogs.com,goarmysports.com,slashdot.org###banner-wrap
4teachers.org,dailyvoice.com,highwayradio.com###banner-wrapper
siliconrepublic.com###banner-zone-k
businessandleadership.com,siliconrepublic.com###banner-zone-k-dfp
globaltimes.cn###banner05
chinatechnews.com,classic97.net,cookinggames.com,emailjokes.co.za,guardianonline.co.nz,kdoctv.net,killerstartups.com,lagostalks.com,metroweekly.com,tennisworldusa.org,vk.com###banner1
thegremlin.co.za###banner125
classic97.net,dooyoo.co.uk,guardianonline.co.nz,kdoctv.net,lagostalks.com,tennisworldusa.org,vk.com###banner2
pricespy.co.nz###banner250
actiontrip.com,christianpost.com,gamesfree.com,pcmech.com###banner300
securenetsystems.net###bannerB
opensourcecms.com###bannerBar
ieee.org###bannerBot
scientificamerican.com###bannerContain
canoe.ca,slacker.com###bannerContainer
jumptv.com###bannerContainer_hp_bottom
jumptv.com###bannerContainer_hp_top
securenetsystems.net###bannerD
get.adobe.com###bannerDisplay
viz.com###bannerDiv
androidzoom.com###bannerDown
telefragged.com###bannerFeatures
gatewaynews.co.za,ilm.com.pk,ynaija.com###bannerHead
showbusinessweekly.com###bannerHeader
kumu.com###bannerImageName
atdhe.fm,atdhe.so,drakulastream.tv,firstrows.org,hahasport.top,streamhunter.top,streams.tv###bannerInCenter
free-codecs.com###bannerInTxtRight
securenetsystems.net###bannerL
securenetsystems.net###bannerM
zam.com###bannerMain
pocketgamer.co.uk###bannerRight
metric-conversions.org###bannerSpace
codecs.com,free-codecs.com,ieee.org,ninemsn.com.au,reference.com###bannerTop
sky.com###bannerTopBar
search.snap.do###bannerWrapper
khl.com###banner_1
nutritioninsight.com###banner_1000
yellow.co.nz###banner_120_120
khl.com###banner_2
king-mag.com###banner_468
nutritioninsight.com###banner_609_articles
thelivetvjunction.com###banner_728_base
today.az###banner_750x90
yellow.co.nz###banner_760_120
nuffy.net###banner_bg
nighttours.com###banner_bottom
bubblebox.com,nitrome.com###banner_box
mixfmradio.com###banner_center_728
mixfmradio.com###banner_center_728_in
tvnz.co.nz###banner_companion
epicurious.com###banner_container
nitrome.com###banner_description
aol.com###banner_div
railwaysafrica.com###banner_footer
kullhadd.com###banner_footer_728
mynewssplash.com###banner_google
3g.co.uk,freshnewgames.com###banner_header
kullhadd.com###banner_header_728
mudah.my###banner_holder
yourstory.com###banner_inside_article
versus.com###banner_instream_300x250
krzk.com###banner_left
bahamaslocal.com###banner_location_sub
baltic-course.com###banner_master_top
veehd.com###banner_over_vid
worldradio.ch###banner_placement_bottom
worldradio.ch###banner_placement_right
worldradio.ch###banner_placement_top
ebuddy.com###banner_rectangle
krzk.com###banner_right
kullhadd.com###banner_rotator
elyricsworld.com###banner_rr2
nitrome.com###banner_shadow
1001tracklists.com,bizrate.com,designboom.com,humorsharing.com,kyivpost.com,linguee.com,thesuburban.com###banner_top
eastonline.eu###banner_up
appstorm.net,workawesome.com###banner_wrap
empiremovies.com,snapfiles.com###bannerbar
baltic-course.com,superpages.com###bannerbottom
urlcash.net,urlcash.org,whitepages.com.lb###bannerbox
bdnews24.com###bannerdiv2
fancystreems.com,zonytvcom.info###bannerfloat2
zawya.com###bannerframezone10325
zawya.com###bannerframezone4
zawya.com###bannerframezone7
chipchick.com###bannerheader
baltic-course.com,irishtv.ie###bannerleft
spellchecker.net###bannerplace
virusbtn.com###bannerpool
driverdb.com,european-rubber-journal.com,mobile-phones-uk.org.uk,offtopic.com,toledofreepress.com###banners
bergfiles.com,berglib.com###banners-24
wrmj.com###banners-top
eluniversal.com,phuketwan.com###bannersTop
krzk.com###banners_bottom
adsl2exchanges.com.au###bannerside
africageographic.com###bannersl
insideedition.com###bannerspace-expandable
fitnessmagazine.com###bannertable
baltic-course.com,newzglobe.com,webfail.com###bannertop
ocregister.com###bannertop2
bhg.com,parents.com###bannerwrapper
searchquotes.com###bannerx
bernama.com###bannerz
h-online.com###bannerzone
momversation.com###barker
online.barrons.com###barronsUber
phonebook.com.pk###basebannercontainer
moviecomix.com###bass
silverseek.com###bat-region
digitalhome.ca,inquirer.net###bb
egreetings.com###bb-billboard
blackbookmag.com###bb-overlay
blackbookmag.com###bb-splash
egreetings.com###bb-title
akihabaranews.com###bbTop
nzherald.co.nz###bbWrapper
polodomains.com###bbannertop
bbc.com###bbccom_bottom[style="width:468px; text-align:right;"]
incredibox.com###bbox
bustedcoverage.com###bcbtflb
bettingsports.com###before_footer
mindjolt.com###below-banner
mindjolt.com###below-banner-game
stopthedrugwar.org###below-masthead
rantsports.com###below-post
viralthread.com###belowShare728x90
radaronline.com###below_header
tomsguide.com###below_the_article
tgdaily.com###bestcovery_container
dailygalaxy.com###beta-inner
nigeriafootball.com###bettingCompetition
atđhe.net###between_links
searchenginejournal.com###bg-atag
searchenginejournal.com###bg-takeover-unit
frostytech.com###bg_googlebanner_160x600LH
oboom.com###bgfadewnd1
973fm.com.au,buzzintown.com,farmingshow.com,isportconnect.com,mix1011.com.au,mix1065.com.au,newstalkzb.co.nz,radiosport.co.nz,rlslog.net,runt-of-the-web.com,sharkscope.com###bglink
runnerspace.com###bgtakeover
spacecast.com,treehousetv.com###bigBox
canoe.ca,winnipegfreepress.com,worldweb.com###bigbox
bentoneveningnews.com,dailyherald.com,dailyregister.com,dailyrepublicannews.com,duquoin.com,randolphcountyheraldtribune.com###billBoardATF
about.com,cricketnetwork.co.uk,cumberlandnews.co.uk,cumbrialive.co.uk,eladvertiser.co.uk,f1network.net,hexhamcourant.co.uk,howtogermany.com,in-cumbria.com,mg.co.za,mgafrica.com,newsandstar.co.uk,nwemail.co.uk,rugbynetwork.net,thefootballnetwork.net,timesandstar.co.uk,whitehavennews.co.uk###billboard
about.com###billboard2
theblaze.com###billboard_970x250
inquirer.net###billboard_article
tech-faq.com,techspot.com###billboard_placeholder
joe.ie###billboard_wrapper
yp.com.kh###billboards
ohio.com###bim-mortgage-container
thedailybeast.com###bing-module
spellcheck.net###bio_ep
broadcastingcable.com###biz-main
valdostadailytimes.com###biz_marquee
slate.com###bizbox_links_bottom
play4movie.com###bkg_adv
gamesforgirlsclub.com###bl-37
stupidvideos.com###black_sky_header
devshed.com,eweek.com###blackscreen
portforward.com###blanket
blueletterbible.org###blbSponsors
uploadc.com###blinkMe
whatculture.com###blinkbox
kioskea.net###bloc_middle
1027dabomb.net###block-10
alt1059.com###block-11
alt1059.com###block-22
uproxx.com###block-728
filmschoolrejects.com###block-banners-top
bbcgoodfood.com###block-bbcgf-search-views-bbcgf-cc-rtl-native
hilarious-pictures.com,winbeta.org###block-block-1
pcdecrapifier.com###block-block-10
slideme.org###block-block-11
hilarious-pictures.com,nbr.co.nz###block-block-12
newsbusters.org###block-block-13
gotchamovies.com###block-block-14
abduzeedo.com,driveout.co.za,emaxhealth.com,eturbonews.com,eugeneweekly.com,mixtapetorrent.com###block-block-18
dailypaul.com,virus.gr###block-block-19
opposingviews.com###block-block-199
abduzeedo.com###block-block-2
cnsnews.com,prospect.org,webosnation.com###block-block-21
7tutorials.com,carnalnation.com,rslinks.org###block-block-22
7tutorials.com,multiplication.com,thestandard.com,voxy.co.nz###block-block-24
we.com.na###block-block-26
motherjones.com###block-block-27
france24.com###block-block-275
cosmicbooknews.com###block-block-29
motherjones.com###block-block-301
slideme.org###block-block-31
greenbiz.com,latina.com###block-block-33
voxy.co.nz###block-block-34
mixtapetorrent.com,namibiansun.com###block-block-36
dailypaul.com,latina.com###block-block-37
bitchmagazine.org,ovg.tv###block-block-38
latina.com###block-block-39
educationworld.com,greenbiz.com,sonymasterworks.com###block-block-4
latina.com,rslinks.org###block-block-40
eturbonews.com,sbr.com.sg,shape.com###block-block-42
newtimes.co.rw###block-block-43
newtimes.co.rw###block-block-44
drivesouth.co.nz,motherjones.com###block-block-46
carnalnation.com###block-block-5
abduzeedo.com,freesoftwaremagazine.com,zerohedge.com###block-block-51
adsoftheworld.com,newtimes.co.rw###block-block-52
ancient-origins.net,pajhwok.com,popsci.com###block-block-53
newtimes.co.rw###block-block-54
newtimes.co.rw###block-block-55
namibiansun.com,newsx.com###block-block-58
igbaffiliate.com,nationalenquirer.com###block-block-6
maximumpc.com###block-block-60
maximumpc.com###block-block-61
popsci.com###block-block-63
brownfieldbriefing.com,educationworld.com,minnpost.com,nationalenquirer.com###block-block-7
greenbiz.com###block-block-72
popsci.com###block-block-75
hilarious-pictures.com###block-block-8
tricycle.com###block-block-82
pajhwok.com###block-block-84
maximumpc.com###block-block-89
maximumpc.com###block-block-96
itpro.co.uk###block-boxes-convertr-box
bemidjipioneer.com,brainerddispatch.com,dglobe.com,dl-online.com,duluthnewstribune.com,echopress.com,farmingtonindependent.com,grandforksherald.com,hastingsstargazette.com,inforum.com,jamestownsun.com,mitchellrepublic.com,morrissuntribune.com,parkrapidsenterprise.com,perhamfocus.com,republican-eagle.com,rivertowns.net,rosemounttownpages.com,swcbulletin.com,thedickinsonpress.com,wadenapj.com,wctrib.com,wday.com,wdaz.com,woodburybulletin.com###block-boxes-jobshq-widget
netnewscheck.com###block-brand-connections
capitalnewyork.com###block-cap_blocks-leaderboard
crooksandliars.com###block-clam-1
crooksandliars.com###block-clam-3
crooksandliars.com###block-clam-7
phonedog.com###block-common-core-voip-business
phonedog.com###block-common-core-voip-residential
todayonline.com###block-dart-dart-tag-all-pages-header
popphoto.com###block-dart-dart-tag-bottom
todayonline.com###block-dart-dart-tag-dart-homepage-728x90
popphoto.com###block-dart-dart-tag-top1
medicaldaily.com###block-dfp-bottom
out.com###block-dfp-slideshow-right-rail-promo
knowyourmobile.com###block-dialaphone-dialaphone
examiner.com###block-ex_dart-ex_dart_adblade_topic
4hi.com.au,4vl.com.au,hotcountry.com.au###block-exponential-exponential-mrec
4hi.com.au,4vl.com.au,hotcountry.com.au###block-exponential-exponential-mrec2
infoworld.com###block-infoworld-sponsored_links
gamepur.com###block-inject-1
14850.com###block-ofefo-5
14850.com###block-ofefo-7
14850.com###block-ofefo-8
itpro.co.uk###block-onscroll-onscroll
topgear.com###block-outbrain-integration-outbrain-integration-external
ecnmag.com###block-panels-mini-dart-stamp-ads
fourfourtwo.com###block-retsol-retsol
yourtango.com###block-tango-10
yourtango.com###block-tango-9
topgear.com###block-tg-cars-tg-cars-webuyanycar
ucas.com###block-ucas-ads-header-ad
homesandantiques.com###block-views-Promotions-block_1
asiaone.com###block-views-aone2015-qoo10-box-q0010-home
minnpost.com###block-views-hp_sponsors-block_1
wisebread.com###block-views-nodequeue_14-block
imsa.com###block-views-partners-block-5
straitstimes.com###block-views-qoo10-block-1
4hi.com.au,4vl.com.au,hotcountry.com.au###block-views-sponsored-links-block
wbez.org###block-wbez-blocks-wbez-ad-bottom
wbez.org###block-wbez-blocks-wbez-ad-top
wpdaddy.com###block1
arsenalnewsreview.co.uk###block_3
blackhatteam.com###block_html_6
ownedcore.com###block_html_9
cleancss.com###blocker
kveller.com###blogTopWide
zdnet.com###blog_spbg
ign.com###blogrollInterruptDeals
scotusblog.com###bloomberg_sponsor
kokomoperspective.com###blox-leaderboard-user
siouxcityjournal.com###blox-news-alerts-sponsor
windowsnetworking.com###bmp-article-script
cloudcomputingadmin.com,insideaws.com,isaserver.org,msexchange.org,virtualizationadmin.com,windowsecurity.com,windowsnetworking.com###bmp-side-script
ncr1037.co.za###bnftr
peliculas-flv.com###bnnr300x250
dnsrsearch.com###bnr
reference.com,thesaurus.com###bnrTop
smbc-comics.com###boardleader
ign.com###boards_medrec_relative
boards.ie###boardsmpu
dailymotion.com###body_clicker
citizensvoice.com###bodytop
livescore.in###bonus-offers
computerworld.com###bonus_resource_center
carolinajournal.com###book-abs
priceonomics.com###book-island
techotopia.com###bookcover
linuxtopia.org,techotopia.com###bookcover_sky
libraryjournal.com###boomBox
local.co.uk###borderTab
snapfiles.com###borderbar
reference.com###bot
mp3lyrics.org###bota
trutv.com###botleadad
phonescoop.com###botlink
forums.vr-zone.com,hplusmagazine.com,j.gs,q.gs###bottom
jillianmichaels.com###bottom-300
cheese.com,collider.com,investorplace.com,kiz10.com,lyrics19.com,radionomy.com###bottom-banner
thurrott.com###bottom-interstitial
news.cnet.com###bottom-leader
ohio.com###bottom-leader-position
audioreview.com,fayobserver.com,g4chan.com,icanhasinternets.com,legacy.com,thenextweb.com,topcultured.com###bottom-leaderboard
startupnation.com###bottom-leaderboard-01
reverso.net###bottom-mega-rca-box
canstar.com.au###bottom-mrec
templatemonster.com###bottom-partner-banners
techhive.com###bottom-promo
onhax.me###bottom-promo-abdload
onhax.me###bottom-promo-dload
thebestdesigns.com###bottom-sponsors
timesofisrael.com###bottom-spotlight
nytimes.com###bottom-wrapper
cartoonnetwork.co.nz,cartoonnetwork.com.au,quotesdaddy.com###bottomBanner
rachaelraymag.com###bottomBannerContainer
jooble.org###bottomBannerPlace
wtmx.com###bottomBanners
dailyglow.com###bottomContainer
steamanalyst.com###bottomDiv
chacha.com###bottomHeaderBannerWrap
startribune.com###bottomLeaderboard
tnt.tv###bottomLeftBox
tnt.tv###bottomMiddleBox
teoma.com###bottomPaidList
webdesignledger.com###bottomPremiumBanner
scientificamerican.com###bottomPromoArea
tnt.tv###bottomRightBox
start.fyi###bottomSda
search.globososo.com###bottom_adv
ifc.com,nerej.com,nyrej.com,phonearena.com,securityweek.com###bottom_banner
funkypotato.com###bottom_banner_wrapper
toledofreepress.com###bottom_banners
avaxsearch.com###bottom_block
picfont.com###bottom_block1
inquirer.net###bottom_container
pressrepublican.com###bottom_leader
jamaicaobserver.com###bottom_leaderboard
fotolog.com###bottom_pub
popoholic.com###bottom_row
kingdomfm.co.uk###bottom_section
forexnewsnow.com,metropolis.co.jp,tremolo.edgesuite.net###bottombanner
at40.com###bottomleader
ktu.com,z100.com###bottomright2
ocaholic.ch###bottomslider
breaknenter.org,exposay.com###box
flashscore.com,livescore.in###box-over-content-a
oilprice.com###box-premium-articles-sponsor
dillons.com,kroger.com###box3-subPage
tnt.tv###box300x250
dcn.ae,dmi.ae###boxBanner300x250
yahoo.com###boxLREC
yourupload.com###box_0
planetminecraft.com###box_160btf
planetminecraft.com###box_300atf
planetminecraft.com###box_300btf
planetminecraft.com###box_728atf
propertyfinder.ae###box_left_top_300x250
laliga.es###box_patrocinador_1
maxim.com###box_takeover_content
maxim.com###box_takeover_mask
gizmochina.com###boxed_widget-12
gizmochina.com,pcwdld.com###boxed_widget-2
gizmochina.com,pcwdld.com###boxed_widget-3
gizmochina.com,pcwdld.com###boxed_widget-4
gizmochina.com###boxed_widget-7
gizmochina.com###boxed_widget-8
collive.com,ecnmag.com###boxes
activistpost.com###boxzilla-overlay
britannica.com###bps-gist-mbox-container
brainyquote.com###bq_top_ad
arnnet.com.au,cio.com.au,computerworld.co.nz,computerworld.com.au,cso.com.au,idg.com.au###brand-post-in-article-promo
turbobit.net###branding-link
wandtv.com###brandingfeature
believe-or-not.blogspot.com###breadcrumb
break.com###breaking-news
news-journalonline.com###breaking-sponsor
web2.0calc.com###britnexbanner
bit-tech.net###broadband-finder-co-uk-120
wallstcheatsheet.com###broker-box
thestreet.com###brokerage
benzinga.com###brokerage_comparison_unit
psdgraphics.com###bsa-top
findicons.com###bsa_leaderboard
winrumors.com###bsap_1263017
techsplurge.com###bsats
xtragfx.com###bsponsor
cineuropa.org###bt
opensubtitles.org###bt-dwl
indiaresults.com###bt_banner1
canoe.ca###btePartena
sporcle.com###btf-300x600
imdb.com###btf_rhs2_wrapper
ecoustics.com###btf_right_300x250
gamepedia.com###btfheroContainer
gamepedia.com###btfhero_container
gamepedia.com###btflb
coed.com,collegecandy.com###btfmrec
collegecandy.com###btfss
overdrive.in###btm_banner1
w3newspapers.com###btmadd
inquirer.net###btmskyscraper
watchsomuch.info###btnStopAds
rawstory.com###btn_id
theedge.co.nz###bugjuice
profitguide.com###builder-277
torontosun.com###buttonRow
muchmusic.com###button[style="position:absolute; top:130px; right:8px;"]
alloaadvertiser.com,ardrossanherald.com,barrheadnews.com,bordertelegraph.com,bracknellnews.co.uk,carrickherald.com,centralfifetimes.com,clydebankpost.co.uk,cumnockchronicle.com,dumbartonreporter.co.uk,eastlothiancourier.com,greenocktelegraph.co.uk,helensburghadvertiser.co.uk,irvinetimes.com,largsandmillportnews.com,localberkshire.co.uk,newburyandthatchamchronicle.co.uk,peeblesshirenews.com,readingchronicle.co.uk,sloughobserver.co.uk,strathallantimes.co.uk,the-gazette.co.uk,thevillager.co.uk,troontimes.com,windsorobserver.co.uk###buttons
winrumors.com###buttons-125
sloughobserver.co.uk###buttons-mpu-box
music-news.com###buy-tickets
accuradio.com###buyAlbum
news24.com###buybook_box
informationweek.com###buylink
searchenginejournal.com###buysell
buzznet.com###buzz_feedheading
news24.com###bw-wrapper
help.com###bwp
benzinga.com###bz-campaign-text-bottom
channel4.com###c4ad-Top
counselheal.com,gamenguide.com,latinospost.com,mobilenapps.com,sportsworldreport.com###cTop
divinecaroline.com###c_6ad_250h
miningmx.com###c_leaderBoard
nhl.com###c_mrm3
iafrica.com###c_row1_bannerHolder
batman-on-film.com,pettube.com,popoholic.com###ca
discovermagazine.com###cachee
nickutopia.com###cad300
zynga.com###cafe_snapi_zbar
popsugar.com###calendar_widget
tomsguide.com###calypso_below_article
youthincmag.com###campaign-1
preloved.co.uk###campaign-header
unblocked.app,unblocked.krd,unblocked.llc,unblocked.lol,unblocked.si,unblocked.win###cancelPop
care2.com###care2_footer_ads
pcworld.idg.com.au###careerone-promo
screenafrica.com###carousel
sisters-magazine.com###carousel2
france24.com,rfi.fr###caroussel_partenaires
abjusa.com,internationalresourcejournal.com###casale
solomontimes.com###casino_banner
ninemsn.com.au###cat_hl_171287
finance.ninemsn.com.au###cat_hl_7821719
msn.co.nz###cat_hl_87409
filecore.co.nz,hbwm.com###catfish
justinhartman.com###catlinks
africanreporter.co.za,albertonrecord.co.za,alexnews.co.za,barbertontimes.co.za,bedfordviewedenvalenews.co.za,benonicitytimes.co.za,bereamail.co.za,boksburgadvertiser.co.za,brakpanherald.co.za,capricornreview.co.za,carletonvilleherald.com,citybuzz.co.za,comarochronicle.co.za,corridorgazette.co.za,estcourtnews.co.za,eyethunews.co.za,fourwaysreview.co.za,germistoncitynews.co.za,hazyviewherald.co.za,heidelbergnigelheraut.co.za,highvelder.co.za,highwaymail.co.za,joburgeastexpress.co.za,kathorusmail.co.za,kemptonexpress.co.za,kormorant.co.za,krugersdorpnews.co.za,ladysmithgazette.co.za,letabaherald.co.za,lowvelder.co.za,maritzburgsun.co.za,midrandreporter.co.za,newcastleadvertiser.co.za,northcliffmelvilletimes.co.za,northcoastcourier.co.za,northeasterntribune.co.za,northernnatalcourier.co.za,northglennews.co.za,parysgazette.co.za,phoenixsun.co.za,potchefstroomherald.co.za,publiceyemaritzburg.co.za,randburgsun.co.za,randfonteinherald.co.za,rekordcenturion.co.za,rekordeast.co.za,rekordmoot.co.za,rekordnorth.co.za,reviewonline.co.za,ridgetimes.co.za,risingsunchatsworth.co.za,risingsunlenasia.co.za,risingsunoverport.co.za,roodepoortnorthsider.co.za,roodepoortrecord.co.za,rosebankkillarneygazette.co.za,sandtonchronicle.co.za,sedibengster.com,southcoastherald.co.za,southcoastsun.co.za,southlandssun.co.za,sowetourban.co.za,springsadvertiser.co.za,tembisan.co.za,vaalweekblad.com,vryheidherald.co.za,westside-eldos.co.za,zululandobserver.co.za###caxton-features-main-wrapper
fresnobee.com###cb-topjobs
bnd.com###cb_widget
cbc.ca###cbc-bottom-logo
aviationweek.com,grist.org,imgmega.com,linuxinsider.com,neg0.ca###cboxOverlay
cbsnews.com###cbsiAd16_100
cbssports.com###cbsiad16_100
cbssports.com###cbsiad18_100
cricbuzz.com###cbz-leaderboard-banner
leagueofgraphs.com###cdm-zone-01
break.com###cdpSliver
metrolyrics.com###cee_box
metrolyrics.com###cee_overlay
mp3fusion.net###center2
theatermania.com###centerChannel
meettheboss.tv###centerSpacingWrapper
checkoutmyink.com###centerbanner
reference.com###centerbanner_game
macdailynews.com###cfsnip-widget-93
roomzaar.com###cgp-bb-tag
marketingpilgrim.com###channel-sponsors
realage.com###channel_sponsor_callout
ndtv.com###checked
chicagoshopping.com###chshhead_ad
espncricinfo.com###ciHomeLeaderboard
cineplex.com###cineplex-h-topAds
popularmechanics.com###circ
popularmechanics.com###circ300x100
popularmechanics.com###circ300x200
popularmechanics.com,seventeen.com###circ300x300
popularmechanics.com###circ620x100
esquire.com###circ_620x200
marketsmojo.com###cl-banner-logo
irishracing.com###classifieds
news-gazette.com###clear-footer
armorgames.com###click_left_skin
armorgames.com###click_right_skin
prog3.com###clickbanklink
pitchero.com###clubSponsor
instyle.com###cmfooter
inkedmag.com###cmnCompanion
saudigazette.com.sa###cmt_spcr
cnn.com###cnnLawyersCom
concierge.com###cnt_sub_unitdir
technabob.com###col1_160
comingsoon.net###col2TopPub
mmorpg.com###colFive
weather24.com###col_top_fb
stv.tv###collapsedBanner
aviationweek.com,grist.org,imgmega.com,linuxinsider.com,neg0.ca###colorbox
zam.com###column-box:first-child
wikigta.org###column-google
smashingmagazine.com###commentsponsortarget
nettleden.com###commercial
healthguru.com###companionBanner
oxygen.com,usanetwork.com###companion_300x250
elleuk.com###component-elle-marketing
gotohoroscope.com###con300_250
cpuid.com###console_log
share-online.biz###consumer_bottom
share-online.biz###consumer_bottom_dl
share-online.biz###consumer_top
map24.com###cont_m24up
memez.com###containTopBox
ebuddy.com###container-banner
pons.com###container-superbanner
jacksonville.com###containerDeal
bustocoach.com###contenitore_3_banner
sedoparking.com###content
info.com###content + .P4
toptenz.net###content > .post + div
toptenz.net###content > div > div[class]:last-child
4fuckr.com###content > div[align="center"] > b[style="font-size: 15px;"]
emillionforum.com###content > div[onclick^="MyAdvertisements"]:first-child
autotrader.co.nz,kiz10.com###content-banner
blastingnews.com###content-banner-dx1-p1
lifewithcats.tv###content-bottom-empty-space
zdnet.com###content-bottom-leaderboard
zdnet.com###content-bottom-mpu
picocool.com###content-col-3
snow.co.nz###content-footer-wrap
prospect.org###content-header-sidebar
darkhorizons.com###content-island
zdnet.com###content-middle-mpu
zdnet.com###content-recommendation
ifc.com###content-right-b
amatuks.co.za###content-sponsors
craveonline.com,ego4u.com,washingtonexaminer.com,web.id###content-top
lifewithcats.tv###content-top-empty-space
zdnet.com###content-top-leaderboard
zdnet.com###content-top-mpu
dailysurge.com###content-wrapper > #home-main > span > div + *
sevenload.com###contentAadContainer
jellymuffin.com###contentAfter-i
vwvortex.com###contentBanner
jellymuffin.com###contentBefore-i
fileshut.com###content_banner
androidpolice.com###content_blob
operanews.com###content_bottom_lower
sythe.org###content_bottom_sa
theslap.com###content_callout_container
northeastshooters.com###content_container + #sidebar_container[style="width: 126px; display: block;"]
gosanangelo.com,kitsapsun.com,knoxnews.com###content_match
caller.com,commercialappeal.com,courierpress.com,gosanangelo.com,independentmail.com,kitsapsun.com,knoxnews.com,legacy.com,naplesnews.com,redding.com,reporternews.com,tcpalm.com,timesrecordnews.com,vcstar.com###content_match_wrapper
poponthepop.com###content_rectangle
madeformums.com,zest.co.uk###contentbanner
webreference.com###contentbottomnoinset
yorkshireeveningpost.co.uk###contentbox02google
yorkshireeveningpost.co.uk###contentbox08
internet.com###contentmarketplace
slashdot.org###contextualJobs
uexpress.com###continue
wikifeet.com###conts > div[style="margin:0px 10px; height:200px; overflow:hidden; position:relative"]
ted.com###conversation-sponsor
binaries4all.com###convertxtodvd
sharaget.com###coolDownload
sharaget.com###coollist
forums.psychcentral.com###copyright
pbs.org###corp-sponsor-sec
macrumors.com###countdown
lef.org###cpSale
christianpost.com###cp_wrap_inst
peliculasyonkis.com###cpxslidein
ratemyprofessors.com###cr-qsb
rightdiagnosis.com###cradbotb
rightdiagnosis.com,wrongdiagnosis.com###cradlbox1
rightdiagnosis.com,wrongdiagnosis.com###cradlbox2
rightdiagnosis.com,wrongdiagnosis.com###cradrsky2
firsttoknow.com###criteo-container
careerbuilder.com###csjstool_bottomleft
englishgrammar.org,mustangevolution.com###cta
cargames1.com###ctgad
thesudburystar.com###ctl00_ContentPlaceHolder1_BigBoxArea2
blogtv.com###ctl00_ContentPlaceHolder1_topBannerDiv
spikedhumor.com###ctl00_CraveBanners
myfax.com###ctl00_MainSection_BannerCoffee
thefiscaltimes.com###ctl00_body_rightrail_4_pnlVideoModule
seeklogo.com###ctl00_content_panelDepositPhotos
seeklogo.com###ctl00_content_panelDepositPhotos2
leader.co.za###ctl00_cphBody_pnUsefulLinks
leader.co.za###ctl00_ctl00_cphBody_cphColumnBody_cphBannerBodyHeader_userBannerBodyHeader_pnBanners
leader.co.za###ctl00_ctl00_cphBody_cphColumnBody_cphColumnMiddleParent_cphNavigationRight_userNavigationRight_userBannerSponsor_pnBanners
mouthshut.com###ctl00_ctl00_ctl00_ContentPlaceHolderHeader_ContentPlaceHolderFooter_ContentPlaceHolderBody_zedoParent
hurriyetdailynews.com###ctl00_ctl27_ContentPane
sufc.co.za###ctl00_ltlSponsors
productionhub.com###ctl00_mainPlaceholder_pnlExtraBanner
birdchannel.com,smallanimalchannel.com###ctl00_pnlBottomDart
community.adlandpro.com###ctl00_slider
onetravel.com###ctl07_ctl01_ModuleContent
ctmirror.org###ctmirror-sponsors-2
way2sms.com###curtain2
kimcartoon.to###cus-exo
thechive.com###custom-bg-link
movies.yahoo.com###customModule
pocketnow.com###custom_html-13
pocketnow.com###custom_html-14
pocketnow.com###custom_html-15
minnpost.com###custom_html-65
minnpost.com###custom_html-67
daytondailynews.com###cxSubHeader
scout.com###da160x600
scout.com###da300x250
cleverbot.com###daArea2
cricwaves.com###da_slot
arstechnica.com###daehtsam-da
heraldnet.com###dailyDealFP
cbc.ca###dailydeals
fitnessmagazine.com###dailyprize
zone.msn.com###dapIfM1
urbandictionary.com###dark_top
rawstory.com###darkbackground[style="visibility: visible;"]
news.yahoo.com###darla
yahoo.com###darla-ad__LREC
yahoo.com###darla-ad__LREC2
bestbuy.com###dart-con
tesco.com###dartLeftSkipper
tesco.com###dartRightSkipper
news24.com###datingWidegt
dictionary.com###dcom-serp-mid-300x250
dictionary.com###dcom-serp-top-300x250
dictionary.com,reference.com###dcomSERPTop-300x250
ebookmarket.org###ddlink
gizmodo.co.uk###deal-item
gazette.com###deal-link
slickdeals.net###dealarea
slickdeals.net###dealarea2
11alive.com,9news.com,firstcoastnews.com###dealchicken-todaysdeal
timesdispatch.com###dealoftheday
blocked-website.com###deals-header
news.com.au###deals-module
sourceforge.net###deals-widget
freefavicon.com###dealsbar_deals_toolbar
metafilter.com,themorningnews.org###deck
instapaper.com###deckpromo
girlgames.com###def-box
yahoo.com###default-p_24457750
wsj.com###deloitte-module-aside
helpwithwindows.com###desc
amazon.ca,amazon.co.uk,amazon.com,amazon.com.au,amazon.fr###desktop-rhs-carousels_click_within_right
amazon.com###detailILM_feature_div
timesfreepress.com###detailMarketplace
bloggingstocks.com###dfAppPromo
definition-of.com###dfp
thriftyfun.com###dfp-2
madmagazine.com###dfp-300x250
madmagazine.com###dfp-728x90
247wallst.com###dfp-in-text
amherstbulletin.com,concordmonitor.com,gazettenet.com,ledgertranscript.com,recorder.com,vnews.com###dfp_intext_half_page
amherstbulletin.com,concordmonitor.com,gazettenet.com,ledgertranscript.com,recorder.com,vnews.com###dfp_intext_med_rectangle
cduniverse.com###dgast
dailyhoroscope.com###dh-bottomad
dailyhoroscope.com###dh-topad
mocospace.com###dialog-dailyspin
directionsmag.com###dialog-message
forums.digitalpoint.com###did_you_know
linuxbsdos.com###digocean
datehookup.com###div-Forums_AFT_Top_728x90
sporcle.com###div-gpt-ad-middle
cloudcomputingadmin.com,insideaws.com,isaserver.org,msexchange.org,virtualizationadmin.com,windowsecurity.com###div-gpt-arttut
sporcle.com###div-gpt-bnr-atf
sporcle.com###div-gpt-box-atf
sporcle.com###div-gpt-box-btf
drugs.com###div-gpt-ddcad-stickyad
cloudcomputingadmin.com,insideaws.com,isaserver.org,msexchange.org,virtualizationadmin.com,windowsecurity.com###div-gpt-half-page
balls.ie###div-gpt-sidebar-top
cloudcomputingadmin.com,insideaws.com,isaserver.org,msexchange.org,virtualizationadmin.com,windowsecurity.com###div-gpt-test-product
balls.ie###div-gpt-top
her.ie,herfamily.ie,joe.co.uk,joe.ie,sportsjoe.ie###div-gpt-top_page
gossipcop.com###div-gpt-unit-gc-hp-300x250-atf
gossipcop.com###div-gpt-unit-gc-other-300x250-atf
geekosystem.com###div-gpt-unit-gs-hp-300x250-atf
geekosystem.com###div-gpt-unit-gs-other-300x250-atf
modernluxury.com###div-leaderboard-ros
chronicleonline.com,sentinelnews.com,theandersonnews.com###div-promo
modernluxury.com###div-rectangle-1
modernluxury.com###div-rectangle-2
articlesnatch.com###div-under-video
abbotsfordgasprices.com,albertagasprices.com,barriegasprices.com,bcgasprices.com,calgarygasprices.com,edmontongasprices.com,gasbuddy.com,halifaxgasprices.com,hamiltongasprices.com,kwgasprices.com,londongasprices.com,manitobagasprices.com,montrealgasprices.com,newbrunswickgasprices.com,newfoundlandgasprices.com,novascotiagasprices.com,nwtgasprices.com,ontariogasprices.com,ottawagasprices.com,peigasprices.com,quebeccitygasprices.com,quebecgasprices.com,reginagasprices.com,saskatoongasprices.com,saskgasprices.com,torontogasprices.com,vancouvergasprices.com,victoriagasprices.com,winnipeggasprices.com###div728
streamcloud.eu###divExoLayerWrapper
klfm967.co.uk###divHeaderBannerRight
classiccars.com###divLeaderboard
israelnationalnews.com###divMaavaron2In
usatoday.com###divMarketplace
playerhd2.pw###divPanel
newser.com###divRightRail > div:first-child
abbotsfordgasprices.com,albertagasprices.com,barriegasprices.com,bcgasprices.com,calgarygasprices.com,edmontongasprices.com,gasbuddy.com,halifaxgasprices.com,hamiltongasprices.com,kwgasprices.com,londongasprices.com,manitobagasprices.com,montrealgasprices.com,newbrunswickgasprices.com,newfoundlandgasprices.com,novascotiagasprices.com,nwtgasprices.com,ontariogasprices.com,ottawagasprices.com,peigasprices.com,quebeccitygasprices.com,quebecgasprices.com,reginagasprices.com,saskatoongasprices.com,saskgasprices.com,torontogasprices.com,vancouvergasprices.com,victoriagasprices.com,winnipeggasprices.com###divSky
abbotsfordgasprices.com,albertagasprices.com,barriegasprices.com,bcgasprices.com,calgarygasprices.com,edmontongasprices.com,gasbuddy.com,halifaxgasprices.com,hamiltongasprices.com,kwgasprices.com,londongasprices.com,manitobagasprices.com,montrealgasprices.com,newbrunswickgasprices.com,newfoundlandgasprices.com,novascotiagasprices.com,nwtgasprices.com,ontariogasprices.com,ottawagasprices.com,peigasprices.com,quebeccitygasprices.com,quebecgasprices.com,reginagasprices.com,saskatoongasprices.com,saskgasprices.com,torontogasprices.com,vancouvergasprices.com,victoriagasprices.com,winnipeggasprices.com###divSkyscraper
meettheboss.tv###divSpaceContainerRight
sponsorselect.com###divSsnMain
crackspider.net###divStayTopLeft
gardenstateapartments.com###divTopRight
joursouvres.fr,work-day.co.uk,workingdays.ca,workingdays.org,workingdays.us###div_lfsp
philstar.com###diviframeleaderboard
tvonlinegratis.mobi###divpubli
cleantechnica.com###dk-image-rotator-widget-7
afterdawn.com###dlSoftwareDesc300x250
aol.com###dmn_results
coloradocatholicherald.com,hot1045.net,rednationonline.ca###dnn_BannerPane
windowsitpro.com###dnn_FooterBoxThree
winsupersite.com###dnn_LeftPane
cafonline.com###dnn_footerSponsersPane
windowsitpro.com,winsupersite.com###dnn_pentonRoadblock_pnlRoadblock
linuxcrunch.com###dock
msn.co.nz###doubleMrec
trulia.com###double_click_backfill
freemp3go.com###downHighSpeed
ytmp3.cc###download
solidfiles.com###download-button
vreer.com###downloadbar
stuff.co.nz###dpop
flysat.com###drbbanneranchor
flysat.com###drbbannerimg
travelocity.com###drfad-placeholder
poodwaddle.com###drone
erfworld.com###duelannouncement
dressupgames.com###dug-header-adv-wrapper
dressupgames.com###dug-left-adv-wrapper
dressupgames.com###dug-leftcontent-adv-wrapper
imgah.com###dwindow
torrentroom.com###earn_dir
torrentroom.com###earn_spon
notdoppler.com###earn_to_die_wrapper
torrentroom.com###earn_top
search.disconnect.me###east
easybib.com###easybib_lboard
unknowncheats.me###easylistmad
1337x.to###ebaabcbb
gearslutz.com###ebayFoot
gearslutz.com###ebayHead
cardomain.com###ebay_listings_wrapper
ehow.com###ebooks_container
infoworld.com###edit-promo
infoworld.com###edit-promo-container
businessinsider.com###editorial
businessinsider.com###editorial2
nme.com###editorial_sky
merriam-webster.com###editors-picks-promo
inquirer.net###elb-as
sys-con.com###elementDiv
nbr.co.nz###email-signup
destructoid.com,japanator.com###emc_header
energyforecastonline.co.za###endorsers
prisonplanet.com###enerfood-banner
tcrtroycommunityradio.com###enhancedtextwidget-2
my.juno.com###entertainmentTile
gossipcenter.com###entertainment_skin
eweek.com###eoe-sl
countryliving.com###epic_banner
eplsite.com###epl-banner
standard.co.uk###esDating
easyvoyage.co.uk###esv-pub-hp
theiet.org###et_bannerTop
androidpolice.com###execphp-11
androidpolice.com###execphp-15
androidpolice.com###execphp-16
expatica.com###exp-add300x250
azcentral.com,newsarama.com,space.com,stv.tv,usatoday.com,wtsp.com###expandedBanner
directionsmag.com,nationalreview.com###exposeMask
boston.com###externalBanner
tune.pk###externalPlayer
checkoutmyink.com###extralarge_banner
yahoo.com###eyebrow > #ypromo
zdnet.com###eyebrows
faxo.com###fa_l
esper.vacau.com,nationalreview.com,techorama.comyr.com###facebox
esper.vacau.com,filefactory.com###facebox_overlay
funnycrazygames.com,playgames2.com,sourceforge.net###fad
tucows.com###fad1
askmen.com,dcn.ae,dmi.ae,dxomark.com###fade
softexia.com###faded
imagepicsa.com,nashuatelegraph.com###fadeinbox
gumtree.com###fake-slot12
uploaded.net###fakeContentBoxContainer
brothersoft.com###fakebodya
accountingtoday.com###fancybox-content
accountingtoday.com,commentarymagazine.com###fancybox-overlay
rapidmore.com###fastdw
firstpost.com###fb_mtutor
fastcompany.com###fc-ads-imu
thedrinknation.com###fcBanner
dealtime.com,shopping.com###featListingSection
yellowpages.ae###feature_company
binaryturf.com###feature_gad
exactseek.com,iclarified.com,netfit.co.uk,saice.org.za,wired.com###featured
netbooknews.com###featured-banner
nasdaq.com###featured-brokers
allakhazam.com,zam.com###featured-promos
bbj.hu###featuredBox
news24.com###featuredDiv
casinonewsdaily.com###featuredJackpots
catchannel.com,dogchannel.com,fishchannel.com,horsechannel.com###featuredProducts
teagames.com###featured_h
freeworldgroup.com###featuredsponsor
comicbookresources.com###features-bigbox
youtube.com###feed-pyv-container
youtube.com###feedmodule-PRO
filefactory.com###file_casino_pilots
moviecomix.com###filedirect
30for30.espn.com###film-ad
stripes.com###filmstrip
news.com.au###find-module-content
investing.com###findABroker
slashdot.org###firehoselist > [class][style*="margin"]
abovetopsecret.com###first300
generatorlinkpremium.com###firstleft
theverge.com###fishtank
siteslike.com###fixedbox[style="margin-top:20px"]
booksnreview.com,mobilenapps.com,newseveryday.com,realtytoday.com,scienceworldreport.com,techtimes.com###fixme
gwhatchet.com###flan_leader
fool.com###flash
tg4.ie###flash_mpu
softpedia.com###flashsale
radiotimes.com###flexible-mpu
viralitytoday.com###float1
altervista.org,fancystreems.com,hqfooty.tv,livematchesonline.com,pogotv.eu,streamer247.com,tykestv.eu,watchmygamesonline.com,wizhdsports.is,zonytvcom.info###floatLayer1
bigcast.us,hdmyt.info,zcast.us,zonytvcom.info###floatLayer2
comedy.com###floaterWrapper
artima.com###floatingbox
company.co.uk###floatingdiv
edmunds.com###floodlight
zattoo.com###floor[style="display: block;"]
people.com###flower-ddrv2
streams.tv###flowerInGarden
ajmc.com,curetoday.com,hcanews.com,mdmag.com,specialtypharmacytimes.com###flyBanner
chicagonow.com###flyerboard-wrap
mixx.com,popurls.com###fmb
game-debate.com###focus-enclose
achieve360points.com###foot
socialhype.com,zap2it.com###foot728
chaifm.com,coinurl.com,oocities.org,palipost.com,sh.st,spin.ph,techcentral.co.za,tribejournal.com###footer
abqjournal.com,beso.com,spectator.co.uk,truckdealersaustralia.com.au###footer-banner
tabletmag.com###footer-bar
mytalk1071.com###footer-bottom
fxstreet.com###footer-brokers
economist.com###footer-classifieds
forward.com###footer-extras
ancientfaces.com,duffelblog.com,geekologie.com###footer-leaderboard
gaystarnews.com###footer-links-wrapper3
wetv.com###footer-promo
wnd.com###footer-proms
popcrush.com###footer-sidebar
stuff.co.nz###footer-sitemap
mcfc.co.uk###footer-sponsor
adelaidestrikers.com.au,bigbash.com.au,brisbaneheat.com.au,hobarthurricanes.com.au,melbournerenegades.com.au,melbournestars.com.au,perthscorchers.com.au,sydneysixers.com.au,sydneythunder.com.au###footer-sponsors
100jamz.com,billboard.com,bloody-disgusting.com,searchenginewatch.com,wbez.org###footer-top
foxnews.com,mobiletor.com,thescoopng.com###footer-top-wrapper
newsepapers.com###footer-widget
oldcarsweekly.com###footer-widget-area
fusible.com,justpushstart.com,ksstradio.com,muthafm.com,swns.com,zenit.org###footer-widgets
whatifeelishot.com###footer-wrapper
link-base.org,thewhir.com###footer2
livegoals.com###footer4
eventfinda.com,eventfinda.sg,eventfinder.co.nz,eventfinder.com.au,fixya.com,freewebtemplates.com,thebradentontimes.com###footerBanner
avfc.co.uk###footerLogos
chelseafc.com###footerPartners
usatoday.com###footerSponsorOne
usatoday.com###footerSponsorTwo
chelseafc.com###footerSponsors
1019thewave.com,androidcommunity.com,clear99.com,japantoday.com,kat943.com,kcmq.com,kfalthebig900.com,ktgr.com,kwos.com,theeagle939.com,thevillager.com.na,y107.com###footer_banner
phpbb.com###footer_banner_leaderboard
mytalk1071.com###footer_box
nbafull.com###footer_columns
logopond.com###footer_google
royalgazette.com,thehollywoodgossip.com###footer_leaderboard
someecards.com###footer_leaderboard_holder
sundance.tv###footer_promo
androidcommunity.com###footer_wrapper
adweek.com###footeraddcontent
babyexpert.com,hwhills.com,madcatz.com,madeformums.com,newstatesman.com,visordown.com###footerbanner
feedicons.com,phonedog.com###footerboard
mytalk1071.com###footerboard_container
charlestoncitypaper.com###footerleaderboard
macnn.com###footerleft
macnn.com###footerright
farmonline.com.au###footersponsorbar
pbs.org###founding-sponsor
slickdeals.net###fpFeatureDealsAndCoupons .sponsoredText
slickdeals.net###fpFeatureDealsAndCoupons .sponsoredText + #fpDealsInfo
slickdeals.net###fpFeatureDealsAndCoupons > .giveaway
themittani.com###fp_leaderboard_1
ytmnd.com###fp_middle
foxnews.com###frame2-300x100
5min.com###freeWheelMiddle
5min.com###freeWheelRight
topix.com###freecredit
virtualmedicalcentre.com###frmsmo-r
people.com###fromOurPartners_right
babycenter.com###fromOurSponsorsHome
theonion.com###from_our_sponsors
cnn.com###front-page-mpu
thesimsresource.com###frontmc
yellowpages.com.jo,yellowpages.com.lb###frontpage_banners
originalfm.com###frontpage_business
herold.at###fsb > a > img[width="468"]
chicagobusiness.com,footytube.com###ft_leaderboard
ieee.org###ftrdwhtpprs
times247.com###full-banner
homehound.com.au###full-leaderboard
imgbox.com###full-page-redirect
jewishjournal.com###fullbanner-585
portforward.com###fullpageadvert
vidbull.com###fullscreen_exit
yasni.ca,yasni.co.uk,yasni.com###fullsizeBannerContainer
yasni.ca,yasni.co.uk,yasni.com###fullsizeWrapper
penny-arcade.com###funding-h
vladtv.com###fw_promo
tinypic.com###fxw_ads
interscope.com###g300x250
jacars.net###gAdd
claro-search.com,isearch.babylon.com,search.babylon.com###gRsTopLinks
colourlovers.com###ga-above-footer
colourlovers.com###ga-below-header
colourlovers.com###ga-middle-content
hoobly.com###ga1
trulia.com###gac_rs
9bis.net,elyrics.net,oldversion.com###gad
speedyshare.com###gad1
speedyshare.com###gad2
cnet.com###gafscsa-middle
telegraph.co.uk###gafsslot1
telegraph.co.uk###gafsslot2
bustedcoverage.com,collegecandy.com###galad300
hot995.com###gallery_adbg
systemrequirementslab.com###game-booster
teagames.com###gameinfobanner
armorgames.com###gameleaderboard
kongregate.com###gamespotlight
agame.com###gameunderbanner
expatica.com###gateway-wrapper
thegazette.com###gaz_article_bottom_featured_jobs
icinema3satu.in###gb
mobiles24.com###gbar
illawarramercury.com.au###gbl_adcolumn
geekwire.com###geekwork
buznews.com###gemSponsored
cioupdate.com,datamation.com,earthweb.com,linuxplanet.com,serverwatch.com###gemhover
investing.com###generalOverlay
yahoo.com###genie-widgetgroup
theonion.com###geobanner
desimartini.com###getPosition
ktar.com###gfp
vh1.com###gft-network:last-child
mtv.com###gft-sponsors
vancouversun.com###giftguidewidget
phillytrib.com###gkBannerTop
concrete.tv###gkBanners
howdesign.com###glinks
theguardian.com###global-jobs
nasdaq.com###global_banner
people.com###globalrecirc
nowwatchtvlive.ws###glx-8490-container
infoplease.com###gob
colonhealth.net###gooBox0
mozillazine.org###goobot
gearlive.com,mediamass.net,noscript.net,stv.tv###google
mu.nu###google-banner
t3.com###google-container-4
news.stv.tv###google-endarticle
salon.com###google-single
photojpl.com###google01
about.com###google1
about.com###google2
mediamass.net###google3
inquirer.net###googleFooter
softnyx.net###google_banner
winnipegfreepress.com###google_box
m-w.com,merriam-webster.com###google_creative_1
m-w.com,merriam-webster.com###google_creative_3
haaretz.com###google_image_div
testfreaks.co.uk###google_links
windows2universe.org###google_mockup
indianexpress.com###google_new
indianexpress.com###google_new_top
screenindia.com###google_pic
psdeluxe.com###google_top
tips.net###googlebig
forums.studentdoctor.net###googlefloat
sapostalcodes.za.net###googlehoriz
variety.com###googlesearch
magtheweekly.com###googleskysraper
mozillazine.org###gootop
truckinginfo.com###got-questions
asylum.co.uk###goviralD
decider.com###gowatchit-inline
digg.com###gpt--above_rim
financialpost.com###gpt-bigboxtop
sourceforge.jp###gpt-sf_dev_300
neopets.com###gr-ctp-premium-featured
bbccanada.com###gradientbox
proboards.com###gravity-stories-1
darkreading.com###greyPromoArea
binaries4all.com###gright
eq2flames.com###grightcolumn > .sidewid
pep.ph###group_2
bamkapow.com###gs300x250
jobs.aol.com###gsl
aol.com###gsl-bottom
torrentfunk.com,yourbittorrent.com###gslideout
hotonlinenews.com###guessbanner
justinhartman.com###gumax-article-picture
hinduwebsite.com###gupad
playlist.com###gutter-skyscraper
logotv.com###gutterLeft
logotv.com###gutterRight
moneycontrol.com###gutter_id1
moneycontrol.com###gutter_id2
totalcmd.pl###h1r
health365.com.au###h365-sponsors
techweb.com###h_banner
nickutopia.com###had300
order-order.com###halfpage-unit
theglobeandmail.com###halfpager-art-1
downloadhelper.net###halloween-pb
comedy.com###hat
heatworld.com###hbar
webhostingtalk.com###hc-postbit-1
webhostingtalk.com###hc-postbit-3
healthcentral.com###hcs_ad0
megashare.com###hd-link
lifestyle.yahoo.com###hd-prop-logo-hero
castanet.net###hdad
prevention.com###hdr-top
flashgot.net###head a[target="_blаnk"]
virtualnights.com###head-banner
androidheadlines.com,molempire.com###head-banner728
geekologie.com###head-leaderboard
avfc.co.uk###headAcorns
countytimes.co.uk###headBanner
quotes-love.net###head_banner
fxempire.com###head_banners
webdesignstuff.com###headbanner
adsoftheworld.com,anglocelt.ie,animalnetwork.com,beaut.ie,cartoonnetworkhq.com,eveningtimes.co.uk,floridaindependent.com,heraldscotland.com,incredibox.com,information-management.com,krapps.com,link-base.org,meathchronicle.ie,mothering.com,nevadaappeal.com,offalyindependent.ie,petapixel.com,theroanoketribune.org,unrealitymag.com,vaildaily.com,washingtonindependent.com,westmeathindependent.ie,yourforum.ie###header
filehippo.com###header-above-content-leaderboard
insidebitcoins.com###header-add-container
theblemish.com###header-b
abqjournal.com,directindustry.com,flix.gr,fonearena.com,frontlinesoffreedom.com,girlgames.com,latinchat.com,motortrader.com.my,pa-magazine.com,progressivenation.us,scmp.com,snow.co.nz,snowtv.co.nz,spectator.co.uk,stickgames.com,sunnewsonline.com###header-banner
gearculture.com###header-banner-728
seatrade-cruise.com###header-banner-728x90
shape.com###header-banner-container
dominicantoday.com###header-banners
bibme.org###header-bartner
diyfashion.com###header-blocks
ideone.com###header-bottom
allakhazam.com###header-box:last-child
bestvpnserver.com,techitout.co.za,themiddlemarket.com###header-content
accuweather.com###header-davek
govevents.com###header-display
davidwalsh.name###header-fx
sheekyforums.com###header-lb
ancientfaces.com,g4chan.com,myrecordjournal.com,news-journalonline.com,phillymag.com,telegraph.co.uk,usatoday.com###header-leaderboard
timesofisrael.com###header-left
menshealth.com###header-left-top-region
bibme.org###header-partner
amctv.com,ifc.com,motorhomefacts.com,sundance.tv,wetv.com###header-promo
veteranstoday.com###header-right-banner2
eweek.com###header-section-four
one.com.mt###header-sidebar
vanityfair.com###header-subs
sys-con.com###header-title
honolulumagazine.com,yourtango.com###header-top
cafemom.com###header-top-banner
bocanewsnow.com###header-widgets
nisnews.nl###header-wrap
moreintelligentlife.com,sci-news.com###header0
kaldata.net###header2
inventorspot.com###header2-section
nickutopia.com###header728
viralthread.com###header970x250
gizbot.com###headerAdd
projectorcentral.com###headerBanner
yummy.ph###headerLeaderBoard
darkreading.com###headerPromo
rivieraradio.mc###headerPromoArea
talksport.net###headerPromoContainer
boldsky.com,careerindia.com,gizbot.com,goodreturns.in,oneindia.com###headerPromotionText
fresnobee.com###headerSectionLevel
atpworldtour.com###headerSponsor
coloradosprings.com###headerSponsorImage
coloradosprings.com###headerSponsorText
chelseafc.com###headerSponsors
eonline.com###headerSpot
beliefnet.com###headerTopExtra
agriaffaires.ca,agriaffaires.co.uk,agriaffaires.us###header_ban
countytimes.com,elleuk.com,energyfm.net,heritage.com,slots4u.com,squidoo.com###header_banner
thetechjournal.com###header_bottom
worddictionary.co.uk###header_inpage
sedoparking.com###header_language
forums.anandtech.com,pcworld.idg.com.au,petapixel.com,redflagdeals.com,tomsguide.com,tomshardware.co.uk,tomshardware.com,washingtoncitypaper.com###header_leaderboard
thoughtcatalog.com###header_leaderboard_1
edie.net###header_mainNav5b
digitalpoint.com###header_middle
washingtoncitypaper.com###header_pencilbar
cointelegraph.com###header_promo
fastcompany.com###header_region
johnbridge.com,overclockers.co.uk###header_right_cell
zug.com###header_rotate
popsci.com,popsci.com.au###header_row1
pedulum.com,washingtonexaminer.com,yourtango.com###header_top
bitenova.nl,bitenova.org###header_un
chocablog.com,commenthaven.com,hwhills.com,movieentertainment.ca,nikktech.com,revizoronline.com,smallscreenscoop.com,thisisnotporn.net###headerbanner
hongkiat.com###headerbanner01
nationalgeographic.com,scienceblogs.com###headerboard
technotification.com###headlineatas
allakhazam.com###hearthhead-mini-feature
grist.org###hellobar-pusher
ign.com###hero
usnews.com###hero-promo-container
kansascity.com###hi-find-n-save
hi5.com###hi5-common-header-banner
atdhe.fm,atdhe.so,firstrows.org,streamhunter.top,streams.tv###hiddenBannerCanvas
wbond.net###hide_sup
cloudifer.net,megadrive.tv###hideme
itweb.co.za###highlight-on
codinghorror.com###hireme
weedhire.com###hireology
quill.com###hl_1_728x90
carzone.ie###hm-MPU
hidemyass.com###hmamainheader
japanprobe.com###hmt-widget-additional-unit-4
smbc-comics.com###hobbits
cstv.com,gobulldogs.com,gohuskies.com,theacc.com,ukathletics.com,usctrojans.com,villanova.com###holder-banner
und.com###holder-banner-top
cstv.com,navysports.com,texassports.com###holder-skyscraper
cstv.com,goairforcefalcons.com,goarmysports.com,gopack.com,goterriers.com,texassports.com,umassathletics.com,villanova.com###holder-story
thedailyrecord.com###home-banner
yellowpages.com.lb###home-banner-box
motherjones.com###home-billboard
dailydomainer.com###home-insert-1
dailysurge.com###home-main > div > div > [class]:last-child
dailysurge.com###home-main > span > div + div:last-child
homeportfolio.com###home-rec
transfermarkt.com###home-rectangle-spotlight
abcya.com###home-skyscraper
gaana.com###home-top-add
homeportfolio.com###home-tower
maxim.com###homeModuleRight
politics.co.uk###homeMpu
techradar.com###homeOmioDealsWrapper
thebradentontimes.com###homeTopBanner
redstate.com###home_728x90
radiocaroline.co.uk###home_banner_div
khmertimeskh.com###home_bottom_banner
creativeapplications.net###home_noticias_highlight_sidebar
gpforums.co.nz###home_right_island
inquirer.net###home_sidebar
khmertimeskh.com###home_top_banner
gumtree.co.za###home_topbanner
spyka.net###homepage-125
edmunds.com###homepage-billboard
youtube.com###homepage-chrome-side-promo
10tv.com###homepage-leader
studentbeans.com###homepage_banner
beepbeep.com,rr.com###homepagewallpaper
pcmech.com###homepromo
fashiontv.com###horiz_banner
sydneyolympicfc.com###horiz_image_rotation
horsetalk.co.nz###horseclicks
sqlfiddle.com###hosting
webmd.com###hot-tpcs
jamaica-gleaner.com###hotSpotLeft
jamaica-gleaner.com###hotSpotRight
newsminer.com###hot_deals_banner
politiken.dk###hotels_banner
phnompenhpost.com###hoteltravel
cioupdate.com###houseRibbonContainer
mp4upload.com###hover
rottentomatoes.com###hover-bubble
itproportal.com###hp-accordion
taskandpurpose.com###hp-jobs-widget-wrapper
active.com###hp-map-ad
worldweatheronline.com###hp_300x600
eweek.com###hp_hot_stories
collegecandy.com###hplbatf
bhg.com###hpoffers
bustedcoverage.com###hpss
lhj.com###hptoprollover
staradvertiser.com###hsa_bottom_leaderboard
careerbuilder.com###htcRight[style="padding-left:18px; width: 160px;"]
hdcast.org,streamhd.eu###html3
pregen.net###html_javascript_adder-3
maxkeiser.com###html_widget-11
maxkeiser.com###html_widget-2
maxkeiser.com###html_widget-3
trakt.tv###huck-ster-desktop-bottom
trakt.tv###huck-ster-desktop-middle
trakt.tv###huck-ster-desktop-middle2
trakt.tv###huck-ster-desktop-middle3
trakt.tv###huck-ster-desktop-sidenav
trakt.tv###huck-ster-desktop-top
nettiauto.com,nettikaravaani.com,nettikone.com,nettimarkkina.com,nettimokki.com,nettimoto.com,nettivene.com,nettivuokraus.com###huge_banner
dailystar.co.uk###hugebanner
hardwarezone.com.sg###hwz_dynamic_widget
chocablog.com###i1
i-programmer.info###iProgrammerAmazoncolum
dailytrust.com.ng###iRecharge_container
indiancountrymedianetwork.com###iab-banner
finweb.com###ib_inject
coinmarketcap.com###icobanner-wrapper
iconfinder.com###icondetails-banner
airfrance.co.uk###id_banner_zone
cnn.com###ie_column
swiatmp3.info###iframe-container
sciencemag.org###iframe_box
more.com###iframe_for_div_c_6ad_banner
singaporeexpats.com###iframelogobanners
unitconversion.org###ileft
zigzag.co.za###imageLeft
zigzag.co.za###imageRight
sharksrugby.co.za###imgTitleSponsor
mydorpie.com###imgbcont
newsbusters.org###imk300xFlexBot
newsbusters.org###imk300xFlexMid
good-deals.lu,luxweb.lu,new-magazine.co.uk,soshiok.com,star-magazine.co.uk###imu
stjobs.sg###imu-big
stjobs.sg###imu-small2
cio.com###imu_box
newcarnet.co.uk###imuad
livescience.com###in-article-1
computerworlduk.com###inArticleRelatedArticles
computerworlduk.com###inArticleSiteLinks
audioz.eu###inSidebar > #src_ref
tomsguide.com###in_article
rawstory.com###in_article_slot_1
rawstory.com###in_article_slot_2
soccer24.co.zw###in_house_banner
telegraph.co.uk###indeed_widget_wrapper
egotastic.com###index-insert
independent.co.uk###indyDating
software.informer.com###inf_bnr_0
software.informer.com###inf_bnr_2
share-links.biz###inf_outer
news.com.au###info-bar
share-links.biz###infoC
africanbusinessmagazine.com###infocus-aside
riverbender.com###injected-300x250
mg.co.za###inline_banner
thaindian.com###inlineblock
startpage.com###inlinetable
eurweb.com###inner div[id^="div-gpt-ad-"]
inquisitr.com###inner-content > .sidebar > div
krnb.com,myk104.com###inner-footer
newsdaily.com###insert
pep.ph###insideBanner
yakima-herald.com###instoryadhp
maxim.com###intHorizBanner
maxim.com###intSkirt
electronicproducts.com###interVeil
newsbusters.org###interad
humanevents.com###interesting-features
shmoop.com###intermediary
gizmodo.co.uk###interruptor
campustechnology.com###intersitial
campustechnology.com,fcw.com,mcpmag.com,rcpmag.com,reddevnews.com,redmondmag.com,visualstudiomagazine.com###intersitialMask
adage.com###interstitial
boldsky.com###interstitialBackground
maxim.com###interstitialCirc
boldsky.com,gizbot.com###interstitialRightText
gizbot.com###interstitialTitle
giantlife.com,newsone.com###ione-jobs_v2-2
elev8.com,newsone.com###ione-jobs_v2-3
giantlife.com###ione-jobs_v2-4
about.com###ip0
idolforums.com###ipbwrapper > .borderwrap > .ipbtable:nth-child(7):nth-last-child(3n+2)
ip-adress.com###ipinfo[style="padding-left:10px;vertical-align:top;width:380px"]
metrolyrics.com###ipod
neowin.net###ipsLayout_contentWrapper > .ipsResponsive_hidePhone
unitconversion.org###iright
ironmanmag.com.au###iro_banner_leaderboard
inquirer.net###is-sky-wrap
imageshack.us###is_landing
drivearcade.com,freegamesinc.com###isk180
newshub.co.nz###island-unit-2
gameplanet.com.au###island1
gameplanet.com.au###island2
fakeupdate.net###itemz
computerworld.com###itjobs_module
mercurynews.com###jBar_dailyDeals
businessmirror.com.ph,joomlarulez.com###ja-banner
itwire.com###ja-header
sigsiu.net###ja-rightcol
chicagodefender.com###ja-topbar
messianictimes.com###ja-topmenu
messianictimes.com###ja-topsl2
psychcentral.com###jadsq
psychcentral.com###jadsq2
lyriczz.com###jango
pandora.tv###japan_ad
streamcloud.eu###javawarning
careerbuilder.com###jdpSponsoredBy
jimdo.com###jimdobox
extremetech.com###jivvmzil
kansascity.com###jobStart_widget
theregister.co.uk###jobs-promo
earthweb.com###jomfooter
nowtoronto.com###jrBanners
cnn.com###js-OB_feed
twitch.tv###js-esl300
cnn.com###js-outbrain-recommended
newsbomb.gr###json-textlinks
rentals.com###ka_300x250_1
rentals.com###ka_468x60_1
rentals.com###ka_728x90_1
thenationonlineng.net###kaizenberg
sport24.co.za###kalahari
bigislandnow.com###kbig_holder
powvideo.xyz###keepFloating
watchparksandrecreation.net###keeper
way2sms.com###kidloo
nationalgeographic.com###kids_tophat_row1
ign.com###knight
koreaherald.com###koreah7
ndtv.com###kp_ul_rhs_widget_cont_id
ndtv.com###kp_ul_rhs_widget_container_id
wkrg.com###krg_oas_rail
topix.com###krillion_block
topix.com###krillion_container
herold.at###kronehit
comicgenesis.com###ks_da
teamfortress.tv###ku-bottom
kvraudio.com###kvr300600
123people.co.uk###l_banner
thedugoutdoctors.com,thehoopdoctors.com###l_sidebar
fool.com.au###lakehouse_sidebar_ad_2
themtn.tv###landing_55
maltatoday.com.mt,maltatoday.info###landscape_banner
flashscore.com###lang-box-wrapper
f1fanatic.co.uk###largeskyscraper
toptenreviews.com###latestdeals
law.com###lawJobs
tsviewer.com###layer
1tvlive.in###layer2
juicefm.com,pulse1.co.uk,pulse2.co.uk,signal1.co.uk,signal2.co.uk,swanseasound.co.uk,theregister.co.uk,thewave.co.uk,wave965.com,wirefm.com,wishfm.net###lb
247wallst.com###lb-fill
audiofanzine.com###lbContainerBlock
networkworld.com###lb_container
networkworld.com###lb_container_top
inquirer.net###lb_ear
inquirer.net###lb_ear2
inquirer.net,redferret.net###lb_wrap
bustedcoverage.com###lbbtf
play.tm###lbc
lankabusinessonline.com###lbo-ad-leadboard
good-deals.lu###ldb
mofunzone.com###ldrbrd_td
gpsreview.net###lead
mashable.com###lead-banner
armedforcesjournal.com###leadWrap
imperfectparent.com###leada
tripit.com###leadboard
gamesindustry.biz,iphonic.tv,kontraband.com,motherproof.com,nutritioncuisine.com,sansabanews.com,thestreet.com,topgear.com,venturebeat.com###leader
enjore.com###leader-banner
cointelegraph.com###leader-board
groovekorea.com###leader-board-section
rollingstoneaus.com###leader-desktop2
duffelblog.com###leader-large
trunews.com###leader-left
royalcentral.co.uk###leader-wrap
100jamz.com,agriland.ie,ballitonews.co.za,blackburnnews.com,bloody-disgusting.com,football-talk.co.uk,foxnews.com,goodthingsguy.com,info.umkc.edu,irishpost.co.uk,longislandpress.com,mental-health-matters.com,mobiletoday.co.uk,mobiletor.com,morningledger.com,pcgamerhub.com,soccersouls.com,thenextmiami.com,thescoopng.com,thewrap.com,todaysgeneralcounsel.com,urbanmecca.net,youngzimbabwe.com###leader-wrapper
heraldstandard.com###leaderArea
xe.com###leaderB
corrosionpedia.com,firstnationsvoice.com,hbr.org,menshealth.com,pistonheads.com###leaderBoard
wellness.com###leaderBoardContentArea
economies.com###leaderContainer
girlsgogames.com###leaderData
computerworlduk.com###leaderPlaceholder
zdnet.com###leaderTop
behealthydaily.com###leader_board
pandora.com###leader_board_container
icanhascheezburger.com,memebase.com,thedailywh.at###leader_container
tvguide.com###leader_plus_top
tvguide.com###leader_top
247wallst.com###leaderbar
about.com,animeseason.com,ariacharts.com.au,ask.fm,bloomberg.com,boomerangtv.co.uk,businessandleadership.com,capitalxtra.com,cc.com,charlotteobserver.com,classicfm.com,crackmixtapes.com,cubeecraft.com,cultofmac.com,cyberciti.biz,datpiff.com,educationworld.com,electronista.com,extremetech.com,food24.com,football.co.uk,gardensillustrated.com,gazette.com,gtainside.com,hiphopearly.com,historyextra.com,houselogic.com,ibtimes.co.in,ibtimes.co.uk,iclarified.com,icreatemagazine.com,indy100.com,instyle.co.uk,jaxdailyrecord.com,jillianmichaels.com,king-mag.com,lasplash.com,lawnewz.com,look.co.uk,lrb.co.uk,macnn.com,motortopia.com,mtvema.com,newcartestdrive.com,nfib.com,okmagazine.com,onthesnow.ca,onthesnow.co.nz,onthesnow.co.uk,onthesnow.com,onthesnow.com.au,penny-arcade.com,pets4homes.co.uk,publishersweekly.com,radiox.co.uk,realliving.com.ph,realmoney.thestreet.com,reason.com,revolvermag.com,rollcall.com,salary.com,sciencedirect.com,sciencefocus.com,skysports.com,smbc-comics.com,smoothradio.com,spin.ph,standard.co.uk,stuff.tv,talonmarks.com,thatgrapejuice.net,thechronicleherald.ca,thehollywoodgossip.com,theserverside.com,toofab.com,topcultured.com,tvguide.co.uk,uncut.co.uk,wheels24.co.za,whitepages.ae,windsorstar.com,winsupersite.com,wired.com###leaderboard
chicagomag.com###leaderboard-1-outer
boweryboogie.com,safm.com.au###leaderboard-2
usnews.com###leaderboard-a
1029thebuzz.com,925freshradio.ca,awesomeradio.com###leaderboard-area
usnews.com###leaderboard-b
atlanticcityinsiders.com,autoexpress.co.uk,bigissue.com,galvestondailynews.com,pressofatlanticcity.com,theweek.co.uk###leaderboard-bottom
scientificamerican.com###leaderboard-contain
daniweb.com,family.ca,nationalparkstraveler.com,sltrib.com,tampabay.com,thescore.com###leaderboard-container
netmagazine.com###leaderboard-content
wvmetronews.com###leaderboard-footer
news-gazette.com###leaderboard-full-size
canadianbusiness.com,macleans.ca,moneysense.ca,todaysparent.com###leaderboard-header
idahostatejournal.com,lonepeaklookout.com###leaderboard-middle
belgrade-news.com###leaderboard-middle-container
treehousetv.com###leaderboard-play
kfoxtv.com,kirotv.com,ktvu.com,kxly.com,wfmz.com,wftv.com,whiotv.com,wjactv.com,wpxi.com,wsbtv.com,wsoctv.com,wtov9.com###leaderboard-sticky
carbuyer.co.uk,cnet.co.uk,galvestondailynews.com,oaoa.com,pressofatlanticcity.com,themonitor.com###leaderboard-top
order-order.com###leaderboard-unit
wvmetronews.com###leaderboard-wrap
geekologie.com,pcgamer.com,pep.ph,stuttgartcitizen.com###leaderboard-wrapper
drdobbs.com,pilotonline.com,todaystmj4.com,uexpress.com###leaderboard1
computerweekly.com,drdobbs.com,extreme.com,inquirer.net,uexpress.com###leaderboard2
uexpress.com###leaderboard3
futuremark.com,tarot.com###leaderboardArea
stardoll.com###leaderboardContainer
roadfly.com###leaderboardHead
law.com###leaderboardMidPage
iconosquare.com###leaderboardNL
tarot.com###leaderboardOuter
computerweekly.com###leaderboardPlacement
brandsoftheworld.com###leaderboardTop
businesstimes.com.sg###leaderboardWrapper
teleread.com###leaderboard_1
thestandard.com###leaderboard_banner
joe.ie###leaderboard_bottom
canadianbusiness.com,gtainside.com,macleans.ca,marieclaire.co.uk,marketingmag.ca,wdel.com###leaderboard_container
foodnetwork.com,spoonuniversity.com,travelchannel.com###leaderboard_fixed
rte.ie###leaderboard_footer
inquirer.net###leaderboard_frame
inc.com###leaderboard_label
managerzone.com###leaderboard_landing
englishbaby.com###leaderboard_outer
metroland.net###leaderboard_space
investorwords.com###leaderboard_wrap
okcupid.com,thegrio.com,thehollywoodgossip.com###leaderboard_wrapper
movie-analyzer.com###leaderboardbanner
campinglife.com###leaderboardfooter
jewishjournal.com###leaderboardgray
jewishjournal.com###leaderboardgray-825
bdaily.co.uk###leaderboards
hollywoodinterrupted.com,westcapenews.com###leaderboardspace
snbforums.com###leaderboardspacer
sourceforge.net###leadform
thaindian.com###leadrb
fastpic.ru###leads
bleedingcool.com###leaf-366
bleedingcool.com###leaf-386
eel.surf7.net.my###left
noscript.net###left-side > div > :nth-child(n+3) a[href^="/"]
technologyexpert.blogspot.com###left-sidebarbottom-wrap1
shortlist.com###left-sideburn
fanfox.net###left-skyscraper
sysresccd.org###left1
cokeandpopcorn.com###left4
cokeandpopcorn.com###left5
sparknotes.com###leftAd
gizgag.com###leftBanner1
nowinstock.net###leftBannerBar
infobetting.com###leftBannerDiv
leo.org###leftColumn > #adv-google:first-child + script + .gray
leo.org###leftColumn > #adv-leftcol + .gray
thelakewoodscoop.com###leftFloat
yahoo.com###leftGutter
newsok.com###leftRailContent
sosuanews.com###left_banner
island.lk###left_banner_adds1
nitrome.com###left_bottom_bg
nitrome.com###left_bottom_box
nitrome.com###left_bottom_shadow
notdoppler.com###left_link
hardwareheaven.com###left_skin_panel_div
whitepages.co.nz###left_skyscraper
nitrome.com###left_skyscraper_container
theblaze.com###left_top_160x600
urlcash.net###leftbox
capetownetc.com,compleatgolfer.com,sacricketmag.com,sarugbymag.co.za###leftclick
mymusic.com.ng###leftdown2
stuff.co.nz###leftgutter
hotonlinenews.com###leftmenu
10minutemail.net###leftover
810varsity.com###leftsidebanner
americanlivewire.com###lefttower
tvsquad.com###legal
supercars.net###lemonFree
cnn.com###lendingtree
arstechnica.com###lg-logos
arstechnica.com###lg-pushdown
linuxinsider.com,technewsworld.com###lightview
lmgtfy.com###link_placeholder
racinguk.com,webpagetest.org###links
fox6now.com###links-we-like
feedyes.com###links54005
the-news.net###linkssection
fileinfo.com,slangit.com###linkunits
mappy.com###liquid-misc
etaiwannews.com,taiwannews.com.tw###list_google2_newsblock
etaiwannews.com,taiwannews.com.tw###list_google_newsblock
ikascore.com###listed
951shinefm.com###listen-now-sponsor
nymag.com###listings-sponsored
sawlive.tv###llvvd
webmd.com###lnch-promo
news24.com###lnkHeaderWeatherSponsor
sunshinecoastdaily.com.au###localOffers
whereis.com###location_advertisement
mmegi.bw###locator_billboard
mapcrunch.com###locinfo
meteo-allerta.it,meteocentrale.ch,meteozentral.lu,severe-weather-centre.co.uk,severe-weather-ireland.com,vader-alarm.se###logo-sponsor
realestate.co.nz###logoBannerBox
cnettv.cnet.com###logoBox
runnow.eu,sunderlandvibe.com###logos
arenafootball.com###logos-wrap
usnews.com###loomia_display
herold.at###loveat
byutvsports.com###lower-poster
proudfm.com###lower_leaderboard
hinduwebsite.com###lowergad
mefeedia.com###lowright300
africam.com###lr_comp_default_300x150
africam.com,cnn.com,epdaily.tv,kob.com,techsupportforum.com,tivocommunity.com,wbng.com###lr_comp_default_300x250
fox.com###lrec-wrapper
yahoo.com###lrec2
yahoo.com###lrec_mod
inquirer.net###ls-bb-wrap
inquirer.net###ls-right
celebstyle.com###lucky
linuxinsider.com,technewsworld.com###lv_overlay
drugs.com###m1a
m.facebook.com,touch.facebook.com###m_newsfeed_stream article[data-ft*="\"ei\":\""]
miller-mccune.com###magSubscribe
wired.com###magazine_rightRail_A
videos.rawstory.com###magnify_widget_playlist_item_shop_container
rawstory.com###magnify_widget_playlist_item_shop_content
mediaite.com###magnify_widget_rect_content
mediaite.com###magnify_widget_rect_handle
reallygoodemails.com###mailchimp-link
adv.li###main
mobilesyrup.com###main-banner
yasni.ca,yasni.co.uk,yasni.com###main-content-ac1
stylist.co.uk###main-header
sfbay.ca###main-market
monhyip.net###mainBaner
nme.com###mainBanner
w3schools.com###mainLeaderboard
investing.com###mainPopUpContainer
necn.com###main_117
necn.com###main_121
necn.com###main_175
net-security.org###main_banner_topright
bitenova.org###main_un
pureoverclock.com###mainbanner
holidayscentral.com###mainleaderboard
modhoster.com###manufactors
bazoocam.org###mapub
macdrifter.com###marked-widget
eatingwell.com###marketFeaturedSponsors
arkansasonline.com###marketPlace
itworld.com###market_place
iii.co.uk###marketdatabox_content_footer
xmlgold.eu###marketimg
myspace.com###marketing
nbcconnecticut.com,nbcphiladelphia.com,nbcwashington.com###marketingPromo
cio.co.uk###marketingSlotsContainer
style.com###marketing_mod
crispygamer.com###marketingbox
arnnet.com.au,cio.com.au,computerworld.com.au,foodandwine.com,healthcareitnews.com,nbcnews.com,techworld.com.au,travelandleisure.com,tvnz.co.nz,yahoo.com###marketplace
goodgearguide.com.au,pcworld.idg.com.au,techworld.com.au###marketplace-padding
usatoday.com###marketplace2
inquirer.net###marketplace_vertical_container
inquirer.net###marketplacebtns
columbian.com###marketplaces-widget-new
qz.com###marquee
bellinghamherald.com,bnd.com###mastBanner
neonnettle.com###mastWrapper
creditinfocenter.com,examiner.com###masthead
arstechnica.com###masthead + #pushdown-wrap
pbs.org###masthead1
pbs.org###masthead2
dispatchtribunal.com,thelincolnianonline.com,weekherald.com###mb-bar
yahoo.com###mbAds
internet.com###mbEnd
dailymotion.com###mc_Middle
maps.google.com###mclip
google.com.au###mclip_control
sandiego6.com###mealsandsteals
myspace.com###medRec
yourdailymedia.com###medRectATF
active.com###med_rec_bottom
active.com###med_rec_top
lancasteronline.com###med_rect
virtualpets.com###media-banner
bitguru.co.uk###media_image-10
turtleboysports.com###media_image-86
turtleboysports.com###media_image-97
ostatic.com###media_partner_gallery
finance.yahoo.com###mediabankrate_container
cnn.com###medianet
xxlmag.com###medium-rec
pastemagazine.com,weebls-stuff.com###medium-rectangle
cgchannel.com###mediumRectangle
newburyportnews.com###mediumRectangle_atf
daltondailycitizen.com###mediumRectangle_cal
pons.com,pons.eu###medium_rec
kexp.org###medium_rectangle
pandora.com###medium_rectangle_container
pricegrabber.com###mediumbricks
at40.com,king-mag.com###mediumrec
at40.com###mediumrec_int
ebaumsworld.com###mediumrect
smashingmagazine.com###mediumrectangletarget
americanidol.com,mindjolt.com,watchmojo.com,xxlmag.com###medrec
hackaday.com,joystiq.com,peninsuladailynews.com###medrect
atom.com,happytreefriends.com###medrect-container
joystiq.com###medrectrb
michiguide.com###medrectright
techrepublic.com,zdnet.com###medusa
techrepublic.com###medusa-right-rail
comesrilanka.com,nashuatelegraph.com###meerkat-wrap
concrete.tv###megabanner
eztv.io###mel3
encyclopedia-titanica.org###menuheaderbio
youtube.com###merch-shelf
spinitron.com###merchpanel
ginbig.com,rushlane.com###message_box
theweedblog.com###meteor-slides-widget-3
fanfox.net###mfad600x90
dannychoo.com###mg-blanket-banner
123movies.net###mgd
thetechjournal.com###mgid
everyjoe.com###mgid-widget
menshealth.com###mh_top_promo_special
liligo.com###midbanner
soccerphile.com###midbanners
abovetopsecret.com###middle300
dvdactive.com###middleBothColumnsBanner
wpxi.com,wsbtv.com###middleLeaderBoard
theimproper.com###middle_banner_widget
proudfm.com###middle_leaderboard
trutv.com,workswithu.com###middlebanner
workswithu.com###middlebanner300x100
thevarguy.com###middlebannerwrapper
mefeedia.com###midright300
stuff.co.nz###mightyape-mobwidget
trackingthepros.com###mini-container
pricegrabber.com###minibricks
pch.com###minipath_panel
devshed.com###mixedspons
mercurynews.com###mn_SP_Links
mnn.com###mnn-sponsor-rail
medicalnewstoday.com###mnt_article_ad_3
medicalnewstoday.com###mnt_sidebar_ad_2
dllme.com###mobile-insert
bit-tech.net###mobile-phones-co-uk-120
longreads.com###mobile_banner
iphoneapplicationlist.com###mobiscope-banner
nytimes.com###mod-ln-ctr-bt
nytimes.com###mod-ln-ctr-top
buzzfeed.com###mod-product-labs-promo-1
mail.yahoo.com###modal-upsell
tradingmarkets.com###modalbg
moneymakerdiscussion.com###module25
desiretoinspire.net###moduleContent18450223
goodhousekeeping.com###moduleEcomm
elle.com,womansday.com###moduleMightLike
menshealth.co.uk###module_promotion
huffingtonpost.co.uk###modulous_right_rail_edit_promo
huffingtonpost.co.uk###modulous_sponsorship_2
expertreviews.co.uk###monetizer101-summary
cnn.com###moneySponsorBox
cnn.com###moneySponsors
itworld.com###more_resources
topix.com###mortgages_block
gold1043.com.au,kiis1065.com.au,mix1011.com.au,wsfm.com.au###mos-headerRow1
newssun.com###mosFeatureHome
newssun.com###mosHeaderTop
insideradio.com###mosSkyscraper
moneycontrol.com###mosl_banner_div
tooorgle.com###most_popular
anonymouse.org###mouselayer
way2sms.com###movbox
watchfreemovies.ch###movie
unblocked.app,unblocked.krd,unblocked.llc,unblocked.lol,unblocked.si,unblocked.win###movingArrow
bounty.com,carpages.co.uk,clubwebsite.co.uk,cumberlandnews.co.uk,djmag.co.uk,djmag.com,donedeal.ie,eladvertiser.co.uk,f1fanatic.co.uk,glamour.co.za,gumtree.com,hexhamcourant.co.uk,icreatemagazine.com,in-cumbria.com,itv.com,lbc.co.uk,lonelyplanet.com,metalhammer.co.uk,nettleden.com,newsandstar.co.uk,nickjr.co.uk,nme.com,nwemail.co.uk,play.tm,politics.co.uk,radiotimes.com,sportinglife.com,studentbeans.com,taletela.com,thatgrapejuice.net,thecourier.co.uk,thefootballnetwork.net,timesandstar.co.uk,topgear.com,tv.com,uncut.co.uk,webdesignermag.co.uk,whitehavennews.co.uk,zoopla.co.uk###mpu
t3.com###mpu-container-2
stv.tv###mpu-content2
topgear.com###mpu3
iol.co.za###mpu600Container
heatworld.com###mpuLikeSection
chow.com###mpu_1
oliveoiltimes.com###mpu_banner1
chowhound.com###mpu_bottom
avforums.com###mpu_inpost
chowhound.com###mpu_plus_top
iconosquare.com###mpusCenter
fox.com,momversation.com,spin.ph,thexfactorusa.com###mrec
earthlink.net###mrec-wdgt
fox.com###mrec-wrapper
spin.ph###mrec3
whatshappening.com.ph###mrecCarousel
ninemsn.com.au###mrecMod
pcworld.co.nz###mrec_bottom
nzherald.co.nz###mrktImg
computerweekly.com###msAD_cw_adtech_leaderboard_2
computerweekly.com###msAD_cw_adtech_skyscraper_two_4
motorsport.com###ms_skins_top_box
yourwire.net###mscount
ninemsn.com.au###msnhd_div3
yourmovies.com.au,yourrestaurants.com.au,yourtv.com.au###msnmd_div
everybody.co.nz###msnnz_ad_medium_rectangle
arstechnica.co.uk###msuk-wrapper
magicseaweed.com###msw-js-toggle-leader
bigeye.ug###mtc_video_wg-3
heritage.com###mthotdeal
mtv.co.uk###mtv-shop
ratemyprofessors.com###mtvBlock
nitrome.com###mu_2_container
malwarehelp.org###multimedia_box
myspace.com###music_googlelinks
myspace.com###music_medrec
euronews.com###musica-rolex-watch
cannabisnow.com###mvp-leader-wrap
dailypost.ng###mvp-wallpaper
wikinvest.com###mw-header
yahoo.com###mw-ysm-cm
news.yahoo.com###mw-ysm-cm_2-container
miningweekly.com###mw_q-search-powered
newshub.co.nz###mwbanner_td
yahoo.com###my-promo-hover
rally24.com###myBtn
farmboek.com###myCarousel
kimcartoon.to###myContainer > .kcAds1
tcpdump.com###myID
imagetwist.com###myad
bloggersentral.com###mybsa
eveningecho.ie###myhomeContent
lolzparade.com###mylikes_bar_all_items
jobstreet.com.sg###mysitelogo
rentalcars.com###name_price_ad
citationmachine.net###nantage-header
irishracing.com###naobox
entrepreneur.com###nav-promo-link
browserleaks.com###nav-right-logo
amazon.ca,amazon.co.uk,amazon.com,amazon.com.au,amazon.fr###nav-swmslot
rentals.com###nav_credit_report
kuhf.org###nav_sponsors
hongfire.com###navbar_notice_9
usnews.com###navbuglink
esl.eu###navi_partner
webinspector.se###navigation_left
nbc.com###nbc-300
truelocal.com.au###ndmadkit-memrec-1
netcraft.com###netcraft-links-bottom
moviefone.com###netflix-promo
sandiegozoo.org###newhomesponosrs
my.juno.com###newsCarousel
askmen.com###news_popup
abovetopsecret.com###newsmax1
abovetopsecret.com###newsmax2
soccerlens.com###newsnowlogo
yakima-herald.com###newspaperads
theroot.com###nextbox
africam.com###nikona
cosmopolitan.com.au,dolly.com.au###ninemsn-leaderboard-footer
theberry.com###ninth-box
newsmax.com###nmBreakingNewsCont
amren.com###nmWidgetContainer
motherjones.com###node-body-break
news.yahoo.com###north
sensis.com.au###northPfp
mail.yahoo.com###northbanner
yocast.tv###notice
forums.somethingawful.com###notregistered
pv-tech.org###noty_bottomRight_layout_container
majorgeeks.com###novb
air1.com,klove.com###nowPlayingBuyMusic
firststreaming.com###nowplayinglinks
financialpost.com,nationalpost.com###npLeaderboard
about.com,gamefaqs.com###nrelate_related_placeholder
backpage.com###nsaLeaderBoard
nascar.com###nscrRCol160ad
nascar.com###nscrVideoAd
totalcmd.pl###nucom
mail.yahoo.com###nwPane
thedailybeast.com###nwsub_container
centralillinoisproud.com###nxcms_dotbiz
nydailynews.com###nydn-ads
nydailynews.com###nydn-footer-ad
nydailynews.com###nydn-top-ad
nytimes.com###nytmm-ss-big-ad-1
nytimes.com###nytmm-ss-big-ad-2
btmon.com###oafa_target_4
btmon.com###oafa_target_6
masala.com###oas-300x600
autotrader.co.uk###oas-banner-0
autotrader.co.uk###oas-banner-1
autotrader.co.uk###oas-banner-2
autotrader.co.uk###oas-banner-3
masala.com###oas-mpu-left\<\/div\>
masala.com###oas-mpu-right\<\/div\>
moneycontrol.com###oas_bottom
foreclosure.com###obFlyMain
cbslocal.com###ob_paid_header
cleantechnica.com,treehugger.com###obog_signup_widget
cincinnati.com###ody-asset-breakout
democratandchronicle.com###ody-dealchicken
popsugar.com###offer-widget
funnyplace.org###oglas-desni
onhax.me###oh-prom-lasd
onhax.me###oh-suckitadb-promd-2
firstonetv.eu###olay
cnet.com###omTrialPayImpression
ikeahackers.net###omc-sidebar .responsive-image
cleantechnica.com,watch-anime.net###omc-top-banner
wbaltv.com,wesh.com,wmur.com###omega
omg.yahoo.com###omg-lrec
onlinemschool.com###oms_left
azcentral.com###on-deals
radiotimes.com###on-demand
eweek.com###oneAssetIFrame
cartoonhd.in###openModal
agar.io###openfl-content
agar.io###openfl-overlay
yeeeah.com###orangebox
24wrestling.com###other-news
totallycrap.com###oursponsors
arstechnica.com###outbrain-recs-wrap
timesofisrael.com###outbrain-sidebar
fortune.com,myrecipes.com,people.com,readmng.com,si.com,tvline.com,washingtonpost.com###outbrain_widget_0
cnn.com###outbrain_widget_0 > .ob_stripDual_container > .ob_dual_left
cracked.com###outbrain_widget_1
tvline.com###outbrain_widget_1 > .ob-widget > .ob-first
hiphopwired.com###outbrain_wrapper
familysecuritymatters.org###outer_header
engadget.com###outerslice
mp4upload.com###over
deviantart.com###overhead-you-know-what
agame.com,animestigma.com,newsbtc.com,notdoppler.com,powvideo.net,streamplay.to,uploadcrazy.net,vidcrazy.net,videoboxone.com,videovalley.net,vidup.org,viponlinesports.eu,webmfile.tv###overlay
gostream.is###overlay-goplugin-main
mp4upload.com###overlay2
imagewaste.com###overlayBg
thelakewoodscoop.com###overlayDiv
happystreams.net###overlayPPU
reference.com###overlayRightA
thelakewoodscoop.com###overlaySecondDiv
tooshocking.com###overlayVid
agame.com###overlay_bg
canoe.ca###overlay_bigbox
viplivebox.eu###overlay_content
viplivebox.eu###overlay_countdown
thedailybeast.com###overlay_newsweek_container
reference.com###overlayleftA
rocksound.tv###overtake
adelnews.com,advocatepress.com,agjournalonline.com,aledotimesrecord.com,amestrib.com,apalachtimes.com,bcdemocratonline.com,boonevilledemocrat.com,cantondailyledger.com,carmitimes.com,charlestonexpress.com,chillicothetimesbulletin.com,chipleypaper.com,crestviewbulletin.com,doverpost.com,eastpeoriatimescourier.com,fowlertribune.com,gadsdentimes.com,galesburg.com,galvanews.com,geneseorepublic.com,greenwooddemocrat.com,hamburgreporter.com,hockessincommunitynews.com,hopestar.com,jacksonville.com,journaldemocrat.com,journalstandard.com,lajuntatribunedemocrat.com,lincolncourier.com,mcdonoughvoice.com,middletowntranscript.com,milfordbeacon.com,mtshastanews.com,ncnewspress.com,newportindependent.com,newsherald.com,newsrepublican.com,norwichbulletin.com,nwfdailynews.com,olneydailymail.com,oriongazette.com,paris-express.com,pbcommercial.com,pekintimes.com,picayune-times.com,pjstar.com,pontiacdailyleader.com,pressargus.com,pressmentor.com,reviewatlas.com,ridgecrestca.com,rrstar.com,savannahnow.com,scsuntimes.com,siftingsherald.com,siskiyoudaily.com,sj-r.com,srpressgazette.com,starcourier.com,starfl.com,stuttgartdailyleader.com,sussexcountian.com,taftmidwaydriller.com,teutopolispress.com,thedestinlog.com,thegurdontimes.com,thehawkeye.com,thesuntimes.com,waltonsun.com,washingtontimesreporter.com,whitehalljournal.com,woodfordtimes.com###ownlocal-promo
imfdb.org###p-Sponsors
cpdl.org###p-__sponsor
cpdl.org###p-_sponsor
cpdl.org###p-affiliated_site
lyricwiki.org###p-navigation + .portlet
scout.com###p2rightbar
espnf1.com###p320B
espnf1.com###p320T
coloradoan.com,thenewsstar.com###p360_left_wrapper
yahoo.com###paas-lrec
yahoo.com###paas-mrec
interfacelift.com###page > .row[style="height: 288px;"]
abbreviations.com,definitions.net,lyrics.net,quotes.net,synonyms.net###page-bottom-banner
huffingtonpost.com###page-header
animenewsnetwork.com,animenewsnetwork.com.au###page-header-banner
whathifi.com###pageHeader
nbcmontana.com###pageHeaderRow1
weather.com###pageSpon2
ninemsn.com.au###page_content_right
radaronline.com###page_content_right_small
facebook.com###pagelet_ads_when_no_friend_list_suggestion
facebook.com###pagelet_ego_pane a[ajaxify*="&eid="]
facebook.com###pagelet_ego_pane a[ajaxify*="&eid="] + div
warriorforum.com###pagenav_menu + div[align="center"] > a[target="_blank"] > img
offtopic.com###pagenav_menu + table[height="61"][cellspacing="0"][cellpadding="0"][border="0"][width="100%"]
sme.sk###paidLinks
thesun.co.uk###paidProducts
weather.com###paid_search
zonelyrics.net###panelRng
creativenerds.co.uk###panelTwoSponsors
foxbusiness.com###partner-business-exchange
nymag.com###partner-feeds
vigilante.pw###partner-list
businessinsider.com.au###partner-offers
hwbot.org###partner-tiles
cnn.com###partner-zone
nbcphiladelphia.com,nbcsandiego.com,nbcwashington.com###partnerBar
hbr.org###partnerCenter
nickjr.com###partnerLinks
newser.com###partnerTopBorder
huffingtonpost.com###partner_box
euronews.com###partner_link
weather.com###partner_offers
delish.com###partner_promo_module_container
whitepages.ca,whitepages.com###partner_searches
itworld.com###partner_strip
ew.com###partnerbar
ew.com###partnerbar-bottom
collegecandy.com###partnerlinks
cioupdate.com,datamation.com,earthweb.com,fastseduction.com,gp2series.com,gp3series.com,independent.co.uk,mfc.co.uk,muthafm.com,ninemsn.com.au,porttechnology.org,threatpost.com,wackyarchives.com###partners
arcticstartup.com###partners_125
arrivealive.co.za###partners_container
behealthydaily.com###partners_content
gumtree.com###partnership-vip-compact
gumtree.com###partnerships
patheos.com###patheos-ad-region
boards.adultswim.com###pattern-area
way2sms.com###payTM300
carscoops.com###payload
binaries4all.com###payserver
binaries4all.com###payserver2
pbs.org###pbsdoubleclick
demap.info###pcad
tucows.com###pct_popup_link
retrevo.com###pcw_bottom_inner
retrevo.com###pcw_int
retrevo.com###pcw_showcase
firstonetv.eu###pda
amazon.com###pdagMwebCarousel
realestate.yahoo.com###pdp-ysm
vosizneias.com###perm
theonion.com###personals
avclub.com###personals_content
topix.com###personals_promo
portforward.com###pfconfigspot
pricegrabber.com,tomshardware.com###pgad_Top
pricegrabber.com###pgad_topcat_bottom
richkent.com###phone
everyjoe.com###php-code-1
dnsleak.com,emailipleak.com,ipv6leak.com###piaad
picarto.tv###picartospecialadult
heatworld.com###picks
fool.com###pitch
youtube.com###pla-shelf
ratemyprofessors.com###placeholder728
autotrader.co.uk###placeholderTopLeaderboard
thevideobee.to###play_hd
trendingviews.co###playerOverlay
indiana.edu###playerSponsor
allmyvideos.net,vidspot.net###player_img
magnovideo.com###player_overlay
ytmnd.com###please_dont_block_me
cargames1.com###plyadu
mma-core.com###plyr > #overlay
lawnewz.com###pmad-byline
lawnewz.com###pmad-right
residentadvisor.net###pnlLeader
947.co.za###podcast-branding
sheridanmedia.com###poll-sponsor
wwl.com###pollsponsor
vg.no###poolMenu
videolinkz.us###popout
newsbtc.com,team.tl###popup
dxomark.com###popupBlock
imgseeds.com###popupBox
celebjihad.com###popupDiv
imgseeds.com###popupOverlay
journal-news.net###popwin
cosmopolitan.com###pos_ams_cosmopolitan_bot
armyrecognition.com###position1
armyrecognition.com###position2
armyrecognition.com###position3
quickmeme.com###post[style="display: block;min-height: 290px; padding:0px;"]
wired.com###post_nav
techcrunch.com###post_unit_medrec
multichannel.com###postscript-top-wrapper
addictinggames.com###potw
bnet.com###powerPromo
gpone.com###powered_by
edrinks.net,mortgageguide101.com,twirlit.com###ppc
mypayingads.com###ppc_728_1
zdnet.com###pplayLinks
prisonplanet.com###ppradio
cnsnews.com###pre-content
pinknews.co.uk###pre-head
chronicleonline.com,cryptoarticles.com,fstoppers.com,roanoke.com,sentinelnews.com,theandersonnews.com###pre-header
foodnetworkasia.com,foodnetworktv.com###pre-header-banner
surfline.com###preRoll
vidup.me###pre_counter
playok.com###pread
dragcave.net###prefooter
bizjournals.com###prefpart
yourmovies.com.au,yourrestaurants.com.au,yourtv.com.au###preheader-ninemsn-container
mixupload.org###prekla
bassmaster.com###premier-sponsors-widget
nzgamer.com###premierholder
netnewscheck.com,tvnewscheck.com###premium-classifieds
youtube.com###premium-yva
usatoday.com###prerollOverlayPlayer
1cookinggames.com###previewthumbnailx250
news24.com###pricechecklist
appleinsider.com###priceguide
gamekyo.com###priceminister
queenscourier.com###primary-sidebar
inquirer.net###primaryBottomSidebar
snapfiles.com###prodmsg
snapfiles.com###prodmsgdl
gizmodo.com.au###product-finder
productwiki.com###product-right
catholicculture.org###product_container
masstimes.org,thecatholicdirectory.com###products
androidauthority.com###products_widget
rapid8.com###prom
notepad.cc,runnow.eu###promo
nextgengamingblog.com###promo-300x250
nextgengamingblog.com###promo-468x60
artistsandillustrators.co.uk###promo-area
computerandvideogames.com###promo-h
miniclip.com###promo-mast
wayfm.com###promo-roll
miniclip.com###promo-unit
nbcuni.com###promo1
nbcuni.com###promo9
fhm.com###promoContainer
8newsnow.com###promoHeader
asseenontv.com###promoMod
macupdate.com###promoSidebar
maxim.com###promoSlide
startpage.com###promo_cnt_id
wsj.com###promo_container
yahoo.com###promo_links_list
pagalworld.io###promoapps
phonescoop.com###promob
agame.com###promobar
mdjonline.com,thestranger.com###promos
und.com###promos-story-wrap
und.com###promos-wrap
networkworld.com###promoslot
msn.com###promotedlinksplaceholder
eclipse.org,hotscripts.com###promotion
reminderfox.mozdev.org###promotion3
sherdog.net###promotion_container
newsroomamerica.com###promotional
bnnbloomberg.ca,thebulls.co.za###promotions
thehomepage.com.au###prop-foot-728x90
independent.co.uk,standard.co.uk###propCar
my-proxy.com###proxy-bottom
newyorker.com###ps2_fs2_yrail
newyorker.com###ps3_fs1_yrail
ecommercetimes.com,linuxinsider.com,macnewsworld.com,technewsworld.com###ptl
sk-gaming.com###pts
sk-gaming.com###ptsf
rocvideo.tv###pu-pomy
digitalversus.com###pub-banner
digitalversus.com###pub-right-top
cnet.com###pubUpgradeUnit
jeuxvideo-flash.com###pub_header
frequence-radio.com###pub_listing_top
skyrock.com###pub_up
tvlizer.com###pubfooter
hellomagazine.com###publi
surinenglish.com###publicidades_top
thenextweb.com###pubtop
herold.at###puls4
newsweek.com###pulse360
nymag.com,thebusinessdesk.com###pushdown
washingtonian.com###pushdown-unit
pep.ph###pushdown-wrapper
neopets.com###pushdown_banner
miningweekly.com###q-search-powered
thriveforums.org###qr_defaultcontainer.qrcontainer
ign.com###queen
inbox.com,search.aol.com###r
dnssearch.rr.com,optu.search-help.net###rSrch
oldgames.sk###r_TopBar
thedugoutdoctors.com,thehoopdoctors.com###r_sidebar
unfair.co###r_sidebarwidgeted
mobilenapps.com###r_sponsor
barbavid.com###rabbax
technozeast.com###rad
answers.com###radLinks
ehow.co.uk###radlinks
freevermontradio.org###rads
collegefashion.net###rainbowsparkleunicorn
armorgames.com###randomgame
rappler.com###rappler3-common-desktop-middle-ad
ndtv.com###rbox-t2v a[href^="http://tba"]
reference.com###rc
reverso.net###rca
pt-news.org###rcb1
holytaco.com###re_ad_300x250
yahoo.com###rec
akihabaranews.com###recHome
akihabaranews.com###recSidebar
deliciousdays.com###recipeshelf
wambie.com###recomendar_728
dailydot.com###recommendation-engine
tucows.com###recommended_hdg
doodle.com###rect
pixdaus.com###rectBanner
moviemistakes.com,tvfanatic.com,zattoo.com###rectangle
order-order.com###rectangle-unit
bizrate.com###rectangular
dict.cc###rectcompactbot
dict.cc###recthome
dict.cc###recthomebot
1tiny.net###redirectBlock
bloemfonteincelticfc.co.za###reebok_banner
expertreviews.co.uk###reevoo-top-three-offers
bnet.com###reg-overlay
yahoo.com###reg-promos
ncronline.org###region-dfp-incontent
dailyxtra.com###region-superleaderboard
thedailystar.net###rehab_ad_tds_web
atdhe.eu###reklama_mezi_linky
filmschoolrejects.com###related-items
moneynews.com,newsmax.com,newsmaxhealth.com,newsmaxworld.com###relatedlinks
unblocked.lol###removeThisSection
winkeyfinder.com###render
ign.com###resonance
zillow.com###resource-center
zdnet.com###resourceCentre
computerworld.com,networkworld.com###resources-sponsored-links
flightradar24.com###responsiveBottomPanel
url.org###resspons1
url.org###resspons2
metric-conversions.org###resultBanner
herold.at###resultList > #downloadBox
search.iminent.com,start.iminent.com###result_zone_bottom
search.iminent.com,start.iminent.com###result_zone_top
torrentz2.eu,torrentz2.is###resultarea
indeed.com###resultsCol > .lastRow + div[class]
indeed.com###resultsCol > .messageContainer + style + div + script + style + div[class]
qwant.com###resultsShoppingList
cnet.com###reviewsPanel
msn.co.nz###rhc_find
ninemsn.com.au###rhc_mrec
imdb.com###rhs-sl
imdb.com###rhs_cornerstone_wrapper
pcworld.idg.com.au###rhs_resource_promo
ndtv.com###rhs_widget_container_id
10minutemail.net,eel.surf7.net.my,macdailynews.com,ocia.net###right
ninemsn.com.au###right > .bdr > #ysm
123chase.com###right-adv-one
tgdaily.com###right-banner
treatmentabroad.net###right-inner
wenn.com###right-panel-galleries
shortlist.com###right-sideburn
fanfox.net###right-skyscraper
narutofan.com###right-spon
realcleartechnology.com###right-wide-skyscraper
popsci.com###right1-position
gtopala.com###right160
popsci.com###right2-position
tnt.tv###right300x250
cartoonnetwork.co.nz,cartoonnetwork.com.au,cartoonnetworkasia.com,cdcovers.cc,gizgag.com,prevention.com,slacker.com###rightBanner
jooble.org###rightBannerPlace
linuxforums.org,quackit.com###rightColumn
maltatoday.com.mt###rightContainer
thelakewoodscoop.com###rightFloat
yahoo.com###rightGutter
cosmopolitan.com###rightRailAMS
befunky.com###rightReklam
totalfark.com###rightSideRightMenubar
playstationlifestyle.net###rightSkyscraper
itworldcanada.com###rightTopSponsor
files.fm###right_add
sosuanews.com###right_banner
mediacorp.sg###right_banner_placeholder
picfont.com###right_block1
ffiles.com###right_col
themtn.tv###right_generic_47
necn.com###right_generic_v11_3
notdoppler.com###right_link
psinsider.e-mpire.com###right_main_1
hardwareheaven.com###right_skin_panel_div
hardware.info###right_top
theblaze.com###right_top_160x600
urlcash.net###rightbox
capetownetc.com,compleatgolfer.com,sacricketmag.com,sarugbymag.co.za###rightclick
portable64.com###rightcol
cokeandpopcorn.com###rightcol3
newsarama.com###rightcol_mid
forums.anandtech.com,laptopmag.com###rightcol_top
tomsguide.com,tomshardware.co.uk,tomshardware.com###rightcol_top_anchor
mysuncoast.com###rightcolumnpromo
stuff.co.nz###rightgutter
810varsity.com###rightsidebanner
herold.at###rightsponsor
elyricsworld.com###ringtone
tubeconverter.net###ringtone-button
youtump3.com###ringtoner
egotastic.com,idolator.com,socialitelife.com###river-container
megarapid.net,megashare.com###rmiad
megashare.com###rmishim
brenz.net###rndBanner
actiontrip.com,comingsoon.net,craveonline.com,dvdfile.com,ecnmag.com,gamerevolution.com,manchesterconfidential.co.uk,thefashionspot.com,videogamer.com###roadblock
windowsitpro.com,winsupersite.com###roadblockbackground
winsupersite.com###roadblockcontainer
mirror.co.uk###roffers-top
barclaysatpworldtourfinals.com###rolex-small-clock
moviezer.com###rootDiv[style^="width:300px;"]
logupdateafrica.com###rotating-item-wrapper
lionsrugby.co.za###rotator
lionsrugby.co.za###rotator2
powerboat-world.com###rotator_url
alliednews.com,americustimesrecorder.com,andovertownsman.com,athensreview.com,batesvilleheraldtribune.com,bdtonline.com,chickashanews.com,claremoreprogress.com,cleburnetimesreview.com,clintonherald.com,commercejournal.com,commercial-news.com,coopercrier.com,cordeledispatch.com,corsicanadailysun.com,crossville-chronicle.com,cullmantimes.com,dailyiowegian.com,dailyitem.com,daltondailycitizen.com,derrynews.com,duncanbanner.com,eagletribune.com,edmondsun.com,effinghamdailynews.com,enewscourier.com,enidnews.com,farmtalknewspaper.com,fayettetribune.com,flyergroup.com,gainesvilleregister.com,gloucestertimes.com,goshennews.com,greensburgdailynews.com,heraldbanner.com,heraldbulletin.com,hgazette.com,homemagonline.com,itemonline.com,jacksonvilleprogress.com,joplinglobe.com,journal-times.com,journalexpress.net,kokomotribune.com,lockportjournal.com,mankatofreepress.com,mcalesternews.com,mccrearyrecord.com,mcleansborotimesleader.com,meadvilletribune.com,meridianstar.com,mineralwellsindex.com,montgomery-herald.com,mooreamerican.com,moultrieobserver.com,muskogeephoenix.com,ncnewsonline.com,newburyportnews.com,newsaegis.com,newsandtribune.com,niagara-gazette.com,njeffersonnews.com,normantranscript.com,orangeleader.com,oskaloosa.com,ottumwacourier.com,palestineherald.com,panews.com,paulsvalleydailydemocrat.com,pellachronicle.com,pharostribune.com,pressrepublican.com,pryordailytimes.com,randolphguide.com,record-eagle.com,register-herald.com,register-news.com,reporter.net,rockwallheraldbanner.com,roysecityheraldbanner.com,rushvillerepublican.com,salemnews.com,sentinel-echo.com,sharonherald.com,shelbyvilledailyunion.com,starbeacon.com,stwnewspress.com,suwanneedemocrat.com,tahlequahdailypress.com,theadanews.com,thedailystar.com,thelandonline.com,themoreheadnews.com,thesnaponline.com,tiftongazette.com,times-news.com,timesenterprise.com,timessentinel.com,timeswv.com,tonawanda-news.com,tribdem.com,tribstar.com,unionrecorder.com,valdostadailytimes.com,washtimesherald.com,waurikademocrat.com,wcoutlook.com,weatherforddemocrat.com,woodwardnews.net###rounded-corners-findnsave
zam.com###row-top
cybergamer.com###row_banner_dvrtsmnt
yttalk.com###rpmtop
parentdish.co.uk###rr-amazon
search-results.com###rr_sa_container
rollingstone.com###rs-ticketing
redsharknews.com###rsBannerStrip
core77.com###rsDesignDir
theprovince.com,vancouversun.com###rsm_widget_wrapper
eprop.co.za###rt-top
rte.ie###rte-header-leaderboard
rte.ie###rte-masthead-topleft
pages.ebay.com###rtm_1658
ebay.ie###rtm_NB
motors.ebay.com###rtm_div_193
ebay.co.uk,ebay.com###rtm_html_194
ebay.ie###rtm_html_225
ebay.co.uk###rtm_html_274
ebay.co.uk###rtm_html_275
ebay.co.uk,ebay.com###rtm_html_391
ebay.com###rtm_html_441
ebay.co.uk###rtm_html_566
ebay.co.uk###rtm_html_567
ebay.co.uk,ebay.com###rtm_html_569
dailywire.com###rv-smallvid-mobile
food.com###rz-leaderboard-wrap
crawler.com###s
classifieds.co.uk###s123results
crawler.com###s2
capitalradiomalawi.com###s5_pos_below_body_1
capitalradiomalawi.com###s5_pos_bottom_row2_1
capitalradiomalawi.com###s5_pos_top_row1_1
search.charter.net,search.frontier.com###sRhtSde
nickutopia.com###sad336
salary.com###sal_pg_abv
sawlive.tv###sawdiv
wbez.org###sb-container
casinonewsdaily.com###sb-featured
nickutopia.com###sb160
cheatsheet.com###sb_broker_container
codefuture.co.uk###sb_left
hwhills.com###sb_left_tower
appleinsider.com###sbr-priceguide
scholastic.com###schlSkyscraper
my.juno.com###scienceTile
cartoonnetwork.com###scraper
alloy.com###screen_scene_module
newsbusters.org###screenoverlay
pcweenies.com###scribol
techpounce.com###scribol-block
flexiblewebdesign.com###scroll
opensubtitles.org###scrubbuad_style
espnscrum.com###scrumRhsBgMpu
espnscrum.com###scrumRhsBgTxtLks
hentai2read.com###sct_banner_980_60
bbj.hu###sd-embeded-jobs
stardoll.com###sdads_bt_2
zillow.com###search-featured-partners
docspot.com###search-leaderboard
youtube.com###search-pva
sail-world.com###searchRotation
bitenova.nl,bitenova.org###search_un
kontraband.com###second_nav_container
kontraband.com###second_nav_content_container
zuula.com###secondary
toptenz.net###secondary > .widget + div
smarterfox.com###secondary-banner
way2sms.com###secreg2
neoseeker.com###section-pagetop
desiretoinspire.net###sectionContent2275769
desiretoinspire.net###sectionContent5389870
whatismyipaddress.com###section_right
edomaining.com###sedo-search
scoop.co.nz###seek_table
searchenginejournal.com###sej-bg-takeover-left
searchenginejournal.com###sej-bg-takeover-right
inc.com###select_services
vshare.io###sendif
letterboxd.com###services
gamesgames.com###sgAdMrCp300x250
girlsgogames.com###sgAdMrScp300x250
gamesgames.com###sgAdScCp160x600
girlsgogames.com###sgAdScHp160x600
girlsgogames.com###sgAdScScp160x600
mercola.com###shadowbox_container
localhostr.com###share2
youtube.com###shelf-pyv-container
shidurlive.com###shidurdiv
boats.com###shipping-quote
someecards.com###shop
thechronicleherald.ca###shopSlider
expertreviews.co.uk###shopperButton
broadcastnewsroom.com###shopperartbox
macworld.com,maxthon.com###shopping
cnet.com.au###shopping-339279174
indianexpress.com###shopping_deals
qj.net###shoppingapi
bellasugar.com,tressugar.com###shopstyle-sidebar-container
ndtv.com###shotonsamsungwidget
10minutemail.com###shoutouts
ytv.com###show-big-box
tunegenie.com###showad
isxdead.com###showbox
coolhunting.com###showcase
famouscelebritiespictures.com,xtremevbtalk.com###showimage
crunchyroll.ca###showmedia_square_adbox_new
fbcoverlover.com###shownOnlyOnceADay
wwtdd.com###showpping
si.com###si-com-ad-widget
usatoday.com###side-banner1
usatoday.com###side-banner2
feedmyapp.com###side-bsa
thebestdesigns.com###side-sponsor
gamingunion.net###side-sponsors
howtogeek.com###side78
iphonefaq.org###sideBarsMiddle
iphonefaq.org###sideBarsTop
iphonefaq.org###sideBarsTop-sub
slickdeals.net###sideColumn > .au
tomsguide.com,tomshardware.co.uk###sideOffers
backpage.com###sideSponsorTable
space.com###side[style="width: 100%; display: block; height: auto;"]
khmertimeskh.com,webappers.com###side_banner
beatweek.com,filedropper.com,need4file.com,qwantz.com,satelliteguys.us###sidebar
cryptoarticles.com###sidebar > #sidebarBlocks
kodi.tv###sidebar > #text-5
sharktankblog.com###sidebar > #text-85
inquisitr.com###sidebar > .WP_Widget_Ad_manager + div
yauba.com###sidebar > .block_result:first-child
torrentfreak.com###sidebar > .widget_text
krebsonsecurity.com###sidebar-250
pa-magazine.com###sidebar-banner
tvlizer.com###sidebar-bottom
travelwkly.com###sidebar-bottom-left
krebsonsecurity.com###sidebar-box
sbs.com.au###sidebar-first
cloudpro.co.uk###sidebar-first-inner
eaglewavesradio.com.au###sidebar-header
wearebaked.com###sidebar-left > #text-2
tricycle.com###sidebar-logos
ftvlive.com###sidebar-one-wrapper
bustocoach.com###sidebar-right
equestriadaily.com###sidebar-right-search
vuejs.org###sidebar-sponsors-platinum-right
vuejs.org###sidebar-sponsors-special
domaininvesting.com,elliotsblog.com###sidebar-sps
televisionfanatic.com###sidebar-watch-more
dailysurge.com###sidebar-wrapper > div[class]:first-child
dailysurge.com###sidebar-wrapper > ul > .sidebar-widget:first-child + [class]
deviantart.com###sidebar-you-know-what
bored.com###sidebar1head
uncoached.com,unrealitymag.com###sidebar300X250
petapixel.com,pgatour.com###sidebar300x250
thecourier.co.uk###sidebarMiddleCol
inquirer.net###sidebarTabs
inquirer.net###sidebarTabs1
inquirer.net###sidebarTabs2
thetechjournal.com###sidebar_after_1000px
sundancechannel.com###sidebar_banner
nbntv.com.au###sidebar_banner1
bestweekever.tv###sidebar_buzzfeed
moneymakerdiscussion.com###sidebar_container[style="width: 200px;"]
destructoid.com###sidebar_dad
destructoid.com###sidebar_dad_contact
motorcycle.com###sidebar_leaderboard
dzone.com,poponthepop.com###sidebar_rectangle
icanhascheezburger.com###sidebar_scraper
doityourself.com###sidebar_text_link_container
smashingmagazine.com###sidebaradtarget
webupd8.org###sidebard-top-wrapper
polodomains.com###sidebarin
opendocument.xml.org###sidebarright
dooce.com###sidebarskyholder
quickonlinetips.com###sideboxfeature3
gamepedia.com###siderail
saportareport.com###sidetopleft
sikids.com###sifk_topper
zerohedge.com###similar-box
virtualpets.com###site-banner
fastcocreate.com###site-header
kiplinger.com,typepad.com###site-sponsor
knucklesunited.com###site-title
opendemocracy.net###site-topbanner
kstp.com###siteHeaderLeaderboard
arsenal-mania.com###sitePromos
reddit.com###siteTable_organic
texastribune.org###site_roofline
cybergamer.com###site_skin
cybergamer.com###site_skin_spacer
escapistmagazine.com###site_top_part
smsfun.com.au###sitebanners
slashdot.org###sitenotice
bhaskar.com###sitetakeoverimg
allmyvids.de###sitewide160right
2oceansvibe.com,djmag.co.uk,djmag.com,expertreviews.co.uk,mediaite.com,postgradproblems.com,race-dezert.com###skin
collegehumor.com,dorkly.com###skin-banner
jest.com###skin_banner
idg.com.au###skin_bump
animenewsnetwork.com###skin_header
animenewsnetwork.com###skin_left
24video.xxx###skin_link
fleshbot.com###skin_wrap
bit-tech.net###skinclick
n4g.com###skinlink
lambgoat.com,metalinjection.net###skinoverlay
kovideo.net###skip
dafont.com,dealchecker.co.uk,play.tm,yellowpages.com.my###sky
skytv.co.nz###sky-banner
skysports.com###sky-bet-accordian
homeportfolio.com###sky-bottom
moneysupermarket.com###sky-container
capitalfm.com,heart.co.uk###sky1
itpro.co.uk###skyScraper
expertreviews.co.uk###skyScrapper
expertreviews.co.uk###skyScrapper2
nickydigital.com###sky_scrapper
ps3hax.net###sky_top
webopedia.com###skypartnerset
euronews.com###skyscanner-white-label
ebay.co.uk,ebay.com,ebay.com.au###skyscrape
975countrykhcm.com,boomerangtv.co.uk,broadcastingcable.com,bustedcoverage.com,camchat.org,consumerist.com,family.ca,ghanaweb.com,hypable.com,king-mag.com,law.com,macuser.co.uk,menshealth.com,metrotimes.com,mp3tag.de,newsdaily.com,nme.com,pcworld.com,politics.co.uk,poponthepop.com,sportfishingbc.com,thehollywoodgossip.com,thesmokinggun.com,tmz.com,topgear.com,torontosun.com,tvfanatic.com,ucomparehealthcare.com,uncut.co.uk,victoriaadvocate.com,zerochan.net###skyscraper
4teachers.org###skyscraper-container
s1jobs.com###skyscraper-target
icanhascheezburger.com,ifans.com###skyscraper1
ifans.com###skyscraper2
jokes2go.com###skyscraperDiv
prevention.com###skyscraperWrap
nitrome.com,pri.org###skyscraper_box
globrix.com###skyscraper_container
m-w.com###skyscraper_creative_2
nitrome.com###skyscraper_description
illum.com.mt###skyscraper_right
nitrome.com###skyscraper_shadow
humanevents.com###skyscraperbox
alloaadvertiser.com,ardrossanherald.com,ayradvertiser.com,barrheadnews.com,bordertelegraph.com,bracknellnews.co.uk,carrickherald.com,centralfifetimes.com,clydebankpost.co.uk,cumnockchronicle.com,dumbartonreporter.co.uk,eastlothiancourier.com,greenocktelegraph.co.uk,helensburghadvertiser.co.uk,irvinetimes.com,largsandmillportnews.com,localberkshire.co.uk,newburyandthatchamchronicle.co.uk,peeblesshirenews.com,readingchronicle.co.uk,sloughobserver.co.uk,strathallantimes.co.uk,the-gazette.co.uk,thevillager.co.uk,troontimes.com,windsorobserver.co.uk###skyscrapers
bustedcoverage.com,xdafileserver.nl###skyscrapper
computerandvideogames.com,officialnintendomagazine.co.uk,oxm.co.uk###skyslot
sevenload.com###skyyscraperContainer
allexperts.com,gifts.com###sl
housebeautiful.com###sl_head
slashdot.org###slashdot_deals
gifts.com###slbox
mobafire.com###slide-up
bluff.com,bluffmagazine.com###slideBanner
timesfreepress.com###slidebillboard
roseindia.net###slidebox
sacricketmag.com###slidein
live365.com###slider
classicfm.co.za###slider-container
whatshappening.com.ph###sliderCarousel
yellowpagesofafrica.com###sliderPub
hktdc.com###sliderbanner
thephuketnews.com###slides
yellowpageskenya.com###slideshow
cio.com.au###slideshow_boombox
790kspd.com###slideshowwidget-8
bizrate.com###slimBannerContainer
mail.yahoo.com###slot_LREC
mail.yahoo.com###slot_MB
mail.yahoo.com###slot_REC
connectionstrings.com###slot_bottom
connectionstrings.com###slot_leftmenu
connectionstrings.com###slot_top
connectionstrings.com###slotfirstpage
uploadc.com,zalaa.com###slowcodec
newsweek.com###slug_bigbox
sportsmole.co.uk###sm_shop
dailyrecord.co.uk###sma-val-service
ikascore.com###smalisted
whatshappening.com.ph###smallLeaderboardCarousel
cnn.com###smartassetcontainer
unfinishedman.com###smartest-banner-2
reviewjournal.com###smedia-upickem_deals_widget
powerpointstyles.com###smowtion300250
pedestrian.tv###snap
denverpost.com###snowReportFooter
tfportal.net###snt_wrapper
soccer24.co.zw###soccer24-ad
cioupdate.com,webopedia.com###solsect
knowyourmeme.com###sonic
sensis.com.au###southPfp
stv.tv###sp-mpu-container
aol.com###spA
amazon.ca,amazon.co.uk,amazon.com,amazon.com.au,amazon.fr###sp_detail
amazon.ca,amazon.co.uk,amazon.com,amazon.com.au,amazon.fr###sp_detail2
thedailygreen.com###sp_footer
sharespark.net###sp_header
collegefashion.net###spawnsers
torontolife.com###special-messages
geeksaresexy.net###special-offers
news.com.au###special-promotion
vuejs.org###special-sponsor
cnet.com###specialDrawer
videogamer.com###specialFeatures
countryliving.com###specialOffer
countryliving.com###special_offer
redbookmag.com###special_offer_300x200
cboe.com###special_offers
pcmag.com###special_offers_trio
winrumors.com###specialfriend
totallycrap.com###specials
rapid4me.com###speed_table
pricegrabber.co.uk###spl
filestube.to###spla
fxempire.com###splash_over
fxempire.com###splash_wraper
aol.com###splink
aol.com###splinkRight
winsupersite.com###splinkholder
cnet.com,howdesign.com###splinks
realestate.aol.com###splinktop
delicious.com###spns
downloads.codefi.re###spo
downloads.codefi.re###spo2
eweek.com###spon-con
eweek.com###spon-list
diynetwork.com###spon-recommendations
dailyhaha.com###spon300
krillion.com###sponCol
foreignpolicy.com###spon_reports
quakelive.com###spon_vert
phonescoop.com###sponboxb
firstpost.com###sponrht
ninemsn.com.au###spons_left
baseball-reference.com,breakingtravelnews.com,christianpost.com,compfight.com,europages.co.uk,itweb.co.za,japanvisitor.com,jewishva.org,lmgtfy.com,mothering.com,neave.com,otcmarkets.com,progressillinois.com,ragezone.com,spongepowered.org,submarinecablemap.com,telegeography.com,tsn.ca,tvnz.co.nz,wallpapercropper.com,walyou.com,wgr550.com,wsjs.com,yahoo.com###sponsor
leedsunited.com###sponsor-bar
opb.org###sponsor-big-default-location
angloinfo.com###sponsor-box-widget
detroitnews.com###sponsor-flyout
meteo-allerta.it,meteocentrale.ch,meteozentral.lu,severe-weather-centre.co.uk,severe-weather-ireland.com,vader-alarm.se###sponsor-info
publicfinanceinternational.org###sponsor-inner
itweb.co.za,submarinecablemap.com###sponsor-logo
zymic.com###sponsor-partners
talktalk.co.uk###sponsor-search
opb.org###sponsor-small-default-location
itweb.co.za###sponsor-words-side-box
friendster.com###sponsor-wrap
itweb.co.za,lmgtfy.com###sponsor1
lmgtfy.com###sponsor2
food24.com###sponsorImage
americanidol.com###sponsorLogos
ohio.com###sponsorTxt
mlb.com###sponsor_container
football-league.co.uk###sponsor_links
health365.com.au###sponsor_logo_s
lmgtfy.com###sponsor_wrapper
7search.com,filenewz.com,general-fil.es,general-files.com,generalfil.es,internetretailer.com,ixquick.co.uk,ixquick.com,nickjr.com,rewind949.com,slickdeals.net,startpage.com,webhostingtalk.com,yahoo.com###sponsored
theweathernetwork.com###sponsored-by
webhostingtalk.com###sponsored-clear
pjmedia.com###sponsored-content-id
hardwarezone.com.sg###sponsored-links-alt
chacha.com###sponsored-question
foxnews.com###sponsored-stories
lastminute.com###sponsoredFeature
lastminute.com###sponsoredFeatureModule
theblaze.com###sponsored_stories
smashingmagazine.com###sponsorlisttarget
abalive.com,abestweb.com,autotrader.com.au,barnsleyfc.co.uk,bbb.org,bcfc.com,blackpoolfc.co.uk,boattrader.com.au,burnleyfootballclub.com,bwfc.co.uk,cafc.co.uk,cardiffcityfc.co.uk,christianity.com,cpfc.co.uk,dakar.com,dcfc.co.uk,digitalmusicnews.com,etftrends.com,fastseduction.com,football-league.co.uk,geekwire.com,gerweck.net,goseattleu.com,hullcitytigers.com,iconfinder.com,itfc.co.uk,justauto.com.au,kiswrockgirls.com,landreport.com,law.com,lcfc.com,manutd.com,myam1230.com,nesn.com,noupe.com,paidcontent.org,pba.com,pcmag.com,petri.co.il,pingdom.com,psl.co.za,race-dezert.com,rovers.co.uk,sjsuspartans.com,soompi.com,sponsorselect.com,star883.org,tapemastersinc.net,techmeme.com,trendafrica.co.za,waronyou.com,whenitdrops.com###sponsors
newarkrbp.org###sponsors-container-outer
sanjose.com###sponsors-module
und.com###sponsors-story-wrap
publicradio.org###sponsors-temp
und.com###sponsors-wrap
techie-buzz.com###sponsors2
netchunks.com###sponsorsM
feedly.com###sponsorsModule_part
clubwebsite.co.uk###sponsors_bottom
ourworldofenergy.com###sponsors_container
ibtimes.com,npr.org,opb.org,pbs.org###sponsorship
islamicity.org###sponsorship-area-wrapper
backstage.com###sponsorsmod
compareraja.in###spopup
cnet.com###spotBidHeader
cnet.com###spotbid
justdubs.tv###spots
lawctopus.com###spu-145865
lawctopus.com###spu-bg-145865
qj.net###sqspan
zam.com###square-box
allakhazam.com###square-box:first-child
comicbookmovie.com###squareATF
newsonjapan.com###squarebanner300x250
rent.ie###sresult_banner
realestate.yahoo.com###srp-ysm
gifts.com###srp_sl
computerworld.co.nz,pcworld.co.nz###ss-mrec
fun.familyeducation.com,genealogy.familyeducation.com,infoplease.com###ssky
speedtest.net###st-flash > div[class] > [style^="width:"]
sourceforge.net###stackcommerce-header
saharareporters.com###stage-header
businessdictionary.com###standalone_text
khistocks.com,milb.com###standard_banner
cucirca.eu###stanga
alternativeto.net###startpage-right
geekwire.com###startup-resources-sidebar
mypayingads.com###static_468_1
activistpost.com###stb-overlay
rally24.com###stickedPanel
gizchina.com###sticky-anchor
gizchina.com###sticky-anchor-right
dailytrust.com.ng###sticky-bottom
yahoo.com###sticky-lrec2-footer
mashable.com###sticky-spacer
fool.com###sticky-wrapper
afr.com###stickyLeaderboard
propakistani.pk###sticky_banner2
cryptomininggame.com###sticky_bot_left
ncregister.com###sticky_box
retronintendogames.com###sticky_footer
stltoday.com###stl-below-content-02
dailypuppy.com###stop_puppy_mills
someecards.com###store
dailyherald.com###storyMore
cbc.ca###storymiddle
instyle.co.uk###style_it_light_ad
africageographic.com###sub-banners
praag.org###sub-header
discovermagazine.com###sub-portlet
wjunction.com###subBar
ubergizmo.com###sub_footer
usmagazine.com###sub_form_popup
mayoclinic.com###subbox
dallasvoice.com,dealerscope.com,gamegrep.com,winamp.com###subheader
ebaumsworld.com###subheader_atf_wrapper
foodandwine.com###subscModule
macworld.com,pcworld.com###subscribeForm
streams.tv###sunGarden
hollywire.com###super-header
chicagomag.com###super-leaderboard-wrapper
theaustralian.com.au###super-skin-center
theaustralian.com.au###super-skin-left-wrapper
theaustralian.com.au###super-skin-right-wrapper
detroitnews.com###super-widget
ugo.com###superMast
sevenload.com###superbaannerContainer
canoe.ca,free-css.com,wral.com###superbanner
dzone.com###superboard
shacknews.com###superleader
news.com.au###superskin
mediaite.com###supertop
dashnet.org###support
marketplace.org###support_block_side
macnn.com###supportbod
eco-business.com###supporting_orgs
mail.yahoo.com###swPane
edmunds.com###sway-banner
epicurious.com###sweepstakes
picp2.com###system
unlockboot.com###t-banner
2giga.link###t24
mma-core.com###ta_pnlAd
livescore.in###tab-bonus-offers
flashscore.com,livescore.in###tab-odds
ipmart-forum.com###table1
saynoto0870.com###table2[bordercolor="#000000"]
macupdate.com###table_bot_l
atdhe.eu###table_linky:last-child > thead:first-child
ndtv.com###taboola-below-main-column-sc
documentaryheaven.com###taboola-below-video-thumbnails
rgj.com###taboola-column-c-new-google
taringa.net###taboola-container
ndtv.com###taboola-right-rail
crystalmedianetworks.com###tabs_banner
shorpy.com###tad
bediddle.com###tads
google.com###tadsc
ajaxian.com###taeheader
esquire.com,meetme.com,muscleandfitness.com,techvideo.tv,trailrunnermag.com###takeover
techvideo.tv###takeover-spazio
oddschecker.com###takeoverWrapper
nme.com###takeover_head
nme.com###takeover_left
channel5.com###takeover_link
nme.com###takeover_right
broadbandgenie.co.uk,thesun.co.uk###takeoverleft
broadbandgenie.co.uk,thesun.co.uk###takeoverright
icxm.net###tall_tag
boardgamegeek.com###tanga
taste.com.au###taste-right-banner
runescape.com###tb
manchesterconfidential.co.uk###tb_bnr
baltictimes.com###tbt_system_note
thesaurus.com###tcomad_728x90_0
saleminteractivemedia.com###td_leaderboard
listenlive.co###td_leaderboard_wrapper
aol.co.uk###tdiv71
independent.co.uk###tertiaryColumn > .slider
diablo3builds.com,financialsurvivalnetwork.com,popbytes.com,vgleaks.com###text-10
geeky-gadgets.com###text-105335641
nag.co.za###text-10551
newsfirst.lk###text-106
thisisf1.com###text-108
couponistaqueen.com,dispatchlive.co.za,ncr1037.co.za,skools.co.za,ssbcrack.com###text-11
newsday.co.zw###text-115
cathnews.co.nz,gizchina.com,myx.tv,omgubuntu.co.uk###text-12
cleantechnica.com###text-121
airlinereporter.com,myx.tv,omgubuntu.co.uk,radiosurvivor.com,skools.co.za,wphostingdiscount.com###text-13
dispatchlive.co.za,krebsonsecurity.com,myx.tv,omgubuntu.co.uk,planetinsane.com###text-14
newagebd.net###text-15
razorianfly.com###text-155
gizchina.com,thesurvivalistblog.net###text-16
belfastmediagroup.com,englishrussia.com,pocketnow.com,simpleprogrammer.com,thechive.com,weekender.com.sg###text-17
netchunks.com,planetinsane.com,radiosurvivor.com,sitetrail.com,thechive.com###text-18
collective-evolution.com,pocketnow.com,popbytes.com,thechive.com###text-19
grammarcheck.net,icinema3satu.in,ncr1037.co.za,newagebd.net,skools.co.za,smitedatamining.com###text-2
gizchina.com###text-20
businessdayonline.com,financialsurvivalnetwork.com,footballroar.com###text-21
airlinereporter.com,gizchina.com,omgubuntu.co.uk,queenstribune.com###text-22
omgubuntu.co.uk,queenstribune.com###text-23
tehelka.com###text-236
tehelka.com###text-238
queenstribune.com,wnd.com###text-24
netchunks.com###text-25
2smsupernetwork.com,pzfeed.com,queenstribune.com###text-26
2smsupernetwork.com,beijingtoday.com.cn,nationwideradiojm.com,sonyalpharumors.com###text-28
beijingcream.com,beijingtoday.com.cn###text-29
2smsupernetwork.com,airlinereporter.com,buddyhead.com,icinema3satu.in,mbworld.org,mental-health-matters.com,skools.co.za,smitedatamining.com,zambiareports.com###text-3
herald.co.zw###text-30
sonyalpharumors.com,ssbcrack.com###text-31
techhamlet.com###text-32
ssbcrack.com###text-33
ssbcrack.com###text-34
couponistaqueen.com,pzfeed.com###text-35
nationwideradiojm.com###text-37
couponistaqueen.com###text-38
pzfeed.com###text-39
budapesttimes.hu,buddyhead.com,dieselcaronline.co.uk,kazifm.org,knowelty.com,mental-health-matters.com,myonlinesecurity.co.uk,myx.tv,sportsillustrated.co.za,theairportnews.com,thewhir.com,vgleaks.com###text-4
couponistaqueen.com###text-40
enpundit.com###text-41
pluggd.in###text-416180296
pluggd.in###text-416180300
bigblueball.com###text-416290631
eurweb.com,ssbcrack.com###text-42
hellenicshippingnews.com###text-43
hellenicshippingnews.com###text-44
diplomat.so###text-45
grammarist.com,hellenicshippingnews.com###text-46
defensereview.com###text-460130970
thebizzare.com###text-461006011
thebizzare.com###text-461006012
spincricket.com###text-462834151
hellenicshippingnews.com,theindependent.co.zw###text-47
enpundit.com###text-48
androidauthority.com,pencurimovie.cc###text-49
icinema3satu.in,myx.tv,occupydemocrats.com,washingtonindependent.com###text-5
2smsupernetwork.com,rawstory.com,thewrap.com###text-50
leadership.ng###text-51
megawarez.org###text-53
grammarist.com###text-56
grammarist.com,quickonlinetips.com###text-57
2smsupernetwork.com,couponistaqueen.com,englishrussia.com,mynokiablog.com,myx.tv,pakladies.com,pcwdld.com,times.co.zm,trendafrica.co.za,washingtonindependent.com###text-6
nag.co.za###text-60
amren.com,bharatmarg.com,buddyhead.com,defsounds.com,knowelty.com,prosnookerblog.com,technomag.co.zw###text-7
consortiumnews.com,couponistaqueen.com,localvictory.com,michiganmessenger.com,ncr1037.co.za,newsday.co.zw,technomag.co.zw,vgleaks.com###text-8
vanguardngr.com###text-87
africaports.co.za,cnx-software.com,mynokiablog.com###text-9
androidauthority.com###text-92
torontolife.com###text-links
hemmings.com###text_links
the217.com###textpromo
notebookreview.com###tg-reg-ad
mail.yahoo.com###tgtMNW
girlsaskguys.com###thad
yahoo.com###theMNWAd
hemmings.com###theWindowBJ
rivals.com###thecontainer
duoh.com###thedeck
thekit.ca###thekitadblock
thenationonlineng.net###thenation_cat_except_widget-2
neodrive.co###thf
neodrive.co###thfd
theberry.com,thechive.com###third-box
ticketmaster.com###thisSpon
lyricsfreak.com###ticketcity
yahoo.com###tiles-container > #row-2[style="height: 389.613px; padding-bottom: 10px;"]
rte.ie###tilesHolder
whathifi.com###tip-region
yourweather.co.uk###titulo
myspace.com###tkn_leaderboard
myspace.com###tkn_medrec
placehold.it###tla
fileinfo.com,slangit.com###tlbspace
timeoutabudhabi.com,timeoutbahrain.com,timeoutdoha.com,timeoutdubai.com###tleaderb
thelifefiles.com###tlfAdInBetween300x250
mb.com.ph###tm-toolbar
imdb.com###tn15adrhs
technewsworld.com###tnavad
technutty.co.uk###tnmm-header
omgubuntu.co.uk###to-top
chattanooganow.com###toDoWrap
rssing.com###toi
toonix.com###toonix-adleaderboard
accuweather.com,iconeye.com,phonescoop.com,politics.co.uk,reference.com,thesaurus.com,topcultured.com,tvnz.co.nz###top
jillianmichaels.com,synonym.com###top-300
xxlmag.com###top-728x90
freemake.com###top-advertising
cheese.com,chip.eu,corkindependent.com,ebuddy.com,foodlovers.co.nz,foodnetwork.ca,galwayindependent.com,honesttopaws.com,infrastructurene.ws,inthenews.co.uk,investorplace.com,itweb.co.za,lyrics19.com,maclife.com,maximumpc.com,politics.co.uk,scoop.co.nz,skift.com,techi.com,thedailymash.co.uk,thedailywtf.com,thespiritsbusiness.com,timesofisrael.com,washingtonexaminer.com###top-banner
scoop.co.nz###top-banner-base
theberrics.com###top-banner-container
krebsonsecurity.com###top-banner-image
krebsonsecurity.com###top-banner-img
privatehealth.co.uk###top-banner-outer
autotrader.ie,carzone.ie###top-banner-placeholder
if-not-true-then-false.com###top-banner-wrapper
panorama.am###top-banners
missingremote.com,timesofisrael.com###top-bar
whowhatwear.com###top-container
businessdayonline.com,jacksonville.com###top-header
aspensojourner.com###top-layer
canstar.com.au###top-lb
joystiq.com###top-leader
capetownmagazine.com###top-leader-wrapper
cantbeunseen.com,chairmanlol.com,diyfail.com,explainthisimage.com,fayobserver.com,funnyexam.com,funnytipjars.com,gamejolt.com,iamdisappoint.com,japanisweird.com,morefailat11.com,objectiface.com,passedoutphotos.com,perfectlytimedphotos.com,roulettereactions.com,searchenginesuggestions.com,shitbrix.com,sparesomelol.com,spoiledphotos.com,stopdroplol.com,tattoofailure.com,yodawgpics.com,yoimaletyoufinish.com###top-leaderboard
smarterfox.com###top-left-banner
sportinglife.com###top-links
politiken.dk###top-monster
dubizzle.com###top-mpu
canstar.com.au###top-mrec
ovationtv.com###top-promo
onhax.me###top-promo-dload
inman.com###top-pusher
leaprate.com###top-spon
imassera.com,thebestdesigns.com###top-sponsor
turboc8.com###top-widget
nytimes.com###top-wrapper
suntimes.com###top1
meteovista.co.uk###top10
gamingzion.com###top10c
moviecarpet.com###top728
investmentnews.com###topAdBlock
americanscientist.org,auctiva.com,cartoonnetwork.co.nz,cartoonnetwork.com.au,cartoonnetworkasia.com,eweek.com,filesfrog.com,freecsstemplates.org,geeksailor.com,gizgag.com,highestfive.com,nerve.com,nzherald.co.nz,plosbiology.org,port2port.com,quotesdaddy.com,sciencemag.org,tastemag.co.za###topBanner
cntraveler.com###topBanner728x90_frame
danpatrick.com,microsoft-watch.com###topBannerContainer
macworld.co.uk###topBannerSpot
money.co.uk###topBar
hotscripts.com###topBox
ewn.co.za###topCoke
atlasobscura.com###topContainer
kioskea.net###topContent
steamanalyst.com###topDiv
cnet.com###topDownloads
popularscreensavers.com###topFooter
scoop.co.nz###topHeader
chacha.com###topHeaderBannerWrap
digitalartsonline.co.uk###topLeaderContainer
donedeal.ie,kenyamoja.com,metrotimes.com,orlandoweekly.com,sacurrent.com,startribune.com,wjla.com###topLeaderboard
kenyamoja.com###topLeaderboard + * + .container-bot
autotrader.co.uk,fixya.com,topmarques.co.uk###topLeaderboardContainer
chamberofcommerce.com###topLeaderboardParent
teoma.com###topPaidList
topsite.com###topRightBunner
start.fyi###topSideSda
backpage.com###topSponsorWrapper
prevention.com###topThirdPartyArea
rockyou.com###topXpromoWrapper
hardballtalk.nbcsports.com###top_90h
theepochtimes.com###top_a_0d
ytmnd.com###top_ayd
boxoffice.com,computing.net,dailymotion.com,disc-tools.com,goldentalk.com,guyspeed.com,hemmings.com,imagebam.com,magme.com,moono.com,movieking.me,phonearena.com,popcrush.com,sportsclimax.com,techradar.com,tidbits.com,venturebeatprofiles.com,webappers.com###top_banner
caribpress.com###top_banner_container
theimproper.com###top_banner_widget
haaretz.com,motorship.com###top_banners
avaxsearch.com###top_block
psdeluxe.com###top_bsa
hemmings.com###top_dc_tbl
bnd.com###top_jobs_footer
centredaily.com###top_jobs_search
bakersfield.com,bakersfieldcalifornian.com,dailypuppy.com,jamaicaobserver.com,proudfm.com,rushlimbaugh.com###top_leaderboard
columbiatribune.com###top_leaderboard_pos
computerworld.com###top_leaderboard_wrapper
babylon.com,searchsafer.com###top_links
archerywire.com###top_message
ninemsn.com.au###top_promo_ie8
smosh.com###top_promo_wrapper
electricenergyonline.com,fotolog.com###top_pub
mma-core.com###top_r_bans
imdb.com###top_rhs_1_wrapper
imdb.com###top_rhs_wrapper
getlyrics.com###top_right
escapistmagazine.com###top_site_part
humanevents.com###top_skyscraperbox
cellular-news.com###top_sq_block
samoaobserver.ws###top_wrap1
arthritistoday.org,repeatmyvids.com,w3newspapers.com###topads
btimes.com.my###topadv
scorespro.com###topban
absolutelyrics.com,artima.com,bbyellow.com,bsyellow.com,businesslist.co.cm,businesslist.co.ke,businesslist.com.bd,businesslist.com.ng,businesslist.my,businesslist.ph,businesslist.pk,caymanyellow.com,cdrlabs.com,checkoutmyink.com,chictopia.com,chileindex.com,colombiayp.com,dumpalink.com,ethiopiadirectory.com,exiledonline.com,findtheword.info,georgiayp.com,ghanayp.com,icenews.is,indonesiayp.com,jmyellow.com,jpyellow.com,lebyp.com,lesothoyp.com,localbotswana.com,malawiyp.com,medicaldaily.com,moroccoyp.com,myanmaryp.com,namibiayp.com,nation.lk,plosone.org,puertoricoindex.com,qataryp.com,realitywanted.com,revizoronline.com,rwandayp.com,saudianyp.com,senegalyp.com,sierraexpressmedia.com,snapfiles.com,sudanyp.com,tanzaniayp.com,thaigreenpages.com,thedigitalfix.com,thehill.com,theroar.com.au,thevarguy.com,tntyellow.com,tremolo.edgesuite.net,tunisiayp.com,turkishyp.com,vocm.com,webattack.com,wenn.com,workswithu.com,wzmetv.com,xbox360rally.com,yemenyp.com,zambiayp.com,zimbabweyp.com###topbanner
drugs.com###topbanner-wrap
drugs.com###topbannerWrap
checkoutmyink.com###topbanner_div
chictopia.com###topbanner_pushdown
littlegreenfootballs.com###topbannerdiv
snapfiles.com###topbannermain
eatsleepsport.com,soccerphile.com,torrentpond.com###topbanners
swedishwire.com###topbannerspace
newtechie.com,postadsnow.com,textmechanic.com,thebrowser.com,tota2.com###topbar
thegrio.com###topbar_wrapper
armenpress.am###topbnnr
newsbusters.org###topbox
thecrims.com###topbox_content
educatorstechnology.com###topcontentwrap
bhg.com###topcover
football411.com###topheader
tvembed.eu###toplayerblack
usingenglish.com###topleader
joystiq.com,luxist.com,massively.com,switched.com,wow.com###topleader-wrap
bannedinhollywood.com,eventhubs.com,shopcrazy.com.ph###topleaderboard
celebitchy.com###topline
microcosmgames.com###toppartner
macupdate.com###topprommask
url-encode-decode.com###toppromo
worldtimebuddy.com###toprek
extremetech.com###toprightrail > div:first-child
plos.org###topslot
thespacereporter.com###topster
codingforums.com###toptextlinks
inquisitr.com###topx2
dinozap.tv,hdcastream.com,hdmytv.com,playerhd2.pw###total
dinozap.tv,hdmytv.com###total_banner
pgatour.com###tourPlayer300x250BioAd
vimeo.com###tout_rotater
pcworld.com###touts.module
garfield.com###tower
electricenergyonline.com###tower_pub
phonescoop.com###towerlinks
oncars.com,smbc-comics.com###towers
under30ceo.com###tptopbar
trustedreviews.com###tr-reviews-affiliate-deals-footer
trustedreviews.com###tr-reviews-intro-prices
technologyreview.com###tr35advert
indowebster.com###tr_iklanbaris2
marketwatch.com###trading-center
telegraph.co.uk###trafficDrivers
mapquest.com###trafficSponsor
channelregister.co.uk###trailer
genevalunch.com###transportation
dallasnews.com###traveldeals
people.com###treatYourself
bitcoin.cz###trezor
ragezone.com###tribal
miroamer.com###tribalFusionContainer
sitepoint.com###triggered-cta-box-wrapper
wigflip.com###ts-newsletter
forums.techguy.org###tsg-dfp-300x250
forums.techguy.org###tsg-dfp-between-posts
tsn.ca###tsnHeaderAd
tsn.ca###tsnSuperHeader
macworld.com,pcworld.com,techhive.com###tso
pcmag.com###tswidget
teletoon.com###tt_Sky
tumblr.com###tumblr_radar.premium
tvlistings.theguardian.com###tvgAdvert
tvsquad.com###tvsquad_topBanner
weather.com###twc-partner-spot
twit.tv###twit-ad-medium-rectangle
imgspice.com###txtcht
howtogetridofstuff.com###tz_rwords
direct-download.org###u539880
careerbuilder.com###uJobResultsAdTopRight2_mxsLogoAds__ctl0_CBHyperlink1
yahoo.com###u_2588582-p
kuklaskorner.com###ultimate
theaa.com###unanimis1
snagajob.com###underLeftSponsor
worldwideweirdnews.com###underarticle
jumptogames.com###underrandom
pcworld.com###uniblue
reminderfox.org###uniblueImg
geekosystem.com###unit-area
gossipcop.com,mediaite.com,themarysue.com###unit-footer
styleite.com,thebraiser.com###unit-header
gossipcop.com###unit-header-wrapper
sportsgrid.com###unit-sidebar
thebraiser.com###unit-sidebar-atf
styleite.com,thebraiser.com###unit-sidebar-btf
intothegloss.com###unit250
intothegloss.com###unit600
notebook-driver.com###updatemydrivers
carionltd.com###upmapads
byutvsports.com###upper-poster
comingsoon.net###upperPub
minecraftforum.net###upsell-banner
my.juno.com###usWorldTile
usanetwork.com###usa_desktop
downloadhelper.net###useful-tools
torrentpond.com###usenet-container
searchfiles.de###usenext
armyrecognition.com###vali2
vanguardngr.com###vanguard_cat_widget-36
vanguardngr.com###vanguard_cat_widget-9
citationmachine.net###vantage-header
easybib.com###vantage_lboard
hipforums.com###vbp_banner_82
hipforums.com###vbp_banner_foot
hipforums.com###vbp_banner_head
filespart.com###vdwd30
tv.com###vendor_spotlight
popeater.com###verizonPromo
temptalia.com###vert-boxes
chud.com###vertical.ad
standard.co.uk###viagogo-all-events
theedge.co.nz###vidBanner
ibrod.tv###video
sofascore.com###video-banner-root
cricket.yahoo.com###video-branding
mentalfloss.com###video-div-polo
youtube.com###video-masthead
cartoonnetworkasia.com###videoClip-main-right-ad300Wrapper-ad300
radaronline.com###videoExternalBanner
video.aol.com###videoHatAd
radaronline.com###videoSkyscraper
techradar.com###viewBestDealsWrapper
gumtree.com###vipBanner
europages.co.uk###vipBox
miami.com###visit
news24.com###vitabox-widget
animeflv.net###vlc
laweekly.com,miaminewtimes.com###vmgInterstitial
vidup.me###vplayer_offers
systemrequirementslab.com###vpnText
1movies.is###vpn_inform_block
eatingwell.com###vs4-tags
nickjr.com###vsw-container-wrapper
nickjr.com###vsw-medium-outter
nickjr.com###vsw-small-outter
skysports.com###w10-banner
variety.com###w300x250
anilinkz.to###waifu
inquirer.net###wall_addmargin_left
edmunds.com###wallpaper
information-age.com###wallpaper-surround-outer
eeweb.com###wallpaper_image
thepressnews.co.uk###want-to-advertise
citationmachine.net###wantage-header
inhabitat.com###wapp_signup_widget
realclearhistory.com###warning_empty_div
youtube.com###watch-branded-actions
youtube.com###watch-buy-urls
youtube.com###watch-channel-brand-div
televisionfanatic.com###watch-more
nytimes.com###watchItButtonModule
opensubtitles.org###watch_online
4do.se,dayt.se###watchinhd
dayt.se###watchinhdclose
dayt.se###watchinhddownload
dayt.se###watchinhdjava
murga-linux.com###wb_Image1
sheridanmedia.com###weather-sponsor
wkrq.com###weather_traffic_sponser
kentonline.co.uk###weathersponsorlogo
boldsky.com,goodreturns.in###web_300_100_coupons_container
nzdating.com###webadsskydest
cinewsnow.com###week-catfish
mercurynews.com,santacruzsentinel.com###weeklybar2
linuxinsider.com###welcome-box
mainstreet.com###welcomeOverlay
phoronix.com###welcome_screen
transfermarkt.co.uk###werbung_superbanner
olx.co.za###wesbank_banner
webfail.com###wf-d-300x250
bellinghamherald.com,bradenton.com,carynews.com,centredaily.com,claytonnewsstar.com,fresnobee.com,heraldonline.com,idahostatesman.com,islandpacket.com,kentucky.com,lakewyliepilot.com,ledger-enquirer.com,lsjournal.com,macon.com,modbee.com,myrtlebeachonline.com,newsobserver.com,sanluisobispo.com,star-telegram.com,sunherald.com,thenewstribune.com,theolympian.com,thestate.com,tri-cityherald.com###wgt_dealsave_standalone
sharkyforums.com,smallbusinesscomputing.com###whitePaperIFrame
devshed.com,eweek.com###whitebox
itnews.com.au###whitepapers-container
domaintools.com###whois-related-forsale
spectrum.ieee.org###whtpprs
ubi.com###wide-promo
investing.com###wideBanner
inquirer.net###wideSidebar > .widget
gomapper.com,politics.co.uk###wideSkyScraper
linguee.com###wide_banner_right
inquirer.net###widesky
coupons.com###widesky-banner
pakobserver.net###widget-area-before-content
gigaom.com###widget-area-footer-post-2
howwemadeitinafrica.com###widget-r
inhabitat.com###widget-sam-130410-small
stltoday.com###widget-todays-deal
technabob.com###widgetTable
pcweenies.com###widgetTable[width="170"][bgcolor="#FFFFFF"]
eevblog.com###widget_linkmasterpro_ri-2
simpleprogrammer.com###widget_thrive_leads-2
filesharingtalk.com###widgetlist_column1 > li:first-child + li + li:last-child > .cms_widget
talksport.com###williamarticlelink
search.pch.com###winner-list
thaindian.com###withinsimilar
staugustine.com###wl-wrapper-leaderboard
staugustine.com###wl-wrapper-tier-4
pr0gramm.com###wm
wallpapersmania.com###wm_cpa
modworkshop.net###workshop-nitro-middle
rediff.com###world_right1
rediff.com###world_top
fansfc.com###worldcupspl_container_left
bittorrent.com###wpcom_below_post
daclips.in###wrad_container
documentary.net###wrapper > #horizontal-outer-widgets-1
eteknix.com###wrapper > header
imgur.com###wrapper-pop_sky
strategyinformer.com###wrapper3
euractiv.com###wrapperHeader
cranestodaymagazine.com,hoistmagazine.com,ttjonline.com,tunnelsonline.info,wbpionline.com###wrapper_banners
reference.com,thesaurus.com###wrapserp
sootoday.com###wwSponsor
post-trib.com###wwbncontainer
9news.com###wx-widget-88x31
davidwalsh.name###x-secondary
robtex.com###xadt0
robtex.com###xadt1
maxthon.com###xds
cnet.com###xfp_adspace
robtex.com###xnad728
blasternation.com###xobda
vrbo.com###xtad
fancystreems.com,sharedir.com###y
yahoo.com###y708-ad-lrec1
yahoo.com###y708-sponmid
au.yahoo.com###y708-windowshade
yahoo.com###y_provider_promo
yahoo.com###ya-center-rail > [id^="ya-q-"][id$="-textads"]
answers.yahoo.com###ya-darla-LDRB
answers.yahoo.com###ya-darla-LREC
answers.yahoo.com###ya-qpage-textads
vipboxsports.eu,vipboxsports.me,viplivebox.eu,viponlinesports.eu###ya_layer
sevenload.com###yahoo-container
missoulian.com###yahoo-contentmatch
yahoo.com###yahooPN_CM
yellowpages.com###yahoo_ss_border
yahoo.com###yahoovideo_ysmlinks
uproxx.com###yb-banner
macintouch.com###yellows
finance.yahoo.com###yfi_ad_FB2
finance.yahoo.com###yfi_ad_cl
yahoo.com###yfi_pf_ysm
yahoo.com###yfi_ysm
yahoo.com###ygmapromo
yahoo.com###yh-ysm
yahoo.com###yl_pf_ysm
yahoo.com###ylf-ysm
yahoo.com###ymh-invitational-recs
yahoo.com###yn-darla2
yahoo.com###yn-gmy-promo-answers
yahoo.com###yn-gmy-promo-groups
trackthepack.com###yoggrt
wfaa.com###yollarSwap
yahoo.com###yschsec
fancystreems.com,onlinemoviesgold.com,sharedir.com###yst1
zynga.com###zap-bac-iframe
bloomberg.com,post-gazette.com###zillow
post-trib.com###zip2save_link_widget
sonysix.com###zone-addbanner-wrapper
moreintelligentlife.com###zone-header
hendersondispatch.com,heraldsun.com,hpe.com###zone-leaderboard
bemidjipioneer.com,brainerddispatch.com,dglobe.com,dl-online.com,duluthnewstribune.com,echopress.com,farmingtonindependent.com,grandforksherald.com,hastingsstargazette.com,inforum.com,jamestownsun.com,mitchellrepublic.com,morrissuntribune.com,parkrapidsenterprise.com,perhamfocus.com,republican-eagle.com,rivertowns.net,rosemounttownpages.com,swcbulletin.com,thedickinsonpress.com,wadenapj.com,wctrib.com,wday.com,wdaz.com,woodburybulletin.com###zone-sliding-billboard
italymagazine.com###zone-user-wrapper
kovideo.net###zone0_top_banner_container
hulkshare.com,rockyou.com###zone1
hulkshare.com###zone2
luxury-insider.com###zone_728x90
theonion.com###zoosk
theverge.com##.-ad
automobilemag.com##.-adslot
skysports.com##.-skybet-widget
voiceofsandiego.org##.-sponsored
realtor.com##.ADLB
shoppinglifestyle.com##.ADV
bendsource.com,bestofneworleans.com,bigskypress.com,cltampa.com,csindy.com,dhakatribune.com,federalnewsnetwork.com,sevendaysvt.com,similarsites.com,styleweekly.com,tucsonweekly.com,wtop.com##.Ad
footballitaliano.co.uk##.Ad1
filmsnmovies.com,redbalcony.com##.AdContainer
ludokado.com##.AdFree
verizon.com##.AdIn
incyprus.com.cy##.Add1st
oncars.in##.Adv
colouredgames.com##.AdvGamesList
tvnz.co.nz,vmusic.com.au##.Advert
esi-africa.com,miningreview.com##.Advert-main
irna.ir,journalofaccountancy.com,newvision.co.ug##.Advertisement
europeantour.com##.Advertising
economist.com##.AnimatedPanel--container
sitepoint.com##.ArticleContent_endcap
sitepoint.com##.ArticleLeaderboard_content
hongkiat.com##.BAds
terradaily.com##.BDTX
hotklix.com##.BLK300
batsman.com##.BMSingerHomeAd
highstakesdb.com,jobs24.co.uk##.Banner
acharts.us##.BannerConsole
lbcgroup.tv##.BannerContainer
mixedmartialarts.com##.BannerRightCol
natgeotv.com##.BannerTop
truck1.eu##.Banners
stockopedia.co.uk##.BigSquare
juxtapoz.com##.Billboard
charismanews.com##.BnrWrap728y90
mustakbil.com##.Bottom728x90BannerHolder
hot1045.net##.BottomBannerTD
dailytech.com##.BottomMarquee
freeiconsweb.com##.Bottom_Banner
myps3.com.au##.Boxer[style="height: 250px;"]
ynetnews.com##.CAATVcompAdvertiseTv
myrealgames.com##.CAdFlashPageTop728x90
myrealgames.com##.CAdGamelist160x600
myrealgames.com##.CAdOpenSpace336x280
myrealgames.com##.CAdOpenSpace728x90
myrealgames.com##.CCommonBlockGreen[style="width: 630px;"]
thebull.com.au##.Caja_Der
thekitchn.com##.CakePusher
brecorder.com##.CatFish
clashdaily.com##.ClashDaily_728x90_Single_Top
momondo.ca,momondo.co.uk,momondo.com,momondo.com.au,momondo.ie##.Common-Kn-Display
momondo.ca,momondo.co.uk,momondo.com,momondo.com.au,momondo.ie##.Common-Kn-Rp-FlightInline
tutiempo.net##.ContBannerTop
sport360.com##.ContentBoxSty1IsSponsored
ljworld.com,newsherald.com##.DD-Widget
archdaily.com##.DFP-banner
healthzone.pk##.DataTDDefault[width="160"][height="600"]
israeltoday.co.il##.DnnModule-1143
secdigitalnetwork.com##.DnnModule-6542
secdigitalnetwork.com##.DnnModule-6547
israeltoday.co.il##.DnnModule-758
israeltoday.co.il##.DnnModule-759
yahoo.com##.Feedback
diet.com##.Fine
similarsites.com,topsite.com##.FooterBanner
969therock.com,993thevibe.com,wfls.com##.Footer_A_Column
charismanews.com##.FpFeaturedBoxWrap
artistdaily.com##.FreemiumContent
popmatters.com##.FrontPageBottom728
google.co.uk##.GBTLFYRDM0
google.com##.GC3LC41DERB + div[style="position: relative; height: 170px;"]
google.com##.GGQPGYLCD5
google.com##.GGQPGYLCMCB
google.com##.GISRH3UDHB
orkut.com##.GLPKSKCL
free-games.net##.GamePlayleaderboardholder
bloemfonteincourant.co.za##.HPHalfBanner
mediafire.com##.HSS-hero
u.tv##.Header-Menu-Sponsor
walmart.com##.IABHeader
safehaven.com##.IAB_fullbanner
safehaven.com##.IAB_fullbanner_header
sierraexpressmedia.com##.IBA
inc.com##.IMU-Container
footytube.com##.InSkinHide
israelnationalnews.com##.InfoIn
israelnationalnews.com##.InfoIn2
smartearningsecrets.com##.Intercept-1
bloemfonteincourant.co.za,ofm.co.za,peoplemagazine.co.za##.LeaderBoard
morningstar.com##.LeaderWrap
agrieco.net,fjcruiserforums.com,mlive.com,newsorganizer.com,oxygenmag.com,urgames.com##.Leaderboard
lifegate.com##.Leaderboard_Persone_Article
lifegate.com##.Leaderboard_Persone_Article_Sidebar
myabc50.com,whptv.com,woai.com##.LinksWeLike
timeout.com##.MD_textLinks01
hsj.org##.ML_L1_ArticleAds
mstar.com##.MPFBannerWrapper
expressandstar.com,juicefm.com,kentonline.co.uk,planetrock.com,pulse1.co.uk,pulse2.co.uk,shropshirestar.com,signal1.co.uk,signal2.co.uk,sportal.co.nz,sportal.com.au,swanseasound.co.uk,thewave.co.uk,three.fm,wave965.com,wirefm.com,wishfm.net##.MPU
foxafrica.com##.MPU300
foxafrica.com,foxcrimeafrica.com,fxafrica.tv##.MPU336
three.fm##.MPURight
dubaieye1038.com##.MPU_box
dubai92.com,virginradiodubai.com##.MPU_box-innerpage
virginradiodubai.com##.MPU_box_bottom
autosport.com##.MPU_container
thepittsburghchannel.com##.MS
thebull.com.au##.Maquetas
juxtapoz.com##.MarketPlace
farmersweekly.co.za##.MasterLeaderboard
totaltele.com##.Master_LargeMPU
agrieco.net##.MedRect
bloemfonteincourant.co.za,ofm.co.za##.MediumRectangle
iwsearch.net##.Mid-Top
alienbomb.com##.Middle468x60
mustakbil.com##.Middle728x90BannerHolder
worldtribune.com##.NavMenu
4shared.com##.Nbanner
talkingpointsmemo.com##.Newsmax
toptipstricks.com##.Notice > .noticeContent
tribe.net##.OAS
artistdaily.com##.OFIEContent
sofeminine.co.uk##.OffresSpe_cadre
majorgeeks.com##.Outlines
starsue.net##.OyunReklam
search.aol.co.uk,search.aol.com##.PMB
diamscity.com##.PUB_72890_TOP
agonybooth.com##.PWAd
twogag.com##.PWhalf
gmx.co.uk##.PanelPartners
popstoptv.com##.PeerFly_Banners
priceme.co.nz##.ProductAdr
i4u.com##.Promo
vidoza.net##.PuSOverlay
peoplemagazine.co.za##.R300x250
peoplemagazine.co.za##.R300x600
huffingtonpost.com,search.aol.com##.RHRSLL
search.aol.com##.RHRSLLwseboF
bitcandy.com##.RR_adv
ehow.com##.RadLinks
japantimes.co.jp##.RealEstateAdBlock
streamguys.com##.RecentSongBuyNow
camfuze.com##.RightBannerSpot
charismanews.com##.RightBnrWrap
b105.com##.RotatingPromo_300x80
ebay.co.uk,ebay.com.au##.RtmStyle
aolsearch.com,search.aol.ca,search.aol.co.uk,search.aol.com,search.aol.in,wow.com##.SLL
search.aol.com##.SLLwseboF
lifespy.com##.SRR
lbcgroup.tv##.ScriptDiv
theeagle.com##.SectionRightRail300x600Box
similarsites.com##.SidebarBanner
adobe.com##.SiteFooterRow[style="font-size:9px;font-family:Arial"]
myspace.com##.SitesMedRecModule
kentonline.co.uk##.Sky
japantimes.co.jp##.SmallBanner
car.com##.SmallFont
apnews.com##.Sponsor
mdlinx.com##.Sponsor-Tag
kentonline.co.uk##.SponsorImage
federalnewsnetwork.com,hotscripts.com,jpost.com##.Sponsored
policeone.com##.SponsoredBy
mining.com##.SponsoredPost
futureclaw.com##.Sponsors
labx.com##.SponsorsInfoTable
zone.msn.com##.SuperBannerTVMain
shopping.canoe.ca##.SuperBoxDetails
testcountry.com##.TC_advertisement
yahoo.com.au##.TL_genericads_columns
yahoo.com.au##.TL_medRec_container
narrative.ly##.TakeoverUnit
adobe.com##.TextSmall[align="center"][style="font-size:9px;font-family:Arial"]
wtop.com##.TitleBar-sponsor
algoafm.co.za,hurriyetdailynews.com##.TopBanner
theday.com##.TopNewsSponsor
torrentbar.com##.Tr2[width="41%"]
japantimes.co.jp##.UniversitySearchAdBlock
audioz.download##.UsenetGreen
1003thepoint.com,949thebay.com,radioeagleescanaba.com,radioeaglegaylord.com,radioeaglemarquette.com,radioeaglenewberry.com,radioeaglesoo.com,straitscountry953.com##.VGC_BANNER
vh1.com##.VMNThemeSidebarWidget
zone.msn.com##.VerticalBannerTV_tag
webreference.com##.WRy1
wzzk.com##.Weather_Sponsor_Container
bloemfonteincourant.co.za,ofm.co.za##.WideSkyscraper
wired.com##.WiredWidgetsMarketing
this.org##.Wrap-leaderboard
xbox.com##.XbcSponsorshipText
rxlist.com##.Yahoo
juxtapoz.com##._300x250
thewirecutter.com##._6bcd
howwe.biz##.___top-ad-wrap
howwe.biz##.___top-highlight-articles
breakingisraelnews.com##.__b-popup1__
smallseotools.com##._banner
pirateiro.com##._br9is
filmshowonline.net##._ccctb
ndtv.com##._kpw_wrp_mid
ndtv.com##._kpw_wrp_rhs
monova.to##._skip.container-bt
crawler.com##.a
lawyersweekly.com.au##.a-center
anime1.com,drama.net##.a-content
eplsite.com,sh.st##.a-el
amazon.com##.a-link-normal[href*="&adId="]
medicaldialogues.in##.a-single
krebsonsecurity.com##.a-statement
breitbart.com##.a-wrapper
daijiworld.com##.a2
knowyourmeme.com##.a250x250
cnet.com##.a2[style="padding-top: 20px;"]
gematsu.com,twitch.tv##.a300
animeid.com,makeagif.com##.a728
localtiger.com##.a9gy_lt
citationmachine.net##.aBx
hereisthecity.com,hitc.com##.aLoaded
dexerto.com##.aON
tvnz.co.nz##.aPopup
1movies.se##.a_cont > a[href="/user/buyregistration"]
legacy.com##.aa_Table
androidauthority.com##.aa_button_wrapper
androidauthority.com##.aa_desktop
androidauthority.com##.aa_intcont_300x250
smarteranalyst.com##.ab-tested-trading-center
pcgamesn.com##.ab_mp
imdb.com##.ab_zergnet
mmorpg.com##.abiabnotice
four11.com##.abig
merriam-webster.com##.abl
learnersdictionary.com##.abl-m0-t160-d160
learnersdictionary.com##.abl-m0-t300-d300
k9safesearch.com,k9webprotection.com##.ablk
desktopwallpaperhd.net,four11.com##.ablock
ratemystrain.com##.ablock-container
four11.com##.ablock_leader
four11.com##.ablock_right
9anime.vip##.abmsg
tribalfootball.com##.above-footer-wrapper
likwidgames.com##.aboveSiteBanner
ctrl.blog##.abox
appagg.com,filedir.com##.abox300
roblox.com##.abp
ooyyo.com##.abs-result-holder
slickdeals.net##.abu
whirlpool.net.au##.abvertibing_block
dailyrecord.co.uk##.ac-vehicle-search
au.news.yahoo.com##.acc-moneyhound
goseattleu.com##.accipiter
consequenceofsound.net##.acm-module-300-250
11alive.com,12news.com,12newsnow.com,13newsnow.com,13wmaz.com,17track.net,2gofm.com.au,5newsonline.com,6abc.com,7online.com,947wls.com,9news.com,aa.co.za,aarp.org,abc10.com,abc11.com,abc13.com,abc30.com,abc7.com,abc7chicago.com,abc7news.com,abovethelaw.com,accringtonobserver.co.uk,ack.net,adelaidenow.com.au,adelnews.com,adn.com,adsoftheworld.com,adsupplyads.com,adtmag.com,advocatepress.com,adweek.com,aero-news.net,agjournalonline.com,agra-net.net,ahlanlive.com,aledotimesrecord.com,algemeiner.com,aljazeera.com,allenwestrepublic.com,allkpop.com,allrecipes.co.in,allrecipes.com.au,amandala.com.bz,americanprofile.com,amestrib.com,amny.com,amtrib.com,anandtech.com,androidapps.com,androidauthority.com,aol.com,apalachtimes.com,appolicious.com,arabianbusiness.com,architectsjournal.co.uk,arseniohall.com,articlealley.com,asianjournal.com,asianwiki.com,associationsnow.com,audiko.net,aussieoutages.com,autoblog.com,autoblog360.com,autoguide.com,azarask.in,azfamily.com,bab.la,backtrack-linux.org,bakersfield.com,barnstablepatriot.com,bathchronicle.co.uk,bcdemocratonline.com,bdnews24.com,beaumontenterprise.com,bellinghamherald.com,bikesportnews.com,birminghammail.co.uk,birminghampost.co.uk,blackmorevale.co.uk,blockchain.info,bloomberg.com,blueridgenow.com,bnd.com,boats.com,bobvila.com,boonevilledemocrat.com,boston.com,bostonglobe.com,bostontarget.co.uk,bradenton.com,bradleybraves.com,brandonsun.com,bravotv.com,breitbart.com,brentwoodgazette.co.uk,bridesmagazine.co.uk,brisbanetimes.com.au,bristolpost.co.uk,budgettravel.com,businessdailyafrica.com,businessinsider.com,businesstech.co.za,businesstraveller.com,c21media.net,cairnspost.com.au,canadianoutages.com,canberratimes.com.au,canterburytimes.co.uk,cantondailyledger.com,capecodtimes.com,cardomain.com,carmarthenjournal.co.uk,carmitimes.com,carynews.com,cbs19.tv,cd1025.com,celebdigs.com,celebified.com,centralsomersetgazette.co.uk,centredaily.com,cfl.ca,cfo.com,ch-aviation.com,channel5.com,charismamag.com,charismanews.com,charlestonexpress.com,charlotteobserver.com,cheboygannews.com,cheddarvalleygazette.co.uk,cheezburger.com,chesterchronicle.co.uk,chicagobusiness.com,chicagomag.com,chillicothetimesbulletin.com,chinahush.com,chinasmack.com,chipleypaper.com,christianlifenews.com,christianpost.com,chroniclelive.co.uk,cio.com,citeworld.com,citylab.com,citysearch.com,clashdaily.com,claytonnewsstar.com,clientmediaserver.com,cltv.com,cnet.com,cnn.com,cnnphilippines.com,cnsnews.com,coastlinepilot.com,coasttocoastam.com,codepen.io,collinsdictionary.com,colorlines.com,colourlovers.com,columbiadailyherald.com,comcast.net,competitor.com,computerworld.com,conservativebyte.com,cornishguardian.co.uk,cornishman.co.uk,courier-tribune.com,courier.co.uk,couriermail.com.au,coventrytelegraph.net,cpuboss.com,crawleynews.co.uk,createtv.com,crestviewbulletin.com,crewechronicle.co.uk,cri.cn,crosscards.com,crosscut.com,crossmap.com,crosswalk.com,croydonadvertiser.co.uk,csoonline.com,stylesheetwizardry.com,cupcakesandcashmere.com,cw33.com,cw39.com,cxpress.co.za,cydiaupdates.net,dailycomet.com,dailycommercial.com,dailycute.net,dailyheadlines.net,dailyinterlake.com,dailylife.com.au,dailylobo.com,dailylocal.com,dailyparent.com,dailypost.co.uk,dailyrecord.co.uk,dailytarheel.com,dailytelegraph.com.au,dailytidings.com,dailytrust.com.ng,dawn.com,dcw50.com,deadline.com,dealnews.com,defenseone.com,delish.com,derbytelegraph.co.uk,deseretnews.com,desertdispatch.com,designtaxi.com,dinozap.com,dispatch.com,dodgeforum.com,domain.com.au,dorkingandleatherheadadvertiser.co.uk,dose.com,dover-express.co.uk,doverpost.com,downdetector.co.nz,downdetector.co.uk,downdetector.co.za,downdetector.com,downdetector.in,downdetector.sg,dpreview.com,dribbble.com,drinksmixer.com,drive.com.au,dustcoin.com,earmilk.com,earthsky.org,eastgrinsteadcourier.co.uk,eastlindseytarget.co.uk,eastpeoriatimescourier.com,edmontonjournal.com,eenews.net,elle.com,emedtv.com,energyvoice.com,engadget.com,enquirerherald.com,enstarz.com,essentialbaby.com.au,essentialkids.com.au,essexchronicle.co.uk,etsy.com,eurocheapo.com,euronews.com,everydayhealth.com,everyjoe.com,examiner-enterprise.com,examiner.co.uk,examiner.com,excellence-mag.com,exeterexpressandecho.co.uk,expressnews.com,familydoctor.org,fanfox.net,fanpop.com,farmersguardian.com,farmonlinelivestock.com.au,fashionweekdaily.com,fastcar.co.uk,fayobserver.com,federalnewsnetwork.com,femalefirst.co.uk,fijitimes.com,findthebest.co.uk,findthebest.com,firstcoastnews.com,fivem.net,flashx.tv,floridaindependent.com,fodors.com,folkestoneherald.co.uk,food.com,foodandwine.com,foodnetwork.com,fool.com,footyheadlines.com,forecast7.com,fortmilltimes.com,fosters.com,fowlertribune.com,fox13now.com,fox15abilene.com,fox17online.com,fox2now.com,fox40.com,fox43.com,fox4kc.com,fox59.com,fox5sandiego.com,fox6now.com,fox8.com,foxafrica.com,foxbusiness.com,foxcrimeafrica.com,foxct.com,foxnews.com,foxsoccer.com,foxsportsasia.com,freedom43tv.com,freedomoutpost.com,freshpips.com,fresnobee.com,fromestandard.co.uk,fuse.tv,futhead.com,fxafrica.tv,fxnetworks.com,fxnowcanada.ca,gadsdentimes.com,gainesville.com,galesburg.com,galvanews.com,gamefuse.com,gamemazing.com,garagejournal.com,garfield.com,gayvegas.com,gazettelive.co.uk,geelongadvertiser.com.au,geneseorepublic.com,getbucks.co.uk,getreading.co.uk,getsurrey.co.uk,getwestlondon.co.uk,givememore.com.au,givesmehope.com,gizmodo.com.au,glennbeck.com,gloucestercitizen.co.uk,gloucestershireecho.co.uk,gmanetwork.com,go.com,gocomics.com,goerie.com,goldcoastbulletin.com.au,goldfm.com.au,golf.com,goo.im,good.is,goodfood.com.au,goodhousekeeping.com,goupstate.com,gpuboss.com,grab.by,grapevine.is,graphiq.com,greatschools.org,greenbot.com,greenwooddemocrat.com,grimsbytelegraph.co.uk,grindtv.com,grubstreet.com,gtplanet.net,gumtree.co.za,haaretz.com,hamburgreporter.com,hangout.co.ke,happytrips.com,healthyplace.com,heart1073.com.au,heatworld.com,heralddemocrat.com,heraldonline.com,heraldsun.com.au,heraldtribune.com,hit105.com.au,hit107.com,hknepaliradio.com,hockessincommunitynews.com,hodinkee.com,hollywood-elsewhere.com,hollywoodreporter.com,hoovers.com,hopestar.com,hotfm.com.au,houmatoday.com,houserepairtalk.com,houstonchronicle.com,hsvvoice.com,hulldailymail.co.uk,idahostatesman.com,idganswers.com,indianas4.com,indiewire.com,indyposted.com,infoworld.com,infozambia.com,inhabitat.com,inquirer.net,instyle.com,interest.co.nz,interfacelift.com,interfax.com.ua,intoday.in,investopedia.com,investsmart.com.au,iono.fm,irishmirror.ie,irishoutages.com,islandpacket.com,itsamememario.com,itv.com,itworld.com,jackfm.ca,jacksonville.com,jamaica-gleaner.com,jamieoliver.com,javaworld.com,jdnews.com,jobs.com.au,joeforamerica.com,journaldemocrat.com,journalgazette.net,journalstandard.com,joystiq.com,jsonline.com,kabc.com,kagstv.com,kare11.com,katc.com,kbs.co.kr,kbzk.com,kcentv.com,kdvr.com,kens5.com,kentucky.com,keysnet.com,kfor.com,kgw.com,khou.com,kidspot.com.au,kiiitv.com,king5.com,kinston.com,kiss959.com,koaa.com,kob.com,kofm.com.au,komando.com,koreabang.com,kotaku.com.au,kpax.com,kplr11.com,kqed.org,krem.com,ksdk.com,ktla.com,ktvb.com,kusports.com,kvue.com,kwgn.com,kxlf.com,kxlh.com,lajuntatribunedemocrat.com,lakewyliepilot.com,lawrence.com,leaderpost.com,ledger-enquirer.com,leicestermercury.co.uk,lex18.com,lichfieldmercury.co.uk,lifehacker.com.au,lifesitenews.com,lifezette.com,lincolncourier.com,lincolnshireecho.co.uk,liverpoolecho.co.uk,ljworld.com,llanellistar.co.uk,lmtonline.com,lolbrary.com,lonokenews.net,loop21.com,lordofthememe.com,lostateminor.com,loughboroughecho.net,lsjournal.com,macclesfield-express.co.uk,macombdaily.com,macon.com,macrumors.com,mailtribune.com,manchestereveningnews.co.uk,marieclaire.com,marketwatch.com,mashable.com,maxpreps.com,mcclatchydc.com,mcdonoughvoice.com,memearcade.com,memeslanding.com,memestache.com,mercedsunstar.com,mercurynews.com,miamiherald.com,middevongazette.co.uk,middletowntranscript.com,milfordbeacon.com,military.com,minutemennews.com,mirror.co.uk,mix.com.au,mkweb.co.uk,mlb.mlb.com,modbee.com,moneytalksnews.com,monitor.co.ug,monkeysee.com,monroenews.com,montrealgazette.com,mothership.sg,motorcycle.com,motorcycleroads.com,motortopia.com,movies.com,mozo.com.au,mpnnow.com,mprnews.org,mrconservative.com,mrmovietimes.com,mrqe.com,msn.com,mtshastanews.com,mugglenet.com,mybroadband.co.za,mycareer.com.au,myfitnesspal.com,myfox8.com,myfoxzone.com,mygaming.co.za,myhomeremedies.com,mylifeisaverage.com,mypaper.sg,myrecipes.com,myrtlebeachonline.com,mysearchresults.com,myspace.com,namibtimes.net,nation.co.ke,nation.com.pk,nationaljournal.com,nature.com,nbcsportsradio.com,ncnewspress.com,netnewscheck.com,networkworld.com,newbernsj.com,newportindependent.com,news-journalonline.com,news.com.au,newscentermaine.com,newschief.com,newsday.com,newsfixnow.com,newsherald.com,newslocker.com,newsobserver.com,newsok.com,newsrepublican.com,newstimes.com,newtimes.co.rw,nextmovie.com,nhregister.com,nickmom.com,northdevonjournal.co.uk,norwichbulletin.com,notsafeforwallet.net,nottinghampost.com,ntnews.com.au,nwfdailynews.com,nxfm.com.au,ny1.com,nymag.com,nytco.com,nytimes.com,ocala.com,odometer.com,offbeat.com,olneydailymail.com,omgfacts.com,oriongazette.com,osadvertiser.co.uk,osnews.com,ottawamagazine.com,ovguide.com,paris-express.com,patch.com,patheos.com,paysonroundup.com,pba.org,pbcommercial.com,peakery.com,pekintimes.com,perthnow.com.au,petri.com,phl17.com,photobucket.com,picayune-times.com,pingtest.net,pirateshore.org,pix11.com,pjstar.com,planelogger.com,plosone.org,plymouthherald.co.uk,poconorecord.com,pokestache.com,politico.com,polygon.com,pontiacdailyleader.com,popsugar.com,popsugar.com.au,preaching.com,prepperwebsite.com,pressargus.com,pressmentor.com,pricedekho.com,providencejournal.com,pulaskinews.net,pv-tech.org,q13fox.com,qoshe.com,quackit.com,quibblo.com,radiowest.com.au,ragestache.com,ranker.com,ratemyprofessors.com,readmetro.com,realestate.com.au,realityblurred.com,recordnet.com,recordonline.com,redmondmag.com,refinery29.com,relish.com,retailgazette.co.uk,retfordtimes.co.uk,reviewatlas.com,ridgecrestca.com,roadsideamerica.com,rogerebert.com,rollcall.com,rossendalefreepress.co.uk,rrstar.com,rumorfix.com,runcornandwidnesweeklynews.co.uk,runnow.eu,sacbee.com,sadlovequotes.net,salisburypost.com,sanluisobispo.com,savannahnow.com,sbs.com.au,scpr.org,scsuntimes.com,scubadiving.com,scunthorpetelegraph.co.uk,seacoastonline.com,seafm.com.au,seattletimes.com,sevenoakschronicle.co.uk,sfchronicle.com,sfgate.com,sfx.co.uk,shelbystar.com,sheptonmalletjournal.co.uk,shtfplan.com,si.com,siftingsherald.com,similarsites.com,simpledesktops.com,singingnews.com,siskiyoudaily.com,sixbillionsecrets.com,sj-r.com,sky.com,slacker.com,sleafordtarget.co.uk,slickdeals.net,slidetoplay.com,smackjuice.com,smartcompany.com.au,smartphowned.com,smh.com.au,softpedia.com,somersetguardian.co.uk,soranews24.com,southcoasttoday.com,southerncrossten.com.au,southerngospel.com,southportvisiter.co.uk,southwales-eveningpost.co.uk,spin.com,spokesman.com,sportsdirectinc.com,spot.im,springwise.com,spryliving.com,srpressgazette.com,ssdboss.com,ssireview.org,stagevu.com,stamfordadvocate.com,standard.co.uk,star-telegram.com,starcourier.com,starfl.com,starfm.com.au,starnewsonline.com,statenews.com,statscrop.com,stltoday.com,stocktwits.com,stokesentinel.co.uk,stoppress.co.nz,streetinsider.com,stripes.com,stroudlife.co.uk,stuttgartdailyleader.com,stv.tv,stylenest.co.uk,sub-titles.net,sunfm.com.au,sunherald.com,surfline.com,surreymirror.co.uk,sussexcountian.com,suttoncoldfieldobserver.co.uk,swtimes.com,taftmidwaydriller.com,talkandroid.com,tampabay.com,tamworthherald.co.uk,tasteofawesome.com,tauntongazette.com,teamcoco.com,teaparty.org,techdirt.com,techinsider.io,telegram.com,teutopolispress.com,tgdaily.com,thanetgazette.co.uk,thatslife.com.au,thatssotrue.com,the-dispatch.com,theage.com.au,theaustralian.com.au,theblaze.com,thecitizen.co.tz,thecrimson.com,thecut.com,thedailybeast.com,thedestinlog.com,thedp.com,theeastafrican.co.ke,theepochtimes.com,thefader.com,thefirearmblog.com,thegamechicago.com,thegossipblog.com,thegrio.com,thegrocer.co.uk,thegurdontimes.com,thehawkeye.com,thehungermemes.net,thejournal.co.uk,thekit.ca,theledger.com,themercury.com.au,thenation.com,thenewstribune.com,theoaklandpress.com,theolympian.com,theonion.com,theprovince.com,therangecountry.com.au,therealdeal.com,theresurgent.com,theriver.com.au,theroot.com,thesaurus.com,thestack.com,thestarphoenix.com,thestate.com,thesuntimes.com,thetimesnews.com,thewalkingmemes.com,thewindowsclub.com,thewire.com,thisiswhyimbroke.com,thv11.com,time.com,timeshighereducation.co.uk,timesunion.com,tinypic.com,today.com,tokyohive.com,topgear.com,topsite.com,torontoist.com,torquayheraldexpress.co.uk,touringcartimes.com,townandcountrymag.com,townhall.com,townsvillebulletin.com.au,travelocity.com,travelweekly.com,tri-cityherald.com,tribalfootball.com,tribecafilm.com,tripadvisor.ca,tripadvisor.co.uk,tripadvisor.co.za,tripadvisor.com,tripadvisor.ie,tripadvisor.in,triplem.com.au,triplemclassicrock.com,trucktrend.com,truecar.com,tuscaloosanews.com,tvmaze.com,tvnewscheck.com,twcc.com,twcnews.com,typepad.com,ufc.com,uinterview.com,unfriendable.com,userstyles.org,usmagazine.com,usnews.com,vanburencountydem.com,vancouversun.com,veevr.com,vetfran.com,vev.io,vid.gg,vidbux.com,vidxden.to,viralnova.com,visiontimes.com,vogue.com.au,vulture.com,vvdailypress.com,walesonline.co.uk,walsalladvertiser.co.uk,waltonsun.com,wamu.org,washingtonexaminer.com,washingtontimes.com,washingtontimesreporter.com,watchanimes.me,watoday.com.au,watzatsong.com,waxahachietx.com,way2sms.com,wayfm.com,wbir.com,wbur.org,wcnc.com,weathernationtv.com,webdesignerwall.com,webestools.com,weeklytimesnow.com.au,wegotthiscovered.com,wellcommons.com,wellsjournal.co.uk,westbriton.co.uk,westerndailypress.co.uk,westerngazette.co.uk,westernmorningnews.co.uk,wetpaint.com,wfaa.com,wfmynews2.com,wgno.com,wgnradio.com,wgnt.com,wgntv.com,wgrz.com,whas11.com,whatsnewonnetflix.com,whimn.com.au,whitehalljournal.com,whnt.com,whosay.com,whotv.com,wickedlocal.com,wildcat.arizona.edu,windsorstar.com,winewizard.co.za,winnipegfreepress.com,wkyc.com,wltx.com,wnep.com,womansday.co.nz,womansday.com,womansday.com.au,woodfordtimes.com,worldreview.info,worthplaying.com,wow247.co.uk,wqad.com,wral.com,wreg.com,wrestlezone.com,wsj.com,wtkr.com,wtsp.com,wtvr.com,wusa9.com,wwltv.com,wzzm13.com,x17online.com,yahoo.com,yorkpress.co.uk,yourmiddleeast.com,zam.com,zedge.net,zillow.com,zooweekly.com.au,zybez.net##.ad
breathecast.com##.ad > div
techrepublic.com,yahoo.com##.ad-active
deviantart.com##.ad-blocking-makes-fella-confused
alarabiya.net,atlanticfarmfocus.ca,burnsidenews.com,capebretonpost.com,cbncompass.ca,cornwallseawaynews.com,cumberlandnewsnow.com,dailybusinessbuzz.ca,edmunds.com,flightaware.com,ganderbeacon.ca,gfwadvertiser.ca,haaretz.com,hantsjournal.ca,hiapkdownload.com,jerusalemonline.com,journalism.co.uk,journalpioneer.com,kingscountynews.ca,leaprate.com,lportepilot.ca,lubbockonline.com,memecdn.com,memecenter.com,metrolyrics.com,mjtimes.sk.ca,ngnews.ca,novanewsnow.com,orleansstar.ca,paherald.sk.ca,pcworld.in,reverso.net,revision3.com,sasknewsnow.com,soapoperadigest.com,southerngazette.ca,tasteofhome.com,thecoastguard.ca,theguardian.pe.ca,thehindu.com,thepacket.ca,thetelegram.com,thevanguard.ca,thewesternstar.com,trurodaily.com,vinesbay.com,viralnova.com,westislandchronicle.com,westmountexaminer.com,where.ca,zerohedge.com##.ad-box
6abc.com,9news.com.au,abc11.com,abc13.com,abc30.com,abc7.com,abc7chicago.com,abc7news.com,abc7ny.com,ack.net,adelnews.com,advocatepress.com,agjournalonline.com,aledotimesrecord.com,amestrib.com,apalachtimes.com,autofocus.ca,barnstablepatriot.com,bcdemocratonline.com,beautifuldecay.com,bizjournals.com,biznews.com,blueridgenow.com,boonevilledemocrat.com,boston.com,businessinsider.com.au,cantondailyledger.com,capecodtimes.com,carmitimes.com,charlestonexpress.com,cheapism.com,chillicothetimesbulletin.com,chipleypaper.com,cnn.com,columbiadailyherald.com,courier-tribune.com,cpuboss.com,crestviewbulletin.com,dailycomet.com,dailycommercial.com,dailysun.co.za,dailytidings.com,desertdispatch.com,digg.com,dispatch.com,dnainfo.com,doverpost.com,downforeveryoneorjustme.com,driven.co.nz,eastpeoriatimescourier.com,ecr.co.za,electrek.co,engineeringnews.co.za,etcanada.com,examiner-enterprise.com,fayobserver.com,firehouse.com,fosters.com,fowlertribune.com,foxbusiness.com,foxnews.com,funkidslive.com,gadsdentimes.com,gainesville.com,galesburg.com,galvanews.com,geneseorepublic.com,glamour.com,golf.com,goupstate.com,gpuboss.com,greenwooddemocrat.com,hamburgreporter.com,hbr.org,heralddemocrat.com,heraldtribune.com,hockessincommunitynews.com,hollywoodreporter.com,hopestar.com,houmatoday.com,hsvvoice.com,ign.com,jacarandafm.com,jacksonville.com,jdnews.com,journaldemocrat.com,journalstandard.com,kbb.com,kinston.com,komando.com,lajuntatribunedemocrat.com,lincolncourier.com,lonokenews.net,macstories.net,mailtribune.com,mcdonoughvoice.com,middletowntranscript.com,milfordbeacon.com,miningweekly.com,mobilesyrup.com,modernhealthcare.com,moneysense.ca,morningstar.com,mpnnow.com,mtshastanews.com,myfitnesspal.com,naminum.com,nbcnews.com,ncnewspress.com,newbernsj.com,newportindependent.com,news-journalonline.com,newschief.com,newsherald.com,newsrepublican.com,niufm.com,norwichbulletin.com,nwfdailynews.com,nzherald.co.nz,ocala.com,olneydailymail.com,oriongazette.com,paris-express.com,pbcommercial.com,pekintimes.com,picayune-times.com,pjstar.com,poconorecord.com,pontiacdailyleader.com,pressargus.com,pressmentor.com,providencejournal.com,pulaskinews.net,radicalresearch.co.uk,radio531pi.com,recordnet.com,recordonline.com,refinery29.com,reviewatlas.com,ridgecrestca.com,rollingstone.com,rrstar.com,savannahnow.com,scroll.in,scsuntimes.com,seacoastonline.com,seattletimes.com,shelbystar.com,siftingsherald.com,siskiyoudaily.com,sj-r.com,slate.com,sltrib.com,southcoasttoday.com,srpressgazette.com,ssdboss.com,stackexchange.com,starcourier.com,starfl.com,starnewsonline.com,stockhouse.com,stuttgartdailyleader.com,sussexcountian.com,swtimes.com,taftmidwaydriller.com,telegram.com,teutopolispress.com,the-dispatch.com,theaustralian.com.au,thedestinlog.com,thegurdontimes.com,thehawkeye.com,thehindu.com,theledger.com,thelocal.at,thelocal.ch,thelocal.de,thelocal.dk,thelocal.es,thelocal.fr,thelocal.it,thelocal.no,thelocal.se,themercury.com.au,thenewslens.com,thesuntimes.com,thetimesnews.com,thrillist.com,toofab.com,tuscaloosanews.com,vanburencountydem.com,vice.com,vvdailypress.com,waltonsun.com,washingtontimesreporter.com,whitehalljournal.com,wickedlocal.com,woodfordtimes.com,xboxdvr.com,youtube.com,zerohedge.com##.ad-container
cnet.com##.ad-leader-middle
faithit.com##.ad-wrapper + .widget-area
vesselfinder.com##.ad0
bnqt.com##.ad05
afreecodec.com,allmp3song.in,brothersoft.com,crow.com,djhungama.net,famously-dead.com,famouslyarrested.com,famouslyscandalous.com,gamrreview.com,indiatimes.com,lolcounter.com,mymp3song.info,rodalenews.com,sundaymail.co.zw,sundaynews.co.zw,thestandard.com.hk,timesofindia.com,videoming.com,wapking.site,weathernationtv.com,webmaster-source.com,worldclock.com##.ad1
allmp3song.in,brothersoft.com,crow.com,famously-dead.com,famouslyarrested.com,famouslyscandalous.com,livemint.com,mymp3singer.site,mymp3song.info,roms4droid.com,sundaymail.co.zw,sundaynews.co.zw,videoming.com,wapking.site,weathernationtv.com,worldclock.com##.ad2
afreecodec.com,crow.com,livemint.com,mpog100.com,sundaymail.co.zw,sundaynews.co.zw##.ad3
hitfreegames.com,sundaymail.co.zw,sundaynews.co.zw##.ad4
sundaymail.co.zw,sundaynews.co.zw,vesselfinder.com##.ad5
sundaymail.co.zw,sundaynews.co.zw##.ad6
sundaymail.co.zw,sundaynews.co.zw##.ad7
buy.com##.adBG
cafemom.com,cio.co.uk,cvs.com,digitalartsonline.co.uk,emarketer.com,flightradar24.com,geek.com,globaltv.com,glosbe.com,hgtv.ca,macworld.co.uk,newspakistan.pk,nytimes.com,ocweekly.com,petagadget.com,sky.com,t3.com,thehimalayantimes.com,yakimaherald.com##.adContainer
technologicvehicles.com##.adEvTaiwan
webfail.com##.adMR
ifaonline.co.uk,relink.us##.ad_right
telegraph.co.uk##.adarea + .summaryMedium
englishrussia.com,keepvid.com,metrowestdailynews.com##.adb
pencurimovie.cc##.adb_overlay
aol.com,beautysouthafrica.com,blurtit.com,breakingnews.com,dataversity.net,digitalhome.ca,eatv.tv,eurowerks.org,heyuguys.co.uk,ippmedia.com,linkedin.com,longislandpress.com,music-news.com,opensourcecms.com,opposingviews.com,readersdigest.co.uk,sakshi.com,songlyrics.com,sugarrae.com,techeblog.com,thebizzare.com,winbeta.org##.adblock
dexerto.com##.adblockON
affiliatefix.com,blogto.com,cargoinfo.co.za,centreforaviation.com,interglot.com,lockerz.com,macdailynews.com,mensjournal.com,midnightpoutine.ca,mvnrepository.com,podfeed.net,pricespy.co.nz,sfbayview.com,viralnova.com,whatsmyip.org,willyweather.com,willyweather.com.au##.adbox
moviechat.org##.adc
search.ch##.adcell
ctrl.blog##.adco
caughtoffside.com,fanatix.com,ibtimes.co.in,nfl.com,patheos.com,rediff.com,theconstructionindex.co.uk,tucsonsentinel.com,wikihow.com##.adcontainer
caffeineinformer.com,runnerspace.com,sumanasa.com##.adcontent
4archive.org,allrovi.com,bdnews24.com,edutourism.in,hotnewhiphop.com,itproportal.com,keepvid.com,nciku.com,newsroom.co.nz,newvision.co.ug,telegraphindia.com,thehindu.com,yourepeat.com##.add
moneycontrol.com##.add-970-90
moneycontrol.com##.add-ban
africareview.com##.add-banner
buzz.ie,irishpost.com,newsie.co.nz,sunlive.co.nz,theweekendsun.co.nz##.add-block
1049.fm,drgnews.com,mybasin.com##.add-box
morningstar.in,pbs.org##.add-container
irishpost.com##.add-pad
ndtv.com,www-ndtv-com.cdn.ampproject.org##.add-section
skymetweather.com##.add-top
bronchiectasisandntminitiative.org##.add-top-margin
addictivetips.com##.add-under-post
edutourism.in,time4tv.com##.add1
muslimobserver.com,sundownsfc.co.za##.add2
forexminute.com##.add4
telegraphindia.com##.addDivSquare
tvnz.co.nz##.addHolder
investorschronicle.co.uk##.addPlacement
worldissues360.com##.addWrapper
viralitytoday.com##.add_banner_area
abplive.in##.add_center
yellowpages.ae##.add_main_div
inspiyr.com##.add_unit
inspiyr.com##.add_unit1
yellowpages.ae##.add_view300_250
firstpost.com##.add_wrp
gbcghana.com##.addbg
hscripts.com##.addbox
funmunch.com##.addimage
springfieldspringfield.co.uk##.additional-content
cadenaazul.com,intoday.in,irctc.co.in,lapoderosa.com,telegraph.co.uk,thestatesman.com##.adds
oyefm.in##.addv
4chan.org##.adg
techhamlet.com##.adhered
answers.com##.adhesion_dom
africanreporter.co.za,albertonrecord.co.za,alexnews.co.za,barbertontimes.co.za,bedfordviewedenvalenews.co.za,benonicitytimes.co.za,bereamail.co.za,boksburgadvertiser.co.za,brakpanherald.co.za,capricornreview.co.za,citybuzz.co.za,comarochronicle.co.za,corridorgazette.co.za,estcourtnews.co.za,eyethunews.co.za,fourwaysreview.co.za,germistoncitynews.co.za,hazyviewherald.co.za,heidelbergnigelheraut.co.za,highvelder.co.za,highwaymail.co.za,joburgeastexpress.co.za,kathorusmail.co.za,kemptonexpress.co.za,kormorant.co.za,krugersdorpnews.co.za,ladysmithgazette.co.za,letabaherald.co.za,maritzburgsun.co.za,midrandreporter.co.za,newcastleadvertiser.co.za,northcliffmelvilletimes.co.za,northcoastcourier.co.za,northeasterntribune.co.za,northernnatalcourier.co.za,northglennews.co.za,phoenixsun.co.za,publiceyemaritzburg.co.za,randburgsun.co.za,randfonteinherald.co.za,rekordcenturion.co.za,rekordeast.co.za,rekordmoot.co.za,rekordnorth.co.za,reviewonline.co.za,risingsunchatsworth.co.za,risingsunlenasia.co.za,risingsunoverport.co.za,roodepoortnorthsider.co.za,roodepoortrecord.co.za,rosebankkillarneygazette.co.za,sandtonchronicle.co.za,southcoastherald.co.za,southcoastsun.co.za,southerncourier.co.za,southlandssun.co.za,sowetourban.co.za,springsadvertiser.co.za,standertonadvertiser.co.za,tembisan.co.za,vryheidherald.co.za,westside-eldos.co.za,witbanknews.co.za,zululandobserver.co.za##.adhesive_holder
naldzgraphics.net##.adis
thedailystar.net##.adivvert
usabit.com##.adk2_slider_baner
pbs.org##.adl
animalfactguide.com,ask.com,bigislandnow.com,dnainfo.com,portlandmonthlymag.com##.adlabel
ebookbrowse.com##.adleft
vietnamnet.vn##.adm_c1
ncaa.com##.adman-label
jokeroo.com##.admb
gmatclub.com##.admissionPartners
deadline.com##.admz-sp
experienceproject.com##.adn
drudgereport.com##.adonis-placeholder
ctrl.blog##.adox
flightglobal.com##.adp
iamwire.com##.adr
iskullgames.com##.adr300
zercustoms.com##.adrh
1sale.com,7billionworld.com,9jaflaver.com,abajournal.com,achieveronline.co.za,altavista.com,androidfilehost.com,arcadeprehacks.com,asbarez.com,bbqonline.co.za,birdforum.net,bluechipjournal.co.za,boodigo.com,browardpalmbeach.com,canstarblue.co.nz,chordfrenzy.com,citypages.com,climatechangenews.com,coinad.com,cuzoogle.com,cyclingweekly.co.uk,dallasobserver.com,disconnect.me,domainnamenews.com,eco-business.com,energyforecastonline.co.za,energylivenews.com,eventcinemas.co.nz,exploreonline.co.za,facemoods.com,fashionnetwork.com,flashx.tv,focustaiwan.tw,foxbusiness.com,foxnews.com,freetvall.com,friendster.com,fstoppers.com,ftadviser.com,furaffinity.net,gentoo.org,geo.tv,ghananation.com,gmanetwork.com,gogoanime.tv,goodthingsguy.com,govtrack.us,gramfeed.com,gyazo.com,harvestsa.co.za,hispanicbusiness.com,houstonpress.com,html5test.com,hurricanevanessa.com,i-dressup.com,ichan.net,ieltsonlinetests.com,iheart.com,ilovetypography.com,indiatimes.com,infozambia.com,isearch.whitesmoke.com,itproportal.com,jooble.org,laptopmag.com,laweekly.com,leadershipinsport.co.za,leadershiponline.co.za,leadersinwellness.co.za,lfpress.com,lovemyanime.net,malaysiakini.com,manga-download.org,maps.google.com,marinetraffic.com,mb.com.ph,mehrnews.com,meta-calculator.com,miaminewtimes.com,mini-ielts.com,miningprospectus.co.za,mmajunkie.com,mugshots.com,myfitnesspal.com,mypaper.sg,nativeplanet.com,nbc.na,nbcnews.com,news.nom.co,nsfwyoutube.com,nugget.ca,opportunityonline.co.za,osn.com,panorama.am,pastie.org,phoenixnewtimes.com,phpbb.com,playboy.com,pocket-lint.com,pokernews.com,previously.tv,radionomy.com,radiotoday.com.au,reason.com,roadaheadonline.co.za,russia-insider.com,ryanseacrest.com,savevideo.me,sddt.com,searchfunmoods.com,servicepublication.co.za,sgcarmart.com,shipyearonline.co.za,shopbot.ca,sina.com,sourceforge.net,stars-portraits.com,stcatharinesstandard.ca,straitstimes.com,strawpoll.me,tass.ru,tcm.com,tech2.com,tehrantimes.com,thecatholicuniverse.com,thedailyobserver.ca,thedailysheeple.com,thejakartapost.com,thelakewoodscoop.com,themalaysianinsider.com,thenews.com.pk,theobserver.ca,thepeterboroughexaminer.com,theprojectmanager.co.za,thestar.com.my,thevoicebw.com,tjpnews.com,today.com,turner.com,twogag.com,ubuntumagazine.co.za,ultimate-guitar.com,viamichelin.co.uk,viamichelin.com,viamichelin.ie,vidstreaming.io,villagevoice.com,wallpaper.com,washingtonpost.com,wayfm.com,wdet.org,westword.com,wftlsports.com,womanandhome.com,wtvz.net,yahoo.com,youthedesigner.com,yuku.com##.ads
glarysoft.com##.ads + .search-list
searchfunmoods.com##.ads + ul > li
y8.com##.ads-bottom-table .grey-box-bg
playboy.com##.ads-column > h2
dailywot.com,girlgames4u.com,roblox.com,spotify.com,xing.com##.ads-container
gumtree.com##.ads-partner-anyvan
vdare.com##.ads-vdare
hitfreegames.com,hwinfo.com,twogag.com##.ads2
twogag.com##.ads5
twogag.com##.adsPW
twogag.com##.adsPW2
localmoxie.com##.ads_tilte
localmoxie.com##.ads_tilte + .main_mid_ads
giveawayoftheday.com##.ads_wrap
entrepreneur.com##.adsby
smallseotools.com##.adsbygoogle + script + center[id^="img"]
about.com,bloomberg.com,borfast.com,cdrinfo.com,comesrilanka.com,dpivst.com,howmanyleft.co.uk,instantpulp.com,mysmartprice.com,nintandbox.net,nycity.today,over-blog.com,plurk.com,portugalresident.com,scitechdaily.com,sgentrepreneurs.com,techsupportalert.com,tolonews.com,wikihoops.com,wlds.com##.adsense
search.b1.org##.adslabel
animeid.com##.adspl
cheapies.nz##.adstop
gamerant.com##.adtester-container
desertdispatch.com,f1fanatic.co.uk,geeky-gadgets.com,highdesert.com,indiatoday.in,journalgazette.net,lgbtqnation.com,miamitodaynews.com,myrecipes.com,thevoicebw.com,vvdailypress.com,wsj.com##.adtext
reason.com,rushlimbaugh.com##.adtitle
ansamed.info,baltic-course.com,carsdirect.com,cbc.ca,cctv.com,cineuropa.org,cpuid.com,facebook.com,flicks.co.nz,futbol24.com,getwapi.com,howstuffworks.com,intoday.in,isearch.omiga-plus.com,jetphotos.com,maritimejobs.com,massappeal.com,mnn.com,mtv.com,mysuncoast.com,newagebd.net,ok.co.uk,ponged.com,prohaircut.com,qone8.com,roadfly.com,rockol.com,runamux.net,search.v9.com,tunemovies.to,ultimate-guitar.com,vh1.com,webssearches.com,zbani.com##.adv
gsmarena.com##.adv-bottom
luxury-insider.com##.adv-info
vidstream.io##.adv-space
veoh.com##.adv-title
gsmarena.com##.adv-top
btn.com##.adv-widget
bdnews24.com##.adv1
futbol24.com##.adv2
prohaircut.com##.adv3
yesasia.com##.advHr
themoscowtimes.com##.adv_block
vietnamnet.vn##.adv_info
dt-updates.com##.adv_items
faceyourmanga.com##.adv_special
thedailystar.net##.advatige
infoplease.com##.advb
98online.com,9news.com.au,abplive.in,africareview.com,airgunshooting.co.uk,airmalta.com,allghananews.com,anews.com.tr,angliaafloat.co.uk,arabianindustry.com,barkinganddagenhampost.co.uk,becclesandbungayjournal.co.uk,bexleytimes.co.uk,bitcoinzebra.com,blogto.com,bloomberg.com,bollywoodhungama.com,bromsgrovestandard.co.uk,btcmanager.com,burymercury.co.uk,cambstimes.co.uk,canalboat.co.uk,caribbeancinemas.com,cbc.ca,centralfm.co.uk,chemicalwatch.com,cheshirelife.co.uk,coastalscene24.co.uk,completefrance.com,cotswoldlife.co.uk,countrysmallholding.com,coventryobserver.co.uk,cranbrookherald.com,craveonline.com,crimemagazine.com,dailyedge.ie,dailysun.co.za,dawn.com,derbyshirelife.co.uk,derehamtimes.co.uk,designmena.com,devonlife.co.uk,directory247.co.uk,dissmercury.co.uk,dorsetmagazine.co.uk,droitwichstandard.co.uk,dunmowbroadcast.co.uk,eadt.co.uk,eastlondonadvertiser.co.uk,edp24.co.uk,ee.co.za,elystandard.co.uk,eos.org,essexlifemag.co.uk,eveningnews24.co.uk,eveshamobserver.co.uk,exmouthherald.co.uk,exmouthjournal.co.uk,express.co.uk,expressandstar.com,fakenhamtimes.co.uk,farmprogress.com,filmymonkey.com,foxbusiness.com,foxnews.com,ft.com,games.co.uk,gamesgames.com,gamesindustry.biz,gfi.com,gnovies.com,gravesendreporter.co.uk,greatbritishlife.co.uk,greatyarmouthmercury.co.uk,greenun24.co.uk,guardianonline.co.nz,guernseypress.com,gulfnews.com,hackneygazette.co.uk,hamhigh.co.uk,hampshire-life.co.uk,healthcanal.com,healthguru.com,healthinsurancedaily.com,herefordshirelife.co.uk,hertfordshirelife.co.uk,hertsad.co.uk,hollywoodreporter.com,hoteliermiddleeast.com,huntspost.co.uk,icaew.com,ilfordrecorder.co.uk,ipswichstar.co.uk,islingtongazette.co.uk,jerseyeveningpost.com,journeychristiannews.com,jqueryte.com,kent-life.co.uk,kentnews.co.uk,kumusika.co.zw,lancashirelife.co.uk,leamingtonobserver.co.uk,legendarypokemon.net,lgr.co.uk,livingedge.co.uk,lowestoftjournal.co.uk,maltapark.com,malvernobserver.co.uk,medicalnewstoday.com,megasearch.co,midweekherald.co.uk,mmegi.bw,momjunction.com,money-marketuk.com,morningstar.co.uk,msnbc.com,music-news.com,myfinances.co.uk,newhamrecorder.co.uk,newstalkzb.co.nz,newsweek.com,nine.com.au,ninemsn.com.au,norfolkmag.co.uk,northdevongazette.co.uk,northeastlifemag.co.uk,northnorfolknews.co.uk,northsomersettimes.co.uk,outdoorchannel.com,phnompenhpost.com,piccsy.com,pilotweb.aero,pinkun.com,radiosport.co.nz,realestate.co.nz,redditchstandard.co.uk,romfordrecorder.co.uk,royston-crow.co.uk,rugbyobserver.co.uk,saffronwaldenreporter.co.uk,shropshirelifemagazine.co.uk,shropshirestar.com,sidmouthherald.co.uk,skysports.com,solihullobserver.co.uk,somerset-life.co.uk,sowetanlive.co.za,sportingshooter.co.uk,sportspromedia.com,stowmarketmercury.co.uk,stratfordobserver.co.uk,sudburymercury.co.uk,suffolkmag.co.uk,surreylife.co.uk,sussexlife.co.uk,technewstoday.com,tenplay.com.au,the42.ie,thecomet.net,thegardener.co.za,thegayuk.com,thejournal.ie,theneweuropean.co.uk,thetribunepapers.com,thewestonmercury.co.uk,totalscifionline.com,travelchannel.com,trucksplanet.com,tvweek.com,videogamer.com,warwickshirelife.co.uk,wattonandswaffhamtimes.co.uk,weddingsite.co.uk,westessexlife.co.uk,whtimes.co.uk,wiltshiremagazine.co.uk,winewizard.co.za,wisbechstandard.co.uk,worcesterobserver.co.uk,worcestershirelife.co.uk,wow247.co.uk,wymondhamandattleboroughmercury.co.uk,yorkshirelife.co.uk,yourchickens.co.uk,z9movie.com##.advert
bdaily.co.uk##.advert-wrapper + .columnist
naldzgraphics.net##.advertBSA
bandwidthblog.com,demerarawaves.com,eaglecars.com,earth911.com,hypable.com,pcmag.com,proporn.com,slodive.com,smartearningsecrets.com,smashingapps.com,theawesomer.com,theawesomer.comtar.com,weathernationtv.com,zimbabwesituation.com##.advertise
dailyvoice.com##.advertise-with-us
citysearch.com##.advertiseLink
insiderpages.com##.advertise_with_us
000webhost.com,1380thebiz.com,1520thebiz.com,1520wbzw.com,760kgu.biz,880thebiz.com,aarp.org,about.com,afro.com,allrecipes.com,alternet.org,am1260thebuzz.com,amctv.com,animax-asia.com,annahar.com,araratadvertiser.com.au,areanews.com.au,armidaleexpress.com.au,avclub.com,avonadvocate.com.au,axn-asia.com,barossaherald.com.au,batemansbaypost.com.au,baysidebulletin.com.au,begadistrictnews.com.au,bellingencourier.com.au,bendigoadvertiser.com.au,benfergusonshow.com,betvasia.com,bigthink.com,biz1190.com,bizarremag.com,blacktownsun.com.au,blayneychronicle.com.au,bloomberg.com,bluemountainsgazette.com.au,boingboing.net,bombalatimes.com.au,boorowanewsonline.com.au,bordermail.com.au,braidwoodtimes.com.au,bravotv.com,bunburymail.com.au,business1110ktek.com,business1570.com,businessinsurance.com,busseltonmail.com.au,camdenadvertiser.com.au,camdencourier.com.au,canowindranews.com.au,capitalfm.co.ke,caranddriver.com,carrierethernetnews.com,centraladvocate.com.au,centralwesterndaily.com.au,cessnockadvertiser.com.au,christianradio.com,cinemablend.com,classicalmpr.org,classicandperformancecar.com,clickhole.com,colliemail.com.au,colypointobserver.com.au,competitor.com,conservativeradio.com,coomaexpress.com.au,cootamundraherald.com.au,cowraguardian.com.au,crainsnewyork.com,crookwellgazette.com.au,crosswalk.com,dailyadvertiser.com.au,dailygazette.com,dailyliberal.com.au,dailyrecord.com,dandenongjournal.com.au,defenceweb.co.za,di.fm,digiday.com,donnybrookmail.com.au,downloadcrew.com,dunedintv.co.nz,dungogchronicle.com.au,easternriverinachronicle.com.au,edenmagnet.com.au,elliottmidnews.com.au,esperanceexpress.com.au,essentialmums.co.nz,evite.com,examiner.com.au,eyretribune.com.au,fairfieldchampion.com.au,fastcocreate.com,fastcodesign.com,financialcontent.com,finnbay.com,forbesadvocate.com.au,frankstonweekly.com.au,gazettextra.com,gematsu.com,gemtvasia.com,gififly.com,gippslandtimes.com.au,gleninnesexaminer.com.au,globest.com,gloucesteradvocate.com.au,goodcast.org,goondiwindiargus.com.au,goulburnpost.com.au,greatlakesadvocate.com.au,grenfellrecord.com.au,guyraargus.com.au,hardenexpress.com.au,hawkesburygazette.com.au,hcn.org,hepburnadvocate.com.au,hillsnews.com.au,hispanicbusiness.com,huffingtonpost.ca,huffingtonpost.co.uk,huffingtonpost.co.za,huffingtonpost.com,huffingtonpost.com.au,huffingtonpost.in,humeweekly.com.au,huntervalleynews.net.au,i-dressup.com,imgur.com,inverelltimes.com.au,irishtimes.com,jewishjournal.com,jewishworldreview.com,juneesoutherncross.com.au,kansas.com,katherinetimes.com.au,kdow.biz,kkol.com,knoxweekly.com.au,labx.com,lakesmail.com.au,lamag.com,latrobevalleyexpress.com.au,legion.org,lifezette.com,lithgowmercury.com.au,liverpoolchampion.com.au,livestrong.com,livetennis.com,macarthuradvertiser.com.au,macedonrangesweekly.com.au,macleayargus.com.au,magtheweekly.com,mailtimes.com.au,maitlandmercury.com.au,mandurahmail.com.au,manningrivertimes.com.au,manoramaonline.com,margaretrivermail.com.au,maribyrnongweekly.com.au,marinmagazine.com,maroondahweekly.com.au,martechadvisor.com,meltonweekly.com.au,merimbulanewsonline.com.au,merredinmercury.com.au,metservice.com,mocospace.com,monashweekly.com.au,money1055.com,mooneevalleyweekly.com.au,moreechampion.com.au,movies4men.co.uk,mprnews.org,mtvindia.com,mudgeeguardian.com.au,murrayvalleystandard.com.au,muswellbrookchronicle.com.au,myallcoastnota.com.au,nambuccaguardian.com.au,naroomanewsonline.com.au,narrominenewsonline.com.au,nashvillescene.com,nationalgeographic.com,nationalreview.com,newcastlestar.com.au,northernargus.com.au,northerndailyleader.com.au,northweststar.com.au,noted.co.nz,nvi.com.au,nynganobserver.com.au,nytimes.com,oann.com,oberonreview.com.au,oklahoman.com,onetvasia.com,onlinegardenroute.co.za,oxygen.com,parenthood.com,parkeschampionpost.com.au,parramattasun.com.au,pch.com,peninsulaweekly.com.au,penrithstar.com.au,plasticsnews.com,portlincolntimes.com.au,portnews.com.au,portpirierecorder.com.au,portstephensexaminer.com.au,praguepost.com,psychologytoday.com,queanbeyanage.com.au,racingbase.com,radioguide.fm,readamericanfootball.com,readarsenal.com,readastonvilla.com,readbasketball.com,readbetting.com,readbournemouth.com,readboxing.com,readbrighton.com,readbundesliga.com,readburnley.com,readcars.co,readceltic.com,readchampionship.com,readchelsea.com,readcricket.com,readcrystalpalace.com,readeverton.com,readeverything.co,readfashion.co,readfilm.co,readfood.co,readfootball.co,readgaming.co,readgolf.com,readhorseracing.com,readhuddersfield.com,readhull.com,readinternationalfootball.com,readlaliga.com,readleicester.com,readliverpoolfc.com,readmancity.com,readmanutd.com,readmiddlesbrough.com,readmma.com,readmotorsport.com,readmusic.co,readnewcastle.com,readnorwich.com,readnottinghamforest.com,readolympics.com,readpl.com,readrangers.com,readrugbyunion.com,readseriea.com,readshowbiz.co,readsouthampton.com,readsport.co,readstoke.com,readsunderland.com,readswansea.com,readtech.co,readtennis.co,readtottenham.com,readtv.co,readussoccer.com,readwatford.com,readwestbrom.com,readwestham.com,readwsl.com,redsharknews.com,rhsgnews.com.au,riverinaleader.com.au,rollcall.com,rollingstoneaus.com,roxbydownssun.com.au,rubbernews.com,sconeadvocate.com.au,sify.com,silverdoctors.com,singletonargus.com.au,smallbusiness.co.uk,soft112.com,sonychannel.co.za,sonychannelasia.com,sonymax.co.za,sonymoviechannel.co.uk,sonytv.com,southcoastregister.com.au,southernhighlandnews.com.au,southernweekly.com.au,southwestadvertiser.com.au,standard.net.au,star-telegram.com,stawelltimes.com.au,stmarysstar.com.au,stockandland.com.au,stonningtonreviewlocal.com.au,summitsun.com.au,suncitynews.com.au,sunjournal.com,sunraysiadaily.com.au,tennantcreektimes.com.au,tenterfieldstar.com.au,the-scientist.com,theadvocate.com,theadvocate.com.au,thebeachchannel.tv,thecatholicthing.org,thecourier.com.au,thecurrent.org,theflindersnews.com.au,theforecaster.net,theguardian.com.au,theherald.com.au,theislanderonline.com.au,theland.com.au,theleader.com.au,thenortherntimes.com.au,theridgenews.com.au,therural.com.au,thesportsmanchannel.com,thetriangle.org,tirebusiness.com,townandcountrymagazine.com.au,transcontinental.com.au,travelpulse.com,twincitiesbusinessradio.com,twitch.tv,ulladullatimes.com.au,uptodown.com,vanityfair.com,victorharbortimes.com.au,villagesoup.com,waginargus.com.au,walchanewsonline.com.au,walworthcountytoday.com,washingtonexaminer.com,wauchopegazette.com.au,wellingtontimes.com.au,westcoastsentinel.com.au,westernadvocate.com.au,westernmagazine.com.au,whyallanewsonline.com.au,winghamchronicle.com.au,wollondillyadvertiser.com.au,woot.com,wsj.com,wyndhamweekly.com.au,yasstribune.com.au,yellow.co.ke,yellowpages.ca,ynaija.com,youngwitness.com.au##.advertisement
fieldandstream.com##.advertisement-fishing-contest
firehouse.com,locksmithledger.com,officer.com,securityinfowatch.com##.advertisement:not(.body)
4v4.com,bn0.com,culttt.com,flicks.co.nz,shieldarcade.com,structurae.net,thecurrent.org,thethingswesay.com,who.is##.advertisements
afr.com,afrsmartinvestor.com.au,afternoondc.in,allmovie.com,brw.com.au,chicagobusiness.com,cio.co.ke,expressandstar.com,ft.com,glamour.co.za,gq.co.za,guernseypress.com,hellomagazine.com,homelife.com.au,jerseyeveningpost.com,newsweek.com,ocregister.com,orangecounty.com,premier.org.uk,premierchildrenswork.com,premierchristianity.com,premierchristianradio.com,premiergospel.org.uk,premieryouthwork.com,radio.com,shropshirestar.com,softarchive.net,theadvocate.com,tvnz.co.nz##.advertising
mediatel.co.uk##.advertising_label
ketknbc.com,ktsm.com##.advertisments
computerworld.co.nz##.advertorial_title
theglobeandmail.com##.advetorial
file-extensions.org##.advicon
javascript-coder.com##.advimg
148apps.com##.advnote
mumsnet.com##.advo_box
itweb.co.za,mani-admin-plugin.com##.advs
aintitcool.com,instructables.com,mapquest.com,northjersey.com,npr.org,people.com,post-gazette.com,theawesomer.com,thestarphoenix.com##.adwrapper
statistiks.com##.adz
mail.google.com##.aeF > .nH > .nH[role="main"] > .aKB
toptut.com##.af-form
tempr.email##.af-table-wrapper
adventuregamers.com##.af_disclaimer
independent.ng##.afc_popup
gadgetsnow.com##.aff-link
f1i.com##.affiche
movie4u.org##.affiliate-button
allmovie.com##.affiliate-links
macworld.co.uk##.affiliate-links__row--amazon
macworld.co.uk##.affiliate-table-container
deborah-bickel.de##.affiliate-werbe125
seriouseats.com##.affiliate-widget
pcgamesn.com##.affiliate_widget
allmusic.com,cutezee.com,sen.com.au##.affiliates
americasautosite.com##.affiliatesDiv
cutezee.com##.affiliates_fp
dailymotion.com##.affiliation_cont
bplans.com##.affixed-sidebar-m
addictivetips.com##.afflink
priceline.com##.afs-container
surfwap.com,twilightwap.com##.ahblock2
bizpacreview.com##.ai_widget
androidpolice.com##.ains-33
world-airport-codes.com##.airport-affiliate
allkpop.com##.akp_newslist_300x250
inquirer.net##.al-bb-box
inquirer.net##.al-elb-frame
ebay.com##.al32
news.com.au##.aldi-special-buys
javascript-coder.com,media1fire.com,megashare.com##.alert
torrentz2.eu,torrentz2.is##.alert--danger
torrentz2.eu,torrentz2.is##.alert-danger
kcsoftwares.com##.alert-success
fmovies.taxi##.alert-warning
hbwm.com##.alignRight[style="margin-right:30px;color:#858585;"]
empowernetwork.com##.align[bgcolor="#FCFA85"]
downloadhub.to##.alignnone
allbusiness.com##.allbu-adlabel
thestar.com##.alpha--big-box
searchizz.com##.also_block
speedtest.net##.alt-promo
digitalhome.ca##.alt1[colspan="5"][style="border: 1px solid #ADADAD; background-image: none"] > div[align="center"] > .vdb_player
techsupportforum.com##.alt1[style="border: 1px solid #ADADAD; background-image: none"]
0calc.com##.altad
pcworld.com##.am-btn
styleite.com##.am-ngg-right-ad
colorhexa.com##.amain
thedodo.com##.amazing-animal-widget
air1.com,aol.co.uk,imdb.com,msn.com,music-news.com,nintendolife.com,nprstations.org,reviewed.com,squidoo.com,three.fm##.amazon
gadgetsnow.com##.amazon-box
ringostrack.com##.amazon-buy
makeuseof.com##.amazon-callout
lewrockwell.com##.amazon-element-wrapper-custom
imdb.com##.amazon-instant-video
blogcritics.org##.amazon-item
gadgetsnow.com##.amazon-list
expertreviews.co.uk##.amazon-product--container
aol.co.uk##.amazon-section
indianexpress.com##.amazon-widget
brickset.com##.amazonAd
squidoo.com##.amazon_spotlight
kuhf.org##.amazonaff
herplaces.com##.amazonlink
four11.com##.amed
ammoland.com##.ammoland-ad-widget
seventeen.com##.ams_bottom
amazon.com##.amzn-safe-frame-container
csgojackpot.com##.analyst-backlink
onhax.me##.andro-holder
4shared.com##.antivirusBanner
directupload.net,pv-magazine.com##.anzeige
directupload.net##.anzeiger
motor1.com,motorsport.com##.ap
mmorpg.com##.apante
motor1.com,motorsport.com##.apb
publicradio.org##.apm_playlist_item_affiliate
publicradio.org##.apm_playlist_item_purchase_link
cultofmac.com##.appDetailPanel-ad
channelchooser.com##.append-bottom.last
capitalfm.com,classicfm.com##.apple_music
dailysurge.com##.archive-list > div > div[class]
liveonlineradio.net##.art-Header2
skysports.com##.art-betlink
carsession.com##.artBanner300
ibtimes.com##.art_content
sigsiu.net##.artbannersplus
pocket-lint.com##.article + .block
selfgrowth.com##.article-banner
outerplaces.com##.article-banner-link
jpost.com##.article-bottom-banner
cheatsheet.com##.article-cover
businesslive.co.za##.article-da
abs-cbn.com##.article-footer
infoworld.com##.article-intercept
scoop.co.nz##.article-left-box
newstatesman.com,pressgazette.co.uk,spearswms.com##.article-mpu
newstatesman.com##.article-mpu-5
nintendolife.com,pushsquare.com##.article-recommendations
androidcentral.com##.article-shop-bar__item
salemreporter.com##.article-sponsors
trendhunter.com##.articleBox
smh.com.au##.articleExtras-wrap
shoppinglifestyle.com##.articleLREC
telegraph.co.uk##.articleSponsor
iafrica.com##.article_Banner
tvbrics.com##.article__banner
9news.com.au##.article__partner-links
nzgamer.com##.article_banner_holder
educationtimes.com##.articlebannerbottom
app.com,argusleader.com,battlecreekenquirer.com,baxterbulletin.com,bucyrustelegraphforum.com,burlingtonfreepress.com,centralohio.com,chillicothegazette.com,cincinnati.com,citizen-times.com,clarionledger.com,coloradoan.com,coshoctontribune.com,courier-journal.com,courierpostonline.com,dailyrecord.com,dailyworld.com,delawareonline.com,delmarvanow.com,democratandchronicle.com,desmoinesregister.com,dnj.com,fdlreporter.com,freep.com,greatfallstribune.com,greenbaypressgazette.com,greenvilleonline.com,guampdn.com,hattiesburgamerican.com,hometownlife.com,honoluluadvertiser.com,htrnews.com,indystar.com,jacksonsun.com,jconline.com,lancastereaglegazette.com,lansingstatejournal.com,livingstondaily.com,lohud.com,mansfieldnewsjournal.com,marionstar.com,marshfieldnewsherald.com,montgomeryadvertiser.com,mycentraljersey.com,mydesert.com,newarkadvocate.com,news-leader.com,news-press.com,newsleader.com,pal-item.com,pnj.com,portclintonnewsherald.com,postcrescent.com,poughkeepsiejournal.com,press-citizen.com,pressconnects.com,rgj.com,sctimes.com,sheboyganpress.com,shreveporttimes.com,stargazette.com,statesmanjournal.com,stevenspointjournal.com,tallahassee.com,tennessean.com,theadvertiser.com,thecalifornian.com,thedailyjournal.com,theithacajournal.com,theleafchronicle.com,thenews-messenger.com,thenewsstar.com,thenorthwestern.com,thespectrum.com,thestarpress.com,thetimesherald.com,thetowntalk.com,visaliatimesdelta.com,wausaudailyherald.com,wisconsinrapidstribune.com,zanesvilletimesrecorder.com##.articleflex-container
webpronews.com##.articleleftcol
entrepreneur.com##.articlepromo
audiko.net##.artist-banner-right
audiko.net##.artist-banner-right-cap
eastrolog.com##.as300x250
moneycontrol.com##.asSponser
memepix.com##.asblock
xmodulo.com##.asdf-banner-zone
golfchannel.com##.aserve-top
scientificamerican.com##.aside-banner
gamerevolution.com##.aside-promo
four11.com##.asmall_l
four11.com##.asmall_r
instructables.com##.aspace
instructables.com##.aspace-wrap
freeads.co.uk##.ass_ad
javascriptsource.com##.asset-section
southwestbusiness.co.uk##.associate-logo
techweez.com##.asspp-single
yahoo.com##.astro-promo
ohioautofinder.com##.atLeaderboard
ohioautofinder.com##.atMiniBanner
autotrader.ca##.at_headerBannerContainer
herald.co.zw##.atbanners
milesplit.com##.atf
tvtropes.org##.atf_banner
gamepedia.com,minecraftwiki.net##.atflb
myshopping.com.au##.atip
filedir.com##.atit
pogdesign.co.uk##.atop
webmd.com##.attrib_right_fmt
webmd.com##.attribution
mbl.is##.augl
majorgeeks.com##.author:first-child
tfo.org##.autopromo
driving.co.uk##.autotrader-options-block-wrapper
mail.yahoo.com##.avLogo
the-peak.ca##.aver
receivesmsonline.net##.aviso
gameplanet.co.nz##.avt-mr
gameplanet.co.nz##.avt-placement
amazon.com##.aw-campaigns
hongfire.com##.axd
hongfire.com##.axd-widget
doubleviking.com,egoallstars.com,egotastic.com,fleshbot.com,lastmenonearth.com,wwtdd.com##.az
knowyourmeme.com##.aztc
techspot.com##.azureDiv
preloaders.net##.b-728
livejournal.com##.b-adv
dailyvoice.com,qatarliving.com##.b-banner
revelist.com##.b-container
easyvectors.com##.b-footer
alawar.com##.b-game-play__bnnr
theartnewspaper.com##.b-header-banners
cssload.net##.b-horizontal
searchguide.level3.com##.b-links
sammobile.com##.b-placeholder
bizcommunity.com##.b-topbanner
flvto.com##.b1
scorespro.com##.b160_600
flv2mp3.com,flvto.com##.b2
flv2mp3.com##.b3
scorespro.com##.b300
impactwrestling.com,jumptogames.com,timesofisrael.com,tnawrestling.com##.b300x250
itproportal.com##.b4nn3r
scorespro.com##.b60
gazeta.kz##.bBanner
connectamarillo.com,northwestohio.com##.bI-page-lead-upper
flv2mp3.com,flvto.com##.b_phone
autotrader.ca##.ba1
autotrader.ca##.ba2
autotrader.ca##.ba3
hellomagazine.com##.backBanner
kitguru.net,modders-inc.com,oceanfm.ie,technologyx.com,thessdreview.com,thestar.ie##.background-cover
broadway.com,treehousetv.com##.badge
garfield.com##.badgeBackground
downbyte.net,gatherproxy.com##.badw
baku2015.com##.baku-sponsors
pravda.ru,pravdareport.com##.ban-center
india.com##.ban-rgt-cng-ab
swahilihub.com##.ban125x125
xbox360cheats.com##.ban160
swahilihub.com##.ban250x250
evilmilk.com,xbox360cheats.com##.ban300
swahilihub.com##.ban468x60
worldstarhiphop.com##.banBG
worldstarhiphop.com##.banOneCon
kiz10.com##.ban_300_250
izismile.com##.ban_top
oxforddictionaries.com##.banbox
hancinema.net##.bandeau_contenu
webscribble.com##.baner
1001tracklists.com,2br.co.uk,4music.com,90min.com,964eagle.co.uk,adage.com,adnkronos.com,adradio.ae,angryduck.com,anyclip.com,aol.com,arcadebomb.com,atlantatribune.com,autofocus.ca,autoline-eu.co.uk,autoline-eu.co.za,autoline-eu.ie,autoline-market.ca,autoline-market.com,autoline.info,autotrader.co.za,b-metro.co.zw,balls.ie,bayt.com,betterrecipes.com,bikechatforums.com,billboard.com,blackamericaweb.com,bored-bored.com,boxoffice.com,bukisa.com,cadplace.co.uk,caribvision.tv,cineuropa.org,cmo.com.au,cnn.com,coryarcangel.com,daily-mail.co.zm,digitallook.com,dreamteamfc.com,dressuppink.com,echoroukonline.com,ecorporateoffices.com,egyptiangazette.net.eg,elyricsworld.com,entrepreneur.com,euobserver.com,eurochannel.com,everyday.com.kh,evilmilk.com,fantasyleague.com,fieldandstream.com,filenewz.com,fool.com,footballtradedirectory.com,forexpeacearmy.com,forum.dstv.com,freshbusinessthinking.com,freshtechweb.com,funpic.hu,gamebanshee.com,gamehouse.com,gamersbook.com,garfield.com,gatewaynews.co.za,general-catalog.com,general-files.com,general-video.net,generalfil.es,ghananation.com,girlsocool.com,git.tc,globaltimes.cn,grandbaie.mu,gsprating.com,guardianonline.co.nz,healthsquare.com,hitfreegames.com,hotfrog.ca,hotfrog.co.nz,hotfrog.co.uk,hotfrog.co.za,hotfrog.com,hotfrog.com.au,hotfrog.com.my,hotfrog.ie,hotfrog.in,hotfrog.ph,hotfrog.sg,hotnewhiphop.com,howard.tv,htxt.co.za,hyipexplorer.com,ibtimes.co.in,ibtimes.co.uk,iconfinder.com,iguide.to,imedicalapps.com,imnotobsessed.com,insidefutbol.com,internationalmeetingsreview.com,internetnews.com,iradio.ie,irishtimes.com,isource.com,japantimes.co.jp,jewishtimes.com,josepvinaixa.com,kbs.co.kr,keepcalm-o-matic.co.uk,ketknbc.com,kicknews.com,kijiji.ca,ktsm.com,kuwaittimes.net,leo.org,livescore.in,lmgtfy.com,londonstockexchange.com,manolith.com,marinelink.com,mariopiperni.com,mercopress.com,motherboard.tv,motortrend.com,moviezadda.com,mzhiphop.com,nanime.tv,nehandaradio.com,netmums.com,networkworld.com,news.am,newsbtc.com,nontonanime.org,nuttymp3.com,oberlo.com,oceanup.com,oncyprus.com,oxforddictionaries.com,pdfmyurl.com,pharmatimes.com,pnet.co.za,postzambia.com,premierleague.com,priceviewer.com,proxyhttp.net,ptotoday.com,radiotoday.co.uk,radiotoday.ie,reference.com,residentadvisor.net,reversephonesearch.com.au,revizoronline.com,romereports.com,scientificamerican.com,semiaccurate.com,smallseotools.com,smartcarfinder.com,snakkle.com,soccer24.co.zw,speedcafe.com,sportsvibe.co.uk,starradionortheast.co.uk,subscene.com,sumodb.com,sweeting.org,techfrag.com,tennis.com,thebull.com.au,thefanhub.com,thefringepodcast.com,thehill.com,thehun.com,thesaurus.com,thetriangle.org,thevid.tv,time4tv.com,timeslive.co.za,timesofisrael.com,tmi.me,travelpulse.com,trutv.com,tvsquad.com,twirlit.com,universalmusic.com,ustream.tv,vice.com,victoriafalls24.com,viralnova.com,vnexpress.net,weather.gc.ca,weatheronline.co.uk,webfg.com,wego.com,whatsock.com,worldcrunch.com,xbiz.com,yellowbook.com,zbigz.com##.banner
autotrader.co.uk##.banner--7th-position
onlineradiobox.com##.banner--footer
autotrader.co.uk##.banner--leaderboard
autotrader.co.uk##.banner--skyscraper
onlineradiobox.com##.banner--vertical
ariacharts.com.au,nation.sc,techshout.com##.banner-1
nation.sc##.banner-2
dailynewsegypt.com##.banner-250
nation.sc##.banner-3
nbcsports.com,onrpg.com,usahealthcareguide.com##.banner-300-250
alltop.com##.banner-background
schoolguide.co.za##.banner-bar
schoolguide.co.za##.banner-bar-bot
pretoria.co.za##.banner-bg
luxgallery.com##.banner-big-cotent
yellowpages.com.lb##.banner-box
1027dabomb.net##.banner-btf
farmonline.com.au,farmweekly.com.au,goodfruitandvegetables.com.au,irishnews.com,jewsnews.co.il,knowledgerush.com,narutoforums.com,northqueenslandregister.com.au,nscreenmedia.com,privatehealth.co.uk,queenslandcountrylife.com.au,stockandland.com.au,stockjournal.com.au,student-jobs.co.uk,teenspot.com,theland.com.au,turfcraft.com.au,vh1.com##.banner-container
privatehealth.co.uk##.banner-container-center
jacarandafm.com##.banner-container-top
soccerway.com##.banner-content
moviesplanet.com##.banner-des
bnamericas.com##.banner-fixed-bottom
relevantradio.com##.banner-flotant-wrapper
dealchecker.co.uk##.banner-header
medicalxpress.com,phys.org,pixdaus.com,tennis.com,thesaurus.com##.banner-holder
411mania.com##.banner-homebottom-all
freecode.com##.banner-imu
adbilty.me##.banner-inner
neowin.net##.banner-leaderboard
rio2016.com##.banner-load
savevid.com##.banner-main-198x300
televisionfanatic.com##.banner-middle-frontpage
101greatgoals.com##.banner-placement
cnslocallife.com##.banner-poster
audiko.net##.banner-right
televisionfanatic.com##.banner-right-sidebar
humorsharing.com##.banner-side
freecode.com##.banner-sky
spin.com##.banner-slot
neogamr.net,neowin.net##.banner-square
intomobile.com##.banner-tbd
audiko.net,carpartswholesale.com,enca.com,greatbritishlife.co.uk,nationmultimedia.com,pwinsider.com,rapdose.com,usahealthcareguide.com,wired.co.uk##.banner-top
feedmyapp.com##.banner-wrap
general-catalog.com##.banner-wrap-hor
manualslib.com,thenextweb.com,ustream.tv##.banner-wrapper
ctv.ca##.banner01-holder
ctv.ca##.banner02
depositfiles.com,depositfiles.org,dfiles.eu,dfiles.ru,freecode.com,israeldefense.com,popcrunch.com,priceviewer.com,smallseotools.com,thelakewoodscoop.com,usa-people-search.com,wired.co.uk##.banner1
mypayingads.com##.banner125
angryduck.com##.banner160-title
azernews.az##.banner1_1
gsprating.com,jamieoliver.com,thelakewoodscoop.com,usa-people-search.com##.banner2
blogtv.com##.banner250
motorcycle-usa.com##.banner300x100
motorcycle-usa.com##.banner300x250
onlinevideoconverter.com##.banner728-1
celebuzz.com,pinkisthenewblog.com##.banner728-wrapper
mixfmradio.com##.banner728_border
cambodiayp.com,nepalyp.com##.banner750
jewishbusinessnews.com##.bannerARtop
christianpost.com##.bannerBottom
samsclub.com##.bannerBottomLeaderBd
britsabroad.com,diymobileaudio.com,hotfilms.org,itechtalk.com,mechodownload.com,yummy.ph##.bannerBox
esl.eu,foodnetwork.ca,macworld.co.uk,photobucket.com,zoover.co.uk##.bannerContainer
cargurus.com##.bannerDiv
iberia.com##.bannerGiraffe
sastudy.co.za##.bannerHolder728
pixdaus.com##.bannerIdent
civiweb.com,justdial.com,thehimalayantimes.com##.bannerLink
come2play.com##.bannerLong
artistdirect.com##.bannerNavi
samsclub.com##.bannerRightRail
ewn.co.za##.bannerSecond
mumbrella.com.au##.bannerSide
runnersworld.com##.bannerSub
christianpost.com,jamanetwork.com,londonstockexchange.com##.bannerTop
hongkiat.com,tass.com##.bannerWrap
iphoneapplicationlist.com,salon.com,shockwave.com##.bannerWrapper
impawards.com##.banner_2
nutritioninsight.com##.banner_210_article
canalboat.co.uk##.banner_234
impawards.com##.banner_3
mygaming.co.za,travelpulse.com##.banner_300
kohit.net,mygaming.co.za##.banner_468
komp3.net##.banner_468_holder
beinsports.com,pastebin.com,ratemyteachers.com##.banner_728
cbssports.com##.banner_bg
business-standard.com##.banner_block
caclubindia.com##.banner_border
anyclip.com##.banner_bottom
englishrussia.com##.banner_box
chiaanime.co,gogoanime.io##.banner_center
news.am##.banner_click
coda.fm,jamieoliver.com,smartcompany.com.au,take.fm##.banner_container
kbs.co.kr##.banner_container2
kyivpost.com##.banner_content_t
pricespy.co.nz##.banner_div
swapace.com##.banner_foot
tvtechnology.com##.banner_footer
domainmasters.co.ke##.banner_google
arabtimesonline.com,silverlight.net##.banner_header
kizi.com,rugby365.com##.banner_holder
newsy.com##.banner_holder_300_250
cfos.de##.banner_left
livecharts.co.uk##.banner_long
plussports.com##.banner_mid
checkoutmyink.com##.banner_placer
seenow.com##.banner_right
dhl.de##.banner_right_resultpage_middle
prewarcar.com##.banner_single
statista.com##.banner_skyscraper
amulyam.in##.banner_slider
as.com##.banner_sup
homefoodandtravel.co.za,rnews.co.za,seetickets.com,thestranger.com##.banner_top
porttechnology.org##.banner_wrapper
gamenet.com##.bannera
zeenews.india.com##.bannerarea
sj-r.com,widih.org##.bannerbottom
bloomberg.com##.bannerbox
timesofoman.com##.bannerbox1
timesofoman.com##.bannerbox2
fashionotes.com##.bannerclick
arcadebomb.com##.bannerext
breakfreemovies.com,fifaembed.com,tvbay.org##.bannerfloat
2merkato.com,2mfm.org,andamanchronicle.net,aps.dz,armyrecognition.com,beginlinux.com,brecorder.com,caravansa.co.za,cbn.co.za,dailynews.co.tz,eatdrinkexplore.com,epgn.com,eprop.co.za,fleetwatch.co.za,gameofthrones.net,i-programmer.info,irishradio.com,killerdirectory.com,knowthecause.com,maravipost.com,mbc.mw,mousesteps.com,onislam.net,pamplinmedia.com,portlandtribune.com,radio90fm.com,radiolumiere.org,radiowave.com.na,rainbowpages.lk,rhylfc.co.uk,rtc107fm.com,russianireland.com,sa4x4.co.za,seatrade-cruise.com,soccer24.co.zw,thepatriot.co.bw,thesentinel.com,total-croatia-news.com,tribune.net.ph,triplehfm.com.au,vidipedia.org##.bannergroup
brecorder.com##.bannergroup_box
vidipedia.org##.bannergroup_menu
malaysiandigest.com##.bannergroup_sideBanner2
dailynews.co.tz##.bannergroup_text
seatrade-cruise.com##.bannergroupflush
telegraph.co.uk##.bannerheadline
av-comparatives.org,busiweek.com,caribnewsdesk.com,crown.co.za,israel21c.org,marengo-uniontimes.com,planetfashiontv.com,uberrock.co.uk##.banneritem
elitistjerks.com##.bannerl0aded
racing-games.com,widih.org##.bannerleft
mtvindia.com##.bannermain
mtvindia.com##.bannermain2
techspot.com##.bannernav
nerdist.com##.bannerplaceholder
digitalproductionme.com,racing-games.com,widih.org##.bannerright
c21media.net,carfinderph.com,classicsdujour.com,igirlsgames.com,jobstreet.com.my,jobstreet.com.sg,kdoctv.net,lolroflmao.com,marinetechnologynews.com,maritimeprofessional.com,mumbrella.com.au,mysteriousuniverse.org,petapixel.com,phuketgazette.net,rapidtvnews.com,sheknows.com,smallseotools.com,telesurtv.net##.banners
joburgstyle.co.za##.banners-125
wlrfm.com##.banners-bottom-a
codecs.com##.banners-right
propertyfinderph.com##.banners-wrapper
aerotime.aero##.banners1
ecr.co.za,jacarandafm.com##.banners120
rt.com##.banners__border
wdna.org##.banners_right
cbc.ca##.bannerslot-container
iimjobs.com##.bannerspace
musictory.com,widih.org##.bannertop
urlcash.org##.bannertop > center > #leftbox
goldengirlfinance.ca##.bannerwrap
myhostnews.com##.bannerwrapper_t
4v4.com,bn0.com,shieldarcade.com##.banr
askqology.com##.bar
euronews.com##.base-leaderboard
desimartini.com##.basebox[style="height:435px;"]
premiershiprugby.com##.basesky
tomshardware.com##.basicCentral-elm.partner
teamfortress.tv##.bau
coolspotters.com##.bau-flag
bbc.co.uk##.bbccom_companion
bbc.co.uk,bbc.com##.bbccom_sponsor:not(body)
ecommercetimes.com,ectnews.com,linuxinsider.com,macnewsworld.com,technewsworld.com##.bbframe
bbgsite.com##.bbg_ad_fulltop
bbgsite.com##.bbg_ad_side
foodnetwork.ca##.bboxContainer
h-online.com##.bcadv
fakenamegenerator.com##.bcsw
bulma.io##.bd-partners
bulma.io##.bd-side-sponsors
iol.co.za##.bd_images
animetoon.org##.bebi-icon-hover
publicradio.org##.become-sponsor-link
wgbh.org##.becomeSponsor
mouthshut.com##.beige-border-tr[style="padding:5px;"]
ssbcrack.com##.below-header
whoscored.com##.best-slip-button
goodgearguide.com.au##.bestprice-footer
football365.com##.bet-link
soccerway.com##.bet-now-button-container
skysports.com##.betlink
lshunter.tv##.bets
racinguk.com##.bets_companies_logos
findwide.com##.better_result_block
sportinglife.com##.betting_link
broadcastnewsroom.com##.bfua
playgroundmag.net##.bg_link
bryanreesman.com##.bg_strip_add
biblegateway.com##.bga
biblegateway.com##.bga-footer
overclock3d.net##.bglink
entrepreneur.com##.bgwhiteb
siouxcityjournal.com##.bidBuyWrapperLG
download.cnet.com##.bidWarContainer
cnet.com,techrepublic.com,zdnet.com##.bidwar
findarticles.com##.bidwarCont
furiousfanboys.com,regretfulmorning.com,viva.co.nz##.big-banner
thestar.com,torontolife.com##.big-box
family.ca##.big-box-container
theloop.ca##.bigBoxDesktop
chipchick.com,megafileupload.com,softarchive.net##.big_banner
tomwans.com##.big_button[target="_blank"]
toblender.com##.bigadd
softpile.com##.bigadvs
hellenicshippingnews.com,wasterecyclingnews.com##.bigbanner
comicbookresources.com,flyerland.ca,healthcentral.com,knoxnews.com,mysuburbanlife.com,nowtoronto.com,tcpalm.com,tiff.net##.bigbox
tucsoncitizen.com##.bigbox_container
caller.com,commercialappeal.com,courierpress.com,gosanangelo.com,govolsxtra.com,independentmail.com,kitsapsun.com,knoxnews.com,naplesnews.com,redding.com,reporternews.com,tcpalm.com,timesrecordnews.com,vcstar.com##.bigbox_wrapper
exclaim.ca##.bigboxhome
tri247.com##.biglink
wctk.com##.bigpromo
dailysabah.com##.billBoardFrame
about.com,afcbournemouthnews.com,burnleyfcnews.com,chelseanews.com,crystalpalacenews.com,edmunds.com,evertonnews.com,goonernews.com,hammersheadlines.com,huddersfieldtownnews.com,imdb.com,jurassicworld2movie.com,leicestercitynews.org,mancitynews.com,manunews.com,motherjones.com,newcastleunitednews.org,pep.ph,saintsnews.com,seagullsnews.com,sport360.fit,spursnews.com,stokecitynews.com,swanseacitynews.com,todaysbigthing.com,walkon.com,watfordfcnews.com,wccftech.com,westbromnews.com##.billboard
bre.ad##.billboard-body
elitedaily.com##.billboard-wrapper
techspot.com##.billboard_placeholder
dailymail.co.uk,thisismoney.co.uk##.billboard_wrapper
mid-day.com##.bingzedo
mywesttexas.com,ourmidland.com,theintelligencer.com##.biz-info
yelp.be,yelp.ca,yelp.ch,yelp.co.nz,yelp.co.uk,yelp.com,yelp.com.au,yelp.com.sg,yelp.ie##.biz-photos-yloca
slate.com##.bizbox_promo
scienceworldreport.com##.bk-sidebn
arsenalnews.co.uk##.bkmrk_pst_flt
uvnc.com##.black + table[cellspacing="0"][cellpadding="5"][style="width: 100%;"]:last-child
nowsci.com##.black_overlay
kioskea.net##.bloc_09
overwatchhentai.net##.block
interest.co.nz##.block--dfp-setup
jobmail.co.za##.block-AdsByJobMail
taxsutra.com##.block-banner
mensfitness.com##.block-boxes + div > div[style]
bravotv.com##.block-bravo_sponsored_links
biosciencetechnology.com,dinnertool.com,ecnmag.com,fastcocreate.com,fastcoexist.com,fastcompany.com,hollywoodreporter.com,lifegoesstrong.com,manufacturing.net,midwestliving.com,nbcsports.com,pddnet.com,petside.com,sfbg.com,theweek.co.uk,todayonline.com##.block-dart
reflector.com##.block-dfp_plugin
examiner.com##.block-ex-dart
voxy.co.nz##.block-featured_offers
foxnews.com##.block-fox_yume
jobmail.co.za##.block-gads
horoscope.com##.block-horoscope-sponsored-link-container
iflscience.com##.block-ifls-openx
gardensillustrated.com,historyextra.com##.block-im_dfp
pocket-lint.com##.block-inline
swatchseries.to##.block-left-home-inside[style="height:252px; text-align:center; "]
megagames.com##.block-megagames-header-ad
visitpa.com##.block-mmg-oas
motogp.com##.block-motogp_adserver
pocket-lint.com##.block-mpu
practicalpainmanagement.com##.block-oas
pddnet.com##.block-panels-mini
philstar.com##.block-philstar-ad
praguemonitor.com##.block-praguetvads
timesofisrael.com##.block-spotlight
football-espana.net,football-italia.net##.block-story-footer-simag-banner
autoexpress.co.uk##.block-taboola
laboratoryequipment.com##.block-title
kaotic.com##.block-toplist
ibtimes.com##.block-x90
augusta.com##.block-yca_plugin
worldtimebuddy.com##.block2
macmusic.org##.block440Adv
alternativeto.net##.blockReplace
miniclip.com##.block_300x250
miniclip.com##.block_300x250_holder
miniclip.com##.block_300x250_sketchstar
soccerway.com##.block_match_widget_wrapper-wrapper
filesharingtalk.com##.blocked
dutchnews.nl##.blockleft
gametracker.com##.blocknewhdrad
economist.com##.blog-sponsor
siliconvalley.com##.blogBox
pxleyes.com##.blogpostbanner
redbookmag.com##.blogs_2_circ_offer
animeflv.net##.bloque_pos
napavalleyregister.com,pantagraph.com##.blox-leaderboard-container
downeu.net##.blq:first-child
mnn.com##.blue-bottom
online-free-movie.com##.blue-strip-mobile
4shared.com##.blueBanner
fleetwatch.co.za##.blue_yjsg2_out
fleetwatch.co.za##.blue_yjsg4_out
naukri.com##.bms
naukri.com##.bmsTop
adlock.in##.bn
christianpost.com,parentherald.com##.bn728
ibtimes.co.uk,ibtimes.com##.bn_center_bottom_leaderboard_hd
bnonews.com##.bnone-widget
electronicsfeed.com,gatorzone.com,intelligencer.ca,mediamanager.co.za,solidfiles.com##.bnr
euroweek.com##.bnr-top
carnewschina.com##.bnr728
informer.com##.bnr_block
armenpress.am##.bnrcontainer
teslarati.com##.boa-message
southerntimesafrica.com##.body-header-banner
cheatcc.com##.body-side-banner
billboard.biz##.bodyContent[style="padding-bottom:30px; text-align: center"]
royalbank.com##.bodyPromotion
news.am##.bodybnr468
venturebeat.com##.boilerplate-label
venturebeat.com##.boilerplate-speedbump
barrons.com##.boldGreyNine
frommers.com##.book-a-trip
euronews.com##.book-flight
f1i.com##.booking
biblegateway.com##.bookperks-section
cmo.com.au,interiordesign.net##.boombox
bangkokpost.com##.boomboxSize1
overclock3d.net##.border-box-320
wsj.com##.border-left > div[style="height:1050px;position:relative;"]
thenextweb.com##.border-t.mt-2
share-links.biz##.border1dark
helenair.com##.bordered[align="center"][width="728"]
afreecodec.com##.bornone
tgun.tv##.bossPlayer
dailynews.gov.bw##.bot-banner
moneycontrol.com##.bot_RHS300
gofish.com##.botban1
gofish.com##.botban2
bankrate.com##.botbanner
thistv.com##.botbannerarea
ocweekly.com,pixdaus.com##.bottom
pixxxels.cc,postimg.cc##.bottom-a
eplans.com,liligo.com,reverso.net,spanishdict.com##.bottom-banner
livehdq.info##.bottom-bar
kaskus.co.id##.bottom-frame
usatoday.com##.bottom-google-links
photographyreview.com##.bottom-leaderboard
newstatesman.com##.bottom-leaderboard-section
weatheroffice.gc.ca##.bottomBanner
softicons.com##.bottom_125_block
softicons.com##.bottom_600_250_block
imgtaxi.com##.bottom_abs
themoscowtimes.com##.bottom_banner
secdigitalnetwork.com##.bottom_banners_outer
gamenguide.com##.bottom_bn
einthusan.com##.bottom_leaderboard
einthusan.com##.bottom_medium_leaderboard
einthusan.com##.bottom_small_leaderboard
broadcastnewsroom.com##.bottombanner
arcadebomb.com##.bottombox
technologizer.com##.bottompromo
explainthatstuff.com##.bottomsquare
filediva.com##.bouton
jpost.com##.box-banner-wrap
1337x.to##.box-info-detail > .torrent-category-detail + div[class]
oilprice.com##.box-news-sponsor
efe.com##.box-publi
phonedog.com##.box-rail-skyleft
phonedog.com##.box-rail-skyright
accuratefiles.com##.box-result
mybroadband.co.za##.box-sponsored
oilprice.com##.box-sponsors
webupd8.org##.box-top
bmwblog.com##.box-top-leaderboard
fins.com##.box.shadeA
malaysiastory.com,wahm.com##.box2
fins.com##.box2.shadeB
senmanga.com##.box300x250
mediadump.com##.box336
senmanga.com##.box480x90
trendhunter.com##.box600Container
newser.com##.boxFrame > aside > div > div[class]:last-child
jekoo.com##.boxItem
yahoo.com.au##.boxMidRt.pB0
efe.com##.boxPubli
efe.com##.boxPubliBlanco
fliiby.com##.box_300x250
bmwblog.com##.box_banners_125
al.com,cleveland.com,masslive.com,mlive.com,nj.com,nola.com,pennlive.com##.box_grayoutline
findicons.com##.box_info
ashampoo.com##.box_recommend2
zambianeye.com##.box_skitter
canadaka.net##.boxadd
lyricsmania.com##.boxcontent1
elitistjerks.com##.boxl0aded
activistpost.com##.boxzilla-container
brainyquote.com##.bq_ad_320x250_multi
apa.az##.br-panel
hardware.info##.br_top_container
brothersoft.com##.brand
macworld.com##.brand-post-module
mapquest.com##.brandedBizLocSprite
thetowner.com##.branding-item
primedia.co.za##.branding-sponsor
computerworld.co.nz##.brandpost_native
csoonline.com,infoworld.com##.brandposts
deseretnews.com##.brandview-spotlight-story
capitalfm.co.ke##.breadcrumbs
1310news.com,680news.com,news1130.com##.breaking-news-alerts-sponsorship-block
break.com##.breaking_news
break.com##.breaking_news_wrap
thedailybeast.com##.breakout-item
break.com##.brk_ldrbrd_wrap
marketwatch.com##.broker-buttons
techtipsgeek.com##.bsa-banner
sitepoint.com##.bsa-topic-outlet
karachicorner.com##.bsa180
karachicorner.com##.bsa300
karachicorner.com##.bsa336
twtmore.com##.bsa_wrap
thedailyvox.co.za##.bsac
bloggertemplateplace.com##.bsainpost
mysteriousuniverse.org,wbond.net##.bsap
easyvectors.com,mangable.com,textmechanic.com,tutorial9.net,webdesign.org,winrumors.com##.bsarocks
mmorpg.com##.bsgoskin
webopedia.com##.bstext
virginradiodubai.com##.bt-btm
fenopy.se##.bt.dl
milesplit.com##.btf
idolator.com##.btf-leader
alternativeto.net##.btf-middle
tvtropes.org##.btf_banner
gamepedia.com,minecraftwiki.net##.btflb
diply.com##.btfrectangle
dubai92.com,dubaieye1038.com##.btm-banner
cricwaves.com##.btm728
helensburghadvertiser.co.uk,the-gazette.co.uk##.btn
myanimelist.net##.btn-affiliate
mydramalist.com##.btn-amazon
bitlordsearch.com##.btn-download-bitlord
adlock.in##.btn-info
clip.dj##.btnDownloadRingtone
whosampled.com##.btnRingtoneTrack
boredomtherapy.com##.btparel1
indiatimes.com##.btw-ctn-div
gizmodo.com.au##.btyb_cat
hltv.org##.buff-box
wired.com##.builder-section-ad
whitepages.com##.business_premium_container_top
switchboard.com,whitepages.com##.business_premium_results
1053kissfm.com##.button-buy
miloyski.com##.button[target="_blank"]
downarchive.com,mechodownload.com##.button_dl
freedownloadmanager.org,freedownloadscenter.com##.button_free_scan
thedrinksbusiness.com##.buttons
923jackfm.com,chez106.com,country1011.com,country1043.com,country600.com,foxradio.ca,gameinformer.com,kissnorthbay.com,kisssoo.com,listenlive.co,npr.org,ranker.com,thesoundla.com,tunegenie.com,xboxdvr.com##.buy
cpuboss.com,gpuboss.com,ssdboss.com##.buy-button
awdit.com##.buy-link
expertreviews.co.uk,overclock.net##.buy-now
mobygames.com##.buyGameLinkHolder
air1.com##.buyIcon
klove.com##.buyPanel
listenlive.co##.buySong
securenetsystems.net##.buybutton
financialexpress.com##.buyhatke_widget
zdnet.com##.buying-choices-2
trendir.com##.buyit
avsforum.com##.buynow
morningstar.com##.buyout_leader_cont
ndtv.com##.buytWidget
bangkokpost.com##.buzzBoombox
guanabee.com##.buzzfeedSubColPod
stlmag.com##.buzzworthy
getthekick.eu##.bx-wrapper
buzzillions.com##.bz-model-lrec
afl.com.au##.c-accordion__item-officialpartners
truck1.eu##.c-banners
planetrock.com##.c-leaderboard-wrapper
farmanddairy.com##.c-position-in-story
businessdailyafrica.com,theeastafrican.co.ke##.c15r
nationmultimedia.com##.c2Ads
maniacdev.com##.c4
canada411.ca##.c411TopBanner
dealsonwheels.co.nz,farmtrader.co.nz,motorcycletrader.co.nz,tradeaboat.co.nz##.cBanner
brisbanetimes.com.au,theage.com.au,watoday.com.au##.cN-storyDeal
filepuma.com##.cRight_footer
smh.com.au,theage.com.au,watoday.com.au##.cS-compare
smh.com.au##.cS-debtBusters
ria.ru##.c_banners
thecable.ng##.cableads_mid
nst.com.my##.cadv
winnipegfreepress.com##.cal-sponsor
ieee.org##.callOutTitle
utorrent.com##.callout-recall
catholicreview.org##.campaign-slider-wrap
adorraeli.com##.candy
hgtvremodels.com##.cap
dexerto.com##.caps + span + .center
tribe.net##.caption
lonelyplanet.com##.card--sponsored
care2.com##.care2_horiz_adspace
youtube.com##.carousel-offer-url-container
theberry.com,thechive.com##.carousel-sponsor
nine.com.au##.carousel__container
ludobox.com##.carrepub
overstock.com##.cars-ad-localdeals
bettingpro.com,crunchsports.com##.casinoList-wrp
hindilinks4u.to##.cat-featured
123peppy.com##.cat-spacer
horsedeals.co.uk##.catalogueRightColWide
runnow.eu##.category-retail
dealbreaker.com##.category-sponsored-content
girlsgogames.co.uk,girlsgogames.com##.categoryBanner
retailmenot.com##.categorySponsor
kibagames.com##.category_adv_container
oliveoiltimes.com##.category_advert
britannica.com,mega-search.me##.catfish
getprice.com.au##.catin_side_mrec
coolspotters.com##.cau
survivalblog.com##.cba-banner-zone
cbc.ca##.cbc-adv-wrapper
cbc.ca##.cbc-big-box-ad
cbc.ca##.cbc-promo-sponsor
careerbuilder.com##.cbmsnArticleAdvertisement
wcco.com##.cbstv_top_one_column
givemefile.net##.ccb_cap_class_1
bigwhite.com##.ccm-image-block
inquirer.net##.cct-extended-ribbon
inquirer.net##.cct-masthead
toptenreviews.com##.ceh_top_ad_container
nick.com##.celebrity-sponsored
mybrute.com##.cellulePub
playwinningpoker.com##.centban
port2port.com,privateproperty.co.za##.centerBanner
siberiantimes.com##.centerBannerRight
zippyshare.com##.center_reklamy
arstechnica.com##.centered-figure-container + .right
sulekha.com##.centxt
bitcoinmagazine.com##.cer-da
cfake.com##.cfakeSponsored
cfo.com##.cfo_native_ad
howstuffworks.com,internet.com##.ch
bigfooty.com##.chaching
ustream.tv##.channelTopBannerWrapper
symptomfind.com##.channelfav
tradingview.com##.chart-promo
businessinsider.com##.chartbeat
kaotic.com##.chaturbate
techreport.com##.checkprices
motorauthority.com##.chitika-listings
4shared.com##.christmasBanner
kslnewsradio.com##.chron_spon
wsj.com##.cioMypro-marketing
newsfactor.com##.cipText
historycollection.co##.cis_add_block
search.com##.citeurl
4shared.com##.citrioPromoLink
post-gazette.com##.city-coupons-wrap
jeurissen.co##.cja-squareimage
crooksandliars.com##.clab-inline
economist.com##.classified-ads
jewishreviewofbooks.com##.classified-heading
telegraph.co.uk##.classifiedAds
clgaming.net##.clg-footerSponsors
yourepeat.com##.click-left
yourepeat.com##.click-right
haaretz.com##.clickTrackerGroup
infobetting.com##.click_bookmaker
telegraphindia.com##.clickable
thinkbroadband.com##.clickable-skin
clipinteractive.com##.clip-featured
briansarmiento.website,windowsitpro.com##.close
financialexpress.com##.clsponsored
nairaland.com##.cltimages
ew.com##.cm-footer-banner
wftv.com##.cmFeedUtilities
ajc.com##.cmSponsored
wsbtv.com##.cmSubHeaderWrap
wftv.com##.cmToolBox
ew.com##.cmWrapper
coed.com##.cmg-nesn-embed
macleans.ca##.cmg_walrus
thisismoney.co.uk##.cmicons.cleared.bogr3.link-box.linkro-darkred.cnr5
geektyrant.com##.cmn-side
2dopeboyz.com##.cmn728x90
motorsport.com##.cmpFixedBox
cnn.com##.cnnMosaic160Container
cnn.com##.cnnPostAdHolder
nascar.com##.cnnUpfrontContainer
cnn.com##.cnn_SRLTbbn336a
cnn.com##.cnn_cnn_widget_adtag
cnn.com##.cnn_elxad300spc
cnn.com##.cnn_sectprtnrbox_grpn325
europeancarweb.com,hotrod.com,truckinweb.com##.cnt-google-links-container
truckinweb.com##.cnt-google-wide
europeancarweb.com,hotrod.com##.cnt-sponsored-showcase
iotwreport.com,wuxiaworld.com##.code-block
activistpost.com##.code-block-2
icanbecreative.com##.codeg
ebookee.org##.codemain
ebookee.org##.codetop
digitimes.com##.col-md-4 > div > .mr-box
disqus.com##.col-promoted
euronews.com##.col-pub-skyscraper
3v3.gg##.col-right2.mt10 a[target="_blank"]
nycgo.com##.colBBox
shopping.aol.com##.col_asl
jamendo.com##.col_extra
taste.com.au##.coles-catalogue-search
naukri.com##.collMTp
au.news.yahoo.com##.collection-sponsored
ign.com##.colombia
indiatimes.com##.colombiatracked
reverso.net##.columnBanner2
tinypic.com##.columns > .content-sec > .clear + div
tinypic.com##.columns > .content-sec > span
arcadebomb.com##.colunit1
telegraph.co.uk##.comDatingWidget
telegraph.co.uk##.comPuff
worldstarhiphop.com##.comhead2 + .iframe[style="height:250px"]
expat-blog.com##.comlnk
googlesightseeing.com##.comm-skyscraper
googlesightseeing.com##.comm-square
tomshardware.com##.comment-widget > [id][class][style]
crossmap.com##.commentBox > div:first-child
abovethelaw.com##.comments-sponsor
tripadvisor.ca,tripadvisor.co.uk,tripadvisor.com,tripadvisor.ie,tripadvisor.in##.commerce
prevention.com##.commerce-block
capitalfm.com,capitalxtra.com,classicfm.com,gizmodo.co.uk,heart.co.uk,mygoldmusic.co.uk,radiox.co.uk,runningserver.com,smoothradio.com,standard.co.uk,thisislondon.co.uk##.commercial
blackcaps.co.nz##.commercial-partners
sheptonmalletjournal.co.uk##.commercial-promotions
heraldnet.com##.comp_DailyDealWidget
verizon.com##.comp_container_marketplace
blinkbox.com##.companion
5min.com##.companion-banner
proactiveinvestors.co.uk,proactiveinvestors.com.au##.company-banner
bbyellow.com,bsyellow.com,businesslist.co.cm,businesslist.co.ke,businesslist.com.bd,businesslist.com.ng,businesslist.my,businesslist.ph,businesslist.pk,cambodiayp.com,caymanyellow.com,chileindex.com,colombiayp.com,ethiopiadirectory.com,georgiayp.com,ghanayp.com,indonesiayp.com,jmyellow.com,jpyellow.com,lebyp.com,lesothoyp.com,localbotswana.com,malawiyp.com,moroccoyp.com,myanmaryp.com,namibiayp.com,nepalyp.com,puertoricoindex.com,qataryp.com,rwandayp.com,saudianyp.com,senegalyp.com,sudanyp.com,tanzaniayp.com,thaigreenpages.com,tntyellow.com,tunisiayp.com,turkishyp.com,yemenyp.com,zambiayp.com,zimbabweyp.com##.company_banner
versusio.com##.compare_leaderboard
circa.com##.component-ddb-728x90-v1
delish.com##.conban1
theglobeandmail.com##.conductor-links
spoonyexperiment.com##.cont_adv
babylon.com,searchsafer.com##.contadwltr
tinypic.com##.container > .browse > div
radiotimes.com##.container--related
marketwatch.com##.container--sponsored
miniclip.com##.container-300x250
villagesoup.com##.container-popup
ina.fr##.container-pubcarre
gmatclub.com##.containerPartners
jokersupdates.com##.container_contentrightspan
tourofbritain.co.uk##.container_right_mpu
bbh.cc##.content + .sidebar
adfoc.us##.content > iframe
intouchweekly.com,newsbtc.com##.content-banner
crmbuyer.com,ectnews.com,linuxinsider.com,macnewsworld.com,technewsworld.com##.content-block-slinks
songlyrics.com##.content-bottom-banner
techrepublic.com##.content-bottom-leaderboard
techrepublic.com##.content-bottom-mpu
pcwdld.com##.content-bottom-wrapper
1049.fm##.content-footer-promo
pwinsider.com##.content-left
pcmag.com##.content-links
gizmochina.com##.content-mid-wrapper
techrepublic.com,zdnet.com##.content-middle-mpu
funnyordie.com##.content-page-mrec
funnyordie.com##.content-page-mrec-container
pocketnow.com##.content-panel > div > .textwidget
mysuburbanlife.com##.content-promo
newstalkzb.co.nz##.content-promos
kiz10.com##.content-recomendados
pwinsider.com##.content-right
jmail.co.za,tsamail.co.za,webmail.co.za##.content-section-left
boatinternational.com##.content-sponsored-listings-list
crmbuyer.com,ectnews.com,linuxinsider.com,macnewsworld.com,technewsworld.com##.content-tab-slinks
fijilive.com##.content-top
futuresmag.com##.content-top-banner
techrepublic.com,zdnet.com##.content-top-leaderboard
techrepublic.com##.content-top-mpu
gizmochina.com,pcwdld.com##.content-top-wrapper
yellowpages.bw,yellowpages.co.ls,yellowpages.co.zm##.contentBannerHolderLarge
girlsgogames.com##.contentListSkycontainer
ancient-origins.net##.content_add_block
kohit.net##.content_banner_right
gamefront.com##.content_bottom_cap
laradiofm.com##.content_div3
domainnamewire.com##.content_posts_promotion
sythe.org##.content_sa_top
globrix.com##.content_slots_for_results_container
iafrica.com##.content_sponsoredLinksBox
goodgearguide.com.au,pcworld.idg.com.au##.contentpage-boombox
nexus404.com##.contentpostTAD
sc2ranks.com##.contentright
coinurl.com##.contents
gamenguide.com##.contents > .mleft a[href^="https://www.amazon.com/"]
huffingtonpost.com##.contin_below
shtfplan.com##.continue + div[style="padding: 10px 0px 10px 0px;"] + div[style="background-color: #CDE8FC; padding: 5px 0px 5px 5px;"]
businessinsider.com##.continue-link
netnewscheck.com##.continue-text
notcot.org##.conversationalist_outer
list25.com##.converter
sharaget.com##.coollist
madison.com##.coupon
gamecoupongrid.com##.coupon-card.feature-card
gamecoupongrid.com##.coupon-head.feature-card-head
columbian.com##.coupon-widget
wnst.net##.coupon_block
ftadviser.com##.cpdSponsored
afr.com##.cq-sponsored-content
politicalwire.com##.cqheadlinebox
mtvema.com##.crazy-sponsorships
snopes.com##.creative
merriam-webster.com##.creative-300_BOT-container
merriam-webster.com##.creative-300_TOP-container
plus.im##.creativeWrapper
cgsociety.org##.creditcardAD
forumpromotion.net##.crm[style="text-align: left;"]
irishtimes.com##.cs-teaser
wric.com##.csWxSponsor
celebuzz.com##.cs_banner728_top
candystand.com##.cs_square_banner
candystand.com##.cs_tall_banner
candystand.com##.cs_wide_banner
carsales.com.au##.csn-ad-preload
reverb.com##.csp-embedded-card
stylist.co.uk##.css-17xu4dw.css-do8iv3
stylist.co.uk##.css-1x9y3ge.css-do8iv3
stylist.co.uk##.css-1ykflf3.css-18yg5p6.css-do8iv3
stylist.co.uk##.css-8me5ln.css-do8iv3
systemrequirementslab.com##.cta-button
columbian.com##.cta[style="margin-top: -10px;"]
terra.com##.ctn-tgm-bottom-holder
funny.com##.ctnAdBanner
indiatimes.com##.ctn_ads_twins
shazam.com##.ctrl-bar__button-buy
shazam.com##.ctrl-bar__buybtn
homefinder.com##.cubeContainer
toolslib.net##.custom
manilastandard.net##.custom-banner-customize
forumpromotion.net##.custom-foot + .forumbg2
101cargames.com##.custom-siteskin
malwarehelp.org##.custom_1_box
annistonstar.com##.custom_hot_deal_image
jobhits.co.uk##.cvads
futurecurrencyforecast.com##.cwc-tor-widget
glumbouploads.com##.d0_728
lindaikejisblog.com,thomasnet.com##.da
diply.com##.da-disclaimer
arabianindustry.com##.da-leaderboard
urbandictionary.com##.da-panel
thedailywtf.com##.daBlock
diply.com##.dad-spot
bitcoinmagazine.com##.dael-da
adelaidenow.com.au,cairnspost.com.au,couriermail.com.au,dailytelegraph.com.au,geelongadvertiser.com.au,goldcoastbulletin.com.au,heraldsun.com.au,ntnews.com.au,themercury.com.au,townsvillebulletin.com.au,weeklytimesnow.com.au##.dailydeals-wrapper
yahoo.com##.darla-container
tesco.com##.dart
americanphotomag.com,ecnmag.com,manufacturing.net,webuser.co.uk##.dart-tag
wetv.com##.dart300x250Border
drum.co.za,you.co.za##.dating-widget
mrarrowhead.com##.dating_site_banner
lloydslistaustralia.com.au##.db-leaderboard-container
itv.com##.db-mpu
foobar2000.org##.db_link
herald.co.zw##.dban
startups.co.uk##.dc-leaderboard
dailycaller.com##.dc-sticky
kibagames.com##.dc_color_lightgreen.dc_bg_for_adv
ohiostatebuckeyes.com##.dcad
elitistjerks.com##.dcc
dailydot.com##.dd-sponsored
trutv.com##.ddad
bts.ph,btscene.eu##.ddl_det_anon
btscene.eu##.ddl_srch
hdtvtest.co.uk##.deal
techradar.com##.deal-block
azstarnet.com,poststar.com,wcfcourier.com##.deal-container
pcmag.com##.deal-widget
kmov.com##.dealLeft
kmov.com##.dealRight
nbcnews.com##.deals
pcworld.idg.com.au##.deals-box
independent.com.mt##.deals-container
thewirecutter.com##.deals-love
slashdot.org##.deals-wrapper
kusports.com##.deals_widget
smh.com.au##.debtBusters
smashingmagazine.com,tripwiremagazine.com##.declare
wsj.com##.deloitte_disclaimer
softpile.com##.desadvs
mindspark.com,myway.com,mywebsearch.com##.desc
mysearch.com##.desc > div
good.is##.description
desi-tashan.com##.desi_300
nextcity.org##.desktop-display
4archive.org,randomarchive.com##.desktop[style="text-align:center"]
northjersey.com##.detail_boxwrap
northjersey.com##.detail_pane_text
heroturko.me##.detay
gearburn.com,marinmagazine.com,memeburn.com,motorburn.com,nhbr.com,scpr.org,shop.com,suntimes.com,techinsider.io,theonion.com,urbandictionary.com,ventureburn.com,wareable.com##.dfp
guidelive.com##.dfp--300x250
premier.org.uk,premierchildrenswork.com,premierchristianity.com,premierchristianradio.com,premiergospel.org.uk,premieryouthwork.com##.dfp-block
suntimes.com##.dfp-cube
timesfreepress.com##.dfp-instory
healthline.com##.dfp-lb-wrapper
techradar.com##.dfp-leaderboard-container
blastingnews.com##.dfp-leaderbord
urbandictionary.com##.dfp-panel
upworthy.com##.dfp-responsive-slot
maltatoday.com.mt##.dfp-slot
sodahead.com##.dfp300x250
sodahead.com##.dfp300x600
ket.org##.dfp_primary
premier.org.uk,premierchildrenswork.com,premierchristianity.com,premierchristianradio.com,premiergospel.org.uk,premieryouthwork.com##.dfp_strip
dafont.com##.dfsmall[style="background:#fff"]
dafont.com##.dfxsmall[style="text-align:right;color:#999"]
hpcwire.com##.diana
reference.com##.dic_bk
zdnet.com##.dirListSuperSpons
1337x.to,torrentdownloads.me##.direct
sumotorrent.sx##.directStreaming
sumotorrent.sx##.directStreamingText
softarchive.net##.direct_download
premiumtimesng.com##.directcampaign
world-airport-codes.com##.directory-airport
yifyddl.movie##.dirurl
news.com.au##.disclaimer-footer
chacha.com,omghype.com##.disclosure
govevents.com##.display
protipster.com##.display--desktop-banner
sporcle.com##.display-wide
1cookinggames.com,yokogames.com##.displaygamesbannerspot3
hellopeter.com##.div1
hellopeter.com##.div2
israelnationalnews.com##.div300
espncricinfo.com##.div300Pad
aniweather.com##.divBottomNotice
aniweather.com##.divCenterNotice
kissmanga.com##.divCloseBut
alternativeto.net##.divLeaderboardLove
citizensvoice.com##.div_pfwidget
hellobeautiful.com##.diversity-one-widget
pcwdld.com##.divsplitter
cfweradio.ca##.dl
mediafire.com##.dlInfo-Apps
download3k.com##.dl_button
orlydb.com##.dlright
dreammining.com##.dm-adds
answers.yahoo.com##.dmRosMBAdBorder
dailymotion.com##.dmpi_masscast
allrecipes.com##.docking-leaderboard-container
urbandictionary.com##.domains
i4u.com##.dotted
gearlive.com##.double
techtipsgeek.com##.double-cont
readamericanfootball.com,readarsenal.com,readastonvilla.com,readbasketball.com,readbetting.com,readbournemouth.com,readboxing.com,readbrighton.com,readbundesliga.com,readburnley.com,readcars.co,readceltic.com,readchampionship.com,readchelsea.com,readcricket.com,readcrystalpalace.com,readeverton.com,readeverything.co,readfashion.co,readfilm.co,readfood.co,readfootball.co,readgaming.co,readgolf.com,readhorseracing.com,readhuddersfield.com,readhull.com,readinternationalfootball.com,readlaliga.com,readleicester.com,readliverpoolfc.com,readmancity.com,readmanutd.com,readmiddlesbrough.com,readmma.com,readmotorsport.com,readmusic.co,readnewcastle.com,readnorwich.com,readnottinghamforest.com,readolympics.com,readpl.com,readrangers.com,readrugbyunion.com,readseriea.com,readshowbiz.co,readsouthampton.com,readsport.co,readstoke.com,readsunderland.com,readswansea.com,readtech.co,readtennis.co,readtottenham.com,readtv.co,readussoccer.com,readwatford.com,readwestbrom.com,readwestham.com,readwsl.com##.double-mpu
bigtop40.com,capitalfm.com,capitalxtra.com,classicfm.com,dirtymag.com,heart.co.uk,mygoldmusic.co.uk,radiox.co.uk,smoothradio.com##.download
turbobit.net##.download-area-top
host1free.com##.download-block
1337x.to##.download-links .btn:not(.btn-magnet):not(.btn-torrent-download):not(.btn-torrent-mirror-download)
uwatchfree.co##.download-now
awdit.com##.download-right-add
turbobit.net##.download-top
pornograd.net##.downloadButton
wupload.com##.downloadOptionFooter
candystand.com##.download_free_games_ad
fileshut.biz,fileshut.com##.download_item2
download-movie-soundtracks.com##.download_link > .direct_link
ettv.tv##.download_links
load.to##.download_right
filediva.com##.download_top
fileshut.biz,fileshut.com##.download_top2
brothersoft.com##.downloadadv
brothersoft.com##.downloadadv1
brothersoft.com##.downloadadv3
defenseindustrydaily.com##.downloads
9gag.com##.dpa-300
9gag.com##.dpa-728
equestriadaily.com##.drgwefowiehfoiwe
iol.co.za##.drive-360
systemrequirementslab.com##.driveragent
ashampoo.com##.driverupdater
journalnow.com##.dt_mod
digitaltrends.com##.dtads-slot
googleping.com,search.com##.dtext
darkreading.com##.dualRight
bloomberg.com##.dvz-widget-sponsor
msn.com##.dynamicRRWrapper
webmd.com##.dynbm_wrap
arabtimesonline.com##.e3lan
techraptor.net,watchreport.com##.e3lan300_250-widget
tiresandparts.net##.e3lanat-layout-rotator
euractiv.com##.ea-gat-slot-wrapper
aol.co.uk,cnet.com.au,msn.com##.ebay
amateurphotographer.co.uk##.ebay-deals
carandclassic.co.uk##.ebayRSS
psu.com##.ebayh1
gumtree.com##.ecn-display-block
ecosia.org##.ecolink-search-result
teenvogue.com##.ecom-placement
theblaze.com##.ecomm-widget
segmentnext.com##.ecommerce-data
smashingmagazine.com##.ed
smashingmagazine.com##.ed-us
timeoutabudhabi.com##.editoral_banner
businessinsider.com.au##.editorial-aside
newagebd.net##.editorialMid
dailymail.co.uk##.editors-choice.ccox.link-ccox.linkro-darkred
experts-exchange.com##.eeAD
notebooks.com##.efbleft
trustedreviews.com##.egl-tabbed-content
facebook.com##.ego_section a[href^="http://l.facebook.com/l.php?u="][href*="%26adgroup_id%"]
facebook.com##.ego_section a[href^="http://l.facebook.com/l.php?u="][href*="utm_medium"]
facebook.com##.ego_section a[href^="http://l.facebook.com/l.php?u="][href*="utm_source"]
facebook.com##.ego_section a[href^="https://l.facebook.com/l.php?u="][href*="%26ad_id%"]
facebook.com##.ego_section a[href^="https://l.facebook.com/l.php?u="][href*="%26ad_id%"] + div
facebook.com##.ego_section a[href^="https://l.facebook.com/l.php?u="][href*="%26adgroup_id%"]
facebook.com##.ego_section a[href^="https://l.facebook.com/l.php?u="][href*="%3Fcampaign%3D"]
facebook.com##.ego_section a[href^="https://l.facebook.com/l.php?u="][href*=".intelliad.de"]
facebook.com##.ego_section a[href^="https://l.facebook.com/l.php?u="][href*="adfarm.mediaplex.com"]
facebook.com##.ego_section a[href^="https://l.facebook.com/l.php?u="][href*="fb_source%3Dad%26tag%3D"]
facebook.com##.ego_section a[href^="https://l.facebook.com/l.php?u="][href*="fb_source%3Dad%26tag%3D"] + div
facebook.com##.ego_section a[href^="https://l.facebook.com/l.php?u="][href*="https%3A%2F%2Fgoo.gl%2F"]
facebook.com##.ego_section a[href^="https://l.facebook.com/l.php?u="][href*="utm_medium"]
facebook.com##.ego_section a[href^="https://l.facebook.com/l.php?u="][href*="utm_source"]
priceonomics.com##.eib-banner
lyrster.com##.el_results
pirateiro.com##.embedded > center
playbill.com##.embedded-banner
soccerstand.com##.enet_banner_container
israelhayom.com##.english_banner_300_250
sourceforge.net##.enhanced-listing
lfpress.com##.entertainmentSponsorshipContainer
entrepreneur.com##.entnative
cbslocal.com,radio.com##.entry-injected-block
infoq.com##.entrysponsors
wrytestuff.com##.eoc250
electronicproducts.com##.ep-boombox-advertisment
putlocker.ninja##.ep_buttons
nbcnews.com##.eshopStory
metacritic.com##.esite_list
easyvoyage.co.uk##.esv-pub-300-250
themirrorbay.com##.et_pb_promo
thecommonsenseshow.com##.et_pb_row
readthedocs.io##.ethical-rtd
adnkronos.com##.evidenceBox
mobafire.com##.exhibit-narrow
mobafire.com##.exhibit-vertical
logupdateafrica.com##.expandable-banner
miami.com##.expedia-widget
nytimes.com##.expediaBooking
mercurynews.com##.expertBox
seattletimes.com##.explore-block
bestvpn.com##.expressvpn-box
gizchina.com,leadership.ng##.external
smithsonianmag.com##.external-associated
smithsonianmag.com##.external-associated-products
realestate.co.nz##.externalLinkBar
ludokado.com##.external_revenue_accueil
racedepartment.com##.extraFooter
thefinancialexpress-bd.com##.extraLink
tucows.com##.f11
india.com##.fBannerAside
computerworld.co.nz##.fairfax_nav
inturpo.com##.fake_embed_ad_close
9to5google.com,9to5mac.com,9to5toys.com,electrek.co##.fallback-unit
competitor.com##.fancybox-overlay
commentarymagazine.com##.fancybox-wrap
themoviedb.org##.fanhattan
might.net##.fat-container
smarter.com##.favboxmiddlesearch
smarter.com##.favwrapper
finder.com.au##.fbbHero
tormovies.org##.fbd-banner
sharkscope.com##.fbstyle
theguardian.com##.fc-slice__item--mpu-candidate
theguardian.com##.fc-slice__popular-mpu
bankrate.com##.fcAdGrey
webcenters.netscape.compuserve.com##.fcCntnr
cnet.com##.fd-topdeals
ebay.com##.fdad1
ghanaweb.com##.featLks
reason.com##.feature
wowheadnews.com##.feature-aside
mumbrella.com.au##.featureBanner
aubizbuysell.com.au,findthatfile.com,lifestyle.yahoo.com,nzbizbuysell.co.nz,nzcommercial.co.nz,nzfranchises.co.nz,simplyhired.com,yellowpages.com##.featured
recombu.com##.featured-deal
sidereel.com##.featured-episode-link
everydayhealth.com##.featured-group
bbc.com##.featured-native
siliconrepublic.com##.featured-partners
canstar.com.au##.featured-product-container
ar12gaming.com,geekwire.com##.featured-sponsor
upworthy.com##.featured-sponsor-iframe
nepr.net##.featured-underwriter-slider
newafricanmagazine.com##.featured-video
moneyweb.co.za##.featured-video-widget
top1000.ie##.featured300x260
lfpress.com##.featuredBusinesses
gmatclub.com##.featuredSchool
infoworld.com##.featuredSponsor-strip
whitepages.ae##.featured_companies_bg_main
mousebreaker.com##.featured_games_band
candystand.com##.featured_partners_title
newsie.co.nz##.featured_property
tv.com##.featured_providers
kaotic.com##.featured_user_upload_content
siliconrepublic.com##.featuredemployers
id-box.biz##.featuredlinksBox
olx.co.nz##.featuredtitlepremium
india.com##.ff-sponser
cnn.com##.fg_presentedBy
fifa.com##.fi-sponsor-list--home
topgear.com##.field--name-cars-we-buy-any-car
stuff.tv##.field-field-promo-node-teaser
kdvr.com##.filler
cokeandpopcorn.com##.filler728
nagpurtoday.in##.film-right-s
gmatclub.com##.financialPartners
adn.com,bellinghamherald.com,bnd.com,bradenton.com,centredaily.com,enquirerherald.com,fortmilltimes.com,fresnobee.com,heraldonline.com,idahostatesman.com,islandpacket.com,kentucky.com,lakewyliepilot.com,ledger-enquirer.com,macon.com,mercedsunstar.com,modbee.com,myrtlebeachonline.com,newsobserver.com,sanluisobispo.com,sunherald.com,thestate.com,tri-cityherald.com##.findnsave_combo
flashvids.org##.fixe
newsbtc.com##.fixed-banner-container
mentalfloss.com##.fixed-footer-section
america.fm,australia.fm,belgie.fm,danmark.fm,deutschland.fm,england.fm,espana.fm,india.fm,italia.fm,lafrance.fm,nederland.fm,norge.fm,polskafm.pl,sverige.fm##.fl.banbo
america.fm,australia.fm,belgie.fm,danmark.fm,deutschland.fm,england.fm,espana.fm,india.fm,italia.fm,lafrance.fm,nederland.fm,norge.fm,polskafm.pl,sverige.fm##.fl.m
trustedreviews.com##.flamingo-widget-root
alwatanvoice.com##.flash-160x600
alwatanvoice.com##.flash-728x90
letitbit.net##.flash-not-found
canberratimes.com.au##.flashfloater
contactmusic.com##.flexibleLeaderboard
nepr.net,tennisearth.com##.flexslider
mysuburbanlife.com##.flipp_module
kissmanga.com,shareae.com##.float-ck
gsmchoice.com##.floatLeft
tradekey.com##.float_left
notcot.com##.floatbox
notcot.com,xuuby.com,zonytvcom.info##.floater
treehugger.com##.floater-indiv
zylom.com##.floor_wrapper
htmldog.com##.flower
amctheatres.com##.flt-ad-strut
adcrun.ch,bc.vc##.fly_frame
globalnews.ca##.flyer-info
calgaryherald.com,edmontonjournal.com,leaderpost.com,lfpress.com,montrealgazette.com,ottawacitizen.com,thestarphoenix.com,vancouversun.com,windsorstar.com##.flyers-header
brandonsun.com,winnipegfreepress.com##.flyertown_spotlight
futurenet.club##.fn-banner
newsobserver.com##.focus_box
inquirer.net##.fontgraysmall
greatbritishlife.co.uk##.foot-banners
radiozindagi.com##.foot_top
donegaltv.ie,emergencyemail.org,monitor.co.ug,nation.co.ke,thecitizen.co.tz##.footer
healthcentral.com##.footer--promo
ksstradio.com,scientificamerican.com,spectator.co.uk##.footer-banner
directorslive.com##.footer-banner-img
935kday.com##.footer-banners
wowhead.com##.footer-bgimg
premiumtimesng.com##.footer-bottom-slider
xbitlabs.com##.footer-cap
people.com##.footer-cmad
africasports.net##.footer-columns
standardmedia.co.ke##.footer-full-banner
foxsports.com##.footer-image
931dapaina.com,elitetraveler.com##.footer-leaderboard
earthsky.org##.footer-leaderboard-wrapper
ferrari.com##.footer-main__sponsors
thecinemasource.com##.footer-marketgid
supercars.com##.footer-promo
getswiftfox.com##.footer-right
livebasketball.tv##.footer-sponsor
ar12gaming.com,sharksrugby.co.za,timestalks.com,wrc.com##.footer-sponsors
searchenginejournal.com##.footer-unit
btn.com##.footer-widgets
hd-trailers.net##.footer-win
footballorgin.net##.footer-wrap
101greatgoals.com##.footer-wrapper
twentytwowords.com##.footer-zone
nickutopia.com##.footer728
wikinvest.com##.footerBrokerageCenter
socwall.com##.footerLinks
bundesliga.com##.footerPartners
londonlovesbusiness.com##.footerPartnerships
zynga.com##.footerPromo
abc.go.com##.footerRow
investing.com##.footerTradeNow
cartoonnetworkasia.com##.footerWrapper
jarkey.net##.footer_728
olympicchannel.com##.footer__sponsor
pbs.org##.footer__sub
sundownsfc.co.za##.footer_add
jackfm.co.uk,satbeams.com##.footer_banner
electronista.com##.footer_content_wrapper
maxgames.com##.footer_leaderboard
morningstar.in##.footer_links_wrapper
fiba.com##.footer_logos
tiresandparts.net##.footer_top_banner
scotsman.com##.footer_top_holder
datamation.com##.footerbanner
eurocupbasketball.com,euroleague.net##.footersponsors-container
videojug.com##.forceMPUSize
alphacoders.com##.form_info
northcoastnow.com##.formy
motorhomefacts.com##.forum-promo
permies.com##.forum-top-banner
newsroom.co.nz##.foundingpartners
b105.com##.fourSquare_outer
bc.vc##.fp-bar-dis
autotrader.co.uk##.fpa-deal-header
yahoo.com##.fpad
theiphoneappreview.com##.frame
tvguide.com##.franchisewrapper
freedom.tm##.frdm-sm-ico
sumotorrent.sx##.freeDirect
empowernetwork.com##.free_video_img
megashare.com##.freeblackbox
megashare.com##.freewhitebox
chowhound.com##.freyja_ads_lb
wharton.upenn.edu##.friend-module
artstation.com##.friends-of-artstation
mnn.com##.from-our-partners
spanishcentral.com##.from_spanish_central
executivetravelmagazine.com##.ft-add-banner
whatculture.com##.ft-banner
portalangop.co.ao,top1walls.com##.full-banner
thehindu.com##.full-width-add-footer
thehindu.com##.full-width-add-footer250
marilyn.ca##.full-width.leaderboard
wikinvest.com##.fullArticleInset-NVAdSlotComponent
i4u.com##.fullStoryHeader + .SidebarBox
yifyddl.movie##.full_bottom
ptinews.com##.fullstoryadd
ptinews.com##.fullstorydivright
revolution935.com##.fullwidthbanner-container
ratebeer.com##.fums
anandtech.com,macrumors.com##.funbox
webmd.com##.funded_area
penny-arcade.com##.funding-horizontal
penny-arcade.com##.funding-vertical
whatismybrowser.com##.funholderleaderboard728
mattgemmell.com##.fusion_attrib_footer
chrisbrownworld.com,myplay.com##.fwas300x250
masterworksbroadway.com##.fwas728x90_top
bluntforcetruth.com,borneobulletin.com.bn,chicagodefender.com,chronicle.gi,dallasvoice.com,hotnews.org.za,newsday.co.zw,nondoc.com,one.com.mt,radioinsight.com,southerneye.co.zw,theindependent.co.zw,thestandard.co.zw##.g
thelakewoodscoop.com##.g-col > a
nofilmschool.com##.g-leader
cnx-software.com,thegolfnewsnet.com##.g-single
prokerala.com##.gAS_468x60
titantv.com##.gAd
about.com##.gB
free-games.net##.gPBoxAD
search.babylon.com##.gRsAdw
search.babylon.com##.gRsSlicead
claro-search.com,isearch.babylon.com,search.babylon.com##.gRsTopLinks
colorgirlgames.com##.g_160X600
popgals.com##.g_adt
forum.freeadvice.com##.g_info
ambulance-photos.com,bus-and-coach-photos.com,campervan-photos.com,classic-and-vintage-cars.com,construction-and-excavation.com,fire-engine-photos.com,military-vehicle-photos.com,motorcycles-motorbikes.com,oilrig-photos.com,planesandchoppers.com,police-car-photos.com,racing-car-photos.com,shipsandharbours.com,taxi-photos.com,traction-engines.net,tractor-photos.com,train-photos.com,transport-models.com,truck-photos.net,yourboatphotos.com##.ga200[style="width:250px;height:250px;float:right;margin:5px 5px 5px 10px;"]
celebrityrumors.com,embarrassingissues.co.uk,goworkabroad.co.uk,page2rss.com,uptodown.com##.gad
enotalone.com##.gadb
snowboarding-essentials.com##.gadbdrtxt
gamerant.com,larousse.com##.gads
toptenwholesale.com##.gads-home-bottom
inserbia.info##.gads250
telegraph.co.uk##.gafs
behance.net##.gallery-sponsor
citywire.co.uk##.gallerySponsor
koreaherald.com##.gallrym[style="margin:15px auto; padding-top:0px;height:130px;"]
pcper.com,thedrum.co.uk,thefix.com,tribalfootball.com##.gam-holder
9news.com,bloomberg.com,courier-journal.com,theleafchronicle.com,thestarpress.com,usaweekend.com##.gam_wrapper
addictinggames.com##.gameHeaderSponsor
kibagames.com##.game__bottomInfoRightContainer
candystand.com##.game_banner_300
pcgamesn.com##.game_info_buy
muchgames.com##.gamead
monstertruckgames.org##.gamecatbox
cartoondollemporium.com##.games_dolls_ads_right300x250
gamerevolution.com##.gamestop-buy-button
adultswim.com##.gametap-placement
cpuboss.com##.gat-da
moviesplanet.com##.gb
globes.co.il##.gbanner
canberratimes.com.au##.gbl_advertisementgrey
canberratimes.com.au,illawarramercury.com.au##.gbl_disclaimer
illawarramercury.com.au##.gbl_section
hongkongfp.com##.gcyberh
viamichelin.co.uk,viamichelin.com##.gdhBlockV2
geekwire.com##.geekwire_sponsor_posts_widget
escapehere.com##.gemini-loaded
investing.com##.generalOverlay
becclesandbungayjournal.co.uk,burymercury.co.uk,cambstimes.co.uk,derehamtimes.co.uk,dunmowbroadcast.co.uk,eadt.co.uk,edp24.co.uk,elystandard.co.uk,eveningnews24.co.uk,fakenhamtimes.co.uk,greenun24.co.uk,huntspost.co.uk,ipswichstar.co.uk,lowestoftjournal.co.uk,northnorfolknews.co.uk,pinkun.com,royston-crow.co.uk,saffronwaldenreporter.co.uk,sudburymercury.co.uk,thecomet.net,thetfordandbrandontimes.co.uk,wattonandswaffhamtimes.co.uk,wisbechstandard.co.uk,wymondhamandattleboroughmercury.co.uk##.generic_leader
greenun24.co.uk,pinkun.com##.generic_sky
uefa.com##.geoTargetSponsor
uefa.com##.geoTargetSponsorHeader
motortrend.com##.get-quote
watchsomuch.info##.getVIPAds
health24.com##.get_quote
canoe.ca##.getdeals
arizonasports.com##.gfp
ksl.com##.gfp-slot
ktar.com##.gfp300250
mediacoderhq.com##.gg1
bitcomet.com##.gg728
cometbird.com##.gg_250x250
ebay.com##.ggtm
gethuman.com##.gh-ads
ghacks.net##.ghacks-ad-loaded
macworld.co.uk##.ghostMpu
sporcle.com##.giIMU
hotfileserve.ws##.glb-opec
bikeradar.com##.global-banner
tornadomovies.co##.glx-teaser
tripadvisor.com##.goLists
astro.com##.goad
newburytoday.co.uk,thelakewoodscoop.com##.gofollow
apkmirror.com##.gooWidget
neogaf.com##.goodie300
neogaf.com##.goodie728
complaintsboard.com##.goog-border
eurodict.com##.googa
thenassauguardian.com##.googlAdd
95mac.net,africanadvice.com,appdl.net,freepopfax.com,pspad.com,sudantribune.com##.google
euronews.com##.google-banner
nymag.com##.google-bottom
zenit.org##.google-dfp
news-journalonline.com##.google-entry
i-dressup.com##.google-iframe
treehugger.com##.google-indiv-box2
ausbt.com.au##.google-text-link-wrapper
rt.com##.google-top-banner
1pic4twenty.co.za##.google160600
downloadatoz.com##.google300_bg
downloadatoz.com##.google300_title
inooz.co.uk##.googleContainer
dealspl.us##.googleDealBottom
complaints.com##.googleTop
desimartini.com##.google_add_box
bridalbook.ph##.google_srec
hoobly.com##.googlecont
1pic4twenty.co.za##.googlefat
mediamass.net##.googleresponsive
aleteia.org##.googletag
quizlet.com##.googlewrap
complaintsboard.com##.googtop
whatismyip.com##.gotomypc
css3generator.com##.gotta-pay-the-bills
radioinsight.com##.gp-leader
disney.com##.gpt
autotrader.co.uk##.gpt-banner--billboard-container
sportinglife.com##.gpt-container
dictionary.com##.gpt-content-wrapper
townhall.com##.gpt-header
dailypost.co.uk##.gpt-sticky-sidebar
twentytwowords.com##.gray-fullwidth
slantmagazine.com##.gray_bg
slantmagazine.com##.gray_bgBottom
greatandhra.com##.great_andhra_main_add_rotator
greatandhra.com##.great_andhra_main_add_rotator1
cool-wallpaper.us##.green
businessdictionary.com##.grey-small-link
backstage.com##.greyFont
teamrock.com##.grid-container-300x250
itproportal.com##.grid-mpu
ncaa.com##.grid[style="height: 150px;"]
straitstimes.com##.group-brandinsider
expertreviews.co.uk##.group-buy-now
couriermail.com.au,dailytelegraph.com.au,news.com.au##.group-network-referral-footer
bollywoodtrade.com##.gtable[height="270"][width="320"]
gtaforums.com##.gtaforums-ad
waz-warez.org##.guest_adds
wheels24.co.za##.gumtree_component
animenewsnetwork.com##.gutter
kovideo.net##.h-728
themarknews.com##.h-section1
lyricsmode.com##.h113
superiorpics.com##.h250
lyricsmode.com##.h253
dealsonwheels.co.nz,farmtrader.co.nz##.hBanner
all-shares.com##.hSR
keepvid.com##.h[style="padding:0px;width:760px;"]
jewishjournal.com##.had-container
blinkbox.com##.halfmpupnl
runtastic.com##.halfpage
ausbt.com.au##.halfpage-homepage
pep.ph##.halfpage-wrapper
pushsquare.com##.hardware
sbnation.com,theverge.com##.harmony-sponsorship
alternet.org##.has-banner
twitter.com##.has-profile-promoted-tweet
denverpost.com##.hatad
pcgamer.com,techradar.com##.hawk-widget-insert
thesimsresource.com##.hb
zeefood.in##.hbanner2
chronicle.co.zw,herald.co.zw,zimpapers.co.zw##.hbanners
screenindia.com##.hd
cricfree.sc,cricfree.tv##.hd-head-button
pbnation.com##.hdrLb
pbnation.com##.hdrSq
caymannewsservice.com##.head-banner468
dnaindia.com##.head-region
vogue.co.uk##.headFullWidth
mariopiperni.com,tmrzoo.com##.headbanner
inverse.com##.header
ynaija.com##.header-728
worldpress.org##.header-b
americanfreepress.net,cookinglight.com,freemalaysiatoday.com,gameplayinside.com,hotfrog.co.uk,islamchannel.tv,kodicommunity.com,ksstradio.com,landandfarm.com,mashable.com,myrecipes.com,pointblanknews.com,radiotoday.com.au,runt-of-the-web.com,soccer24.co.zw,wow247.co.uk##.header-banner
fansided.com,winteriscoming.net##.header-billboard
vapingunderground.com##.header-block
worldpress.org##.header-bnr
playnj.com##.header-bonus
kveller.com##.header-bottom
thedailystar.net##.header-bottom-adds
gamecoupongrid.com##.header-feature
expressandstar.com,guernseypress.com,jerseyeveningpost.com,shropshirestar.com,thebiggestloser.com.au##.header-leaderboard
natureasia.com##.header-leaderboard-wrap
queenscourier.com##.header-left
spyka.net##.header-link
tfo.org,times.co.zm##.header-pub
confidente.com.na,floridanewsline.com,lyricsbogie.com,queenscourier.com,thenews.com.pk##.header-right
bentelevision.com,bh24.co.zw##.header-right-banner-wrapper
htxt.co.za##.header-sub
newtimes.co.rw,providencejournal.com,southernliving.com##.header-top
kollywoodtoday.net##.header-top-right
windowscentral.com##.header-top__offer
knowyourmeme.com##.header-unit-wrapper
astronomynow.com##.header-widget
hd-trailers.net##.header-win
salon.com##.header-wrapper
funnycatpix.com##.header728
onegreenplanet.org##.header728container
avforums.com##.headerCommercial
thelakewoodscoop.com##.headerPromo
telegraph.co.uk##.headerThree
bastropenterprise.com##.headerTop
maxim.com##.headerTopBar
domainnamewire.com,electricpig.co.uk,gaijinpot.com,squidoo.com##.header_banner
medicalnewstoday.com##.header_bar
kpopstarz.com##.header_bn
medicalnewstoday.com##.header_hr
boyantech.com##.headerbanner
steadyhealth.com##.headerboard
passageweather.com##.headerlink
ndtv.com##.heading_shp_wdgt
bangtidy.net##.headlineapa_base
futhead.com##.headliner-homepage
venturebeat.com##.helm_story_type-sponsored
thenewslens.com##.help-tnl-container-300_250
thenewslens.com##.help-tnl-container-970_250
metrolyrics.com##.here
slickdeals.net##.heroCarouselWrapper
hi5.com##.hi5-common-header-banner-ad
classiccars.com##.hia_banner
4shared.com##.hiddenshare
letitbit.net##.hide-after-60seconds
theguardian.com##.hide-on-popup
mobilesyrup.com##.hide_768
speedtest.net##.high-placeholder
all-shares.com##.highSpeedResults
siteslike.com##.highlighted
dailycurrant.com##.highswiss
skins.be##.hint
hitomi.la##.hitomi-horizontal
gaystarnews.com##.hjawidget
ghanaweb.com##.hmSkyscraper
hindustantimes.com##.hm_top_right_localnews_contnr_budget
gosugamers.net##.holder-link
1027dabomb.net##.home-300
ownai.co.zw##.home-banner-outer-wrapper
broadway.com##.home-leaderboard-728-90
wowhead.com##.home-skin
netweather.tv##.home300250
greatdaygames.com##.home_Right_bg
pbs.org##.home__logo-pond
wpbt2.org##.home_banners
gadgetsnow.com##.home_ed300
hpe.com##.home_leaderboard
justdubs.tv##.home_leftsidbar_add
traileraddict.com##.home_page > div > :first-child + *
securitymattersmag.com##.homeart_marketpl_container
news1130.com##.homepage-headlines-sponsorship-block
mancunianmatters.co.uk##.homepage-leader
sunshinecoastdaily.com.au##.homepageContainerFragment
easybib.com##.homepage_sidebar
smashingmagazine.com##.homepagepremedtargetwrapper
phonebook.com.pk##.homeposter
herold.at##.homesponsor
nationalreview.com##.homie_storydiv
inaruto.net##.honey-out
hoovers.com##.hoov_goog
esecurityplanet.com##.horiz-banner
lushstories.com##.horizhide
hilarious-pictures.com,soft32.com##.horizontal
forlocations.com##.horizontalBanner
afro.com##.horizontalBanners
ytmnd.com##.horizontal_aids
amulyam.in##.horzl_ad
hotscripts.com##.hostedBy
ashbournenewstelegraph.co.uk,ashfordherald.co.uk,bathchronicle.co.uk,bedfordshire-news.co.uk,blackcountrybugle.co.uk,blackmorevale.co.uk,bostontarget.co.uk,brentwoodgazette.co.uk,bristolpost.co.uk,burtonmail.co.uk,cambridge-news.co.uk,cannockmercury.co.uk,canterburytimes.co.uk,carmarthenjournal.co.uk,centralsomersetgazette.co.uk,cheddarvalleygazette.co.uk,cleethorpespeople.co.uk,cornishguardian.co.uk,cornishman.co.uk,courier.co.uk,crawleynews.co.uk,croydonadvertiser.co.uk,derbytelegraph.co.uk,dorkingandleatherheadadvertiser.co.uk,dover-express.co.uk,eastgrinsteadcourier.co.uk,eastlindseytarget.co.uk,ely-news.co.uk,essexchronicle.co.uk,exeterexpressandecho.co.uk,folkestoneherald.co.uk,fromestandard.co.uk,gloucestercitizen.co.uk,gloucestershireecho.co.uk,granthamtarget.co.uk,greatbarrobserver.co.uk,grimsbytelegraph.co.uk,harlowstar.co.uk,hertfordshiremercury.co.uk,hertsandessexobserver.co.uk,hulldailymail.co.uk,leek-news.co.uk,leicestermercury.co.uk,lichfieldmercury.co.uk,lincolnshireecho.co.uk,llanellistar.co.uk,luton-dunstable.co.uk,maidstoneandmedwaynews.co.uk,middevongazette.co.uk,northampton-news-hp.co.uk,northdevonjournal.co.uk,northsomersetmercury.co.uk,nottinghampost.com,nuneaton-news.co.uk,onemk.co.uk,plymouthherald.co.uk,retfordtimes.co.uk,scunthorpetelegraph.co.uk,sevenoakschronicle.co.uk,sheptonmalletjournal.co.uk,sleafordtarget.co.uk,somersetguardian.co.uk,southportvisiter.co.uk,southwales-eveningpost.co.uk,staffordshirelife.co.uk,staffordshirenewsletter.co.uk,stokesentinel.co.uk,stroudlife.co.uk,surreymirror.co.uk,suttoncoldfieldobserver.co.uk,tamworthherald.co.uk,thanetgazette.co.uk,torquayheraldexpress.co.uk,uttoxeteradvertiser.co.uk,walsalladvertiser.co.uk,wellsjournal.co.uk,westbriton.co.uk,westerndailypress.co.uk,westerngazette.co.uk,westernmorningnews.co.uk##.hotJobs_collection_list_border
loaded.co.uk##.hot_banner_mpu
order-order.com##.hotbuttonbg
maps.google.com##.hotel-partner-item-sponsored
maps.google.com##.hotel-price
zdnet.com##.hotspot
techworld.com.au##.house-slot
europeancarweb.com##.hp-leadertop
rte.ie##.hp-mpu
huffingtonpost.com##.hp-ss-leaderboard
surfline.com##.hp_camofday-ad
itp.net##.hpbanner
theoutline.com##.hpe-card
blog.recruitifi.com##.hs-cta-wrapper
filetram.com##.hsDownload
usatodayhss.com##.hss-background-link
sfgate.com##.hst-leaderboard
chron.com,mysanantonio.com,seattlepi.com,sfgate.com##.hst-siteheader > .row1
ctpost.com##.hst-topclassifieds
seattlepi.com##.hst-travelzoo
chron.com,mysanantonio.com##.hst-ysm
pcmag.com##.htmlModule
channelinsider.com##.html_module
helpwithsmoking.com##.hws
extremetech.com##.hybrid-bar + div
f1i.com##.hype
artstation.com##.i-love-artstation
animenewsnetwork.com##.iab
break.com##.iab-300x250
break.com##.iab-label
bastropenterprise.com##.iabMedRectContainer
telegraph.co.uk##.iabUnit
tripadvisor.com##.iab_medRec
whattoexpect.com##.iabicon
infobetting.com##.ibBanner
yifyddl.movie##.ibox-bordered
shockwave.com##.icon16AdChoices
nme.com##.icon_amazon
thebull.com.au##.iconos
caughtonset.com##.idlads_widget
idello.org##.idlo-ads-wrapper
aastocks.com##.idx-aabest
indianexpress.com##.ie2013-topad
heraldsun.com.au##.iframe-316x460
girlsgogames.com##.iframeHolder
cnet.com##.iframeWrap
ign.com##.ign-pre-grid
ihavenet.com##.ihn-ad-1
ihavenet.com##.ihn-ad-2
ihavenet.com##.ihn-ad-3
impactlab.net##.ilad
filetram.com##.ilividDownload
intomobile.com##.im_970x90
wherever.tv##.image-banner
sen.com##.image_caption_div
imgfave.com##.image_login_message
blessthisstuff.com##.imagem_sponsor
laineygossip.com##.img-box
newsbtc.com##.img-responsive
imagus.net##.img_add
exchangerates.org.uk##.imt4
computerworld.com,infoworld.com##.imu
popdust.com##.in
politico.com##.in-story-banner
networkworld.com##.incontent_ata
mail.com##.indeed
brudirect.com##.index-banner
autoline-eu.co.uk,autoline-eu.co.za,autoline-eu.ie,autoline-market.ca,autoline-market.com,autoline.info##.index-banners
autoline-eu.co.uk,autoline-eu.co.za,autoline-eu.ie,autoline-market.ca,autoline-market.com,autoline.info##.index-center-banners
autoline-eu.co.uk,autoline-eu.co.za,autoline-eu.ie,autoline.info##.index-center-banners-1
socialitelife.com##.index-inser
autoline-eu.co.uk,autoline-eu.co.za,autoline-eu.ie,autoline.info##.index-main-banners
youplay.com##.index-medium-rectangle
abcnews.go.com##.index-quigo
autoline-eu.co.uk,autoline-eu.co.za,autoline-eu.ie,autoline.info##.index-secondary-banners
vosizneias.com##.index_02_perms
theinertia.com##.inertia-ad-300x250
bab.la##.info-column
bab.la##.info-panel
cnet.com##.infoboardWrap
mp3boo.com##.infolinks
tvguide.com##.infomercial
watchsomuch.info##.information
technobuffalo.com##.infscr-post-break
nettiauto.com,nettikaravaani.com,nettikone.com,nettimarkkina.com,nettimokki.com,nettimoto.com,nettivene.com,nettivuokraus.com##.inh_banner
thenation.com##.inline-cta-module
easybib.com##.inline-help[href="/reference/help/page/ads"]
bbc.com##.inline-horizontal-partner-module
4kq.com.au,961.com.au,973fm.com.au,cruise1323.com.au,gold1043.com.au,mix1011.com.au,mix1023.com.au,mix106.com.au,mix1065.com.au,tmz.com,wsfm.com.au##.inline-promo
newsweek.com##.inline-promo-link
forward.com##.inline-sponsored
pixdaus.com##.inlineBanner
pcgamesn.com##.inlineMPUs
9to5google.com,9to5mac.com,9to5toys.com,electrek.co##.inlinead + * > div > img
9to5google.com,9to5mac.com,9to5toys.com,electrek.co##.inlinead + [class]
pcgamesn.com##.inlinerail
brightsideofnews.com##.inner-banner-72890
cartoonnetwork.com##.inner266
medical-hypotheses.com##.innerBanner
cnet.com##.innerMPUwrap
telegraph.co.uk##.innerPlugin
bloggerthemes.net##.inner_banner
nintendolife.com##.insert
infoworld.com##.insider-left
routes-news.com##.insightbar
beemp3s.org##.install-toolbar
icanhascheezburger.com##.instream
arstechnica.co.uk,arstechnica.com##.instream-wrap
thefix.com##.insurance-benefits-check-embedded
ratemyteachers.com##.intelius
itweb.co.za##.intelli-box
egmnow.com##.inter_vid
cnsnews.com##.intermarkets
bullz-eye.com##.internal_rn_plug_block
guidelive.com##.interruption
gizmodo.co.uk,shropshirestar.com##.interruptor
ign.com##.interruptsContainer
ozy.com##.interstitial
komando.com##.interstitial-wrapper
12ozprophet.com##.intro
jango.com##.intro_block_module:last-child
bridgemi.com##.investors-wrapper
indianexpress.com##.ipad
investorplace.com##.ipm-sidebar-ad-text
osbot.org##.ipsWidget_inner
twitter.com##.is-promoted
telegraph.co.uk##.isaSeason
veehd.com##.isad
drivearcade.com,freegamesinc.com##.isk180
abovethelaw.com,dealbreaker.com,hbr.org,itwire.com##.island
nzgamer.com##.island-holder
androidheadlines.com##.item-featured
timesofisrael.com##.item-spotlight
videopremium.tv##.itrack
947.co.za,air1.com,juicefm.com,pulse1.co.uk,pulse2.co.uk,signal1.co.uk,signal2.co.uk,swanseasound.co.uk,thecurrent.org,thewave.co.uk,three.fm,wave965.com,wirefm.com,wishfm.net##.itunes
kfm.co.za##.itunes-sml
ixigo.com##.ixi-ads-header
liveleak.com##.j_b
liveleak.com##.j_t
thejewishnews.com##.jn-article_medium-banner
careerone.com.au##.job-search-tower-ad
bnd.com##.jobs_widget_large
ninemsn.com.au##.jobsearchBox
radiotoday.com.au##.jobsstyle
toorgle.net##.join
inews.co.uk##.jp-slot
marinelink.com,maritimepropulsion.com,yachtingjournal.com##.jq-banner
buzzfeed.com##.js-bfa-impression
haaretz.com##.js-clickTracker-for-addBlocker
mixcloud.com##.js-dfp-mpu
finder.com.au##.js-sitewide-banner
theguardian.com##.js-sticky-mpu
theguardian.com##.js-top-banner
careerbuilder.com##.jsHomeSpotBanner
worldofgnome.org##.jumbotron
marketingvox.com##.jupitermedia
11alive.com,12news.com,12newsnow.com,13newsnow.com,13wmaz.com,9news.com,abc10.com,cbs19.tv,firstcoastnews.com,fox15abilene.com,kagstv.com,kare11.com,kcentv.com,kens5.com,kgw.com,khou.com,kiiitv.com,king5.com,krem.com,ksdk.com,ktvb.com,kvue.com,myfoxzone.com,newscentermaine.com,thv11.com,wbir.com,wcnc.com,wfaa.com,wfmynews2.com,wgrz.com,whas11.com,wkyc.com,wltx.com,wtsp.com,wusa9.com,wwltv.com,wzzm13.com##.just-for-you
joomlarulez.com##.jwplayer2
joomlarulez.com##.jwplayer4
rocvideo.tv##.jwpreview
sfgate.com##.kaango
news24.com##.kalahari_product
news24.com##.kalwidgetcontainer
imgism.com##.kevin-lb
alarabiya.net##.killer
mbc.net##.killerbanner
kiplinger.com##.kip-banner
kiplinger.com##.kip-stationbreak
vivastreet.co.uk##.kiwii-box-300x250
wantedinafrica.com##.kn-widget-banner
techspot.com##.konafilter
marketsmojo.com##.kotak_adv
ndtv.com##.kpc_rhs_wdgt
ndtv.com##.kpc_rhs_widget
herold.at##.kronehit
lenteng.com##.ktz-bannerhead
lenteng.com##.ktz_banner
the-star.co.ke##.l-banner
thenextweb.com##.l-postSingleCanvasBlocker
topgear.com##.l-runaround-mpu
the-star.co.ke##.l-wrapper--banner-00
hitc.com##.la-wrapper
simplyhired.com##.label_right
wallstcheatsheet.com##.landingad8
soccernews.com##.large-promo
ustream.tv##.largeRectBanner
democraticunderground.com##.largeleaderboard-container
afterdawn.com##.last_forum_mainos
restaurants.com##.latad
espn.co.uk,espncricinfo.com##.latest_sports630
flatuicolors.com##.launchers
aniscartujo.com##.layer_main
iwradio.co.uk##.layerslider_widget
standard.co.uk##.layout-component-ines-sponsored-features-sidebar
flava.co.nz,hauraki.co.nz,mixonline.co.nz,newstalkzb.co.nz,radiosport.co.nz,thehits.co.nz,zmonline.com##.layout__background
pastebin.com##.layout_clear
milesplit.com##.lb
etonline.com##.lb_bottom
autosport.com##.lb_container
door2windows.com##.lbad
thehill.com##.lbanner
speedtest.net##.lbc
thevideobee.to##.lbl-ads
lankabusinessonline.com##.lbo-ad-home-300x250
itp.net##.lboard
pcmag.com##.lbwidget
politifact.com##.ldrbd
cnet.com##.leadWrap
hotscripts.com,techrepublic.com,theatermania.com,thepcguild.com##.leader
divamag.co.uk,pc-specs.com,readmetro.com##.leader-board
interaksyon.com##.leader-board-1
iol.co.za##.leader-board-center-container
canada.com##.leader-board-wrapper
zdnet.com##.leader-bottom
garfield.com##.leaderBackground
channeleye.co.uk,expertreviews.co.uk,laptopmag.com,mtv.com.lb,nymag.com,vogue.co.uk##.leaderBoard
greatergood.com##.leaderBoard-container
businessghana.com##.leaderBoardBorder
blaauwberg.net##.leaderBoardContainer
whathifi.com##.leaderBoardWrapper
expertreviews.co.uk##.leaderLeft
expertreviews.co.uk##.leaderRight
bakercityherald.com##.leaderTop
freelanceswitch.com,stockvault.net,tutsplus.com##.leader_board
10daily.com.au,2gofm.com.au,420careers.com,923thefox.com,9to5google.com,9to5mac.com,9to5toys.com,abajournal.com,abovethelaw.com,adn.com,advosports.com,adyou.me,androidfirmwares.net,aroundosceola.com,autoaction.com.au,autos.ca,autotrader.ca,ballstatedaily.com,baydriver.co.nz,bellinghamherald.com,bestproducts.com,birdmanstunna.com,blitzcorner.com,bnd.com,bradenton.com,browardpalmbeach.com,cantbeunseen.com,carynews.com,centredaily.com,chairmanlol.com,citymetric.com,citypages.com,claytonnewsstar.com,clgaming.net,clicktogive.com,cnet.com,coastandcountrynews.co.nz,cokeandpopcorn.com,commercialappeal.com,cosmopolitan.co.uk,cosmopolitan.com,cosmopolitan.in,cosmopolitan.ng,courierpress.com,cprogramming.com,dailynews.co.zw,dailysport.co.uk,dallasobserver.com,designtaxi.com,digitalspy.com,digitaltrends.com,diply.com,directupload.net,dispatch.com,diyfail.com,docspot.com,donchavez.com,driving.ca,dummies.com,edmunds.com,electrek.co,elle.com,elledecor.com,energyvoice.com,enquirerherald.com,esquire.com,explainthisimage.com,expressandstar.com,film.com,foodista.com,fortmilltimes.com,forums.thefashionspot.com,fox.com.au,fox1150.com,fresnobee.com,funnyexam.com,funnytipjars.com,galatta.com,gamerevolution.com,gamesindustry.biz,gamesville.com,geek.com,givememore.com.au,gmanetwork.com,goldenpages.be,goldfm.com.au,goodhousekeeping.com,gosanangelo.com,guernseypress.com,hardware.info,harpersbazaar.com,heart1073.com.au,heatworld.com,hemmings.com,heraldonline.com,hi-mag.com,hit105.com.au,hit107.com,hot1035.com,hot1035radio.com,hotfm.com.au,hourdetroit.com,housebeautiful.com,houstonpress.com,hypegames.com,iamdisappoint.com,idahostatesman.com,idello.org,imedicalapps.com,independentmail.com,indie1031.com,intomobile.com,ioljobs.co.za,irishexaminer.com,islandpacket.com,itnews.com.au,itproportal.com,japanisweird.com,jdpower.com,jerseyeveningpost.com,kentucky.com,keysnet.com,kidspot.com.au,kitsapsun.com,knoxnews.com,kofm.com.au,lakewyliepilot.com,laweekly.com,ledger-enquirer.com,legion.org,lgbtqnation.com,lifezette.com,lightreading.com,lolhome.com,lonelyplanet.com,lsjournal.com,mac-forums.com,macon.com,mapcarta.com,marieclaire.co.za,marieclaire.com,marinmagazine.com,mcclatchydc.com,medicalnewstoday.com,mercedsunstar.com,meteovista.co.uk,meteovista.com,miaminewtimes.com,mix.com.au,modbee.com,monocle.com,morefailat11.com,myrtlebeachonline.com,nameberry.com,naplesnews.com,nature.com,nbl.com.au,newarkrbp.org,newsobserver.com,newstatesman.com,nowtoronto.com,nxfm.com.au,objectiface.com,onnradio.com,openfile.ca,organizedwisdom.com,overclockers.com,passedoutphotos.com,pehub.com,peoplespharmacy.com,perfectlytimedphotos.com,phoenixnewtimes.com,photographyblog.com,pinknews.co,pinknews.co.uk,pons.com,pons.eu,popularmechanics.com,pressherald.com,radiowest.com.au,readamericanfootball.com,readarsenal.com,readastonvilla.com,readbasketball.com,readbetting.com,readbournemouth.com,readboxing.com,readbrighton.com,readbundesliga.com,readburnley.com,readcars.co,readceltic.com,readchampionship.com,readchelsea.com,readcricket.com,readcrystalpalace.com,readeverton.com,readeverything.co,readfashion.co,readfilm.co,readfood.co,readfootball.co,readgaming.co,readgolf.com,readhorseracing.com,readhuddersfield.com,readhull.com,readinternationalfootball.com,readlaliga.com,readleicester.com,readliverpoolfc.com,readmancity.com,readmanutd.com,readmiddlesbrough.com,readmma.com,readmotorsport.com,readmusic.co,readnewcastle.com,readnorwich.com,readnottinghamforest.com,readolympics.com,readpl.com,readrangers.com,readrugbyunion.com,readseriea.com,readshowbiz.co,readsouthampton.com,readsport.co,readstoke.com,readsunderland.com,readswansea.com,readtech.co,readtennis.co,readtottenham.com,readtv.co,readussoccer.com,readwatford.com,readwestbrom.com,readwestham.com,readwsl.com,rebubbled.com,recode.net,redding.com,reporternews.com,roadandtrack.com,roadrunner.com,roulettereactions.com,rr.com,sacarfan.co.za,sanluisobispo.com,scifinow.co.uk,seafm.com.au,searchenginesuggestions.com,shinyshiny.tv,shitbrix.com,shocktillyoudrop.com,shropshirestar.com,slashdot.org,slideshare.net,southerncrossten.com.au,space.com,spacecast.com,sparesomelol.com,spoiledphotos.com,sportsnet.ca,sportsvite.com,starfm.com.au,stopdroplol.com,straitstimes.com,stripes.com,stv.tv,sunfm.com.au,sunherald.com,supersport.com,tattoofailure.com,tbreak.com,tcpalm.com,techdigest.tv,techzim.co.zw,terra.com,thamesradio.london,theatermania.com,thecrimson.com,thehollywoodgossip.com,thejewishnews.com,thenationalstudent.com,thenewstribune.com,theolympian.com,therangecountry.com.au,theriver.com.au,theskanner.com,thestar.com.my,thestate.com,timescolonist.com,timesrecordnews.com,titantv.com,treehugger.com,tri-cityherald.com,triplem.com.au,triplemclassicrock.com,tutorialrepublic.com,tvfanatic.com,uswitch.com,vcstar.com,villagevoice.com,vivastreet.co.uk,vr-zone.com,walyou.com,washingtonpost.com,waterline.co.nz,westword.com,whatsonstage.com,where.ca,wired.com,wmagazine.com,yodawgpics.com,yoimaletyoufinish.com##.leaderboard
ameinfo.com##.leaderboard-area
rantnow.com##.leaderboard-atf
autotrader.co.uk,mixcloud.com##.leaderboard-banner
bleedingcool.com##.leaderboard-below-header
fanlala.com,stltoday.com##.leaderboard-bottom
investorwords.com##.leaderboard-box
rantnow.com##.leaderboard-btf
app.com,argusleader.com,battlecreekenquirer.com,baxterbulletin.com,bloomberg.com,bucyrustelegraphforum.com,burlingtonfreepress.com,centralohio.com,chillicothegazette.com,cincinnati.com,citizen-times.com,clarionledger.com,coloradoan.com,coshoctontribune.com,courier-journal.com,courierpostonline.com,dailyrecord.com,dailyworld.com,defensenews.com,delawareonline.com,delmarvanow.com,democratandchronicle.com,democraticunderground.com,desmoinesregister.com,detroitnews.com,dnj.com,explosm.net,farmanddairy.com,fdlreporter.com,federaltimes.com,freep.com,gamesindustry.biz,greatfallstribune.com,greenbaypressgazette.com,greenvilleonline.com,guampdn.com,hattiesburgamerican.com,hometownlife.com,honoluluadvertiser.com,htrnews.com,independent.com.mt,indystar.com,jacksonsun.com,jconline.com,kotaku.com.au,lancastereaglegazette.com,lansingstatejournal.com,lifehacker.com.au,livingstondaily.com,lohud.com,mansfieldnewsjournal.com,marionstar.com,marshfieldnewsherald.com,montgomeryadvertiser.com,mousebreaker.com,mycentraljersey.com,mydesert.com,nature.com,newarkadvocate.com,news-leader.com,news-press.com,newsleader.com,pal-item.com,pnj.com,portclintonnewsherald.com,postcrescent.com,poughkeepsiejournal.com,press-citizen.com,pressandjournal.co.uk,pressconnects.com,rgj.com,sctimes.com,sheboyganpress.com,shreveporttimes.com,stargazette.com,statesmanjournal.com,stevenspointjournal.com,tallahassee.com,tennessean.com,theadvertiser.com,thecalifornian.com,thedailyjournal.com,theithacajournal.com,theleafchronicle.com,thenews-messenger.com,thenewsstar.com,thenorthwestern.com,thespectrum.com,thestarpress.com,thetimesherald.com,thetowntalk.com,visaliatimesdelta.com,wausaudailyherald.com,wisconsinrapidstribune.com,zanesvilletimesrecorder.com##.leaderboard-container
app.com,argusleader.com,battlecreekenquirer.com,baxterbulletin.com,bucyrustelegraphforum.com,burlingtonfreepress.com,centralohio.com,chillicothegazette.com,cincinnati.com,citizen-times.com,clarionledger.com,coloradoan.com,coshoctontribune.com,courier-journal.com,courierpostonline.com,dailyrecord.com,dailyworld.com,defensenews.com,delawareonline.com,delmarvanow.com,democratandchronicle.com,desmoinesregister.com,detroitnews.com,dnj.com,fdlreporter.com,federaltimes.com,floridatoday.com,freep.com,greatfallstribune.com,greenbaypressgazette.com,greenvilleonline.com,guampdn.com,hattiesburgamerican.com,hometownlife.com,honoluluadvertiser.com,htrnews.com,indystar.com,jacksonsun.com,jconline.com,lancastereaglegazette.com,lansingstatejournal.com,livingstondaily.com,lohud.com,mansfieldnewsjournal.com,marionstar.com,marshfieldnewsherald.com,montgomeryadvertiser.com,mycentraljersey.com,mydesert.com,newarkadvocate.com,news-leader.com,news-press.com,newsleader.com,pal-item.com,pnj.com,portclintonnewsherald.com,postcrescent.com,poughkeepsiejournal.com,press-citizen.com,pressconnects.com,rgj.com,sctimes.com,sheboyganpress.com,shreveporttimes.com,stargazette.com,statesmanjournal.com,stevenspointjournal.com,tallahassee.com,tennessean.com,theadvertiser.com,thecalifornian.com,thedailyjournal.com,theithacajournal.com,theleafchronicle.com,thenews-messenger.com,thenewsstar.com,thenorthwestern.com,thespectrum.com,thestarpress.com,thetimesherald.com,thetowntalk.com,visaliatimesdelta.com,wausaudailyherald.com,wisconsinrapidstribune.com,zanesvilletimesrecorder.com##.leaderboard-container-top
cntraveller.com##.leaderboard-new
businessdictionary.com##.leaderboard-placement
slideshare.net##.leaderboard-profile
geekosystem.com,styleite.com,themarysue.com##.leaderboard-section
timesunion.com##.leaderboard-tbl
fanlala.com,tvline.com##.leaderboard-top
cbssports.com,ehow.co.uk,scotsman.com,skysports.com##.leaderboard-wrap
ctv.ca,globalnews.ca,jazzfm.com##.leaderboard-wrapper
whatismybrowser.com##.leaderboard720
english.gazzetta.it##.leaderboardEng
cargurus.com##.leaderboardParent
gizmodo.com.au##.leaderboard__container
japantoday.com##.leaderboard_banner
bestcovery.com##.leaderboard_block
vibevixen.com##.leaderboard_bottom
autosport.com,lookbook.nu,todaysbigthing.com##.leaderboard_container
tucsoncitizen.com##.leaderboard_container_top
directupload.net##.leaderboard_rectangle
porttechnology.org,realworldtech.com,rottentomatoes.com##.leaderboard_wrapper
entrepreneur.com.ph##.leaderboardbar
ubergizmo.com,wired.co.uk##.leaderboardcontainer
fog24.com,free-games.net##.leaderboardholder
cherokeetribune.com##.leaderboards
theprospectordaily.com##.leaderboardwrap
autoevolution.com##.leaderheight
morewords.com##.lef
youserials.com##.left
washingtonjewishweek.com##.left-banner
republicbroadcasting.org##.left-sidebar-padder > #text-3
republicbroadcasting.org##.left-sidebar-padder > #text-8
elliotsblog.com##.left.box
routes-news.com##.left1
ask.com##.leftLabel
bargaineering.com##.leftSidebar
yellowpages.com.ps##.leftSponsors
prevention.com##.leftSubBoxArea
10minutemail.net##.leftXL
mixfmradio.com##.left_2_banners2
indiaresults.com##.left_add_incl
ultimate-guitar.com##.left_article_cont
sanet.me##.left_banner
electronista.com,ipodnn.com,macnn.com##.left_footer
zalaa.com##.left_iframe
mail.yahoo.com##.left_mb
wnd.com##.left_prom_160
youserials.com##.lefta
newsx.com##.leftaddsense
phonearena.com##.leftbanner
knowthis.com##.leftcol[style="width:180px;"]
miniclip.com##.letterbox
jpost.com##.level-2-horizontal-banner-wrap
jpost.com##.level-6-horizontal-banner-wrap
aol.com##.lft120x60
autoline-eu.co.uk,autoline-eu.co.za,autoline-eu.ie,autoline-market.ca,autoline-market.com,autoline.info##.lh-bn-wrapper
op.gg##.life-owner
mobygames.com##.lifesupport-footer-wrapper
mobygames.com##.lifesupport-header
webpronews.com##.lightgray
anonic.org##.link
texastribune.org##.link--teal
coinurl.com##.link-image
huffingtonpost.com##.linked_sponsored_entry
technologyreview.com##.linkexperts-hm
kyivpost.com##.linklist
kproxy.com##.linknew4
babynamegenie.com,forless.com,o2cinemas.com,passageweather.com,worldtimeserver.com##.links
atđhe.net##.links > thead
youtube.com##.list-view[style="margin: 7px 0pt;"]
gosearchresults.com##.listing-right
cfos.de##.ll_center
cso.com.au,goodgearguide.com.au,pcworld.co.nz,pcworld.idg.com.au##.lo-toppromos
calgaryherald.com##.local-branding
allrecipes.com##.local-offers
ninjakiwi.com##.local-skin
theonion.com##.local_recirc
hiphopdx.com##.lockerdome
logect.com##.logect_ads01_wrp
tv-video.net##.login
wearetennis.com##.logo
1071thepeak.com##.logo-scroll
siberiantimes.com##.logoBanner
ovguide.com##.logo_affiliate
themoscowtimes.com##.logo_popup
leaprate.com##.logooos_container
toblender.com##.longadd
channel24.co.za,netwerk24.com,news24.com,sport24.co.za,w24.co.za,wheels24.co.za##.love2meet
omegle.com##.lowergaybtn
omegle.com##.lowersexybtn
cfos.de##.lr_left
yahoo.com##.lrec
yahoo.com##.lrec-before-loading
findlaw.com##.ls_homepage
animetake.com##.lsidebar > a[href^="http://bit.ly/"]
vidto.me,vidzi.tv##.ltas_backscreen
slideshare.net##.lynda-item
phpbb.com##.lynkorama
phpbb.com##.lynkoramaz
kovideo.net##.lyricRingtoneLink
lifezette.com##.lz_leaderboard_outer
egotastic.com,readwrite.com##.m-adaptive
digitaltrends.com##.m-deal-bonus
theverge.com##.m-feature__intro > aside
digitaltrends.com##.m-intermission
digitaltrends.com##.m-leaderboard
theguardian.com##.m-money-deals
digitaltrends.com##.m-offers
fiaformulae.com##.m-partners
aol.com##.m-people-are-reading
alibaba.com##.m-product-item[data-eurl^="//us-click.alibaba.com/ci_bb?"]
digitaltrends.com##.m-review-affiliate-pint
digitaltrends.com,tvguide.com##.m-shop
digitaltrends.com##.m-widget_deal
share-links.biz##.m10.center
share-links.biz##.m20 > div[id]:first-child:last-child
gayvegas.com,minivannews.com##.m_banner_show
downloadatoz.com##.ma
hitc.com##.ma-wrapper
grandbaie.mu##.magestore-bannerslider
gififly.com##.magic
christianpost.com##.main-aside-bn
cointelegraph.com##.main-banner
dictionary.com##.main-leaderboard
nagpurtoday.in##.main-logo + div[style="float:right;"]
veekyforums.com##.main-rc
wireshark.org##.main-sponsor
forbesindia.com##.main-stories-bg
thedailystar.net##.mainAddSpage
investing.com##.mainLightBoxFilter
tradingpost.com.au##.mainWrapper-csa
cheatsheet.com##.main__bottom > div + div[class]
instantshift.com##.main_banner_single
technewsdaily.com##.main_content_right
israelhayom.com##.main_english_banner
electronista.com##.main_notify
xspyz.com##.mainparagraph
healthzone.pk##.maintablebody
makeprojects.com##.makeBlocks
4shared.com##.makeRingtoneButton
mangainn.com##.mangareadtopad
allmenus.com##.mantle
sigalert.com##.map-med-rect
rocvideo.tv##.mar-bot-10
romereports.com##.marg
pcper.com##.mark-overlay-bg
briefing.com##.market-place
industryweek.com##.market600
investors.com##.marketBox
nzherald.co.nz##.marketPlace
gisborneherald.co.nz##.market_place
knowd.com,theslingshot.com##.marketing
edmunds.com##.marketing-message-section
bangkok.com##.marketing-spot
rtklive.com##.marketing_banner
investmentweek.co.uk##.marketing_content
abc15.com,abc2news.com,barchart.com,entrepreneur.com,globest.com,industryweek.com,kypost.com,myfoxboston.com,myfoxmemphis.com,newsarama.com,newsnet5.com,wcpo.com,wptv.com,wxyz.com,yahoo.com##.marketplace
poststar.com,stltoday.com##.marketplace-list
dailymotion.com##.masscast_box
dailymotion.com##.masscast_middle_box
macworld.co.uk##.mastBannerContainer
groovekorea.com##.master-slider-main-widget
pushsquare.com,songlyrics.com##.masthead
firstpost.com##.masthead-associate
slacktory.com##.masthead-banner
lifesitenews.com##.matched-content-wrapper
fixitscripts.com##.max-banner
mail.yahoo.com##.mb > .tbl
cheatsheet.com##.mb--baseline > script + div
commentarymagazine.com##.mb5px
yahoo.com##.mballads
zeetv.com##.mbanner1
wraltechwire.com##.mbitalic
search.twcc.com##.mbs
minecraftforum.net##.mcserver-banner
deviantart.com##.mczone-you-know-what
games.yahoo.com,movies.yahoo.com##.md.links
wsj.com##.mdcSponsorBadges
hughhewitt.com##.mdh-main-wrap
srnnews.com##.mdh-wrap
mtv.com##.mdl_noPosition
thestar.com.my##.med-rec
indianapublicmedia.org,mymotherlode.com##.med-rect
slideshare.net##.medRecBottom2
orlandoweekly.com##.medRectangle
abajournal.com,etonline.com##.med_rec
medcitynews.com##.medcity-paid-inline
fontstock.net##.mediaBox
gismeteo.com##.media_left
gismeteo.com##.media_top
cnn.com##.medianet
parents.com##.medianetPlaceholder
tvbay.org##.mediasrojas
tvplus.co.za##.medihelp-section
docspot.com##.medium
allmovie.com,edmunds.com##.medium-rectangle
allmovie.com##.medium-rectangle-btf
monhyip.net##.medium_banner
ucomparehealthcare.com##.medium_rectangle
beautifuldecay.com##.medium_rectangle_300x250
ubergizmo.com##.mediumbox
msn.com##.mediumcard-placeholder
msn.com##.mediumcardContainer
msn.com##.mediumcardt
rushlimbaugh.com##.mediumrec_int
democraticunderground.com##.mediumrectangle-op-blank
democraticunderground.com##.mediumrectangle-placeholder
9news.com.au,active.com,anime-planet.com,cookinggames.com,coolgames.com,fosswire.com,girlgames.com,girlsocool.com,guygames.com,hallpass.com,stickgames.com,tinypic.com,tuaw.com,watchmojo.com##.medrec
active.com##.medrec-bottom
dressupgal.com##.medrec-main
active.com##.medrec-top
myspace.com##.medrecContainer
rottentomatoes.com##.medrec_top_wrapper
joystiq.com,luxist.com,switched.com,tuaw.com,wow.com##.medrect
theboot.com##.medrect_aol
notcot.org##.medrect_outer
gossiponthis.com##.medrectangle
techrepublic.com##.medusa-horizontal
techrepublic.com##.medusa-right-rail
ludobox.com##.megaban
lookbook.nu##.megabanner_container
gamerdna.com##.members
videogamer.com##.mentioned-games__item__buy
deseretnews.com##.menu-sponsor
opensourcecms.com##.menuItemYannerYd
toonjokes.com##.menu_fill_ad
flysat.com##.menualtireklam
spinitron.com##.merch
travelocity.com##.merchandising
troyhunt.com##.message_of_support
eawaz.com,nationwideradiojm.com##.metaslider
excite.com##.mexContentBdr
moviefone.com##.mf-banner-container
moviefone.com##.mf-tower600-container
moviesplanet.com##.mgtie5min
modernhealthcare.com##.mh_topshade_b
npr.org##.mi-purchase-links
theoutline.com##.micro-native
slate.com##.microsoft_text_link
krebsonsecurity.com##.mid-banner
wired.com##.mid-banner-wrap
order-order.com##.mid-bar-post-container-unit
pissedconsumer.com,plussports.com##.midBanner
investing.com##.midHeader
expertreviews.co.uk##.midLeader
siteadvisor.com##.midPageSmallOuterDiv
mp3.li##.mid_holder[style="height: 124px;"]
einthusan.com##.mid_leaderboard
einthusan.com##.mid_medium_leaderboard
babylon.com##.mid_right
einthusan.com##.mid_small_leaderboard
metroflog.com##.midbanner
edutourism.in##.middMain
ocweekly.com##.middle
scanwith.com##.middle-banner
tradetrucks.com.au##.middle-banner-list
ibtimes.co.in,ibtimes.co.uk##.middle-leaderboard
imdb.com##.middle-rhs
instantshift.com##.middle_banners_title
kcrw.com##.middle_bottom_wrap
lifezette.com##.midpoint
broadcastingworld.net##.midsection
tokyohive.com##.midunit
ar15.com##.miniBannersBg
fool.com##.mintPromo
standard.co.uk##.mktg-btns-ctr
aol.com##.mlid-netbanner
mnn.com##.mnn-homepage-adv1-block
investopedia.com##.mntl-leaderboard-spacer
cultofmac.com##.mob-mpu
islamicfinder.org##.mobile-cards
techradar.com##.mobile-hawk-widget
techspot.com##.mobile-hide
winnipegfreepress.com##.mobile-inarticle-container
thenation.com##.modalContainer
ibtimes.com##.modalDialog_contentDiv_shadow
ibtimes.com##.modalDialog_transparentDivs
thenation.com##.modalOverlay
autotrader.co.uk##.module-ecommerceLinks
ca2015.com##.module-footer-sponsors
4kq.com.au,961.com.au,96fm.com.au,973fm.com.au,cruise1323.com.au,gold1043.com.au,kiis1011.com.au,kiis1065.com.au,mix1023.com.au,mix106.com.au,wsfm.com.au##.module-leaderboard
4kq.com.au,961.com.au,96fm.com.au,973fm.com.au,cruise1323.com.au,gold1043.com.au,kiis1011.com.au,kiis1065.com.au,mix1023.com.au,mix106.com.au,wsfm.com.au##.module-mrec
nickelodeon.com.au##.module-mrect
heraldsun.com.au##.module-promo-image-01
wptv.com##.module.horizontal
hubpages.com##.moduleAmazon
olympicchannel.com##.module__footer
quote.com##.module_full
prevention.com##.modules
americantowns.com##.moduletable-banner
healthyplace.com##.moduletablefloatRight
uberrock.co.uk##.moduletablepatches
thetowner.com##.moleskine-product
theguardian.com##.money-supermarket
dailymail.co.uk,mailonsunday.co.uk##.money.item > .cmicons.cleared.bogr3.link-box.linkro-darkred.cnr5
thisismoney.co.uk##.money.item.html_snippet_module
au.news.yahoo.com##.moneyhound
grantland.com##.more-from-elsewhere
yahoo.com##.more-sponsors
motherboard.tv##.moreFromVice
aol.co.uk##.moreOnAsylum
bestserials.com##.morePop
search.icq.com##.more_sp
search.icq.com##.more_sp_end
msn.com##.morefromproviderrr
cnn.com##.mortgage-and-savings
zillow.com##.mortgage-featured-partners
radiosport.co.nz##.mos-sponsor
anonymouse.org##.mouselayer
merdb.com##.movie_version a[style="font-size:15px;"]
seetickets.com##.mp-sidebar-right
newscientist.com##.mpMPU
syfy.com##.mps-container
98fm.com,accringtonobserver.co.uk,afcbournemouthnews.com,alloaadvertiser.com,ardrossanherald.com,audioreview.com,autotrader.co.za,barrheadnews.com,bigtop40.com,birminghammail.co.uk,birminghampost.co.uk,bizarremag.com,bobfm.co.uk,bordertelegraph.com,bracknellnews.co.uk,burnleyfcnews.com,capitalfm.com,capitalxtra.com,carrickherald.com,caughtoffside.com,centralfifetimes.com,chelseanews.com,chesterchronicle.co.uk,chroniclelive.co.uk,classicfm.com,clydebankpost.co.uk,cnet.com,coventrytelegraph.net,crewechronicle.co.uk,crystalpalacenews.com,cultofandroid.com,cumnockchronicle.com,dailypost.co.uk,dailyrecord.co.uk,dcsuk.info,directory.im,directory247.co.uk,divamag.co.uk,dplay.com,dumbartonreporter.co.uk,dunfermlinepress.com,durhamtimes.co.uk,eastlothiancourier.com,econsultancy.com,evertonnews.com,examiner.co.uk,findanyfilm.com,football-league.co.uk,games.co.uk,gamesindustry.biz,gardensillustrated.com,gazettelive.co.uk,getbucks.co.uk,getreading.co.uk,getsurrey.co.uk,getwestlondon.co.uk,golf365.com,goonernews.com,greenocktelegraph.co.uk,hammersheadlines.com,heart.co.uk,heatworld.com,helensburghadvertiser.co.uk,her.ie,herfamily.ie,huddersfieldtownnews.com,impartialreporter.com,indy100.com,irishexaminer.com,irvinetimes.com,jamieoliver.com,jazzfm.com,joe.co.uk,joe.ie,journallive.co.uk,largsandmillportnews.com,leicestercitynews.org,liverpoolecho.co.uk,localberkshire.co.uk,look.co.uk,loughboroughecho.net,macclesfield-express.co.uk,macuser.co.uk,manchestereveningnews.co.uk,mancitynews.com,manunews.com,metoffice.gov.uk,mtv.com.lb,mumsnet.com,musicradar.com,musicradio.com,mygoldmusic.co.uk,newburyandthatchamchronicle.co.uk,newcastleunitednews.org,newscientist.com,newstalk.com,newstatesman.com,northernfarmer.co.uk,osadvertiser.co.uk,peeblesshirenews.com,pinknews.co.uk,planetrock.com,propertynews.com,racecar-engineering.com,radiotimes.com,radiox.co.uk,readamericanfootball.com,readarsenal.com,readastonvilla.com,readbasketball.com,readbetting.com,readbournemouth.com,readboxing.com,readbrighton.com,readbundesliga.com,readburnley.com,readcars.co,readceltic.com,readchampionship.com,readchelsea.com,readcricket.com,readcrystalpalace.com,readeverton.com,readeverything.co,readfashion.co,readfilm.co,readfood.co,readfootball.co,readgaming.co,readgolf.com,readhorseracing.com,readhuddersfield.com,readhull.com,readingchronicle.co.uk,readinternationalfootball.com,readlaliga.com,readleicester.com,readliverpoolfc.com,readmancity.com,readmanutd.com,readmiddlesbrough.com,readmma.com,readmotorsport.com,readmusic.co,readnewcastle.com,readnorwich.com,readnottinghamforest.com,readolympics.com,readpl.com,readrangers.com,readrugbyunion.com,readseriea.com,readshowbiz.co,readsouthampton.com,readsport.co,readstoke.com,readsunderland.com,readswansea.com,readtech.co,readtennis.co,readtottenham.com,readtv.co,readussoccer.com,readwatford.com,readwestbrom.com,readwestham.com,readwsl.com,realradioxs.co.uk,recombu.com,redhillandreigatelife.co.uk,rochdaleonline.co.uk,rossendalefreepress.co.uk,rte.ie,runcornandwidnesweeklynews.co.uk,saintsnews.com,scotsman.com,seagullsnews.com,skysports.com,sloughobserver.co.uk,smallholder.co.uk,smartertravel.com,smoothradio.com,southportvisiter.co.uk,southwestfarmer.co.uk,spin1038.com,spinsouthwest.com,sportsjoe.ie,sportsmole.co.uk,spursnews.com,stokecitynews.com,strathallantimes.co.uk,swanseacitynews.com,t3.com,tcmuk.tv,the-gazette.co.uk,the-tls.co.uk,theadvertiserseries.co.uk,thejournal.co.uk,thelancasterandmorecambecitizen.co.uk,thetimes.co.uk,thevillager.co.uk,thisisfutbol.com,timeoutabudhabi.com,timeoutbahrain.com,timeoutdoha.com,timeoutdubai.com,todayfm.com,toffeeweb.com,troontimes.com,uktv.co.uk,videogamer.com,walesonline.co.uk,walkon.com,warringtonguardian.co.uk,watfordfcnews.com,westbromnews.com,wiltshirebusinessonline.co.uk,windsorobserver.co.uk##.mpu
greatbritishlife.co.uk,sport360.com##.mpu-banner
4music.com##.mpu-block
rightmove.co.uk##.mpu-slot
todayfm.com##.mpu2
crash.net##.mpuBack
digitalartsonline.co.uk##.mpuHolder
lonelyplanet.com##.mpuWrapper
slidetoplay.com##.mpu_content_banner
popjustice.com##.mpufloatleft
blinkbox.com##.mpupnl
411.com##.mr_top
9news.com.au,askmen.com,ebay.com,farmonline.com.au,farmweekly.com.au,fhm.com.ph,foodnetwork.com,funnyordie.com,geo.tv,goodfruitandvegetables.com.au,hgtv.com,hgtvremodels.com,jozifm.co.za,medicalnewstoday.com,metrofm.co.za,northqueenslandregister.com.au,nwherald.com,queenslandcountrylife.com.au,realliving.com.ph,runt-of-the-web.com,stockandland.com.au,stockjournal.com.au,theland.com.au,thewest.com.au,topgear.com.ph,turfcraft.com.au##.mrec
jobfinderph.com##.mrec-banners
jobfinderph.com##.mrec-banners-inside
yellowpages.com.au##.mrec-container
pep.ph##.mrec-wrapper
gmanetwork.com##.mrect
activistpost.com##.mrf-external
mmorpg.com##.mrskin
motorsport.com##.ms-ap
plus.im##.ms-creative-position-header
govtech.com##.mt-20
motortrend.com##.mt-spotlight
facemoods.com##.mts + .search-list
movieking.me##.mv_dirad
dexerto.com##.my3.tc
javascript-coder.com##.myadv1
mycoupons.com##.myc_google
cracksfiles.com##.mylink
slate.com##.mys-header
slate.com##.mys-north-spons-ad
google.com##.nH.MC
mail.google.com##.nH.PS
manchesterconfidential.co.uk##.nag
laradiofm.com##.narrow_banner
scroll.in##.native
bbc.com##.native-promo-button
gamerevolution.com##.native-teaser
gadgetsnow.com##.nativecontent
9gag.com##.naughty-box
animenfo.com##.nav2
thetechpoint.org##.navigation-banner
typo3.org##.navigationbanners
zeenews.india.com##.navnw-banrpad
newsbusters.org##.nb-a-p
nba.com##.nbaSponsored
ncaa.com##.ncaa728text
ncaa.com##.ncaaAdTag
4shared.com##.ndimg
depositfiles.com,dfiles.eu##.network_downloader
keepcalm-o-matic.co.uk##.new-banner
makeuseof.com##.new-sidebar-deals
northjersey.com##.newerheaderbg
instructables.com##.newrightbar_div_10
jpost.com##.news-feed-banner
ckom.com,newstalk650.com,seatrade-cruise.com##.news-sponsor
afterdawn.com##.newsArticleGoogle
afterdawn.com##.newsGoogleContainer
tech-reviews.co.uk##.newsadsix
codingforums.com##.newscredit
newsday.co.zw##.newsd-2nd-advert-incontent
newsday.co.zw##.newsd-2nd-advert-incontent-250
newsday.co.zw##.newsd-top-insert-leaderboard
pbs.org##.newshour-support-wrap
develop-online.net,licensing.biz,mcvuk.com,mobile-ent.biz,pcr-online.biz,toynews-online.biz##.newsinsert
taxidrivermovie.com##.newsletter
jpost.com##.newsmax
exchangerates.org.uk##.newsp
educationtimes.com##.newtopbannerpanel
msn.com##.nextcontentitem
democraticunderground.com##.nhome-mediumrectangle-container
hulkshare.com##.nhsBotBan
9news.com.au,ninemsn.com.au##.ninemsn-advert
9news.com.au,nine.com.au##.ninemsn-footer-classifieds
cosmopolitan.com.au,dolly.com.au##.ninemsn-mrec
rtklive.com##.njoftime_publike
9news.com.au##.nk-demographics
9news.com.au##.nk-shortcuts
smartmoney.com##.no-top-margin
thedailycrux.com##.noPrint
fiercetelecom.com,fiercevideo.com##.node--type-embed-promo
mtv.co.uk##.node-download
doctoroz.com##.node-site_promo
tradingmarkets.com##.node_banner_right
news.com.au##.nokia-short
spotplanet.org##.nonregadd
moddb.com##.normalmediabox
cookingforengineers.com##.nothing
designtaxi.com##.noticeboard
hypable.com##.notification-area
tinkercad.com##.notifications-wrapper
bleepingcomputer.com##.noty_body
financialpost.com##.npBgSponsoredLinks
channel4fm.com##.npDownload
financialpost.com##.npSponsor
financialpost.com,nationalpost.com##.npSponsorLogo
nascar.com##.nscrAd
nascar.com##.nscrAdFooter
nascar.com##.nscrSweepsContainer
designtaxi.com##.nt-noticeboard
slashdot.org##.ntv-sponsored
timpul.md,trm.md##.numbers-placeholder
nplusonemag.com##.nurble
cheezburger.com##.nw-rail-min-250
ninemsn.com.au##.nw_ft_all_partners
marineelectronics.com,marinetechnologynews.com,maritimeprofessional.com##.nwm-banner
nymag.com,vulture.com##.nym-ad-active
nytimes.com##.nytmm-ss-ad-target
nytimes.com##.nytmm-ss-big-ad
nzherald.co.nz##.nzh-bigbanner
nzherald.co.nz##.nzh-extendedbanner
nzherald.co.nz##.nzme_ss
foodnetwork.com,hgtv.com##.o-Leaderboard
aleteia.org,comicbook.com,counton2.com,suntimes.com,thechronicleherald.ca##.oas
timesfreepress.com##.oas-instory
adage.com##.oaswrapper
cheezburger.com##.ob-widget-section
cnn.com,epicurious.com##.ob-widget-section > .ob-widget-header
elle.com,womansday.com##.oba
tvguide.com##.obj-spotlight
skysports.com##.ocw
infobetting.com,searchenginejournal.com##.odd
lifehack.org##.offer
yasni.com##.offerbox
nationalpost.com,space.com##.offers
mada.org.qa##.official-sponsors
polishlinux.org##.oio-badge
mindsetforsuccess.net##.ois_wrapper
okcupid.com##.okad
nzbindex.nl##.oldresults
somethingawful.com##.oma_pal
newstalkzb.co.nz##.onair__sponsor
plus.im##.one-creative
oneindia.com##.oneindia-coupons-block
thedigeratilife.com##.optad
advocate.com,out.com##.ourSponsors
all-shares.com##.outInformation
news.sky.com##.outbrain-table-recommendations-bottom
eeweb.com,megashare.com##.overlay
vuvido.com,zalaa.com##.overlayVid
stream4k.to##.overlay_box
getprice.com.au##.overviewnc2_side_mrec
golfweather.com##.ox300x250
info.co.uk##.p
documentarystorm.com##.p-2
thenextweb.com##.p-channel-banner-partner
worldoftanks-wot.com##.p2small
local.com##.pB5.mB15
polls.aol.com##.p_divR
amazon.com##.pa-sp-container
chaptercheats.com,longislandpress.com,tucows.com##.pad10
inquirer.net##.padtopbot5
xtremevbtalk.com##.page > #collapseobj_rbit
hotfrog.ca,hotfrog.com,hotfrog.com.au,hotfrog.com.my##.page-banner
channel4.com##.page-bg-link
manilastandard.net##.page-category-contents-adds
firehouse.com,locksmithledger.com,officer.com,securityinfowatch.com##.page-footer
technobuffalo.com##.page-header
oversixty.co.nz##.page-heading-wrap
politico.com##.page-skin-graphic
channel4.com##.page-top-banner
krcrtv.com,ktxs.com,nbcmontana.com,wcti12.com,wcyb.com##.pageHeaderRow1
freebetcodes.info##.page_free-bet-codes_1
nzcity.co.nz##.page_skyscraper
nationalreview.com##.pagetools[align="center"]
optimum.net##.paidResult
infoq.com##.paid_section
phonebook.com##.paidinfoportlet
eplans.com##.pair-bottom-banners
womenshealthmag.com##.pane-block-150
bostonherald.com##.pane-block-20
galtime.com##.pane-block-9
sportfishingmag.com##.pane-channel-sponsors-list
animax-asia.com,axn-asia.com,betvasia.com,gemtvasia.com,movies4men.co.uk,onetvasia.com,settv.co.za,sonychannel.co.za,sonychannelasia.com,sonymax.co.za,sonymoviechannel.co.uk,sonytv.com##.pane-dart-dart-tag-300x250-rectangle
soundandvisionmag.com##.pane-dart-dart-tag-bottom
thedrum.com##.pane-dfp
thedrum.com##.pane-dfp-drum-mpu-adsense
texasmonthly.com##.pane-dfp-sidebar-medium-rectangle-1
texasmonthly.com##.pane-dfp-sidebar-medium-rectangle-2
pri.org##.pane-node-field-links-sponsors
scmp.com##.pane-scmp-advert-doubleclick
drupal.org##.pane-style-sponsor
sensis.com.au##.panel
brisbanetimes.com.au,smh.com.au,theage.com.au,watoday.com.au##.panel--compare-save
afr.com##.panel--real_estate
tpblist.us##.panel-danger
tampabay.com##.panels-flexible-row-75-8
panarmenian.net##.panner_2
nst.com.my##.parargt
whatsthescore.com##.parier
businesstech.co.za,hellomagazine.com,letour.fr,myfigurecollection.net,prolificnotion.co.uk,rugbyworldcup.com,usatoday.com##.partner
hbr.org##.partner-center
mail.com##.partner-container
247wallst.com##.partner-feeds
thefrisky.com##.partner-link-boxes-container
topgear.com##.partner-links
nationtalk.ca##.partner-slides
emporis.com##.partner-small
news24.com,timesofisrael.com##.partner-widget
domainmasters.co.ke##.partner2
newser.com##.partnerBottomBorder
mybroadband.co.za##.partnerBreaking
newser.com##.partnerLinksText
delish.com##.partnerPromoCntr
youbeauty.com##.partner_content
mamaslatinas.com##.partner_links
bloomberg.com##.partner_module
mybroadband.co.za##.partner_post
411.com##.partner_search_header
411.com##.partner_searches
ioljobs.co.za##.partner_sites
freshnewgames.com##.partnercontent_box
discordbots.org##.partnered
phorio.com##.partnerlogos-wrapper
bhg.com##.partnerpromos
2oceansvibe.com,bundesliga.com,evertonfc.com,freedict.com,juventus.com,letour.fr,nrl.com,pcmag.com,speedcafe.com,tgdaily.com,travelweekly.com,tweetmeme.com,wbj.pl,wilv.com##.partners
araratadvertiser.com.au,areanews.com.au,armidaleexpress.com.au,avonadvocate.com.au,batemansbaypost.com.au,baysidebulletin.com.au,begadistrictnews.com.au,bellingencourier.com.au,bendigoadvertiser.com.au,blayneychronicle.com.au,bombalatimes.com.au,boorowanewsonline.com.au,bordermail.com.au,braidwoodtimes.com.au,bunburymail.com.au,busseltonmail.com.au,camdencourier.com.au,canowindranews.com.au,centraladvocate.com.au,centralwesterndaily.com.au,cessnockadvertiser.com.au,colliemail.com.au,colypointobserver.com.au,coomaexpress.com.au,cootamundraherald.com.au,cowraguardian.com.au,crookwellgazette.com.au,dailyadvertiser.com.au,dailyliberal.com.au,donnybrookmail.com.au,dungogchronicle.com.au,easternriverinachronicle.com.au,edenmagnet.com.au,esperanceexpress.com.au,forbesadvocate.com.au,gleninnesexaminer.com.au,gloucesteradvocate.com.au,goondiwindiargus.com.au,goulburnpost.com.au,greatlakesadvocate.com.au,grenfellrecord.com.au,guyraargus.com.au,hardenexpress.com.au,hepburnadvocate.com.au,huntervalleynews.net.au,inverelltimes.com.au,irrigator.com.au,juneesoutherncross.com.au,lakesmail.com.au,lithgowmercury.com.au,macleayargus.com.au,mailtimes.com.au,maitlandmercury.com.au,mandurahmail.com.au,manningrivertimes.com.au,margaretrivermail.com.au,merimbulanewsonline.com.au,merredinmercury.com.au,moreechampion.com.au,mudgeeguardian.com.au,muswellbrookchronicle.com.au,myallcoastnota.com.au,nambuccaguardian.com.au,naroomanewsonline.com.au,narrominenewsonline.com.au,newcastlestar.com.au,northerndailyleader.com.au,northweststar.com.au,nvi.com.au,nynganobserver.com.au,oberonreview.com.au,parkeschampionpost.com.au,portnews.com.au,portpirierecorder.com.au,portstephensexaminer.com.au,queanbeyanage.com.au,riverinaleader.com.au,sconeadvocate.com.au,singletonargus.com.au,southcoastregister.com.au,southernhighlandnews.com.au,southernweekly.com.au,standard.net.au,stawelltimes.com.au,summitsun.com.au,tenterfieldstar.com.au,theadvocate.com.au,thecourier.com.au,theherald.com.au,theridgenews.com.au,therural.com.au,townandcountrymagazine.com.au,ulladullatimes.com.au,waginargus.com.au,walchanewsonline.com.au,wauchopegazette.com.au,wellingtontimes.com.au,westernadvocate.com.au,westernmagazine.com.au,winghamchronicle.com.au,yasstribune.com.au,youngwitness.com.au##.partners-container
thedodo.com##.partners-widget
gmatclub.com##.partnersBottom
serverwatch.com##.partners_ITs
racinguk.com##.partners_carousel_container
arrivealive.co.za##.partnersheading
theweek.co.uk##.partnership-top
ryanair.com##.partnersmenu
nzbclub.com##.partsincomplete
liveuamap.com##.passby
cjnews.com##.paszone_container
prankvidz.com##.pb-container
eeweb.com##.pbox
neverendingplaylist.com##.pcad
extremetech.com,geek.com##.pcmag-mostclicked
pcmag.com##.pcmwrap
photodom.com##.pd_AdBlock
search.smartaddressbar.com##.peach
imvu.com##.peoplesearch-ad
vosizneias.com##.perm
forums.vr-zone.com##.perm_announcement
westernjournal.com##.persistent-footer
politifact.com##.pfad
proxfree.com##.pfad2
invisionfree.com##.pformleft[width="300px"]
sensis.com.au##.pfpRightParent
sensis.com.au##.pfplist
proxfree.com##.pftopad
mashable.com##.pga
parentherald.com##.ph-article > .att-body a[href^="https://www.amazon.com/"]
deseretnews.com##.photo-area > .rightSpace
roadandtrack.com##.photo-banner
phoronix.com##.phxcms_contentphx_right_bar:first-child
industryweek.com##.pillar-promo-unit
metacrawler.com,start.mysearchdial.com##.pirArea
twitch.tv##.pl-overlay
vr-zone.com##.place_top
gamesradar.com,pcgamer.com,t3.com,techradar.com##.placeholder
gamersyde.com##.placeholder-bottom
gamersyde.com##.placeholder-top
gamersyde.com##.placeholder-top-empty
qikr.co##.placeholder1
qikr.co##.placeholder2
autotrader.co.uk##.placeholderBottomLeaderboard
autotrader.co.uk##.placeholderTopLeaderboard
browardpalmbeach.com,citypages.com,dallasobserver.com,houstonpress.com,laweekly.com,lifebuzz.com,miaminewtimes.com,phoenixnewtimes.com,villagevoice.com,westword.com,zerohedge.com##.placement
world-airport-codes.com##.placement-leaderboard
world-airport-codes.com##.placement-mpu
world-airport-codes.com##.placement-skyscraper
techfrag.com##.play-unit-inner
t45ol.com##.play_game_adcube_bloc
wherever.tv##.player-page-add
overthumbs.com##.playerad
smallseotools.com##.please_dont_disturb
netmums.com##.plinth-mpu
ulivetv.com##.plugbarremozi
wsj.com##.pmCfoDeloitte
playnj.com##.pnj-table
streamingthe.net##.pnl_video_2
freewebarcade.com##.pnum
pokernewsreport.com##.pokerbanner
bodybuilding.com##.poll-padding
winnipegfreepress.com##.poll-sponsor
alluc.com##.ponsorlink
thefix.com##.pop-up-a
theguardian.com##.popular-trails__mpu
filefactory.com,tablesleague.com##.popup
pirateiro.com##.porndudelink
freenewspos.com##.pos-adt
freenewspos.com##.pos-adv
blogtv.com##.posAbs.BOGL
blogtv.com##.posRel.BGW.BOGL.TxtC.FB.L0
blogtv.com##.posRel.txtL.userForeColor.userBoxBG.BOGL
forums.linuxmint.com##.post + .divider + .bg3
macdailynews.com##.post + .link-list
netbooknews.com##.post-banner
cointelegraph.com##.post-banners
rare.us##.post-block
motherjones.com##.post-continued-from-above
motherjones.com##.post-continues
awesomestyles.com##.post-download-screen
egoallstars.com,egotastic.com##.post-item-az
mobilitydigest.com##.post-rel
moviecarpet.com##.post-top
pinkisthenewblog.com##.post-wrap
buzzfeed.com##.post2[style="background-color: #FDF6E5;"]
mac-forums.com##.postMREC
thejournal.ie##.postSponsored
dutchgrammar.com##.post[style="border: 1px solid #339999 "]
fastcodesign.com##.post__relative--recommender
wwtdd.com##.post_insert
androidpolice.com##.post_main_blob2
litecointalk.org##.post_separator + .windowbg
neogaf.com##.postbit-goodie
cincinnati.com,wbir.com##.poster-container
phonebook.com.pk##.posterplusmiddle
phonebook.com.pk##.posterplustop
picocool.com##.postgridsingle
weaponsmedia.com##.posts > div[class]:first-child
923thefox.com,fox1150.com,hot1035.com,hot1035radio.com,indie1031.com##.posts-banner
firstpost.com##.powBy
natgeotraveller.in##.powerWithSocial
indiatimes.com,thetowner.com##.powered
1053kissfm.com##.powered-by
planetrugby.com##.pr-art-betlinks
mysmartprice.com##.prc-tbl
lowellsun.com##.preHeaderRegion
sassymamahk.com##.pre_header_widget
gamesting.com##.pregleaderboard
crooksandliars.com##.preheader
gcnlive.com##.premSponsor
towersearch.com##.premier
aubizbuysell.com.au,citationmachine.net,nzbizbuysell.co.nz,nzcommercial.co.nz,nzfranchises.co.nz,whitepages.com##.premium
yellowbook.com##.premium-listing
dramafever.com##.premium-overlay
gamblinginsider.com##.premium_box
livingfilms.org##.premium_btn
livingfilms.org##.premium_btn_2
warez-files.com##.premium_results
crownheights.info##.prempo
huffingtonpost.com##.presented-by
theatlanticwire.com##.presented_by
softexia.com##.press-lastest
pokerupdate.com##.prev-article
dailysurge.com##.prev-next-wrapper + div > div[class]:first-child
1cookinggames.com,dressupone.com,flobzoo.com,onlyfungames.com,playkissing.com,yokogames.com##.preview2bannerspot
1cookinggames.com##.preview2bannerspot2
onlyfungames.com##.preview3bannerspot
dressupone.com##.previewpubgoogle
dressupone.com##.previewpubgoogle2
androidbenchmark.net,cpubenchmark.net,harddrivebenchmark.net,iphonebenchmark.net,memorybenchmark.net,tomshardware.com,videocardbenchmark.net##.price
tomsguide.com##.price-lazy
news24.com##.pricecheckBlock
digitaltrends.com##.pricegrabber
tomshardware.com##.prices
anandtech.com##.pricing
co-optimus.com##.pricing-table
clipart.me##.primary-sponsors
foliomag.com##.prime_sponsors
theguardian.com##.print-sponsorship
tulsaworld.com##.printViewAll
toptenreviews.com##.prod_head_buy_button
search.yahoo.com##.prod_listings_pe
pcworld.com##.product
bestreviews.com##.product-action
itechpost.com,parentherald.com##.product-box
cosmopolitan.com##.product-buy-button-wrapper
barnesandnoble.com##.product-commentary-advertisement
pcworld.com##.product-sidebar
avsforum.com##.products
openwith.org##.program-link
pbs.org##.program-support
gokunming.com##.prom
wnd.com##.prom-full-width-expandable
apps.opera.com,autosport.com,babynamegenie.com,businessdailyafrica.com,computerandvideogames.com,dailyrecord.co.uk,eclipse.org,film.com,foreignpolicy.com,irishmirror.ie,macworld.com,manchestereveningnews.co.uk,nbcbayarea.com,nwherald.com,planetsourcecode.com,sandiego6.com,sciagaj.org,sfgate.com,sportpesanews.com,thenextweb.com,theonion.com,totalxbox.com,varsity.com,w3techs.com,wgxa.tv,wsj.com##.promo
onhax.me##.promo-an
winscp.net##.promo-block
fourfourtwo.com##.promo-block-center
bbcgoodfood.com,pri.org##.promo-box
fool.com##.promo-box-column
lamag.com,nextdoor.com##.promo-container
thepeoplesperson.com##.promo-first-para
pokertube.com##.promo-holder
news.com.au##.promo-image-01
cointelegraph.com##.promo-item
efinancialnews.com##.promo-leaderboard
sitepoint.com##.promo-panel
postgradproblems.com##.promo-post
imageshack.com##.promo-right
thepeoplesperson.com##.promo-right-300
miniclip.com##.promo-text
texasmonthly.com##.promo-topper
miniclip.com##.promo-unit
conservativereview.com,stevedeace.com##.promo-wrapper
cio.com,csoonline.com,infoworld.com,itworld.com,javaworld.com,networkworld.com##.promo.list
bollywoodhungama.com##.promo266
cnet.com##.promo3000
moneycontrol.com##.promoBanner
downloadcrew.com##.promoBar
zdnet.com##.promoBox
fitnessmagazine.com##.promoContainer
itv.com##.promoMpu
gamepedia.com##.promoSidebar
texasmonthly.com##.promo__vertical
tradingview.com,uxmatters.com##.promo_block
videobb.com##.promo_tab
animecharactersdatabase.com##.promobanner
journallive.co.uk,liverpooldailypost.co.uk,walesonline.co.uk##.promobottom
cnet.com.au,photobucket.com,ratemyteachers.com##.promobox
dnainfo.com##.promomerchant_block
afullcup.com##.promos
penny-arcade.com##.promos-horizontal
imgur.com,investors.com,search.genieo.com,search.installmac.com##.promoted
twitter.com##.promoted-account
andoveradvertiser.co.uk,asianimage.co.uk,autoexchange.co.uk,banburycake.co.uk,barryanddistrictnews.co.uk,basildonstandard.co.uk,basingstokegazette.co.uk,bicesteradvertiser.net,borehamwoodtimes.co.uk,bournemouthecho.co.uk,braintreeandwithamtimes.co.uk,brentwoodlive.co.uk,bridgwatermercury.co.uk,bridportnews.co.uk,bromsgroveadvertiser.co.uk,bucksfreepress.co.uk,burnhamandhighbridgeweeklynews.co.uk,burytimes.co.uk,campaignseries.co.uk,chardandilminsternews.co.uk,chelmsfordweeklynews.co.uk,chesterlestreetadvertiser.co.uk,chorleycitizen.co.uk,clactonandfrintongazette.co.uk,consettstanleyadvertiser.co.uk,cotswoldessence.co.uk,cotswoldjournal.co.uk,cravenherald.co.uk,creweguardian.co.uk,croydonguardian.co.uk,dailyecho.co.uk,darlingtonandstocktontimes.co.uk,dorsetecho.co.uk,droitwichadvertiser.co.uk,dudleynews.co.uk,durhamadvertiser.co.uk,ealingtimes.co.uk,echo-news.co.uk,enfieldindependent.co.uk,eppingforestguardian.co.uk,epsomguardian.co.uk,eveningtimes.co.uk,eveshamjournal.co.uk,falmouthpacket.co.uk,freepressseries.co.uk,gazette-news.co.uk,gazetteherald.co.uk,gazetteseries.co.uk,guardian-series.co.uk,halesowennews.co.uk,halsteadgazette.co.uk,hampshirechronicle.co.uk,harrowtimes.co.uk,harwichandmanningtreestandard.co.uk,heraldscotland.com,heraldseries.co.uk,herefordtimes.com,hillingdontimes.co.uk,ilkleygazette.co.uk,keighleynews.co.uk,kidderminstershuttle.co.uk,knutsfordguardian.co.uk,lancashiretelegraph.co.uk,ledburyreporter.co.uk,leighjournal.co.uk,ludlowadvertiser.co.uk,maldonandburnhamstandard.co.uk,malverngazette.co.uk,messengernewspapers.co.uk,middlewichguardian.co.uk,milfordmercury.co.uk,monmouthshirecountylife.co.uk,newsshopper.co.uk,northwichguardian.co.uk,northyorkshireadvertiser.co.uk,oxfordmail.co.uk,oxfordtimes.co.uk,penarthtimes.co.uk,prestwichandwhitefieldguide.co.uk,redditchadvertiser.co.uk,redhillandreigatelife.co.uk,richmondandtwickenhamtimes.co.uk,romseyadvertiser.co.uk,runcornandwidnesworld.co.uk,salisburyjournal.co.uk,smallholder.co.uk,somersetcountygazette.co.uk,southendstandard.co.uk,southwalesargus.co.uk,southwalesguardian.co.uk,southwestfarmer.co.uk,stalbansreview.co.uk,sthelensstar.co.uk,stourbridgenews.co.uk,surreycomet.co.uk,suttonguardian.co.uk,swindonadvertiser.co.uk,tewkesburyadmag.co.uk,theargus.co.uk,theboltonnews.co.uk,thenational.scot,thenorthernecho.co.uk,thescottishfarmer.co.uk,thetelegraphandargus.co.uk,thetottenhamindependent.co.uk,thewestmorlandgazette.co.uk,thisisthewestcountry.co.uk,thurrockgazette.co.uk,times-series.co.uk,wandsworthguardian.co.uk,warringtonguardian.co.uk,watfordobserver.co.uk,wearvalleyadvertiser.co.uk,westerntelegraph.co.uk,wharfedaleobserver.co.uk,wilmslowguardian.co.uk,wiltsglosstandard.co.uk,wiltshiretimes.co.uk,wimbledonguardian.co.uk,wirralglobe.co.uk,witneygazette.co.uk,worcesternews.co.uk,yeovilexpress.co.uk,yorkpress.co.uk,yourlocalguardian.co.uk##.promoted-block
twitter.com##.promoted-trend
twitter.com##.promoted-tweet[data-disclosure-type="issue"]
twitter.com##.promoted-tweet[data-disclosure-type="political"]
twitter.com##.promoted-tweet[data-disclosure-type="promoted"]
youtube.com##.promoted-videos
quora.com##.promoted_answer_wrapper
search.genieo.com##.promoted_right
bizcommunity.com##.promotedcontent-box
bizcommunity.com##.promotedcontent-box-top
reddit.com##.promotedlink
northcountrypublicradio.org##.promotile
twitter.com,wral.com##.promotion
vogue.co.uk##.promotionButtons
gocdkeys.com##.promotion_bg
thenextweb.com##.promotion_frame
mademan.com##.promotion_module
livemint.com##.promotional-content
hindustantimes.com##.promotional-feature-block
tnp.sg##.promotional-material
951shinefm.com##.promotional-space
wired.co.uk##.promotions
domainnamewire.com##.promotions_120x240
bostonreview.net,journallive.co.uk,liverpooldailypost.co.uk,people.co.uk,walesonline.co.uk##.promotop
bullz-eye.com##.prompt_link
mywebsearch.com##.prontoBox
independent.com.mt##.property-container
standard.co.uk##.propertySearch
msn.com##.providerupsell
psmag.com##.psmag-ad-300px
psmag.com##.psmag-ad-300x250
playswitch.com##.psmainshellad
essentialmums.co.nz##.ptbl
1980-games.com,flash-mp3-player.net,larousse.com,theportugalnews.com,tolonews.com##.pub
euronews.com##.pub-block
yabiladi.com##.pub2
tvgolo.com##.pub468x60top
larousse.com##.pub728x90
catchvideo.net##.pubRight
catchvideo.net##.pubTop
yabiladi.com##.pub_header
radionomy.com##.pub_imu
videolan.org##.pub_text
hellokids.com##.pub_topright
runt-of-the-web.com##.pubex
efe.com##.publi-wrapper
elpais.com##.publi220_elpais
elpais.com##.publi300_elpais
elpais.com##.publi728_elpais
catholic.net##.publicidad
reporter.bz##.publicidad-logo
eitb.eus##.publicidad_robapaginas
europolitics.info##.publicite1
hancinema.net##.publicite_468x60
hancinema.net##.publicite_mobile_300x250
cinemalebnen.org##.publicity
sporcle.com##.pubnation
protect-url.net##.pubpagebas
journallive.co.uk,liverpooldailypost.co.uk##.puffs
radio.com##.purchase
the18.com##.push-downv
vidoza.net##.pvr
ndtv.com##.pw_wrp
rockingsoccer.com##.pwadh
torfinder.net##.q2
qrobe.it##.qad
torfinder.net##.qh22
sakshieducation.com##.qp-spl-bar
revolution935.com##.qt-sponsor
capitalkfm.com##.qt-sponsors
tmz.com##.quigo-main
tmz.com##.quigo-permalink
moviefone.com##.quigoModule
modernghana.com##.quikr_banner
unlockboot.com##.r-banner
search.icq.com##.r2-1
decoist.com##.r300
periscopepost.com##.r72890
joins.com,rt.com##.r_banner
kukmindaily.co.kr##.r_bnr_box
dietsinreview.com##.r_content_300x250
time.is##.rad
wahm.com##.rad-links
wired.com##.rad-top
dawn.com##.radWrapper
900amwurd.com##.radio-container
kvcr.org##.radio_livesupport
about.com##.radlinks
mygames4girls.com##.rads07
dailyfreegames.com##.radsbox
weatherzone.com.au##.rainbowstrip
isearch.whitesmoke.com##.rating
amctv.com##.rb-dart
mydorpie.com##.rbancont
forebet.com##.rbannerDiv
pocketnow.com##.rc-item
pocketnow.com##.rc-photo
bustedcoverage.com##.rcr-box
tasteofhome.com##.rd_zone3_position0
wsj.com##.reTransWidget
elyrics.net##.read3
commercialtrucktrader.com##.real-media300x250
infoworld.com##.recRes_head
nypost.com,pagesix.com##.recirc
ebookee.org##.recomended
webopedia.com##.recommend
golf.com,si.com##.recommend-section
dailydot.com##.recommendation-engine
biblegateway.com##.recommendations
wallpapers-room.com##.recommendations-468x60
biblegateway.com##.recommendations-column
biblegateway.com##.recommendations-header-column
biblegateway.com##.recommendations-view-row
exactseek.com##.recommended
hindustantimes.com##.recommended-area
aplus.com##.recommended-block
casinonewsdaily.com##.recommended-casinos-widget
yellowpages.qa##.recommended-div
winaero.com##.recommended-inline
xml.com##.recommended_div2
fastcompany.com##.recommender
gsmchoice.com##.recommends
uinterview.com##.rect-min-height
dailynews.co.zw,defenseindustrydaily.com,dosgamesarchive.com,sciencedaily.com,twogag.com,webappers.com##.rectangle
wdun.com##.rectangle-300x250px
rantnow.com##.rectangle-atf
geekologie.com##.rectangle-container
geekosystem.com,styleite.com,themarysue.com##.rectangle-section
knowyourmeme.com##.rectangle-unit-wrapper
scholastic.com##.rectangleMedium
games.co.uk,gamesgames.com##.rectangular-banners
girlsgogames.com##.rectbanner
girlsgogames.com##.rectbanner-container
whatdigitalcamera.com##.reevoo
marketwatch.com##.region--sponsored
whathifi.com##.region-content-mpu
reviewjournal.com##.region-content_bottom
tmz.com##.region-gpt
linux.com##.region-header-top
nbcolympics.com##.region-leaderboard
examiner.com##.region-masthead
ana-white.com##.region-sidebar-second > #block-block-64
extrahardware.com##.region-skyscraper
weather.com##.region-top
futbol24.com,vidfile.net##.rek
4shared.com##.rekl_top_wrapper
filmgo.org##.reklam-videoyan
watchcartoononline.io##.reklam_pve
topclassifieds.info##.reklama_vip
radiosi.eu##.reklame
appleinsider.com##.rel-half-r-cnt-ad
sedoparking.com,techeblog.com##.related
eurosport.com##.related-content-story--sponsored
news.yahoo.com##.related-gemini-items
collegehumor.com##.related-links
autoblog.com##.related-products-portlet
pokerupdate.com##.related-room
classifiedextra.ca##.relativeBandeau
classifiedextra.ca##.relativeBoite
sleepywood.net##.relstar
ixquick.com##.reltext
cghub.com##.remove_ads
upworthy.com##.res-iframe
search.icq.com##.res_sp
driving.ca##.resource-center
techrepublic.com##.resource-centre
intelius.com##.resourceBox
cio.com,informationweek.com,infoworld.com##.resources
macmillandictionary.com##.responsive_cell_whole
duckduckgo.com##.result--ad > .result__body
jetphotos.com##.result--adv
qwant.com##.result--ext
simplefilesearch.com##.result-f
wrongdiagnosis.com##.result_adv
qwant.com##.result_extensions__underline
yellowpages.bw,yellowpages.co.ls,yellowpages.co.zm##.result_item_gold
yellowpages.bw,yellowpages.co.ls,yellowpages.co.zm##.result_item_silver
hotbot.com##.results-top
yellowbook.com##.resultsBanner
nickjr.com##.resultsSponsoredBy
cardomain.com##.resultsTableCol
movies.yahoo.com##.results[bgcolor="#ECF5FA"]
vmn.net##.results_sponsor
queentorrent.com##.results_table > tbody > :nth-child(-n+4)
yauba.com##.resultscontent:first-child
classifiedads.com##.resultspon
washingtonexaminer.com##.rev
nzautocar.co.nz##.revMRECRight
bitcandy.com##.rev_cont_below
crooksandliars.com##.revblock
al.com,cleveland.com,gulflive.com,lehighvalleylive.com,masslive.com,mlive.com,newyorkupstate.com,nj.com,nola.com,oregonlive.com,pennlive.com,silive.com,syracuse.com##.revenueUnit
informer.com##.review_a1
hindustantimes.com##.rft_logos
alltheragefaces.com##.rg
popeater.com##.rgtPane
breakingnews.ie##.ri_container
pv-magazine.com##.ric_rot_banner
siteslike.com##.rif
marieclaire.co.uk,search.smartaddressbar.com,usnewsuniversitydirectory.com##.right
yourepeat.com##.right > .bigbox:first-child
intoday.in##.right-add
jrn.com##.right-banner
linuxinsider.com,macnewsworld.com##.right-bb
greenbiz.com,greenerdesign.com##.right-boom-small
scoop.co.nz##.right-box
ticotimes.net##.right-carrousel
crossmap.com##.right-col > div[class]:first-child
mediabistro.com##.right-column-boxes-content-partners
kovideo.net##.right-def-160
movies.yahoo.com##.right-module
bloomberg.com##.right-rail-bkg
jta.org##.right-rail-container
yelp.be,yelp.ca,yelp.ch,yelp.co.nz,yelp.co.uk,yelp.com,yelp.com.au,yelp.com.sg,yelp.ie##.right-rail-yla-wrapper
hiphopearly.com##.right-side
republicbroadcasting.org##.right-sidebar-padder > #text-7
realclearworld.com##.right-wide-skyscraper
10minutemail.net##.rightBig
timeout.com##.rightCol
myvi.vi##.rightCol .bannergroup
ghanaweb.com##.rightSkyscraper
prevention.com##.rightSubBoxArea
outlookindia.com##.right_add
themoscowtimes.com##.right_banner
themoscowtimes.com##.right_banner_block
screenindia.com##.right_blank2
cybergamer.com##.right_dvrtsmnt
electronista.com,ipodnn.com,macnn.com##.right_footer
softicons.com##.right_ga
legalbusinessonline.com##.right_job_bg01
mosnews.com##.right_pop
huffingtonpost.ca##.right_rail_edit_promo
opensubtitles.org##.right_side_fixed
veryfunnyads.com##.right_sponsor
gumtree.co.za,phonearena.com,virtualmedicalcentre.com##.rightbanner
tuvaro.com##.rightbar-inside
findlaw.com##.rightcol_300x250
findlaw.com##.rightcol_sponsored
computerworld.co.nz##.rightcontent
khmertimeskh.com##.rightheader
bikesportnews.com##.rightmpu
press-citizen.com##.rightrail-promo
theteachercorner.net##.rightside
talksms.com##.righttd
homewiththekids.com##.rightwide2
homewiththekids.com##.rightwide2 + .rightwide
lyricsfreak.com,metrolyrics.com##.ringtone
audiko.net##.ringtone-banner-top
songlyrics.com##.ringtone-matcher
lyricsfreak.com##.ringtone_b
lyricsty.com##.ringtone_s
clip.dj##.ringtonemakerblock
idolator.com##.river-interstitial
9to5google.com,9to5mac.com,9to5toys.com,electrek.co##.river-unit
ratemyprofessors.com##.rmp_leaderboard
ballinaadvocate.com.au,bigrigs.com.au,byronnews.com.au,caboolturenews.com.au,centraltelegraph.com.au,coffscoastadvocate.com.au,coolum-news.com.au,cqnews.com.au,dailyexaminer.com.au,dailymercury.com.au,echonews.com.au,frasercoastchronicle.com.au,gattonstar.com.au,gladstoneobserver.com.au,gympietimes.com.au,ipswichadvertiser.com.au,news-mail.com.au,noosanews.com.au,northernstar.com.au,qt.com.au,rangenews.com.au,ruralweekly.com.au,southburnetttimes.com.au,stanthorpeborderpost.com.au,sunshinecoastdaily.com.au,suratbasin.com.au,thechronicle.com.au,themorningbulletin.com.au,thereporter.com.au,thesatellite.com.au,tweeddailynews.com.au,warwickdailynews.com.au,whitsundaytimes.com.au##.rnn_ri_container_compare-and-container-containere
momtastic.com,realitytea.com,superherohype.com##.roadblock
pc-specs.com##.roadblockContainer
surinenglish.com##.robapaginas
roblox.com##.roblox-skyscraper
euronews.com##.rolexLogo
cbslocal.com##.rotatable
impactwrestling.com##.rotator
zigzag.co.za##.rounded_bottom
lonelyplanet.com##.row--leaderboard
bikechatforums.com##.row1[style="padding: 5px;"]
bikechatforums.com##.row2[style="padding: 5px;"]
aol.com##.rrpromo
freewebarcade.com##.rsads
techmeme.com##.rsp
herold.at##.rssBox
newstrackindia.com##.rt-add336x280
rockthebells.net##.rtb-bot-banner-row
computerweekly.com##.rtx
news24.com,sport24.co.za,women24.com##.rubyContainer
6scoops.com,9gag.com##.s-300
listverse.com##.s-a
virginmedia.com##.s-links
firstpost.com##.s-logo
itweb.co.za##.s-logos
business-standard.com##.s-s
amazon.com##.s-sponsored-list-header
amazon.com##.s-sponsored-list-header + .a-popover-preload + .a-row + .a-row
amazon.com##.s-sponsored-list-header + .a-popover-preload + .a-row + .a-row + .a-row
hope1032.com.au##.s-supported-by
wwtdd.com##.s728x90
farmtrader.co.nz,motorcycletrader.co.nz,tradeaboat.co.nz##.sBanner
search.charter.net,search.frontier.com##.sBrSpns
dnsrsearch.com,dnssearch.rr.com,search.charter.net,search.frontier.com##.sRsltHld
pipl.com##.s_links
phonearena.com##.s_mb_15
pipl.com##.s_tips
phonearena.com##.s_w_300
asiator.net##.sa
legacy.com##.sa_Table
mouseprice.com##.salerent_advt
nigerianbulletin.com,studentdoctor.net##.samBannerUnit
teamfortress.tv##.sau
cointelegraph.com##.sb-area-wrap
casinonewsdaily.com##.sb-live-dealers
scienceblogs.com##.sb-sponsor
usmagazine.com##.sb_logo
thedirty.com##.sbanner
4kidstv.com##.sbbox1
mobilebloom.com##.sbpricing
bitcoinblogger.com##.sc_ads_within_one
scmp.com##.scmp_advert-tile
skysports.com##.score-bet
nine.com.au##.score-strip__neds
chicagomag.com##.scrailmodule
slack-time.com##.scraper
drizzydrake.org##.scrbl
farmanddairy.com##.screen-4
phonedog.com##.scribol
cultofmac.com##.sda_container
stardoll.com##.sdadinfo
stardoll.com##.sdadinfoTrans
ebay.co.uk##.sdcBox
itproportal.com##.se_left
itproportal.com##.se_right
blogger-index.com,sedoparking.com##.search
kovideo.net##.search-728
search.freefind.com##.search-headline-table
start.mysearchdial.com##.search-list + .mts + .search-list
ioljobs.co.za##.search-main-wrapper
howstuffworks.com##.search-span
yellowise.com##.search-title[style="color: #666;padding:0;margin:0;"]
startpins.com##.searchResultsBottom
somoto.com##.searchResultsRight
startpins.com##.searchResultsTop
bhg.com##.searchSponsors
youtube.com##.searchView.list-view
kibagames.com##.search_adv_container
myprivatesearch.com##.search_left_block
linxdown.me##.search_link_box
brothersoft.com##.search_sponor
linxdown.com##.searchblock
gaystarnews.com##.sechead3-right
minecraftservers.org##.second-banner
vogue.co.uk##.secondary-content-banner-box
vogue.co.uk##.secondary-content-mpu-box
citysearch.com##.secondaryText
xml.com##.secondary[width="153"]
wbur.org##.section--breakout
sowetanlive.co.za##.section-article-sponsored
topgear.com##.section-box--promo
pornhub.com##.section-hqrelateds
ft.com##.section-meta__sponsorship
seattletimes.com##.section-sponsored
free-codecs.com##.sectionBanners
androidauthority.com##.section_divider
thevarguy.com##.sectionbreak2
babylon.com##.sectionheadertopltr
ask.reference.com##.sectiontitle
gadgetsnow.com##.seealso-sponsored
fredericknewspost.com##.select[width="148"]
xboxdvr.com##.sell
codeinspot.com##.sen1
sheryna.com.my##.sense2
sheryna.com.my##.sense_h0
sheryna.com.my##.sensel1
time.com##.sep
activistpost.com##.separator[style="clear: both; text-align: center;"]
filesocean.net,linexdown.net##.serchblock
filesocean.net,linexdown.net##.serchbox
espncricinfo.com##.seriesSpncr
yellowpages.com.jo,yellowpages.com.lb##.serp-left-banners
whitepages.com##.serp-list > .med-grey
yellowpages.com.jo,yellowpages.com.lb##.serp-right-banners
charter.net,verizon.com##.serp21_sponsored
independent.co.uk##.seven-articles
nytimes.com##.sfg-paidpost-li
sfgate.com##.sfg_ysm001
zeetv.com##.sh_banner1
04stream.com##.shade
foxstart.com##.shadow
arto.com##.shadowBoxBody
awpl.lt##.shailan_banner_widget
zdnet.com##.shared-resource-center
newgrounds.com##.shareicons
4shared.com##.sharemore
laughingsquid.com##.sharethrough-placement
yahoo.com##.sharing-toolbar
shopping.yahoo.com##.shmod-ysm
coderanch.com##.shngl
instyle.com##.shop-fav
bhg.com##.shopNation
dailylife.com.au##.shopStyle-widget
ndtv.com##.shop_widget_banner
ndtv.com##.shop_widget_heading
ndtv.com##.shop_widget_product
cnet.com##.shopperSpecials
tomshardware.com##.shopping
caranddriver.com,roadandtrack.com##.shopping-tools
nzherald.co.nz##.shoppingContainer
deccanherald.com##.shoppingContent
musicradar.com##.shopping_partners
yumsugar.com##.shopstyle-sidebar-content
ocworkbench.com##.shopwidget1
funnyordie.com##.short-mrec
skins.be##.shortBioShadowB
cnn.com##.show-paid-partner
spike.com##.show_branding_holder
bookmyshow.com,made-in-china.com##.showcase
wccftech.com##.showcase-location-mid_content
wccftech.com##.showcase-location-pre_content
zillow.com##.showcase-outline
freepik.com##.showcase-shutterstock
channel24.co.za##.showmaxDiv
crunchyroll.com##.showmedia-tired-of-ads
ndtv.com##.shp_wdgt_banner
ndtv.com##.shp_wdgt_prd
shazam.com##.shz-buy
complex.com##.side-300x600
xboxdvr.com##.side-ac
houseandleisure.co.za##.side-add
makeuseof.com,news.am,viva.co.nz##.side-banner
apptism.com##.side-banner-holder
metrolyrics.com##.side-box.clearfix
desktopreview.com##.side-resouresc
bvblackspin.com,bvonmoney.com,bvonmovies.com##.sideBanner
tomsguide.com,tomshardware.com##.sideOffers
weatherology.com##.side_165x100
telecompaper.com##.side_banner
wow-europe.com##.side_banner_305x133
panarmenian.net##.side_panner
newburytoday.co.uk##.side_takeover_inner
electricpig.co.uk##.side_wide_banner
newburytoday.co.uk,tutorialrepublic.com##.sidebar
weknowmemes.com##.sidebar > .widgetcontainer
photobucket.com##.sidebar > div[class]:first-child
thejointblog.com##.sidebar img[width="235"]
thejointblog.com##.sidebar img[width="250"]
makeuseof.com##.sidebar-banner
ditii.com##.sidebar-left
rte.ie,seatrade-cruise.com##.sidebar-mpu
newstatesman.com,spearswms.com##.sidebar-mpu-1
blogtechnical.com##.sidebar-outline
sheekyforums.com##.sidebar-rc
g4chan.com##.sidebar-rectangle
techi.com##.sidebar-rectangle-banner
newstatesman.com##.sidebar-sponsored-article
timesofisrael.com##.sidebar-spotlight
techi.com##.sidebar-square-banner
davidwalsh.name##.sidebar-treehouse
indianapublicmedia.org##.sidebar-upper-underwritings
thebadandugly.com##.sidebar30
photobucket.com##.sidebar:first-child > span
celebritynetworth.com##.sidebarAvtBox
comicsalliance.com,lemondrop.com,popeater.com,urlesque.com##.sidebarBanner
urgames.com##.sidebarBar
urgames.com##.sidebarScrapper
pbs.org##.sidebar__logo-pond
caster.fm##.sidebar_ablock
cghub.com##.sidebar_banner
instantshift.com##.sidebar_banners_bottom
instantshift.com##.sidebar_banners_top
instantshift.com##.sidebar_bsa_mid01
instantshift.com##.sidebar_bsa_top02
gpforums.co.nz##.sidebar_mm_block
domainnamewire.com##.sidebar_promotions_small
mediacomcable.com##.sidebar_sponsored
geektyrant.com##.sidebar_support
instantshift.com##.sidebar_vps_banner
riotimesonline.com##.sidebarbanner
bridgemi.com##.sidebarboxinvest
thenokiablog.com##.sidebardirect
smashingmagazine.com##.sidebared
freedla.com##.sidebox
tothepc.com##.sidebsa
thecrimson.com##.sidekick
ee.co.za##.sidepromo
ohinternet.com##.sider
yttalk.com##.sidevert
yttalk.com##.sidevert2
nabble.com##.signature
usnews.com##.signup-deals
zerohedge.com##.similar-box
greatis.com##.sing
bestvaluelaptops.co.uk##.single-728
cryptothrift.com##.single-auction-ad
bestvaluelaptops.co.uk##.single-box
gaystarnews.com##.single-sponsored
businessinsider.com##.site-banner
infosecurity-magazine.com,sassyhongkong.com,sassymanila.com##.site-leaderboard
wahcricket.com##.site-mainhead
fxstreet.com,macstories.net,seatrade-cruise.com##.site-sponsor
seatrade-cruise.com##.site-sponsor-other
faithtalk1500.com,kfax.com,wmca.com##.siteWrapLink
itproportal.com##.site_header
cracked.com##.site_sliver
inthesetimes.com##.sites-of-interest
9gag.tv##.size-728x90
kwgn.com##.size_230_90
indeed.co.uk,indeed.com##.sjas2
indeed.co.uk,indeed.com##.sjl
indeed.com##.sjl0
indeed.co.uk,indeed.com##.sjl1t
bit.com.au##.skin-btn
autocarindia.com##.skin-link
tennisworldusa.org##.skin1
videogamer.com,zdnet.com##.skinClick
charismanews.com##.skinTrackClicks
bleedingcool.com##.skinny-skyscraper
entrepreneur.com,newstatesman.com##.sky
miniclip.com##.sky-wrapper
skysports.com##.skyBetLinkBox
petoskeynews.com##.skyScraper
football365.com##.skybet
aol.co.uk##.skybet-art
skysports.com##.skybet-odds-link
football365.com##.skybet-space
planetf1.com,planetrugby.com##.skybetbar
eweek.com##.skylabel
games2c.com,knowyourmobile.com,mymovies.net##.skyright
afcbournemouthnews.com,baydriver.co.nz,bighospitality.co.uk,bigtennetwork.com,burnleyfcnews.com,californiareport.org,cheese.com,chelseanews.com,coastandcountrynews.co.nz,columbiatribune.com,comicbookresources.com,computerweekly.com,crystalpalacenews.com,datpiff.com,egyptindependent.com,emedtv.com,engadget.com,etonline.com,evertonnews.com,evilmilk.com,goonernews.com,guanabee.com,gumtree.co.za,hammersheadlines.com,huddersfieldtownnews.com,infosecurity-magazine.com,iwatchstuff.com,keyetv.com,kqed.org,l4dmaps.com,leicestercitynews.org,ludobox.com,mancitynews.com,manunews.com,moneyweek.com,morningadvertiser.co.uk,newcastleunitednews.org,pastemagazine.com,pcworld.com,planetrock.com,pulse.co.uk,saintsnews.com,scienceblogs.com,sciencedaily.com,seagullsnews.com,sportsvibe.co.uk,spursnews.com,stokecitynews.com,swanseacitynews.com,theresurgent.com,topgear.com,walkon.com,waterline.co.nz,watfordfcnews.com,weartv.com,webshots.com,westbromnews.com##.skyscraper
dailynewsegypt.com##.skyscraper-banner
infosecurity-magazine.com##.skyscraper-button
democraticunderground.com,sciencedaily.com##.skyscraper-container
democraticunderground.com##.skyscraper-placeholder
gmx.com##.skyscraperClass
lookbook.nu,tucsoncitizen.com##.skyscraper_container
telegram.com##.skyscraper_in_narrow_column
freshbusinessthinking.com##.skyscraper_lft
freshbusinessthinking.com##.skyscraper_rgt_btm
freshbusinessthinking.com##.skyscraper_rgt_top
dosgamesarchive.com##.skyscraper_small
singaporeexpats.com##.skyscrapers
fog24.com,futbol24.com##.skyscrapper
search.ch##.sl_banner
scotsman.com##.slab--leaderboard
slacker.com##.slacker-sidebar-ad
slant.investorplace.com##.slant-sidebar-ad-tag
cnet.com.au##.slb
manchesterconfidential.co.uk##.sldr
drum.co.za,you.co.za##.slider
drugs.com##.slider-title
bikeradar.com##.slider-vert
thebeachchannel.tv##.slideshow
bustle.com##.slideshow-page__panoramic-ad
kcra.com,ketv.com,kmbc.com,wcvb.com,wpbf.com,wtae.com##.slideshowCover
bonappetit.com##.slideshow_sidebar_divider
thephuketnews.com##.slidesjs-container
foodfacts.com##.slimBanner
cordcutting.com##.sling
ecommercetimes.com##.slink-text
ecommercetimes.com##.slink-title
inbox.com##.slinks
theguardian.com##.slot__container
gamesradar.com,pcgamer.com,techradar.com##.slotify-contents
pcgamer.com##.slotify-slot
euractiv.com,mnn.com,newsweek.com,runnersworld.com,slashdot.org##.slug
pixelatedgeek.com##.small-leaderboard
ten.com.au##.small-listing.small-listing4.google
farmanddairy.com##.small-quad-banner
dealsonwheels.com##.small-text
hitsquad.com##.small-title
tbs.com##.smallBanners
pdnonline.com##.smallGrayType
cio-today.com,data-storage-today.com,mobile-tech-today.com,toptechnews.com##.smallText
rottentomatoes.com##.small[style="margin-top:10px;"]
monhyip.net##.small_banner
empireonline.com##.smallgrey[height="250"]
dressupone.com##.smallpreviewpubgoogle
duluthnewstribune.com##.smalltxt
geniuskitchen.com##.smart-rail
bbj.hu##.smartdreamers
qwant.com##.snippet
snopes.com##.snopes-partner-unit
computerworlduk.com##.socialMediaBoxout
dawn.com##.soft-half--top.soft-half--sides
fanhow.com##.softhalf
softpile.com##.softitem
afreecodec.com##.softshot
wccftech.com##.sohail_250
wccftech.com##.sohail_600
inhabitat.com##.solar_widget_placeholder_img
elyrics.net##.songring
greatandhra.com##.sortable-item_top_add
businessdaytv.co.za##.source
crawler.com,phonebook.com.pk##.sp
swatchseries.to##.sp-leader
pcmag.com##.sp-links
filestube.to##.spF
filestube.to##.spL
mywebsearch.com##.spLinkCon
rapid-search-engine.com##.sp_header
channelchooser.com##.span-12.prepend-top.last
nationmultimedia.com##.span-7-1[style="height:250px; overflow:hidden;"]
kcsoftwares.com##.span2.well
fark.com##.spau
picosearch.com##.spblock
askmen.com##.special
newsweek.com##.special-insight
fool.com##.special-message
fashionmagazine.com##.special-messages
pcmag.com##.special-offers
euronews.com##.specialCoveragePub
nzherald.co.nz##.specialOffers
msn.co.nz##.special_features
picarto.tv##.specialbanner
weddingchannel.com##.specialoffers
thenextweb.com##.speeb_widget
reference.com##.spl_adblk
ask.com##.spl_shd_plus
ask.com,reference.com,search-results.com,thesaurus.com##.spl_unshd
reference.com##.spl_unshd_NC
ozy.com##.splash-takeover
giveawayoftheday.com##.splinks
listverse.com##.split
yahoo.com##.spns
informer.com##.spnsrd
smashingmagazine.com##.spnsrlistwrapper
everyclick.com,info.co.uk,info.com,travel.yahoo.com##.spon
thefinancialbrand.com##.spon-a
thefinancialbrand.com##.spon-b
worldtimezone.com##.spon-menu
thefinancialbrand.com##.spon-na
thefinancialbrand.com##.spon-o
thefinancialbrand.com##.spon-sb
yahoo.com##.spon.clearfix
aol.com##.spon_by
autos.aol.com##.spon_link_new
quakelive.com##.spon_media
technologyreview.com##.sponcont
radiozindagi.com##.sponeser
mediagazer.com##.sponrn
pho.to,smartwebby.com,whoownes.com,workhound.co.uk,yahoo.com##.spons
njuice.com,wwitv.com##.sponsb
1130thetiger.com,1310news.com,2oceansvibe.com,964eagle.co.uk,abc22now.com,airlineroute.net,airliners.net,animepaper.net,app.com,ar15.com,austinist.com,b100quadcities.com,bexhillobserver.net,blackpoolfc.co.uk,blackpoolgazette.co.uk,bloomberg.com,bognor.co.uk,bostonstandard.co.uk,brisbanetimes.com.au,brothersoft.com,businessinsider.com,canberratimes.com.au,cbslocal.com,cd1025.com,centralillinoisproud.com,chicagoist.com,chichester.co.uk,concordmonitor.com,dailymaverick.co.za,dcist.com,domainincite.com,dramafever.com,eastbourneherald.co.uk,eastidahonews.com,electricenergyonline.com,europages.co.uk,eurovision.tv,ewn.co.za,gamingcloud.com,gayvegas.com,gothamist.com,halifaxcourier.co.uk,hastingsobserver.co.uk,hellomagazine.com,homelife.com.au,informationweek.com,isearch.igive.com,itwebafrica.com,khak.com,kkyr.com,kosy790am.com,kpbs.org,ktla.com,kygl.com,laist.com,lcfc.com,lep.co.uk,limerickleader.ie,lmgtfy.com,mg.co.za,mix933fm.com,networkworld.com,newrepublic.com,news1130.com,newsweek.com,nocamels.com,nouse.co.uk,pastie.org,phillyvoice.com,pogo.com,portsmouth.co.uk,power959.com,prestontoday.net,proactiveinvestors.com,proactiveinvestors.com.au,publicradio.org,rock1049.com,rte.ie,salemreporter.com,scotsman.com,sfgate.com,sfist.com,shieldsgazette.com,sky.com,skysports.com,smh.com.au,spaldingtoday.co.uk,speedcafe.com,star935fm.com,sunderlandecho.com,techonomy.com,theage.com.au,thefederalistpapers.org,themeditelegraph.com,thescarboroughnews.co.uk,thestar.co.uk,theworld.org,userscripts.org,variety.com,verizon.net,videolan.org,watoday.com.au,wayfm.com,wfnt.com,wigantoday.net,wklh.com,wscountytimes.co.uk,wsj.com,yorkshireeveningpost.co.uk,yorkshirepost.co.uk,zdnet.co.uk,zuula.com##.sponsor
search.comcast.net##.sponsor-6
kiswrockgirls.com,xda-developers.com##.sponsor-banner
tekrevue.com##.sponsor-blurb
bbc.com##.sponsor-container
pcmag.com##.sponsor-head
theweek.co.uk##.sponsor-image
diynetwork.com##.sponsor-lead
houserepairtalk.com,soapmakingforum.com##.sponsor-list
tricycle.com##.sponsor-logo-image
f1today.net,newsroom.co.nz,techwire.net##.sponsor-logos
yourclassical.org##.sponsor-main-top
itwebafrica.com##.sponsor-message
sny.tv##.sponsor-row
oilprice.com##.sponsor-slider
theroot.com##.sponsor-slot-hp
tennessean.com##.sponsor-story-theme-bg-hover
cricketireland.ie##.sponsor-strip
eurobasket2015.org##.sponsor-stripe
mnn.com##.sponsor-title-image
theweek.co.uk##.sponsor-top
linux-mag.com##.sponsor-widget
tumblr.com##.sponsor-wrap
clgaming.net##.sponsor-wrapper
411.com,whitepages.com,wprugby.com##.sponsor1
wprugby.com##.sponsor2
wprugby.com##.sponsor3
dptv.org##.sponsor300
arizonasports.com,ktar.com##.sponsorBy
wsj.com##.sponsorContainer
rugbyworldcup.com##.sponsorFamilyWidget
investors.com##.sponsorFt
wine-searcher.com##.sponsorImg
natgeotraveller.in,nzherald.co.nz##.sponsorLogo
dlife.com##.sponsorSpecials
blbclassic.org##.sponsorZone
channel5.com##.sponsor_container
bolandrugby.com##.sponsor_holder
videolan.org##.sponsor_img
go963mn.com##.sponsor_strip
sat-television.com,satfriends.com,satsupreme.com##.sponsor_wrapper
freeyourandroid.com##.sponsorarea
vancouversun.com##.sponsorcontent
monsterindia.com##.sponsoreRes
monsterindia.com##.sponsoreRes_rp
92q.com,abovethelaw.com,app.com,argusleader.com,azdailysun.com,battlecreekenquirer.com,baxterbulletin.com,biv.com,bloomberg.com,bostonmagazine.com,break.com,bucyrustelegraphforum.com,burlingtonfreepress.com,businesstech.co.za,centralohio.com,chicagobusiness.com,chillicothegazette.com,chronicle.co.zw,cincinnati.com,cio.com,citizen-times.com,clarionledger.com,cnbc.com,cnet.com,coloradoan.com,computerworld.com,coshoctontribune.com,courier-journal.com,courierpostonline.com,dailymaverick.co.za,dailyrecord.com,dailyworld.com,defensenews.com,delawareonline.com,delmarvanow.com,desmoinesregister.com,divamag.co.uk,dnj.com,ebookee.org,examiner.co.uk,express.co.uk,fdlreporter.com,federaltimes.com,findbestvideo.com,floridatoday.com,freep.com,funnyordie.com,geektime.com,govtech.com,greatfallstribune.com,greenbaypressgazette.com,greenvilleonline.com,guampdn.com,hattiesburgamerican.com,hellobeautiful.com,herald.co.zw,hometownlife.com,hotklix.com,htrnews.com,imgur.com,indystar.com,infoworld.com,irishtimes.com,ithacajournal.com,ixquick.com,jacksonsun.com,javaworld.com,jconline.com,knoworthy.com,lansingstatejournal.com,lfpress.com,livingstondaily.com,lohud.com,lycos.com,mansfieldnewsjournal.com,marionstar.com,marketingland.com,marshfieldnewsherald.com,modernhealthcare.com,montgomeryadvertiser.com,msn.com,mybroadband.co.za,mycentraljersey.com,mydesert.com,mywot.com,nation.co.ke,networkworld.com,newarkadvocate.com,news-leader.com,news-press.com,newsleader.com,newsone.com,niagarafallsreview.ca,noscript.net,nugget.ca,nzherald.co.nz,pal-item.com,parent24.com,pcworld.com,pnj.com,portclintonnewsherald.com,postcrescent.com,poughkeepsiejournal.com,press-citizen.com,pressconnects.com,racinguk.com,rgj.com,salon.com,scottishdailyexpress.co.uk,sctimes.com,searchengineland.com,seroundtable.com,sheboyganpress.com,shreveporttimes.com,slate.com,stargazette.com,startpage.com,statesmanjournal.com,stevenspointjournal.com,tallahassee.com,tennessean.com,theadvertiser.com,theblaze.com,thecalifornian.com,thedailyjournal.com,thedailyobserver.ca,thedirty.com,theguardian.com,theleafchronicle.com,thenationalstudent.com,thenews-messenger.com,thenewsstar.com,thenorthwestern.com,theobserver.ca,thepeterboroughexaminer.com,thespectrum.com,thestarpress.com,thetimesherald.com,thetowntalk.com,timeout.com,timeslive.co.za,timesofmalta.com,traveller24.com,trovit.co.uk,visaliatimesdelta.com,wausaudailyherald.com,wheels.ca,wisconsinrapidstribune.com,yippy.com,zanesvilletimesrecorder.com##.sponsored
hindustantimes.com##.sponsored-area
phillyvoice.com##.sponsored-article-widget
christianpost.com,gardensillustrated.com##.sponsored-articles
citizen.co.za,policeone.com##.sponsored-block
general-files.com##.sponsored-btn
advisorone.com,cbslocal.com,cutimes.com,futuresmag.com##.sponsored-by
geektime.com##.sponsored-channel
washingtontimes.com##.sponsored-container
chron.com,eurosport.com,slate.com,w24.co.za##.sponsored-content
itweb.co.za##.sponsored-content-box
tumblr.com##.sponsored-day-media-section
itproportal.com##.sponsored-hub
theblaze.com##.sponsored-image
techtipsgeek.com##.sponsored-level
telegraph.co.uk##.sponsored-list-item
usnews.com##.sponsored-listing
thestar.com##.sponsored-listings
tradingview.com##.sponsored-logo
hellomagazine.com##.sponsored-news
moneyweb.co.za##.sponsored-panel-item
nigerianbulletin.com,philstar.com##.sponsored-posts
arstechnica.com##.sponsored-rec
dailystar.co.uk,express.co.uk,standardmedia.co.ke##.sponsored-section
wsj.com##.sponsored-sections
computerandvideogames.com##.sponsored-slideshow
futuresmag.com##.sponsored-tops
politico.com##.sponsored-wrapper
windowsitpro.com,winsupersite.com##.sponsoredAnnouncementWrap
investing.com##.sponsoredArticle
mybroadband.co.za##.sponsoredBreaking
citywire.co.uk,fool.com,offshore-mag.com##.sponsoredBy
downloadcrew.com##.sponsoredDownloads
gamesforthebrain.com##.sponsoredGames
eluta.ca##.sponsoredJobsTable
iol.co.za##.sponsoredLinksList
technologyreview.com##.sponsored_bar
globaltelecomsbusiness.com##.sponsored_content_push
pixabay.com##.sponsored_images
fin24.com,news24.com##.sponsored_item
jobs.aol.com##.sponsored_listings
eastidahonews.com,mybroadband.co.za,tumblr.com##.sponsored_post
funnyordie.com##.sponsored_videos
bdlive.co.za,engadget.com##.sponsoredcontent
news-medical.net##.sponsorer-note
classifiedads.com##.sponsorhitext
dailyglow.com##.sponsorlogo
premierleague.com##.sponsorlogos
affiliatesrating.com,africaoilandpower.com,allkpop.com,androidfilehost.com,arsenal.com,audiforums.com,backpage.com,blueletterbible.org,canaries.co.uk,capitalfm.co.ke,dolliecrave.com,eaglewavesradio.com.au,foodhub.co.nz,geckoforums.net,health24.com,herold.at,hobbytalk.com,jaguarforums.com,keepvid.com,lake-link.com,meanjin.com.au,morokaswallows.co.za,mtvema.com,nesn.com,nineoclock.ro,quotes.net,thebugle.co.za,thebulls.co.za,thedailywtf.com,themuslimweekly.com,thespinoff.co.nz,thinksteroids.com,wbal.com,yellowpageskenya.com##.sponsors
herold.at##.sponsors + .hdgTeaser
herold.at##.sponsors + .hdgTeaser + #karriere
thespinoff.co.nz##.sponsors-block
ca2016.com##.sponsors-grid
pri.org##.sponsors-logo-group
keepvid.com##.sponsors-s
firstpost.com##.sponsors-wrap
appadvice.com##.sponsorsAside
skilouise.com##.sponsorsSlider
pwnage.tv##.sponsors_bar
edie.net##.sponsors_bottom
grsecurity.net##.sponsors_footer_background2
livemint.com##.sponsors_logo_newspon
driverdb.com##.sponsors_table
edie.net##.sponsors_top
gulfnews.com,newsweek.com,sky.com,speroforum.com,theolympian.com,theonion.com##.sponsorship
news1130.com,news919.com,news957.com,sonicnation.ca##.sponsorship-block
seahawks.com##.sponsorship-bottom
createjs.com##.sponsorship-menu
nhl.com##.sponsorship-placement
indiatoday.in##.sponsorslogo
law.com##.sponsorspot
yellowpageskenya.com##.sponsorsz
nu2.nu##.sponsortable
newswiretoday.com,przoom.com##.sponsortd
superpages.com##.sponsreulst
tuvaro.com##.sponsrez
wwitv.com##.sponstv
dailymail.co.uk,mailonsunday.co.uk##.sport.item > .cmicons.cleared.bogr3.link-box.linkro-darkred.cnr5
alexandriagazette.com,arlingtonconnection.com,burkeconnection.com,centre-view.com,connection-sports.com,emporis.com,fairfaxconnection.com,fairfaxstationconnection.com,garfield.com,greatfallsconnection.com,herndonconnection.com,kusports.com,mcleanconnection.com,mountvernongazette.com,potomacalmanac.com,reston-connection.com,springfieldconnection.com,union-bulletin.com,viennaconnection.com##.spot
thewhir.com##.spot-125x125
thewhir.com##.spot-234x30
thewhir.com##.spot-728x90
steamboattoday.com##.spot500
wunderground.com##.spotBox
phonearena.com##.spot_disclaimer
pcmag.com##.spotlight
jpost.com##.spotlight-long
edmunds.com##.spotlight-set
jpost.com##.spotlight-single
u-file.net##.spottt_tb
walmart.com##.sprite-26_IMG_ADVERTISEMENT_94x7
bizarrepedia.com##.spsnrd
picosearch.com##.sptitle
educationtimes.com##.sqBanner
autoaction.com.au,bayt.com,booyapictures.com,industryweek.com,milesplit.com##.square
biography.com##.square-advertisment-module-second-column
mixcloud.com##.square-bottom
port2port.com##.squareBanner
vibevixen.com##.square_300
thevarguy.com##.squarebanner160x160
ign.com##.squarepromo
squawka.com##.squawka-article-promo
baseball-reference.com##.sr_draftstreet
downbyte.net,linxdown.com##.srchbox
realliving.com.ph##.srec
buenosearch.com,delta-search.com,holasearch.com##.srmadb
buenosearch.com##.srmads
delta-search.com##.srmah
ebay.com##.srp-1p__banner
sourceforge.net##.ss-deals-link
starsports.com##.ss-mrec-align
skysports.com##.ss-sponsor
law.com##.ssp_outer
webmd.com##.st-continue-reading-below
coolspotters.com##.stack
forumpromotion.net##.staff-affiliates
nst.com.my##.standard
thesportreview.com##.standard-MPU
citytalk.fm##.standard-mpu-widget
citytalk.fm##.standard-skyscraper-widget
leo.org##.standard_banner
autoweek.com##.stanzacal
stardoll.com##.stardollads
cinemablend.com##.sticky-div
flashscores.co.uk,salon.com##.sticky-wrapper
wtop.com##.sticky_parent
gohuskies.com##.stickybar
pcmag.com##.stickyblogroll
shazam.com##.store
brisbanetimes.com.au,canberratimes.com.au,smh.com.au,theage.com.au,watoday.com.au##.story--promo
newsy.com##.story-a-placeholder
punchng.com##.story-bottom
abcnews.go.com##.story-embed-left.box
newser.com##.storyTopMain > aside > [type="text/css"] + div
straitstimes.com##.story_imu
hindustantimes.com##.story_lft_wid
swns.com##.story_mpu
chowhound.com##.str_native_feed
brisbanetimes.com.au,theage.com.au,watoday.com.au##.strapHeadingDealPartner
twitter.com##.stream-item-group-start[label="promoted"]
twitter.com##.stream-item[data-item-type="tweet"][data-item-id*=":"]
twitter.com##.stream-tweet[label="promoted"]
bitshare.com##.stream_flash_overlay
bangkok.com##.strip-banner-top
people.com,peoplepets.com##.stylefind
people.com##.stylefindtout
videohelp.com##.stylenormal[width="24%"][valign="top"][align="left"]
firesticktricks.com##.su-note
complex.com##.sub-div
goo-net-exchange.com##.subBnr
lolhome.com##.subPicBanner
ratemyteachers.com##.sub_banner_728
deviantart.com,sta.sh##.subbyCloseX
lyricsfreak.com##.subhdr
ycuniverse.com##.subheader_container
businessinsider.com##.subnav-container
viralviralvideos.com##.suf-horizontal-widget
twitter.com##.suggested-tweet-stream-container
scotch.io##.super-duper
interaksyon.com##.super-leader-board
monocle.com,tnp.sg##.super-leaderboard
t3.com##.superSky
djtunes.com##.superskybanner
scotthelme.co.uk##.support-banner
wamu.org##.supportbanner
wbez.org##.supported_by
listio.com##.supporter
thespinoff.co.nz##.supporters-block
spyka.net##.swg-spykanet-adlocation-250
eweek.com##.sxs-mod-in
eweek.com##.sxs-spon
tourofbritain.co.uk##.sys_googledfp
search.yahoo.com##.sys_shopleguide
sedoparking.com##.system.links
emoneyspace.com##.t_a_c
movreel.com##.t_download
sanet.me##.tab_buttons_adv
sanet.me##.tab_buttons_adv + .responsive-table
dealsofamerica.com##.tab_ext
whatsthescore.com##.table-odds
newsbtc.com##.table-responsive
thescore.com##.tablet-big-box
thescore.com##.tablet-leaderboard
thelocal.at,thelocal.ch,thelocal.de,thelocal.dk,thelocal.es,thelocal.fr,thelocal.it,thelocal.no,thelocal.se##.taboola-row
ndtv.com##.taboola_rhs
tacticalshit.com##.tacti-widget
vitalmtb.com##.tactical
vitalmtb.com##.tacticalWrapper
suvudu.com##.tad-block-outer
jta.org##.tag-sponsored
coldwellbanker.com##.tag247-728x90Wrapper
ebookmarket.org##.tags-area + .movie--preview
jetsetta.com##.tags_2
fhm.com##.takeOverContainer
bigjohnandamy.com,bmwblog.com,brobible.com,dotesports.com,miniclip.com##.takeover
recombu.com##.takeover-left
flicks.co.nz##.takeover-link
recombu.com##.takeover-right
thirdforcenews.org.uk##.takeover-side
routesonline.com##.takeoverBanner
tamilyogi.tv##.tamilyogi
taste.com.au##.taste-leaderboard-ad
koreaherald.com##.tbanner
anoox.com##.tbl_border[bgcolor="#fff9dd"]
websleuths.com##.tborder[width="140"]
ironmagazineforums.com##.tborder[width="150"]
genesisowners.com##.tborder[width="160"]
thoughtcatalog.com##.tc-rev-content-container
hgtv.com##.tcap
hiphopearly.com##.td-468
thespec.com##.td-Home_Sponsor
cyberparse.co.uk##.td-a-rec
alextimes.com##.td-a-rec-id-content_bottom
sonorannews.com,wonkette.com##.td-a-rec-id-sidebar
brila.net,businessmirror.com.ph,cgmagonline.com,sanmarinotribune.com,theyeshivaworld.com,thisisanfield.com##.td-banner-wrap-full
nontondramaonline.co##.td-banner-wrap-fulles
mobiletor.com##.td-footer-wrap
ticgn.com,wtf1.co.uk##.td-footer-wrapper
startlr.com##.td-g-rec
5pillarsuk.com,eastcountytoday.net,sonorannews.com,thestonedsociety.com,weekendspecial.co.za##.td-header-sp-recs
eastcountytoday.net##.td-ss-main-sidebar .textwidget a[target="_blank"] > img
gixen.com##.td_bck3
toronto.com##.td_featured
treetorrent.com##.tdwb
soccerway.com##.team-widget-wrapper-content-placement
4shared.com,itproportal.com##.teaser
mmegi.bw##.template_leaderboard_space
mypayingads.com##.text-add-middal
dirpy.com##.text-center[style="margin-top: 20px"]
dirpy.com##.text-center[style="margin-top: 20px;display: block;"]
adelaidenow.com.au##.text-g-an-web-group-news-affiliate
couriermail.com.au##.text-g-cm-web-group-news-affiliate
perthnow.com.au##.text-g-pn-web-group-news-affiliate
news.com.au##.text-g-tech-rh-panel-compareprices
najoomi.com##.text-left > .span11
news.com.au##.text-m-news-tech-iframe-getprice-widget-rhc
lastmenonearth.com##.text-muted
jekoo.com##.textCollSpons
sportschatplace.com##.textLink
nbcnews.com##.textSmallGrey
gamechix.com##.text[style="margin:28px 0 0 0;width:95%;text-align:center;"]
macsurfer.com##.text_top_box
sumotorrent.sx##.textboxFduck
kqed.org##.textsponsor
evilbeetgossip.com,knowelty.com##.textwidget
travel.yahoo.com##.tgl-block
thonline.com##.th-rail-weathersponsor
wdet.org##.thanks
pushsquare.com##.the-right
nintendolife.com##.the300x250
burntorangereport.com##.theFlip
citizen.co.za##.theleaderboard
thonline.com##.thheaderweathersponsor
vogue.com##.thin_banner
onlinepokerreport.com##.thirstylinkimg
thesaturdaypaper.com.au##.thp-wrapper
y100.com##.threecolumn_rightcolumn
supercompressor.com##.thrillist-ad
time4tv.com##.thumbimg
dt-updates.com##.thx > .bottomBorderDotted + .block[style]:last-child
razorianfly.com##.ticker
browardpalmbeach.com,citypages.com,dallasobserver.com,houstonpress.com,laweekly.com,lifebuzz.com,miaminewtimes.com,phoenixnewtimes.com,villagevoice.com,westword.com##.ticket
browardpalmbeach.com,citypages.com,dallasobserver.com,houstonpress.com,laweekly.com,miaminewtimes.com,phoenixnewtimes.com,villagevoice.com,westword.com##.ticket-button
nhl.com##.ticket-link
nytimes.com##.ticketNetworkModule
nbcsports.msnbc.com##.ticketsnow-widget
trucksales.com.au##.tiles-container
coub.com##.timeline-banner
cointelegraph.com##.timeline-promo
newsfactor.com##.tinText
cincinnati.com##.tinyclasslink
aardvark.co.nz##.tinyprint
softwaredownloads.org##.title2
domains.googlesyndication.com##.title_txt02
wambie.com##.titulo_juego1_ad_200x200
myspace.com##.tkn_medrec
centredaily.com##.tla
practicalmotorhome.com##.tlc-leaderboard
practicalmotorhome.com##.tlc-mpu-mobile-wrap
tldrlegal.com##.tldrlegal-ad-space
independent.co.uk##.tm_140_container
independent.co.uk##.tm_300_container
timeout.com##.to-offers
tvguide.co.uk##.to_clickable_area
ghanaweb.com##.tonaton-ads
mp3lyrics.org##.tonefuse_link
newsok.com##.toolbar_sponsor
w3schools.com##.tooltip + div[style="height:90px;"]
euobserver.com,runescape.com,thehill.com##.top
searchza.com,webpronews.com##.top-750
houseandleisure.co.za##.top-add
outlooktraveller.com##.top-add-banner
smarteranalyst.com##.top-article-banner
9to5google.com,animetake.com,arabianbusiness.com,automotive-fleet.com,brainz.org,businessfleet.com,centralchronicle.in,cfl.ca,dailynews.gov.bw,dnainfo.com,ebony.com,firsttoknow.com,fleetfinancials.com,government-fleet.com,lctmag.com,leadership.ng,leedsunited.com,letstalkbitcoin.com,reverso.net,rockthebells.net,schoolbusfleet.com,spanishdict.com,sportpesanews.com,total-croatia-news.com,truckinginfo.com,weeklyworldnews.com,worktruckonline.com,yellowpages.com.jo,yellowpages.com.lb##.top-banner
mmohuts.com##.top-banner-billboard
manicapost.com##.top-banner-block
rumorfix.com##.top-banner-container
citymetric.com,wjunction.com##.top-banners
thekit.ca##.top-block
golf365.com##.top-con
foodrenegade.com##.top-cta
ratemyprofessors.com##.top-header
azdailysun.com,billingsgazette.com,bismarcktribune.com,hanfordsentinel.com,journalstar.com,lompocrecord.com,magicvalley.com,missoulian.com,mtstandard.com,napavalleyregister.com,nctimes.com,santamariatimes.com,stltoday.com##.top-leader-wrapper
1071thepeak.com,931dapaina.com,politico.com,sciencedaily.com##.top-leaderboard
film.com##.top-leaderboard-container
speedtest.net##.top-placeholder
donedeal.ie##.top-placement-container
sciencedaily.com##.top-rectangle
standardmedia.co.ke##.top-right
1340bigtalker.com##.top-right-banner
standardmedia.co.ke##.top-right-inner
worldradio.ch##.top-schmetterling
accringtonobserver.co.uk,belfastlive.co.uk,birminghammail.co.uk,bristolpost.co.uk,cambridge-news.co.uk,chesterchronicle.co.uk,chroniclelive.co.uk,coventrytelegraph.net,crewechronicle.co.uk,dailypost.co.uk,dailyrecord.co.uk,devonlive.com,dublinlive.ie,examiner.co.uk,football.london,gazettelive.co.uk,getbucks.co.uk,gethampshire.co.uk,getreading.co.uk,getsurrey.co.uk,getwestlondon.co.uk,glasgowlive.co.uk,grimsbytelegraph.co.uk,hinckleytimes.net,irishmirror.ie,leicestermercury.co.uk,lincolnshirelive.co.uk,liverpoolecho.co.uk,loughboroughecho.net,macclesfield-express.co.uk,manchestereveningnews.co.uk,mirror.co.uk,mylondon.news,rossendalefreepress.co.uk,southportvisiter.co.uk,stokesentinel.co.uk,walesonline.co.uk,wharf.co.uk##.top-slot
whowhatwear.com.au##.top-slot-container
metrolyrics.com##.top-sponsor
metro-magazine.com##.top-wrapper
jarkey.net##.top728
advocate.com,aol.ca,aol.com,dailytrust.com.ng,nerdist.com,out.com,reviewgist.com,shelterpop.com,tampabay.com,telegraph.co.uk,weibo.com,wsj.com##.topAd
stevedeace.com##.topAddHolder
motor1.com,motorsport.com##.topAp
celebrity.aol.co.uk,christianpost.com,comicsalliance.com,csnews.com,europeantour.com,gourmetretailer.com,haaretz.com,inrumor.com,jobberman.com,lemondrop.com,pricegrabber.com,progressivegrocer.com,singlestoreowner.com,urgames.com,urlesque.com##.topBanner
urgames.com##.topBannerBOX
onetime.com##.topBannerPlaceholder
hcanews.com##.topBg
ebay.co.uk,ebay.com##.topBnrSc
techadvisor.co.uk##.topLeader
kjonline.com,pressherald.com##.topLeaderboard
technomag.co.zw##.topLogoBanner
yellowbook.com##.topPlacement
haaretz.com##.topSectionBanners
search.sweetim.com##.topSubHeadLine2
weatherology.com##.top_660x100
giveawayoftheday.com##.top_ab
onlymyhealth.com##.top_add
informer.com##.top_advert_v4
channelstv.com##.top_alert
androidcommunity.com,carmarthenshireherald.com,emu-russia.net,freeiconsweb.com,getthekick.eu,hydrocarbonprocessing.com,kohit.net,laradiofm.com,praguepost.com,themediaonline.co.za,themoscowtimes.com,tiresandparts.net,voxilla.com,weta.org##.top_banner
joebucsfan.com##.top_banner_cont
freeridegames.com##.top_banner_container
thebatt.com##.top_banner_place
sportspagenetwork.com##.top_banner_scoreboard_content
itp.net##.top_bit
famousbloggers.net##.top_content_banner
myreadingmanga.info##.top_label
postcourier.com.pg##.top_logo_righ_img
wallpapersmania.com##.top_pad_10
myreadingmanga.info##.top_pos
babylon.com##.top_right
finecooking.com##.top_right_lrec
4chan.org,everydayhealth.com,gamingonlinux.com,goodanime.eu,iflscience.com,intothegloss.com,makezine.com,mangashare.com,religionnewsblog.com,roadtests.com,rollingout.com,sina.com,thenewstribe.com##.topad
dnaindia.com##.topadd
nx8.com,search.b1.org##.topadv
gofish.com##.topban1
gofish.com##.topban2
900amwurd.com,bankrate.com,chaptercheats.com,copykat.com,dawn.com,dotmmo.com,downv.com,factmonster.com,harpers.org,newreviewsite.com,opposingviews.com,tinyurl.com,weta.org,xinhuanet.com##.topbanner
drugs.com##.topbanner-wrap
thistv.com##.topbannerarea
webstatschecker.com##.topcenterbanner
wafa.ps##.topembed
channel103.com,islandfm.com##.topheaderbanner
bloggingstocks.com,emedtv.com,gadling.com,minnpost.com##.topleader
gamesting.com##.topleaderboard
search.ch##.toplinks
bootsnipp.com##.toppromo
madamasr.com##.topspace
yttalk.com##.topv
enn.com##.topwrapper
torrentfunk.com##.torrentsTime
pgatour.com##.tourPlayerFooterAdContainer
outdoorchannel.com##.tout_300x250
metric-conversions.org,sporcle.com##.tower
timefm.ca##.tp-banner-container
emedtv.com##.tpad
androidauthority.com##.tpd-box
indiatimes.com##.tpgry
pagesinventory.com##.tpromo
unlockboot.com##.tr-caption-container
trustedreviews.com##.tr-reviews-affiliate-list-item
trustedreviews.com##.tr-reviews-affiliate-title
911tabs.com##.tr1
namemc.com##.track-link
investing.com##.tradenowBtn
dailymail.co.uk##.travel-booking-links
phillyvoice.com##.travel-zoo
dailymail.co.uk##.travel.item.button_style_module
dailymail.co.uk##.travel.item.html_snippet_module
traveller24.com##.travel_widget
nj.com##.travidiatd
chicagotribune.com##.trb_eg
baltimoresun.com,capitalgazette.com,carrollcountytimes.com,chicagotribune.com,citypaper.com,courant.com,dailypress.com,latimes.com,mcall.com,orlandosentinel.com,redeyechicago.com,sandiegouniontribune.com,southflorida.com,sun-sentinel.com##.trb_outfit_sponsorship
baltimoresun.com,capitalgazette.com,carrollcountytimes.com,chicagotribune.com,citypaper.com,courant.com,dailypress.com,latimes.com,mcall.com,orlandosentinel.com,redeyechicago.com,sandiegouniontribune.com,southflorida.com,sun-sentinel.com##.trb_taboola
cnet.com,msn.com##.trc_excludable
weather.com##.trc_recs_column + .right-column
ndtv.com##.trc_related_container a[href^="http://tba"]
metro.co.uk##.trending-sponsored-byline
thenationalstudent.com##.trending_channels
express.co.uk##.trevda
sitepoint.com##.triggered-cta-box-wrapper-bg
torrentfunk.com,torrentfunk2.com,yourbittorrent2.com##.trtbl
thestar.com##.ts-articlesidebar_wrapper
techspot.com##.ts_google_ad
zimpapers.co.zw##.tsbanners
winteriscoming.net##.tshirt-wrapper
ask.reference.com##.tsrc_SAS
search.vmn.net##.ttl_sponsors
infoplease.com##.tutIP-infoarea
simpleprogrammer.com##.tve-leads-post-footer
metro.co.uk##.tw-item-sponsored
joebucsfan.com##.tweet_div1
englishrussia.com##.two_leep_box
ahk-usa.com,gaccmidwest.org,gaccny.com,gaccsouth.com,gaccwest.com##.tx-bannermanagement-pi1
care2.com##.txt13-vd
shaaditimes.com##.txt[style="border: solid 1px #A299A6; background-color: #FDFCFC;"]
geekwire.com##.type-home_listing
bizjournals.com##.u-bg-sponsored
villages-news.com##.ubm_premium_banners_rotation
villages-news.com##.ubm_premium_rotation_widget
funkykit.com##.ubm_rotation_widget
blogtv.com##.uc_banner
smallseotools.com##.uffff_you_are_little_child
searchenginewatch.com##.ukn-iab-300x250
searchenginewatch.com##.ukn-u-thanks
bitenova.nl,bitenova.org##.un
bitenova.nl,bitenova.org##.un_banner
pixhost.to##.under-image
nv1.org##.underwriters
wbgo.org##.underwriting
afterdawn.com##.uniblue
wonderwall.com##.unicorn-wrap
mediaite.com##.unit-wrapper
wonderhowto.com##.unverVidAd
hottipscentral.com##.unwrapped
notebook-driver.com##.updrv
siouxcityjournal.com##.upickem-deal-of-the-day
memez.com##.upperSideBox
uproxx.com##.uproxx_mp_ad
christiantoday.com##.usefulLinks
downeu.net##.usenet
audioz.download##.usenetWide
mnova.eu##.usenetd
money-forum.org##.usideblock
universetoday.com##.ut_ad_content
sportsnet.ca##.v2-3cols-promo
sportsnet.ca##.v2-topnav-promo
brandonsun.com,winnipegfreepress.com##.v4_tile_flyertown
dealsonwheels.co.nz,farmtrader.co.nz,motorcycletrader.co.nz,tradeaboat.co.nz##.vBanner
sourceforge.net##.v_300_large
vosizneias.com##.vad_container
vosizneias.com##.vads
bibme.org,citationmachine.net##.vantage
easybib.com##.vantage_wrap
lasvegassun.com##.varWrapper
indeed.com##.vasu
venturebeat.com##.vb-ad-leaderboard
thehill.com##.vbanner
thehill.com##.vbanner_center
lyricsfreak.com##.vbanner_lyrics
slickdeals.net##.vbmenu_popup + .tborder[align="center"][width="100%"][cellspacing="0"][cellpadding="6"][border="0"]
drivearchive.co.uk##.vehicle[style="background-color:#b0c4de"]
heraldtribune.com##.vendor
thelocalweb.net##.verdana9green
telegraph.co.uk##.version-6--sponsored
softpile.com##.versionadv
inverse.com##.vert-div
theverge.com##.vert300
newsnet5.com,wcpo.com,wxyz.com##.vertical-svg
ytmnd.com##.vertical_aids
praguepost.com##.vertical_banner
cnn.com##.vidSponsor
autoslug.com##.video
dailystoke.com,wimp.com##.video-ad
wsj.com##.video-list[data-ref="Sponsored"]
streamhd.eu##.videoBoxContainer
drive.com.au##.videoGalLinksSponsored
fora.tv##.video_plug_space
asianjournal.com##.videosidebar
vidto.me##.vidto_backscreen
vidzi.tv##.vidzi_backscreen
straitstimes.com##.view-2014-qoo10-feature
euractiv.com##.view-Sponsors
moviemet.com##.view-amazon-offers
asiaone.com##.view-aone2015-qoo10-box
next-gen.biz##.view-featured-job-ad
theweek.co.uk##.view-footer
rabble.ca##.view-front-sustainers
themittani.com##.view-game-taxonomy-affiliates
healthcastle.com##.view-healthcastle-ads
zdnet.com##.view-medusa
espncricinfo.com##.view-sponsor
talksport.co.uk##.view-ts-sponsor-feature
relink.us##.view_middle_block
vidiload.com##.vinfobanner
host1free.com##.virus-information
dotesports.com##.visible-lg-block
op.gg##.vm-placement
viamichelin.co.uk,viamichelin.com##.vm-pub-home300
christianpost.com##.vmuad
n4g.com##.vn-sub
searchassist.verizon.com##.vn_searchresults > .vn_results + .vn_rightresults
searchassist.verizon.com##.vn_sponsblock
vocativ.com##.voc-news-feed-ad
vocm.com##.vocmcares-banner
ashbournenewstelegraph.co.uk,ashfordherald.co.uk,bathchronicle.co.uk,bedfordshire-news.co.uk,blackcountrybugle.co.uk,blackmorevale.co.uk,bostontarget.co.uk,brentwoodgazette.co.uk,bristolpost.co.uk,burtonmail.co.uk,cambridge-news.co.uk,cannockmercury.co.uk,canterburytimes.co.uk,carmarthenjournal.co.uk,centralsomersetgazette.co.uk,cheddarvalleygazette.co.uk,cleethorpespeople.co.uk,cornishguardian.co.uk,cornishman.co.uk,courier.co.uk,crawleynews.co.uk,croydonadvertiser.co.uk,derbytelegraph.co.uk,dorkingandleatherheadadvertiser.co.uk,dover-express.co.uk,eastgrinsteadcourier.co.uk,eastlindseytarget.co.uk,ely-news.co.uk,essexchronicle.co.uk,exeterexpressandecho.co.uk,folkestoneherald.co.uk,fromestandard.co.uk,gloucestercitizen.co.uk,gloucestershireecho.co.uk,granthamtarget.co.uk,greatbarrobserver.co.uk,grimsbytelegraph.co.uk,harlowstar.co.uk,hertfordshiremercury.co.uk,hertsandessexobserver.co.uk,hulldailymail.co.uk,leek-news.co.uk,leicestermercury.co.uk,lichfieldmercury.co.uk,lincolnshireecho.co.uk,llanellistar.co.uk,luton-dunstable.co.uk,maidstoneandmedwaynews.co.uk,middevongazette.co.uk,northampton-news-hp.co.uk,northdevonjournal.co.uk,northsomersetmercury.co.uk,nottinghampost.com,nuneaton-news.co.uk,onemk.co.uk,plymouthherald.co.uk,retfordtimes.co.uk,scunthorpetelegraph.co.uk,sevenoakschronicle.co.uk,sheptonmalletjournal.co.uk,sleafordtarget.co.uk,somersetguardian.co.uk,southportvisiter.co.uk,southwales-eveningpost.co.uk,staffordshirelife.co.uk,staffordshirenewsletter.co.uk,stokesentinel.co.uk,stroudlife.co.uk,surreymirror.co.uk,suttoncoldfieldobserver.co.uk,tamworthherald.co.uk,thanetgazette.co.uk,torquayheraldexpress.co.uk,uttoxeteradvertiser.co.uk,walsalladvertiser.co.uk,wellsjournal.co.uk,westbriton.co.uk,westerndailypress.co.uk,westerngazette.co.uk,westernmorningnews.co.uk##.vouchers
nymag.com##.vp-1180-plus
ettv.tv##.vp_a
centurylink.net##.vp_right
speedtest.net##.vpn-product
torrentz2.eu,torrentz2.is##.vpninfo
vivastreet.co.uk##.vs-summary-300x250
lifescript.com##.vtcMiddle
boldsky.com##.vucato-home-page-promo
dlldll.com##.w0[width="181"]
skysports.com##.w10-mpu
independent.ie##.w138
share-links.biz##.w160.dark.center
way2sms.com##.w2mtad
plumasnews.com##.w49
chinadaily.com.cn##.w980.pt10
hdonline.is,yesmovies.to##.wa-pre
xe.com##.wa_leaderboard
utrend.tv##.wad
sportskrap.com##.wallpaper-link
citationmachine.net##.wantage
torrentdownloads.me##.warez
imdb.com##.watch-bar
filmlinks4u.is##.watch-dl-img
youtube.com##.watch-extra-info-column
youtube.com##.watch-extra-info-right
channel4.com##.watchLiveOutlinks
hancinema.net##.watch_now
movie25.cm##.watchnow
coolspotters.com##.wau
wbal.com##.wbal-banner
wincustomize.com##.wc_home_tour_loggedout
plagiarism.org##.wc_logo
dir.indiamart.com##.wd1
yahoo.com##.wdpa1
glamourvanity.com##.wdt_gads
timesfreepress.com##.weatherSponsor
vg.no##.webboard
offshore-mag.com##.webcast-promo-box-sponsorname
commitstrip.com##.wejusthavetoeat
wincustomize.com##.welcome
probuilds.net##.welcome-bnr
mobygames.com,taskcoach.org##.well
cosplay.com##.well2[style^="background-color"]
gearlive.com##.wellvert
codinghorror.com##.welovecodinghorror
transfermarkt.co.uk##.werbung
transfermarkt.co.uk##.werbung-skyscraper
wikihow.com##.wh_ad_inner
boston.com##.what_is_link
mansionglobal.com##.whats_trending-listing_of_the_day-container
soccer365.com##.whiteContentBdr350
hellokids.com##.white_box.r5
backstage.com##.whitemodbg
betanews.com##.whitepapers
pcwdld.com##.whitepapersb
wonderhowto.com##.whtaph
wonderhowto.com##.whtaph-rightbox
ndtv.com##.wid_tboola
pimpandhost.com##.wide-iframe-wrapper
bleedingcool.com##.wide-skyscraper-bottom
bleedingcool.com##.wide-skyscraper-top
living.aol.co.uk##.wide.horizontal_promo_HPHT
port2port.com##.wideBanner
investing.com##.wideBannerBottom
footyroom.com##.wideBox
inooz.co.uk##.wideContainer
laradiofm.com,netpages.co.za,pch.com,pchgames.com##.wide_banner
netpages.co.za##.wide_banner2
newgrounds.com##.wide_storepromo
newgrounds.com##.wide_storepromobot
roms43.com##.widebanner
videogamer.com##.widesky
networkworld.com##.wideticker
skysports.com##.widge-marketing
skysports.com##.widge-skybet
skysports.com##.widge-skybet-grand-parade
fijisun.com.fj,soccer24.co.zw##.widget-1
soccer24.co.zw##.widget-2
fijisun.com.fj##.widget-3
tf2outpost.com##.widget-aphex
smartearningsecrets.com##.widget-area
pocketnow.com##.widget-block
wikinvest.com##.widget-content-nvadslotcomponent
gaystarnews.com##.widget-footer-logo
bloombergtvafrica.com,miniclip.com##.widget-mpu
shanghaiist.com##.widget-skyscraper
dawn.com##.widget-sponsoredcontent
dose.ca##.widget_650
beverlyhillsmagazine.com,fxempire.com##.widget_banner
dailynewsegypt.com##.widget_bannerleaderboard
mg.co.za,valke.co.za##.widget_banners
phonedog.com##.widget_bar_bottom
bloomberg.com##.widget_bb_doubleclick_widget
thescore.com##.widget_bigbox
bitguru.co.uk##.widget_black_studio_tinymce
pcwdld.com##.widget_boxed_widget
usacryptocoins.com##.widget_buffercode_banner_upload_info
motoring.com.au##.widget_car_stock_widget
cbslocal.com,radio.com##.widget_cbs_gamification_stats_widget
lulzsec.net##.widget_chaturbate_widget
energyvoice.com##.widget_dfp_widget
current.org,religionnews.com##.widget_doubleclick_widget
eos.org##.widget_eosadvertisement
styleblazer.com##.widget_fashionblog_ad
essentials.co.za##.widget_featured_post_widget
urbanmusichq.se##.widget_gad
extremetech.com##.widget_gptwidget
fxempire.com##.widget_latest_promotions
fxempire.com##.widget_latest_promotions_right
theiphoneappreview.com##.widget_links
geek.com##.widget_logicbuy_first_deal
massivelyop.com##.widget_massivelyop_advertisement
cyclingweekly.com##.widget_monetizer_widget
modamee.com##.widget_nav_menu
fxempire.com##.widget_recommended_brokers
dailynewsegypt.com##.widget_rotatingbanners
twistedsifter.com##.widget_sifter_ad_bigbox_widget
sassymanila.com##.widget_sp_digitallylux_widget
acprimetime.com,brigantinenow.com,downbeachbuzz.com##.widget_sp_image
nineoclock.ro##.widget_sponsor
lnbs.org.ls##.widget_sponsors
automobilemag.com##.widget_ten_automobilemag_outbrain
amygrindhouse.com,lostintechnology.com##.widget_text
ynaija.com##.widget_ti_code_banner
fxempire.com##.widget_top_brokers
venturebeat.com##.widget_vb_dfp_ad
wired.com##.widget_widget_widgetwiredadtile
wnd.com##.widget_wnd_prom_widget
indiatvnews.com##.wids
listverse.com##.wiki
espn.co.uk##.will_hill
oboom.com##.window_current
foxsports.com##.wisfb_sponsor
weatherzone.com.au##.wo-widget-wrap-1
itsfoss.com##.wp-coupons
planet5d.com##.wp-image-1573
almasdarnews.com,breaking911.com,breakingac.com,carnewschina.com,haitiantimes.com,hotelemarketer.com,kakuchopurei.com,lbo-news.com,mediabiasfactcheck.com,michaelsavage.com,mynintendonews.com,premiumtimesng.com,theconservativetreehouse.com,thecryptosphere.com,thehungaryjournal.com,them0vieblog.com,thenationalsentinel.com,whysayanything.com,wordpress.com##.wpa
rustourismnews.com##.wpb_widgetised_column
notjustok.com##.wpbr-widget
notjustok.com,punchng.com##.wpbrbanner
webpronews.com##.wpn-business-resources
buzzinn.net##.wpn_finner
talkers.com##.wpss_slideshow
theregister.co.uk##.wptl
currentaffair.com##.wrap-cad
sowetanlive.co.za##.wrap-onelife
osbot.org##.wrapper > center:nth-of-type(-n+3) > a
paultan.org##.wrapper-footer
breitbart.com##.wrapperBanner
kiplinger.com##.wrapper[style="display: block;"]
limetorrents.info##.wrn_txt3
bnaibrith.org##.wsite-image[style="padding-top:10px;padding-bottom:10px;margin-left:0;margin-right:0;text-align:center"]
wsj.com##.wsj-native-strip
poynter.org##.wsm_frame_medium
dotabuff.com##.wukong-side
search.ch##.www_promobox
newsherder.com##.x-300x250
davidwalsh.name##.x-terciary
jpost.com##.xl-banner-wrap
ocaholic.ch##.xoops-blocks
chronicle.com,fareastgizmos.com,ganzworld.com,webdesignerdepot.com##.xoxo
cryptothrift.com##.xoxo > #text-34
cryptothrift.com##.xoxo > #text-50
cryptothrift.com##.xoxo > #text-55
arstechnica.co.uk##.xrail-content
bit-tech.net##.xtag_container
yahoo.com##.y7-breakout-bracket
yahoo.com##.y708-ad-eyebrow
yahoo.com##.y708-commpartners
yahoo.com##.y708-promo-middle
nz.yahoo.com##.y7countdown
yahoo.com##.y7moneyhound
yahoo.com##.y7partners
yahoo.com##.ya-LDRB
yahoo.com##.ya-darla-LREC
yahoo.com##.yad
yahoo.com##.yad-cpa
mysanantonio.com##.yahoo-bg
candofinance.com,idealhomegarden.com##.yahooSl
newsok.com##.yahoo_cm
thetandd.com##.yahoo_content_match
reflector.com##.yahooboss
tumblr.com##.yamplus-unit-container
yardbarker.com##.yard_leader
autos.yahoo.com##.yatAdInsuranceFooter
autos.yahoo.com##.yatysm-y
yelp.be,yelp.ca,yelp.ch,yelp.co.nz,yelp.co.uk,yelp.com,yelp.com.au,yelp.com.sg,yelp.ie##.yelp-add
local.com##.yextSpecOffer
finance.yahoo.com##.yfi_ad_s
groups.yahoo.com##.yg-mbad-row
filmgo.org##.yildiz-pageskin-link
selfbutler.com##.yitems
yelp.be,yelp.ca,yelp.ch,yelp.co.nz,yelp.co.uk,yelp.com,yelp.com.au,yelp.com.sg,yelp.ie##.yla
yelp.be,yelp.ca,yelp.ch,yelp.co.nz,yelp.co.uk,yelp.com,yelp.com.au,yelp.com.sg,yelp.ie##.yloca-list
yelp.be,yelp.ca,yelp.ch,yelp.co.nz,yelp.co.uk,yelp.com,yelp.com.au,yelp.com.sg,yelp.ie##.yloca-list-exp
yelp.be,yelp.ca,yelp.ch,yelp.co.nz,yelp.co.uk,yelp.com,yelp.com.au,yelp.com.sg,yelp.ie##.yloca-search-result
yelp.be,yelp.ca,yelp.ch,yelp.co.nz,yelp.co.uk,yelp.com,yelp.com.au,yelp.com.sg,yelp.ie##.yloca-search-result-exp
local.yahoo.com##.yls-rs-paid
finance.yahoo.com,news.yahoo.com##.yom-ysmcm
yellowpages.aol.com##.yp_ad
17track.net##.yq-panel-gad
yahoo.com##.yschspns
yahoo.com##.ysm-cont
travel.yahoo.com##.ysmcm
yahoo.com##.ysptblbdr3
youtube.com##.ytd-compact-promoted-video-renderer
youtube.com##.ytd-merch-shelf-renderer
youtube.com##.ytd-promoted-sparkles-text-search-renderer
youtube.com##.ytd-search-pyv-renderer
travel.yahoo.com##.ytrv-lrec
nfl.com##.yui3-polls-mobile-adspot
zacks.com##.zacks_header_ad_ignore
zap2it.com##.zc-station-position
ign.com##.zd-commerce-autolink-tag
slashgear.com##.zdStickyFixed
onlymyhealth.com##.zedo_atf
cricketcountry.com##.zeeibd
downturk.net##.zippo
allenwestrepublic.com,clashdaily.com,conservativebyte.com,dailyheadlines.net,fandustry.com,joeforamerica.com,minutemennews.com,newszoom.com,politichicks.com,reviveusa.com,theblacksphere.net,valuewalk.com##.zone
foodprocessorsdirect.com##.zoneWidth100
tomsguide.com,tomshardware.com##.zonepub
isearch.whitesmoke.com##:not(.item):not(.stats) + * + .item
sitepoint.com##ADS-WEIGHTED
justwatch.com##PUBLICATION-BLOCK
trademe.nz##TM-SPONSOR-LINKS
youtube.com##YTM-PROMOTED-VIDEO-RENDERER
incredimail.com##[autoid="sponsoredLinks"]
op.gg,torrentz2.eu,torrentz2.is##[class*="Ad"]
op.gg##[class*="Notice"]
eztv.io##[class] + * + table[style][width]
monova.org##[class] > div + span[class]
onhax.me##[class][data-title]
uploadocean.com##[class][src][alt]
tubeoffline.com##[class][style] > a[href][data-hash]
yahoo.com##[data-ad-enhanced="card"]
yahoo.com##[data-ad-enhanced="pencil"]
yahoo.com##[data-ad-enhanced="text"]
destructoid.com##[data-delivery]
boston.com,thoughtcatalog.com##[data-google-query-id]
fortune.com,time.com##[data-partial="sponsored-tile"]
deathandtaxesmag.com##[data-refresh]
msn.com##[data-src^="https://contextual.media.net/"]
hulu.com##[flashvars^="backgroundURL=http://ads.hulu.com/published/"]
bunalti.com##[height="90"][width="728"]
torrentfunk.com,torrentfunk2.com,yourbittorrent2.com##[href*=".an0n."]
news.softpedia.com##[href*=".php?"] > img[src]
123moviesfree.com,alaskapublic.org,allkeyshop.com,ancient-origins.net,animeidhentai.com,arabtimesonline.com,coinad.com,dailypost.ng,dexerto.com,digitallydownloaded.net,dotesports.com,dotmmo.com,ebookw.com,gizmochina.com,goal.com,guidedhacking.com,hlstester.com,limetorrents.info,majorgeeks.com,mydramalist.com,mymp3singer.site,naijaloaded.com.ng,onlinevideoconverter.com,owaahh.com,pcgamesn.com,premiumtimesng.com,retail.org.nz,rustourismnews.com,sh.st,smallseotools.com,sports.yahoo.com,ssbcrack.com,tetris.com,theblaze.com,thehackernews.com,thenationonlineng.net,torrentdownloads.me,ultshare.com,vumafm.co.za,wapking.site,yeyeboyz.net,zmescience.com##[href*="bit.ly/"]
monova.to##[href*="https://medictiona.info/"]
eztv.io##[href] > [id][style*="padding"]
watchcartoonsonline.la##[href^="/scripts/"]
dexerto.com##[href^="http://tiny.cc/"]
ancient-origins.net,ssbcrack.com##[href^="https://amzn.to/"]
dotesports.com##[href^="https://gumgum.com/"]
dexerto.com##[href^="https://is.gd/"]
hdonline.is,yesmovies.to##[href^="https://watchasap.com/"]
nwanime.tv##[href^="https://www.nutaku.net/signup/landing/"]
clickmngr.com##[href^="https://www.safenetdir.com/"]
vidoza.net##[id*="Overlay"]
animmex.club,animmex.co.uk,animmex.com,animmex.info,animmex.online,animmex.org,animmex.press,animmex.site,animmex.space,animmex.tech,animmex.website,animmex.xyz,bg-gledai.tv,btsone.cc,jukezilla.com,linx.cloud,monova.org,ouo.io,swatchseries.to,torrentsgroup.com##[id*="ScriptRoot"]
1001tracklists.com##[id][width]
msn.com##[id^="-"]
msn.com##[id^="\35 "]
comicbook.com,popculture.com##[id^="oas"]
extremetech.com##[id^="zdAdContainer"]
cultofmac.com##[name="dn-frame-1"]
monova.org##[onclick] > [target="_blank"]
monova.org##[onclick] > a[class]
filecrypt.cc##[onmouseup$=", true);"]
eztv.io##[rel*="nofollow"] > [id][style]
naturalblaze.com##[rel="nofollow"][href^="http://products.naturalblaze.com/"] > img
msn.com##[src*="g00.msn.com/goo"]
uploadocean.com##[src][width]
tomshardware.co.uk,tomshardware.com##[style*="animation:"]
drudgereport.com##[style*="background-blend"]
timeanddate.com##[style="float: right; width: 170px;"]
condo.com##[style="float:left;width:515px;"]
hindustantimes.com##[style="font-family:Arial; color: #545454; font-size:10px; font-family:Arial; padding-right:15px"]
wxyz.com##[style="height:310px;width:323px"]
uploaded.to##[style="margin-left: 15px;"]
wahm.com##[style="min-height:250px;"]
imagetwist.com##[target="_blank"] > img
uploadocean.com##[target="_blank"][href] > [src][alt]
ewallpapers.eu##[title="Advertising"]
uploadocean.com##[title][height]
torrentresource.com##[width="150"]:last-child
ewallpapers.eu##[width="160"]
break.com##[width="300"][height="250"]
4chan.org,crackdump.com##[width="468"]
majorgeeks.com##[width="478"][height="70"]
4chan.org##[width="728"]
timeanddate.com##[width="728"][height="90"]
crackdump.com##[width="74"]
empireonline.com##[width="950"][height="130"][align="center"]
lindaikeji.blogspot.com##a > img[height="600"]
video-download.online##a > img[src][style]
powerbot.org##a > img[width="729"]
facebook.com##a[ajaxify*="&eid="] + a[href^="https://l.facebook.com/l.php?u="]
experthometips.com##a[class^="abp_image_"]
grammarist.com##a[data-delivery^="/"]
pcmag.com##a[data-section="Ads"]
roadracerunner.com##a[data-target]
mail.yahoo.com##a[data-test-id="pencil-ad"]
harpersbazaar.com##a[data-vars-ga-call-to-action="SHOP NOW"]
kdramaindo.com##a[data-wpel-link="external"]
bestvpn.com##a[href$="_banner"]
isearch.whitesmoke.com##a[href*="&rt=gp&"]
insideevs.com##a[href*="&utm_medium=Banners&"]
mmorpg.com##a[href*="&utm_medium=skin&"]
cannabisnow.com,pcgamesn.com##a[href*="&utm_source"]
ndtv.com,torrentz2.eu,torrentz2.is##a[href*=".amazonaws.com"]
coincodex.com##a[href*=".apps7.space/"]
huffingtonpost.com##a[href*=".atwola.com/"]
concordnewsradio.com##a[href*=".be/"]
msn.com##a[href*=".booking.com/"]
concordnewsradio.com##a[href*=".cc/"]
imgah.com##a[href*=".com/track/"]
streamcloud.eu##a[href*=".engine"]
concordnewsradio.com##a[href*=".es/"]
autodealer.co.za,bitminter.com,shareae.com,spellcheck.net##a[href*=".go2cloud.org/aff_c?offer_id="]
concordnewsradio.com##a[href*=".gy/"]
beforeitsnews.com,boredpanda.com,celebrityweightloss.com,fittube.tv,in5d.com,jeffbullas.com,siteworthchecker.com##a[href*=".hop.clickbank.net"]
zippyshare.com##a[href*=".inclk.com/"]
hotbollywoodactress.net##a[href*=".makdi.com"]
audiobookabb.com,audiobookbay.nl,bossmp3.me,heromaza.co##a[href*=".php"]
skysports.com,sportinglife.com##a[href*=".skybet.com/"]
punjabimob.org##a[href*=".smaato.net"]
coinmarketcal.com##a[href*=".space"]
coinmarketcap.com##a[href*=".space/"]
indiatoday.in,intoday.in##a[href*=".zedo.com/"]
whatismyreferer.com##a[href*="/?offer_id="]
iolproperty.co.za##a[href*="/Ad_Click_Thru.jsp?"]
dutchnews.nl##a[href*="/adbanners/"]
itweb.co.za,radiofrontier.ch##a[href*="/adclick.php?"]
business-standard.com##a[href*="/adclicksTag.php?"]
itweb.co.za##a[href*="/adredir.php?"]
f1today.net##a[href*="/advertorial--"]
streamplay.to##a[href*="/apu.php"]
movie4me.fun,webmusic.live##a[href*="/c.php?"][href*="&zn="]
streamcloud.eu##a[href*="/clicktag."]
adlock.org##a[href*="/download/"]
bittorrentz.net##a[href*="/download_torrent.php?"]
downloadwarez.org##a[href*="/fullversion-download/"]
torrentdownload.ch##a[href*="/get.php?"]
cracksfiles.com##a[href*="/getfile/"]
gigapurbalingga.com##a[href*="/getfiles-"]
tamilyogi.cc##a[href*="/ghits/"]
animetoon.org##a[href*="/go"]
benzinga.com,computerera.co.in##a[href*="/go/"]
headforpoints.com##a[href*="/hfp/"]
bossmp3.me##a[href*="/key/?id="]
spokesman.com##a[href*="/marketing/"]
movie-censorship.com##a[href*="/out.php?"]
projectfree-tv.to##a[href*="/script/ad.php?"]
charismanews.com,universityaffairs.ca##a[href*="/sponsored-content/"]
bbc.com,biznews.com,businessdailyafrica.com,financialexpress.com,independent.ie,irishtimes.com,komonews.com,nan.ng,seattletimes.com,spokesman.com,telegraph.co.uk##a[href*="/sponsored/"]
todaypk.com##a[href*="/watch/?"]
devshed.com##a[href*="/www/delivery/"]
ietab.net##a[href*="/xadnet/"]
imagenpic.com,imageshimage.com,imagetwist.com##a[href*="/xyz"]
distrowatch.com##a[href*="3cx.com"]
bossmp3.in,heromaza.in,wapking.site##a[href*=":80/key/?id="]
mathwarehouse.com,sowetanlive.co.za##a[href*="?affiliateid="]
kickass.cx##a[href*="?q="]
lawctopus.com##a[href*="?utm_source="]
analyticsvidhya.com##a[href*="AVads"]
distrowatch.com##a[href*="acunetix.com"]
lawctopus.com##a[href*="alc.edu.in/Lawctopus"]
worldfree4u.lol##a[href*="clksite.com/"]
snaptest.org##a[href*="edutourism.in/?utm_source=snapportalemail"]
streamcloud.eu##a[href*="engine.4dsply.com"]
encyclopediadramatica.rs##a[href*="http://torguard.net/aff.php"]
threepercenternation.com##a[href*="https://pro."]
snaptest.org##a[href*="indianbank.net.in/jsp/startIB.jsp"]
deadline.com##a[href*="javascript:"]
horriblesubs.info##a[href*="jlist.com"]
scotch.io##a[href*="leanpub.com"] img
imdb.com##a[href*="page-action=offsite-amazon"]
medicaldialogues.in##a[href*="sanjeevanhospital.com"] > img:only-child
medicaldialogues.in##a[href*="sanjeevanhospital.in"] > img:only-child
scotch.io##a[href*="synd.co"] img
smallseotools.com##a[href*="tinyurl.com"]
unitconversion.org##a[href="../noads.html"]
encyclopediadramatica.rs##a[href="//encyclopediadramatica.rs/sparta.html"]
insidefacebook.com##a[href="/advertise"]
fooooo.com##a[href="/bannerClickCount.php"]
opensubtitles.org##a[href="/en/aoxwnwylgqtvicv"]
mailinator.com##a[href="/soget.jsp"]
dlldll.com##a[href="/stw_lp/fmr/"]
swatchseries.to##a[href="/westworld-watch.html"]
designtaxi.com##a[href="advertise.html"]
didyoumean-generator.com##a[href="go.php"]
thejointblog.com##a[href="http://42grow.com"] > img
activistpost.com##a[href="http://activistpost.net/thrivemarket.html"]
addgadgets.com##a[href="http://addgadgets.com/mcafee-internet-security/"]
thejointblog.com##a[href="http://autoseeds.com/"] > img
coolheadtech.com##a[href="http://coolhead.tech/ringcentral-for-google"]
encyclopediadramatica.rs##a[href="http://encyclopediadramatica.rs/webcamgirls.html"]
tny.cz##a[href="http://followshows.com?tp"]
tf2maps.net##a[href="http://forums.tf2maps.net/payments.php"]
proxylistpro.com##a[href="http://goo.gl/"]
bazoocam.org##a[href="http://kvideo.org"]
moviefather.com##a[href="http://moviefather.com/watchonline.php"]
my.rsscache.com##a[href="http://nimbb.com"]
soft32.com##a[href="http://p.ly/regbooster"]
infowars.com##a[href="http://prisonplanet.tv/"]
propakistani.pk##a[href="http://propakistani.pk/sms/"]
gooddrama.net##a[href="http://spendcrazy.net"]
adrive.com##a[href="http://stores.ebay.com/Berkeley-Communications-Corporation"]
freetv.tv##a[href="http://tvoffer.etvcorp.track.clicksure.com"]
vidbear.com##a[href="http://videoworldx.com"]
torrentfreak.com##a[href="http://vuze.com/"]
thejointblog.com##a[href="http://www.bombseeds.nl/"] > img
hscripts.com##a[href="http://www.buildmylink.com"]
hon3yhd.com##a[href="http://www.cyber-planet.in"]
diablo3builds.com##a[href="http://www.diablo3builds.com/bc"]
dirwell.com##a[href="http://www.dirwell.com/submit.php"]
dllerrors-fix.com##a[href="http://www.dllerrors-fix.com/Download.php"]
techotopia.com##a[href="http://www.ebookfrenzy.com"]
iphonecake.com##a[href="http://www.filepup.net/get-premium.php"]
interupload.com##a[href="http://www.fileserving.com/"]
dexerto.com##a[href="http://www.gfuel.com/"]
geocities.ws##a[href="http://www.gridhoster.com/?geo"]
financialsurvivalnetwork.com##a[href="http://www.hardassetschi.com/"]
thejointblog.com##a[href="http://www.herbiesheadshop.com/"] > img
scam.com##a[href="http://www.ip-adress.com/trace_email/"]
wiiuiso.com##a[href="http://www.jobboy.com"]
lotteryextreme.com##a[href="http://www.lotteryextreme.com/info/topjackpot"]
bitrebels.com##a[href="http://www.makeupbykili.com"]
makeuseof.com##a[href="http://www.makeuseof.com/advertise/"]
dailymirror.lk##a[href="http://www.nawaloka.com/"]
ab.typepad.com##a[href="http://www.newcannabisventures.com"]
naijaborn.com##a[href="http://www.njorku.com/nigeria"] > img
ps3iso.com##a[href="http://www.pcgameiso.com"]
worldfree4u.lol##a[href="http://www.playwinz.com/"]
gogoanime.com,goodanime.eu##a[href="http://www.spendcrazy.net/"]
dosplash.com##a[href="http://www.sverve.com/dashboard/DoSplash"]
thejointblog.com##a[href="http://www.thebestsalvia.com/"] > img
free-wallpaper-download.com##a[href="http://www.thoosje.com/toolbar.html"]
thejointblog.com##a[href="http://www.unitedforcare.org/sign_up"] > img
thejointblog.com##a[href="http://www.uptowngrowlab.net/"] > img
vidbux.com##a[href="http://www.vidbux.com/ccount/click.php?id=4"]
watchop.com##a[href="http://www.watchop.com/download.php"]
ziddu.com##a[href="http://wxdownloadmanager.com/zdd/"]
zmea-log.blogspot.com##a[href="http://zmea-log.blogspot.com/p/rapids-for-sale.html"]
wemineall.com,wemineltc.com##a[href="https://diceliteco.in"]
ummah.com##a[href="https://quranforkids.org/registration/"]
vpsboard.com##a[href="https://vpsboard.com/advertise.html"]
ugotfile.com##a[href="https://www.astrill.com/"]
cloudvideo.tv##a[href="https://www.myvpn.review"]
meta-calculator.com,meta-chart.com##a[href="https://www.penjee.com"]
time4hemp.com##a[href="https://www.seriousseeds.com/"]
allmyvideos.net##a[href] > img[id]
crackingpatching.com##a[href][onclick][rel]
horriblesubs.info,naturalnews.com,naturalnewsblogs.com##a[href][rel="nofollow"]
eztv.io##a[href][target="_blank"]
rarbg.to,rarbg.unblockall.org,rarbgaccess.org,rarbgmirror.com,rarbgmirror.org,rarbgmirror.xyz,rarbgproxy.com,rarbgproxy.org,rarbgunblock.com##a[href][target="_blank"] > button
idm-crack-patch.com##a[href^=" http://backkeyconsole.com/"]
akstream.video##a[href^="../hd/movie.php?"]
ogsi.it##a[href^="//adbit.co/?a=Advertise"]
thepiratebay.org,tpb.run,ukpirate.org##a[href^="//cdn.bitx.tv/"]
doubleclick.net##a[href^="//dp.g.doubleclick.net/apps/domainpark/"]
smallseotools.com##a[href^="//goo.gl/"]
strikeout.co##a[href^="/?open="]
rapidog.com##a[href^="/adclick.php"]
sweflix.net,sweflix.to##a[href^="/adrotate.php?"]
shroomery.org##a[href^="/ads/ck.php?"]
metrolyrics.com##a[href^="/ads/track.php"]
shroomery.org##a[href^="/ads/www/delivery/"]
scoop.co.nz##a[href^="/adsfac.net/link.asp?"]
facebook.com##a[href^="/ajax/emu/end.php?"]
icmag.com##a[href^="/banners.php?"]
rsbuddy.com##a[href^="/campaign/click_"]
business-standard.com##a[href^="/click-tracker/textlink/"]
nairaland.com##a[href^="/click/"]
saigoneer.com##a[href^="/component/banners/"]
hpcwire.com##a[href^="/ct/e/"]
resettoo.com##a[href^="/dl.php"]
torrentfunk.com##a[href^="/dltor3/"]
ebook3000.com##a[href^="/download/"]
merdb.ru##a[href^="/external.php?gd=0&"]
yourbittorrent.com##a[href^="/extra/"]
tampermonkey.net##a[href^="/f.php?f="]
tor-cr.com##a[href^="/get-download2/"]
onlinepokerreport.com,yourbittorrent.com##a[href^="/go/"]
bts.ph##a[href^="/goto_.php?"]
torrentz2.eu,torrentz2.is##a[href^="/inago_.php"]
lightreading.com##a[href^="/lg_redirect.asp?piddl_lgid_docid="]
downloadhelper.net##a[href^="/liutilities.php"]
1337x.to##a[href^="/mirror"]
sharedir.com##a[href^="/out.php?"]
freedomhacker.net##a[href^="/out/"]
lightreading.com##a[href^="/partner-perspectives/"]
esportlivescore.com##a[href^="/r/"]
airliners.net##a[href^="/rad_results.main?"]
torrentv.org##a[href^="/rec/"]
imdb.com##a[href^="/rg/action-box-title/buy-at-amazon/"]
1337x.to##a[href^="/stream/"]
torrentfunk.com##a[href^="/tor2/"]
torrentfunk.com##a[href^="/tor3/"]
kickasstorrents.to##a[href^="/torrents/Download"]
stuff.co.nz##a[href^="/track/click/"]
torrentproject2.se##a[href^="/vpn/"]
womenspress.com##a[href^="Redirect.asp?UID="]
474747.net##a[href^="ad"]
xbox-hq.com##a[href^="banners.php?"]
downloadhelper.net##a[href^="free-driver-scan.php"]
rom-freaks.net##a[href^="gotomirror-"]
thefilebay.com##a[href^="http://91.205.157.43/"]
heroturko.org##a[href^="http://MyDownloadHQ.com/index.asp?PID="]
userscloud.com##a[href^="http://a.centerwebicemeta.biz/"]
newssun.com##a[href^="http://access.newssun.com/b_cl.php?"]
bayfiles.com##a[href^="http://ad.propellerads.com/"]
unawave.de##a[href^="http://ad.zanox.com/"]
reading107fm.com,three.fm##a[href^="http://adclick.g-media.com/"]
jdownloader.org##a[href^="http://adcolo.com/ad/"]
autodealer.co.za##a[href^="http://ademag.co.za/"]
extremefile.com##a[href^="http://adf.ly/"]
depositfiles.com,dfiles.eu##a[href^="http://ads.depositfiles.com/"]
hindilinks4u.to##a[href^="http://ads.hindilinks4u.to/"]
howproblemsolution.com##a[href^="http://ads.howproblemsolution.com/"]
deviantart.com##a[href^="http://advertising.deviantart.com/"]
thesearchenginelist.com##a[href^="http://affiliate.buy.com/gateway.aspx?"]
smallbusinessbrief.com##a[href^="http://affiliate.wordtracker.com/"]
soundtrackcollector.com,the-numbers.com##a[href^="http://affiliates.allposters.com/"]
freebetcodes.info##a[href^="http://affiliates.galapartners.co.uk/"]
justhungry.com##a[href^="http://affiliates.jlist.com/"]
news24.com##a[href^="http://affiliates.trafficsynergy.com/"]
gematsu.com##a[href^="http://aksysgames.com/"]
premiumtimesng.com##a[href^="http://allhealthsol.com/"]
bizarrepedia.com,crodict.com##a[href^="http://amzn.to/"]
parentherald.com##a[href^="http://amzn.to/"] > img
animetake.com##a[href^="http://anime.jlist.com/click/"]
torrent-invites.com##a[href^="http://anonym.to?http://www.seedmonster.net/clientarea/link.php?id="]
speedvideo.net##a[href^="http://api.adlure.net/"]
lyriczz.com##a[href^="http://app.toneshub.com/"]
datafilehost.com,load.to##a[href^="http://applicationgrabb.net/"]
datafilehost.com##a[href^="http://b.contractallsinstance.info/"]
movie4me.fun##a[href^="http://bestresultmob1le.com/"]
thetvdb.com##a[href^="http://billing.frugalusenet.com/"]
ancient-origins.net,wideopenspaces.com##a[href^="http://bit.ly/"] > img
themediafire.com##a[href^="http://bit.ly/"] > img[src^="http://i.imgur.com/"]
bitminter.com##a[href^="http://bitcasino.io?ref="]
leasticoulddo.com##a[href^="http://blindferret.clickmeter.com/"]
lowyat.net##a[href^="http://bs.serving-sys.com"]
torrentfreak.com##a[href^="http://btguard.com/"]
betootaadvocate.com##a[href^="http://budgysmuggler.com.au"] > img
downforeveryoneorjustme.com##a[href^="http://bweeb.com/"]
designtaxi.com##a[href^="http://bza.co/buy/"]
zomganime.com##a[href^="http://caesary.game321.com/"]
animenewsnetwork.com##a[href^="http://cf-vanguard.com/"]
commitstrip.com##a[href^="http://chooseyourboss.com/?utm_source="]
quuit.com##a[href^="http://classic.thumbplay.com/join/"]
guru99.com,thetruthwins.com,weddingmuseum.com##a[href^="http://click.linksynergy.com/"]
maxthon.com##a[href^="http://click.v9.com/"]
unawave.de##a[href^="http://clix.superclix.de/"]
heraldscotland.com,tmz.com##a[href^="http://clk.atdmt.com/"]
msn.com##a[href^="http://clk.tradedoubler.com/"]
dot-bit.org##a[href^="http://coinabul.com/?a="]
gas2.org##a[href^="http://costofsolar.com/?"]
powvideo.net##a[href^="http://creative.ad127m.com/"]
idm-crack-patch.com##a[href^="http://databass.info"]
armslist.com##a[href^="http://delivery.tacticalrepublic.com/"]
ebookw.com##a[href^="http://dlguru.com/"]
dllnotfound.com##a[href^="http://dllnotfound.com/scan.php"]
majorgeeks.com##a[href^="http://download.iobit.com/"]
dvdtalk.com##a[href^="http://dvdtalk.pricegrabber.com/"]
gosugamers.net##a[href^="http://ebettle.com/"]
tampermonkey.net##a[href^="http://ecosia.co/"]
ucas.com##a[href^="http://eva.ucas.com/s/redirect.php?ad="]
flashvids.org##a[href^="http://flashvids.org/click/"]
forumpromotion.net##a[href^="http://freebitco.in/?r="]
hotfile.mobi##a[href^="http://games.kobrawap.co.uk/"]
jpost.com##a[href^="http://gdeil.hit.gemius.pl/"]
pcgamesn.com##a[href^="http://geni.us/"]
armorgames.com,getios.com,iamdisappoint.com,myrls.se,nypost.com,odiamusic.mobi,shitbrix.com,speakbet.com,tattoofailure.com,techotopia.com,tempobet300.net,theedge.co.nz,thehackernews.com,thevoicebw.com,wapking.cc,waploft.com##a[href^="http://goo.gl/"]
ancient-origins.net,wideopenspaces.com##a[href^="http://goo.gl/"] > img
smallseotools.com##a[href^="http://grammarly.com/"]
kinox.to##a[href^="http://hd-streams.tv/"]
hotfiletrend.com##a[href^="http://hotfiletrend.com/c.php?"]
querverweis.net##a[href^="http://is.gd/"]
quuit.com##a[href^="http://itunes.apple.com/"]
minecraftprojects.net##a[href^="http://jmp2.am/"]
serials.ws,userscloud.com##a[href^="http://jobsetter.info/"]
labor411.org##a[href^="http://labor411.org/linkout/"]
whatismyip.com##a[href^="http://link.pcspeedup.com/aff_"]
winaero.com,windowslatest.com##a[href^="http://link.tweakbit.com/"]
linuxforums.org##a[href^="http://linuxforums.tradepub.com/"]
warriorforum.com##a[href^="http://list-mob.com/"] > img
yourbittorrent.com##a[href^="http://livedowngreen.com/"]
d-h.st##a[href^="http://lp.sharelive.net/"]
psnprofiles.com##a[href^="http://manage.aff.biz/"]
time4hemp.com##a[href^="http://marinalliance.club/"]
boyantech.com##a[href^="http://marketing.net.jumia.com.ng/"]
carpoint.com.au##a[href^="http://mm.carsales.com.au/carsales/adclick/"]
mmohuts.com##a[href^="http://mmo-it.com/"]
justhungry.com##a[href^="http://moe.jlist.com/click/"]
thejointblog.com##a[href^="http://movieandmusicnetwork.com/content/cg/"] > img
moviearchive.eu##a[href^="http://moviearchive.sharingzone.net/"]
who.is##a[href^="http://name.market/?utm_source="]
mobilust.net##a[href^="http://nicevid.net/?af="]
geekculture.co##a[href^="http://notionseo.com/"]
torrentfunk.com##a[href^="http://o.gng-dl.pw/"]
azcentral.com##a[href^="http://phoenix.dealchicken.com/"]
vr-zone.com##a[href^="http://pikachu.vr-zone.com.sg/"]
downdlz.com,downeu.org,serials.ws##a[href^="http://pushtraffic.net/TDS/?wmid="]
rarbg.to,rarbg.unblockall.org,rarbgaccess.org,rarbgmirror.com,rarbgmirror.org,rarbgmirror.xyz,rarbgproxy.com,rarbgproxy.org,rarbgunblock.com##a[href^="http://putrr14.com/"]
vodly.to##a[href^="http://r.lumovies.com/"]
boingboing.net##a[href^="http://r1.fmpub.net/?r="]
topbet.eu##a[href^="http://record.tbaffiliate.com/"]
toolsvoid.com##a[href^="http://ref.name.com/"]
tdhe.eu,vipboxe.com,vipboxme.eu##a[href^="http://refpa.top/"]
nextofwindows.com##a[href^="http://remotedesktopmanager.com/?utm_source="]
richkent.com##a[href^="http://richkent.com/uses/"]
cartype.com,maxthon.com,mobygames.com,psu.com##a[href^="http://rover.ebay.com/"]
latestgadgets.tech##a[href^="http://s.click.aliexpress.com/e/"]
soundtrackcollector.com##a[href^="http://search.ebay.com/"]
msn.com##a[href^="http://searchads.msn.net/"]
dulfy.net##a[href^="http://send.onenetworkdirect.net/"]
thejointblog.com##a[href^="http://sensiseeds.com/refer.asp?refid="] > img
share-links.biz##a[href^="http://share-links.biz/redirect/"]
search.com##a[href^="http://shareware.search.com/click?"]
merdb.ru##a[href^="http://shineads.net/"]
media1fire.com##a[href^="http://siement.info/"]
filetie.net##a[href^="http://softwares2015.com/"]
thejointblog.com##a[href^="http://speedweed.com/_clicktracker.php?code="] > img
uvnc.com##a[href^="http://sponsor2.uvnc.com"]
uvnc.com##a[href^="http://sponsor4.uvnc.com/"]
hltv.org##a[href^="http://sports.betway.com/"]
mp3monkey.net##a[href^="http://srv.tonefuse.com/showads/"]
isaumya.com##a[href^="http://studiotracking.envato.com/aff_c?offer_id="]
5x.to##a[href^="http://support.suc-team.info/aff.php"]
majorgeeks.com##a[href^="http://systweak.com/"]
tv.com##a[href^="http://target.georiot.com/"]
strata40.megabyet.net##a[href^="http://tiny.cc/freescan"]
kinox.to,openload.tv,serialbase.us,serialzz.us,tubeoffline.com##a[href^="http://tinyurl.com/"]
todaypk.com##a[href^="http://todaypk.com/movie4k/"]
sharelinks.xyz##a[href^="http://todaypk.com/watch/?"]
encyclopediadramatica.rs##a[href^="http://torguard.net/"]
catmo.ru##a[href^="http://torrentindex.org/"]
torrentroom.com##a[href^="http://torrentroom.net/afbc/"]
20somethingfinance.com##a[href^="http://track.flexlinks.com/a.ashx?"]
yourbittorrent.com##a[href^="http://track.scanguard.com/"]
lolking.net##a[href^="http://track.strife.com/?"]
lmgtfy.com##a[href^="http://tracking.livingsocial.com/aff_c?"]
sumotorrent.sx##a[href^="http://trafficlord.net/"]
tulsaworld.com##a[href^="http://tulsaworld.autoracing.upickem.net/autoracing/"]
ugotfile.com##a[href^="http://ugotfile.com/affiliate?"]
uncova.com##a[href^="http://uncova.com/adClick/"]
serials.ws##a[href^="http://unlimitedloads.com/"]
pandaapp.com##a[href^="http://vda.gtarcade.com/?q="]
wakingtimes.com##a[href^="http://wakingtimes.com/ads/"]
imagenpic.com,imageshimage.com,imagetwist.com##a[href^="http://wct.link/"]
shelbystar.com##a[href^="http://web.gastongazette.com/advertising/"]
windows7themes.net##a[href^="http://windows7themes.net/creatives2/"]
webdesignshock.com##a[href^="http://www.123rf.com"]
serials.ws##a[href^="http://www.1clickmoviedownloader.net/"]
soundtrackcollector.com##a[href^="http://www.MovieGoods.com/?mgaid="]
softwaresplus.com##a[href^="http://www.ad2links.com/"]
babelzilla.org##a[href^="http://www.addonfox.com/"]
printroot.com##a[href^="http://www.adgz.net/"]
jordantimes.com##a[href^="http://www.aigcmiddleast.com/ads"]
thehackernews.com##a[href^="http://www.alienvault.com/"]
alluc.com##a[href^="http://www.alluc.com/source/unl.php"]
distrowatch.com,dvdtalk.com,soundtrackcollector.com##a[href^="http://www.amazon."][href*="/obidos/ASIN/"]
absoluteradio.co.uk,aol.co.uk,azlyrics.com,cloudfront.net,dailypaul.com,desktoplinuxreviews.com,dvdtalk.com,ign.com,indiatimes.com,jimlynch.com,maxthon.com,mkfm.com,mobygames.com,mydramalist.info,mysearch.com,myway.com,opensubtitles.org,policestateusa.com,quuit.com,seganerds.com,songfacts.com,tv.com,unz.com,wccftech.com##a[href^="http://www.amazon."][href*="tag="]
hqwallpapers4free.com##a[href^="http://www.anno1777.com/index.php?i="]
macdailynews.com,myway.com##a[href^="http://www.anrdoezrs.net/click-"]
renewcanceltv.com##a[href^="http://www.appsdl.site/"] > img
kusc.org,publicradio.org,weta.org##a[href^="http://www.arkivmusic.com/"]
aspkin.com##a[href^="http://www.aspkin.com/go/"]
dumbassdaily.com##a[href^="http://www.badjocks.com"]
bitcoinukforum.com##a[href^="http://www.betcoinpartners.com/"]
freetv-video.ca##a[href^="http://www.bhmfinancial.com/"]
bingo-hunter.com##a[href^="http://www.bingo3x.com/main.php"]
rghost.net##a[href^="http://www.binverse.com"]
torrentfreak.tv##a[href^="http://www.binverse.com/offers/"]
freebitco.in##a[href^="http://www.bitcoininsanity.com/affiliates/"]
bitlordsearch.com##a[href^="http://www.bitlordsearch.com/bl/fastdibl.php?"]
usenet-crawler.com##a[href^="http://www.cash-duck.com/"]
soundtrackcollector.com##a[href^="http://www.cdandlp.com/"][href*="&affilie=filmmusic"]
gsmarena.com##a[href^="http://www.cellpex.com/affiliates/"]
onlinefreetv.net##a[href^="http://www.chitika.com/publishers/apply?refid="]
cryptothrift.com##a[href^="http://www.coinographic.com/"]
india.com##a[href^="http://www.compareraja.in/"]
majorgeeks.com##a[href^="http://www.compatdb.org/"]
feed-the-beast.com##a[href^="http://www.creeperhost.net/aff.php?aff="]
tulsaworld.com##a[href^="http://www.dailydealtulsa.com/deal/"]
blackhatlibrary.net##a[href^="http://www.darkexile.com/forums/index.php?action=affiliates"]
vgleaks.com##a[href^="http://www.dhgate.com/"]
serials.ws##a[href^="http://www.dl-provider.com/"]
dlh.net##a[href^="http://www.dlh.net/advs/www/delivery/ck.php?"]
pdf-giant.com##a[href^="http://www.downloadprovider.me/"]
diply.com##a[href^="http://www.dplserve.com/"]
bootstrike.com,dreamhosters.com,howtoblogcamp.com##a[href^="http://www.dreamhost.com/r.cgi?"]
techotopia.com##a[href^="http://www.ebookfrenzy.com/"]
sina.com##a[href^="http://www.echineselearning.com/"]
betterhostreview.com##a[href^="http://www.elegantthemes.com/affiliates/"]
professionalmuscle.com##a[href^="http://www.elitefitness.com/g.o/"]
internetslang.com##a[href^="http://www.empireattack.com"]
lens101.com##a[href^="http://www.eyetopics.com/"]
mercola.com##a[href^="http://www.fatswitchbook.com/"] > img
omegleconversations.com##a[href^="http://www.freecamsexposed.com/"]
liveleak.com##a[href^="http://www.freemake.com/"]
fxsforexsrbijaforum.com##a[href^="http://www.fxlider.com/lp4/9-koraka-do-zarade/?tag="] > img
rpgcodex.net##a[href^="http://www.gog.com/?pp="]
bootstrike.com##a[href^="http://www.gog.com/en/frontpage/?pp="]
smallseotools.com##a[href^="http://www.grammarly.com/"]
bingo-hunter.com##a[href^="http://www.harrysbingo.co.uk/index.php"]
htcsource.com##a[href^="http://www.htcsimunlock.com/"]
ragezone.com##a[href^="http://www.hyperfilter.com/panel/link.php?id="]
guns.ru##a[href^="http://www.impactguns.com/cgi-bin/affiliates/"]
softpedia.com##a[href^="http://www.iobit.com/"]
jewishpress.com##a[href^="http://www.jewishpress.com/addendum/sponsored-posts/"]
ps3iso.com##a[href^="http://www.jobboy.com/index.php?inc="]
macdailynews.com,myway.com,thesearchenginelist.com,web-cam-search.com##a[href^="http://www.kqzyfj.com/"]
hotbollywoodactress.net##a[href^="http://www.liposuctionforall.com/"]
livescore.cz##a[href^="http://www.livescore.cz/go/click.php?"]
majorgeeks.com##a[href^="http://www.majorgeeks.com/compatdb"]
emaillargefile.com##a[href^="http://www.mb01.com/lnk.asp?"]
sing365.com##a[href^="http://www.mediataskmaster.com"]
htmlgoodies.com##a[href^="http://www.microsoft.com/click/"]
theringer.com##a[href^="http://www.millerlite.com/"]
armorgames.com##a[href^="http://www.mmo123.co/"]
2x4u.de##a[href^="http://www.myfreecams.com/?baf="]
wonkette.com##a[href^="http://www.newsmax.com?promo_code="]
cnn.com##a[href^="http://www.nextadvisor.com/"]
netmarketshare.com##a[href^="http://www.ns8.com?"]
masterani.me##a[href^="http://www.nutaku.com/signup/landing/"]
kaaz.eu##a[href^="http://www.offersfair.com/"]
aol.com##a[href^="http://www.opselect.com/ad_feedback/"]
davidwalsh.name##a[href^="http://www.oreilly.com/pub/"]
distrowatch.com##a[href^="http://www.osdisc.com/"]
shareplace.org##a[href^="http://www.pc-bodyguard.com/?p="]
majorgeeks.com##a[href^="http://www.pctools.com/"]
pinknews.co.uk##a[href^="http://www.pinknews.co.uk/clicks/"]
internetslang.com##a[href^="http://www.pointlesssites.com"]
myway.com##a[href^="http://www.popswatter.com/?partner="]
magnetdl.com##a[href^="http://www.privateinternetaccess.com/"]
bestgore.com##a[href^="http://www.punishtube.com/"]
tomsguide.com,tomshardware.co.uk,tomshardware.com##a[href^="http://www.purch.com/perks?"]
publichd.se##a[href^="http://www.putdrive.com/?"]
mg-rover.org##a[href^="http://www.quotezone.co.uk/SetAffiliate.php?aid="]
majorgeeks.com##a[href^="http://www.reimageplus.com/includes/router_land.php"]
tweaking.com##a[href^="http://www.reimageplus.com/includes/router_land.php?"]
fxsforexsrbijaforum.com##a[href^="http://www.rfxt.com.au/"] > img
rpg.net##a[href^="http://www.rpg.net/ads/"]
gruntig.net##a[href^="http://www.sellmilesnow.com"] > img
oss.oetiker.ch##a[href^="http://www.serverscheck.com/sensors?"]
blogengage.com,isaumya.com,myanimelist.net##a[href^="http://www.shareasale.com/r.cfm?"]
wpdailythemes.com##a[href^="http://www.shareasale.com/r.cfm?b="] > img
bestgore.com##a[href^="http://www.slutroulette.com/"]
softpedia.com##a[href^="http://www.softpedia.com/aout.php"]
softpedia.com##a[href^="http://www.softpedia.com/yout.php"]
findsounds.com##a[href^="http://www.soundsnap.com/search/"]
spaste.com##a[href^="http://www.spaste.com/redirect.php"]
drum.co.za,you.co.za##a[href^="http://www.spree.co.za/"]
kenrockwell.com##a[href^="http://www.steeletraining.com/idevaffiliate/idevaffiliate.php"]
azlyrics.com##a[href^="http://www.ticketnetwork.com/"]
egigs.co.uk##a[href^="http://www.ticketswitch.com/cgi-bin/web_finder.exe"]
macobserver.com,mailinator.com,tundraheadquarters.com##a[href^="http://www.tkqlhce.com/"]
limetorrents.co,torrentdownloads.me##a[href^="http://www.torrentindex.org/"]
tri247.com##a[href^="http://www.tri247ads.com/"]
tsbmag.com##a[href^="http://www.tsbmag.com/wp-content/plugins/max-banner-ads-pro/"]
tvduck.com##a[href^="http://www.tvduck.com/graboid.php"]
tvduck.com##a[href^="http://www.tvduck.com/netflix.php"]
linuxformat.com##a[href^="http://www.ukfast.co.uk/linux-jobs.html/#utm_source="]
codecguide.com,downloadhelper.net,dvdshrink.org,thewindowsclub.com##a[href^="http://www.uniblue.com/"]
distrowatch.com##a[href^="http://www.unixstickers.com/"]
thejointblog.com##a[href^="http://www.vapornation.com/?="] > img
thejointblog.com##a[href^="http://www.weedseedshop.com/refer.asp?refid="] > img
womenspress.com##a[href^="http://www.womenspress.com/Redirect.asp?"]
wptmag.com##a[href^="http://www.wptmag.com/promo/"]
youtube.com##a[href^="http://www.youtube.com/cthru?"]
datafilehost.com##a[href^="http://zilliontoolkitusa.info/"]
dulfy.net##a[href^="https://a2g-secure.com/"]
msn.com##a[href^="https://afflnk.microsoft.com/"]
techradar.com##a[href^="https://amazon."][href*="tag="]
msn.com,u.gg##a[href^="https://amzn.to/"]
yahoo.com##a[href^="https://beap.adss.yahoo.com/"]
yahoo.com##a[href^="https://beap.gemini.yahoo.com/mbclk?"][target="_blank"]
blockchain.info##a[href^="https://blockchain.info/r?url="] > img
indiatimes.com##a[href^="https://bnc.lt/"]
cnn.com##a[href^="https://ck.lendingtree.com/"]
sassymanila.com##a[href^="https://click.linksynergy.com/"]
inquirer.net##a[href^="https://clk.omgt3.com/"]
activistpost.com##a[href^="https://coinbase.com/?r="]
deconf.com##a[href^="https://deconf.com/out/"]
codeproject.com##a[href^="https://dm.codeproject.com/"]
japantoday.com##a[href^="https://go.injapan.com/"]
speedtest.net,torrentfunk.com##a[href^="https://go.nordvpn.net/"]
bitcoinmagazine.com##a[href^="https://godistributed.com/trade?"]
9jaflaver.com,9to5google.com,9to5mac.com,9to5toys.com,bulbagarden.net,dailynews.lk,dexerto.com,diply.com,electrek.co,herald.ca,hltv.org,kuwaittimes.net,pcgamesn.com,smallseotools.com,smarteranalyst.com,socialeurope.eu,sundayobserver.lk,thehackernews.com,thenationonlineng.net,threepercenternation.com,torrentdownload.ch,torrentdownloads.me,tribuneonlineng.com,vumafm.co.za,wheremilan.com##a[href^="https://goo.gl/"]
userscdn.com##a[href^="https://hostdzire.com/billing/aff.php?"]
dailyuploads.net,douploads.com##a[href^="https://href.li/"]
capricornfm.co.za,jazzfm.com,readmng.com##a[href^="https://itunes.apple.com/"]
circuitdigest.com##a[href^="https://jlcpcb.com/"]
facebook.com##a[href^="https://l.facebook.com/"][href*="%2526ad_id%"]
bolly4u.pro##a[href^="https://miastina.pw/"]
mmos.com##a[href^="https://mmos.com/play/"]
conservativetribune.com,mindsetforsuccess.net##a[href^="https://my.leadpages.net/"]
windowslatest.com##a[href^="https://pdf.iskysoft.com/"]
readmng.com##a[href^="https://play.google.com/"]
ouo.io##a[href^="https://pmzer.com/"]
thehornnews.com##a[href^="https://pro.healthrevelations.net/"]
thehornnews.com##a[href^="https://pro.hsionlineorders.net/"]
thehornnews.com##a[href^="https://pro.northstarorders.net/"]
thehornnews.com##a[href^="https://pro.nutritionandhealing.com/"]
renewcanceltv.com##a[href^="https://rebrand.ly/"]
mysearch.com,myway.com##a[href^="https://redirect.viglink.com"]
time4hemp.com##a[href^="https://referral.robinhood.com/"]
ouo.io##a[href^="https://rev4rtb.com/"]
thetrumptimes.com##a[href^="https://rightwingshop.com/"]
aol.co.uk##a[href^="https://rover.ebay.com/"]
swatchseries.to##a[href^="https://s3.amazonaws.com/www.123moviess.me/"]
turtleboysports.com##a[href^="https://shiva4senate.com/product/"]
cnn.com##a[href^="https://smartasset.com/"]
pdevice.com##a[href^="https://t.cfjump.com/"] > img
time4hemp.com##a[href^="https://time4hemp.com/buy-cannabis-stocks/"]
mikymoons.com##a[href^="https://top9space.com/"]
encyclopediadramatica.rs##a[href^="https://torguard.net/"]
torrents.me##a[href^="https://torrents.me/out/"]
zorrostream.com##a[href^="https://wl1xbet.adsrv.eacdn.com/"]
leo.org##a[href^="https://www.advertising.de/"]
pcgamer.com,pcgamesn.com,scaredstiffreviews.com##a[href^="https://www.amazon."][href*="ref="]
9to5google.com,9to5mac.com,9to5toys.com,amgreatness.com,ancient-origins.net,aol.co.uk,arstechnica.com,catholicculture.org,electrek.co,gamenguide.com,ign.com,indianexpress.com,lewrockwell.com,livescience.com,macworld.co.uk,marineelectronics.com,marinelink.com,marinetechnologynews.com,maritimejobs.com,maritimeprofessional.com,maritimepropulsion.com,myanimelist.net,mydramalist.com,oneangrygamer.net,parentherald.com,pcgamer.com,segmentnext.com,spartareport.com,ssbcrack.com,tacticalshit.com,techradar.com,thewirecutter.com,wonkette.com,yachtingjournal.com##a[href^="https://www.amazon."][href*="tag="]
cnn.com##a[href^="https://www.bankrate.com/"]
tampermonkey.net##a[href^="https://www.bitcoin.de/"]
canalwp.com##a[href^="https://www.canalwp.com/refer/"]
bitminter.com##a[href^="https://www.cloudbet.com/en/?af_token="]
benzinga.com,cnn.com##a[href^="https://www.comparecards.com/"]
techotopia.com##a[href^="https://www.createspace.com/"]
brecorder.com##a[href^="https://www.dhgate.com/"]
escapefromobesity.net##a[href^="https://www.dietdirect.com/rewardsref/index/refer/"]
techotopia.com##a[href^="https://www.e-junkie.com/ecom/"]
blacklistednews.com##a[href^="https://www.fincabayano.net/"]
cnn.com##a[href^="https://www.fool.com/"][href*="?utm_"]
torrentz2.eu,torrentz2.is##a[href^="https://www.get-express-vpn.com/torrent-vpn?"]
time4hemp.com##a[href^="https://www.gorilla-cannabis-seeds.co.uk/"]
smallseotools.com##a[href^="https://www.grammarly.com"]
ynetnews.com##a[href^="https://www.hotelscombined.co.il/"]
koditips.com##a[href^="https://www.ipvanish.com/"]
cnn.com##a[href^="https://www.lendingtree.com/"]
ragezone.com##a[href^="https://www.leovegas.com/"]
conservativereview.com##a[href^="https://www.levintv.com/?utm_source="]
linkbucks.com##a[href^="https://www.linkbucks.com/advertising"]
watchallchannels.com##a[href^="https://www.linkev.com/?a_fid="]
meta-calculator.com,meta-chart.com##a[href^="https://www.mathway.com/"]
metal-archives.com##a[href^="https://www.metal-archives.com/affiliate/"]
cnn.com##a[href^="https://www.myfinance.com/"]
freenode.org,magnetdl.com,rarbg.to,rarbgmirror.com,rarbgproxy.com##a[href^="https://www.privateinternetaccess.com/"]
msn.com##a[href^="https://www.rentalcars.com/"]
xscores.com##a[href^="https://www.rivalo1.com/?affiliateId="]
depositfiles.com,dfiles.eu,dfiles.ru##a[href^="https://www.tuvpn.com/"]
geekzone.co.nz##a[href^="https://www.wrike.com/?r="]
ynetnews.com##a[href^="https://www.xplorer.co.il/"]
youtube.com##a[href^="https://www.youtube.com/cthru?"]
fanfox.net##a[href^="https://z6store.com/"]
krapps.com##a[href^="index.php?adclick="]
filefleck.com,hit2k.com,sadeempc.com,torrentfunk.com,upload4earn.org,vidtodo.com,yourbittorrent.com##a[href^="javascript:"]
piratebay.to##a[href^="magnet:"] + a
movietv4u.pro##a[href^="stream4k.php?q="]
essayscam.org##a[id^="banner_"]
kitguru.net##a[id^="href-ad-"]
eztv.io##a[id^="mell"]
torrentdownloads.me##a[key]
washingtontimes.com##a[onclick*="'COMMENThomepageAds'"]
washingtontimes.com##a[onclick*="'homepage-ad-tracking2'"]
washingtontimes.com##a[onclick*="'rightrail-ad-tracking2'"]
gizmodo.in##a[onclick*="('/click.htm?"]
indiatimes.com##a[onclick*=".cms?r="]
adageindia.in,indiatimes.com,mensxp.com##a[onclick*="/click.htm?"]
m.youtube.com##a[onclick*="\"ping_url\":\"http://www.google.com/aclk?"]
software182.com##a[onclick*="sharesuper.info"]
sportcategory.org##a[onclick*="trafficinvest.com"]
ndtv.com##a[onclick*="window.open("][href$="=p"]
yogisoftworld.blogspot.com##a[onclick]
powerbot.org##a[onclick][href^="http://px.rs/"]
platinlyrics.com##a[onclick^="DownloadFile('lyrics',"]
nba-stream.com##a[onclick^="OpenInNewTab();"]
shtfplan.com##a[onclick^="_gaq.push(['_trackEvent', 'Banner',"]
shtfplan.com##a[onclick^="_gaq.push(['_trackEvent', 'TextAd',"]
checkpagerank.net##a[onclick^="_gaq.push(['_trackEvent', 'link', 'linkclick'"]
tundraheadquarters.com##a[onclick^="_gaq.push(['_trackEvent', 'outbound-widget'"]
startbootstrap.com##a[onclick^="ga"][onclick*="Referral"]
rghost.net##a[onclick^="goad"]
naturalon.com,torrentfunk.com,yourbittorrent.com##a[onclick^="javascript:"]
coinurl.com,cur.lv##a[onclick^="open_ad('"]
w3schools.com##a[rel="nofollow"]
nixiepixel.com##a[rel^="http://bit.ly/"]
indishare.org##a[src^="https://imgshare.info/images/"]
grammarist.com##a[style*="cursor: pointer"]
softpedia.com##a[style="display: block; width: 970px; height: 90px;"]
uploadocean.com##a[style][href][target="_blank"]
sh.st,yourupload.com##a[style][onclick]
hdvid.tv##a[style][rel]
easyvideo.me,videofun.me,videozoo.me##a[style^="display: block;"]
nba-stream.com##a[style^="width:100%; height:100%;"]
betfooty.com##a[target="_blank"] > .wsite-image[alt="Picture"]
mmorpg.com##a[target="_blank"] > [id][src]
lawctopus.com##a[target="_blank"] > img[height="250"][width="250"]
lawctopus.com##a[target="_blank"] > img[height="251"][width="250"]
neko-miku.com##a[target="_blank"] > img[src]
ndtv.com##a[target="_blank"][href$="=p"]
thejointblog.com##a[target="_blank"][href="http://smokecartel.com/"]
herold.at##a[target="_blank"][href="http://www.adaffix.com"]
gbatemp.net##a[target="_blank"][href="http://www.nds-card.com"] > img
herold.at##a[target="_blank"][href="http://www.reise-hero.com/"]
herold.at##a[target="_blank"][href="http://www.urlauburlaub.at"]
noscript.net##a[target="_blank"][href^="/"]
mic.com##a[target="_blank"][href^="/click?"]
wg-gesucht.de##a[target="_blank"][href^="http://affiliate.immobilienscout24.de/go.cgi?pid="]
thefinancialbrand.com##a[target="_blank"][href^="http://bit.ly/"]
bitcoinfees.com##a[target="_blank"][href^="http://bitcoinkamikaze.com/ref/"] > img
rcgroups.com##a[target="_blank"][href^="http://decals.rcgroups.com/adclick.php?bannerid="]
freedomhacker.net##a[target="_blank"][href^="http://freedomhacker.net/out/"] > img
gbatemp.net##a[target="_blank"][href^="http://www.nds-card.com/ProShow.asp?ProID="] > img
softpedia.com##a[target="_blank"][href^="http://www.softpedia.com/xout.php?l="]
horriblesubs.info##a[target="_blank"][rel="nofollow"]
mmorpg.com##a[target="_blank"][style="cursor: pointer;"]
noscript.net##a[target="_blаnk"][href$="?MT"]
bodymindsoulspirit.com##a[target="_new"] > img
hookedonads.com##a[target="_top"][href="http://www.demilked.com"] > img
libertyblitzkrieg.com##a[target="ad"]
thepiratebay.org,tpb.run,ukpirate.org##a[title*="Anonymous Download"]
tor-cr.com##a[title="Direct Download"]
torfinder.net,vitorrent.org##a[title="sponsored"]
herold.at##a[title^="Werbung: "][target="_blank"]
colourlovers.com,convert-me.com,videotoolbox.com##a[v-href^="/?i="]
irrigator.com.au##advertisement
flightglobal.com##advertisingheader
aliexpress.com#?#.list-item:-abp-has(span.sponsored)
amazon.ca,amazon.co.uk,amazon.de,amazon.es,amazon.fr,amazon.in,amazon.it#?#.s-result-item:-abp-has(h5.s-sponsored-header)
aol.co.uk,metabomb.net,moviefone.com#?#.trc-content-sponsored
ancient-origins.net,biology-online.org,breakingisraelnews.com,citationmachine.net,destructoid.com,freewarefiles.com,fullmatchesandshows.com,imagefap.com,imagetwist.com,imgwallet.com,newsarama.com,pocketnow.com,tomshardware.co.uk,tomshardware.com,trifind.com,veteranstoday.com##article > .entry-content + span *
slashdot.org##article[class*="sponsored"]
digg.com##article[data-primary-tag-display="Promoted"]
digg.com##article[data-primary-tag-display="Sponsored"]
xing.com##article[data-tracking*="\"type\":\"ad"]
goal.com##aside > .commercial
makeuseof.com##aside a[href][target="_blank"]
poundsterlinglive.com##blockquote
creatives.livejasmin.com##body
just-dice.com##body > .wrapper > .container:first-child
fancystreems.com##body > div > a
widestream.io##body > link + style + div[class]
onhax.me##button[onclick]
onhax.me##button[type]
gamecopyworld.com,gamecopyworld.eu##canvas
jguru.com##center
pocketnow.com##center + a[href^="/"]
findagrave.com##center > .search-widget
nzbindex.com,nzbindex.nl##center > a > img[style="border: 1px solid #000000;"]
pocketnow.com##center > a[href^="/"]
go4up.com##center > a[target="_blank"]
destructoid.com##center > div > iframe
4shared.com##center[dir="ltr"]
ehow.com##center[id^="DartAd_"]
cesoirtv.com#?#a[onmousedown^="this.href='https://paid.outbrain.com/network/redir?"][target="_blank"]
helenair.com##dd
userscloud.com##div + div[style^="height:"] + div
slashdot.org##div > [style*="margin-bottom:"]:last-child
businessinsider.in,teaparty.org##div > a[onclick]
medicine.news,robotics.news##div > a[target="_blank"]
blacklistednews.com,d-h.st,daclips.in,roadracerunner.com,trifind.com##div > iframe
mail.yahoo.com##div#msg-list .list-view .ml-bg:not(.list-view-item-container)
jdoodle.com##div.hidden-print + div.native-js
altenen.com##div[align="left"] > p + p[align="center"]
live.com##div[aria-label="MessageAdsContainer"]
ctpost.com,seattlepi.com,timesunion.com##div[class$="-dealnews"]
thelocal.at,thelocal.ch,thelocal.de,thelocal.dk,thelocal.es,thelocal.fr,thelocal.it,thelocal.no,thelocal.se##div[class*="-inner"]
thelocal.at,thelocal.ch,thelocal.de,thelocal.dk,thelocal.es,thelocal.fr,thelocal.it,thelocal.no,thelocal.se##div[class*="-section"]
thelocal.at,thelocal.ch,thelocal.de,thelocal.dk,thelocal.es,thelocal.fr,thelocal.it,thelocal.no,thelocal.se##div[class*="-widget"]
distractify.com##div[class*="AdInArticle"]
distractify.com##div[class*="RightRailAd"]
issuu.com##div[class*="adContainer"]
issuu.com##div[class*="adLeaderboardContainer"]
yahoo.com##div[class*="ads-"]
thewirecutter.com,utorrent.com##div[class*="callout"]
lonelyplanet.com##div[class*="templateAreaAdSuperzone"]
tampermonkey.net##div[class][data-width]
bulletsfirst.net##div[class][style^="display:"]
issuu.com##div[class^="ExploreShelf__ad"]
axios.com##div[class^="LatestStories__promo-"]
kinox.to##div[class^="Mother_"][style^="display: block;"]
britannicaenglish.com,nglish.com##div[class^="WordFromSponsor"]
live.com##div[class^="__Microsoft_Owa_MessageListAds_"]
anime1.com,animefreak.tv##div[class^="a-filter"]
drama.net##div[class^="ad-filter"]
manaflask.com##div[class^="ad_a"]
greatandhra.com##div[class^="add"]
smallseotools.com##div[class^="adds_"]
megawarez.org##div[class^="ads"]
u00p.com##div[class^="adv-box"]
newstatesman.com##div[class^="article-mpu-"]
hattrick.org##div[class^="bannerBackground"]
ragezone.com##div[class^="bannerBox"]
base64decode.org,base64encode.org,beautifyjson.org,minifyjson.org,numgen.org,pdfmrg.com,pdfspl.com,prettifycss.com,pwdgen.org,strlength.com,strreverse.com,uglifyjs.net,urldecoder.org##div[class^="banner_"]
plsn.com##div[class^="clickZone"]
webhostingtalk.com##div[class^="flashAd_"]
web2.0calc.com##div[class^="gad"]
avforums.com##div[class^="takeover_box_"]
linuxbsdos.com##div[class^="topStrip"]
yttalk.com##div[class^="toppedbit"]
msn.com##div[class^="trc_elastic"]
amazon.com##div[data-a-carousel-options*="\"widgetName\":\"sp_rhf_search\""]
happytrips.com##div[data-ad-id]
yahoo.com##div[data-ad-story-beacon^="https://ir2.beap.gemini.yahoo.com/mbcsc?"]
realmadrid.com##div[data-ads-block="desktop"]
lifehacker.co.in##div[data-agent="web"]
yahoo.com##div[data-beacon] > div[class*="streamBoxShadow"]
theoutline.com##div[data-campaign]
wayn.com##div[data-commercial-type="MPU"]
theguardian.com##div[data-component^="labs-commercial-container"]
pushsquare.com##div[data-dfp-id]
monova.org##div[data-id]
ehow.com##div[data-module="radlinks"]
engadget.com##div[data-nav-drawer-slide-panel] > aside[role="banner"]
tomsguide.com##div[data-tracking^="http://out.tomsguide.fr/clic.php?"][data-shopping-template="ProductTable"]
tomsguide.com##div[data-tracking^="http://out.tomsguide.fr/clic.php?"][data-shopping-template="ShoppingBlock_template"]
yahoo.com##div[data-type="ADS"]
deviantart.com##div[gmi-name="ad_zone"]
thetechjournal.com##div[height="250"]
tinypic.com##div[id$="Banner"]
lastresistance.com##div[id$="FloatingBanner"]
search.snapdo.com##div[id$="TopD"]
phoronix.com##div[id$="ad_container"]
quora.com##div[id$="content_box"]
thelocal.at,thelocal.ch,thelocal.de,thelocal.dk,thelocal.es,thelocal.fr,thelocal.it,thelocal.no,thelocal.se##div[id*="-section"]
thelocal.at,thelocal.ch,thelocal.de,thelocal.dk,thelocal.es,thelocal.fr,thelocal.it,thelocal.no,thelocal.se##div[id*="-widget"]
1337x.to,kissmanga.com,mylivecricket.tv,torrentz2.eu,torrentz2.is,watchcartoononline.io##div[id*="Composite"]
netflixlife.com##div[id*="Preload"]
sockshare.ws##div[id] > [id][style^="height: "]
softpedia.com##div[id]:last-child > img[src]:first-child
easybib.com##div[id][class][style*="height:"]
easybib.com##div[id][class][style*="width:"]
akvideo.stream##div[id][onclick][style]
bibme.org##div[id][style*="margin: "]
automotive.com,internetautoguide.com,motortrend.com##div[id^="AD_CONTROL_"]
topdocumentaryfilms.com##div[id^="AdAuth"]
internetautoguide.com,motorcyclistonline.com##div[id^="GOOGLE_ADS_"]
automotive.com##div[id^="LEADER_BOARD_"]
sockshare.net##div[id^="MGWrap"]
vidspot.net##div[id^="On1Pl"]
vidspot.net##div[id^="On2Pl"]
yourstory.com##div[id^="YS-MastHead"]
yourstory.com##div[id^="YS-ZONE"]
shortlist.com##div[id^="ad-slot"]
minecraftforum.net##div[id^="ad-wrapper-"]
ucoz.com,ucoz.net,ucoz.org##div[id^="adBar"]
govtech.com##div[id^="ad_id_"]
chess.com##div[id^="ad_report_host_"]
bossmp3.me##div[id^="adg"]
warframe-builder.com##div[id^="ads"]
mahalo.com##div[id^="ads-section-"]
streetmap.co.uk##div[id^="advert_"]
askyourandroid.com##div[id^="advertisespace"]
askubuntu.com,stackexchange.com,stackoverflow.com,superuser.com##div[id^="adzerk"]
blogspot.com,bosscast.net,time4tv.com##div[id^="bannerfloat"]
smallseotools.com##div[id^="bio_ep"]
fxstreet.com##div[id^="brokersspreads_"]
designtaxi.com##div[id^="bza-"]
theteacherscorner.net##div[id^="catfish"]
pcmag.com##div[id^="ebBannerDiv"]
qz.com##div[id^="engage-"]
reviewjournal.com##div[id^="ext-travel-zoo-"]
cast4u.tv,cricfree.tv,crichd.tv,micast.tv,wiz1.net##div[id^="floatLayer"]
eventhubs.com,volokh.com##div[id^="google_ads_"]
businessinsider.in##div[id^="gpt-"]
wg-gesucht.de##div[id^="listAdPos_"]
iwantsport.com,tykestv.eu##div[id^="ltas_overlay_"]
discordbots.org##div[id^="medalad_"]
citizensvoice.com##div[id^="nimbleBuyWidget"]
teslarati.com##div[id^="ntv"]
mysuburbanlife.com,reviewjournal.com##div[id^="origami-"]
reddit.com##div[id^="overlay-sidebar-atf-"]
reddit.com##div[id^="overlay-sidebar-btf-"]
newindianexpress.com##div[id^="pro_menu"]
experts-exchange.com##div[id^="promo-"]
proz.com##div[id^="proz_ad_zone_"]
yopmail.com,yopmail.fr,yopmail.net##div[id^="pub"]
howtogeek.com##div[id^="purch"]
space.com##div[id^="rightcol_top"]
target.com##div[id^="rr_promo_"]
sawlive.tv##div[id^="sawdiv"]
reddit.com##div[id^="sidebar-atf-"]
reddit.com##div[id^="sidebar-btf-"]
indeed.com##div[id^="sjob_"]
nytimes.com##div[id^="story-ad-"]
dailymail.co.uk##div[id^="taboola-stream"]
yahoo.com##div[id^="tile-A"][data-beacon-url^="https://beap.gemini.yahoo.com/mbcsc?"]
yahoo.com##div[id^="tile-mb-"]
footstream.tv,leton.tv##div[id^="timer"]
statigr.am##div[id^="zone"]
bountysource.com##div[info-space^="ads."]
bountysource.com##div[info-space^="getInterstitialAd"]
4shared.com##div[onclick="window.location='/premium.jsp?ref=removeads'"]
gsprating.com##div[onclick="window.open('http://www.nationvoice.com')"]
easyvideo.me,videofun.me,videozoo.me##div[original^="http://byzoo.org/"]
imagebam.com##div[style$="padding-top:14px; padding-bottom:14px;"]
yahoo.com##div[style*="/ads/"]
maxgames.com##div[style*="background-image: URL('/images/sponsor_"]
thegauntlet.ca##div[style*="background-image:url('/advertisers/your-ad-here-"]
kizi.com##div[style*="display:block !important"]
pencurimovie.ph##div[style*="float:none;"]
wizhdsports.is##div[style*="height:"]
invisionfree.com##div[style*="height:90px;width:728px;"]
thevideobee.to##div[style*="overflow: visible;"]
300mbmovies4u.net##div[style*="padding-top:"]
torrentfunk.com,yourbittorrent.com##div[style*="padding:"]
imgadult.com,imgtaxi.com,imgwallet.com##div[style*="position: absolute;"]
imgadult.com,imgtaxi.com,imgwallet.com##div[style*="position: fixed;"]
vercanalestv.com,verdirectotv.com##div[style*="position:relative"]
drudgereport.com##div[style*="text-rendering:"]
extremetech.com##div[style*="width: 300"]
directupload.net##div[style*="width: 300px"]
readcomiconline.to##div[style*="width: 300px; height: 250px;"]
fansshare.com,hdfree.se,iconarchive.com,mcndirect.com,opensourcecms.com,slickdeals.net,streamcloud.eu,theawesomer.com,unexplained-mysteries.com,x64bitdownload.com,yuku.com##div[style*="width:300px"]
inquirer.net##div[style*="width:629px;height:150px;"]
rlslog.net##div[style*="z-index:"]:first-child
ndtv.com##div[style=" margin:0 auto; width:970px; height:90px; text-align:center;"]
seattlepi.com##div[style=" width:100%; height:90px; margin-bottom:8px; float:left;"]
fmr.co.za##div[style=" width:1000px; height:880px; margin: 0 auto"]
nasdaq.com##div[style="align: center; vertical-align: middle;width:336px;height:250px"]
wral.com##div[style="background-color: #ebebeb; width: 310px; padding: 5px 3px;"]
filesharingtalk.com##div[style="background-color: white; border-width: 2px; border-style: dashed; border-color: white;"]
moneycontrol.com##div[style="background-color:#efeeee;width:164px;padding:8px"]
search.bpath.com,tlbsearch.com##div[style="background-color:#f2faff;padding:4px"]
bostonherald.com##div[style="background-color:black; width:160px; height:600px; margin:0 auto;"]
fansshare.com##div[style="background-image:url(/media/img/advertisement.png);width:335px;height:282px;"]
fansshare.com##div[style="background-image:url(http://img23.fansshare.com/media/img/advertisement.png);width:335px;height:282px;"]
skyatnightmagazine.com##div[style="background: none repeat scroll 0% 0% #B3E3FA; height: 95px; padding: 5px; margin-bottom: 5px;"]
backstage.com##div[style="background:#666666; height:250px; color:#fff;"]
mamiverse.com##div[style="background:#f7f7f7;padding:40px;"]
hints.macworld.com##div[style="border-bottom: 2px solid #7B7B7B; padding-bottom:8px; margin-bottom:5px;"]
collective-evolution.com##div[style="border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 20px 0; margin-bottom: 20px;"]
kijiji.ca##div[style="border: 1px solid #999; background: #fff"]
undsports.com##div[style="border:1px solid #c3c3c3"]
iconseeker.com##div[style="clear:both;width: 728px; height:90px; margin:5px auto; overflow:hidden;"]
iconseeker.com##div[style="clear:both;width: 728px; height:90px; margin:5px auto;"]
synonyms.net##div[style="color:#666666;font-size:10px;\""]
bumpshack.com##div[style="display: block; padding:5px 0px 5px 0px;"]
phoronix.com##div[style="display: inline-block; width: 728px; height: 90px;"]
imagebam.com,imgbox.com##div[style="display: inline-block;width:300px;height:250px"]
sendvid.com##div[style="display: inline-block;width:300px;height:250px;"]
kshowonline.com##div[style="display:block !important"]
veervid.com##div[style="display:block; width:302px; height:275px;"]
leadership.ng##div[style="display:inline-block;width:336px;height:280px"]
ip-address.org##div[style="float: left; margin-right:15px; margin-top:-5px"]
sgclub.com##div[style="float: left; width: 310px; height: 260px;"]
boarddigger.com##div[style="float: left; width: 320px; height: 250px; padding: 5px;"]
dreammoods.com##div[style="float: left; width: 350; height: 350"]
ps3hax.net##div[style="float: left;margin: 12px;"]
apa.az##div[style="float: left;width:516px;height:60px;"]
trendir.com##div[style="float: right; margin-left: 30px; font-size: 10px;"]
dreammoods.com##div[style="float: right; width: 350; height: 358"]
bit-tech.net##div[style="float: right; width: 728px; height: 90px; overflow: hidden; position: relative; top: 10px;"]
lightreading.com##div[style="float: right; width: 728px; height: 90px;"]
limetorrents.info##div[style="float:left"]
longislandpress.com##div[style="float:left; clear:left; margin:10px 20px 5px 0px;"]
limetorrents.info##div[style="float:left; margin: 0px; padding: 5px"]
pinknews.co.uk##div[style="float:left; width:160px;"]
amazines.com##div[style="float:left; width:341; height:285;"]
worldscreen.com##div[style="float:left; width:528px; height:80px; padding-bottom:10px; background-color: "]
happynews.com##div[style="float:left; width:768px; height:90px; margin-bottom:12px;"]
listal.com##div[style="float:left;margin-right:10px;width:336px;height:280px;"]
etaiwannews.com,taiwannews.com.tw##div[style="float:right; padding:5px;"]
honolulustreetpulse.com##div[style="float:right; width:200px;height:180px;"]
icydk.com##div[style="float:right; width:325px; background-color:#d7e9f5; margin:10px;"]
smashingapps.com##div[style="float:right;margin-left:5px;"]
cinemablend.com##div[style="float:right;text-align:right;"]
putme.org##div[style="float:right;width:336px;"]
runningshoesguru.com##div[style="float:right;width:336px;height:280px"]
siliconera.com##div[style="font-family:Arial;background:#ffffff none repeat scroll 0 0;float:left;text-align:center;margin:auto 0;width:570px;"]
jobberman.com##div[style="font-size: 10px;text-align: center;margin: 0px auto;letter-spacing: 1px;"]
ksl.com##div[style="font-size: 9px; "]
wallbase.cc##div[style="font-size:13px;padding:5px"]
adf.ly##div[style="height: 120px; width: 728px; font-size:10px; text-align:center; margin: 30px auto;"]
clgaming.net##div[style="height: 250px; margin-top: 20px;"]
way2sms.com##div[style="height: 250px; width: 610px; margin-left: -5px;"]
rawstory.com##div[style="height: 250px;"]
innocentenglish.com##div[style="height: 260px;"]
babble.com##div[style="height: 263px; margin-left:0px; margin-top:5px;"]
northcountrypublicradio.org##div[style="height: 272px; max-width: 250px; margin: 5px auto 10px; padding: 4px 0px 20px;"]
bsplayer.com##div[style="height: 281px; overflow: hidden"]
interfacelift.com##div[style="height: 288px;"]
losethebackpain.com##div[style="height: 290px;"]
wsj.com##div[style="height: 375px; width: 390px;"]
ieltsonlinetests.com##div[style="height: 460px; text-align: center; padding-top: 50px;"]
cheatcc.com##div[style="height: 50px;"]
indiatimes.com##div[style="height: 60px;width: 1000px;margin: 0 auto;"]
hongkongnews.com.hk##div[style="height: 612px; width: 412px;"]
thetechherald.com##div[style="height: 640px"]
revision3.com##div[style="height: 90px"]
add0n.com##div[style="height: 90px; max-width: 728px; text-align: center"]
cpu-world.com##div[style="height: 90px; padding: 3px; text-align: center"]
mmohuts.com,onrpg.com##div[style="height: 90px; width: 728px;"]
food.com##div[style="height: 96px;"]
samachar.com##div[style="height:100%; left:50%; position:fixed; width:957px; top:50px; z-index:3; overflow:hidden;margin-left:510px;"]
aceshowbiz.com##div[style="height:100px; margin-top:20px; "]
ipchecking.com##div[style="height:108px"]
cosmopolitan.co.za##div[style="height:112px;width:713px"]
northeasttimes.com##div[style="height:120px; width:600px;"]
ubc.ug##div[style="height:130px; width:313px; text-align:center !important;"]
forum.computerlounge.co.nz##div[style="height:150px; padding:10px;"]
shortcuts.com##div[style="height:160px;"]
globaltimes.cn##div[style="height:160px;width:250px;"]
exchangerates.org.uk##div[style="height:200px;width:200px;margin:10px 0;"]
vgchartz.com##div[style="height:220px; width:100%;"]
ubc.ug##div[style="height:248px; width:313px; text-align:center !important;"]
gardenersworld.com##div[style="height:250px"]
prospect.org##div[style="height:250px; overflow:hidden;margin-bottom:20px;"]
jewishencyclopedia.com##div[style="height:250px; width:250px; margin-bottom:1em"]
demogeek.com##div[style="height:250px; width:250px; margin:10px;"]
androidheadlines.com##div[style="height:250px; width:300px"]
urdupoint.com##div[style="height:250px; width:300px; margin:0 auto; padding-top:5px;"]
mutually.com##div[style="height:250px; width:300px; overflow:hidden"]
theworldwidewolf.com##div[style="height:250px; width:310px; text-align:center; vertical-align:middle; display:table-cell; margin:0 auto; padding:0;"]
crowdignite.com,gamerevolution.com,sheknows.com,tickld.com##div[style="height:250px;"]
thenewsnigeria.com.ng##div[style="height:250px;margin-bottom: 20px"]
way2sms.com##div[style="height:250px;margin:2px 0;"]
tf2wiki.net##div[style="height:260px; width:730px; border-style:none"]
cracker.com.au##div[style="height:260px;width:310px;clear:both;position:relative;"]
opensourcecms.com##div[style="height:280px; background-color:#E9EEF2;"]
quickr.org##div[style="height:280px; margin-top:0px; margin-bottom:10px;"]
demogeek.com##div[style="height:280px; width:336px; margin:10px;"]
ghacks.net##div[style="height:280px; width:336px; margin:2px 2px; float:right;"]
twowheelsblog.com##div[style="height:280px;width:350px"]
bipartisanreport.com##div[style="height:300px;width:346px;margin:0 auto;text-align:center;"]
animeflv.net##div[style="height:36px;"]
aceshowbiz.com##div[style="height:425px;"]
hyperallergic.com##div[style="height:600px;"]
cybergamer.com##div[style="height:600px;margin:15px 0 0 0;"]
wincustomize.com##div[style="height:60px;margin:10px auto;width:468px"]
cookingforengineers.com##div[style="height:60px;width:120px;margin:0 20px 5px 20px"]
chronicleonline.com,sentinelnews.com,theandersonnews.com##div[style="height:620px;width:279px;margin:auto;margin-top:5px;background-color:#eaeaea;"]
monstersandcritics.com##div[style="height:690px"]
kbcradio.eu##div[style="height:70px;width:480px;"]
farmville.com##div[style="height:80px;"]
monstersandcritics.com##div[style="height:840px"]
add0n.com##div[style="height:90px; max-width: 728px; text-align: center; margin-bottom: 7px"]
hithiphop.com##div[style="height:90px; padding: 2px 0; text-align:center"]
dvb.no##div[style="height:90px; width:970px; margin-right:auto; margin-left:auto;"]
phpbbhacks.com,thetechjournal.com,yopmail.com##div[style="height:90px;"]
wincustomize.com##div[style="height:90px;overflow:hidden;width:728px"]
cracker.com.au##div[style="height:90px;width:675px;clear:both;position:relative;"]
zillow.com##div[style="height:90px;width:728px"]
desktopnexus.com##div[style="margin-bottom: 8px; height: 250px;"]
stuffpoint.com##div[style="margin-bottom:0px;margin-top:-10px"]
codinghorror.com##div[style="margin-bottom:10px"]
charitynavigator.org##div[style="margin-bottom:10px; font-size: 10px;"]
4sysops.com##div[style="margin-bottom:20px;"]
jdpower.com##div[style="margin-left: 20px; background-color: #FFFFFF;"]
propakistani.pk##div[style="margin-right: 10px;"]
propakistani.pk##div[style="margin-right: 1px;"]
ebay.com##div[style="margin-top: 15px; width: 160px; height: 600px; overflow: hidden; display: block;"]
ebay.co.uk,ebay.com##div[style="margin-top: 15px; width: 160px; height: 615px; overflow: hidden; display: block;"]
funnycrazygames.com##div[style="margin-top: 8px;"]
technet.microsoft.com##div[style="margin-top:0px; margin-bottom:10px"]
surfline.com##div[style="margin-top:10px; width:990px; height:90px"]
worstpreviews.com##div[style="margin-top:15px;width:160;height:600;background-color:#FFFFFF;"]
centraloutpost.com##div[style="margin-top:16px; width:740px; height:88px; background-image:url(/images/style/cnop_fg_main_adsbgd.png); background-repeat:no-repeat; text-align:left;"]
4sysops.com##div[style="margin-top:50px;margin-bottom:20px;"]
namepros.com##div[style="margin: 0 auto; max-width: 882px; padding: 10px 0 70px;"]
ap.org##div[style="margin: 0px auto 20px; width: 728px; height: 90px"]
golflink.com##div[style="margin: 0px auto; width: 728px; height: 90px;"]
keprtv.com##div[style="margin: 0px; width: 300px; height: 250px"]
care2.com##div[style="margin: 10px 7px; width: 301px;"]
uproxx.com##div[style="margin: 15px auto; width: 728px; height: 90px;"]
usedcars.com##div[style="margin: 20px 0"]
shouldiremoveit.com##div[style="margin: 5px 0px 30px 0px;"]
comicwebcam.com##div[style="margin: 6px auto 0;"]
recipepuppy.com##div[style="margin:0 auto 10px;min-height:250px;"]
malaysiakini.com##div[style="margin:0 auto; width:728px; height:90px;"]
voat.co##div[style="margin:0 auto;width: 270px;"]
ouo.io##div[style="margin:0 auto;width: 300px;"]
joomla.org##div[style="margin:0 auto;width:728px;height:100px;"]
synonym.com##div[style="margin:0px auto; width: 300px; height: 250px;"]
10minutemail.net##div[style="margin:10px 0; height:90px; width:728px;"]
22find.com##div[style="margin:10px auto 0;width:300px;height:320px;"]
whattoexpect.com##div[style="margin:15px auto;width:728px;"]
xnotifier.tobwithu.com##div[style="margin:1em 0;font-weight:bold;"]
thespoof.com##div[style="margin:20px 5px 10px 0;"]
ipiccy.com##div[style="margin:20px auto 10px; width:728px;text-align:center;"]
bonjourlife.com##div[style="margin:20px auto;width:720px;height:90px;"]
ipaddress.com##div[style="margin:32px 0;text-align:center"]
indiatvnews.com##div[style="margin:5px 0px 20px 0px"]
bikeexchange.com.au##div[style="margin:60px 0 20px 0;"]
into-asia.com##div[style="margin:auto;  width:728px; height:105px; margin-top:20px"]
codeproject.com##div[style="margin:auto;width:728px;height:90px;margin-top:10px"]
blackpressusa.com##div[style="max-width: 300px;"]
wrestlinginc.com##div[style="max-width:970px;"]
channelstv.com##div[style="max-width:980px; max-height:94px"]
boldsky.com##div[style="min-height: 250px; margin-bottom: 10px; margin-top: 5px;"]
boldsky.com,gizbot.com,goodreturns.in##div[style="min-height: 250px;"]
drivespark.com##div[style="min-height: 260px;"]
martechadvisor.com##div[style="min-height: 98px;"]
theroar.com.au##div[style="min-height:250px;"]
barchart.com##div[style="min-height:250px;margin-bottom:3px;"]
cnn.com##div[style="min-height:270px; max-height:625px;height: 270px!important;"]
tulsaworld.com##div[style="min-height:400px;"]
smallnetbuilder.com##div[style="min-height:95px;"]
pixabay.com##div[style="min-width: 960px;"]
dailytelegraph.com.au##div[style="overflow:hidden;width:300px;height:263px;"]
desktopnexus.com##div[style="padding-bottom: 12px; height: 250px;"]
canadianlisted.com##div[style="padding-bottom: 6px;width:728px;height:92px;margin-left:125px;"]
odili.net##div[style="padding-bottom:3px;"]
bitcoin-otc.com##div[style="padding-left: 10px; padding-bottom: 10px; text-align: center; font-family: Helvetica;"]
youtubedoubler.com##div[style="padding-left:2px; padding-top:9px; padding-bottom:8px; margin-top:0px; background-color:lightgrey;text-align:center;margin-top:18px;"]
rlslog.net##div[style="padding-left:40px;"]
pt-news.org##div[style="padding-right:5px; padding-top:18px; float:left; "]
ynetnews.com##div[style="padding-top:10px;padding-bottom:10px;padding-right:10px"]
funnycrazygames.com##div[style="padding-top:2px"]
cardschat.com##div[style="padding: 0px 0px 0px 0px; margin-top:10px;"]
epinions.com##div[style="padding: 15px 5px;"]
funvid.hu##div[style="padding: 3px 0px 0px 26px; height: 90px; clear: both;"]
shaaditimes.com##div[style="padding: 5 0 0 0px; height: 138px; text-align:center; width:780px; background: url('/imgs/top-ad-bg.gif') repeat-x left bottom; background-color:#FFF9D0;"]
sevenforums.com##div[style="padding: 6px 0px 0px 0px"]
legacy.com##div[style="padding:0; margin:0 auto; text-align:right; width:738px;"]
condo.com##div[style="padding:0px 5px 0px 5px; width:300px;"]
standardmedia.co.ke##div[style="padding:10px; width:1200px; height:90px; "]
myanimelist.net##div[style="padding:12px 0px"]
ucatholic.com##div[style="padding:5px 0 5px 0; text-align:center"]
avforums.com##div[style="padding:5px 0px 0px 0px"]
usfinancepost.com##div[style="padding:5px 15px 5px 0px;"]
lbcgroup.tv##div[style="position: relative; height: 250px; width: 300px;"]
dailybitcoinnews.com##div[style="position: relative; padding-bottom: 56.25%; padding-top: 25px; height: 0;"]
skyvids.net##div[style="position: relative;width: 800px;height: 440px;"]
i6.com##div[style="position:absolute;top: 240px; left:985px;width: 320px;"]
healthcastle.com##div[style="position:relative; width: 300px; height: 280px;"]
opiniojuris.org##div[style="position:relative; width:300px; height:250px; overflow:hidden"]
centurylink.net##div[style="text-align: center; font-size: 11px;"]
funnyjunk.com##div[style="text-align: center; height: 255px;"]
geekstogo.com##div[style="text-align: center; min-height:250px; min-width:310px;"]
patheos.com##div[style="text-align: center; width: 970px; height: 90px;"]
ticketweb.com##div[style="text-align:center; font-size:10px; color:#afafaf"]
tennisearth.com##div[style="text-align:center; height:630px;"]
canoe.ca##div[style="text-align:center; min-height:260px;"]
eatingwell.com##div[style="text-align:center; min-height:90px;"]
legacy.com##div[style="text-align:center; padding:2px 0 3px 0;"]
cinemablend.com##div[style="text-align:center;"]
opensubtitles.org##div[style="text-align:center;"] > a[class]
iloubnan.info##div[style="text-align:center;color:black;font-size:10px;"]
sumotorrent.sx##div[style="text-align:center;font-family:Tahoma;"]
imcdb.org##div[style="text-align:center;width:150px;font-family:Arial;"]
statscrop.com##div[style="text-align:left; margin-left:5px; clear:both;"]:first-child
zrtp.org##div[style="text-align:left;display:block;margin-right:auto;margin-left:auto"]
chron.com##div[style="width: 100%; height: 90px; margin-bottom: 8px; float: left;"]
thecable.ng##div[style="width: 100%;height: 120px; max-width: 728px; overflow: hidden;margin: 0 auto;align-content: center;"]
encyclopedia.com##div[style="width: 1005px;"]
watertowndailytimes.com##div[style="width: 120px; height: 240px; margin-bottom: 20px;"]
croatia.org##div[style="width: 120px; text-align:center"]
whatson.co.za##div[style="width: 140px; height: 470px;"]
vr-zone.com##div[style="width: 160px; height: 600px"]
brandeating.com##div[style="width: 160px; height: 600px; overflow: visible;"]
jpost.com,performanceboats.com##div[style="width: 160px; height: 600px;"]
kidzworld.com##div[style="width: 160px; height: 617px; margin: auto;"]
wrip979.com##div[style="width: 160px; height: 627px"]
disclose.tv##div[style="width: 160px;"]
checkip.org##div[style="width: 250px; margin-left: 25px;margin-top:10px;"]
whodoyouthinkyouaremagazine.com##div[style="width: 290px; height: 100px; padding: 5px; margin-bottom: 5px; clear: both;"]
box10.com##div[style="width: 300px; float: left;"]
nba.com##div[style="width: 300px; height: 100px"]
kidzworld.com##div[style="width: 300px; height: 117px; margin: auto;"]
eastonline.eu##div[style="width: 300px; height: 132px; margin-bottom: 20px;margin-top: 20px;"]
theonion.com##div[style="width: 300px; height: 220px; overflow: hidden;"]
myfitnesspal.com,nba.com,patheos.com##div[style="width: 300px; height: 250px"]
uvnc.com##div[style="width: 300px; height: 250px; background-color: #FFFFFF"]
thefightnetwork.com##div[style="width: 300px; height: 250px; background: #000"]
lolking.net##div[style="width: 300px; height: 250px; background: #000;"]
buccaneers.com##div[style="width: 300px; height: 250px; background: #fff;"]
djmag.ca##div[style="width: 300px; height: 250px; border: 2px solid #000;"]
ecorazzi.com##div[style="width: 300px; height: 250px; float: right; margin: 0 0 15px 25px;"]
marriland.com##div[style="width: 300px; height: 250px; float: right; margin: 2px;"]
rockol.com##div[style="width: 300px; height: 250px; left: 650px; top: 0px;"]
techfresh.net##div[style="width: 300px; height: 250px; margin-bottom: 20px;"]
fame10.com##div[style="width: 300px; height: 250px; margin: 0 auto;"]
socialblade.com##div[style="width: 300px; height: 250px; margin: 0px auto 10px auto;"]
benzinga.com,newstalk.ie,newswhip.ie##div[style="width: 300px; height: 250px; overflow: hidden;"]
mbworld.org##div[style="width: 300px; height: 250px; overflow:hidden;"]
ukfree.tv##div[style="width: 300px; height: 250px; padding-top: 10px"]
cbsnews.com,cbssports.com,cnn.com,gamefront.com,jpost.com,mondomedia.com,newsonjapan.com,performanceboats.com,sciencedaily.com,spot.ph,synonym.com,viceversa-mag.com,vitals.com,wamu.org,way2sms.com,whatsonstage.com,wnd.com##div[style="width: 300px; height: 250px;"]
compasscayman.com##div[style="width: 300px; height: 250px;float: left;"]
aaj.tv##div[style="width: 300px; height: 260px; display: block;"]
usedcars.com##div[style="width: 300px; height: 265px"]
ebay.co.uk##div[style="width: 300px; height: 265px; overflow: hidden; display: block;"]
kidzworld.com##div[style="width: 300px; height: 267px; margin: auto;"]
tempo.co##div[style="width: 300px; height: 300px;"]
wnd.com##div[style="width: 300px; height: 600px"]
socialblade.com##div[style="width: 300px; height: 600px; margin: 20px auto 10px auto;"]
jpost.com,urbandictionary.com,viceversa-mag.com,wraltechwire.com##div[style="width: 300px; height: 600px;"]
fropper.com##div[style="width: 300px; height:250px; margin-bottom:15px;"]
liveleak.com##div[style="width: 300px; height:340px"]
gematsu.com##div[style="width: 300px; min-height: 250px; max-height: 600px; overflow: hidden; background: #1e1e1e; margin: 0 0 20px;"]
digitalphotopro.com##div[style="width: 300px; text-align: center;"]
vitals.com##div[style="width: 300px; text-align:right"]
babesandkidsreview.com##div[style="width: 304px; height: 280px; outline: 1px solid #808080; padding-top: 2px; text-align: center; background-color: #fff;"]
cheatcc.com##div[style="width: 308px; text-align: right; font-size: 11pt;"]
weaselzippers.us##div[style="width: 320px; height:600px;  margin-top:190px;"]
technobuffalo.com,thetruthaboutguns.com,weaselzippers.us##div[style="width: 320px; height:600px;"]
wellness.com##div[style="width: 336px; padding: 0 0 0 15px; height:280px;"]
theday.com##div[style="width: 468px; height: 60px; border: 1px solid #eeeeee; margin: 5px 0; clear: both;"]
way2sms.com##div[style="width: 468px; height: 60px; margin-left: 140px;"]
mmoculture.com##div[style="width: 468px; height: 60px;"]
zimeye.net##div[style="width: 575px; height: 232px; padding: 6px 6px 6px 0; float: left; margin-left: 0; margin-right: 1px;"]
free-tv-video-online.info##div[style="width: 653px; height:49px;"]
redorbit.com##div[style="width: 700px; height: 250px; overflow: hidden;"]
hiphopstan.com##div[style="width: 700px; height: 270px; margin-left: auto; margin-right: auto; clear: both;"]
sharingcentre.net##div[style="width: 700px; margin: 0 auto;"]
urbandictionary.com##div[style="width: 728px; height: 90px"]
secretmaryo.org##div[style="width: 728px; height: 90px; margin-left: 6px;"]
passiveaggressivenotes.com##div[style="width: 728px; height: 90px; margin: 0 auto 5px; border: 1px solid #666;"]
businessmirror.com.ph##div[style="width: 728px; height: 90px; margin: 0px auto; margin-top: 5px;"]
hurriyetdailynews.com,leoweekly.com##div[style="width: 728px; height: 90px; margin: 0px auto;"]
twcenter.net##div[style="width: 728px; height: 90px; margin: 1em auto 0;"]
ripoffreport.com##div[style="width: 728px; height: 90px; margin: 20px auto; overflow: hidden;"]
uproxx.com##div[style="width: 728px; height: 90px; margin: 20px auto;"]
mbworld.org##div[style="width: 728px; height: 90px; overflow: hidden; margin: 0px auto;"]
nitroflare.com##div[style="width: 728px; height: 90px; text-align: center;"]
bit-tech.net,eatliver.com,jpost.com,lightreading.com,urbandictionary.com##div[style="width: 728px; height: 90px;"]
itnews.com.au##div[style="width: 728px; height:90px; margin-left: auto; margin-right: auto; padding-bottom: 20px;"]
coinwarz.com##div[style="width: 728px; margin-left: auto; margin-right: auto; height:90px;"]
bravejournal.com##div[style="width: 728px; margin: 0 auto;"]
zoklet.net##div[style="width: 728px; margin: 3px auto;"]
news-panel.com##div[style="width: 730px; height: 95px;"]
elitistjerks.com##div[style="width: 730px; margin: 0 auto"]
quikr.com##div[style="width: 735px; height: 125px;"]
freemake.com##div[style="width: 735px; height:60px; margin: 0px auto; padding-bottom:40px;"]
radiosurvivor.com##div[style="width: 750px; height: 90px; border: padding-left:25px; margin-left:auto; margin-right:auto; padding-bottom: 40px; max-width:100%"]
shop.com##div[style="width: 819px; border:1px solid #cccccc; "]
shop.com##div[style="width: 819px; height: 124px; border:1px solid #cccccc; "]
betterpropaganda.com##div[style="width: 848px; height: 91px; margin: 0; position: relative;"]
mydaily.co.uk##div[style="width: 921px; opacity: 1; top: -110px;"]
fscheetahs.co.za##div[style="width: 945px; padding-left: 15px; padding-right: 15px; padding-top: 20px; background-color: #FFFFFF"]
hotpepper-gourmet.com##div[style="width: 950px;margin: 30px auto 0;"]
nba.com##div[style="width: 958px; height: 90px; margin: 0 auto; text-align: center; "]
patheos.com##div[style="width: 970px; height: 40px; margin-bottom: 10px;"]
clatl.com##div[style="width: 970px; height: 76px; background-image: url('http://clatl.com/ads/loafdeals_homepage-bkgnd.png'); background-repeat: no-repeat; margin-bottom: 8px; margin-top: 8px; margin-left: auto; margin-right: auto;"]
patheos.com##div[style="width: 970px; height: 90px; margin-bottom: 10px;"]
cbssports.com##div[style="width: 970px; height: 90px;"]
cheatcc.com##div[style="width:100%; background: #ffffff; padding-bottom: 5px;"]
mondotimes.com##div[style="width:100%; height:90px; line-height:90px; text-align:left;"]
saabplanet.com##div[style="width:100%; max-height:250px; min-height:90px; margin:50px auto;"]
thesimsresource.com##div[style="width:100%;background:#000;"]
techcentral.ie##div[style="width:1000px; height:90px; margin:auto"]
flixist.com##div[style="width:1000px; padding:0px; margin-left:auto; margin-right:auto; margin-bottom:10px; margin-top:10px; height:90px;"]
newhampshire.com,unionleader.com##div[style="width:100px;height:38px;float:right;margin-left:10px"]
techbrowsing.com##div[style="width:1045px;height:90px;margin-top: 15px;"]
strangecosmos.com##div[style="width:120px; height:600;"]
opensourcecms.com##div[style="width:120px; height:600px; margin:auto; \9 \9 \9 margin-bottom:20px"]
egyptindependent.com##div[style="width:120px;height:600px;"]
googletutor.com##div[style="width:125px;text-align:center;"]
eadt.co.uk,eveningstar.co.uk##div[style="width:134px; margin-bottom:10px;"]
worldscreen.com##div[style="width:150px; height:205px; background-color:#ddd;"]
opensourcecms.com##div[style="width:150px; height:310px; margin:auto;"]
worstpreviews.com##div[style="width:160;height:600;background-color:#FFFFFF;"]
allthingsnow.com##div[style="width:160px; height: 600px;z-index:1;"]
encyclopedia.com##div[style="width:160px; height:600px"]
rantsports.com##div[style="width:160px; height:600px; float:left;"]
gametracker.com##div[style="width:160px; height:600px; margin-bottom:8px; overflow:hidden;"]
inrumor.com##div[style="width:160px; height:600px; margin:0 0 20px 0;"]
yourmindblown.com##div[style="width:160px; height:600px; padding:10px 0px;"]
legitreviews.com,modernluxury.com,nationmaster.com,techgage.com##div[style="width:160px; height:600px;"]
brothersoft.com##div[style="width:160px; height:600px;margin:0px auto;"]
gogetaroomie.com##div[style="width:160px; height:616px;background: #ffffff; margin-top:10px; margin-bottom:10px;"]
forums.eteknix.com##div[style="width:160px; margin:10px auto; height:600px;"]
downloadcrew.com##div[style="width:160px;height:160px;margin-bottom:10px;"]
wxyz.com##div[style="width:160px;height:600px;"]
downloadcrew.com##div[style="width:160px;height:600px;margin-bottom:10px;"]
majorgeeks.com##div[style="width:160px;height:600px;margin:0;padding:0"]
leitesculinaria.com##div[style="width:162px; height:600px; float:left;"]
leitesculinaria.com##div[style="width:162px; height:600px; float:right;"]
undsports.com##div[style="width:170px;height:625px;overflow:hidden;background-color:#ffffff;border:1px solid #c3c3c3"]
wantitall.co.za##div[style="width:195px; height:600px; text-align:center"]
mlmhelpdesk.com##div[style="width:200px; height:200px;"]
today.az##div[style="width:229px; height:120px;"]
vumafm.co.za##div[style="width:230px; height:200px;"]
today.az##div[style="width:240px; height:400px;\""]
theadvocate.com##div[style="width:240px;height:90px;background:#eee; margin-top:5px;float:right;"]
newzimbabwe.com##div[style="width:250px; height:250px;"]
today.az##div[style="width:255px; height:120px;"]
exchangerates.org.uk##div[style="width:255px;text-align:left;background:#fff;margin:15px 0 15px 0;"]
linksrank.com##div[style="width:260px; align:left"]
webstatschecker.com##div[style="width:260px; text-align:left"]
chinadaily.com.cn##div[style="width:275px;height:250px;border:none;padding:0px;margin:0px;overflow:hidden;"]
101greatgoals.com##div[style="width:280px;height:440px;"]
cinemablend.com##div[style="width:290px;height:600px;"]
cinemablend.com##div[style="width:290px;height:606px;"]
samoaobserver.ws##div[style="width:297px; height:130px;"]
worstpreviews.com##div[style="width:300;height:250;background-color:#FFFFFF;"]
firstpost.com##div[style="width:300;height:250px;margin-bottom:10px;"]
cooking.com##div[style="width:300;height:250px;position:relative;z-index:10000;"]
weatherreports.com##div[style="width:300px; border: 1px solid gray;"]
mensfitness.com##div[style="width:300px; height: 250px; overflow:auto;"]
redflagflyinghigh.com,wheninmanila.com##div[style="width:300px; height: 250px;"]
shape.com##div[style="width:300px; height: 255px; overflow:auto;"]
itweb.co.za##div[style="width:300px; height: 266px; overflow: hidden; margin: 0"]
jerusalemonline.com##div[style="width:300px; height: 284px; padding-top: 10px; padding-bottom: 10px; border: 1px solid #ffffff; float:right"]
foxsportsasia.com##div[style="width:300px; height:100px;"]
girlgames.com##div[style="width:300px; height:118px; margin-bottom:6px;"]
midweek.com##div[style="width:300px; height:135px; float:left;"]
encyclopedia.com,thirdage.com##div[style="width:300px; height:250px"]
herplaces.com##div[style="width:300px; height:250px; background-color:#CCC;"]
iskullgames.com##div[style="width:300px; height:250px; border: 2px solid #3a3524;"]
thecable.ng##div[style="width:300px; height:250px; margin-bottom:10px;"]
earthsky.org##div[style="width:300px; height:250px; margin-bottom:25px;"]
gametracker.com##div[style="width:300px; height:250px; margin-bottom:8px; overflow:hidden;"]
midweek.com##div[style="width:300px; height:250px; margin: 5px 0px; float:left;"]
inrumor.com##div[style="width:300px; height:250px; margin:0 0 10px 0;"]
bombaytimes.com##div[style="width:300px; height:250px; margin:0 auto;"]
funny-city.com,techsupportforum.com##div[style="width:300px; height:250px; margin:auto;"]
filesfrog.com##div[style="width:300px; height:250px; overflow: hidden;"]
search.ch##div[style="width:300px; height:250px; overflow:hidden"]
worldtvpc.com##div[style="width:300px; height:250px; padding:8px; margin:auto"]
adforum.com,alliednews.com,americustimesrecorder.com,andovertownsman.com,athensreview.com,batesvilleheraldtribune.com,bdtonline.com,channel24.pk,chickashanews.com,claremoreprogress.com,cleburnetimesreview.com,clintonherald.com,commercejournal.com,commercial-news.com,coopercrier.com,cordeledispatch.com,corsicanadailysun.com,crossville-chronicle.com,cullmantimes.com,dailyiowegian.com,dailyitem.com,daltondailycitizen.com,derrynews.com,duncanbanner.com,eagletribune.com,edmondsun.com,effinghamdailynews.com,enewscourier.com,enidnews.com,farmtalknewspaper.com,fayettetribune.com,flasharcade.com,flashgames247.com,flyergroup.com,foxsportsasia.com,gainesvilleregister.com,gloucestertimes.com,goshennews.com,greensburgdailynews.com,heraldbanner.com,heraldbulletin.com,hgazette.com,homemagonline.com,itemonline.com,jacksonvilleprogress.com,jerusalemonline.com,joplinglobe.com,journal-times.com,journalexpress.net,kexp.org,kokomotribune.com,lockportjournal.com,mankatofreepress.com,mcalesternews.com,mccrearyrecord.com,mcleansborotimesleader.com,meadvilletribune.com,meridianstar.com,mineralwellsindex.com,montgomery-herald.com,mooreamerican.com,moultrieobserver.com,muskogeephoenix.com,ncnewsonline.com,newburyportnews.com,newsaegis.com,newsandtribune.com,niagara-gazette.com,njeffersonnews.com,normantranscript.com,opposingviews.com,orangeleader.com,oskaloosa.com,ottumwacourier.com,outlookmoney.com,palestineherald.com,panews.com,paulsvalleydailydemocrat.com,pellachronicle.com,pharostribune.com,pressrepublican.com,pryordailytimes.com,randolphguide.com,record-eagle.com,register-herald.com,register-news.com,reporter.net,rockwallheraldbanner.com,roysecityheraldbanner.com,rushvillerepublican.com,salemnews.com,sentinel-echo.com,sharonherald.com,shelbyvilledailyunion.com,siteslike.com,standardmedia.co.ke,starbeacon.com,stwnewspress.com,suwanneedemocrat.com,tahlequahdailypress.com,theadanews.com,theawesomer.com,thedailystar.com,thelandonline.com,themoreheadnews.com,thesnaponline.com,tiftongazette.com,times-news.com,timesenterprise.com,timessentinel.com,timeswv.com,tonawanda-news.com,tribdem.com,tribstar.com,unionrecorder.com,valdostadailytimes.com,washtimesherald.com,waurikademocrat.com,wcoutlook.com,weatherforddemocrat.com,woodwardnews.net,wrestlinginc.com##div[style="width:300px; height:250px;"]
snewsnet.com##div[style="width:300px; height:250px;border:0px;"]
cnn.com##div[style="width:300px; height:250px;overflow:hidden;"]
ego4u.com##div[style="width:300px; height:260px; padding-top:10px"]
jerusalemonline.com##div[style="width:300px; height:265px;"]
topgear.com##div[style="width:300px; height:306px; padding-top: 0px;"]
mid-day.com##div[style="width:300px; height:30px; margin-top:5px; border:1px solid black;"]
jerusalemonline.com,race-dezert.com##div[style="width:300px; height:600px;"]
worldscreen.com##div[style="width:300px; height:65px; background-color:#ddd;"]
standard.co.uk##div[style="width:300px; margin-bottom:20px; background-color:#f5f5f5;"]
uesp.net##div[style="width:300px; margin-left: 120px;"]
miamitodaynews.com##div[style="width:300px; margin:0 auto;"]
windsorite.ca##div[style="width:300px; min-height: 600px;"]
forzaitalianfootball.com##div[style="width:300px; min-height:250px; max-height:600px;"]
yourmindblown.com##div[style="width:300px; min-height:250px; padding:10px 0px;"]
etfdailynews.com##div[style="width:300px;border:1px solid black"]
memecenter.com##div[style="width:300px;height: 250px;display:inline-block"]
egyptindependent.com##div[style="width:300px;height:100px;"]
independent.com##div[style="width:300px;height:100px;margin-left:10px;margin-top:15px;margin-bottom:15px;"]
snewsnet.com##div[style="width:300px;height:127px;border:0px;"]
smh.com.au##div[style="width:300px;height:163px;"]
1071thez.com,classichits987.com,funnyjunk.com,indiana105.com,kgrt.com,pocket-lint.com,wakeradio.com,xrock1039.com##div[style="width:300px;height:250px"]
afterdawn.com,egyptindependent.com,flyertalk.com,hairboutique.com,hancinema.net,itnews.com.au,leftfootforward.org,news92fm.com,nfl.com,nowtoronto.com,techcareers.com,tuoitrenews.vn##div[style="width:300px;height:250px;"]
kohit.net##div[style="width:300px;height:250px;background-color:#000000;"]
winrumors.com##div[style="width:300px;height:250px;background:#c0c8ce;"]
imagebam.com##div[style="width:300px;height:250px;display: inline-block;"]
sonsoflibertymedia.com##div[style="width:300px;height:250px;display:block;"]
sciencedaily.com##div[style="width:300px;height:250px;display:inline-block"]
afterdawn.com##div[style="width:300px;height:250px;float:left;"]
hiphopdx.com##div[style="width:300px;height:250px;margin-bottom:20px;"]
eaaga.com##div[style="width:300px;height:250px;margin-top:5px;margin-bottom:5px;"]
bdnews24.com,datacenterdynamics.com,theolivepress.es##div[style="width:300px;height:250px;margin:0;padding:0"]
gossipcop.com##div[style="width:300px;height:250px;margin:0;padding:0;"]
hancinema.net##div[style="width:300px;height:250px;margin:30px auto;clear:both"]
961kiss.com##div[style="width:300px;height:250px;overflow:hidden;margin-bottom:10px;"]
amazon.ca,amazon.co.uk,amazon.com,amazon.com.au,amazon.fr##div[style="width:300px;height:280px;"]
bdnews24.com,datacenterdynamics.com##div[style="width:300px;height:600px;margin:0;padding:0"]
extremefile.com##div[style="width:300px;margin-left:360px;padding-top:29px;"]
xtra.com.my##div[style="width:300px;margin:auto"]
fanpop.com##div[style="width:300px;min-height:250px;color:#999999;"]
newsblaze.com##div[style="width:305px;height:250px;float:left;"]
houserepairtalk.com##div[style="width:305px;height:251px;"]
whois.net##div[style="width:320px; float:right; text-align:center;"]
tomopop.com##div[style="width:330px; overflow:hidden;"]
worldtvpc.com##div[style="width:336px; height:280px; padding:8px; margin:auto"]
standardmedia.co.ke##div[style="width:336px; height:280px;"]
theepochtimes.com##div[style="width:336px;float:left;margin-right:18px"]
stabroeknews.com##div[style="width:336px;height:280px;"]
maximumpcguides.com##div[style="width:336px;height:280px;margin:0 auto"]
auto-types.com##div[style="width:337px;height:280px;float:right;margin-top:5px;"]
worldwideweirdnews.com##div[style="width:341px; height:285px;float:left; display:inline-block"]
mapsofindia.com##div[style="width:345px;height:284px;float:left;"]
keo.co.za##div[style="width:350px;height:250px;float:left;"]
hostcabi.net##div[style="width:350px;height:290px;float:left"]
worldscreen.com##div[style="width:468px; height:60px; background-color:#ddd;"]
bfads.net##div[style="width:468px; height:60px; margin:0 auto 0 auto;"]
hiphopearly.com##div[style="width:468px; height:60px; margin:5px auto;"]
channel24.pk,ualpilotsforum.org##div[style="width:468px; height:60px;"]
jwire.com.au##div[style="width:468px;height:60px;margin:10px 0;"]
independent.com##div[style="width:468px;height:60px;margin:10px 35px;clear:both;padding-top:15px;border-top:1px solid #ddd;"]
jwire.com.au##div[style="width:468px;height:60px;margin:10px auto;"]
standardmedia.co.ke##div[style="width:470px; height:100px; margin:20px;"]
southcoasttoday.com##div[style="width:48%; border:1px solid #3A6891; margin-top:20px;"]
reactiongifs.com##div[style="width:499px; background:#ffffff; margin:00px 0px 35px 180px; padding:20px 0px 20px 20px; "]
toorgle.net##div[style="width:550px;margin-bottom:15px;font-family:arial,serif;font-size:10pt;"]
chrome-hacks.net##div[style="width:600px;height:250px;"]
manilatimes.net##div[style="width:690px; height:90px; clear:both; margin-bottom:10px;"]
mailinator.com##div[style="width:700;height:120;text-align:left;"]
uesp.net##div[style="width:728px; height:105px; overflow: hidden; margin-left: auto; margin-right: auto;"]
encyclopedia.com##div[style="width:728px; height:90px"]
mustangevolution.com##div[style="width:728px; height:90px; margin: 0 auto;"]
gta3.com,gtagarage.com,gtasanandreas.net,myanimelist.net##div[style="width:728px; height:90px; margin:0 auto"]
fas.org##div[style="width:728px; height:90px; margin:10px 0 20px 0;"]
herplaces.com##div[style="width:728px; height:90px; margin:12px auto;"]
motionempire.me##div[style="width:728px; height:90px; margin:20px auto 10px; padding:0;"]
imgbox.com##div[style="width:728px; height:90px; margin:auto; margin-bottom:8px;"]
dodgeforum.com##div[style="width:728px; height:90px; overflow:hidden; margin:0 auto;"]
freeforums.org,scottishamateurfootballforum.com##div[style="width:728px; height:90px; padding-bottom:20px;"]
alliednews.com,americustimesrecorder.com,andovertownsman.com,androidpolice.com,athensreview.com,batesvilleheraldtribune.com,bdtonline.com,boards.ie,chickashanews.com,claremoreprogress.com,cleburnetimesreview.com,clintonherald.com,commercejournal.com,commercial-news.com,cookingforengineers.com,coopercrier.com,cordeledispatch.com,corsicanadailysun.com,crossville-chronicle.com,cullmantimes.com,dailyiowegian.com,dailyitem.com,daltondailycitizen.com,derrynews.com,duncanbanner.com,eagletribune.com,edmondsun.com,effinghamdailynews.com,enewscourier.com,enidnews.com,farmtalknewspaper.com,fayettetribune.com,flyergroup.com,forzaitalianfootball.com,gainesvilleregister.com,gloucestertimes.com,goshennews.com,greensburgdailynews.com,heraldbanner.com,heraldbulletin.com,hgazette.com,homemagonline.com,itemonline.com,jacksonvilleprogress.com,joplinglobe.com,journal-times.com,journalexpress.net,kokomotribune.com,lockportjournal.com,mankatofreepress.com,mcalesternews.com,mccrearyrecord.com,mcleansborotimesleader.com,meadvilletribune.com,meridianstar.com,mineralwellsindex.com,montgomery-herald.com,mooreamerican.com,moultrieobserver.com,muskogeephoenix.com,nationmaster.com,ncnewsonline.com,newburyportnews.com,newsaegis.com,newsandtribune.com,niagara-gazette.com,njeffersonnews.com,normantranscript.com,orangeleader.com,oskaloosa.com,ottumwacourier.com,palestineherald.com,panews.com,paulsvalleydailydemocrat.com,pellachronicle.com,pharostribune.com,pressrepublican.com,pryordailytimes.com,randolphguide.com,record-eagle.com,register-herald.com,register-news.com,reporter.net,rockwallheraldbanner.com,roysecityheraldbanner.com,rushvillerepublican.com,salemnews.com,sentinel-echo.com,sharonherald.com,shelbyvilledailyunion.com,starbeacon.com,stwnewspress.com,suwanneedemocrat.com,tahlequahdailypress.com,theadanews.com,thedeadwood.co.uk,thelandonline.com,themoreheadnews.com,thesnaponline.com,tiftongazette.com,times-news.com,timesenterprise.com,timessentinel.com,timeswv.com,tonawanda-news.com,tribdem.com,tribstar.com,ualpilotsforum.org,unionrecorder.com,valdostadailytimes.com,vumafm.co.za,washtimesherald.com,waurikademocrat.com,wcoutlook.com,weatherforddemocrat.com,woodwardnews.net##div[style="width:728px; height:90px;"]
theepochtimes.com##div[style="width:728px; height:90px;margin:10px auto 0 auto;"]
imagebam.com##div[style="width:728px; margin:auto; margin-top:10px; margin-bottom:10px; height:90px;"]
kavkisfile.com##div[style="width:728px; text-align:center;font-family:verdana;font-size:10px;"]
ipernity.com##div[style="width:728px;height:100px;margin:0 auto;"]
tictacti.com##div[style="width:728px;height:110px;text-align:center;margin: 10px 0 20px 0; background-color: White;"]
1071thez.com,classichits987.com,indiana105.com,kgrt.com,pocket-lint.com,wakeradio.com,xrock1039.com##div[style="width:728px;height:90px"]
footballfancast.com##div[style="width:728px;height:90px; margin: 0 auto 10px;"]
935kday.com##div[style="width:728px;height:90px; margin: 0px auto; background: #ccc; "]
roxigames.com##div[style="width:728px;height:90px;\a border:1px solid blue;"]
sualize.us##div[style="width:728px;height:90px;background:#bbb;margin:0 auto;"]
videohelp.com##div[style="width:728px;height:90px;margin-left: auto ; margin-right: auto ;"]
raaga.com##div[style="width:728px;height:90px;margin-top:10px;margin-bottom:10px"]
stopmalvertising.com##div[style="width:728px;height:90px;margin:0 auto;padding:0;text-align:center;margin-bottom:32px;"]
4chan.org##div[style="width:728px;height:90px;margin:10px auto 10px auto"]
holidayscentral.com##div[style="width:728px;height:90px;margin:15px auto;clear:both"]
colorgirlgames.com##div[style="width:728px;height:90px;margin:5px auto"]
neatorama.com##div[style="width:728px;height:90px;margin:5px auto;"]
technabob.com##div[style="width:728px;height:90px;margin:8px 0px 16px 0px;"]
colorgirlgames.com##div[style="width:728px;height:90px;margin:8px auto 8px"]
maximumpcguides.com##div[style="width:728px;height:90px;position:absolute;top:-95px;left:103px;"]
attheraces.com##div[style="width:728px;height:90px;text-align:center;float:left;background-color:#EFEFEF;"]
interglot.com##div[style="width:728px;margin-right:auto;margin-left:auto"]
putme.org##div[style="width:728px;margin:0 auto;"]
xtra.com.my##div[style="width:728px;margin:auto"]
solomid.net##div[style="width:728px;padding:5px;background:#000;margin:auto"]
proxynova.com##div[style="width:730px; height:90px;"]
usfinancepost.com##div[style="width:730px;height:95px;display:block;margin:0 auto;"]
1fichier.com##div[style="width:750px;height:110px;margin:auto"]
imagebam.com##div[style="width:780px; margin:auto; margin-top:10px; margin-bottom:10px; height:250px;"]
brothersoft.com##div[style="width:795px; height:95px; float:left;text-align:center;"]
sc2casts.com##div[style="width:850px; padding-bottom: 10px;padding-top:10px;text-align:center"]
currency.me.uk##div[style="width:916px;border:1px solid #e1e1e1;background:#fff;padding:1px;margin-bottom:10px;"]
stockmarketwire.com##div[style="width:930px;height:530px;clear:both;margin: 0 auto; margin-top: 15px; "]
tigerdirect.ca##div[style="width:936px; clear:both; margin-top:2px; height:90px;"]
afaqs.com##div[style="width:940px; height: 75px; margin:-10.5px 0 0; valign:top; float: left; margin: 10px 0px 30px 10px;"]
china.cn##div[style="width:948px;margin:5px auto 5px auto;overflow:hidden;zoom:1;height:90px;line-height:90px;overflow:hidden;"]
thegardenisland.com##div[style="width:950px; height:90px; margin:10px auto; display:block;"]
uploadc.com,zalaa.com##div[style="width:950px; padding:10px;padding-bottom:0px; "]
japannewsreview.com##div[style="width:955px;height:90px;align:auto;margin-bottom:10px;"]
speedmonkey.net##div[style="width:960px;height:110px;text-align:center"]
channel24.pk##div[style="width:970px; height:90px;"]
jacars.net##div[style="width:970px; margin-top:5px; top:0px; left:15px; position:relative; height:90px; "]
jacars.net##div[style="width:970px; margin:auto; top:0px; position:relative; height:90px; "]
jacars.net##div[style="width:970px; top:0px; left:15px; position:relative; height:90px; "]
whdh.com##div[style="width:970px;height:250px;"]
rateyourmusic.com##div[style="width:970px;height:90px;text-align:center;margin:0 auto;margin-top:0.25em;margin-bottom:1em;"]
tigerdirect.ca##div[style="width:977px; clear:both; margin-top:2px; height:90px;"]
gametracker.com##div[style="width:980px; height:48px; margin-bottom:5px; overflow:hidden;"]
apphit.com##div[style="width:980px;height:100px;clear:both;margin:0 auto;"]
moneyam.com##div[style="width:980px;height:450px;clear:both;margin: 0 auto;"]
teleservices.mu##div[style="width:980px;height:50px;float:left; "]
performanceboats.com##div[style="width:994px; height:238px;"]
search.ch##div[style="width:994px; height:250px"]
monova.org##div[style] > a
independent.com##div[style^="background-image:url('http://media.independent.com/img/ads/ads-bg.gif')"]
sevenforums.com##div[style^="border: 1px solid #94D3FE;"]
gamebanshee.com##div[style^="border:1px solid #b98027; width:300px;"]
interfacelift.com##div[style^="clear: both; -moz-border-radius: 6px; -webkit-border-radius: 6px;"]
redbrick.me##div[style^="cursor:pointer; position: relative;width:1000px; margin: auto; height:150px; background-size:contain; "]
iload.to##div[style^="display: block; width: 950px;"]
google.com##div[style^="height: 16px; font: bold 12px/16px"]
paultan.org##div[style^="height:250px; width:300px;"]
softpedia.com##div[style^="margin-top:"] > a > img:first-child
rlslog.net##div[style^="padding-top: 20px;"]
technabob.com##div[style^="padding:0px 0px "]
easyvideo.me,videofun.me,videozoo.me##div[style^="position: absolute;"]
pcmag.com##div[style^="position: relative; top:"]
viz.com##div[style^="position:absolute; width:742px; height:90px;"]
easyvideo.me,videofun.me,videozoo.me##div[style^="top: "]
wizzed.com##div[style^="visibility: visible !important;display: block !important;"]
memecenter.com##div[style^="visibility:visible;width:336px;height:768px;"]
softpedia.com##div[style^="width: 100%; height: 90px;"]
eatliver.com##div[style^="width: 160px; height: 600px;"]
allmyvideos.net##div[style^="width: 315px; "]
someimage.com##div[style^="width: 728px; height: 90px;"]
droid-life.com##div[style^="width: 970px;"]
kino.to##div[style^="width: 972px;display: inline;top: 130px;"]
easyvideo.me,videofun.me,videozoo.me##div[style^="width:"]
sakshieducation.com##div[style^="width:160px; height:600px;"]
userscdn.com##div[style^="width:300px; height:250px;"]
userscdn.com,way2sms.com##div[style^="width:728px; height:90px;"]
timelinecoverbanner.com##div[style^="width:728px;"]
walmart.com##div[style^="width:740px;height:101px"]
thevideos.tv##div[style^="z-index: 2000; background-image:"]
easyvideo.me,videofun.me,videozoo.me##div[style^="z-index:"]
ebay.com##div[title="ADVERTISEMENT"]
eclipse.org##div[width="200"]
isnare.com##div[width="905"]
railjournal.com##doubleclick
filepuma.com##dt[style="height:25px; text-indent:3px; padding-top:5px;"]
ebay.com#?#li.s-item:-abp-has(span:-abp-contains(SPONSORED))
kitguru.net##embed[src][quality]
xtremesystems.org##embed[width="728"]
etsy.com#?#a.listing-link:-abp-has(span:-abp-contains(Ad))
cinemablend.com##font[color="#737373"]
imgburn.com,majorgeeks.com##font[face="Arial"][size="1"]
bargaineering.com##font[face="Verdana"][color="#808080"]
realitytvworld.com##font[size="1"][color="gray"]
nufc.com##font[size="1"][face="Verdana"] > table[width="297"][cellspacing="0"][cellpadding="0"][border="0"][align="center"]
zippyshare.com##font[style="font-size: 10px; letter-spacing: 3px; word-spacing: 2px; line-height: 18px;"]
zippyshare.com##font[style="font-size: 10px; letter-spacing: 3px; word-spacing: 2px;"]
softpedia.com##h2 + div + a[style]
cnn.com##h2[data-analytics^="Paid Partner Content_list-"]
law.com,topcultured.com##h3
rapidog.com##h3[style="color:#00CC00"]
virtualmedicalcentre.com##h5
bigpond.com##h5.subheading
amazon.com##h5[data-alt-pixel-url^="/gp/sponsored-products/"]
amazon.com##h5[data-alt-pixel-url^="/gp/sponsored-products/"] + div + .a-row
indowebster.com##h6.size_1
sketchucation.com##h6[style^="width:766px;height:88px;"]
deadline.com##header > .header-ad-mobile + *
forums.eteknix.com##hgroup[style="width:728px; margin:10px auto; height:90px;"]
discovermagazine.com##hr[size="1"]
extremetech.com,hawtcelebs.com,moviemistakes.com,wccftech.com##iframe[height="250"]
funnyjunk.com##iframe[height="250"][width="300"]
kizi.com##iframe[height="270"][width="800"]
animefreak.tv,extremetech.com,hawtcelebs.com,moviemistakes.com##iframe[height="600"]
ziddu.com##iframe[height="80"]
pcmag.com##iframe[id][marginheight="0"]
baltimoresun.com,boston.com,calgaryherald.com,capitalgazette.com,carrollcountytimes.com,chicagotribune.com,citypaper.com,courant.com,dailypress.com,deathandtaxesmag.com,edmontonjournal.com,edmunds.com,financialpost.com,gofugyourself.com,hearthhead.com,infinitiev.com,latimes.com,leaderpost.com,lolking.net,mcall.com,montrealgazette.com,nasdaq.com,nationalpost.com,orlandosentinel.com,ottawacitizen.com,ranker.com,sandiegouniontribune.com,saveur.com,sherdog.com,spin.com,stereogum.com,sun-sentinel.com,theprovince.com,thestarphoenix.com,timeanddate.com,tmn.today,vancouversun.com,vibe.com,windsorstar.com##iframe[name*="ads_iframe"]
thevid.tv##iframe[src*="about"]
img2share.com##iframe[src="about:blank"]
imgbar.net##iframe[src="earn.php"]
briansarmiento.website##iframe[src]
torrentfunk.com##iframe[src][sandbox]
goolink.me##iframe[src][style][height]
yourbittorrent.com##iframe[src][width]
cybergamer.com##iframe[src^="http://au.cybergamer.com/iframe_cgbanners.php?"]
pcmag.com##iframe[src^="http://sp.pcmag.com/"]
fortune.com##iframe[src^="https://products.gobankingrates.com/"]
biology-online.org##iframe[style*=" ! important"]
grammarist.com##iframe[style*="display: block ! important"]
bolde.com##iframe[style="display: block !important;"]
boards2go.com##iframe[style="display: inline-table !important;"]
btmon.com##iframe[style="height: 600px; width: 160px"]
liveuamap.com##iframe[style="margin-left: -32px;    width: 362px;height:295px;border:0px none #000;"]
thestreet.com##iframe[style="margin-top:5px;"]
heyoya.com##iframe[style="width: 300px; height: 250px; overflow: hidden;"]
hinduwebsite.com##iframe[style="width:320px; height:260px;"]
animefreak.tv,imagetwist.com##iframe[width="300"]
france24.com##iframe[width="300"][height="170"]
therecord.com##iframe[width="300"][height="180"]
fansshare.com,headlinepolitics.com,tmn.today##iframe[width="300"][height="250"]
mouthshut.com##iframe[width="336"]
1tvlive.in,4archive.org,ahashare.com,imagetwist.com,moviemistakes.com,thebarchive.com,tomsguide.com,ziddu.com##iframe[width="728"]
headlinepolitics.com,imgchili.net,tmn.today##iframe[width="728"][height="90"]
shoesession.com##iframe[width="732"]
gamecopyworld.com##iframe[width="760"]
israelnationalnews.com##iframe[width="970"][height="500"]
newsbtc.com##img.aligncenter[width="200"][height="200"]
thegremlin.co.za##img[alt*="Advertising"]
windycitymediagroup.com,windycitytimes.com##img[alt*="Sponsor"]
chroniclelive.co.uk,liverpoolecho.co.uk##img[alt*="sponsor"]
thefashionlaw.com##img[alt="Ad 1"]
thecuttingedgenews.com##img[alt="Ad by The Cutting Edge News"]
adaderana.lk,inmr.com##img[alt="Ad"]
technologyreview.com,tmz.com##img[alt="Advertisement"]
techxav.com##img[alt="Commercial WordPress themes"]
jdownloader.org##img[alt="Filesonic Premium Download"]
nta.ng##img[alt="Online Ads WeConnect Platform"]
scriptmafia.org##img[alt="SM AdSpaces"]
capitalkfm.com##img[alt="Sponsor"]
adswikia.com,searchquotes.com##img[alt="Sponsored"]
awazfm.co.uk##img[alt="advert"]
therainbowtimesmass.com##img[alt="banner ad"]
mycbseguide.com##img[alt="banner"]
dailysport.co.uk##img[alt="cams"]
sanmarinotribune.com##img[alt="headerad1"]
sanmarinotribune.com##img[alt="sidebarad1"]
thebradentontimes.com##img[class^="custom_adgroup_"]
capricornfm.co.za##img[data-image-width="300"][data-image-height="250"]
lyngsat.com##img[height="100"][width="160"]
am950radio.com##img[height="100"][width="205"]
wibc.com,wjr.com##img[height="100"][width="300"]
hankfm.com##img[height="100"][width="350"]
constructionreviewonline.com##img[height="100"][width="690"]
hapskorea.com##img[height="110"][width="110"]
naijaloaded.com.ng##img[height="114"][width="728"]
jozikids.co.za##img[height="140"][width="140"]
onefm.co.za,thedrinksbusiness.com##img[height="150"][width="150"]
lyngsat-logo.com,lyngsat-maps.com,lyngsat-stream.com,lyngsat.com,webhostingtalk.com##img[height="160"][width="160"]
nzfranchises.co.nz##img[height="180"][width="270"]
independent.co.ug##img[height="189"][width="320"]
owngoalnigeria.com,thomhartmann.com##img[height="200"][width="200"]
newseveryhour.com##img[height="209"][width="250"]
africandesignmagazine.com##img[height="226"]
mypbrand.com,tfetimes.com##img[height="250"]
german-way.com##img[height="250"][width="250"]
ahomkaradiouk.com,allblackmedia.com,bigeye.ug,bjpenn.com,cananewsonline.com,colombiareports.com,cordcutting.com,cyprus-mail.com,einnews.com,fextralife.com,hot919fm.com,naijaloaded.com.ng,nationalreview.com,naturallivingideas.com,newsday.co.zw,power987.co.za,proxy.org,qsaltlake.com,thedailyblog.co.nz,thegatewaypundit.com,thelibertarianrepublic.com,tribuneonlineng.com,wcpt820.com##img[height="250"][width="300"]
newzimbabwe.com##img[height="250"][width="320"]
power987.co.za##img[height="250"][width="970"]
thetruthwins.com##img[height="255"]
awesomeradio.com,newyorkyimby.com##img[height="280"][width="336"]
africandesignmagazine.com,thetruthwins.com##img[height="300"]
arizonadailyindependent.com,ciiradio.com,hapskorea.com,hot919fm.com##img[height="300"][width="300"]
capitalkfm.com##img[height="302"][width="690"]
thetruthwins.com##img[height="310"]
constructionreviewonline.com##img[height="326"][width="326"]
hot919fm.com##img[height="350"][width="300"]
constructionreviewonline.com##img[height="360"][width="360"]
webhostingtalk.com##img[height="400"][width="160"]
howtogermany.com##img[height="45"][width="120"]
2pass.co.uk##img[height="470"]
thelibertarianrepublic.com##img[height="50"][width="320"]
atlantatribune.com##img[height="500"][width="500"]
bigeye.ug##img[height="549"][width="300"]
pointblanknews.com##img[height="60"][width="120"]
warez-home.net##img[height="60"][width="420"]
opednews.com##img[height="600"][width="160"]
power987.co.za,thedailyblog.co.nz##img[height="600"][width="300"]
africandesignmagazine.com##img[height="688"]
sharesansar.com##img[height="80px;"][style="width:992px;"]
smallseotools.com##img[height="89"][width="728"]
abundance-and-happiness.com,hapskorea.com,professionalmuscle.com,tfetimes.com##img[height="90"]
nmap.org##img[height="90"][width="120"]
opednews.com##img[height="90"][width="180"]
newzimbabwe.com##img[height="90"][width="500"]
independent.co.ug##img[height="90"][width="720"]
constructionreviewonline.com##img[height="90"][width="725"]
airplaydirect.com,bentelevision.com,biznisafrica.com,economicconfidential.com,geekzone.co.nz,itsfoss.com,newseveryhour.com,newyorkyimby.com,pcwdld.com,proxy.org,roadtester.com.au,runechat.com,slayradio.org,therainbowtimesmass.com,tribuneonlineng.com##img[height="90"][width="728"]
backpackerguide.nz##img[height="90"][width="770"]
prowrestling.com##img[height="91"]
windycitymediagroup.com,windycitytimes.com##img[name="Sponsor"]
modelhorseblab.com##img[name="js_ad"]
coinmarketcap.com##img[src*=".space"]
forum.blackhairmedia.com##img[src*="/?AdID="]
seocentro.com##img[src*="/images/sponsors/"]
coinwarz.com##img[src*="_AfBanner_"]
minecraftforum.net##img[src][height="96"]
dimtus.com##img[src^="http://bnrs.it/"]
kino.to##img[src^="http://c.statcounter.com/"] + span
osbot.org##img[src^="https://i.imgur.com/"]
raysindex.com##img[style$="text-align: center; cursor: \a \a pointer; width: 728px;"]
grabchicago.com##img[style="border: 0px solid ; width: 728px; height: 90px;"]
thehackernews.com##img[style="border: 0px"]
tampermonkey.net##img[style="display:block;"]
noscript.net##img[style="float: left;padding: 32px 16px 8px 0; border: none"]
world4free.in##img[style="height: 600px; width: 160px;"]
magazine.org##img[style="height:250px; width:300px"]
wfc.tv##img[style="max-width: 240px;max-height: 400px;"]
inewsmalta.com##img[style="max-width:728px;max-height:90px"]
newtimes.co.rw##img[style="width: 160px;"]
wutqfm.com##img[style="width: 200px; height: 200px;"]
atwonline.com##img[style="width: 274px; height: 50px;"]
wbap.com##img[style="width: 299px; height: 85px;"]
newtimes.co.rw##img[style="width: 300px; border-width: 1px; border-style: solid;"]
wmal.com##img[style="width: 300px; height: 150px;"]
dailymirror.lk,radiotoday.com.au##img[style="width: 300px; height: 200px;"]
dailymirror.lk##img[style="width: 300px; height: 248px;"]
ktul.com##img[style="width: 300px; height: 24px; border: 0px;"]
indypendent.org##img[style="width: 300px; height: 250px; "]
flafnr.com,gizmochina.com##img[style="width: 300px; height: 250px;"]
britishexpat.com##img[style="width: 300px; height:250px; border: 0; margin-left: -15px;margin-bottom:8px;"]
dailymirror.lk##img[style="width: 302px; height: 202px;"]
newtimes.co.rw##img[style="width: 400px; height: 600px;"]
pricecheck.co.za##img[style="width: 460px;"]
britishexpat.com##img[style="width: 468px; height: 60px;"]
classicfm.co.za##img[style="width: 600px; height: 300px;"]
bulletin.us.com##img[style="width: 600px; height: 50px;"]
check-host.net##img[style="width: 640px"]
indypendent.org,uploadocean.com##img[style="width: 728px; height: 90px;"]
newtimes.co.rw##img[style="width: 900px; height: 200px;"]
unionleader.com##img[style="width:100px;height:38px;margin-top:-10px"]
thespiritsbusiness.com##img[style="width:170px;"]
newsfirst.lk##img[style="width:300px; height:200px;"]
bcmagazine.net##img[style="width:300px; height:250px; border:0px;"]
bcmagazine.net##img[style="width:300px; height:400px; border:0px;"]
oathkeepers.org##img[style="width:350px"]
bitcoindifficulty.com##img[style="width:728px; height:90px;"]
downloadhelper.net##img[style="width:728px;height:90px"]
cryptoinfinity.com##img[style="width:728px;height:90px;"]
snopes.com##img[style][width]
readcomiconline.to##img[style^="float:"]
oathkeepers.org##img[style^="width: 350px;"]
nba-stream.com##img[style^="width:728px;height:90px"]
abpclub.co.uk##img[width="118"]
miningreview.com,scnsrc.net,traxarmstrong.com##img[width="120"][height="600"]
oshili24.com.na##img[width="1200"][height="400"]
darknet.org.uk##img[width="123"][height="123"]
americanisraelite.com,dailyblogtips.com,macintouch.com,miningreview.com,radiotoday.co.uk,utahstories.com##img[width="125"][height="125"]
guardianonline.co.nz##img[width="134"][height="35"]
link-base.org##img[width="135"]
bosscast.net,ndtv.com,postzambia.com##img[width="150"]
zonalmarking.net##img[width="150"][height="750"]
palipost.com##img[width="160"][height="100"]
radiocaroline.co.uk,yournews.com##img[width="160"][height="160"]
zonalmarking.net##img[width="160"][height="300"]
newswireni.com##img[width="160"][height="596"]
airplaydirect.com,ata.org,candofinance.com,newswireni.com,serialbay.com,siliconera.com,temulator.com,windfm.com##img[width="160"][height="600"]
newswireni.com##img[width="161"][height="600"]
unionleader.com##img[width="165"][height="40"]
sunny106.fm,tompkinsweekly.com,wutqfm.com##img[width="180"]
wegoted.com,wyep.org##img[width="180"][height="150"]
prawfsblawg.blogs.com##img[width="180"][height="200"]
wegoted.com##img[width="180"][height="204"]
kashmirtimes.com,kashmirtimes.in##img[width="180"][height="600"]
wrno.com##img[width="185"][height="60"]
radio1041.fm##img[width="189"]
radio1041.fm##img[width="190"]
bayfm.co.za##img[width="195"][height="195"]
sarasotatalkradio.com##img[width="200"][height="200"]
coffeegeek.com##img[width="200"][height="250"]
professionalmuscle.com##img[width="201"]
bayfm.co.za##img[width="208"][height="267"]
bayfm.co.za##img[width="208"][height="301"]
bayfm.co.za##img[width="208"][height="319"]
professionalmuscle.com##img[width="210"]
khow.com##img[width="216"][height="156"]
thisdaylive.com##img[width="220"][height="147"]
aroundhawaii.com##img[width="220"][height="60"]
nufc.com##img[width="226"][height="58"]
aroundhawaii.com##img[width="230"][height="150"]
islamchannel.tv##img[width="230"][height="185"]
mlfat4arab.com##img[width="234"][height="60"]
mommymatters.co.za##img[width="249"][height="250"]
codecguide.com,fashionpulis.com,golfstylesonline.com##img[width="250"]
phillyrecord.com##img[width="250"][height="218"]
5pillarsuk.com,ciiradio.com,korabroadcasting.com,mommymatters.co.za,readfomag.com##img[width="250"][height="250"]
yournews.com##img[width="250"][height="90"]
tompkinsweekly.com##img[width="252"]
theannouncer.co.za##img[width="252"][height="100"]
tompkinsweekly.com##img[width="253"]
miningreview.com##img[width="260"][height="250"]
ozarkssportszone.com##img[width="267"][height="294"]
threatpost.com##img[width="270"]
haitiantimes.com##img[width="275"][height="300"]
staugustine.com##img[width="275"][height="75"]
korabroadcasting.com##img[width="279"][height="279"]
wwl.com##img[width="281"][height="141"]
postzambia.com##img[width="285"]
staugustine.com##img[width="285"][height="75"]
mypbrand.com##img[width="295"]
inquirer.net##img[width="298"][style="margin-bottom:5px;margin-top:5px;"]
africandesignmagazine.com,breakingbelizenews.com,naijaloaded.com.ng,punchng.com,radio1041.fm,technomag.co.zw,techpowerup.com,thefix.com,thetruthwins.com,wheremilan.com,wonkette.com##img[width="300"]
espnrichmond.com,momsmiami.com,nehandaradio.com##img[width="300"][height="100"]
fancystreems.com##img[width="300"][height="150"]
947wls.com##img[width="300"][height="155"]
businessdayonline.com##img[width="300"][height="200"]
360nobs.com,afrivibes.net,airplaydirect.com,autoaction.com.au,businessdayonline.com,clutchmagonline.com,cryptomining-blog.com,dotsauce.com,fancystreems.com,firstpost.com,freedomhacker.net,gameplayinside.com,goodcarbadcar.net,gossipmillnigeria.com,icxm.net,mkvcage.com,movin100.com,mycolumbuspower.com,nehandaradio.com,onislandtimes.com,portugaldailyview.com,radiobiz.co.za,rlslog.net,robhasawebsite.com,sacobserver.com,samoatimes.co.nz,seguintoday.com,staugustine.com,tangatawhenua.com,techpowerup.com,theannouncer.co.za,themediaonline.co.za,thenationonlineng.net,theolivepress.es,thevoicebw.com,thewillnigeria.com,thisdaylive.com,three.fm,vpnreviewer.com,wantedinafrica.com,wantedinrome.com,wolf1051.com,ynaija.com,yomzansi.com,zizonline.com##img[width="300"][height="250"]
irishcatholic.com##img[width="300"][height="252"]
ynaija.com##img[width="300"][height="290"]
haitiantimes.com,linkbitty.com,newspapers-online.com,therep.co.za##img[width="300"][height="300"]
theolivepress.es##img[width="300"][height="33"]
sportdiver.co.uk##img[width="300"][height="350"]
haitiantimes.com##img[width="300"][height="375"]
showbiz411.com##img[width="300"][height="400"]
pymnts.com##img[width="300"][height="500"]
khaleejtimes.com##img[width="300"][height="60"]
clutchmagonline.com,korabroadcasting.com,religionnewsblog.com##img[width="300"][height="600"]
afrivibes.net##img[width="300px"][height="250px"]
thisdaylive.com##img[width="301"][height="251"]
gamingcentral.in##img[width="310"][height="175"]
wallstreetsurvivor.com##img[width="310"][height="56"]
wben.com##img[width="316"][height="120"]
argentinaindependent.com##img[width="320"][height="250"]
thisdaylive.com##img[width="320"][height="316"]
radioasiafm.com##img[width="350"][height="300"]
chicagojewishnews.com##img[width="350"][height="454"]
ipwatchdog.com##img[width="350px"][height="250px"]
noordnuus.co.za##img[width="357"][height="96"]
nufc.com##img[width="360"][height="100"]
transportxtra.com##img[width="373"][height="200"]
transportxtra.com##img[width="373"][height="250"]
forum.blackhairmedia.com##img[width="400"][height="82"]
gomlab.com##img[width="410"][height="80"]
sunnewsonline.com##img[width="420"][height="55"]
powerbot.org##img[width="428"]
hangout.co.ke##img[width="448"][height="70"]
inmr.com##img[width="450"][height="64"]
maltairport.com##img[width="453"][height="115"]
ch131.so##img[width="460"][height="228"]
chat-avenue.com,flashx.cc,flashx.co,flashx.me,flashx.pw,flashx.run,flashx.space,flashx.top,hollywoodbackwash.com,macintouch.com,muzique.com,opencarry.org##img[width="468"]
abpclub.co.uk,allforpeace.org,cpaelites.com,forum.gsmhosting.com,hulkload.com,load.to,rlslog.net,themediaonline.co.za,thetobagonews.com,warezhaven.org,waz-warez.org##img[width="468"][height="60"]
topprepperwebsites.com##img[width="468"][height="80"]
link-base.org##img[width="468px"]
infinitecourses.com##img[width="468px"][height="60px"]
sharktankblog.com##img[width="485"][height="60"]
colorlib.com##img[width="500"][height="500"]
yournews.com##img[width="540"][height="70"]
thedailysheeple.com##img[width="560"]
sunny106.fm##img[width="560"][height="69"]
5pillarsuk.com##img[width="561"][height="70"]
sunny106.fm##img[width="570"][height="131"]
staugustine.com##img[width="590"][height="200"]
isportconnect.com##img[width="590"][height="67"]
mail.macmillan.com,motortrader.com.my##img[width="600"]
nufc.com##img[width="600"][height="85"]
softpedia.com##img[width="600"][height="90"]
showme.co.za##img[width="626"][height="228"]
bloombergtvafrica.com##img[width="628"][height="78"]
radiotoday.co.uk##img[width="630"][height="120"]
therep.co.za##img[width="640"][height="241"]
motortrader.com.my##img[width="640"][height="80"]
postzambia.com##img[width="675"][height="70"]
cryptothrift.com##img[width="700"]
1550wdlr.com##img[width="711"][height="98"]
crackingforum.com,newzimbabwe.com##img[width="720"]
businessdayonline.com,ch131.so,haitiantimes.com##img[width="720"][height="90"]
wharf.co.uk##img[width="720px"][height="90px"]
lindaikeji.blogspot.com,livemixtapes.com,mixingonbeat.com,naija247news.com,powerbot.org,rsvlts.com,rule34.xxx,techpowerup.com,xtremesystems.org##img[width="728"]
autoaction.com.au##img[width="728"][height="200"]
420careers.com,add-anime.net,ahealthblog.com,creditboards.com,driverguide.com,ecostream.tv,freeforums.org,hulkload.com,imgbar.net,irishcatholic.com,kashmirtimes.com,kashmirtimes.in,knco.com,korabroadcasting.com,movin100.com,namibiansun.com,oldiesradio1050.com,power987.co.za,radioinsight.com,sameip.org,starconnectmedia.com,tangatawhenua.com,technomag.co.zw,techpowerup.com,topprepperwebsites.com,vpnreviewer.com,wallstreetfool.com,warezlobby.org,wcfx.com,wolf1051.com,wsoyam.com##img[width="728"][height="90"]
mkfm.com##img[width="75"][height="75"]
telecomtiger.com##img[width="768"][height="80"]
ndtv.com##img[width="770"]
americanisraelite.com##img[width="778"][height="114"]
pymnts.com##img[width="800"][height="300"]
myretrotv.com##img[width="875"][height="110"]
waz-warez.org##img[width="88"][height="31"]
korabroadcasting.com##img[width="883"][height="109"]
racefans.net##img[width="912"][height="92"]
player.stv.tv##img[width="960px"][height="32px"]
staugustine.com##img[width="970"][height="90"]
lockerz.com##img[width="980"][height="60"]
moneycontrol.com##img[width="996"][height="169"]
allmyvideos.net##img[width]
opednews.com##img[wodth="160"][height="600"]
ad2links.com##input[value="Download Now"]
lix.in##input[value="Download"]
broadbandforum.co##ins[data-ad-client]
downace.com##ins[data-ad-client^="ca-pub-"]
uploadocean.com##ins[id][style]
startlr.com##ins[style="display:inline-block;width:300px;height:600px"]
timesofisrael.com##item-spotlight
lifehacker.co.in##li[data-ad]
yahoo.com##li[data-beacon^="https://beap.adss.yahoo.com/"]
yahoo.com##li[data-beacon^="https://beap.gemini.yahoo.com/"]
mail.yahoo.com##li[data-test-id="infinite-scroll-AD"]
mail.yahoo.com##li[data-test-id="infinite-scroll-PENCIL"]
yahoo.com##li[data-type="outlink"]
yahoo.com##li[id^="ad-"]
linkedin.com#?#.core-rail > div > div[id^="ember"]:-abp-has(.feed-shared-actor__description span:-abp-contains(/Sponsored|Promoted/))
linkedin.com#?#.core-rail > div > div[id^="ember"]:-abp-has(.feed-shared-actor__sub-description span:-abp-contains(/Sponsored|Promoted/))
bitcoinfees.com##p > span[style="color:#aaaaaa; font-size:8pt;"]
crmbuyer.com,ecommercetimes.com,linuxinsider.com,technewsworld.com##p[style="clear: left;padding: 5px;border-top: solid 1px #cbcbcb;border-bottom: solid 1px #cbcbcb;"]
lyricsmania.com##p[style="font-size:14px; text-align:center;"]
history.ca##p[style="height:15px;"]
pinterest.com#?#.PinRep :-abp-has(div[data-test-id="oneTapPromotedPin"])
quora.com#?#.question_page_content:-abp-has(div:-abp-contains(ad))
quora.com#?#.question_page_content:-abp-has(div:-abp-contains(promoted))
scotch.io#?#div.card:-abp-has(a > span:-abp-contains(Sponsor))
monova.org##script + [class] > [class]:first-child
9to5mac.com##script + [class] > div[class]:first-child
sh.st##script + a[onclick]
gboxes.com##script + div[style^="width: "]
service.mail.com##script + div[tabindex="1"] div[style="z-index:99996;position:absolute;cursor:default;background-color:white;opacity:0.95;left:0px;top:0px;width:1600px;height:552px;"]
service.mail.com##script + div[tabindex="1"] div[style^="z-index:99998;position:absolute;cursor:default;left:0px;top:0px;width:"]
traileraddict.com##section + div + div + div[class]
cnn.com##section[data-zone-label="Paid Partner Content"]
koreaherald.com##section[style="border:0px;width:670px;height:200px;"]
elitistjerks.com##small
smallseotools.com#?#.col-sm-12 > :-abp-has(p:-abp-contains(Advertisement))
smallseotools.com##span[class*="_you_are_"]
smallseotools.com##span[class^="sda_"]
easyvideo.me,videozoo.me##span[original^="http://byzoo.org/"]
washingtonmonthly.com##span[style="font-size:12px"]
openwith.org##span[style="font-size:12px;"]
lyricsmania.com##span[style="font-size:14px;"]
liveleak.com##span[style="font-size:9px; font-weight:bold;"]
windowsbbs.com##span[style^="margin: 2px; float: left;"]
sh.st##style + iframe[class]
artstation.com##support-artstation-please
torrentportal.com##table[align="center"][width="800"]
learninginfo.org##table[align="left"][width="346"]
japantimes.co.jp##table[align="right"][width="250"]
411mania.com##table[align="right"][width="300"]
officegamespot.com##table[bgcolor="#CCCCCC"]
geology.com##table[bgcolor="#cccccc"]
search.vmn.net##table[bgcolor="#ecf5fa"]
biz.yahoo.com##table[bgcolor="white"][width="100%"]
realitytvworld.com##table[border="0"][align="left"]
softexia.com##table[border="0"][width="728"][align="center"]
shopping.net##table[border="1"][width="580"]
calguns.net##table[border="2"]
majorgeeks.com##table[cellpadding="3"][align="center"]
pcstats.com##table[cellpadding="5"][width="866"]
talkgold.com##table[cellpadding="7"][align="center"]
roadtester.com.au##table[cellpadding="9"][border="0"]
chinapost.com.tw##table[cellspacing="0"][cellpadding="0"][border="0"][width="300"]
iwebtool.com##table[cellspacing="0"][cellpadding="0"][border="1"]
chinapost.com.tw##table[cellspacing="1"][cellpadding="1"][bgcolor="#DD0000"][width="120"]
tdpri.com##table[cellspacing="2"][width="860"]
eztv.io##table[class] + * + * + table[width]
hotonlinenews.com,skyandtelescope.com##table[height="100"]
airlinequality.com##table[height="110"][width="740"]
empireonline.com##table[height="130"]
japantimes.co.jp##table[height="250"][width="250"]
windycitymediagroup.com##table[height="250"][width="322"]
wchstv.com##table[height="252"][width="320"]
wifinetnews.com##table[height="260"][width="310"]
airlinequality.com##table[height="270"][width="320"]
lyngsat-logo.com##table[height="320"]
abundance-and-happiness.com##table[height="339"]
officegamespot.com,ohgizmo.com,usconstitution.net##table[height="600"]
softpanorama.org##table[height="620"]
car.com##table[height="90"][width="100%"]
indiaglitz.com##table[height="90"][width="740"]
billboard.biz##table[height="90px"][bgcolor="#CCCCCC"]
worldairlineawards.com##table[height="95"][width="740"]
thevid.tv##table[id="tbl1"]
jeepforum.com##table[style="border-width: 1px; border-color: gray; border-style: solid;"]
sharedir.com##table[style="margin:15px 0 0 -8px;width:540px"]
limetorrents.info##table[style="padding-bottom:10px;width:100%;font-size: 12px;font-family:Verdana"]
i3investor.com##table[style="padding:8px;border:6px solid #dbdbdb;min-width:228px"]
kashmirtimes.com,kashmirtimes.in##table[style="width: 320px; height: 260px; float: right"]
localstore.co.za##table[style="width: 952px; height: 90px; padding: 10px; border: 0; margin: 0 auto;"]
eztv.io##table[style][width] + * + table[class][width]
nufc.com##table[title="Ford Direct - Used Cars Backed by Ford"]
chiff.com##table[title="Sponsored Links"]
trucknetuk.com##table[width="100%"][bgcolor="#cecbce"] > tbody > tr > #sidebarright[valign="top"]:last-child
linkreferral.com##table[width="100%"][height="1"] + table[width="750"][border="0"][bgcolor="ffffff"][cellspacing="0"][cellpadding="4"]
wvtlfm.com##table[width="1024"][height="100"]
tvsite.co.za##table[width="120"][height="600"]
thephuketnews.com##table[width="1215"][bgcolor="#DDDDDD"]
sermonaudio.com##table[width="152"][bgcolor="C8D6C9"]
afrol.com##table[width="159"][height="70"]
audiforums.com##table[width="170"]
flipline.com##table[width="180"][height="100%"]
articlebiz.com##table[width="200"][height="200"]
news.excite.com##table[width="210"]
excite.com,myway.com##table[width="210"][height="199"]
articletrader.com,asiansexgazette.com,thestandard.com.hk##table[width="250"]
font-cat.com##table[width="254"]
astrocenter.com,iloveuquotes.com,kanoodle.com,sextails.com,tennis.com,wwitv.com##table[width="300"]
pcstats.com##table[width="300"][align="right"]
highdefdigest.com##table[width="300"][cellspacing="0"][cellpadding="0"]
deccanchronicle.com##table[width="300"][height="108"]
4hoteliers.com,business-standard.com,idlebrain.com,itnewsonline.com,itweb.co.za,macsurfer.com,omgblog.com,themoviespoiler.com##table[width="300"][height="250"]
missoulian.com##table[width="300px"][height="487"]
notdoppler.com##table[width="312"][height="252"]
garfield.com##table[width="332"]
idlebrain.com,lanewsmonitor.com,stickyminds.com,themoviespoiler.com##table[width="336"]
iloveuquotes.com##table[width="350"]
cameralabs.com##table[width="350"][align="right"][cellspacing="0"][cellpadding="0"][border="0"]
fredericknewspost.com,geology.com,jeepforum.com,talkgold.com##table[width="468"]
airlinequality.com##table[width="470"]
worldtimezone.com##table[width="472"][border="0"][bgcolor="ffffff"]
stampnews.com##table[width="482"][cellspacing="1"][cellpadding="0"]
gardenstateapartments.com##table[width="486"]
business-standard.com##table[width="490"][height="250"]
abundance-and-happiness.com##table[width="500"]
christiansunite.com##table[width="597"]
lowellsun.com##table[width="599"]
animaltales.info##table[width="610"]
imgspice.com,pixroute.com##table[width="610"][height="260"]
blingcheese.com##table[width="620"]
rainbowdressup.com##table[width="620"][height="250"]
scoop.co.nz##table[width="640"][height="254"]
tvseriesfinale.com##table[width="658"]
proaudioreview.com,rwonline.com,televisionbroadcast.com,tvtechnology.com,videography.com##table[width="665"]
techlearning.com##table[width="665"][align="center"]
911tabs.com,airlinequality.com,animalcrossingcommunity.com,craftster.org,dreamteammoney.com,forums.wirelessadvisor.com,jobsearch.monsterindia.com,jokes2go.com,linuxgizmos.com,talkgold.com##table[width="728"]
monsterindia.com##table[width="728"][align="center"]
softexia.com##table[width="728"][bordercolor="#003366"]
serialbay.com##table[width="728"][cellspacing="0"][cellpadding="0"]
apanews.net,geekmontage.com,iphpbb3.com,silentera.com##table[width="728"][height="90"]
monsterindia.com##table[width="730"][align="left"]
freetvstream.in##table[width="730"][height="90"]
font-cat.com##table[width="732"]
airlinequality.com##table[width="736"]
learnaboutmovieposters.com##table[width="744"][border="2"][bgcolor="#000000"][align="center"]
sharedata.co.za##table[width="760"][height="60"]
inquirer.net##table[width="780"][height="90"]
asciiribbon.org,worldometers.info##table[width="800"]
blackstarnews.com##table[width="800"][height="110"]
blackstarnews.com##table[width="800"][height="130"]
lyngsat-logo.com##table[width="800"][height="96"]
g35driver.com##table[width="867"]
curezone.org##table[width="88%"][height="10"]
forums.syfy.com##table[width="900"][bgcolor="#3A3163"]
aaroads.com##table[width="900"][height="110"]
ksub590.com,newstalk890.com##table[width="910"][height="100"]
newreviewsite.com##table[width="940"][height="60"]
psl.co.za##table[width="952"][height="115"]
psl.co.za##table[width="952"][height="64"]
psl.co.za##table[width="952"][height="87"]
japan-guide.com##table[width="965"][height="90"]
scvnews.com##table[width="978"][height="76"]
prowrestling.net##table[width="979"][height="105"]
dining-out.co.za##table[width="980"][vspace="0"][hspace="0"]
westportnow.com##table[width="981"]
kool.fm##table[width="983"][height="100"]
gamecopyworld.com##table[width="984"][height="90"]
apanews.net##table[width="990"]
cnykiss.com,wbkvam.com,wutqfm.com##table[width="990"][height="100"]
cbc-radio.com##table[width="990"][height="100"][align="center"]
965ksom.com##table[width="990"][height="101"]
wbrn.com##table[width="990"][height="98"]
eztv.io##td > a[href][rel="noindex"]
eztv.io##td > a[href][style]
findagrave.com##td[align="center"] > style + .search-widget
autosport.com##td[align="center"][valign="top"][height="266"][bgcolor="#dcdcdc"]
coffeegeek.com##td[align="center"][width="100%"][valign="middle"]
forums.battle.net##td[align="center"][width="130"]
rapidog.com##td[align="left"][colspan="3"]
teenhut.net,whistlestopper.com##td[align="left"][width="160"][valign="top"]
healthboards.com##td[align="left"][width="300"]:first-child
notdoppler.com##td[background*="/img/topad_"]
959kissfm.com##td[background="/i/banner_back.jpg"]
vgcats.com##td[background="images/towerbanner.gif"]
vgcats.com##td[background="images/widebanner.gif"]
planetlotus.org##td[bgcolor="#BCCEDC"][align="center"][colspan="6"]
appleinsider.com##td[bgcolor="#f5f5f5"]
ixquick.com##td[bgcolor="#f7f9ff"]
ixquick.com##td[bgcolor="#fbf0fa"]
express.co.uk##td[colspan="2"]
schlockmercenary.com##td[colspan="3"]
btmon.com##td[colspan="4"]
ytmnd.com##td[colspan="5"]
affiliatescout.com,freewarefiles.com,mysavings.com,techarp.com##td[height="100"]
notdoppler.com##td[height="100"][rowspan="3"]
extremeoverclocking.com##td[height="104"]
designboom.com,indianetzone.com##td[height="110"]
lowyat.net,ultimatemetal.com##td[height="110px"]
usautoparts.net##td[height="111"][align="center"][valign="top"]
aspfree.com,devarticles.com,devshed.com##td[height="115"]
officegamespot.com##td[height="120"][bgcolor="#FFFFFF"]
1980-games.com##td[height="129"][colspan="4"]
eurometeo.com##td[height="14"][width="738"]
eve-search.com##td[height="150"]
autosport.com##td[height="17"]
videohelp.com##td[height="200"]
wrestlingnewsworld.com##td[height="204"]
coolifiedgames.com,coolmath.com,elouai.com##td[height="250"]
maxgames.com##td[height="250"][bgcolor="#fff"]
vectorportal.com##td[height="250"][colspan="3"]
honda-tech.com,tennis.com##td[height="250"][width="300"]
dllme.com##td[height="260"]
crictime.com##td[height="265"]
autosport.com##td[height="266"][bgcolor="#DCDCDC"]
kids-in-mind.com##td[height="270"][align="center"]
rediff.com##td[height="280"]
seriouswheels.com##td[height="289"]
rediff.com,rentalads.com##td[height="290"]
lyngsat-logo.com##td[height="320"]
cellular-news.com##td[height="350"]
moviesite.co.za##td[height="600"]
musicjesus.com##td[height="600"][width="160"]
talkgold.com##td[height="61"]
tinyurl.com##td[height="610"][width="310"]
crictime.com##td[height="641"]
mybetting.co.uk##td[height="70"]
businessknowhow.com##td[height="70"][colspan="3"]
eve-search.com,stuffpoint.com##td[height="90"]
start64.com##td[height="92"][colspan="2"]
crictime.com##td[height="93"]
tigerdroppings.com##td[height="95"][bgcolor="#dedede"]
imtranslator.net##td[height="96"]
tinyurl.com##td[height="98"]
searchalot.com##td[onmouseout="cs()"]
bt-chat.com##td[rowspan="3"]
tinyurl.com##td[style="background-color : #F1F0FF;"]
themaineedge.com##td[style="background-color:#000000;"]
hyipexplorer.com##td[style="border-bottom: 1px solid #EBEBEB; padding-right: 0px;"]
dslreports.com##td[style="border-right: 1px #CCCCCC solid;"]
nvnews.net##td[style="border: 0px solid #000000"][rowspan="3"]
rapidog.com##td[style="font-size:11"]
citationmachine.net##td[style="height: 100px;"]
360cities.net##td[style="min-width:210px;min-height:600px;"]
cellular-news.com##td[style="padding-bottom:20px;"]
jimbotalk.net##td[style="padding-bottom:3px; background-color:#ffffff; height:90px;"]
kids-in-mind.com##td[style="padding-left: 5; padding-right: 5"]
searchftps.net##td[style="padding-top: 15px;"]
ip-address.org##td[style="padding-top:0.3em"]
mg.co.za##td[style="padding-top:5px; width: 200px"]
car.com##td[style="padding: 8px; border: 1px solid #C9D9DD; background-color: #F9F9FF;"]
wikifeet.com##td[style="padding:10px"]
business-standard.com##td[style="padding:5px"]
healthsquare.com##td[style="padding:6px 0px 0px 4px;"]
uploadc.com##td[style="text-align:center; vertical-align:middle; background:black"]
tampermonkey.net##td[style="vertical-align: top; min-width: 120px;"]
tampermonkey.net##td[style="vertical-align: top; min-width: 250px;"]
tixati.com##td[style="vertical-align: top; text-align: right; width: 346px; font-size: 12px;"]
englishforum.ch##td[style="width: 160px; padding-left: 15px;"]
armslist.com##td[style="width: 190px; vertical-align: top;"]
uvnc.com##td[style="width: 300px; height: 250px;"]
mlbtraderumors.com##td[style="width: 300px;"]
talkgold.com##td[style="width:150px"]
staticice.com.au##td[valign="middle"][height="80"]
newhampshire.com##td[valign="top"][height="94"]
cdcovers.cc##td[width="10"]
linkreferral.com##td[width="100%"][bgcolor="dddddd"][align="right"] > table[width="800"][border="0"][align="center"][cellspacing="0"][cellpadding="0"]
manoramaonline.com##td[width="1000"]
gotquestions.org##td[width="1000"][height="93"]
rawstory.com##td[width="101"][align="center"][style][margin="0"]
worldtribune.com##td[width="1024"]
evolutionm.net,forumserver.twoplustwo.com,itnewsonline.com,talkgold.com##td[width="120"]
pojo.biz##td[width="125"]
wetcanvas.com##td[width="125"][align="center"]:first-child
zambiz.co.zm##td[width="130"][height="667"]
manoramaonline.com##td[width="140"]
appleinsider.com##td[width="150"]
aerobaticsweb.org##td[width="156"][height="156"]
zambiz.co.zm##td[width="158"][height="667"]
gardenweb.com##td[width="159"][bgcolor="#A39614"]
billoreilly.com,complaints.com,pprune.org,thinkbabynames.com,ultimatemetal.com,worldometers.info##td[width="160"]
eweek.com,terradaily.com##td[width="160"][align="left"]
securityfocus.com##td[width="160"][bgcolor="#eaeaea"]
manoramaonline.com##td[width="160"][height="600"]
productreview.com.au,wirelessforums.org##td[width="160"][valign="top"]
manoramaonline.com##td[width="165"]
barbie.com##td[width="168"][height="640"]
iconizer.net,thefourthperiod.com##td[width="170"]
appleinsider.com##td[width="180"]
aaroads.com##td[width="180"][height="650"]
odili.net##td[width="180"][valign="top"]
couponmom.com##td[width="184"]
eab.abime.net##td[width="185"][align="left"]:first-child
avsforum.com##td[width="193"]
tivocommunity.com##td[width="193"][valign="top"]
boxingscene.com##td[width="200"][height="18"]
dir.yahoo.com##td[width="215"]
itweb.co.za##td[width="232"][height="90"]
degreeinfo.com,rubbernews.com##td[width="250"]
scriptmafia.org##td[width="250px"]
websitelooker.com##td[width="30%"][align="center"]
avsforum.com,ballerstatus.com,btobonline.com,coolmath-games.com,coolmath4kids.com,dzineblog.com##td[width="300"]
zigzag.co.za##td[width="300"][height="250"]
musicsonglyrics.com,safemanuals.com,vector-logos.com##td[width="300"][valign="top"]
ziddu.com##td[width="305"]
bt-chat.com##td[width="305px"]
pwtorch.com##td[width="306"][height="250"]
tennis.com##td[width="330"][height="250"]
devarticles.com,rage3d.com##td[width="336"]
net-security.org##td[width="337"][height="287"]
askvg.com##td[width="370px"]
freeonlinegames.com##td[width="50%"][height="250"]
goodquotes.com##td[width="55%"]
leo.org##td[width="55%"][valign="middle"]
forum.cstalking.com##td[width="600px"][height="300px"]
ballerstatus.com,cellular-news.com,prowrestling.com,rivals.com##td[width="728"]
itweb.co.za,lyngsat-logo.com,lyngsat.com,notdoppler.com,thinkbabynames.com##td[width="728"][height="90"]
postchronicle.com##td[width="728"][valign="top"]
samachar.com##td[width="730"][height="90"]
barbie.com##td[width="767"][height="96"]
gardenweb.com##td[width="932"][height="96"]
the-numbers.com##td[width="95"]
empireonline.com##td[width="950"][height="75"]
workforce.com##td[width="970"][height="110"]
usanetwork.com##td[width="970"][height="66"]
howstuffworks.com##td[width="980"][height="90"]
hongkongindians.com##th[width="1000"][height="141"]
rarbg.to,rarbg.unblockall.org,rarbgaccess.org,rarbgmirror.com,rarbgmirror.org,rarbgmirror.xyz,rarbgproxy.com,rarbgproxy.org,rarbgunblock.com##tr > td + td[style*="height:"]
eztv.io,eztv.tf,eztv.yt##tr > td[style*="border:"]
uvnc.com##tr > td[valign="middle"][style="width: 10px;"]:first-child + td[valign="top"][style="width: 180px;"]
fredericknewspost.com##tr[height="250"]
whatsmyip.org##tr[height="95"]
nowgoal.com##tr[id^="tr_ad"]
internetslang.com##tr[style="min-height:28px;height:28px"]
internetslang.com##tr[style="min-height:28px;height:28px;"]
rarbg.to,rarbg.unblockall.org,rarbgaccess.org,rarbgmirror.com,rarbgmirror.org,rarbgmirror.xyz,rarbgproxy.com,rarbgproxy.org,rarbgunblock.com##tr[style^="font-size:"] > td > table
horoscope.com##tr[valign="top"][height="250"]
twitter.com#?#article[role="article"]:-abp-contains(Promoted)
twitter.com#?#div[data-testid="UserCell"]:-abp-contains(Promoted)
twitter.com#?#div[data-testid="trend"]:-abp-contains(Promoted)
twitter.com#?#h2[role="heading"]:-abp-contains(Promoted Tweet)
elizium.nu##ul[style="padding: 0; width: 100%; margin: 0; list-style: none;"]
almasdarnews.com,antonymsfor.com,breakingisraelnews.com,codeproject.com,coed.com,colourlovers.com,convert-me.com,convertcase.net,crackberry.com,daclips.in,dailygalaxy.com,destructoid.com,diffen.com,drudgereport.com,easybib.com,eurweb.com,freewarefiles.com,fullmatchesandshows.com,gelbooru.com,genfb.com,getinmybelly.com,grammarist.com,imagepearl.com,indiewire.com,israelnationalnews.com,jerusalemonline.com,jewsnews.co.il,jpost.com,kizi.com,kshowonline.com,magnetdl.com,mmorpg.com,msn.com,nba-stream.com,newsarama.com,opensubtitles.org,phonesreview.co.uk,playbill.com,pocketnow.com,readmng.com,roadracerunner.com,rule34.xxx,sh.st,sportspickle.com,teslacentral.com,the4thofficial.net,thebarchive.com,toptenz.net,trifind.com,uproxx.com,videotoolbox.com,vrheads.com,wnd.com,xda-developers.com##[href*="base64"]
almasdarnews.com,antonymsfor.com,breakingisraelnews.com,codeproject.com,coed.com,colourlovers.com,convert-me.com,convertcase.net,daclips.in,dailygalaxy.com,destructoid.com,diffen.com,drudgereport.com,easybib.com,eurweb.com,freewarefiles.com,fullmatchesandshows.com,gelbooru.com,genfb.com,getinmybelly.com,grammarist.com,imagepearl.com,indiewire.com,israelnationalnews.com,jerusalemonline.com,jewsnews.co.il,jpost.com,kizi.com,kshowonline.com,magnetdl.com,mmorpg.com,msn.com,nba-stream.com,newsarama.com,opensubtitles.org,phonesreview.co.uk,playbill.com,pocketnow.com,readmng.com,readmng.comcrackberry.com,roadracerunner.com,rule34.xxx,sh.st,sportspickle.com,teslacentral.com,the4thofficial.net,thebarchive.com,toptenz.net,trifind.com,uproxx.com,videotoolbox.com,vrheads.com,wnd.com,xda-developers.com##[href*="data:"]
loveroms.com##[src*="application/javascript"]
almasdarnews.com,antonymsfor.com,breakingisraelnews.com,codeproject.com,coed.com,colourlovers.com,convert-me.com,convertcase.net,daclips.in,dailygalaxy.com,diffen.com,drudgereport.com,easybib.com,eurweb.com,freewarefiles.com,gelbooru.com,genfb.com,getinmybelly.com,grammarist.com,imagepearl.com,indiewire.com,israelnationalnews.com,jewsnews.co.il,kizi.com,kshowonline.com,magnetdl.com,mmorpg.com,msn.com,nba-stream.com,newsarama.com,opensubtitles.org,phonesreview.co.uk,playbill.com,pocketnow.com,readmng.com,readmng.comcrackberry.com,roadracerunner.com,rule34.xxx,sh.st,sportspickle.com,teslacentral.com,the4thofficial.net,thebarchive.com,toptenz.net,trifind.com,uproxx.com,videotoolbox.com,vrheads.com,wnd.com,xda-developers.com##[src*="base64"]
almasdarnews.com,antonymsfor.com,breakingisraelnews.com,coed.com,colourlovers.com,convert-me.com,convertcase.net,crackberry.com,daclips.in,dailygalaxy.com,diffen.com,drudgereport.com,easybib.com,eurweb.com,freewarefiles.com,fullmatchesandshows.com,gelbooru.com,genfb.com,getinmybelly.com,grammarist.com,imagepearl.com,indiewire.com,israelnationalnews.com,jerusalemonline.com,jewsnews.co.il,jpost.com,kizi.com,kshowonline.com,magnetdl.com,mmorpg.com,nba-stream.com,newsarama.com,opensubtitles.org,phonesreview.co.uk,playbill.com,pocketnow.com,readmng.com,roadracerunner.com,rule34.xxx,sh.st,sportspickle.com,teslacentral.com,the4thofficial.net,thebarchive.com,toptenz.net,trifind.com,uproxx.com,videotoolbox.com,vrheads.com,wnd.com,xda-developers.com##[src*="blob:"]
almasdarnews.com,antonymsfor.com,breakingisraelnews.com,coed.com,colourlovers.com,convert-me.com,convertcase.net,crackberry.com,daclips.in,dailygalaxy.com,damimage.com,diffen.com,drudgereport.com,easybib.com,eurweb.com,freewarefiles.com,gelbooru.com,genfb.com,getinmybelly.com,grammarist.com,imagedecode.com,imagepearl.com,imageteam.org,indiewire.com,israelnationalnews.com,jewsnews.co.il,kizi.com,kshowonline.com,magnetdl.com,mmorpg.com,msn.com,nba-stream.com,newsarama.com,opensubtitles.org,phonesreview.co.uk,playbill.com,pocketnow.com,readmng.com,roadracerunner.com,rule34.xxx,sh.st,sportspickle.com,teslacentral.com,the4thofficial.net,thebarchive.com,toptenz.net,trifind.com,uproxx.com,videotoolbox.com,vrheads.com,wnd.com,xda-developers.com##[src*="data:"]
almasdarnews.com,antonymsfor.com,breakingisraelnews.com,coed.com,colourlovers.com,convert-me.com,convertcase.net,daclips.in,dailygalaxy.com,diffen.com,drudgereport.com,easybib.com,eurweb.com,freewarefiles.com,fullmatchesandshows.com,gelbooru.com,genfb.com,getinmybelly.com,grammarist.com,imagepearl.com,indiewire.com,jerusalemonline.com,jewsnews.co.il,kizi.com,kshowonline.com,magnetdl.com,msn.com,nba-stream.com,newsarama.com,opensubtitles.org,phonesreview.co.uk,playbill.com,readmng.com,roadracerunner.com,rule34.xxx,sh.st,sportspickle.com,teslacentral.com,the4thofficial.net,thebarchive.com,toptenz.net,trifind.com,uproxx.com,videotoolbox.com,vrheads.com,wnd.com,xda-developers.com##[style*="background-image:"]
almasdarnews.com,antonymsfor.com,breakingisraelnews.com,codeproject.com,coed.com,colourlovers.com,convert-me.com,convertcase.net,crackberry.com,daclips.in,dailygalaxy.com,destructoid.com,diffen.com,drudgereport.com,easybib.com,eurweb.com,freewarefiles.com,fullmatchesandshows.com,gelbooru.com,genfb.com,getinmybelly.com,grammarist.com,imagepearl.com,indiewire.com,israelnationalnews.com,jerusalemonline.com,jewsnews.co.il,jpost.com,kizi.com,kshowonline.com,magnetdl.com,mmorpg.com,msn.com,nba-stream.com,newsarama.com,opensubtitles.org,phonesreview.co.uk,playbill.com,pocketnow.com,readmng.com,roadracerunner.com,rule34.xxx,sh.st,sportspickle.com,teslacentral.com,the4thofficial.net,thebarchive.com,toptenz.net,trifind.com,uproxx.com,videotoolbox.com,vrheads.com,wnd.com,xda-developers.com##[style*="base64"]
101greatgoals.com,allthetests.com,almasdarnews.com,ancient-origins.net,antonymsfor.com,bibme.org,biology-online.org,blacklistednews.com,breakingisraelnews.com,chicagotribune.com,citationmachine.net,codeproject.com,coed.com,colourlovers.com,convert-me.com,convertcase.net,crackberry.com,daclips.in,dailygalaxy.com,destructoid.com,diffen.com,drudgereport.com,easybib.com,eurweb.com,freewarefiles.com,fullmatchesandshows.com,gelbooru.com,genfb.com,getinmybelly.com,grammarist.com,imagepearl.com,indiewire.com,israelnationalnews.com,jerusalemonline.com,jewsnews.co.il,jpost.com,kizi.com,kshowonline.com,magnetdl.com,mmorpg.com,msn.com,nba-stream.com,newsarama.com,opensubtitles.org,phonesreview.co.uk,playbill.com,pocketnow.com,readmng.com,roadracerunner.com,rule34.xxx,sh.st,sportspickle.com,teslacentral.com,the4thofficial.net,thebarchive.com,toptenz.net,trifind.com,uproxx.com,videotoolbox.com,vrheads.com,wnd.com,xda-developers.com##[style*="blob:"]
almasdarnews.com,antonymsfor.com,blacklistednews.com,breakingisraelnews.com,chicagotribune.com,citationmachine.net,codeproject.com,coed.com,colourlovers.com,convert-me.com,convertcase.net,crackberry.com,daclips.in,dailygalaxy.com,destructoid.com,diffen.com,drudgereport.com,easybib.com,elbooru.com,eurweb.com,freewarefiles.com,fullmatchesandshows.com,gelbooru.com,genfb.com,getinmybelly.com,grammarist.com,imagepearl.com,indiewire.com,israelnationalnews.com,jerusalemonline.com,jewsnews.co.il,jpost.com,kizi.com,kshowonline.com,magnetdl.com,mmorpg.com,msn.com,nba-stream.com,newsarama.com,opensubtitles.org,phonesreview.co.uk,playbill.com,pocketnow.com,readmng.com,roadracerunner.com,rule34.xxx,sh.st,sportspickle.com,teslacentral.com,the4thofficial.net,thebarchive.com,trifind.com,uproxx.com,videotoolbox.com,vrheads.com,wnd.com##[style*="border: 0px none; margin:"]
almasdarnews.com,antonymsfor.com,breakingisraelnews.com,coed.com,colourlovers.com,convert-me.com,convertcase.net,crackberry.com,daclips.in,dailygalaxy.com,destructoid.com,diffen.com,drudgereport.com,easybib.com,eurweb.com,freewarefiles.com,fullmatchesandshows.com,gelbooru.com,genfb.com,getinmybelly.com,grammarist.com,imagepearl.com,indiewire.com,israelnationalnews.com,jerusalemonline.com,jewsnews.co.il,jpost.com,kizi.com,kshowonline.com,magnetdl.com,mmorpg.com,msn.com,nba-stream.com,newsarama.com,opensubtitles.org,phonesreview.co.uk,playbill.com,pocketnow.com,readmng.com,roadracerunner.com,rule34.xxx,sh.st,sportspickle.com,teslacentral.com,the4thofficial.net,thebarchive.com,toptenz.net,trifind.com,uproxx.com,videotoolbox.com,vrheads.com,wnd.com,xda-developers.com##[style*="data:"]
almasdarnews.com,antonymsfor.com,breakingisraelnews.com,coed.com,colourlovers.com,convert-me.com,convertcase.net,crackberry.com,dailygalaxy.com,destructoid.com,diffen.com,drudgereport.com,easybib.com,eurweb.com,freewarefiles.com,fullmatchesandshows.com,gelbooru.com,genfb.com,getinmybelly.com,grammarist.com,imagepearl.com,indiewire.com,israelnationalnews.com,jerusalemonline.com,jewsnews.co.il,jpost.com,kizi.com,kshowonline.com,magnetdl.com,mmorpg.com,msn.com,nba-stream.com,newsarama.com,opensubtitles.org,phonesreview.co.uk,playbill.com,readmng.com,roadracerunner.com,rule34.xxx,sh.st,sportspickle.com,teslacentral.com,the4thofficial.net,thebarchive.com,toptenz.net,trifind.com,uproxx.com,videotoolbox.com,vrheads.com,wnd.com,xda-developers.com##[style*="display: block !important; visibility: visible !important"]
almasdarnews.com,antonymsfor.com,breakingisraelnews.com,coed.com,colourlovers.com,convert-me.com,convertcase.net,crackberry.com,dailygalaxy.com,destructoid.com,diffen.com,drudgereport.com,easybib.com,eurweb.com,freewarefiles.com,fullmatchesandshows.com,gelbooru.com,genfb.com,getinmybelly.com,grammarist.com,imagepearl.com,indiewire.com,israelnationalnews.com,jerusalemonline.com,jewsnews.co.il,jpost.com,kizi.com,kshowonline.com,magnetdl.com,mmorpg.com,nba-stream.com,newsarama.com,opensubtitles.org,phonesreview.co.uk,playbill.com,pocketnow.com,readmng.com,roadracerunner.com,rule34.xxx,sh.st,sportspickle.com,teslacentral.com,the4thofficial.net,thebarchive.com,toptenz.net,trifind.com,uproxx.com,videotoolbox.com,vrheads.com,wnd.com,xda-developers.com##[style*="display:inline !important"]
bibme.org,breakingisraelnews.com,codeproject.com,diffen.com,eurweb.com,freewarefiles.com,indiewire.com,israelnationalnews.com,the4thofficial.net,wnd.com##[style] > [scrolling]
bibme.org,breakingisraelnews.com,codeproject.com,diffen.com,eurweb.com,indiewire.com,israelnationalnews.com,playbill.com,readmng.com,the4thofficial.net,wnd.com##[style] > iframe
101greatgoals.com,allthetests.com,bibme.org,biology-online.org,blacklistednews.com,breakingisraelnews.com,colourlovers.com,convertcase.net,diffen.com,eurweb.com,freewarefiles.com,genfb.com,indiewire.com,jerusalemonline.com,kshowonline.com,playbill.com,readmng.com,the4thofficial.net##div > iframe:first-child
biology-online.org##div[style*="display:block !important"]
bibme.org,diffen.com,freewarefiles.com,playbill.com,readmng.com##iframe[id][style]
codeproject.com,indiewire.com,kshowonline.com,wnd.com##iframe[marginheight]
codeproject.com,indiewire.com##iframe[marginwidth]
codeproject.com,indiewire.com##iframe[name][style]
codeproject.com,indiewire.com##iframe[style][scrolling]
codeproject.com,indiewire.com##iframe[style][src]
gelbooru.com##.contain-push > .hidden-xs
gelbooru.com##.contain-push > center > [class]
gelbooru.com##a[href*=".r18."]
gelbooru.com##a[target="_blank"] > div
gelbooru.com##a[target="_blank"] > img
gelbooru.com##center > center > .hidden-xs
autoevolution.com###\5f wlts
citationsy.com###aaaaaaaaaa
googlesyndication.com###adunit
oregonlive.com###adv_network
static.adf.ly###container
upi.com###div-ad-inread
upi.com###div-ad-top
idg.com.au###float_leaderboard_bottom
dospelis.com###frame-holder
macdailynews.com###header-ads
arnnet.com.au###leaderboard-bottom-ad
kenkenpuzzle.com###leaderboard-container
lifewire.com###leaderboard_2-0
telecompetitor.com###sidetopbanner
telecompetitor.com###singlepostbanner
deadline.com###skin-ad-section
cinemablend.com###slot_drawer
mingle2.com###textlink_ads_placeholder
computerworlduk.com###topLeaderboard > .leaderboard
mingle2.com###topbannerad
janjuaplayer.com###video_ads_overdiv
sctimes.com##.ad-bottom
standard.co.uk##.ad-center
nme.com##.ad-container
universityherald.com##.ad-sample
uptobox.com##.ad-square
findthedata.com##.ad-text
greenbaypressgazette.com,sctimes.com##.ad-wrap-none
dailymail.co.uk,spanishdict.com##.ad-wrapper
dailymail.co.uk##.adHolder
comicbook.com##.ad_blk
spin.com##.ad_desktop_placeholder
autoevolution.com##.adcont970
cinemablend.com##.ads_slot
tomshardware.com##.adsbox
afreesms.com,dailymail.co.uk,israellycool.com,mma-core.com,technoshouter.com##.adsbygoogle
technobuffalo.com##.adspot
universityherald.com##.adunit_rectangle
modmy.com##.article-leaderboard
wccftech.com##.banner-ad
samaup.com##.bannernone
playwire.com##.bolt-ad-container
menshealth.com##.breaker-ad
freewarefiles.com##.center-gray-ad-txt
zippyshare.com##.center_ad
zdnet.com##.content-bottom-leaderboard
womenshealthmag.com##.dfp-tag-wrapper
broadwayworld.com##.ezoic-ad
wccftech.com##.featured-ad
last.fm##.full-bleed-ad-container
nme.com##.header-advert-wrapper
freewarefiles.com##.homepage_300x600adslot
courier-journal.com##.inline-share-btn
computerworlduk.com##.jsAdContainer > #dynamicAd1
mediafire.com##.lb-ad
menshealth.com,runnersworld.com,womenshealthmag.com##.leaderboard-ad
mediafire.com##.lr-ad
ubergizmo.com##.mediumbox_container
ubergizmo.com##.mediumbox_container_incontent
ubergizmo.com##.mediumbox_incontent_wide
lifewire.com##.mntl-lazy-ad
clashdaily.com,dailysurge.com##.pan-ad-inline1
clashdaily.com##.pan-ad-sidebar1
clashdaily.com##.pan-ad-sidebar2
flashx.tv##.rec_article_footer
flashx.tv##.rec_container_footer
spanishdict.com##.sd-ad-wrapper
technobuffalo.com##.shortcode-ad-box
veekyforums.com##.sidebar-rc
mingle2.com##.skyscraper_ad
spin.com##.sm-widget-ad-holder
foreignaffairs.com##.speed-bump
hypable.com##.splitter
womenshealthmag.com##.sponsor-bar
nymag.com##.taboola
jewishpress.com##.td-a-rec-id-custom_ad_1
jewishpress.com##.td-a-rec-id-custom_ad_3
jewishpress.com##.td-adspot-title
telecompetitor.com##.top125banners
cinemablend.com##.topsticky_wrapper
baltimoresun.com,boston.com,calgaryherald.com,capitalgazette.com,carrollcountytimes.com,chicagotribune.com,citypaper.com,courant.com,dailymail.co.uk,dailypress.com,deathandtaxesmag.com,edmontonjournal.com,edmunds.com,financialpost.com,gofugyourself.com,hearthhead.com,huffingtonpost.co.uk,ign.com,infinitiev.com,last.fm,latimes.com,leaderpost.com,lolking.net,mcall.com,metacritic.com,montrealgazette.com,nasdaq.com,nationalpost.com,newsarama.com,orlandosentinel.com,ottawacitizen.com,pcmag.com,ranker.com,sandiegouniontribune.com,saveur.com,sherdog.com,spin.com,startribune.com,stereogum.com,sun-sentinel.com,theprovince.com,thestarphoenix.com,timeanddate.com,tmn.today,tomshardware.co.uk,tomshardware.com,torontosun.com,trustedreviews.com,twincities.com,vancouversun.com,vibe.com,windsorstar.com,wowhead.com,yourtailorednews.com##.trc-content-sponsored
baltimoresun.com,boston.com,calgaryherald.com,capitalgazette.com,carrollcountytimes.com,chicagotribune.com,citypaper.com,courant.com,dailymail.co.uk,dailypress.com,deathandtaxesmag.com,edmontonjournal.com,edmunds.com,financialpost.com,gofugyourself.com,hearthhead.com,huffingtonpost.co.uk,ign.com,infinitiev.com,last.fm,latimes.com,leaderpost.com,lolking.net,mcall.com,metacritic.com,montrealgazette.com,nasdaq.com,nationalpost.com,newsarama.com,orlandosentinel.com,ottawacitizen.com,pcmag.com,ranker.com,sandiegouniontribune.com,saveur.com,sherdog.com,spin.com,stereogum.com,sun-sentinel.com,theprovince.com,thestarphoenix.com,timeanddate.com,tmn.today,tomshardware.co.uk,tomshardware.com,torontosun.com,trustedreviews.com,twincities.com,vancouversun.com,vibe.com,windsorstar.com,wowhead.com,yourtailorednews.com##.trc-content-sponsoredUB
realfarmacy.com##.trc_rbox_container
freep.com##.tsfrm-sponsor-logo-content
mirrorace.com##.uk-margin-bottom
mingle2.com##.user_profile_ads
courier-journal.com##.util-bar-module-share
baltimoresun.com,boston.com,calgaryherald.com,capitalgazette.com,carrollcountytimes.com,chicagotribune.com,citypaper.com,courant.com,dailypress.com,deathandtaxesmag.com,edmontonjournal.com,edmunds.com,financialpost.com,gofugyourself.com,hearthhead.com,ign.com,infinitiev.com,latimes.com,leaderpost.com,lolking.net,mcall.com,montrealgazette.com,nasdaq.com,nationalpost.com,orlandosentinel.com,ottawacitizen.com,pcmag.com,ranker.com,sandiegouniontribune.com,saveur.com,sherdog.com,spin.com,sun-sentinel.com,theprovince.com,thestarphoenix.com,timeanddate.com,tmn.today,torontosun.com,twincities.com,vancouversun.com,vibe.com,windsorstar.com,wowhead.com##.zerg-holder
moviefone.com##.zergnet
ign.com##.zergnet-container
baltimoresun.com,boston.com,calgaryherald.com,capitalgazette.com,carrollcountytimes.com,chicagotribune.com,citypaper.com,courant.com,dailypress.com,deathandtaxesmag.com,edmontonjournal.com,edmunds.com,financialpost.com,gofugyourself.com,hearthhead.com,ign.com,infinitiev.com,latimes.com,leaderpost.com,lolking.net,mcall.com,montrealgazette.com,nasdaq.com,nationalpost.com,orlandosentinel.com,ottawacitizen.com,pcmag.com,ranker.com,sandiegouniontribune.com,saveur.com,sherdog.com,spin.com,sun-sentinel.com,theprovince.com,thestarphoenix.com,timeanddate.com,tmn.today,torontosun.com,twincities.com,vancouversun.com,vibe.com,windsorstar.com,wowhead.com##.zergnet-holder
gelbooru.com##[href*="adtng.com/"]
broadwayworld.com##[id="outbrain_widget_"]
revclouds.com##a[href^="http://adtrack123.pl/"]
flashx.tv##a[href^="http://data.committeemenencyclopedicrepertory.info/"]
christianforums.com##a[href^="http://go.tryonlinetherapy.com/aff_c?offer_id="]
wccftech.com##a[href^="http://internalredirect.site/"]
vidbull.com##a[href^="http://mgid.com/"]
akiba-online.com##a[href^="https://filejoker.net/invite-"]
apkmirror.com,baltimoresun.com,boreburn.com,boston.com,calgaryherald.com,capitalgazette.com,carrollcountytimes.com,chicagotribune.com,citypaper.com,courant.com,dailycaller.com,dailypress.com,deathandtaxesmag.com,edmontonjournal.com,edmunds.com,financialpost.com,gofugyourself.com,hearthhead.com,infinitiev.com,latimes.com,leaderpost.com,lolking.net,mcall.com,menshealth.com,montrealgazette.com,nasdaq.com,nationalpost.com,orlandosentinel.com,ottawacitizen.com,ranker.com,sandiegouniontribune.com,saveur.com,sherdog.com,spin.com,stereogum.com,sun-sentinel.com,theprovince.com,thestarphoenix.com,timeanddate.com,tmn.today,vancouversun.com,vibe.com,wexfordpeople.ie,windsorstar.com,womenshealthmag.com,yourtailorednews.com##a[onmousedown^="this.href='http://paid.outbrain.com/network/redir?"][target="_blank"]
computerworlduk.com##aside > div > .mpuHolder
torrentfunk.com##center > table
baltimoresun.com,boston.com,calgaryherald.com,capitalgazette.com,carrollcountytimes.com,chicagotribune.com,citypaper.com,courant.com,dailypress.com,deathandtaxesmag.com,edmontonjournal.com,edmunds.com,financialpost.com,gofugyourself.com,hearthhead.com,huffingtonpost.co.uk,ign.com,infinitiev.com,last.fm,latimes.com,leaderpost.com,lolking.net,mcall.com,metacritic.com,montrealgazette.com,nasdaq.com,nationalpost.com,nme.com,orlandosentinel.com,ottawacitizen.com,pcmag.com,ranker.com,sandiegouniontribune.com,saveur.com,sherdog.com,spin.com,stereogum.com,sun-sentinel.com,theprovince.com,thestarphoenix.com,timeanddate.com,tmn.today,tomshardware.co.uk,torontosun.com,trustedreviews.com,twincities.com,vancouversun.com,vibe.com,windsorstar.com,wowhead.com,yourtailorednews.com##div[data-item-syndicated="true"]
daclips.in,vidbull.com##div[id^="MarketGid"]
boredomtherapy.com,broadwayworld.com,mingle2.com,wccftech.com##div[id^="div-gpt-ad"]
sharespark.net##div[id^="randomContentServe"]
cinemablend.com##div[style="height:250px; width:300px;"]
smallseotools.com##iframe[id^="google_ads_frame"]
androidsage.com##ins[data-ad-client]
world4.eu##ins[style="display:inline-block;width:336px;height:280px"]
socketloop.com##span[data-ez-name]
newyorker.com##div[class^="Ad_"]
testpages.adblockplus.org###abptest
ksl.com#?#.queue:-abp-has(.sponsored)
multiup.eu,multiup.org#?#.alert:-abp-contains(VPN)
multiup.eu,multiup.org#?#.col-md-4:-abp-contains(Usenet.nl)
multiup.eu,multiup.org#?#.trtbl:-abp-has(.warnIp)
webfail.com#?#div[style="width:300px;height:auto;margin:30px 0;"] + div
yelp.com#?#li[class^="domtags--li"]:-abp-has(a[href^="/adredir?"])
yelp.com#?#li[class^="lemon--li"]:-abp-contains(Sponsored Results)
yelp.com#?#li[class^="lemon--li"]:-abp-has(a[href^="/adredir?"])
metacritic.com###leader_bottom
metacritic.com###leader_middle
metacritic.com###leader_top_wrapper
chicagotribune.com###tl_outer
boston.com,chicagotribune.com,cnet.com,metacritic.com,pcmag.com##.trc_elastic
boston.com##[data--dor-ibwh^="inarticle"]
boston.com##[data--dor-ibwh^="stream"]
cnet.com##[data-ad-meta]
pcmag.com##[data-ad-unit-path]
boston.com##[data-ad-unit]
chicagotribune.com##[data-adloader-adtype="articlecube"]
chicagotribune.com##[data-adloader-adtype="responsivebarkerad"]
chicagotribune.com##[data-adloader-position="leaderboardcombo"]
chicagotribune.com,gamepedia.com,metacritic.com,pcmag.com,sporcle.com##[data-google-query-id]
cnet.com##[name*="\"type\":\"\ads\""]
metacritic.com##[name*="adcontainer"]
sporcle.com##[name*="googleSearchAds"]
chicagotribune.com##[style*="width: 300px; height: 250px;"]
chicagotribune.com##[style*="width: 300px; height: 600px;"]
chicagotribune.com,sporcle.com##[style*="width: 728px; height: 90px;"]
metacritic.com##a[href*="/aclk?"]
boston.com##a[href^="http://sponsored.bostonglobe.com/"]
boston.com,chicagotribune.com,cnet.com,metacritic.com,pcmag.com##div[id^="trc_wrapper_"]
pcmag.com,sporcle.com##iframe[width="300"]
pcmag.com,sporcle.com##iframe[width="728"]
theguardian.com##[data-google-query-id]
msn.com##a[href^="https://redirect.viglink.com/"]
msn.com##a[href^="https://www.amazon."][href*="&tag="]
msn.com##a[target="_blank"][x-enc]
msn.com##div[x-enc] > a
msn.com##iframe[src="about:blank"]
bing.com###b_results > li > ul > li > div > .b_caption
bing.com###b_results > li > ul > li > div > .b_vlist2col
bing.com###mm_pla
bing.com###verticalads
bing.com##.ad_cvr
bing.com##.ad_sc
bing.com##.adsMvC
bing.com##.b_mhdr
bing.com##.pa_carousel_mlo
bing.com##.pa_list_sbo
bing.com##.pa_sb
@@||bing.com/shop^$elemhide
@@||bing.com^$generichide
bing.com##a[bdata-uri^="https://www.bing.com/aclk?"]
bing.com##a[data-uri^="https://www.bing.com/aclk?"]
bing.com##a[data-url^="https://www.bing.com/aclk?"]
bing.com##a[h$=",Ads"]
bing.com##a[href^="https://www.bing.com/aclick?"]
bing.com##a[href^="https://www.bing.com/aclk?"]
bing.com#?##b_context > li + li :-abp-has(span.b_adSlug)
bing.com#?##b_results > li :-abp-has(span.b_aslcp)
bing.com#?##b_results > li :-abp-has(span.b_aslcpv4)
bing.com#?##b_results > li :-abp-has(span:-abp-contains(Ad))
ashemaletube.com###ASHM_imBox_Container
nudography.com###BannerContainer
porntack.com###BannerUnder
cam4.com###Cam4IMslider
starsex.pl###FLOW_frame
rule34hentai.net###Our_Partnersmain
thestranger.com###PersonalsScroller
privatehomeclips.com###Ssnw2ik
imagehaven.net###TransparentBlack
pornhd.xyz###Video_Oncesi_Reklam
namethatporn.com###a_block
swfchan.com###aaaa
youjizz.com###above-related
4tube.com###accBannerContainer03
4tube.com###accBannerContainer04
pornhub.com,tube8.com,youporn.com###access_container
cliphunter.com,isanyoneup.com,seochat.com###ad
pornhub.com###adA
pornhub.com###adB
ua-teens.com###ad_global_below_navbar
gaytube.com,pornomovies.com,turboimagehost.com,xvideos.com###ads
flyingjizz.com###adv_inplayer
hiddencamsvideo.com###advert
primejailbait.com###advertical
hairyclassic.com,qruq.com###advertisement
pornative.com###advertisers
orgyxxxhub.com###advobj
pornomovies.com###aff-aside
daporn.com###aff-banner
fleshbot.com###afleft
fleshbot.com###afright
xxxbunker.com###agePopup
imageporter.com###agebox
imagehaven.net###agreeCont
intporn.com###ajax_load_indicator
pornoitaliana.com,pornologo.com###alfa_promo_parent
redtube.com.br###as_131
youjizz.com###baner_top
linkbucks.com###banner
designm.ag###banner-holder
vporn.com###banner-place
vporn.com###banner-small
dansmovies.com###banner4
xxxbunker.com###bannerListBottom
xxxbunker.com###bannerListTop
debonairblog.com###banner_an
adultfriendfinder.com###banner_con
dansmovies.com,egbo.com,pervertslut.com###banner_video
namethatpornstar.com###bannercontainer
topescortbabes.com###banners
iafd.com###bantop
porndoe.com###below_player_zone
sexyandfunny.com###best-friends
namethatporn.com###bfda
desktopangels.net###bg_tab_container
pornflex53.com###bigbox_adv
xxxbunker.com###blackout
xcum.com###block-adv
anyporn.com###block-ffb
upornia.com###bns
chaturbate.com###botright
porntube.com###bottomBanner
xxxbunker.com###bottomBanners
wankerhut.com###bottom_adv
fuckme.me###bottom_warning
watchindianporn.net###boxban2
fastpic.ru###brnd
fastpic.ru###brnd-footer
befuck.com,hotshame.com,pinkrod.com,pornoid.com,thenewporn.com,updatetube.com,wetplace.com###c2p
dachix.com,dagay.com###cams
deviantclip.com###cams_ajax
hdzog.com###channel-banner
xvideos.com###channel_banner
24porn7.com###closeSyntax_adpB
drtuber.com###close_bottom_banner
thestranger.com###communityScroller
trovaporno.com###corpo_video_sponsor
playpornfree.org###custom_html-2
ultrahorny.com###desktop
youjizz.com###desktopRecommendedPr
blackandrose.net###disclaimer
theync.com###divYNC-RC-BotAd
theync.com###divYNC-RC-TopAd
theync.com###divYNCFootAdHolder
theync.com###divYNCFooterAdsWrapper
theync.com###divYNCHeadAdHolder
theync.com###divYNCVidPageAboveAdWrapper
theync.com###divYNCVidPageBelowAdWrapper
theync.com###divYNCVidPageBotAdWrapper
theync.com###divYNCVidPageTopAdsWrapper
celeb.gate.cc###div_alert
celeb.gate.cc###div_alternative
dojki.com###dosug
xaxtube.com###download
dominationtube.com###download-bar
anyvids.com###eapromo
adultdvdtalk.com###enter_overlay
crazyhomesex.com,deliciousmovies.com,imgflare.com,momisnaked.com,momsteachboys.com,momsxboys.com,sex-movies.cc,topamateursexvideos.com###fadeinbox
pornday.org,yporn.tv###featured
imagetwist.com###firopage
be3x.com###fl813695
sexyclips.org###flash
loadsofpics.com###floatdiv
sex.com###floater_button
milffox.com###fltd
monstertube.com,youjizz.com###footer
youjizz.com###footer-block
extremetube.com###footerWhole
burningcamel.com###fp_promo
adultfriendfinder.com###free_chat_models
efukt.com###friends
homemoviestube.com###friendscontents
netasdesalim.com###frutuante
mansurfer.com###gayporn
cantoot.com###googlebox
pornhub.com###hd-rightColVideoPage > div[class]:first-child
pornhub.com###hd-rightColVideoPage [style="float: inherit;"]
nangaspace.com###header
freepornvs.com###header > h1 > .buttons
aan.xxx###header-banner
youtubelike.com###header-top
cam4.com###headerBanner
spankwire.com###headerContainer
xaxtube.com###header_banner_1
xaxtube.com###header_banner_2
phonedog.com###headerboard
dumpaporn.com###headerbottom
todaysparent.com###hearst
bonecasxxx.com###highlights
prettyhotandsexy.sk###home-insert-1
fapdu.com###home_300_250
realgfporn.com###iknow
tnaflix.com###imfb
pornxs.com###imff
girlfriendvideos.com,pornxs.com###imfloat
guyswithiphones.com###imglist > .noshadow
pornhd.com###inVideoZone
gotgayporn.com###index4x4ad
pornxs.com###initR4Box
pornxs.com###initialize4Box
pornxs.com###initialize4d
imageporter.com###interVeil
sex.com###interWrapper
rampant.tv###interesting-bar
freebunker.com,imagesnake.com,imgcarry.com,loadsofpics.com,pornbus.org###introOverlayBg
porn18sex.com###invideo
sex2ube.com###jFlowSlide
anysex.com###kt_b
extremetube.com###leaderBoard
perfectgirls.net,postyourpuss.com###leaderboard
imagetwist.com###left[align="center"] > center > a[target="_blank"]
collegegrad.com###leftquad
dachix.com###link-buttons
faapy.com###link_bottom
alysa.xxx###links
suicidegirls.com###livetourbanner
bootyoftheday.co###lj
imghost.us.to###lj_livecams
5ilthy.com###ltas_overlay_unvalid
ynot.com###lw-bannertop728
ynot.com###lw-top
4tube.com###main-banner-grid
pornhub.com###main-container > [id] > [class]:first-child
news.com.au###match-widget
xred2.com###mbEnd
5ilthy.com,cockcheese.com,gfssex.com###mediaspace
hotmovs.com,upornia.com###mjs-undervideo
gifsfor.com###mob_banner
adultfriendfinder.com###mod
youporn.com,youporngay.com###moreVideosTabview3
askjolene.com###more_from_this
protectlinks.com###mouselayer
animeidhentai.com###myDIV2
alotporn.com,flashx.tv,myfreeblack.com###nuevoa
ma3comic.com###omad
newverhost.com###onload
newverhost.com###onload-main
newverhost.com###onload-overlay
deviantclip.com###overlay
bitchcrawler.com###overlay1
imagetwist.com,imagevenue.com,intporn.com###overlayBg
heavy-r.com,vidiload.com###overlayVid
videos.com###pToolbar
jizzhut.com###pagetitle
wide6.com###partner
gamcore.com,pimpyporn.com,wide6.com###partners
namethatporn.com###parto_block
beardedperv.com###pauseRoll
extremetube.com,mofosex.com,redtube.com,redtube.com.br,spankwire.com,youporngay.com###pb_block
pornhub-com.appspot.com,pornhub.com,pornhub.net,tube8.com,youporn.com###pb_template
youpornru.com###pbs_block
youporn.com###personalizedHomePage > div:nth-child(2)
namethatporn.com###pinnu_blacko
dbnaked.com###play-video-box
pornhub.com###player + [id][class]
pornhub.com###player + div + div[style]
pornhub.com###player + div[style]
smut6.com###player-banner
megatube.xxx###player-pop-layer
ultrahorny.com###player12
hentai2w.com,ultrahorny.com,xxxkingtube.com###playerOverlay
hdbraze.com###player_adv_pause
hdbraze.com###player_adv_start
alotporn.com###playeradv
txxx.com###playvideot
pornxs.com###pointearn_modal
depic.me###popup_div
imagehaven.net###popwin
sextvx.com###porntube_hor_bottom_ads
sextvx.com###porntube_hor_top_ads
beardedperv.com###postRoll
xtube.com###postrollContainer
kaktuz.com###postroller
imagepost.com###potd
beardedperv.com,daporn.com###preRoll
eroclip.mobi,fuqer.com###premium
fapxl.com,javtitan.com###preroll
crazyshit.com###pro_tip
youporn.com,youporngay.com###producer
porn.com###promo
redtube.com###puBody
drtuber.com,nuvid.com,proporn.com,viptube.com###puFloatDiv
foxtube.com###pub-container
hd-porn.me###publicidad-videoancho
xvideoslatino.com###publicidadlateral1
xvideoslatino.com###publicidadlateral2
celebjihad.com###pud
pussy.org###pussyhbanner
pussy.org###pussytextlinks
ma3comic.com###pxhead
javhub.net###r18
javhub.net###r18_banner
bootyoftheday.co###random-div-wrapper
flurl.com###rectbanner
yourlust.com###relatedBanner
xxxymovies.com###reltabContent
youjizz.com###right-tower
tnaflix.com###rightPromo
homemoviestube.com###right_out
badjojo.com###rightcol
nonktube.com###second
sexyandfunny.com###sexy-links
pornmaturetube.com###show_adv
retrovidz.com###showimage
shesocrazy.com###sideBarsMiddle
shesocrazy.com###sideBarsTop
pornday.org###side_subscribe_extra
spankwire.com###sidebar
imageporter.com###six_ban
flurl.com###skybanner
io9.com,postyourpuss.com###skyscraper
imagedax.net,imagedunk.com,imageporter.com###slashpage
free-celebrity-tube.com###slide_up2
xbooru.com,xxxymovies.com###smb
fantasti.cc###smutty_widget
porn.com###sp
kindgirls.com###spon
hiddencamshots.com,porn.com###sponsor
megatube.xxx###sponsor-sticker
dagay.com###sponsor-video-media
dagay.com###sponsor_video_pub
flingtube.com###sponsoredBy
hiddencamshots.com###sponsors
w3avenue.com###sponsorsbox
maxjizztube.com,yteenporn.com###spotxt
xxxbunker.com###ssLeft
xxxbunker.com###ssRight
gotgayporn.com,motherless.com###ss_bar
wikiporno.org###sticky-footer
hot-jav.com###stop
hclips.com,privatehomeclips.com###stopImapwUx
privatehomeclips.com###stopVAD
cam4.be,cam4.com###subfoot
porn300.com###tabcams-desk
adultfyi.com###table18
xtube.com###tabs
jav4.me,videowood.tv###tbl1
fapgames.com###the720x90-spot
filhadaputa.tv###thumb[width="959"]
mansurfer.com###top-ban
hiddencamshots.com###top-banner
bitporno.sx###top350
bitporno.sx###top350b
nude.hu###topPartners
extremetube.com###topRightsquare
xhamster.com###top_player_adv
allureamateurs.net,mataporno.com,sexmummy.com,sopervinhas.net,teenwantme.com,worldgatas.com,xpg.com.br###topbar
gifsfor.com###topbar1
namethatpornstar.com###topphotocontainer
motherless.com###topsites
babe.today###toptab
askjolene.com###tourpage
pornhyve.com###towerbanner
pervclips.com###tube_ad_category
creampietubeporn.com,fullxxxtube.com,gallsin.xxx,xxxxsextube.com,yourdarkdesires.com###ubr
txxx.com###under-pla
hclips.com###underplayer-vda
usatoday.com###usat_PosterBlog
homemoviestube.com###v_right
stileproject.com###va1
stileproject.com###va2
stileproject.com###va3
stileproject.com###va4
stileproject.com###va5
stileproject.com###va6
stileproject.com###va7
stileproject.com###va8
motherless.com###vid-overlay
vporn.com###video-banner
teenist.com###video-bottom-right
xvideos.com###video-sponsor-links
youporn.com###videoCanvas > .grid_5[style="height: 455px;"]
sunporno.com###videoContainer_DarkBg
sunporno.com###videoContainer_atv
sunporno.com###videoContainer_bg
sunporno.com###videoContainer_pop
spankwire.com###videoCounterStraight
extremetube.com###videoPageObject
porndoo.com###videoTr
youporn.com###videoWrapper + div[style]
bangyoulater.com###video_ad
pornvideoscout.com,xsharebox.com###video_cover
tube8.com###video_left_message
drtuber.com###video_list_banner
adultfriendfinder.com###video_main_cams
pornhyve.com###videobanners
rextube.com###videoright
pervclips.com,pornicom.com,wankoz.com###view_video_ad
pornhub.com###views_left
tjoob.com###viewvidright
thisav.com###vjs-banner-container
mofosex.com###vjs-inplayer-overlay
matureworld.ws###vote_popup
adultfriendfinder.com###vp_left
extremetube.com###whole
xvideos.com###x-messages-btn
mrstiff.com###xdv-preroll
yespornplease.com###xxas
porntack.com##.Banner
indianporntube.xxx##.Dvr300
indianbfvideos.com##.MFOO
ziporn.com##.RightBoxMain
ziporn.com##.RightRefBoxMain
porntack.com##.TopBannerCon
motherless.com##._ln-floater
extremetube.com##._mapm_link_local_sex
extremetube.com##._mapm_link_phone_sex
extremetube.com##._mapm_link_premium
seductivetease.com##.a-center
porndoe.com##.a-container
heavy-r.com##.a-d-holder
de-sexy-tube.ru##.aBlock
porn.com##.aRight
pornvideofile.com##.aWrapper
fooktube.com##.aa
porn300.com##.aan
porn300.com##.aan__video-units
bravotube.net##.abbs
vrsmash.com##.abovePlayer
celebspank.com,chaturbate.com,cliphunter.com,gamcore.com,playboy.com,pornhub.com,rampant.tv,sex.com,signbucks.com,tehvids.com,uflash.tv,wankoz.com,xcafe.com##.ad
extremetube.com,pornhugo.com##.ad-container
pornhub.com##.ad-link + table
milfzr.com##.ad-widget > a
celebspank.com##.ad1
pornhub.com,redtube.net,xtube.com##.adContainer
cumsearcher.com##.adb
cumsearcher.com##.adb-right
ceporn.net,pornoxo.com##.adblock
xxxkingtube.com##.adbox
xxxfuel.com##.adcontainer
katestube.com##.add
sex3.com##.add-box
perfectgirls.net##.additional-block-bg
hentaistream.com##.adds
yourdarkdesires.com##.adequate > .pleasant
pinflix.com##.adhesion-zone
adultbox.eu,bangyoulater.com,beemtube.com,cam4.com,djs-teens.net,femdom-fetish-tube.com,free-celebrity-tube.com,glarysoft.com,gosexy.mobi,hdporn.in,mobilepornmovies.com,onlyhot.biz,pichunter.com,pornshaft.com,porntalk.com,pornxs.com,ratemypeach.com,thisav.com,youporn.com##.ads
myfreeblack.com##.ads-player
anyporn.com,badteencam.com,cutepornvideos.com,faapy.com,famouspornstarstube.com,hdporntube.xxx,lustypuppy.com,mrstiff.com,pervertslut.com,pixhub.eu,pornfreebies.com,pornoreino.com,shameless.com,smut6.com,tubedupe.com,tubepornclassic.com,vporn.com,watchteencam.com,webanddesigners.com,youngartmodels.net##.adv
txxx.com##.adv-desk-list
hdzog.com##.adv-thumbs
freexcafe.com##.adv1
anysex.com,hclips.com,privatehomeclips.com##.adv_block
mygirlfriendvids.net,wastedamateurs.com##.advblock
megatube.xxx,porn.hu,sunporno.com##.advert
fakku.net,flyingjizz.com,gotporn.com,perfectgirls.net,pornmd.com,porntube.com,xtube.com,youporn.com,youporngay.com##.advertisement
alphaporno.com,bravotube.net,myxvids.com,privatehomeclips.com,sleazyneasy.com,tubewolf.com,xxxhdd.com##.advertising
hentai2w.com##.aff-col
fapdu.com##.aff300
porngals4.com##.affl
redtube.com##.after-header
bestgore.com##.ai-viewport-1
bestgore.com##.ai-viewport-2
askjolene.com##.aj_lbanner_container
megatube.xxx##.alert-panel
ah-me.com,befuck.com,pornoid.com,sunporno.com,thenewporn.com,twilightsex.com,updatetube.com,videoshome.com,xxxvogue.net##.allIM
pinkrod.com,pornsharing.com,wetplace.com##.allIMwindow
hotmovs.com##.annoying-container
1loop.com##.asblock
playvids.com##.aside-emb
pornfun.com##.aside-spots
sunporno.com##.atv-block
mrskin.com##.az
gayporno.fm##.b-banners-column
onlydudes.tv##.b-below-video
onlydudes.tv##.b-mobile-spots-wrap
onlydudes.tv##.b-randoms-col
onlydudes.tv##.b-side-info
onlydudes.tv##.b-uvb-spot
fuqer.com##.b300x250
porndoo.com##.bAd
redtube.com##.babyblue
dbnaked.com##.ban-link
devatube.com##.ban-list
analpornpix.com##.ban_list
gayboystube.com##.bancentr
fux.com##.baner-column
xchimp.com##.bannadd
4tube.com,analpornpix.com,chaturbate.com,dansmovies.com,fboomporn.com,fecaltube.com,gaytube.com,hotmovs.com,imageporter.com,imagezog.com,myxvids.com,paradisehill.cc,playvid.com,playvids.com,pornflip.com,pornhub.com,pornoreino.com,private.com,upornia.com,vid2c.com,vidxnet.com,vjav.com,wanknews.com,watchhentaivideo.com,waybig.com,xbabe.com,xhamster.com,yourdailygirls.com##.banner
watchindianporn.net##.banner-1
hd-porn.me##.banner-actions
adultpornvideox.com,jojobaa.net##.banner-box
tube8.com,xhamster.com##.banner-container
4tube.com,fux.com,porntube.com##.banner-frame
wcareviews.com##.banner-links
babesandstars.com##.banner-right
watchindianporn.net##.banner-vid
pornoeggs.com##.banner-videos
vporn.com##.banner-wrapper
perfectgirls.net##.banner-wrapper-static
celebritymovieblog.com##.banner700
watchhentaivideo.com##.bannerBottom
4tube.com,empflix.com,tnaflix.com##.bannerContainer
4tube.com##.banner_btn
galleries-pornstar.com##.banner_list
penthouse.com##.banner_livechat
yourlust.com##.banner_right
freeporn.com##.bannercube
xfanz.com##.bannerframe
thehun.net##.bannerhorizontal
beardedperv.com,chubby-ocean.com,cumlouder.com,grandpaporntube.net,sexu.com,skankhunter.com##.banners
isanyoneup.com##.banners-125
porntubevidz.com##.banners-area
vid2c.com##.banners-aside
bubbaporn.com,kalporn.com,koloporno.com,pornodingue.com,pornodoido.com,pornozot.com,serviporno.com,voglioporno.com##.banners-footer
paradisehill.cc##.banners4
5ilthy.com##.bannerside
sexoncube.com##.bannerspot-index
thehun.net##.bannervertical
ratemymelons.com##.bannus
porn.com##.bd
redtube.com##.before-footer
redtube.com##.belowVideo
tnaflix.com##.bgDecor
eskimotube.com,tjoob.com##.bg_banner_l
eskimotube.com,tjoob.com##.bg_banner_r
fantasti.cc##.big-banner
bangyoulater.com##.big-box-border
tub99.com##.bigimg2
drtuber.com##.bl[style="height: auto;"]
twilightsex.com##.bl_b_l
wauporn.com##.block-300x250-mega
hdzog.com##.block-advertise
japan-whores.com,xcum.com##.block-banners
anyporn.com##.block-btm
hdzog.com##.block-showtime
hdzog.com##.block-showtime-two
youx.xxx##.block-sites
thenude.eu##.blockBnr
thenude.eu##.blockBnrCenter
tube8.com##.block_02_right
porn.com,pornhat.com##.bn
anysex.com,xcafe.com##.bnr
pornhat.com##.bns-bl
xnxxvideoporn.com##.bot_bns
streamsexclips.com,tubesexclips.com,tubesexmovies.com##.botban
anyporn.com,home-made-videos.com,pervertslut.com,xozilla.com##.bottom-adv
fux.com##.bottom-baner
xbabe.com,yumymilf.com##.bottom-banner
pornoeggs.com##.bottom-banner-templ
playvid.com##.bottom-banners
letmejerk.com##.bottom-blocks
pornhd.com##.bottom-box
h2porn.com##.bottom-cubes
pornxs.com##.bottom-sidebar
pornfun.com,teenpornvideo.xxx##.bottom-spots
youtubelike.com##.bottom-thumbs
youtubelike.com##.bottom-top
katestube.com##.bottom-video-spot
tabletporn.com##.bottom_pos
dixyporn.com,katestube.com##.bottom_spot
tube8.com##.bottomadblock
tube8.com##.box-thumbnail-friends
celeb.gate.cc##.boxgrid > a[target="_blank"][href^="http://"]
worldsex.com##.brandreach
bravotube.net##.brazzers
xozilla.com##.brazzers-link
sublimedirectory.com##.browseAd
xaxtube.com##.bthums
babesandstars.com##.btn-block
realgfporn.com##.btn-info
katestube.com##.btn-offer
xcum.com##.btn-ponsor
4tube.com,tube8.com##.btnDownload
adultfreex.com##.btnvideo
redtube.com##.bvq
redtube.com##.bvq-caption
gamesofdesire.com##.c_align
jjgirls.com,pornpics.vip,xjapanese.com,xxxporn.pics##.cam
empflix.com##.camsBox
tnaflix.com##.camsBox2
sxyprn.com##.cbd
celebspank.com##.celeb_bikini
pornpics.com##.channel
hclips.com##.channel-banner-box
hotmovs.com,porndoe.com,upornia.com##.channel-link
cliphunter.com##.channelMainBanner
cliphunter.com##.channelMiddleBanner
youporn.com##.channel_leaderboard
youporn.com##.channel_square
babe.today##.chat
adultfriendfinder.com##.chatDiv.rcc
thefappeningblog.com##.cl-exl
pornrabbit.com##.container300
x-boobs.com##.content-banner
youporn.com,youporngay.com##.contentPartner
xcafe.com##.content_source
xbutter.com##.counters
vivud.com##.cover-rich-media
4tube.com##.cpp
3movs.com,fapality.com,pervclips.com,pornicom.com##.cs
watchmygf.me##.cs_text_link
alotporn.com##.cube
playpornfree.org##.custom-html-widget
jigglegifs.com##.dating
anysex.com##.desc
txxx.com##.desk-list
youngpornvideos.com##.detail-side-td
pornalized.com,pornoid.com##.discount
fapdu.com##.disp-underplayer
pornhd.com##.double-zone
keezmovies.com##.double_right
cameltoe.com##.downl
pinkrod.com,wetplace.com,xjapanese.com,xxxporn.pics##.download
realgfporn.com##.downloadbtn
proporn.com##.drt-spot-box
hellporno.com##.dvb-advertisements
efukt.com##.ef_block_wrapper
efukt.com##.efukt-widget-slider
youporn.com##.eight-column > div[class]
goldporntube.com##.embadv
grandpaporntube.net##.embed_banners
pornhub.com##.enesuch
viptube.com##.envelope + div[class]
celebrity-slips.com##.execphpwidget
grandpaporntube.net##.exo
porn.com##.f-zne
porn.com##.f-zne2
porn.com##.f-zne3
porn.com##.f-zne4
porn.com##.f-zne7
porn.com##.f-zon
imagepost.com##.favsites
hardsextube.com##.featured-wrap
hardsextube.com##.featured-wrap-container
hardsextube.com##.featured-wrapper
mrstiff.com##.feedadv-wrap
upornia.com##.fel-container
hotmovs.com##.fel-fbs
tubepornclassic.com##.fel-foot
porn555.com##.fel-foot-m
upornia.com##.fel-footer
sss.xxx##.fel-item
tuberel.com##.fel-list
upornia.com##.fel-playclose
tubepornclassic.com##.fel-side
youjizz.com##.fix-right-content
extremetube.com##.float-left[style="width: 49.9%; height: 534px;"]
wankerhut.com##.float-right
extremetube.com##.float-right[style="width: 49.9%; height: 534px;"]
gotporn.com##.floater-banner
xcafe.com##.fluid-b
teensexyvirgins.com##.foot_squares
scio.us,youporn.com##.footer
4tube.com,fux.com,hotmovs.com,porntube.com,upornia.com##.footer-banners
tube8.com##.footer-box
youporn.com,youporngay.com##.footer-element-container
gotporn.com##.footer-image-contents-bl
4tube.com##.footer-la-vane
youjizz.com##.footer-prs
hclips.com,onlydudes.tv##.footer-spot
pornhd.com##.footer-zone
babesandstars.com##.footer_banners
badjojo.com##.footera
pornhub.com##.foragirllikeyou
xpics.me##.frequently
mrskin.com##.friends-runner
sextvx.com##.friends_spo
sunporno.com##.frms-block
porndoe.com##.full-video-tag
xpics.me##.future
sammobile.com##.gad
youx.xxx##.gallery-link
youtubelike.com##.gallery-thumbs
pichunter.com##.galleryad
pornhub.com##.gay-ad-container
titsintops.com##.gensmall[width="250"]
titsintops.com##.gensmall[width="305"]
beeg.com##.go-paysite
pinflix.com,pornhd.com##.gsm-header-zone
ziporn.com##.hBannerHolder
heavy-r.com##.hd-ban
bgafd.co.uk##.hdradclip
celebspank.com##.header
redtube.com##.header > #as_1
atescorts.com##.header_info_section
thenude.eu##.headercourtesy
pornhub.com##.heatwarning
animeidhentai.com,ultrahorny.com##.hentai_pro_float
hclips.com##.hold-adv
nuvid.com##.holder_banner
pornhub.com##.home-ad-container + div
alphaporno.com##.home-banner
tube8.com##.home-message + .title-bar + .cont-col-02
julesjordanvideo.com##.horiz_banner
orgasm.com##.horizontal-banner-module
orgasm.com##.horizontal-banner-module-small
eporner.com##.hptab
pornanal.net##.i_br
pornflip.com##.ib-300-250
gotporn.com,hardsextube.com##.image-300x250
drtuber.com##.img_video
vivud.com##.in-gallery-banner
pornsis.com##.indexadl
pornsis.com##.indexadr
pornhub.com##.inesuch
pornicom.com##.info_row2
pornomovies.com##.inner-aside-af
cocoimage.com,hotlinkimage.com,picfoco.com##.inner_right
zmovs.com##.inplayer_banners
bravotube.net##.inplb3x2
playvids.com,pornflip.com,pornoeggs.com##.invideoBlock
e-hentai.org##.itd[colspan="4"]
namethatporn.com##.item_a
sex2ube.com##.jFlowControl
babesandstars.com,definebabe.com,pornhub.com,pornhubpremium.com,youporn.com##.join
redtube.com,xhamster.com##.join-button
dbnaked.com##.join-now-btn
pornhubpremium.com##.joinWrapper
extremetube.com##.join_box
pornhub.com,spankwire.com,tube8.com,youporn.com##.join_link
overthumbs.com##.joinnow
redtube.com##.justmadebail
zuzandra.com##.jx-bar
tnaflix.com##.lastLiAv
xxxpicss.com##.left-banners
gamcore.com##.left-side-skin
tnaflix.com##.leftAbsoluteAdd
sextingpics.com##.leftMAIN
xxxporntalk.com##.left_col
xxxporntalk.com##.leftsidenav
fantasti.cc##.lft-bn
crazyshit.com##.linx
galleries-pornstar.com##.list_sites
pinflix.com,pornhd.com##.listing-zone
sexyfunpics.com##.listingadblock300
tnaflix.com##.liveJasminHotModels
spankbang.com##.live_api_results_holder
spankbang.com##.live_api_results_hugger
proporn.com##.livecams
drtuber.com##.livecams_main
vporn.com##.livejasmin-videos-container
ns4w.org##.livejasmine
madthumbs.com##.logo
pornhub.com,redtube.com##.lonesomemuch
spankbang.com##.lv_ap_re_cont
spankbang.com##.lv_cm_cl_mx
tube8.com##.main-video-wrapper > .float-right
sexdepartementet.com##.marketingcell
motherless.com##.media-linked
dachix.com,dagay.com##.media-links
femefun.com##.media_spot_box
animeidhentai.com,ultrahorny.com##.message-container
avn.com##.mfc
online-xxxmovies.com##.middle-spots
lic.me##.miniplayer
upornia.com##.mjs-closeandplay
hotmovs.com,upornia.com##.mjs-closeplay
hanksgalleries.com##.mob_vids
xpics.me##.native
yourlust.com##.native-aside
anysex.com##.native_middle
namethatpornstar.com##.navbar__toprow
extremetube.com##.noPopunder
pornhub.com,tube8.com##.nonesuch
hotmovs.com,upornia.com##.ntv-banners-container
redtube.com##.ntva
finaid.org##.one
pornhub.com##.onesuch
lustgalore.com,yourasiansex.com##.opac_bg
baja-opcionez.com##.opaco2
vporn.com##.overheaderbanner
babe.today##.overlay
pornomovies.com##.overlay-ggf
dachix.com,dagay.com,deviantclip.com##.overlay-media
cumlouder.com##.p-bottom
tnaflix.com##.pInterstitial
tnaflix.com##.pInterstitialx
tnaflix.com##.padAdv
redtube.com##.pageVideos > div > [class][style*="z-index:"]
definebabe.com##.partner-info
definebabe.com,tube8.com##.partner-link
shameless.com##.pause-adv
bravotube.net##.paysite
ah-me.com##.paysite-link
faapy.com##.picture-row__holder
hdzog.com##.pl_showtime1_wr2
hclips.com##.pl_wr
camvideos.tv##.place
boundhub.com##.place > .spot
hdzog.com##.player-advertise
drtuber.com##.player-adx-block
zmovs.com##.player-aside-banners
pornhat.com##.player-bn
txxx.com##.player-desk
madmovs.com,pornosexxxtits.com##.player-outer-banner
hdzog.com##.player-showtime
drtuber.com##.player-sponsor-block
xnxxvideoporn.com##.player_bn
4tube.com##.player_faq_link
4tube.com##.player_sub_link
4tube.com##.playerside-col
efukt.com##.plugs
beardedperv.com##.plugzContainer
xtube.com##.postRoll
uflash.tv##.pps-banner
pornhub.com##.pre-footer
txxx.com##.preroll
adultdvdtalk.com##.productinfo
perfectgirls.net,pornfun.com,xnostars.com##.promo
thefappening.wiki##.promo-1
thefappening.wiki##.promo-2
porntubevidz.com##.promo-block
nakedtube.com,pornmaki.com##.promotionbox
nuvid.com,nuvidselect.com##.puFloatLine
dachix.com,dagay.com,deviantclip.com##.pub_right
foxtube.com##.publi_pc
pornjam.com##.publicidad
cumlouder.com,freemovies.tv,pornjam.com##.publis-bottom
pussy.org##.pussytrbox
redtube.com.br##.qb
xchimp.com##.rCol2
cam4.com##.raFoot
bustedcoverage.com##.rcr-tower
candidvoyeurism.com##.rectangle
vporn.com##.red-adv
txxx.com##.rek-iv
xporno.me##.rekl
txxx.com##.rekl-iv
burningcamel.com##.reklaim
sexhd.pics##.relativebottom
cam4.com##.removeAds
tubaholic.com##.result_under_video
pornxs.com##.revad
youjizz.com##.right-content
pornxs.com##.right-sb
gamcore.com##.right-side-skin
porn.com##.right300
tnaflix.com##.rightAbsoluteAdd
tnaflix.com##.rightBarBanners
sextingpics.com##.rightMAIN
tabletporn.com##.right_pos
xxxporntalk.com##.rightalt-1 > center > a[target="_blank"] > img[width="160"]
anysex.com##.rightbnr
gaytube.com##.rkl-block
analsexstars.com,porn.com,xvideos-free.com##.rmedia
collegegrad.com##.roundedcornr_box_quad
xxxymovies.com##.rtoptbl
porn.com##.s-zne
porn.com##.s-zne2
porn.com##.s-zne3
porn.com##.s-zne4
porn.com##.s-zne6
porn.com##.s-zne7
porn.com##.s-zon
sticking.com##.sb-box
woodrocket.com##.sb-store
dominationtube.com,gaysexarchive.com,skeezy.com,sticking.com##.sb-txt
pornhub.com##.scandalouspokemon
pornhd.com##.section-next-to-title
thenude.eu##.sexart_sidebar
uselessjunk.com##.shadow_NFL
h2porn.com##.side-spot
sankakucomplex.com##.side300xmlc
queermenow.net##.sidebar > #text-2
flyingjizz.com##.sidebar-banner
celebspank.com##.sidebar5
4tube.com##.sidebarVideos
vidxnet.com##.sidebar_banner
waybig.com##.sidebar_zing
cliphunter.com##.sidecreative
xxxporntalk.com##.sidenav
myslavegirl.org##.signature
hersexdebut.com##.single-bnr
porngfy.com##.single-sponsored
4tube.com##.siteBannerHoriz
porn-monkey.com##.size-300x250
tube8.com##.skin
tube8.com##.skin1
tube8.com##.skin2
tube8.com##.skin3
tube8.com##.skin4
tube8.com##.skin6
tube8.com##.skin7
candidvoyeurism.com,simply-hentai.com##.skyscraper
gaytube.com##.slider-section
movies.askjolene.com##.small_tourlink
pornhub.com##.sniperModeEngaged
pornpics.com##.sp-block
nonktube.com##.span-300
nonktube.com##.span-320
taxidrivermovie.com##.special_offer
ns4w.org##.splink
bgafd.co.uk##.spnsr
pornpics.com##.spons-block
tnaflix.com##.sponsVideoLink
anyporn.com,boundhub.com,pervertslut.com,pornever.net,pornoreino.com,sexpornimages.com,xbabe.com##.sponsor
tubepornclassic.com##.sponsor-container
xhamster.com##.sponsor-message
xhamster.com##.sponsorB
xxxbunker.com##.sponsorBoxAB
xhamster.com##.sponsorS
xhamster.com##.sponsor_top
fux.com,gotporn.com,pornerbros.com,porntube.com##.sponsored
beeg.com##.spoor
beeg.com##.spor
bravotube.net,camvideos.tv,dixyporn.com,hotmovs.com,proporn.com,smut6.com,tubepornclassic.com,upornia.com,vjav.com,xhamster.com##.spot
magicaltube.com##.spot-block
xhamster.com##.spot-container
drtuber.com##.spot_button_m
drtuber.com,egbo.com,smutr.com##.spots
analsexstars.com##.sppc
pornhd.com##.square
redtube.com##.square-banner
pornstarchive.com##.squarebanner
sunporno.com,twilightsex.com##.squarespot
sunporno.com##.squaretabling
babesandstars.com##.srcreen
sexyandshocking.com##.sub-holder
peepinghunter.com,simply-hentai.com##.superbanner
porndaddy.us##.svd
porn.com##.t-zne
porn.com##.t-zne2
porn.com##.t-zne3
porn.com##.t-zne4
dickbig.net##.t_14
boundhub.com##.table > noindex
porndoe.com##.tablet-content-acontainer
intporn.com##.tagcloudlink.level4
amateuralbum.net##.tb3
amateurvoyeurforum.com##.tborder[width="99%"][cellpadding="6"]
pronpic.org##.teaser
imagepost.com##.textads1
smutty.com##.tig_following_tags2
extremetube.com##.title-sponsor-box
drtuber.com##.title-sponsored
galleries-pornstar.com##.title_slider
tube8.com##.tjFooterMods
tube8.com##.tjUpperMods
popporn.com##.top-banner
sexvid.xxx##.top-cube
sunporno.com##.top-player-link
motherless.com##.top-referers
definebabe.com##.top-traders
10movs.com##.top_banner
pornhub.com##.top_hd_banner
imgwet.com##.topa
camwhores.tv,mrstiff.com##.topad
peepinghunter.com##.topbanner
itsatechworld.com##.topd
tubepornclassic.com##.tpcadv
vivatube.com##.tr-download
vivatube.com##.tr-sponsor
realgfporn.com##.trade-slider
babesandstars.com##.traders
overthumbs.com,proporn.com##.trailerspots
tubedupe.com##.treview_link_1
xhamster.com##.ts
tubedupe.com##.tube_review
avn.com##.twobannersbot
avn.com##.twobannersbot-bot
boysfood.com##.txt-a-onpage
dumparump.com##.txt8pt[width="120"]
beardedperv.com##.under-player-banner
sunporno.com##.under-player-link
bravotube.net##.under-video
redtube.com##.under-video-banner
spankwire.com##.underplayer
tubepornclassic.com##.underplayer-container
spankwire.com##.underplayer__view
txxx.com##.underplayer_banner
megatube.xxx##.unlock-video
upornia.com##.vda-closeplay
porn555.com,sss.xxx,tuberel.com##.vda-item
txxx.com##.vda-iv
indianpornvideos.com##.vdo-unit
julesjordanvideo.com##.vertical_banner
freepornvs.com##.vib > .cs
vporn.com##.video-add
letmejerk.com,niceporn.xxx##.video-aside
daporn.com,h2porn.com##.video-banner
boyfriendtv.com##.video-extra-wrapper
hdporntube.xxx,pornhat.com##.video-link
redtube.com##.video-page
hardsextube.com##.video-player-overlay
japan-whores.com##.video-provider
heavy-r.com##.video-slider
alphaporno.com,tubewolf.com##.video-sponsor
clip16.com##.video-spots
redtube.com.br##.video-wrap > .bvq
pornhub.com##.video-wrapper > #player + [class]
de-sexy-tube.ru##.videoAd
youporn.com##.videoBanner
tube8.com##.videoPageSkin
tube8.com##.videoPageSkin1
tube8.com##.videoPageSkin2
4tube.com##.videoSponsor
h2porn.com##.video_banner
voyeurperversion.com##.video_right
bonertube.com##.videoad940
indianpornvideos.com##.videoads
onlydudes.tv##.videojs-hero-overlay
porndoo.com##.videosite
sexyshare.net##.videosz_banner
myxvids.com##.vidtopbanner
youporn.com##.views_left
lubetube.com##.viewvideobanner
yourdarkdesires.com##.visibility
yourlust.com##.visit_cs
eporner.com##.vjs-inplayer-container
hd-easyporn.com##.vjs-overlay
pornhd.com##.vp-under-video-spot
drtuber.com##.vpage_premium_bar
redtube.com##.watch + div[style="display: block !important"]
pornoeggs.com##.watch-page-banner
redtube.com##.watch-page-box
redtube.com##.webmaster-banner
xhamster.one##.wid-banner-container
xhamster.com##.wid-sponsor-banner
imagearn.com##.wide_banner
cumlouder.com##.widget_bnrs
gifsauce.com##.widget_live
beeg.com##.window
javqd.tv##.workcandy
de-sexy-tube.ru##.wrap-head-banner-mob
xjapanese.com##.xcam
babe.today##.xchat
babe.today##.xchat1
babe.today##.xoverlay
babe.today##.xoverlay1
xhamster.com##.xp-hover-link
mrskin.com##.yui3-u-1-3:last-child
porn.com,pornhd.com,xvideos-free.com##.zone
youjizz.com##[class][style*="padding-bottom:"]
redtube.com##[data-h]
redtube.com##[data-w]
sxyprn.com##[href*="/re/"]
extremetube.com,pornhub.com,redtube.com,tube8.com,tube8.es,tube8.fr,xtube.com,xvideos.com,youjizz.com,youporn.com,youporngay.com##[href*="base64"]
extremetube.com,pornhub.com,redtube.com,tube8.com,tube8.es,tube8.fr,xtube.com,xvideos.com,youjizz.com,youporn.com,youporngay.com##[href*="data:"]
imagehaven.net##[href="http://clicks.totemcash.com/?s=38739&p=21&pp=4"]
camvideos.tv##[href^="http://mmcams.com/"][href*="&utm_"]
ero-advertising.com##[id][style]
imagevenue.com##[id^="MarketGid"]
redtube.com##[id^="adb_"]
youporn.com##[id^="parent_zone_"]
extremetube.com,redtube.com,tube8.com,tube8.es,tube8.fr,xtube.com,youjizz.com,youporn.com,youporngay.com##[src*="base64"]
extremetube.com,redtube.com,tube8.com,tube8.es,tube8.fr,xtube.com,youjizz.com,youporn.com,youporngay.com##[src*="blob:"]
extremetube.com,redtube.com,tube8.com,tube8.es,tube8.fr,xtube.com,youjizz.com##[src*="data:"]
pornhub.com##[srcdoc]
extremetube.com,pornhub.com,redtube.com,tube8.com,tube8.es,tube8.fr,xtube.com,youjizz.com,youporn.com,youporngay.com##[style*="base64"]
extremetube.com,pornhub.com,redtube.com,tube8.com,tube8.es,tube8.fr,xtube.com,youjizz.com,youporn.com,youporngay.com##[style*="blob:"]
sexyclips.org##[style="text-align: center; width: 1000px; height: 250px;"]
exgirlfriendmarket.com##[width="728"][height="150"]
porn.com##a[href*="&ref="]
asspoint.com,babepedia.com,babesandstars.com,babesource.com,dachix.com,datoporn.co,dbnaked.com,definebabe.com,fux.com,gaytube.com,gfycatporn.com,girlsnaked.net,javfor.me,mansurfer.com,newpornstarblogs.com,pichunter.com,porn.com,porndoe.com,pornerbros.com,pornhubpremium.com,pornoxo.com,pornstarchive.com,porntube.com,redtube.com,rogreviews.com,sexyandfunny.com,shemaletubevideos.com,spankbang.com,spankwire.com,str8upgayporn.com,the-new-lagoon.com,theanalist.info,tube8.com,vporn.com,wcareviews.com,xhamster.one,xxxhdd.com,youjizz.com,youporn.com,yourdailypornstars.com##a[href*=".com/track/"]
pornhub.com##a[href*=".download/"]
redtube.com##a[href*=".hop.clickbank.net"]
badjojo.com,boysfood.com,celebrity-leaks.net,definebabe.com,efukt.com,eskimotube.com,fantasti.cc,gaytube.com,girlsofdesire.org,imagepix.org,keezmovies.com,madthumbs.com,pornerbros.com,pornxs.com,redtube.com,shemaletubevideos.com,therealpornwikileaks.com,xhamster.com,xxxkingtube.com,yea.xxx,youngpornvideos.com,yourdailypornstars.com##a[href*=".php"]
xxxporn.pics##a[href*=".solidcams.com?"]
cfake.com,porn-w.org,porn99.net##a[href*="//bit.ly/"]
cfake.com##a[href*="//bitly.com/"]
dagay.com##a[href*="/aff_ad?"]
adultfreex.com##a[href*="/brazzers-network/"]
taxidrivermovie.com##a[href*="/category/"]
nude.hu##a[href*="/click/"]
faapy.com,hdzog.com,xcafe.com##a[href*="/cs/"]
agedbeauty.net,data18.com,porndoe.com,pornpics.com,theanalist.info,watchmygf.me,xxxhdd.com,xxxymovies.com##a[href*="/go/"]
megatube.xxx,xozilla.com##a[href*="/link/"]
mypornstarbook.net##a[href*="/out"]
onlydudes.tv##a[href*="/out.php?id="]
dbnaked.com,mansurfer.com##a[href*="/out/"]
avgle.com##a[href*="/redirect"]
4tube.com,fux.com,pornerbros.com,porntube.com##a[href*="/redirect-channel/"]
xhamster.com##a[href*="/sponsor/"]
porndig.com##a[href*="/trackhit/"]
nicsgalleries.com##a[href*="/us/"]
efukt.com##a[href*="/videos/"]
porndig.com##a[href*="/zone_link/"]
celebrity-slips.com##a[href*="?_atc="]
pornhat.com##a[href*="?aff="]
adultfreex.com,animeidhentai.com,biqle.ru,daftsex.com,gotporn.com,katestube.com,megatube.xxx,pstargif.com,redtube.com,sextvx.com,spankbang.com,sxyprn.com,ultrahorny.com,vporn.com,xnostars.com,xozilla.com,xxxporn.pics,xxxymovies.com##a[href*="?ats="]
dachix.com##a[href*="?campaign_id="]
pornhat.com,redtube.com,thumbzilla.com##a[href*="?coupon="]
redtube.com##a[href*="?link_id="][href*="&tracker_id="]
drtuber.com##a[href*="?nats="]
adultdvdempire.com##a[href*="?partner_id="][href*="&utm_"]
babe.today,eskimotube.com,xjapanese.com##a[href*="?track="]
pornhub.com##a[href*="abbp"]
taxidrivermovie.com##a[href*="mrskin.com/"]
pornhub.com##a[href*="pleasedontslaymy"]
pronpic.org##a[href*="takyake.ru"]
adultfilmdatabase.com,animeidhentai.com,bos.so,camvideos.tv,camwhores.tv,celebrity-slips.com,cutscenes.net,dbnaked.com,devporn.net,efukt.com,fritchy.com,gifsauce.com,hentai2read.com,hotpornfile.org,hpjav.com,imagebam.com,imgbox.com,imgtaxi.com,motherless.com,myporn.club,pandamovies.pw,planetsuzy.org,pussyspace.com,sendvid.com,sexgalaxy.net,sextvx.com,sexuria.com,sxyprn.com,thefappeningblog.com,ultrahorny.com,vintage-erotica-forum.com,waxtube.com,xopenload.com,yeapornpls.com##a[href*="theporndude.com"]
gaytube.com##a[href="/external/meet_and_fuck"]
efukt.com##a[href="http://crazyshit.com/?utm_"]
sex.com##a[href="http://idg.idealgasm.com/"]
porn99.net##a[href="http://porn99.net/asian/"]
xhamster.com##a[href="http://premium.xhamster.com/join.html?from=no_ads"]
pornwikileaks.com##a[href="http://www.adultdvd.com/?a=pwl"]
footfetishtube.com##a[href="http://www.footfetishtube.com/advertising_banner.php"]
stockingstv.com##a[href="http://www.stockingstv.com/banners/default.php"]
camwhores.tv##a[href^="//810f3f9dde63ae3.com/"]
vporn.com##a[href^="//bongacams.com/track?"]
vporn.com##a[href^="//bongacams2.com/track?"]
voyeur.net##a[href^="//voyeur.net/"]
fux.com##a[href^="/adc/"]
pornhd.com##a[href^="/connect/"]
babe.today,jjgirls.com##a[href^="/coupon/"]
bravotube.net##a[href^="/cs/"]
sexhd.pics##a[href^="/direct/"]
gaytube.com##a[href^="/external/premium/"]
analpornpix.com,fecaltube.com##a[href^="/go/"]
drtuber.com##a[href^="/partner/"]
dachix.com,dagay.com##a[href^="/sponsor/"]
anyvids.com##a[href^="http://ad.onyx7.com/"]
madthumbs.com##a[href^="http://adbucks.brandreachsys.com/"]
sex4fun.in##a[href^="http://adiquity.info/"]
extremetube.com,pornhub.com,spankwire.com##a[href^="http://ads.genericlink.com/"]
keezmovies.com,pornhub.com,redtube.com,spankbang.com,tube8.com##a[href^="http://ads.trafficjunky.net/"]
keezmovies.com,pornhub.com,tube8.com##a[href^="http://ads2.contentabc.com/"]
giftube.com##a[href^="http://adultfriendfinder.com/go/"]
anyporn.com##a[href^="http://anyporn.com/cs/"]
porn.com,youjizz.com,youporn.com,youporngay.com##a[href^="http://as.sexad.net/"]
avgle.com,camvideos.tv##a[href^="http://bongacams.com/track?"]
sex4fun.in##a[href^="http://c.mobpartner.mobi/"]
sex3dtoons.com##a[href^="http://click.bdsmartwork.com/"]
imghit.com##a[href^="http://crtracklink.com/"]
youjizz.com##a[href^="http://dat.itsup.com/"]
celeb.gate.cc##a[href^="http://enter."][href*="/track/"]
hollywoodoops.com##a[href^="http://exclusive.bannedcelebs.com/"]
bestgore.com##a[href^="http://frtya.com/"]
gamcore.com##a[href^="http://gamcore.com/ads/"]
smutty.com##a[href^="http://gamescarousel.com/"]
hentai-imperia.org,naughtyblog.org,rs-linkz.info##a[href^="http://goo.gl/"]
babestationtube.com##a[href^="http://hits.epochstats.com/"]
efukt.com##a[href^="http://inhumanity.com/?utm_"]
celeb.gate.cc,thumbzilla.com##a[href^="http://join."][href*="/track/"]
porn99.net##a[href^="http://lauxanh.us/"]
incesttoons.info##a[href^="http://links.verotel.com/"]
babesandstars.com,efukt.com##a[href^="http://rabbits.webcam/"]
iseekgirls.com,motherless.com,small-breasted-teens.com,the-new-lagoon.com,tube8.com##a[href^="http://refer.ccbill.com/cgi-bin/clicks.cgi?"]
hentairules.net##a[href^="http://secure.bondanime.com/track/"]
hentairules.net##a[href^="http://secure.futafan.com/track/"]
hentairules.net##a[href^="http://secure.lestai.com/track/"]
hentairules.net##a[href^="http://secure.titanime.com/track/"]
dachix.com,dagay.com,deviantclip.com,voyeur.net##a[href^="http://seethisinaction.com/"]
bestgore.com##a[href^="http://seethisinaction.com/servlet/"]
perfectgirls.net##a[href^="http://syndication.exosrv.com/"]
beardedperv.com,youjizz.com##a[href^="http://syndication.traffichaus.com/"]
xhamster.com##a[href^="http://theater.aebn.net/dispatcher/"]
imagetwist.com##a[href^="http://www.2girlsteachsex.com/"]
2hot4fb.com##a[href^="http://www.2hot4fb.com/catch.php?id="]
nifty.org##a[href^="http://www.adlbooks.com/"]
hentai-imperia.org##a[href^="http://www.adult-empire.com/rs.php?"]
xcritic.com##a[href^="http://www.adultdvdempire.com/"][href*="?partner_id="]
picfoco.com##a[href^="http://www.adultfriendfinder.com/search/"]
bravotube.net##a[href^="http://www.bravotube.net/cs/"]
heavy-r.com##a[href^="http://www.cams4free.com/landing/"]
free-adult-anime.com##a[href^="http://www.cardsgate-cs.com/redir?"]
celeb.gate.cc##a[href^="http://www.cashdorado.de/track/"]
filthdump.com##a[href^="http://www.filthdump.com/adtracker.php?"]
alotporn.com##a[href^="http://www.fling.com/"]
myfreeblack.com##a[href^="http://www.fling.com/enter.php"]
porn.com##a[href^="http://www.fuckeveryday.com/"]
hentairules.net##a[href^="http://www.gallery-dump.com"]
hentai2read.com##a[href^="http://www.gay-harem.org/"]
mansurfer.com##a[href^="http://www.gaysexexposed.com/?t="]
cliphunter.com,eskimotube.com,thumbzilla.com,tube8.com,xhamster.com,yea.xxx##a[href^="http://www.linkfame.com/"]
girlsnaked.net##a[href^="http://www.mrvids.com/out/"]
tube8.com##a[href^="http://www.mykinkygfs.com/"]
efukt.com##a[href^="http://www.painaltube.com/?utm_"]
imgcandy.net##a[href^="http://www.porntrex.com"]
hclips.com##a[href^="http://www.rabbits.webcam/"]
redtube.com##a[href^="http://www.redtube.com/click.php?id="]
sexwebvideo.com##a[href^="http://www.sexwebvideo.com/link/"]
sex3dtoons.com##a[href^="http://www.shinydollars.com/sites/3dld/?id="]
porn.com##a[href^="http://www.slutfinder.com/"]
eskimotube.com##a[href^="http://www.streamate.com/"]
eskimotube.com##a[href^="http://www.tjoobvip.com/"]
xxxprivates.com##a[href^="http://www.xxxprivates.com/out-sponsor-"]
katestube.com##a[href^="https://ads.traffichaus.com/"]
xxxgames.biz##a[href^="https://detour.click/"]
camwhores.tv##a[href^="https://go.stripcash.com/"]
camvideos.tv,camwhores.tv,proporn.com,xhamster.com##a[href^="https://go.stripchat.com/"]
creepshots.com##a[href^="https://go.trkclick2.com/"]
prestashop.com##a[href^="https://partners.a2hosting.com/solutions.php?id="]
thefappeningblog.com##a[href^="https://porndabster.com/?utm_"]
sex.com,spankbang.com##a[href^="https://porngames.adult/"]
rule34.xxx##a[href^="https://rule34.xxx/c.html"]
fantasti.cc##a[href^="https://syndication.traffichaus.com/"]
adultfreex.com##a[href^="https://t.co/"]
yespornplease.com##a[href^="https://www.brazzersnetwork.com/"]
celebrity-slips.com##a[href^="https://www.celebrity-slips.com/rd/"]
gotporn.com##a[href^="https://www.gotporn.com/click.php?id="]
spankwire.com##a[href^="https://www.mrporngeek.com/"]
avn.com,penthouse.com##a[href^="https://www.myfreecams.com/"][href*="&track="]
sex.com##a[href^="https://www.rabbits.webcam/?id="]
babesandstars.com##a[href^="https://www.watchmygf.me/"]
vporn.com##a[onclick*="adclick"]
keezmovies.com##a[onclick*="window.open"]
barelist.com##a[onclick="CallServer('ad', '')"]
tube8.com,tube8.es,tube8.fr##a[onclick^="loadAdFromHeaderTab('http://ads.genericlink.com"]
xxxstreams.eu##a[style]
hentai-foundry.com##a[target="_new"] > img[src]
picfoco.com##a[title="Sponsor link"]
pornhub.com,redtube.com##ads
mofosex.com##article[style="position: relative; overflow: hidden; width: 299px; height: 249px; margin:0 auto;"]
pornhub.com##aside > [style="display: block;"] > table
pornhub.com##aside > span:first-child
alrincon.com,boobieblog.com,thenipslip.com##canvas
drtuber.com##div + style[id] + div[class]
ngentot.tv##div > a[href][target="_blank"]
pornhub.com##div > aside > aside
txxx.com##div > div[style*="z-index:"]
redtube.com##div > iframe
xhamster.com##div > noscript + div[style]
sex3dtoons.com##div[align="center"] > table[width="940"][cellspacing="0"][cellpadding="0"][border="0"]
babesandbitches.net##div[class^="banner"]
tube8.com##div[class^="footer-ad"]
vivud.com##div[class^="player-banner"]
tubepornclassic.com##div[id^="ad-"]
tube8.com##div[id^="ad_zone_"]
hentaistream.com##div[id^="adx_ad-"]
celeb.gate.cc##div[id^="bnrrotator_"]
voyeurhit.com##div[id^="div-ad-"]
hentaistream.com##div[id^="hs_ad"]
pornstarbyface.com##div[id^="sponcored-content-"]
tube8.com##div[id^="tj-zone"]
pornhub.com,redtube.com,youporn.com,youporngay.com##div[onclick*="bp1.com"]
pornhub.com##div[style*="width: 315px; height: 300px;"]
ceporn.net##div[style="border:4px solid;width:300px;height:250px;background:#7e7e7e;"]
redtube.com##div[style="display: block !important;"]
javlibrary.com##div[style="display:block; position:relative; width:730px; height:92px; overflow:hidden; margin: 10px auto 0px auto;"]
xhamster.com##div[style="font-size: 10px; margin-top: 5px;"]
xxxstash.com##div[style="height: 250px; width: 960px;"]
empflix.com##div[style="height: 400px;"]
datoporn.co##div[style="height:30px; text-align:center; background-color:#ffcc1b; color:#000; font-weight: 700; font-size: 18px; margin:6px; border-radius:3px; line-height:30px;"]
mofosex.com##div[style="margin-top: 10px"]
porngals4.com##div[style="margin:0 0 15px 0;width:728px;height:90px;background:#FAFAFA;"]
xtube.com##div[style="text-align:center; width:1000px; height: 150px;"]
eegay.com##div[style="width:100%;display:inline-block;text-align:center"]
iloveinterracial.com##div[style="width:1000px;height:110px; background-color:#E9DECA; font-family: Tahoma,Helvetica,Arial,sans-serif; font-size: 11px; font-style:normal; color:#535353;"]
motherless.com##div[style="width:300px!important;height:250px!important;overflow:hidden;text-align:center"]
hdzog.com,voyeurhit.com##div[style="width:300px; height:250px;"]
sexbot.com##div[style="width:300px;height:20px;text-align:center;padding-top:30px;"]
porn.com##div[style="width:300px;height:250px;margin:auto"]
newbigtube.com##div[style="width:640px; min-height:54px; margin-top:8px; padding:5px;"]
xhamster.com##div[style="width:950px; height:250px;overflow: hidden; margin: 0 auto;"]
porn.com##div[style="width:950px;height:250px;margin:auto"]
tmz.com##div[style^="display: block; height: 35px;"]
mofosex.com##div[style^="width: 300px;"]
xhamster.com##div[style^="width:315px; height:300px;"]
imgflare.com##div[style^="width:604px; height:250px;"]
pornhub.com##figure > [id][style="display: block;"]
rateherpussy.com##font[size="1"][face="Verdana"]
cliphunter.com##h2[style="color: blue;"]
pornhub.com,redtube.com##iframe[height*="/"]
pornhub.com,redtube.com##iframe[height*="PX"]
pornhub.com,redtube.com##iframe[height*="Px"]
pornhub.com,redtube.com##iframe[height*="pX"]
pornhub.com,redtube.com##iframe[height*="px"]
3movs.com##iframe[height="250"][width="300"]
javjunkies.com##iframe[height="670"]
pornhd.com,pornroxxx.com##iframe[scrolling]
vivud.com##iframe[src*="/ban/"]
xcafe.com##iframe[src]
watchteencam.com##iframe[src^="http://watchteencam.com/images/"]
pornhub.com##iframe[style="width: 350px; height: 350px;"]
reallifecamhd.com##iframe[style][width]
thisav.com##iframe[width="160"][height="600"]
4sex4.com,motherless.com##iframe[width="300"]
thisav.com,tnaflix.com,youporn.com##iframe[width="300"][height="250"]
redtube.com##iframe[width="320"][height="270"]
yourasiansex.com##iframe[width="660"]
videosgls.com.br##iframe[width="800"]
hentai-foundry.com##iframe[width]
pornhub.com##iframe[width][height*="px"]
adultfreex.com,porn.com##img[height="250"][width="300"]
porn.com##img[height="250"][width="950"]
avgle.com,hotgirlclub.com,pornobae.com,xxxkingtube.com##img[src*=".php"]
fantasti.cc,pornerbros.com,pornxs.com##img[src*=".php?"]
4tube.com##img[src][style][width]
pornhub.com##img[src^="http://www.pornhub.com/album/strange/"]
extremetube.com,spankwire.com##img[style="height: 250px; width: 300px;"]
hentai-foundry.com##img[style="height: 90px; width: 728px;"]
lukeisback.com##img[width="140"][height="525"]
loralicious.com##img[width="250"]
brit-babes.com##img[width="280"]
loralicious.com##img[width="300"]
4sex4.com##img[width="300"][height="244"]
extremetube.com,pornhub.com,spankwire.com##img[width="300"][height="250"]
naughty.com##img[width="450"]
adultwork.com,babepicture.co.uk,imagetwist.com,naughty.com,sexmummy.com,tophentai.biz,tvgirlsgallery.co.uk##img[width="468"]
clips4sale.com##img[width="468px"]
anetakeys.net##img[width="500"]
4fuckr.com,babeshows.co.uk,jessie-rogers.com,rule34hentai.net##img[width="728"]
mofosex.com##li[style="width: 385px; height: 380px; display: block; float: right;"]
youporn.com##milktruck > div
boundhub.com##noindex > .opt
boundhub.com##noindex > .place
boundhub.com##noindex > .top
hentai-foundry.com##p > a[href][target="_blank"]
pornhub.com,redtube.com##sads
picfoco.com##table[border="0"][width="728"]
xcritic.com##table[cellpadding="10"][width="600"]
xvideos.com##table[height="480"]
loadsofpics.com##table[height="750"]
pornper.com,xxxkinky.com##table[width="100%"][height="260"]
humoron.com##table[width="527"]
exgfpics.com##table[width="565"]
xcritic.com##table[width="610"][height="150"]
imagecarry.com##table[width="610"][height="260"]
milkmanbook.com##table[width="620"]
free-adult-anime.com##table[width="620"][cellspacing="1"][cellpadding="4"][bordercolor="#FF33FF"][border="0"]
amateuralbum.net##table[width="722"]
hotlinkimage.com##table[width="728"]
exgfpics.com##table[width="750"][height="248"]
grannysexforum.com##table[width="768"][height="226"]
titsintops.com##table[width="780"]
newsfilter.org##table[width="800px"]
anyvids.com##table[width="860"][cellspacing="1"][cellpadding="10"][border="1"]
magnetxxx.com##table[width="900"][height="250"]
petiteteenager.com##table[width="960"][height="102"]
boobieblog.com##td[align="center"][width="20%"]
skimtube.com##td[align="center"][width="330"]
rude.com##td[height="25"]
furnow.com##td[height="300"][align="center"]
ezilon.com##td[width="120"][align="center"]
asianforumer.com##td[width="160"][valign="top"][align="left"]
sharks-lagoon.fr##td[width="164"][valign="top"][bgcolor="#3366ff"][align="center"]
imagedunk.com##td[width="250"]
imagedax.net,youjizz.com##td[width="300"]
pornwikileaks.com##td[width="43"]
youjizz.com##tr > td + td[valign="top"]
youjizz.com##tr > td[style*="padding"][width]
youporn.com##video[id]:first-child
pornhub.com##video[style*="display: block !important;"]
vivud.com##video[webkit-playsinline]
pornhub.com##zzzzz
motherless.com###anonymous-notice
motherless.com###main > #content + div[style*="text-align:center;"]
motherless.com##.sidebar > table[style][cellpadding="0"]
motherless.com##[class][style*="data:image/gif;base64,"]
motherless.com##[class][style*="data:image/jpeg;base64"]
motherless.com##[class][style] > [width][height]
motherless.com##a[href^="http://www.safelinktrk.com/"]
motherless.com##div > table[style][border]
motherless.com##iframe[style]
motherless.com##table[style*="max-width:"]
@@|blob:resource://$image
@@||ad.linksynergy.com^$image,domain=extrarebates.com
@@||adap.tv/redir/javascript/vpaid.js
@@||adblockplus.org^$generichide,domain=easylist.adblockplus.org|reports.adblockplus.org
@@||adf.ly/static/image/ad_top_bg2.png?
@@||adguard.com/public/Adguard/Blog/Android/comparison/*_ads_$image,domain=adguard.com
@@||adm.fwmrm.net^*/AdManager.js$script
@@||adm.fwmrm.net^*/TremorAdRenderer.$object,domain=go.com
@@||adm.fwmrm.net^*/videoadrenderer.$object,domain=cnbc.com|go.com|nbc.com|nbcnews.com
@@||ads.dollartree.com/SneakPeek/$~third-party
@@||ads.exoclick.com/*.js$script,domain=gelbooru.com|thepiratebay.org
@@||ads.freewheel.tv/|$media,domain=cnbc.com|fxnetworks.com|my.xfinity.com|nbc.com|nbcsports.com
@@||ads.muxiv.com/address/$xmlhttprequest
@@||ads.nationmedia.com/webfonts/$font
@@||ads1.atpclick.com/atpClick.aspx?$image,script,domain=jobnet.co.il|jobs-israel.com
@@||adsales.snidigital.com/*/ads-config.min.js$script
@@||adserve.atedra.com/js/$script,domain=repeatmyvids.com
@@||adserve.atedra.com/vast/wrap.php?$script,domain=repeatmyvids.com
@@||adserve.atedra.com/zones.php$xmlhttprequest,domain=repeatmyvids.com
@@||affiliate.kickapps.com/service/
@@||airplaydirect.com/openx/www/images/$image
@@||amazon-adsystem.com/aax2/apstag.js$domain=twitch.tv
@@||amazon-adsystem.com/widgets/q?$image,third-party
@@||amazonaws.com/bt-dashboard-logos/$domain=signal.co
@@||amazonaws.com^*/sponsorbanners/$image,domain=members.portalbuzz.com
@@||annfammed.org/adsystem/$image,~third-party
@@||aolcdn.com^*/adhads.css$domain=aol.com
@@||aolcdn.com^*/adsWrapper.$domain=aol.com|engadget.com|mapquest.com
@@||aone-soft.com/style/images/ad*.jpg
@@||api.cirqle.nl^*&advertiserId=$script,xmlhttprequest
@@||api.paymentwall.com^$domain=adguard.com
@@||apmebf.com/ad/$domain=betfair.com
@@||apple.com^*/ads/$object,xmlhttprequest
@@||apple.com^*/images/ad-$image,domain=apple.com
@@||apple.com^*/images/ads_$image,domain=apple.com
@@||apple.com^*/includes/ads
@@||apple.com^*/video-ad.html
@@||auctionzip.com/cgi-bin/showimage.cgi?
@@||autotrader.co.uk^*/advert$~third-party
@@||banmancounselling.com/wp-content/themes/banman/
@@||bannersnack.com/banners/$document,subdocument,domain=adventcards.co.uk|charitychristmascards.org|christmascardpacks.co.uk|nativitycards.co.uk|printedchristmascards.co.uk
@@||bannersnack.net^$domain=bannersnack.com
@@||basinnow.com^*/advertise-$image,domain=basinnow.com
@@||bbc.co.uk^*/adverts.js
@@||bigfishaudio.com/banners/$image
@@||bing.com/search$popup,domain=msn.com
@@||blizzardwatch.com^*/bw-ads.js
@@||blogspot.com^$image,domain=kissmanga.com
@@||boats.com/ad/$~third-party,xmlhttprequest
@@||boatwizard.com/ads_prebid.min.js$script,domain=boats.com
@@||boreburn.com^$generichide
@@||borneobulletin.com.bn/wp-content/banners/bblogo.jpg
@@||britishairways.com/cms/global/styles/*/openx.css
@@||brocraft.net/js/banners.js
@@||brothersoft.com/gads/coop_show_download.php?soft_id=$script
@@||business-supply.com/images/adrotator/
@@||campingworld.com/images/AffiliateAds/$image,domain=catalogfavoritesvip.com|freeshipping.com|freeshippingrewards.com|habandvipplus.com|inthecompanyofdogsvip.com|naturesjewelryvip.com|northstylevip.com|pyramidcollectionvip.com|serengeticatalogvip.com|travelplus.com
@@||canadianlisted.com/css/*/ad/index.css
@@||candystand.com/assets/images/ads/$image
@@||canoe.com/Canoe/Ad/premium/$script
@@||capertongillett.com/glp?r=$script,~third-party
@@||capitalone360.com/js/adwizard/adwizard_homepage.js?
@@||carambo.la^*/GetAds|$xmlhttprequest
@@||carandclassic.co.uk/images/buttons/edit_free_ad.gif
@@||carandclassic.co.uk/images/free_advert/$image,~third-party
@@||caranddriver.com/assets/js/ads/ads-combined.min.js
@@||caranddriver.com/tools/iframe/?$subdocument
@@||cc-dt.com/link/tplimage?lid=$image,domain=catalogfavoritesvip.com|freeshipping.com|freeshippingrewards.com|habandvipplus.com|inthecompanyofdogsvip.com|naturesjewelryvip.com|northstylevip.com|pyramidcollectionvip.com|serengeticatalogvip.com|travelplus.com
@@||cctv.com/js/cntv_Advertise.js
@@||cdm.link/app/themes/cdm/js/ads.js$~third-party
@@||cdn.advertserve.com^$domain=hutchgo.com|hutchgo.com.cn|hutchgo.com.hk|hutchgo.com.sg|hutchgo.com.tw
@@||cdn.betrad.com/pub/icon1.png$domain=usanetwork.com
@@||cdn.inskinmedia.com^*/brightcove3.js$domain=virginmedia.com
@@||cdn.inskinmedia.com^*/ipcgame.js?$domain=mousebreaker.com
@@||cdn.intentmedia.net^$image,script,domain=travelzoo.com
@@||cdn.jwplayer.com/v2/media/$xmlhttprequest,domain=investopedia.com
@@||cdn.pch.com/spectrummedia/spectrum/adunit/
@@||cdn.travidia.com/fsi-page/$image
@@||cdn.travidia.com/rop-ad/$image
@@||cdn.travidia.com/rop-sub/$image
@@||cdn.turner.com^*/video/336x280_ad.gif
@@||cdn.vdopia.com^$object,script,domain=indiatvnews.com|moneycontrol.com
@@||cerebral.s4.bizhat.com/banners/$image,~third-party
@@||channel4.com/media/scripts/oasconfig/siteads.js
@@||chase.com/content/*/ads/$image,~third-party
@@||chase.com^*/adserving/
@@||cheapoair.ca/desktopmodules/adsales/adsaleshandle.ashx?$xmlhttprequest
@@||cheapoair.com/desktopmodules/adsales/adsaleshandle.ashx?$xmlhttprequest
@@||checkerdist.com/product-detail.cfm?*advert_id=$~third-party
@@||chotot.com/v1/public/user_ads/$xmlhttprequest
@@||cio.com/www/js/ads/gpt_includes.js
@@||classifieds.wsj.com/ad/$~third-party
@@||click2houston.com/gmg.static/ads/$script
@@||clickbd.com^*/ads/$image,~third-party
@@||clickondetroit.com/gmg.static/ads/$script
@@||clickorlando.com/gmg.static/ads/$script
@@||clients*.google.com/adsense/*?key=$domain=~calcalist.co.il|~gaytube.com|~mako.co.il|~pornhub.com|~redtube.com|~redtube.com.br|~tube8.com|~tube8.es|~tube8.fr|~walla.co.il|~xtube.com|~ynet.co.il|~youjizz.com|~youporn.com|~youporngay.com
@@||cloudflare.com/ajax/libs/videojs-contrib-ads/$stylesheet,domain=healthmeans.com
@@||cloudfront.net/_ads/$xmlhttprequest,domain=jobstreet.co.id|jobstreet.co.in|jobstreet.co.th|jobstreet.com|jobstreet.com.my|jobstreet.com.ph|jobstreet.com.sg|jobstreet.vn
@@||commons.wikimedia.org/w/api.php?$~third-party,xmlhttprequest
@@||computerworld.com/www/js/ads/ads.js$script
@@||comsec.com.au^*/homepage_banner_ad.gif
@@||contextual.media.net/dmedianet.js$script,domain=msn.com
@@||copesdistributing.com/images/adds/banner_$~third-party
@@||css.wpdigital.net/wpost/css/combo?*/ads.css
@@||cubeecraft.com/openx/$~third-party
@@||cvs.com/webcontent/images/weeklyad/adcontent/$~third-party
@@||cwtv.com^$generichide
@@||davidsilverspares.co.uk/graphics/*_ad.gif$~third-party
@@||dianomi.com/cgi-bin/smartads.pl$xmlhttprequest,domain=inc.com
@@||dianomi.com/partner/marketwatch/js/dianomi-marketwatch.js?$domain=marketwatch.com
@@||dianomi.com/recirculation.epl?id=$subdocument
@@||digiads.com.au/css/24032006/adstyle.css
@@||digiads.com.au/images/shared/misc/ad-disclaimer.gif
@@||doubleclick.net/ddm/$image,domain=aetv.com|fyi.tv|history.com|mylifetime.com|speedtest.net
@@||doubleclick.net/favicon.ico$image,domain=goal.com
@@||dragon-mania-legends-wiki.mobga.me^*_advertisement.
@@||dragon-mania-legends-wiki.mobga.me^*_Advertisement_
@@||dwiextreme.com/banners/dwiextreme$image
@@||emergencymedicalparamedic.com/wp-content/themes/AdSense/style.css
@@||espncdn.com/combiner/$stylesheet
@@||expressclassifiedstt.com/adimg.php?$~third-party
@@||facebook.com/ads/ajax/ads_stats_dialog/$~third-party,xmlhttprequest
@@||facebook.com/ads/api/preview_iframe.php$subdocument,~third-party
@@||facebook.com/ads/profile/advertisers/$~third-party,xmlhttprequest
@@||facebook.com/ads/profile/interests/$~third-party,xmlhttprequest
@@||google.*/s?*&q=$~third-party,xmlhttprequest,domain=google.ae|google.at|google.be|google.bg|google.by|google.ca|google.ch|google.cl|google.co.id|google.co.il|google.co.in|google.co.jp|google.co.ke|google.co.kr|google.co.nz|google.co.th|google.co.uk|google.co.ve|google.co.za|google.com|google.com.ar|google.com.au|google.com.br|google.com.co|google.com.ec|google.com.eg|google.com.hk|google.com.mx|google.com.my|google.com.pe|google.com.ph|google.com.pk|google.com.py|google.com.sa|google.com.sg|google.com.tr|google.com.tw|google.com.ua|google.com.uy|google.com.vn|google.cz|google.de|google.dk|google.dz|google.ee|google.es|google.fi|google.fr|google.gr|google.hr|google.hu|google.ie|google.it|google.lt|google.lv|google.nl|google.no|google.pl|google.pt|google.ro|google.rs|google.ru|google.se|google.sk
@@||google.*/search?sclient=*&q=$~third-party,xmlhttprequest,domain=google.ae|google.at|google.be|google.bg|google.by|google.ca|google.ch|google.cl|google.co.id|google.co.il|google.co.in|google.co.jp|google.co.ke|google.co.kr|google.co.nz|google.co.th|google.co.uk|google.co.ve|google.co.za|google.com|google.com.ar|google.com.au|google.com.br|google.com.co|google.com.ec|google.com.eg|google.com.hk|google.com.mx|google.com.my|google.com.pe|google.com.ph|google.com.pk|google.com.py|google.com.sa|google.com.sg|google.com.tr|google.com.tw|google.com.ua|google.com.uy|google.com.vn|google.cz|google.de|google.dk|google.dz|google.ee|google.es|google.fi|google.fr|google.gr|google.hr|google.hu|google.ie|google.it|google.lt|google.lv|google.nl|google.no|google.pl|google.pt|google.ro|google.rs|google.ru|google.se|google.sk
@@||google.*/webpagethumbnail?*&query=$script,~third-party,domain=google.ae|google.at|google.be|google.bg|google.by|google.ca|google.ch|google.cl|google.co.id|google.co.il|google.co.in|google.co.jp|google.co.ke|google.co.kr|google.co.nz|google.co.th|google.co.uk|google.co.ve|google.co.za|google.com|google.com.ar|google.com.au|google.com.br|google.com.co|google.com.ec|google.com.eg|google.com.hk|google.com.mx|google.com.my|google.com.pe|google.com.ph|google.com.pk|google.com.py|google.com.sa|google.com.sg|google.com.tr|google.com.tw|google.com.ua|google.com.uy|google.com.vn|google.cz|google.de|google.dk|google.dz|google.ee|google.es|google.fi|google.fr|google.gr|google.hr|google.hu|google.ie|google.it|google.lt|google.lv|google.nl|google.no|google.pl|google.pt|google.ro|google.rs|google.ru|google.se|google.sk
@@||google.com/_/apps-static/*/socialads/$script,stylesheet,~third-party
@@||google.com/_static/images/*/ads.png$~third-party
@@||google.com/ads/search/module/ads/*/search.js$domain=about.com|armstrongmywire.com|atlanticbb.net|bestbuy.com|bresnan.net|broadstripe.net|buckeyecablesystem.net|cableone.net|centurylink.net|charter.net|cincinnatibell.net|dish.net|ehow.com|forbbbs.org|hargray.net|hawaiiantel.net|hickorytech.net|homeaway.co.uk|knology.net|livestrong.com|mediacomtoday.com|midco.net|mybendbroadband.com|mybrctv.com|mycenturylink.com|myconsolidated.net|myepb.net|mygrande.net|mygvtc.com|myhughesnet.com|myritter.com|northstate.net|nwcable.net|query.nytimes.com|rentals.com|search.rr.com|searchresults.verizon.com|suddenlink.net|surewest.com|synacor.net|tds.net|toshiba.com|trustedreviews.com|truvista.net|windstream.net|windstreambusiness.net|wowway.net|zoover.co.uk|zoover.com
@@||google.com/adsense/$subdocument,domain=sedo.co.uk|sedo.com|sedo.jp|sedo.kr|sedo.pl
@@||google.com/adsense/domains/caf.js$domain=capertongillett.com|webfirstrow.eu
@@||google.com/adsense/search/ads.js$domain=armstrongmywire.com|atlanticbb.net|bestbuy.com|bresnan.net|broadstripe.net|buckeyecablesystem.net|cableone.net|centurylink.net|charter.net|cincinnatibell.net|dish.net|forbbbs.org|gumtree.com.au|hargray.net|hawaiiantel.net|hickorytech.net|homeaway.co.uk|knology.net|livestrong.com|mediacomtoday.com|midco.net|mybendbroadband.com|mybrctv.com|mycenturylink.com|myconsolidated.net|myepb.net|mygrande.net|mygvtc.com|myhughesnet.com|myritter.com|northstate.net|nwcable.net|query.nytimes.com|rentals.com|search.rr.com|searchresults.verizon.com|suddenlink.net|surewest.com|synacor.net|tds.net|toshiba.com|trustedreviews.com|truvista.net|windstream.net|windstreambusiness.net|wowway.net|www.google.com|zoover.co.uk|zoover.com
@@||google.com/images/integrations/$image,~third-party
@@||google.com/recaptcha/$subdocument,domain=123short.com|limetorrents.info|sh.st
@@||guim.co.uk/uploader/$image,~third-party
@@||gumtree.com^*/advertising.js
@@||history.com^$generichide
@@||hulu.com/published/*.flv
@@||hulu.com/published/*.mp4
@@||hutchgo.advertserve.com^$domain=hutchgo.com|hutchgo.com.cn|hutchgo.com.hk|hutchgo.com.sg|hutchgo.com.tw
@@||hw-ads.datpiff.com/news/$image,domain=datpiff.com
@@||ikea.com^*/img/ad_
@@||ikea.com^*/img/ads/
@@||imasdk.googleapis.com/js/core/bridge*.html$subdocument,domain=~spotify.com
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=audiomack.com|blastingnews.com|bloomberg.com|cbc.ca|cbsnews.com|cbssports.com|cnet.com|complex.com|cwtv.com|gamejolt.com|healthmeans.com|indystar.com|insideedition.com|metacritic.com|metrolyrics.com|mobg.io|news.sky.com|play.ludigames.com|player.abacast.net|player.performgroup.com|powr.com|rumble.com|snopes.com|thegamer.tv|thestreet.com|theverge.com|ultimedia.com|usatoday.com|video.foxbusiness.com|video.foxnews.com|vidyomani.com|yiv.com
@@||imasdk.googleapis.com/js/sdkloader/ima3_dai.js$domain=bloomberg.com
@@||img-cdn.mediaplex.com^$image,domain=betfair.com
@@||indiaresults.com/advertisements/submit.png
@@||infoworld.com/www/js/ads/gpt_includes.js
@@||innovid.com^$object,domain=hulu.com
@@||island.lk/userfiles/image/danweem/island.gif
@@||itv.com/itv/hserver/*/site=itv/$xmlhttprequest
@@||itv.com/itv/jserver/$script,domain=itv.com
@@||japan-guide.com/ad/$image,~third-party
@@||ksat.com/gmg.static/ads/$script
@@||lemon-ads.com^$~document,~third-party
@@||linkbucks.com/tmpl/$image,stylesheet
@@||lokopromo.com^*/adsimages/$~third-party
@@||macworld.com/www/js/ads/ads.js
@@||mail.google.com^*&view=ad&$xmlhttprequest
@@||media.tumblr.com^$image,domain=kissmanga.com
@@||mediaalpha.com/js/serve.js$domain=goseek.com
@@||miniclipcdn.com/js/advert.js
@@||mircscripts.org/advertisements.js
@@||msmedia.morningstar.com^*/size=*/random=*/viewid=$script,domain=morningstar.in
@@||mzstatic.com/image/$image,domain=mp3clan.one
@@||networkworld.com/www/js/ads/gpt_includes.js?
@@||news4jax.com/gmg.static/ads/$script
@@||nflcdn.com/static/site/$script,domain=nfl.com
@@||nme.com^$generichide
@@||notebookcheck.$image,~third-party
@@||ntv.io/serve/load.js$domain=mcclatchydc.com
@@||nyt.com/ads/$domain=nytimes.com
@@||objects.tremormedia.com/embed/js/$domain=videopoker.com|weeklyworldnews.com
@@||optimatic.com/iframe.html$subdocument,domain=pch.com
@@||optimatic.com/redux/optiplayer-$domain=pch.com
@@||optimatic.com/shell.js$domain=pch.com
@@||optimatic.com^*/shell.swf$object,domain=pch.com
@@||optimatic.com^*/shell_$object,domain=pch.com
@@||optout.networkadvertising.org^$document
@@||oxfordlearnersdictionaries.com/external/scripts/doubleclick.js
@@||pagead2.googlesyndication.com/pagead/js/*/show_ads_impl.js$domain=downloads.codefi.re|globaldjmix.com|nlfreevpn.com|oldapps.com|slideplayer.com|smallseotools.com|tampermonkey.net|thefreedictionary.com|windows7themes.net
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=slideplayer.com|smallseotools.com|tampermonkey.net|thefreedictionary.com
@@||pagead2.googlesyndication.com/pagead/js/lidar.js$domain=convert-me.com|grammarist.com
@@||pagead2.googlesyndication.com/pagead/show_ads.js$domain=nlfreevpn.com|oldapps.com
@@||pandora.com/images/public/devicead/$image
@@||paperpk.com/Ads/site/$image,domain=paperpk.com
@@||paperpk.com/ads_pic_directory/$image,domain=paperpk.com
@@||paperpk.com/pk_img/$image,domain=paperpk.com
@@||payload.cargocollective.com^$image,~third-party
@@||pbs.twimg.com/ad_img/$image,domain=twitter.com
@@||pcworld.com/www/js/ads/jquery.lazyload-ad.js
@@||pepperjamnetwork.com/banners/$image,domain=extrarebates.com
@@||pjtra.com/b/$image,domain=extrarebates.com
@@||pntrac.com/b/$image,domain=extrarebates.com
@@||pntrs.com/b/$image,domain=extrarebates.com
@@||pntrs.com^$image,domain=catalogfavoritesvip.com|freeshipping.com|freeshippingrewards.com|habandvipplus.com|inthecompanyofdogsvip.com|naturesjewelryvip.com|northstylevip.com|pyramidcollectionvip.com|serengeticatalogvip.com|travelplus.com
@@||portal.autotrader.co.uk/advert/$~third-party
@@||powercolor.com/image/ad/$~third-party
@@||procato.com/_pub/advertisement.js
@@||productioncars.com/pics/menu/
@@||q2servers.com/pop.js
@@||rogersmagazines.com/ads/$image,domain=catalogfavoritesvip.com|freeshipping.com|freeshippingrewards.com|habandvipplus.com|inthecompanyofdogsvip.com|naturesjewelryvip.com|northstylevip.com|pyramidcollectionvip.com|serengeticatalogvip.com|travelplus.com
@@||rover.ebay.com^$image,domain=catalogfavoritesvip.com|freeshipping.com|freeshippingrewards.com|habandvipplus.com|inthecompanyofdogsvip.com|naturesjewelryvip.com|northstylevip.com|pyramidcollectionvip.com|serengeticatalogvip.com|travelplus.com
@@||salfordonline.com/wp-content/plugins/wp_pro_ad_system/$script
@@||sdltutorials.com/Data/Ads/AppStateBanner.jpg
@@||secure.bankofamerica.com/mycommunications/*?adx=$~third-party,xmlhttprequest
@@||securenetsystems.net/advertising/ad_campaign_get.cfm?$xmlhttprequest
@@||servebom.com/tmn*.js$script,domain=tomsguide.com|tomshardware.co.uk|tomshardware.com|wonderhowto.com
@@||server.cpmstar.com/view.aspx?poolid=$domain=newgrounds.com
@@||shareasale.com/image/$domain=catalogfavoritesvip.com|freeshipping.com|freeshippingrewards.com|habandvipplus.com|inthecompanyofdogsvip.com|naturesjewelryvip.com|northstylevip.com|pyramidcollectionvip.com|serengeticatalogvip.com|travelplus.com
@@||shopmanhattanite.com/affiliatebanners/$image,domain=catalogfavoritesvip.com|freeshipping.com|freeshippingrewards.com|habandvipplus.com|inthecompanyofdogsvip.com|naturesjewelryvip.com|northstylevip.com|pyramidcollectionvip.com|serengeticatalogvip.com|travelplus.com
@@||shopping.naver.net/ad/$image,script,stylesheet,domain=naver.com
@@||signin.verizon.com^*/affiliate/$subdocument,xmlhttprequest
@@||smallseotools.com/js/ads.js
@@||smallseotools.com^$generichide
@@||somewheresouth.net/banner/banner.php$image
@@||southwest.com/swa-resources/scripts/ads.js
@@||spendino.de/admanager/
@@||sportsnet.ca/wp-content/plugins/bwp-minify/$domain=sportsnet.ca
@@||stclassifieds.sg^$generichide
@@||summitracing.com/global/images/bannerads/
@@||supercartoons.net/ad-preroll.html
@@||support.dlink.com/Scripts/custom/pop.js
@@||t.st/files/$script,domain=thestreet.com
@@||tampermonkey.net^$script,domain=tampermonkey.net
@@||thefreedictionary.com^$generichide
@@||theweathernetwork.com/js/ads.js
@@||translate.google.*/translate_*&q=$~third-party,xmlhttprequest,domain=google.ae|google.at|google.be|google.bg|google.by|google.ca|google.ch|google.cl|google.co.id|google.co.il|google.co.in|google.co.jp|google.co.ke|google.co.kr|google.co.nz|google.co.th|google.co.uk|google.co.ve|google.co.za|google.com|google.com.ar|google.com.au|google.com.br|google.com.co|google.com.ec|google.com.eg|google.com.hk|google.com.mx|google.com.my|google.com.pe|google.com.ph|google.com.pk|google.com.py|google.com.sa|google.com.sg|google.com.tr|google.com.tw|google.com.ua|google.com.uy|google.com.vn|google.cz|google.de|google.dk|google.dz|google.ee|google.es|google.fi|google.fr|google.gr|google.hr|google.hu|google.ie|google.it|google.lt|google.lv|google.nl|google.no|google.pl|google.pt|google.ro|google.rs|google.ru|google.se|google.sk
@@||trustedreviews.com^$generichide
@@||tttcdn.com/advertising/$image,domain=tomtop.com
@@||ukbride.co.uk/css/*/adverts.css
@@||upload.wikimedia.org/wikipedia/
@@||urbanog.com/banners/$image
@@||utdallas.edu/locator/maps/$image
@@||v.fwmrm.net/ad/p/1?$domain=cc.com|channel5.com|cmt.com|eonline.com|foodnetwork.com|nbcnews.com|ncaa.com|player.theplatform.com|simpsonsworld.com|sonycrackle.com|today.com|uktv.co.uk
@@||videotoolbox.com^$generichide
@@||vidible.tv/prod/$media,object,other
@@||vidible.tv/stage/$media,object,other
@@||vidspot.net/blank.html|$subdocument
@@||vidspot.net/builtin-$subdocument
@@||vidspot.net/tmp/status.html?*upload=file$subdocument
@@||wallpapersmania.com/ad/$image,~third-party
@@||web.archive.org^$generichide
@@||wikia.nocookie.net^$stylesheet
@@||wikia.nocookie.net^*/images/$image
@@||wikipedia.org^$generichide
@@||wiktionary.org^$generichide
@@||worldgravity.com^$script,domain=hotstar.com
@@||wpgdadago.com/ad/$image,~third-party
@@||wpgdadatong.com/ad/$image,~third-party
@@||wpthemedetector.com/ad/$~third-party
@@||wsls.com/gmg.static/ads/$script
@@||www.facebook.com/ad.*^ajaxpipe^$subdocument,~third-party
@@||www.google.*/aclk?$domain=google.ae|google.at|google.be|google.bg|google.by|google.ca|google.ch|google.cl|google.co.id|google.co.il|google.co.in|google.co.jp|google.co.ke|google.co.kr|google.co.nz|google.co.th|google.co.uk|google.co.ve|google.co.za|google.com|google.com.ar|google.com.au|google.com.br|google.com.co|google.com.ec|google.com.eg|google.com.hk|google.com.mx|google.com.my|google.com.pe|google.com.ph|google.com.pk|google.com.py|google.com.sa|google.com.sg|google.com.tr|google.com.tw|google.com.ua|google.com.uy|google.com.vn|google.cz|google.de|google.dk|google.dz|google.ee|google.es|google.fi|google.fr|google.gr|google.hr|google.hu|google.ie|google.it|google.lt|google.lv|google.nl|google.no|google.pl|google.pt|google.ro|google.rs|google.ru|google.se|google.sk|googleadservices.com
@@||www.google.*/search?$domain=google.ae|google.at|google.be|google.bg|google.by|google.ca|google.ch|google.cl|google.co.id|google.co.il|google.co.in|google.co.jp|google.co.ke|google.co.kr|google.co.nz|google.co.th|google.co.uk|google.co.ve|google.co.za|google.com|google.com.ar|google.com.au|google.com.br|google.com.co|google.com.ec|google.com.eg|google.com.hk|google.com.mx|google.com.my|google.com.pe|google.com.ph|google.com.pk|google.com.py|google.com.sa|google.com.sg|google.com.tr|google.com.tw|google.com.ua|google.com.uy|google.com.vn|google.cz|google.de|google.dk|google.dz|google.ee|google.es|google.fi|google.fr|google.gr|google.hr|google.hu|google.ie|google.it|google.lt|google.lv|google.nl|google.no|google.pl|google.pt|google.ro|google.rs|google.ru|google.se|google.sk
@@||www.google.com/ads/preferences/$image,script,subdocument
@@||yadayadayada.nl/banner/banner.php$image,domain=murf.nl|workhardclimbharder.nl
@@||yahoo.com/combo?$stylesheet
@@||yceml.net^$image,domain=catalogfavoritesvip.com|deliverydeals.co.uk|extrarebates.com|freeshipping.com|freeshippingbymastercard.com|freeshippingrewards.com|habandvipplus.com|inthecompanyofdogsvip.com|naturesjewelryvip.com|northstylevip.com|pyramidcollectionvip.com|serengeticatalogvip.com|travelplus.com
@@||yibada.com^$generichide
@@||yimg.com/rq/darla/*/g-r-min.js$domain=yahoo.com
@@||yoox.com/img//banner/affiliation/$image,domain=catalogfavoritesvip.com|freeshipping.com|freeshippingrewards.com|habandvipplus.com|inthecompanyofdogsvip.com|naturesjewelryvip.com|northstylevip.com|pyramidcollectionvip.com|serengeticatalogvip.com|travelplus.com
@@||yourtailorednews.com^$generichide
@@||youtube.com^*_adsense_$xmlhttprequest
@@||zergnet.com^$image,script,stylesheet,domain=ci.craveonline.com|ci.gamerevolution.com|ci.momtastic.com|ci.thefashionspot.com|ci.totallyher.com
@@||zippyshare.com^$generichide
@@||1337x.to/cat/$csp,~third-party
@@||1337x.to/home/$csp,~third-party
@@||1337x.to/login$csp,~third-party
@@||1337x.to/movie-library/$csp,~third-party
@@||1337x.to/new-episodes/$csp,~third-party
@@||1337x.to/register$csp,~third-party
@@||1337x.to/series-library/$csp,~third-party
@@||1337x.to/top-100$csp,~third-party
@@||1337x.to/torrent/$csp,~third-party
@@||1337x.to/upload$csp,~third-party
@@||swatchseries.to/latest$csp,~third-party
@@||swatchseries.to/login$csp,~third-party
@@||swatchseries.to/new$csp,~third-party
@@||swatchseries.to/register$csp,~third-party
@@||swatchseries.to/series$csp,~third-party
@@||tamilrockerss.ch/index.php$csp,~third-party
@@||uploadproper.com/login.html$csp,~third-party
@@||uploadproper.com/register.html$csp,~third-party
@@||www.limetorrents.info/register/$csp,~third-party
@@||zcache.ca^$image,domain=zazzle.ca
@@||zcache.co.nz^$image,domain=zazzle.co.nz
@@||zcache.co.uk^$image,domain=zazzle.co.uk
@@||zcache.com^$image,domain=zazzle.com
@@||oauth.vk.com/authorize?
@@||100percentfedup.com^$generichide
@@||allenwestrepublic.com^$generichide
@@||allthingsvegas.com^$generichide
@@||askmefast.com^$generichide
@@||auntyacid.com^$generichide
@@||barbwire.com^$generichide
@@||bestfunnyjokes4u.com^$generichide
@@||bighealthreport.com^$generichide
@@||boredomtherapy.com^$generichide
@@||breathecast.com^$generichide
@@||bulletsfirst.net^$generichide
@@||celebrity-gossip.net^$generichide
@@||cheapism.com^$generichide
@@||cheatsheet.com^$generichide
@@||chicksonright.com^$generichide
@@||comicallyincorrect.com^$generichide
@@||conservativebyte.com^$generichide
@@||conservativeintel.com^$generichide
@@||conservativevideos.com^$generichide
@@||constitution.com^$generichide
@@||coviral.com^$generichide
@@||craigjames.com^$generichide
@@||crossmap.com^$generichide
@@||dailyfeed.co.uk^$generichide
@@||dailyhealthpost.com^$generichide
@@||dailysurge.com^$generichide
@@||deneenborelli.com^$generichide
@@||digitaljournal.com^$generichide
@@||eaglerising.com^$generichide
@@||earnthenecklace.com^$generichide
@@||enstarz.com^$generichide
@@||faithit.com^$generichide
@@||fitnessconnoisseur.com^$generichide
@@||foreverymom.com^$generichide
@@||freedomforce.com^$generichide
@@||freedomoutpost.com^$generichide
@@||freewarefiles.com^$generichide
@@||gamerant.com^$generichide
@@||gosocial.co^$generichide
@@||gymflow100.com^$generichide
@@||hallels.com^$generichide
@@||hautereport.com^$generichide
@@||headcramp.com^$generichide
@@||healthstatus.com^$generichide
@@||hngn.com^$generichide
@@||honesttopaws.com^$generichide
@@||hypable.com^$generichide
@@||infowars.com^$generichide
@@||intellectualconservative.com^$generichide
@@||jobsnhire.com^$generichide
@@||joeforamerica.com^$generichide
@@||juicerhead.com^$generichide
@@||justdiy.com^$generichide
@@||kdramastars.com^$generichide
@@||keepandbear.com^$generichide
@@||knowledgedish.com^$generichide
@@||kpopstarz.com^$generichide
@@||lastresistance.com^$generichide
@@||latinpost.com^$generichide
@@||legalinsurrection.com^$generichide
@@||lidblog.com^$generichide
@@||lifebuzz.com^$generichide
@@||madworldnews.com^$generichide
@@||mentalflare.com^$generichide
@@||minutemennews.com^$generichide
@@||moneyversed.com^$generichide
@@||myscienceacademy.org^$generichide
@@||naturalblaze.com^$generichide
@@||naturalsociety.com^$generichide
@@||natureworldnews.com^$generichide
@@||newser.com^$generichide
@@||newseveryday.com^$generichide
@@||newsthump.com^$generichide
@@||opednews.com^$generichide
@@||parentherald.com^$generichide
@@||patriotoutdoornews.com^$generichide
@@||patriottribune.com^$generichide
@@||pickthebrain.com^$generichide
@@||politicaloutcast.com^$generichide
@@||politichicks.com^$generichide
@@||practicallyviral.com^$generichide
@@||quirlycues.com^$generichide
@@||realfarmacy.com^$generichide
@@||realmomsrealreviews.com^$generichide
@@||realtytoday.com^$generichide
@@||redmaryland.com^$generichide
@@||reverbpress.com^$generichide
@@||reviveusa.com^$generichide
@@||rightwingnews.com^$generichide
@@||shark-tank.com^$generichide
@@||shedthoselbs.com^$generichide
@@||stevedeace.com^$generichide
@@||supercheats.com^$generichide
@@||survivalnation.com^$generichide
@@||techconsumer.com^$generichide
@@||technobuffalo.com^$generichide
@@||techtimes.com^$generichide
@@||terezowens.com^$generichide
@@||theblacksphere.net^$generichide
@@||theboredmind.com^$generichide
@@||thehayride.com^$generichide
@@||thelibertydaily.com^$generichide
@@||themattwalshblog.com^$generichide
@@||thepolitistick.com^$generichide
@@||tinypic.com^$generichide
@@||tosavealife.com^$generichide
@@||traileraddict.com^$generichide
@@||truththeory.com^$generichide
@@||universityherald.com^$generichide
@@||urbantabloid.com^$generichide
@@||valuewalk.com^$generichide
@@||vcpost.com^$generichide
@@||vgpie.com^$generichide
@@||victoriajackson.com^$generichide
@@||videogamesblogger.com^$generichide
@@||viralnova.com^$generichide
@@||visiontoamerica.com^$generichide
@@||youthhealthmag.com^$generichide
@@/adBlockDetector/*$~third-party,domain=~gaytube.com|~pornhub.com|~redtube.com|~redtube.com.br|~tube8.com|~tube8.es|~tube8.fr|~xtube.com|~youjizz.com|~youporn.com|~youporngay.com
@@/blockalyzer-adblock-counter/js/advertisement.js$script,~third-party,domain=~gaytube.com|~pornhub.com|~redtube.com|~redtube.com.br|~tube8.com|~tube8.es|~tube8.fr|~xtube.com|~youjizz.com|~youporn.com|~youporngay.com
@@/wp-content/*/plugins/adblock.js$script,~third-party,domain=~gaytube.com|~pornhub.com|~redtube.com|~redtube.com.br|~tube8.com|~tube8.es|~tube8.fr|~xtube.com|~youjizz.com|~youporn.com|~youporngay.com
@@/wp-content/plugins/adblock-notify-by-bweb/js/advertisement.js$script,domain=~calcalist.co.il|~gaytube.com|~mako.co.il|~pornhub.com|~redtube.com|~redtube.com.br|~tube8.com|~tube8.es|~tube8.fr|~walla.co.il|~xtube.com|~ynet.co.il|~youjizz.com|~youporn.com|~youporngay.com
@@/wp-content/plugins/anti-block/js/advertisement.js$~third-party,domain=~gaytube.com|~pornhub.com|~redtube.com|~redtube.com.br|~tube8.com|~tube8.es|~tube8.fr|~xtube.com|~youjizz.com|~youporn.com|~youporngay.com
@@/wp-content/plugins/blockalyzer-adblock-counter/*$image,script,~third-party,domain=~gaytube.com|~pornhub.com|~redtube.com|~redtube.com.br|~tube8.com|~tube8.es|~tube8.fr|~xtube.com|~youjizz.com|~youporn.com|~youporngay.com
@@/wp-content/plugins/blocked-ads-notifier-lite/*$script,~third-party,domain=~gaytube.com|~pornhub.com|~redtube.com|~redtube.com.br|~tube8.com|~tube8.es|~tube8.fr|~xtube.com|~youjizz.com|~youporn.com|~youporngay.com
@@/wp-content/plugins/simple-adblock-notice/*$script,~third-party,domain=~gaytube.com|~pornhub.com|~redtube.com|~redtube.com.br|~tube8.com|~tube8.es|~tube8.fr|~xtube.com|~youjizz.com|~youporn.com|~youporngay.com
@@/wp-content/themes/$script,domain=9to5mac.com
@@/wp-prevent-adblocker/*$script,~third-party,domain=~gaytube.com|~pornhub.com|~redtube.com|~redtube.com.br|~tube8.com|~tube8.es|~tube8.fr|~xtube.com|~youjizz.com|~youporn.com|~youporngay.com
@@||2mdn.net/instream/html5/ima3.js$script,domain=techrepublic.com|zdnet.com
@@||8shit.net^$generichide
@@||95.211.184.210/js/advertisement.js
@@||97.74.238.106^$domain=afreesms.com
@@||9msn.com.au/Services/Service.axd?*=AdExpert&$script,domain=9news.com.au
@@||9xbuddy.com/js/ads.js
@@||ad.doubleclick.net/|$image,domain=cwtv.com
@@||ad.filmweb.pl^$script
@@||ad.leadbolt.net/show_cu.js
@@||ad8k.com^$script,domain=extratorrent.cc|flash-x.tv|flashx.tv|wrestlinginc.com
@@||adcity.tech^$script,third-party
@@||adexprt.com/cdn3/*&m=magnet$subdocument
@@||adf.ly/ad/banner/*=$xmlhttprequest
@@||adgarden.tech^$script,third-party
@@||adm.fwmrm.net/p/*/LinkTag2.js$domain=uktv.co.uk
@@||adm.fwmrm.net^*/BrightcovePlugin.js$domain=uktv.co.uk
@@||adnetasia.com^$script,domain=sznpaste.net
@@||ads.nipr.ac.jp^$~third-party
@@||adsbox.in^$generichide
@@||aetv.com^$generichide
@@||afdah.tv^$script
@@||afreesms.com^$generichide
@@||agar.io^*ad$script
@@||ahctv.com^$generichide
@@||aiasahi.jp/ads/$image,domain=japan.zdnet.com
@@||allmusic.com^$generichide
@@||allmyvideos.net^$generichide
@@||allmyvideos.net^$script,~third-party
@@||alphahistory.com^$generichide
@@||amk.to/js/adcode.js?
@@||anilinkz.io^$generichide
@@||animenewsnetwork.com/javascripts/advertisement.js
@@||anisearch.com^*/ads/
@@||anonymousemail.me/js/$~script
@@||anonytext.tk^$generichide
@@||autogespot.*/JavaScript/ads.js?$~third-party,domain=~gaytube.com|~pornhub.com|~redtube.com|~redtube.com.br|~tube8.com|~tube8.es|~tube8.fr|~xtube.com|~youjizz.com|~youporn.com|~youporngay.com
@@||avforums.com/*ad$script
@@||bicimotosargentina.com^$generichide
@@||bilzonen.dk/scripts/ads.js
@@||boatwizard.com/ads_prebid.min.js$script,domain=boats.com
@@||bollywoodshaadis.com/js/ads.js
@@||borneobulletin.com.bn/wp-content/banners/bblogo.jpg
@@||business-standard.com/ad/banner.js
@@||buysellads.com/ac/bsa.js$domain=jc-mp.com
@@||centro.co.il^$generichide
@@||chicagoreader.com^$generichide
@@||comicbook.com^$generichide
@@||cricbuzz.com/includes/ads/images/cricbuzz/$~third-party
@@||crunchyroll.com^*/ads_$script
@@||ddmcdn.com^*/comscore.streaming.$script,domain=animalplanet.com|discovery.com|investigationdiscovery.com|tlc.com
@@||designtaxi.com/js/ad*.js
@@||destinationamerica.com^$generichide
@@||diep.io^$script,~third-party
@@||dinozap.tv/adimages/
@@||discordapp.com/banners/$image
@@||dlh.net^$script,subdocument,domain=dlh.net
@@||dnswatch.info^$script,domain=dnswatch.info
@@||dragoart.com^$generichide
@@||dragoart.com^$script,~third-party
@@||drakulastream.tv^*/flash_popunder.js
@@||drfile.net^$generichide
@@||drugs.com^$subdocument,~third-party
@@||dutplanet.net/ajax/reclamecheck.php?$xmlhttprequest
@@||dx-tv.com^$generichide
@@||dynamicyield.com/abadimage/$image,subdocument
@@||e24.no^$generichide
@@||ebkimg.com/banners/
@@||edgekey.net^*/advertisement.js$domain=play.spotify.com
@@||elektrotanya.com/ads/$script,~third-party
@@||embedupload.com^$generichide
@@||eska.pl^*bbelements.js
@@||eteknix.com^$generichide
@@||eu5.org^*/advert.js
@@||euroman.dk^$generichide
@@||eventhubs.com^*.$script
@@||examplenews.com/static/js/overlay/$script
@@||exoclick.com/wp-content/$image,third-party
@@||exponential.com/tags/ClubeDoHardwarecombr/ROS/tags.js$domain=clubedohardware.com.br
@@||exponential.com^*/tags.js$domain=yellowbridge.com
@@||exsite.pl^*/advert.js
@@||external.mranime.tv^$generichide,script
@@||ezcast.tv/static/scripts/adscript.js
@@||fas.li^$generichide
@@||fastcontentdelivery.com/ad*.js$script
@@||fastcontentdelivery.com^*/ad*.js$script
@@||filmweb.pl/adbanner/$script
@@||financialexpress.com/wp-content/$script
@@||firstonetv.eu/*ad$script,~third-party
@@||firstonetv.eu/ajs/$xmlhttprequest
@@||fitshr.net^$script,stylesheet
@@||flashtalking.com/spot/$image,domain=itv.com
@@||flashx.$generichide
@@||flashx.tv/js/ad*.js$script
@@||flashx.tv^$generichide
@@||flvto.biz/scripts/ads.js
@@||flvto.biz^$generichide
@@||freevaluator.com^$generichide
@@||fullmatchesandshows.com^$generichide
@@||fwcdn.pl^$script,domain=filmweb.pl
@@||fwmrm.net/ad/g/1?$xmlhttprequest,domain=ahctv.com|destinationamerica.com|discoverylife.com|tlc.com|vevo.com
@@||fwmrm.net/ad/g/1?prof=$script,domain=testtube.com|zone.msn.com
@@||fwmrm.net/p/*/admanager.js$domain=adultswim.com|animalist.com|dplay.com|dplay.dk|dplay.se|eonline.com|fxnetworks.com|mlb.com|revision3.com|rte.ie|testtube.com|uktv.co.uk|zone.msn.com
@@||fyi.tv^$generichide
@@||galna.org^$generichide
@@||games.pch.com^$generichide
@@||games.washingtonpost.com/Scripts/$script
@@||gamesgames.com^*/advertisement.js
@@||globfone.com^$generichide
@@||go4up.com^$generichide
@@||gogi.in^$generichide
@@||gumtree.com^*/advertising.js
@@||hentai-foundry.com^*/ads.js
@@||huffingtonpost.co.uk^$generichide
@@||huffingtonpost.com^$generichide
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=slacker.com
@@||imasdk.googleapis.com/pal/sdkloader/pal.js$domain=animalplanet.com|discovery.com|investigationdiscovery.com
@@||informer.com/js/show_ads.js
@@||informer.com^$generichide
@@||ipneighbour.com/ads.js
@@||jokerly.com/Okidak/adSelectorDirect.htm?id=$document,subdocument
@@||jokerly.com/Okidak/vastChecker.htm$document,subdocument
@@||lcpdfr.com^$generichide
@@||link.tl^$generichide
@@||lookr.com^*/advertisement.js
@@||magesy.be^$generichide
@@||manga-news.com/js/advert.js
@@||mediafire.com^$generichide
@@||monova.org/js/ads.js
@@||monova.org^$generichide
@@||myiplayer.com^$generichide
@@||netmile.co.jp/ad/images/$image
@@||nettavisen.no^*/advert
@@||nextthreedays.com/Include/Javascript/AdFunctions.js
@@||notebookcheck-ru.com/ads.min.js
@@||npttech.com/advertising.js$script
@@||openload.co/advert2.js
@@||openload.co^$generichide
@@||optout.networkadvertising.org^$document
@@||ouo.press^$generichide
@@||overclock3d.net/js/advert.js
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=cpu-world.com|megaleech.us|short.am
@@||pagefair.net/ads.min.js$script,domain=allmusic.com
@@||pasty.link/javascript/ads.js
@@||pep.ph/res/js/ads.$script
@@||pes-patch.com^$generichide
@@||phoronix.com^$script,~third-party
@@||photobucket.com^$generichide
@@||picfont.com^$generichide
@@||player.foxdcg.com/shared/$xmlhttprequest,domain=fxnetworks.com
@@||prad.de/en/$generichide
@@||premiumleecher.com^$generichide
@@||problogbooster.com^$generichide
@@||pttrns.com^$generichide
@@||receive-a-sms.com^$generichide
@@||rojadirecta.me^$generichide
@@||s.ntv.io/serve/load.js$domain=allmusic.com|sidereel.com
@@||samplefan.com/img/ad/$image
@@||sc2casts.com^$generichide
@@||sc2casts.com^$script,domain=sc2casts.com
@@||sciencechannel.com^$generichide
@@||skidrowcrack.com/adsense.js
@@||skidrowcrack.com^$generichide
@@||spanishdict.com^$generichide
@@||spaste.com^$script
@@||src.litix.io/core/$script,domain=animalplanet.com|discovery.com|investigationdiscovery.com
@@||stockmarketwire.com/js/advertisement.js
@@||stream4free.live^$generichide
@@||streaming.adswizz.com/anon.npr-mp3/npr/$media,domain=npr.org|player.fm
@@||streamplay.to/js/ads-1.js
@@||streamplay.to^$generichide
@@||television-envivo.com^$generichide
@@||tf2center.com^*/advert.js
@@||thebarchive.com^$generichide
@@||thetechpoint.org^*/ads.js
@@||tlc.com^$generichide
@@||tomshardware.co.uk^$generichide
@@||tomshardware.com^$generichide
@@||tpc.googlesyndication.com^$image,domain=sc2casts.com
@@||tribalfusion.com/displayAd.js?$domain=clubedohardware.com.br|yellowbridge.com
@@||tribalfusion.com/j.ad?$script,domain=clubedohardware.com.br|yellowbridge.com
@@||tttcdn.com/advertising/$image,domain=tomtop.com
@@||tweaktown.com^$generichide
@@||urbeez.com/fuckadblock.min.js
@@||urlgalleries.net^*/adhandler/$subdocument
@@||valuecommerce.com^$image,domain=pointtown.com
@@||vidlox.tv/pop.js
@@||vidup.me/js/$script
@@||vidup.me^*/ads.js$script
@@||windows7themes.net/wp-content/advert.js
@@||xooimg.com/advertisement.js
@@||xup.in^$generichide
@@||yellowbridge.com/ad/show_ads.js
@@||yellowbridge.com^$generichide
@@||yellowbridge.com^*/advertisement.js
@@||domains.googlesyndication.com/apps/domainpark/domainpark.cgi?*^channel=csa_use_rs^$subdocument
@@||www.google.com/adsense/search/ads.js$domain=1and1.com|1und1.de|domains.googlesyndication.com|gmx.ca|gmx.ch|gmx.co|gmx.es|gmx.fr|gmx.it|gmx.net|gmx.nl|gmx.se|web.de
@@||www.google.com/adsense/search/async-ads.js$domain=webcrawler.com
@@||www.google.com/afs/ads?*^channel=csa_use_rs^$subdocument
@@||www.google.com/dp/ads^$subdocument,domain=1and1.com|1und1.de|gmx.ca|gmx.ch|gmx.co|gmx.es|gmx.fr|gmx.it|gmx.net|gmx.nl|gmx.se|web.de
@@||tab.gladly.io/newtab/|$document,subdocument
@@||abril.com.br^$generichide
@@||ad.atown.jp/adserver/$domain=ad.atown.jp
@@||amazon-adsystem.com/e/ir?$image,domain=kasi-time.com
@@||anandabazar.com/js/anandabazar-bootstrap/$script
@@||bancodevenezuela.com/imagenes/publicidad/$~third-party
@@||banki.ru/bitrix/*/advertising.block/$stylesheet
@@||blocket.se^*/advertisement.js
@@||custojusto.pt/user/myads/$~third-party
@@||daumcdn.net/adfit/static/ad-native.min.js$domain=daum.net
@@||discordapp.com/banners/$image
@@||dmm.com/js/adtech/mkbase/displayad.js$~third-party
@@||dmm.com/js/marketing/display_ad.js$~third-party
@@||dmm.com/p/general/$image,~third-party
@@||felcia.co.uk/css/ads-common.css
@@||felcia.co.uk/css/advert-view.css
@@||felcia.co.uk/js/ads_common.js
@@||filmon.com/ad/affiliateimages/banner-250x350.png
@@||freeride.se/img/admarket/$~third-party
@@||fwmrm.net/ad/g/$script,domain=viafree.se
@@||fwmrm.net^*/AdManager.js$domain=viafree.se
@@||fwmrm.net^*/LinkTag2.js$domain=viafree.se
@@||kanalfrederikshavn.dk^*/jquery.openx.js?
@@||koshien-live.net/99/adtag.xml$domain=sportsbull.jp
@@||krotoszyn.pl/uploads/pub/ads_files/$image,~third-party
@@||mail.bg/mail/index/getads/$xmlhttprequest
@@||minhacontachevroletsf.com.br^*/CampaignImageProcessor.bon?*&BannerID=$image,~third-party
@@||mjhobbymassan.se/r/annonser/$image,~third-party
@@||netmile.co.jp/ad/images/$image
@@||politiken.dk/static/$script
@@||r7.com/ads.js
@@||samplefan.com/img/ad/$image
@@||valuecommerce.com^$image,domain=pointtown.com
@@||vitalia.pl/gfx/*reklama$image,domain=diety.wp.pl
@@||ynet.co.il^*/ads.js
@@||ziarelive.ro/assets/v4/js/ads.js
@@||fastly.net/ad/$image,script,xmlhttprequest
@@||fastly.net/ad2/$image,script,xmlhttprequest
@@||fastly.net/js/*_ads.$script
@@||www.facebook.com/ads/$generichide
@@||www.facebook.com/ajax/ads/$xmlhttprequest,domain=www.facebook.com
@@||accounts.google.com/adwords/$domain=accounts.google.com
@@||accounts.google.com^$document,subdocument,domain=adwords.google.com
@@||ads.google.$image,script,stylesheet,domain=ads.google.ac|ads.google.ad|ads.google.ae|ads.google.al|ads.google.am|ads.google.as|ads.google.at|ads.google.az|ads.google.ba|ads.google.be|ads.google.bf|ads.google.bg|ads.google.bi|ads.google.bj|ads.google.bs|ads.google.bt|ads.google.by|ads.google.ca|ads.google.cat|ads.google.cd|ads.google.cf|ads.google.cg|ads.google.ch|ads.google.ci|ads.google.cl|ads.google.cm|ads.google.co.ao|ads.google.co.bw|ads.google.co.ck|ads.google.co.cr|ads.google.co.id|ads.google.co.il|ads.google.co.in|ads.google.co.jp|ads.google.co.ke|ads.google.co.kr|ads.google.co.ls|ads.google.co.ma|ads.google.co.mz|ads.google.co.nz|ads.google.co.th|ads.google.co.tz|ads.google.co.ug|ads.google.co.uk|ads.google.co.uz|ads.google.co.ve|ads.google.co.vi|ads.google.co.za|ads.google.co.zm|ads.google.co.zw|ads.google.com|ads.google.com.af|ads.google.com.ag|ads.google.com.ai|ads.google.com.ar|ads.google.com.au|ads.google.com.bd|ads.google.com.bh|ads.google.com.bn|ads.google.com.bo|ads.google.com.br|ads.google.com.by|ads.google.com.bz|ads.google.com.cn|ads.google.com.co|ads.google.com.cu|ads.google.com.cy|ads.google.com.do|ads.google.com.ec|ads.google.com.eg|ads.google.com.et|ads.google.com.fj|ads.google.com.gh|ads.google.com.gi|ads.google.com.gt|ads.google.com.hk|ads.google.com.jm|ads.google.com.jo|ads.google.com.kh|ads.google.com.kw|ads.google.com.lb|ads.google.com.ly|ads.google.com.mm|ads.google.com.mt|ads.google.com.mx|ads.google.com.my|ads.google.com.na|ads.google.com.ng|ads.google.com.ni|ads.google.com.np|ads.google.com.om|ads.google.com.pa|ads.google.com.pe|ads.google.com.pg|ads.google.com.ph|ads.google.com.pk|ads.google.com.pr|ads.google.com.py|ads.google.com.qa|ads.google.com.ru|ads.google.com.sa|ads.google.com.sb|ads.google.com.sg|ads.google.com.sl|ads.google.com.sv|ads.google.com.tj|ads.google.com.tn|ads.google.com.tr|ads.google.com.tw|ads.google.com.ua|ads.google.com.uy|ads.google.com.vc|ads.google.com.ve|ads.google.com.vn|ads.google.cv|ads.google.cz|ads.google.de|ads.google.dj|ads.google.dk|ads.google.dm|ads.google.dz|ads.google.ee|ads.google.es|ads.google.fi|ads.google.fm|ads.google.fr|ads.google.ga|ads.google.ge|ads.google.gg|ads.google.gl|ads.google.gm|ads.google.gp|ads.google.gr|ads.google.gy|ads.google.hk|ads.google.hn|ads.google.hr|ads.google.ht|ads.google.hu|ads.google.ie|ads.google.im|ads.google.iq|ads.google.is|ads.google.it|ads.google.it.ao|ads.google.je|ads.google.jo|ads.google.jp|ads.google.kg|ads.google.ki|ads.google.kz|ads.google.la|ads.google.li|ads.google.lk|ads.google.lt|ads.google.lu|ads.google.lv|ads.google.md|ads.google.me|ads.google.mg|ads.google.mk|ads.google.ml|ads.google.mn|ads.google.ms|ads.google.mu|ads.google.mv|ads.google.mw|ads.google.ne|ads.google.ne.jp|ads.google.ng|ads.google.nl|ads.google.no|ads.google.nr|ads.google.nu|ads.google.pl|ads.google.pn|ads.google.ps|ads.google.pt|ads.google.ro|ads.google.rs|ads.google.ru|ads.google.rw|ads.google.sc|ads.google.se|ads.google.sh|ads.google.si|ads.google.sk|ads.google.sm|ads.google.sn|ads.google.so|ads.google.sr|ads.google.st|ads.google.td|ads.google.tg|ads.google.tl|ads.google.tm|ads.google.tn|ads.google.to|ads.google.tt|ads.google.us|ads.google.vg|ads.google.vu|ads.google.ws
@@||ads.google.com/jsapi$script,domain=www.google.com
@@||ads.google.com^$domain=analytics.google.com
@@||adwords.google.com^$domain=adwords.google.com
@@||apps.admob.com/admob/*.adsense.$script,domain=apps.admob.com
@@||bpui0.google.com^$document,subdocument,domain=adwords.google.com
@@||google.*/ads/$generichide,domain=google.ae|google.at|google.be|google.bg|google.by|google.ca|google.ch|google.cl|google.co.id|google.co.il|google.co.in|google.co.jp|google.co.ke|google.co.kr|google.co.nz|google.co.th|google.co.uk|google.co.ve|google.co.za|google.com|google.com.ar|google.com.au|google.com.br|google.com.co|google.com.ec|google.com.eg|google.com.hk|google.com.mx|google.com.my|google.com.pe|google.com.ph|google.com.pk|google.com.py|google.com.sa|google.com.sg|google.com.tr|google.com.tw|google.com.ua|google.com.uy|google.com.vn|google.cz|google.de|google.dk|google.dz|google.ee|google.es|google.fi|google.fr|google.gr|google.hr|google.hu|google.ie|google.it|google.lt|google.lv|google.nl|google.no|google.pl|google.pt|google.ro|google.rs|google.ru|google.se|google.sk
@@||google.*/adsense_$~third-party,domain=google.ae|google.at|google.be|google.bg|google.by|google.ca|google.ch|google.cl|google.co.id|google.co.il|google.co.in|google.co.jp|google.co.ke|google.co.kr|google.co.nz|google.co.th|google.co.uk|google.co.ve|google.co.za|google.com|google.com.ar|google.com.au|google.com.br|google.com.co|google.com.ec|google.com.eg|google.com.hk|google.com.mx|google.com.my|google.com.pe|google.com.ph|google.com.pk|google.com.py|google.com.sa|google.com.sg|google.com.tr|google.com.tw|google.com.ua|google.com.uy|google.com.vn|google.cz|google.de|google.dk|google.dz|google.ee|google.es|google.fi|google.fr|google.gr|google.hr|google.hu|google.ie|google.it|google.lt|google.lv|google.nl|google.no|google.pl|google.pt|google.ro|google.rs|google.ru|google.se|google.sk
@@||google.*/adwords/$~third-party,domain=google.ae|google.at|google.be|google.bg|google.by|google.ca|google.ch|google.cl|google.co.id|google.co.il|google.co.in|google.co.jp|google.co.ke|google.co.kr|google.co.nz|google.co.th|google.co.uk|google.co.ve|google.co.za|google.com|google.com.ar|google.com.au|google.com.br|google.com.co|google.com.ec|google.com.eg|google.com.hk|google.com.mx|google.com.my|google.com.pe|google.com.ph|google.com.pk|google.com.py|google.com.sa|google.com.sg|google.com.tr|google.com.tw|google.com.ua|google.com.uy|google.com.vn|google.cz|google.de|google.dk|google.dz|google.ee|google.es|google.fi|google.fr|google.gr|google.hr|google.hu|google.ie|google.it|google.lt|google.lv|google.nl|google.no|google.pl|google.pt|google.ro|google.rs|google.ru|google.se|google.sk
@@||google.*/services/$generichide,domain=google.ae|google.at|google.be|google.bg|google.by|google.ca|google.ch|google.cl|google.co.id|google.co.il|google.co.in|google.co.jp|google.co.ke|google.co.kr|google.co.nz|google.co.th|google.co.uk|google.co.ve|google.co.za|google.com|google.com.ar|google.com.au|google.com.br|google.com.co|google.com.ec|google.com.eg|google.com.hk|google.com.mx|google.com.my|google.com.pe|google.com.ph|google.com.pk|google.com.py|google.com.sa|google.com.sg|google.com.tr|google.com.tw|google.com.ua|google.com.uy|google.com.vn|google.cz|google.de|google.dk|google.dz|google.ee|google.es|google.fi|google.fr|google.gr|google.hr|google.hu|google.ie|google.it|google.lt|google.lv|google.nl|google.no|google.pl|google.pt|google.ro|google.rs|google.ru|google.se|google.sk
@@||google.com/payments/*/adwords.$document,subdocument
@@||google.com/tools/feedback/open.js?*^url=https://adwords.google.com/$script,domain=adwords.google.com
@@||gstatic.com/accounts/services/adwords/$image,domain=accounts.google.com
@@||gstatic.com/adsense/$domain=google.ae|google.at|google.be|google.bg|google.by|google.ca|google.ch|google.cl|google.co.id|google.co.il|google.co.in|google.co.jp|google.co.ke|google.co.kr|google.co.nz|google.co.th|google.co.uk|google.co.ve|google.co.za|google.com|google.com.ar|google.com.au|google.com.br|google.com.co|google.com.ec|google.com.eg|google.com.hk|google.com.mx|google.com.my|google.com.pe|google.com.ph|google.com.pk|google.com.py|google.com.sa|google.com.sg|google.com.tr|google.com.tw|google.com.ua|google.com.uy|google.com.vn|google.cz|google.de|google.dk|google.dz|google.ee|google.es|google.fi|google.fr|google.gr|google.hr|google.hu|google.ie|google.it|google.lt|google.lv|google.nl|google.no|google.pl|google.pt|google.ro|google.rs|google.ru|google.se|google.sk
@@||gstatic.com/awn/displayads/$domain=ads.google.com
@@||gstatic.com/images/icons/product/adsense-$image,domain=accounts.google.com
@@||gstatic.com/images/icons/product/adsense_$image,domain=accounts.google.com
@@||gstatic.com^*/adwords/$domain=support.google.com
@@||support.google.com/adsense/$~third-party
@@||support.google.com/google-ads/$domain=ads.google.com
@@||www.google.*/adometry.$~third-party,domain=google.ae|google.at|google.be|google.bg|google.by|google.ca|google.ch|google.cl|google.co.id|google.co.il|google.co.in|google.co.jp|google.co.ke|google.co.kr|google.co.nz|google.co.th|google.co.uk|google.co.ve|google.co.za|google.com|google.com.ar|google.com.au|google.com.br|google.com.co|google.com.ec|google.com.eg|google.com.hk|google.com.mx|google.com.my|google.com.pe|google.com.ph|google.com.pk|google.com.py|google.com.sa|google.com.sg|google.com.tr|google.com.tw|google.com.ua|google.com.uy|google.com.vn|google.cz|google.de|google.dk|google.dz|google.ee|google.es|google.fi|google.fr|google.gr|google.hr|google.hu|google.ie|google.it|google.lt|google.lv|google.nl|google.no|google.pl|google.pt|google.ro|google.rs|google.ru|google.se|google.sk
@@||www.google.*/adometry/$~third-party,domain=google.ae|google.at|google.be|google.bg|google.by|google.ca|google.ch|google.cl|google.co.id|google.co.il|google.co.in|google.co.jp|google.co.ke|google.co.kr|google.co.nz|google.co.th|google.co.uk|google.co.ve|google.co.za|google.com|google.com.ar|google.com.au|google.com.br|google.com.co|google.com.ec|google.com.eg|google.com.hk|google.com.mx|google.com.my|google.com.pe|google.com.ph|google.com.pk|google.com.py|google.com.sa|google.com.sg|google.com.tr|google.com.tw|google.com.ua|google.com.uy|google.com.vn|google.cz|google.de|google.dk|google.dz|google.ee|google.es|google.fi|google.fr|google.gr|google.hr|google.hu|google.ie|google.it|google.lt|google.lv|google.nl|google.no|google.pl|google.pt|google.ro|google.rs|google.ru|google.se|google.sk
@@||www.google.*/ads/images/$~third-party,domain=google.ae|google.at|google.be|google.bg|google.by|google.ca|google.ch|google.cl|google.co.id|google.co.il|google.co.in|google.co.jp|google.co.ke|google.co.kr|google.co.nz|google.co.th|google.co.uk|google.co.ve|google.co.za|google.com|google.com.ar|google.com.au|google.com.br|google.com.co|google.com.ec|google.com.eg|google.com.hk|google.com.mx|google.com.my|google.com.pe|google.com.ph|google.com.pk|google.com.py|google.com.sa|google.com.sg|google.com.tr|google.com.tw|google.com.ua|google.com.uy|google.com.vn|google.cz|google.de|google.dk|google.dz|google.ee|google.es|google.fi|google.fr|google.gr|google.hr|google.hu|google.ie|google.it|google.lt|google.lv|google.nl|google.no|google.pl|google.pt|google.ro|google.rs|google.ru|google.se|google.sk
@@||www.google.*/ads/js/$~third-party,domain=google.ae|google.at|google.be|google.bg|google.by|google.ca|google.ch|google.cl|google.co.id|google.co.il|google.co.in|google.co.jp|google.co.ke|google.co.kr|google.co.nz|google.co.th|google.co.uk|google.co.ve|google.co.za|google.com|google.com.ar|google.com.au|google.com.br|google.com.co|google.com.ec|google.com.eg|google.com.hk|google.com.mx|google.com.my|google.com.pe|google.com.ph|google.com.pk|google.com.py|google.com.sa|google.com.sg|google.com.tr|google.com.tw|google.com.ua|google.com.uy|google.com.vn|google.cz|google.de|google.dk|google.dz|google.ee|google.es|google.fi|google.fr|google.gr|google.hr|google.hu|google.ie|google.it|google.lt|google.lv|google.nl|google.no|google.pl|google.pt|google.ro|google.rs|google.ru|google.se|google.sk
@@||www.google.*/adsense/$~third-party,domain=google.ae|google.at|google.be|google.bg|google.by|google.ca|google.ch|google.cl|google.co.id|google.co.il|google.co.in|google.co.jp|google.co.ke|google.co.kr|google.co.nz|google.co.th|google.co.uk|google.co.ve|google.co.za|google.com|google.com.ar|google.com.au|google.com.br|google.com.co|google.com.ec|google.com.eg|google.com.hk|google.com.mx|google.com.my|google.com.pe|google.com.ph|google.com.pk|google.com.py|google.com.sa|google.com.sg|google.com.tr|google.com.tw|google.com.ua|google.com.uy|google.com.vn|google.cz|google.de|google.dk|google.dz|google.ee|google.es|google.fi|google.fr|google.gr|google.hr|google.hu|google.ie|google.it|google.lt|google.lv|google.nl|google.no|google.pl|google.pt|google.ro|google.rs|google.ru|google.se|google.sk
@@||www.google.com/adwords/$generichide
@@||www.google.com/analytics/web/$xmlhttprequest,domain=www.google.com
@@||www.google.com/doubleclick/$domain=www.google.com
@@||www.google.com/doubleclick/images/favicon.ico
@@||www.google.com/images/icons/*/adsense_$image,domain=www.google.com
@@||www.google.com/images/icons/feature/adsense_$image
@@||www.google.com/images/icons/product/adsense-$image
@@||www.googleadservices.*/aclk?$domain=google.ae|google.at|google.be|google.bg|google.by|google.ca|google.ch|google.cl|google.co.id|google.co.il|google.co.in|google.co.jp|google.co.ke|google.co.kr|google.co.nz|google.co.th|google.co.uk|google.co.ve|google.co.za|google.com|google.com.ar|google.com.au|google.com.br|google.com.co|google.com.ec|google.com.eg|google.com.hk|google.com.mx|google.com.my|google.com.pe|google.com.ph|google.com.pk|google.com.py|google.com.sa|google.com.sg|google.com.tr|google.com.tw|google.com.ua|google.com.uy|google.com.vn|google.cz|google.de|google.dk|google.dz|google.ee|google.es|google.fi|google.fr|google.gr|google.hr|google.hu|google.ie|google.it|google.lt|google.lv|google.nl|google.no|google.pl|google.pt|google.ro|google.rs|google.ru|google.se|google.sk|googleadservices.com
accounts.google.com#@#.adwords
www.google.com#@##videoads
@@||youtube.com/yt/js/www-advertise.min.js$domain=youtube.com
@@||quantcast.com/advertise$domain=quantcast.com
@@||dashboard.idealmedia.com^$~third-party
@@||dashboard.lentainform.com^$~third-party
@@||dashboard.marketgid.com^$~third-party
@@||dashboard.mgid.com^$~third-party
@@||dashboard.tovarro.com^$~third-party
@@||healthyadvertising.es^$~third-party
@@||netdna-cdn.com^*/OpenX/$domain=openx.com
@@||openx.com^$domain=openx.com
@@||api-merchants.skimlinks.com^
@@||authentication-api.skimlinks.com^
@@||api.vigo.ru^*/network_status?$object,xmlhttprequest,domain=vk.com
@@||paymentgate.ru/payment/*_Advert/
@@||vk.com/ads$generichide
@@||vk.com/ads.php$~third-party,xmlhttprequest
@@||vk.com/ads.php?$subdocument,domain=vk.com
@@||vk.com/ads?act=$~third-party
@@||vk.com/ads?act=payments&type$script,stylesheet
@@||vk.com/ads_*php?$subdocument,~third-party
@@||vk.com/images/ads_$domain=vk.com
@@||vk.com/js/al/ads.js?$domain=vk.com
@@||vk.com^*/ads.css$domain=vk.com
@@||vk.me/css/al/ads.css$domain=vk.com
@@||vk.me/images/ads_$domain=vk.com
@@||adroll.com^$xmlhttprequest,domain=adroll.com
@@||app.adroll.com^$generichide
@@||seedingup.com^$~third-party,xmlhttprequest
@@||seedingup.de^$~third-party,xmlhttprequest
@@||seedingup.es^$~third-party,xmlhttprequest
@@||seedingup.fr^$~third-party,xmlhttprequest
@@||seedingup.it^$~third-party,xmlhttprequest
@@||teliad.com^$~third-party,xmlhttprequest
@@||teliad.de^$~third-party,xmlhttprequest
@@||teliad.es^$~third-party,xmlhttprequest
@@||teliad.fr^$~third-party,xmlhttprequest
@@||teliad.it^$~third-party,xmlhttprequest
@@||amazon-adsystem.com/e/cm?$document,subdocument,domain=affiliate-program.amazon.co.uk|affiliate-program.amazon.com|affiliate-program.amazon.in|affiliate.amazon.co.jp|afiliados.amazon.es|associados.amazon.com.br|associates.amazon.ca|associates.amazon.cn|partenaires.amazon.fr|partnernet.amazon.de|programma-affiliazione.amazon.it
@@||amazon-adsystem.com^$domain=affiliate-program.amazon.com
@@||amazon.com/home/ads/$document,subdocument,domain=affiliate-program.amazon.com
@@||ssl-images-amazon.com/images/$image,domain=affiliate-program.amazon.co.uk|affiliate-program.amazon.com|affiliate-program.amazon.in|affiliate.amazon.co.jp|afiliados.amazon.es|associados.amazon.com.br|associates.amazon.ca|associates.amazon.cn|partenaires.amazon.fr|partnernet.amazon.de|programma-affiliazione.amazon.it
@@||gemini.yahoo.com/advertiser/$domain=gemini.yahoo.com
@@||yimg.com/av/gemini-ui/*/advertiser/$domain=gemini.yahoo.com
@@||ads.twitter.com^$domain=ads.twitter.com|analytics.twitter.com
@@||ton.twimg.com/ads-manager/$domain=twitter.com
@@||ton.twimg.com^$domain=ads.twitter.com|analytics.twitter.com
@@||gameloft.com/advertising-$~third-party
@@||api.dmcdn.net/pxl/advertisers/$domain=dailymotion.com
@@||dailymotion.com/advertise/$xmlhttprequest
@@||ams.amazon.co.jp^$domain=ams.amazon.co.jp
@@||ams.amazon.co.uk^$domain=ams.amazon.co.uk
@@||ams.amazon.com^$domain=ams.amazon.com
@@||adservice.com/wp-content/themes/adservice/$~third-party
@@||publisher.adservice.com^$domain=publisher.adservice.com
@@||publisher.adservice.com^$generichide
@@||chameleon.ad/demo/$elemhide
@@-120x60-$image,domain=catalogfavoritesvip.com|freeshipping.com|freeshippingrewards.com|habandvipplus.com|inthecompanyofdogsvip.com|naturesjewelryvip.com|northstylevip.com|pyramidcollectionvip.com|serengeticatalogvip.com|travelplus.com
@@-120x60.$image,domain=catalogfavoritesvip.com|freeshipping.com|freeshippingrewards.com|habandvipplus.com|inthecompanyofdogsvip.com|naturesjewelryvip.com|northstylevip.com|pyramidcollectionvip.com|serengeticatalogvip.com|travelplus.com
@@_120_60.$image,domain=catalogfavoritesvip.com|freeshipping.com|freeshippingrewards.com|habandvipplus.com|inthecompanyofdogsvip.com|naturesjewelryvip.com|northstylevip.com|pyramidcollectionvip.com|serengeticatalogvip.com|travelplus.com
@@_120x60.$image,domain=2dayshippingbymastercard.com|catalogfavoritesvip.com|chase.com|deliverydeals.co.uk|freeshipping.com|freeshippingbymastercard.com|freeshippingrewards.com|habandvipplus.com|inthecompanyofdogsvip.com|naturesjewelryvip.com|northstylevip.com|pyramidcollectionvip.com|serengeticatalogvip.com|sunsteps.org|theperfectsaver.com|travelplus.com
@@_120x60_$image,domain=catalogfavoritesvip.com|freeshipping.com|freeshippingrewards.com|habandvipplus.com|inthecompanyofdogsvip.com|naturesjewelryvip.com|northstylevip.com|pyramidcollectionvip.com|serengeticatalogvip.com|theperfectsaver.com|travelplus.com
@@_300x250.$image,domain=lockd.co.uk
@@||adnews.com.br^*/300x250/$image,domain=adnews.com.br
@@||ajax.googleapis.com/ajax/services/search/news?*-728x90&$script
@@||amazonaws.com/content-images/article/*_120x60$domain=vice.com
@@||amazonaws.com^*-300x250_$image,domain=snapapp.com
@@||amazonaws.com^*/300x250_$image,domain=snapapp.com
@@||anitasrecipes.com/Content/Images/*160x500$image
@@||arnhemland-safaris.com/images/*_480_80_
@@||artserieshotels.com.au/images/*_460_60.
@@||assets.vice.com^*_120x60.jpg
@@||babyhit.pl/images/*-120x60-$image,domain=babyhit.pl
@@||bettermarks.com/static/media$~third-party
@@||bexio.com/files/content/*160x600.$domain=bexio.com
@@||bizquest.com^*_img/_franchise/*_120x60.$image
@@||breakingisraelnews.com/wp-content/uploads/*-300x250-
@@||canada.com/news/*-300-250.gif
@@||cargocollective.com^*_320x250_$image,~third-party
@@||cbsistatic.com/img/*/300x250/$image,xmlhttprequest
@@||cinemanow.com/images/banners/300x250/
@@||cnsm.com.br/wp-content/uploads/*/468x60_$image,domain=cnsm.com.br
@@||consumerist-com.wpengine.netdna-cdn.com/assets/*300x250
@@||crowdignite.com/img/upload/*300x250
@@||cubeecraft.com/images/home/features/300x250/$image,~third-party
@@||d18wkpp7xvnw38.cloudfront.net/wp-content/uploads/products/mecox/FNR-1215-012_0-300x600.jpg$domain=mecox.com
@@||dawn.com/wp-content/uploads/*_300x250.jpg
@@||discovery.com^*/ratio-size/pixel-ratio/300x250.png
@@||disney.com.au/global/swf/*728x90.swf
@@||disney.com.au/global/swf/banner160x600.swf
@@||educationpost.com.hk^*/300x250/$image
@@||efvi.eu/badge/*-120x60.png
@@||elwehda.com/temp/thumb/300x150_$image
@@||etsystatic.com^*_760x100.$domain=etsy.com
@@||film.com/plugins/*-300x250
@@||findafranchise.com/_img/*_120x60.$image
@@||firestormgames.co.uk/image/*-120x60.
@@||flii.by/thumbs/image/*_300x250.$domain=flii.by
@@||flumotion.com/play/player?*/300x250-$subdocument,domain=flaixfm.cat
@@||framestr.com^*/300x250/$image,~third-party
@@||freeshipping.com^*_120x60.$image,domain=shopsmarter.com
@@||freetvhub.com/ad1_300x250.html
@@||google.com/uds/modules/elements/newsshow/iframe.html?*=300x250&
@@||gujaratsamachar.com/thumbprocessor/cache/300x250-
@@||harpers.co.uk/pictures/300x250/
@@||heathceramics.com/media/300x250/$image,~third-party
@@||hortifor.com/images/*120x60$~third-party
@@||hoyts.com.ar/uploads/destacado/*_300x250_$image,domain=hoyts.com.ar
@@||imagehost123.com^*_300x250_$image,domain=wealthymen.com
@@||images*.roofandfloor.com^$image,domain=roofandfloor.com
@@||images.itreviews.com/*300x250_$domain=itreviews.com
@@||images.outbrain.com/imageserver/*-120x60.$image
@@||imawow.weather.com/web/wow/$image
@@||imdb.com/images/*doubleclick/*300x250
@@||imdb.com/images/*doubleclick/*320x240
@@||imperialwonderservices.ie/images/banner/*-468x60.$~third-party
@@||komikslandia.pl/environment/cache/images/300_250_
@@||la-finca-distribution.de/wp-content/uploads/*-120x240.$image
@@||maps.google.*/staticmap*^size=300x250^$image,domain=~calcalist.co.il|~gaytube.com|~mako.co.il|~pornhub.com|~redtube.com|~redtube.com.br|~tube8.com|~tube8.es|~tube8.fr|~walla.co.il|~xtube.com|~ynet.co.il|~youjizz.com|~youporn.com|~youporngay.com
@@||maps.googleapis.com/maps/api/*=300x250&$image
@@||marketing.beatport.com.s3.amazonaws.com^*/728x90_
@@||metrics.target.com/b/ss/*_300x250_$image
@@||metvnetwork.s3.amazonaws.com^*-quiz-300x250-$image,domain=metv.com
@@||motherboard.tv/content-images/*_120x60.
@@||mozilla.org/img/covehead/plugincheck/*/728_90/loading.png$domain=mozilla.org
@@||msecnd.net/socialfactoryimagesresized/mediaspotlight/2/300x250/$image
@@||mxtoolbox.com/Public/images/banners/Mx-Pro-160x600.jpg
@@||nationalgeographic.com/exposure/content/*300x250
@@||nc-myus.com/images/pub/www/uploads/merchant-logos/
@@||onescreen.net/os/static/widgets/*300x250
@@||openmp.org/wp/openmp_336x120.gif
@@||opposingviews.com^*/300x250/
@@||player.grabnetworks.com^*/vox_300x250_inline.xml$domain=mavrixonline.com
@@||quisqualis.com/QBanner_760x100.jpg
@@||rackcdn.com^*_120x60_$image,domain=shopsmarter.com
@@||ragnsells.se/globalassets/sverige/inspireras/*1160x600.$domain=ragnsells.se
@@||rehabs.com^*/xicons_social_sprite_400x60.png
@@||roofandfloor.com/listing_$image,~third-party
@@||russia-direct.org/custom_ajax/widget?*=300x250&$script
@@||site-*.mozfiles.com/files/*/banners/$image
@@||static-origin.openedition.org^*-120x240.jpg
@@||static9.net.au^*_120x60$image,domain=yourtv.com.au
@@||swansuk.co.uk^*/300x250/$image,~third-party
@@||target.122.2o7.net/b/ss/*_300x250_$image,domain=target.com
@@||techpakistani.com/wp-content/uploads/*-300x100.$image
@@||turner.com/v5cache/TCM/images/*_120x60.
@@||turner.com/v5cache/TCM/Images/*_120x60_
@@||ubi.com/resource/*/game/*_300x250_$image,domain=ubi.com
@@||union.edu/media/galleryPics/400x250/$~third-party
@@||usanetwork.com/sites/usanetwork/*300x250
@@||usopen.org/images/pics/misc/*.300x250.jpg
@@||viamichelin.*&size=728x90,$subdocument,domain=~calcalist.co.il|~gaytube.com|~mako.co.il|~pornhub.com|~redtube.com|~redtube.com.br|~tube8.com|~tube8.es|~tube8.fr|~walla.co.il|~xtube.com|~ynet.co.il|~youjizz.com|~youporn.com|~youporngay.com
@@||vortex.accuweather.com^*_120x60_bg.jpg
@@||vortex.accuweather.com^*_160x600_bg.jpg
@@||vortex.accuweather.com^*_300x250_bg.jpg
@@||w3easy.org/templates/*_120x60.
@@||w3easy.org/templates/*_120x60_
@@||wavepc.pl/wp-content/*-500x100.png$image
@@||weather.craven.net.au/weather/products/300x250.asp?$image
@@||weatherbug.com/desktop-weather/*=728x90&
@@||weatherbug.com/images/stickers/*/728x90/
@@||weatherbug.com/style/stickers/*_728x90.css
@@||wixstatic.com/media/*_300_250_$image,domain=lenislens.com
@@||worlds-luxury-guide.com/sites/default/files/rectangle-300x250-newsletter.jpg
@@||zorza-polarna.pl/environment/cache/images/300_250_
@@/clickthrgh.asp?btag=*&aid=$popup,domain=casinobonus24.se
@@/promoRedirect?*&zone=$popup,domain=casinobonus24.se|top5casinosites.co.uk
@@/redirect.aspx?bid=$popup,domain=casinosonline.co.uk|onlinecasinos.co.uk|top5casinosites.co.uk
@@/redirect.aspx?pid=$popup,domain=askgamblers.com|betbeaver.com|casinobonus24.se|casinosonline.co.uk|gamble.co.uk|gokkeninonlinecasino.nl|internetcasinot.com|onlinecasinos.co.uk|sportsfavoritesodds.com|sportsgo365.com
@@/tracking.php?*&pid=$popup,domain=casinobonus24.se
@@^utm_source=aff^$popup,domain=gamble.co.uk|gokkeninonlinecasino.nl|top5casinosites.co.uk
@@|blob:$popup,domain=arbeitsagentur.de|codepen.io|elo.fi|hardingevans.com|hevans.com|kipp.6f.io|mozo.awana.org|tidepool.org
@@|data:text^$popup,domain=arestwo.org|box.com|labcorp.com|zipit.io
@@||888casino.com^$popup,domain=casinobonus24.se|casinosonline.co.uk|onlinecasinos.co.uk
@@||ad.doubleclick.net/ddm/clk/*http$popup
@@||adfarm.mediaplex.com/ad/ck/$popup,domain=betwonga.com|comparison411.com|dealsplus.com|matched-bet.net|pcmag.com
@@||admin.mgid.com^$popup
@@||ads.affiliate-cruise-mail.com/redirect.aspx?pid=*&bid=$popup
@@||ads.affiliateclub.com/redirect.aspx?pid=$popup
@@||ads.affiliatecruise.com/redirect.aspx?$popup
@@||ads.affiliates-spinit.com/redirect.aspx?pid=*&bid=$popup
@@||ads.annapartners.com/redirect.aspx?pid=*&bid=$popup
@@||ads.askgamblers.com^$popup
@@||ads.betfair.com/redirect.aspx?$popup
@@||ads.casumoaffiliates.com/redirect.aspx?$popup
@@||ads.cherrycasino.com/tracking.php?tracking_code&aid=$popup
@@||ads.comeon.com/redirect.aspx?pid=*&bid=$popup
@@||ads.ellmountgaming.com/redirect.aspx?pid=*&bid=$popup
@@||ads.eurogrand.com/redirect.aspx?$popup
@@||ads.eurolotto.com/tracking.php?$popup
@@||ads.euroslots.com/tracking.php?tracking_code&aid=$popup
@@||ads.flipkart.com/delivery/ck.php?$popup,domain=flipkart.com
@@||ads.getlucky.com/redirect.aspx?pid=*&bid=$popup
@@||ads.google.$popup,domain=google.ac|google.ad|google.ae|google.al|google.am|google.as|google.at|google.az|google.ba|google.be|google.bf|google.bg|google.bi|google.bj|google.bs|google.bt|google.by|google.ca|google.cat|google.cd|google.cf|google.cg|google.ch|google.ci|google.cl|google.cm|google.co.ao|google.co.bw|google.co.ck|google.co.cr|google.co.id|google.co.il|google.co.in|google.co.jp|google.co.ke|google.co.kr|google.co.ls|google.co.ma|google.co.mz|google.co.nz|google.co.th|google.co.tz|google.co.ug|google.co.uk|google.co.uz|google.co.ve|google.co.vi|google.co.za|google.co.zm|google.co.zw|google.com|google.com.af|google.com.ag|google.com.ai|google.com.ar|google.com.au|google.com.bd|google.com.bh|google.com.bn|google.com.bo|google.com.br|google.com.by|google.com.bz|google.com.cn|google.com.co|google.com.cu|google.com.cy|google.com.do|google.com.ec|google.com.eg|google.com.et|google.com.fj|google.com.gh|google.com.gi|google.com.gt|google.com.hk|google.com.jm|google.com.jo|google.com.kh|google.com.kw|google.com.lb|google.com.ly|google.com.mm|google.com.mt|google.com.mx|google.com.my|google.com.na|google.com.ng|google.com.ni|google.com.np|google.com.om|google.com.pa|google.com.pe|google.com.pg|google.com.ph|google.com.pk|google.com.pr|google.com.py|google.com.qa|google.com.ru|google.com.sa|google.com.sb|google.com.sg|google.com.sl|google.com.sv|google.com.tj|google.com.tn|google.com.tr|google.com.tw|google.com.ua|google.com.uy|google.com.vc|google.com.ve|google.com.vn|google.cv|google.cz|google.de|google.dj|google.dk|google.dm|google.dz|google.ee|google.es|google.fi|google.fm|google.fr|google.ga|google.ge|google.gg|google.gl|google.gm|google.gp|google.gr|google.gy|google.hk|google.hn|google.hr|google.ht|google.hu|google.ie|google.im|google.iq|google.is|google.it|google.it.ao|google.je|google.jo|google.jp|google.kg|google.ki|google.kz|google.la|google.li|google.lk|google.lt|google.lu|google.lv|google.md|google.me|google.mg|google.mk|google.ml|google.mn|google.ms|google.mu|google.mv|google.mw|google.ne|google.ne.jp|google.ng|google.nl|google.no|google.nr|google.nu|google.pl|google.pn|google.ps|google.pt|google.ro|google.rs|google.ru|google.rw|google.sc|google.se|google.sh|google.si|google.sk|google.sm|google.sn|google.so|google.sr|google.st|google.td|google.tg|google.tl|google.tm|google.tn|google.to|google.tt|google.us|google.vg|google.vu|google.ws
@@||ads.harpercollins.com^$popup,domain=harpercollins.com
@@||ads.honestpartners.com/redirect.aspx?$popup
@@||ads.joaffs.com/redirect.aspx?pid=*&bid=$popup
@@||ads.kabooaffiliates.com/redirect.aspx?$popup
@@||ads.lapalingo.com/redirect.aspx?pid=*&bid=$popup
@@||ads.leovegas.com/redirect.aspx?pid=*&bid=$popup
@@||ads.mobilbet.com/redirect.aspx?pid=*&bid=$popup
@@||ads.mrgreen.com/redirect.aspx?pid=*&bid=$popup
@@||ads.mrringoaffiliates.com/redirect.aspx?pid=*&bid=$popup
@@||ads.o-networkaffiliates.com/redirect.aspx?pid=*&bid=$popup
@@||ads.ovocasino.com/redirect.aspx?pid=$popup
@@||ads.pinterest.com^$popup
@@||ads.quasaraffiliates.com/redirect.aspx?pid=*&bid=$popup
@@||ads.reempresa.org^$popup,domain=reempresa.org
@@||ads.slottyvegas.com/redirect.aspx?pid=*&bid=$popup
@@||ads.staybetpartners.com/text/$popup
@@||ads.sudpresse.be^$popup,domain=sudinfo.be
@@||ads.suomikasino.com/redirect.aspx?pid=*&bid=$popup
@@||ads.thrillsaffiliates.com/redirect.aspx?$popup
@@||ads.toplayaffiliates.com/redirect.aspx?$popup
@@||ads.viksaffiliates.com/redirect.aspx?pid=*&bid=$popup
@@||ads.williamhillcasino.com/redirect.aspx?*=internal&$popup,domain=williamhillcasino.com
@@||ads.yakocasinoaffiliates.com/redirect.aspx?pid=*&bid=$popup
@@||adserving.unibet.com/redirect.aspx?pid=$popup,domain=betwonga.com
@@||adserving.unibet.com/redirect.aspx?pid=*&bid=$popup
@@||adsrv.eacdn.com/C.ashx?btag=a_$popup
@@||adsrv.eacdn.com/wl/clk?btag=a_$popup
@@||adv.blogupp.com^$popup
@@||adv.cr^$popup
@@||adv.gg^$popup
@@||adv.welaika.com^$popup
@@||ananzi.co.za/ads/Click?$popup,domain=ananzi.co.za
@@||bet365.com^*^affiliate^$popup,domain=betbeaver.com|betwonga.com|betyper.com|sportsfavoritesodds.com
@@||casino.*^affiliate^$popup,domain=askgamblers.com|casinobonus24.se|gamble.co.uk|internetcasinot.com
@@||casino.betsson.com^*^utm_medium=Affiliate^$popup
@@||casino.com/cgi-bin/redir.cgi?$popup,domain=casinobonus24.se
@@||casino.com^*/landingpages/$popup,domain=casinobonus24.se
@@||dashboard.mgid.com^$popup
@@||doubleclick.net/click%$popup,domain=people.com|time.com
@@||doubleclick.net/clk;$popup,domain=3g.co.uk|4g.co.uk|hotukdeals.com|jobamatic.com|play.google.com|santander.co.uk|techrepublic.com
@@||doubleclick.net/ddm/trackclk/*NETREFER.COM/$popup
@@||eurogrand.com^$popup,domain=casinobonus24.se|casinosonline.co.uk|onlinecasinos.co.uk
@@||g.doubleclick.net/aclk?$popup,domain=bodas.com.mx|bodas.net|casamentos.com.br|casamentos.pt|casamiento.com.uy|casamientos.com.ar|mariages.net|matrimonio.com|matrimonio.com.co|matrimonio.com.pe|matrimonios.cl|pianobuyer.com|weddingspot.co.uk|zillow.com
@@||g.doubleclick.net/ads/preferences/$popup
@@||g.doubleclick.net/pcs/click?$popup,domain=wsj.com
@@||g.doubleclick.net/pcs/click^$popup,domain=economist.com
@@||gsmarena.com/adclick.php?bannerid=$popup
@@||hutchgo.advertserve.com^$popup,domain=hutchgo.com|hutchgo.com.cn|hutchgo.com.hk|hutchgo.com.sg|hutchgo.com.tw
@@||imgbox.com/?src=$popup,domain=sendvid.com
@@||online.europartners.com/promoRedirect?$popup
@@||online.winner.co.uk/promoRedirect?$popup
@@||pokerstars.eu^$popup,domain=gokkeninonlinecasino.nl
@@||sendvid.com/?src=$popup,domain=imgbox.com
@@||servedbyadbutler.com/redirect.spark?MID=$popup,domain=healthmeans.com
@@||serving-sys.com/BurstingPipe/adServer.bs?$popup,domain=jobamatic.com
@@||swatchseries.to/freecale.html?r=$popup
@@||viroll.com^$popup,domain=imagebam.com|imgbox.com
@@||vk.com/ads?$popup,domain=vk.com
@@||www.google.*/search?q=*&oq=*&aqs=chrome.*&sourceid=chrome&$popup,third-party
@@||youtube.com/ads/preferences/$popup
@@/cdn-cgi/pe/bag2?r[]=*ads.exoclick.com$xmlhttprequest,domain=hd-porn.me
@@/cdn-cgi/pe/bag2?r[]=*juicyads.com$xmlhttprequest,domain=glamourbabe.eu
@@/cdn-cgi/pe/bag2?r[]=*popads.net$xmlhttprequest,domain=hd-porn.me
@@||ad.thisav.com/player/config.xml$object
@@||ad.thisav.com/player/jw.swf
@@||ads.fuckingmachines.com^$image,~third-party
@@||ads.ultimatesurrender.com^$image,~third-party
@@||adv.alsscan.com^$image,stylesheet,domain=alscash.com
@@||anyporn.com*/images/$image,~third-party,domain=anyporn.com
@@||as.sexad.net/as/r?d=preroll-mov-$object,domain=youjizz.com
@@||boyzshop.com/affimages/$~third-party
@@||boyzshop.com/images/affbanners/$image,~third-party
@@||burningcamel.com/ads/banner.jpg
@@||cam4.*/ads/directory/$~third-party,xmlhttprequest,domain=~gaytube.com|~pornhub.com|~redtube.com|~redtube.com.br|~tube8.com|~tube8.es|~tube8.fr|~xtube.com|~youjizz.com|~youporn.com|~youporngay.com
@@||cdn.delight-vr.com^$domain=xhamster.com
@@||cdn.trafficstars.com/sdk/v1/bi.js$domain=xhamster.com
@@||chatbro.com^$xmlhttprequest,domain=camwhores.tv
@@||chaturbate.com/affiliates/$domain=noracam.com
@@||dpmate.com/exports/tour_20/$domain=digitalplayground.com
@@||eegay.com^$generichide
@@||eskimotube.com/advertisements.php?$script
@@||fucktube.com/work/videoad.php?
@@||gaynetwork.co.uk/Images/ads/bg/$image,~third-party
@@||gelbooru.com//images/ad/$domain=gelbooru.com
@@||graphics.pop6.com/javascript/live/$script
@@||graphics.pop6.com/javascript/live_cd/$script
@@||hdzog.com/js/advertising.js
@@||hostave4.net^*/video/$object,domain=kporno.com
@@||hostedadsp.realitykings.com/hosted/flash/rk_player_1.5_300x250.swf$object
@@||iafd.com/graphics/headshots/thumbs/th_iafd_ad.gif
@@||img.livejasmin.com^$image,domain=4mycams.com
@@||kuntfutube.com/go.php?ad=
@@||lp.longtailvideo.com^*/adttext/adttext.js$domain=yuvutu.com
@@||manhuntshop.com/affimages/$~third-party
@@||manhuntshop.com/images/affbanners/$~third-party
@@||mrstiff.com/view/textad/$xmlhttprequest
@@||nonktube.com/img/adyea.jpg
@@||panicporn.com/Bannerads/player/player_flv_multi.swf$object
@@||pop6.com/banners/$domain=horny.net|xmatch.com
@@||porn.com/image/*/PORN.jpg?$image
@@||pornhd.com/pornhd/*/js/dist/$script
@@||pornhubpremium.com/user/login_status?
@@||pornhubpremiumcdn.com^$image,domain=pornhub.com
@@||pornteengirl.com/temporaire/image.php?*/virtuagirl/$image
@@||promo.cdn.homepornbay.com/key=*.mp4$object,domain=hiddencamsvideo.com
@@||sextoyfun.com/admin/aff_files/BannerManager/$~third-party
@@||sextoyfun.com/control/aff_banners/$~third-party
@@||skimtube.com/advertisements.php?
@@||store.adam4adam.com/affimages/$~third-party
@@||store.adam4adam.com/images/affbanners/$~third-party
@@||sundaysportclassifieds.co.uk/ads/$image,~third-party
@@||sundaysportclassifieds.com/ads/$image,domain=sundaysportclassifieds.co.uk
@@||thisav.com/uploaded_banners/jw.swf$domain=thisav.com
@@||tjoob.com/go.php?ad=$script,~third-party
@@||tnaflix.com/ad/$object
@@||tools-euads.flugubluc.com/dtct.js?ads=true$domain=gaytube.com
@@||tracking.hornymatches.com/track?type=unsubscribe&enid=$subdocument,third-party
@@||traffichaus.com/ad.js$script
@@||traffichaus.com^*/ad.js$script
@@||traffichunt.com/adx-dir-d/checkab?$script,domain=spankwire.com
@@||ul.ehgt.org/ad/$image,domain=e-hentai.org
@@||upornia.com/js/advertising.js?$script
@@||widget.plugrush.com^$subdocument,domain=amateursexy.net
@@||xhcdn.com/images/flag/AD.gif
@@||xxxporntalk.com/images/xxxpt-chrome.jpg
@@||yamvideo.com/pop1/jwplayer.js$script
@@||youjizz.com/video_templates/non-flash-video.php?id=$subdocument,domain=youjizz.com
@@||youjizz.com/videos/embed/$subdocument,domain=youjizz.com
@@||ajax.googleapis.com^$script,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com
@@||algolia.net^*/indexes/$xmlhttprequest,domain=tube8.com|tube8.es|tube8.fr
@@||algolianet.com^*/indexes/$xmlhttprequest,domain=tube8.com|tube8.es|tube8.fr
@@||amazonaws.com/uploads.uservoice.com/$image,domain=pornhub.com|redtube.com|tube8.com|youporn.com
@@||api.feel-app.com^$xmlhttprequest,domain=pornhub.com
@@||api.recaptcha.net^$script
@@||apis.google.com^$script,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com
@@||blog.tube8.com/wp-content/$image,script
@@||cdn-*.pornhub.com^$image,domain=pornhub.com|redtube.com|redtube.com.br
@@||cdn.jsdelivr.net/algoliasearch/3/algoliasearch.min.js$script,domain=tube8.com|tube8.es|tube8.fr
@@||cdn.jsdelivr.net/autocomplete.js/0/autocomplete.min.js$script,domain=tube8.com|tube8.es|tube8.fr
@@||cdne-st.redtubefiles.com^$script,domain=redtube.com|redtube.com.br
@@||connect.facebook.net^$script,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com
@@||disqus.com/count.js$domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com
@@||disqus.com/embed.js$domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com
@@||disquscdn.com/count.js$domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com
@@||feedback.pornhub.com^$xmlhttprequest,domain=feedback.pornhub.com
@@||google.com/recaptcha/$image,script
@@||gstatic.com/recaptcha/$image,script
@@||icfcdn.com^*/player.js$script,domain=pornhub.com
@@||img.pornhub.com/gif/*.gif|$image,~third-party
@@||img.youtube.com/vi/*/sddefault.jpg$domain=pornhub.com
@@||maps.googleapis.com^$domain=pornhub.com
@@||maps.gstatic.com^$domain=pornhub.com
@@||media.trafficjunky.net/__js2/test.js$script,domain=pornhub.com
@@||naiadmmm.com^$image,domain=pornhub.com
@@||naiadsystems.com^$script,websocket,xmlhttprequest,domain=pornhub.com
@@||nsimg.net^$image,domain=pornhub.com
@@||phncdn.com/*/js/likeDislike/$script
@@||phncdn.com/*/js/t8.util-min.js?$script
@@||phncdn.com//js/popUnder/exclusions-min.js
@@||phncdn.com/assets/*/js/common.js$script
@@||phncdn.com/assets/*/js/home.js$script
@@||phncdn.com/assets/*/js/user_notification.js$script
@@||phncdn.com/assets/*/js/video.js$script
@@||phncdn.com/assets/*/js/video_page.js$script
@@||phncdn.com/assets/pc/js/categories_page_asset_list.js$script
@@||phncdn.com/assets/pc/js/contact_page_asset_list.js$script
@@||phncdn.com/assets/pc/js/halloffap_asset_list.js$script
@@||phncdn.com/assets/pc/js/home_page_asset_list.js$script
@@||phncdn.com/assets/pc/js/info_page_asset_list.js$script
@@||phncdn.com/assets/pc/js/searchporntag_page_asset_list.js$script
@@||phncdn.com/assets/pc/js/searchresult_page_asset_list.js$script
@@||phncdn.com/assets/pc/js/signup_page_asset_list.js$script
@@||phncdn.com/assets/pc/js/sitemap_page_asset_list.js$script
@@||phncdn.com/assets/pc/js/tags_page_asset_list.js$script
@@||phncdn.com/assets/pc/js/userachievements.js$script
@@||phncdn.com/assets/pc/js/usercomments.js$script
@@||phncdn.com/assets/pc/js/userfollowers.js$script
@@||phncdn.com/assets/pc/js/userfollowing.js$script
@@||phncdn.com/assets/pc/js/users.js?$script
@@||phncdn.com/assets/pc/js/uservideos_output.js$script
@@||phncdn.com/assets/pc/js/video_page_asset_list.js$script
@@||phncdn.com/assets/pc/js/videos_page_asset_list.js$script
@@||phncdn.com/assets_dev/js/algolia/algolia_search_result*.js$script,domain=tube8.com
@@||phncdn.com/cb/assets/$script
@@||phncdn.com/cb/bundles/$script
@@||phncdn.com/dash/videos/$media,object,other,xmlhttprequest,domain=pornhub.com|redtube.com|tube8.com|youporn.com|youporngay.com
@@||phncdn.com/head/$script
@@||phncdn.com/highcharts-$script
@@||phncdn.com/hls/videos/$media,object,other,xmlhttprequest,domain=pornhub.com|redtube.com|tube8.com|youporn.com|youporngay.com
@@||phncdn.com/html5player/$script
@@||phncdn.com/html5player/videoPlayer/$object,domain=pornhub.com|redtube.com|youporn.com
@@||phncdn.com/html5shiv-$script
@@||phncdn.com/jquery-$script
@@||phncdn.com/jquery/$script
@@||phncdn.com/js/*_disclaimer/*_disclaimer-min.js?$script
@@||phncdn.com/js/*_disclaimer/*_disclaimer_controller-min.js?$script
@@||phncdn.com/js/achievement-$script
@@||phncdn.com/js/ad_form_header/ad_form_header-min.js?$script
@@||phncdn.com/js/avatar_$script
@@||phncdn.com/js/badgeSelector/$script
@@||phncdn.com/js/browser-$script
@@||phncdn.com/js/carousellite.$script
@@||phncdn.com/js/categorylist_setUp-min.js?$script
@@||phncdn.com/js/comments/$script
@@||phncdn.com/js/common_jq-min.js$script
@@||phncdn.com/js/cover_tutorial/$script
@@||phncdn.com/js/deleteComment/$script
@@||phncdn.com/js/deleteVideo/$script
@@||phncdn.com/js/editUserDropDown/$script
@@||phncdn.com/js/et.ready.$script
@@||phncdn.com/js/fav_like_user_feed/$script
@@||phncdn.com/js/filters_menu/$script
@@||phncdn.com/js/flipbook/$script
@@||phncdn.com/js/follow_button/$script
@@||phncdn.com/js/general-min.js$script
@@||phncdn.com/js/general_tablet-min.js$script
@@||phncdn.com/js/home_setUp-min.js$script
@@||phncdn.com/js/home_setUp_tablet-min.js$script
@@||phncdn.com/js/html5player.js?$script
@@||phncdn.com/js/infinite.$script
@@||phncdn.com/js/ipad/$script
@@||phncdn.com/js/is_online/$script
@@||phncdn.com/js/jqbrowser-compressed.js$script
@@||phncdn.com/js/jquery.$script
@@||phncdn.com/js/karmaInfo/$script
@@||phncdn.com/js/language_$script
@@||phncdn.com/js/levelUp/$script
@@||phncdn.com/js/libs/ProfileCommentsAction-min.js$script
@@||phncdn.com/js/login_form/$script
@@||phncdn.com/js/m_tubes/MG_autocomplete.js$script
@@||phncdn.com/js/menu_setUp_tablet-min.js$script
@@||phncdn.com/js/mg_modal/$script
@@||phncdn.com/js/needLogin/$script
@@||phncdn.com/js/nextBtn/$script
@@||phncdn.com/js/ourfriends-min.js$script
@@||phncdn.com/js/popUnder/exclusions-min.js$script
@@||phncdn.com/js/relatedVideos/$script
@@||phncdn.com/js/report_video_form/$script
@@||phncdn.com/js/search_setUp-min.js$script
@@||phncdn.com/js/search_widget.js$script
@@||phncdn.com/js/searchbar/$script
@@||phncdn.com/js/searchbar_show/$script
@@||phncdn.com/js/segment_changer/$script
@@||phncdn.com/js/share_video_block/$script
@@||phncdn.com/js/showMenu/$script
@@||phncdn.com/js/signin-min.js$script
@@||phncdn.com/js/site-main.$script
@@||phncdn.com/js/tagStar/$script
@@||phncdn.com/js/translator-min.js$script
@@||phncdn.com/js/translator/$script
@@||phncdn.com/js/translatorWatchPageController-min.js$script
@@||phncdn.com/js/underPlayer/$script
@@||phncdn.com/js/uploaded_video_thumbnail_select/$script
@@||phncdn.com/js/user_comments/$script
@@||phncdn.com/js/user_dashboard/$script
@@||phncdn.com/js/user_favorites/$script
@@||phncdn.com/js/user_post_comment_form/$script
@@||phncdn.com/js/userAchievements_setUp-min.js?$script
@@||phncdn.com/js/userComments-min.js$script
@@||phncdn.com/js/userComments_setUp-min.js?$script
@@||phncdn.com/js/userDashboard_setUp-min.js?$script
@@||phncdn.com/js/userFavorites-$script
@@||phncdn.com/js/userFavorites_setUp-min.js?$script
@@||phncdn.com/js/userFollowers_setUp-min.js?$script
@@||phncdn.com/js/userFollowing_setUp-min.js?$script
@@||phncdn.com/js/userInc-min.js$script
@@||phncdn.com/js/userMiniProfile/$script
@@||phncdn.com/js/userSettings_setUp-min.js?$script
@@||phncdn.com/js/userVideos_setUp-min.js?$script
@@||phncdn.com/js/utils/mg-utils-min.js$script
@@||phncdn.com/js/video_favorite/$script
@@||phncdn.com/js/video_setUp-min.js$script
@@||phncdn.com/js/video_setUp_tablet-min.js$script
@@||phncdn.com/js/videoDetection.js?$script
@@||phncdn.com/js/videoPlayer/$script
@@||phncdn.com/js/videos_setUp-min.js?$script
@@||phncdn.com/js/votingSystem/$script
@@||phncdn.com/js/xp_bubble/$script
@@||phncdn.com/mg_utils-$script
@@||phncdn.com/modernizr-$script
@@||phncdn.com/networkbar-$script
@@||phncdn.com/pagespeed.js$script
@@||phncdn.com/swfobject-$script
@@||phncdn.com/timings-$script
@@||phncdn.com/tubes-$script
@@||phncdn.com/tubes.infopages-$script
@@||phncdn.com/underscore-$script
@@||phncdn.com/videos/$image,media,object,other,domain=pornhub.com|redtube.com|tube8.com|youporn.com|youporngay.com
@@||phncdn.com/vortex-simple-*.js$script
@@||phncdn.com/vortex.modern-*.js$script
@@||phncdn.com/www-static/$image
@@||phncdn.com/www-static/*/autocomplete.$script
@@||phncdn.com/www-static/*/gif-view-functions.js$script
@@||phncdn.com/www-static/*/gif-view.js$script
@@||phncdn.com/www-static/*/jquery.$script
@@||phncdn.com/www-static/js/album-display-public.js?$script
@@||phncdn.com/www-static/js/amateur/amateur-signup.js$script
@@||phncdn.com/www-static/js/amateur/dropdown.js?$script
@@||phncdn.com/www-static/js/autocomplete-search.js$script
@@||phncdn.com/www-static/js/channel-main.js?$script
@@||phncdn.com/www-static/js/claimed-pornstar.js$script
@@||phncdn.com/www-static/js/comments.js?$script
@@||phncdn.com/www-static/js/content-removal.js$script
@@||phncdn.com/www-static/js/create-account.js?$script
@@||phncdn.com/www-static/js/create-phlive-account.js$script
@@||phncdn.com/www-static/js/detect.browser.js?$script
@@||phncdn.com/www-static/js/dropdown.js$script
@@||phncdn.com/www-static/js/footer.js$script
@@||phncdn.com/www-static/js/front-index.js?$script
@@||phncdn.com/www-static/js/front-information.js?$script
@@||phncdn.com/www-static/js/front-login.js$script
@@||phncdn.com/www-static/js/gif-$script
@@||phncdn.com/www-static/js/header-menu.js?$script
@@||phncdn.com/www-static/js/header-nojquery.js?$script
@@||phncdn.com/www-static/js/header.js$script
@@||phncdn.com/www-static/js/html5Player/$script
@@||phncdn.com/www-static/js/lib/$script
@@||phncdn.com/www-static/js/manage-constructors.js$script
@@||phncdn.com/www-static/js/member-search.js?$script
@@||phncdn.com/www-static/js/messages.js?$script
@@||phncdn.com/www-static/js/mg-modal.js$script
@@||phncdn.com/www-static/js/mg-utils.js$script
@@||phncdn.com/www-static/js/mg_flipbook-$script
@@||phncdn.com/www-static/js/mg_modal-$script
@@||phncdn.com/www-static/js/mg_utils-$script
@@||phncdn.com/www-static/js/modal-tipping.js$script
@@||phncdn.com/www-static/js/modelhub/$script
@@||phncdn.com/www-static/js/notified-modal.js?$script
@@||phncdn.com/www-static/js/ph-footer.js$script
@@||phncdn.com/www-static/js/ph-networkbar.js$script
@@||phncdn.com/www-static/js/phub-nojquery.js$script
@@||phncdn.com/www-static/js/phub.$script
@@||phncdn.com/www-static/js/playlist-show.js$script
@@||phncdn.com/www-static/js/playlist/$script
@@||phncdn.com/www-static/js/pornstars-comment.js?$script
@@||phncdn.com/www-static/js/pornstars-photo.js?$script
@@||phncdn.com/www-static/js/pornstars-profile.js?$script
@@||phncdn.com/www-static/js/pornstars-upload.js?$script
@@||phncdn.com/www-static/js/pornstars-video.js?$script
@@||phncdn.com/www-static/js/pornstars.js?$script
@@||phncdn.com/www-static/js/premium/$script
@@||phncdn.com/www-static/js/profile/$script
@@||phncdn.com/www-static/js/promo-banner.js$script
@@||phncdn.com/www-static/js/quality-$script
@@||phncdn.com/www-static/js/recommended-taste.js$script
@@||phncdn.com/www-static/js/recommended.js$script
@@||phncdn.com/www-static/js/sceditor/sceditor.bbcode.js?$script
@@||phncdn.com/www-static/js/searchFilter.js$script
@@||phncdn.com/www-static/js/show_image.js?$script
@@||phncdn.com/www-static/js/signin.js$script
@@||phncdn.com/www-static/js/sitemap.js?$script
@@||phncdn.com/www-static/js/stream-community.js?$script
@@||phncdn.com/www-static/js/stream-notifications.js?$script
@@||phncdn.com/www-static/js/stream-subscriptions.js?$script
@@||phncdn.com/www-static/js/stream.js?$script
@@||phncdn.com/www-static/js/streamate-my-photos.js$script
@@||phncdn.com/www-static/js/streamate-view.js$script
@@||phncdn.com/www-static/js/streamate.js$script
@@||phncdn.com/www-static/js/suggest-$script
@@||phncdn.com/www-static/js/support-content.js?$script
@@||phncdn.com/www-static/js/support.js?$script
@@||phncdn.com/www-static/js/tag-$script
@@||phncdn.com/www-static/js/user-edit.js?$script
@@||phncdn.com/www-static/js/user-friend-requests.js?$script
@@||phncdn.com/www-static/js/user-prefs.js$script
@@||phncdn.com/www-static/js/user-share-item.js?$script
@@||phncdn.com/www-static/js/user-start.js?$script
@@||phncdn.com/www-static/js/user-stream-overview.js?$script
@@||phncdn.com/www-static/js/user-video-show.js?$script
@@||phncdn.com/www-static/js/verfication.js?$script
@@||phncdn.com/www-static/js/video-$script
@@||phncdn.com/www-static/js/vmobile/album.js$script
@@||phncdn.com/www-static/js/vmobile/application.js$script
@@||phncdn.com/www-static/js/vmobile/autocomplete-$script
@@||phncdn.com/www-static/js/vmobile/comments.js$script
@@||phncdn.com/www-static/js/vmobile/feed-comments.js$script
@@||phncdn.com/www-static/js/vmobile/footer.js$script
@@||phncdn.com/www-static/js/vmobile/head.js$script
@@||phncdn.com/www-static/js/vmobile/html5-canvas.js$script
@@||phncdn.com/www-static/js/vmobile/login.js$script
@@||phncdn.com/www-static/js/vmobile/notifications.js$script
@@||phncdn.com/www-static/js/vmobile/photo.js$script
@@||phncdn.com/www-static/js/vmobile/phub.js$script
@@||phncdn.com/www-static/js/vmobile/preHeadJs.$script
@@||phncdn.com/www-static/js/vmobile/profile.js$script
@@||phncdn.com/www-static/js/vmobile/show.js$script
@@||phncdn.com/www-static/js/vmobile/stream-$script
@@||phncdn.com/www-static/js/vmobile/stream.js$script
@@||phncdn.com/www-static/js/vmobile/utils.js$script
@@||phncdn.com/www-static/js/vmobile/video-search.js$script
@@||phncdn.com/www-static/js/vmobile/widget-$script
@@||phncdn.com/www-static/js/vr/lib/gl-matrix.js?$script
@@||phncdn.com/www-static/js/vr/normotion.js?$script
@@||phncdn.com/www-static/js/vr/vrplayer-noMin.js?$script
@@||phncdn.com/www-static/js/vr/vrplayer.js?$script
@@||phncdn.com/www-static/js/vtablet/$script
@@||phncdn.com/www-static/js/widgets-album-upper-info.js$script
@@||phncdn.com/www-static/js/widgets-category_listings.js$script
@@||phncdn.com/www-static/js/widgets-comments-simple.js$script
@@||phncdn.com/www-static/js/widgets-comments.js$script
@@||phncdn.com/www-static/js/widgets-community-info.js$script
@@||phncdn.com/www-static/js/widgets-leave-page.js$script
@@||phncdn.com/www-static/js/widgets-live-popup.js$script
@@||phncdn.com/www-static/js/widgets-player.js$script
@@||phncdn.com/www-static/js/widgets-pornstar.js$script
@@||phncdn.com/www-static/js/widgets-rating-bar.js$script
@@||phncdn.com/www-static/js/widgets-rating-like-fav.js$script
@@||phncdn.com/www-static/js/widgets-share-image.js$script
@@||phncdn.com/zeroclipboard-$script
@@||phncdn.com^$image,object,other,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com
@@||phncdn.com^*/html5Uploader/$script
@@||phncdn.com^*/streamate/client.js|$script
@@||phncdn.com^*/userfavorites.js$script
@@||phncdn.com^*/xp_bubble-$script
@@||phncdn.com^*/xp_bubble_$script
@@||phprcdn.com^$image,domain=pornhub.com
@@||platform.tumblr.com^$script,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com
@@||platform.twitter.com^$script,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com
@@||pornhub.com/_Incapsula_Resource?$image,subdocument,xmlhttprequest
@@||pornhub.com/album/$xmlhttprequest
@@||pornhub.com/album_upload$xmlhttprequest
@@||pornhub.com/channel/$xmlhttprequest
@@||pornhub.com/chat/$xmlhttprequest
@@||pornhub.com/comment/$xmlhttprequest
@@||pornhub.com/community_ajax?$xmlhttprequest,domain=pornhub.com
@@||pornhub.com/event/awards_vote$xmlhttprequest
@@||pornhub.com/front/$xmlhttprequest
@@||pornhub.com/gif/$xmlhttprequest
@@||pornhub.com/insights/$image,xmlhttprequest
@@||pornhub.com/jobs/?wc-ajax=$xmlhttprequest,domain=pornhub.com
@@||pornhub.com/jobs/wp-content/$image,domain=pornhub.com
@@||pornhub.com/live/$xmlhttprequest
@@||pornhub.com/oauth2/authorize?$popup
@@||pornhub.com/playlist/$xmlhttprequest,domain=pornhub.com
@@||pornhub.com/playlist_json/$xmlhttprequest
@@||pornhub.com/pornstar/$xmlhttprequest
@@||pornhub.com/pornstars/$xmlhttprequest
@@||pornhub.com/premium/$xmlhttprequest
@@||pornhub.com/recommended/$xmlhttprequest
@@||pornhub.com/sex/wp-content/uploads/$image,domain=pornhub.com
@@||pornhub.com/stream/$xmlhttprequest
@@||pornhub.com/svvt/add?$xmlhttprequest
@@||pornhub.com/toys/?$xmlhttprequest,domain=pornhub.com
@@||pornhub.com/toys/wp-content/$image,script,xmlhttprequest,domain=pornhub.com
@@||pornhub.com/upload/$xmlhttprequest
@@||pornhub.com/uploading/$xmlhttprequest
@@||pornhub.com/user/$xmlhttprequest
@@||pornhub.com/users/$xmlhttprequest
@@||pornhub.com/video/$xmlhttprequest
@@||pornhub.com/videos/$media,object,other
@@||pornhub.com/videouploading3/$xmlhttprequest
@@||pornhub.com/www-static/flash/gate.swf$object,other
@@||pornhub.com/www-static/images/$image
@@||pornhub.com^*/emoticons/$image
@@||pornhubcommunity.com/cdn_files/images/$image
@@||pornhublive.com/blacklabel/bl.client.min.js|$script
@@||pornmd.com/resources/js/search_widget.js$script
@@||rdtcdn.com/www-static/cdn_files/$script,xmlhttprequest,domain=redtube.com|redtube.com.br
@@||rdtcdn.com^$image,media,other,domain=redtube.com|redtube.com.br
@@||rdtcdn.com^*/add-collection.js?$script
@@||rdtcdn.com^*/autocomplete.js?$script
@@||rdtcdn.com^*/community.js?$script
@@||rdtcdn.com^*/fileupload/$script
@@||rdtcdn.com^*/friends.js?$script
@@||rdtcdn.com^*/gallery.js?$script
@@||rdtcdn.com^*/home_page/home_page-$script
@@||rdtcdn.com^*/jquery/$script
@@||rdtcdn.com^*/js_assets/$script
@@||rdtcdn.com^*/lib.js?$script
@@||rdtcdn.com^*/lightbox-slideshow.js?$script
@@||rdtcdn.com^*/quality-selector-mobile.js?$script
@@||rdtcdn.com^*/redtube.js?$script
@@||rdtcdn.com^*/respond.js?$script
@@||rdtcdn.com^*/settings.js?$script
@@||rdtcdn.com^*/showLogin.js?$script
@@||rdtcdn.com^*/thumbchange.js?$script
@@||rdtcdn.com^*/uploadgallery.js?$script
@@||rdtcdn.com^*/video.js?$script
@@||redtube.com.br/_Incapsula_Resource?$image,subdocument,xmlhttprequest
@@||redtube.com.br/images/$image,domain=redtube.com.br
@@||redtube.com/_Incapsula_Resource?$image,subdocument,xmlhttprequest
@@||redtube.com/_thumbs/$image
@@||redtube.com/account_auto_complete?$xmlhttprequest
@@||redtube.com/addfavorite/$xmlhttprequest
@@||redtube.com/addfriend/$xmlhttprequest
@@||redtube.com/advancedsearch$xmlhttprequest
@@||redtube.com/ajax_register$xmlhttprequest
@@||redtube.com/authenticate/$xmlhttprequest
@@||redtube.com/bid/$subdocument
@@||redtube.com/blockuser/$xmlhttprequest
@@||redtube.com/comment/$xmlhttprequest
@@||redtube.com/comments/$xmlhttprequest
@@||redtube.com/embed/$xmlhttprequest
@@||redtube.com/gallery/$xmlhttprequest
@@||redtube.com/htmllogin?$subdocument
@@||redtube.com/htmllogin|
@@||redtube.com/images/$image,domain=redtube.com|redtube.com.br
@@||redtube.com/js/autocomplete.js?$script
@@||redtube.com/js/community.js?$script
@@||redtube.com/js/jquery/$script,xmlhttprequest
@@||redtube.com/js/lib.js?$script
@@||redtube.com/js/redtube.js?$script
@@||redtube.com/language-star-suggestion/$xmlhttprequest
@@||redtube.com/logout$xmlhttprequest
@@||redtube.com/media/avatars/$image
@@||redtube.com/message/$xmlhttprequest
@@||redtube.com/notificationcontractors|$xmlhttprequest
@@||redtube.com/notifications/$xmlhttprequest
@@||redtube.com/panel/$xmlhttprequest
@@||redtube.com/playlist/$xmlhttprequest
@@||redtube.com/playlist_json/$xmlhttprequest
@@||redtube.com/pornstar/$xmlhttprequest
@@||redtube.com/profile/$subdocument
@@||redtube.com/rate$xmlhttprequest
@@||redtube.com/recommended/$xmlhttprequest
@@||redtube.com/register$xmlhttprequest
@@||redtube.com/relatedvideos/$xmlhttprequest
@@||redtube.com/searchsuggest?$xmlhttprequest
@@||redtube.com/settings/$xmlhttprequest
@@||redtube.com/starsuggestion/$xmlhttprequest
@@||redtube.com/stream/$xmlhttprequest
@@||redtube.com/subscribe/$xmlhttprequest
@@||redtube.com/tags-stars$xmlhttprequest
@@||redtube.com/upload/$xmlhttprequest
@@||redtube.com/uploading/$xmlhttprequest
@@||redtube.com/user/$xmlhttprequest
@@||redtube.com/video/$xmlhttprequest
@@||redtube.com/videodetails/$xmlhttprequest
@@||redtube.com/videouploader/$xmlhttprequest
@@||redtube.com/videoview/$xmlhttprequest
@@||redtube.com/watched/$xmlhttprequest
@@||redtube.com^*/media/videos/$image
@@||redtubefiles.com^$image,media,object,other,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com
@@||rncdn3.com^$media,object,other,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com
@@||s.ytimg.com/yts/jsbin/*/www-widgetapi.js$domain=pornhub.com
@@||s7.addthis.com^$script,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com
@@||services.pornhub.com^$~third-party,xmlhttprequest
@@||t8cdn.com/js/modernizr-flex-min.js$script,domain=tube8.com|tube8.es|tube8.fr
@@||t8cdn.com^$image,media,domain=tube8.com|tube8.es|tube8.fr
@@||t8cdn.com^*/html5Uploader/$script,domain=tube8.com|tube8.es|tube8.fr
@@||thumbs-cdn.redtube.com^$image,domain=redtube.com|redtube.com.br
@@||tube8.com/_Incapsula_Resource?$image,subdocument,xmlhttprequest
@@||tube8.com/ajax-$xmlhttprequest
@@||tube8.com/ajax/$xmlhttprequest
@@||tube8.com/ajax2/$xmlhttprequest
@@||tube8.com/embed/$subdocument,~third-party
@@||tube8.com/favicon.ico
@@||tube8.com/images/$image
@@||tube8.com/videoplayer/$xmlhttprequest,domain=tube8.com
@@||tube8.es/_Incapsula_Resource?$image,subdocument,xmlhttprequest
@@||tube8.fr/_Incapsula_Resource?$image,subdocument,xmlhttprequest
@@||upload.pornhub.com/temp/images/$image,~third-party
@@||upload.tube8.com^$script,xmlhttprequest
@@||uvcdn.com^$image,script,domain=pornhub.com|redtube.com|tube8.com|youporn.com
@@||widget.uservoice.com^$script,domain=pornhub.com|redtube.com|tube8.com|youporn.com
@@||youporn.com/_Incapsula_Resource?$image,subdocument,xmlhttprequest
@@||youporn.com/ajax/$xmlhttprequest
@@||youporn.com/api/videos/related/$xmlhttprequest
@@||youporn.com/beingwatchedrightnow.php$xmlhttprequest
@@||youporn.com/bundles/$image,~third-party
@@||youporn.com/change/$xmlhttprequest
@@||youporn.com/esi_home/$xmlhttprequest
@@||youporn.com/mycollections.json$xmlhttprequest
@@||youporn.com/notifications/$xmlhttprequest
@@||youporn.com/recommendedtoyou.php
@@||youporn.com/search/autocomplete/$xmlhttprequest
@@||youporn.com/searchapi/$xmlhttprequest
@@||youporn.com/subscriptions/$xmlhttprequest
@@||youporn.com/watch/$xmlhttprequest
@@||youporn.com/watch_postroll/$xmlhttprequest
@@||youporngay.com/_Incapsula_Resource?$image,subdocument,xmlhttprequest
@@||youporngay.com/api/videos/related/$xmlhttprequest
@@||youporngay.com/beingwatchedrightnow.php$xmlhttprequest
@@||youporngay.com/bundles/$image,~third-party
@@||youporngay.com/elements/$xmlhttprequest
@@||youporngay.com/recommendedtoyou.php$xmlhttprequest
@@||youporngay.com/search/autocomplete/$xmlhttprequest
@@||ypncdn.com/cb/assets/js/$script,domain=youporn.com|youporngay.com|youpornru.com
@@||ypncdn.com^$image,media,other,domain=redtube.com|redtube.com.br|youporn.com|youporngay.com|youpornru.com
@@.jpg#$domain=hellojav.com|hentaienespañol.net|palaotog.net
@@.png#$domain=indiangilma.com|javcen.me|javpub.me|lfporn.com|pornbraze.com|thisav.com|you-fap.com|youfreeporntube.com|youngmodelsclub.net
@@||209.58.131.22^*/advertisement.js
@@||25643e662a2.com/ad*.js
@@||ad.thisav.com/player/swfobject.js
@@||ad8k.com^$script,domain=urlgalleries.net|xxxstreams.eu
@@||ads.exoclick.com^$script,domain=8muses.com|imagefap.com
@@||adultadworld.com/adhandler/$subdocument
@@||bemywife.cc^$script,~third-party,domain=bemywife.cc
@@||cntrafficpro.com/scripts/advertisement.js
@@||crazyshit.com^$generichide
@@||desihoes.com/advertisement.js
@@||easylist.club/adconfig.js$script
@@||easylist.club/popunder2.js$script
@@||ero-advertising.com/banads/$subdocument,domain=palimas.com
@@||exoclick.com/ad_track.js
@@||exoclick.com/invideo.js
@@||exoclick.com/splash.php$script,domain=gaybeeg.info
@@||freeomovie.com^$generichide
@@||fuckme.me^$generichide
@@||fuqer.com^*/advertisement.js
@@||fux.com/assets/ads-$script
@@||gaybeeg.info/wp-content/plugins/blockalyzer-adblock-counter/$image,domain=gaybeeg.info
@@||gaybeeg.info^$generichide
@@||google.com/ads/$domain=hinduladies.com
@@||hclips.com/js/advertising.js
@@||hellojav.com^$generichide
@@||hentaienespañol.net^$generichide
@@||hentaimoe.com/js/advertisement.js
@@||imagefap.com^$generichide
@@||imgadult.com/js/advertisement.js
@@||indiangilma.com^$generichide
@@||jadult.net^$generichide
@@||jamo.tv^$script,domain=jamo.tv
@@||jav4.me^$script,domain=jav4.me
@@||javcen.me^$generichide
@@||javfee.com^$script,domain=javfee.com
@@||javfor.me/ads-1.html$subdocument,domain=jav4.me
@@||javhub.net^$generichide
@@||javhub.net^$script,~third-party
@@||javpee.com/eroex.js
@@||javpub.me^$generichide
@@||jkhentai.tv^$script,domain=jkhentai.tv
@@||jporn4u.com/js/ads.js
@@||juicyads.com/jac.js$domain=jav4.me
@@||lfporn.com^$generichide
@@||milfzr.com^$generichide
@@||mongoporn.com^*/adframe/$subdocument
@@||n4mo.org/advertisement.js
@@||n4mo.org/wp-content/*/ads/
@@||n4mo.org^$generichide
@@||noracam.com/js/ads.js
@@||notonlyporn.net^$script,~third-party
@@||ooporn.com/ads.js
@@||palimas.com^$generichide
@@||phncdn.com/js/advertisement.js
@@||phncdn.com/v2/js/adblockdetect.js$domain=keezmovies.com
@@||phncdn.com^*/ads.js
@@||popads.net/pop.js$domain=jav4.me
@@||pornbraze.com^$generichide
@@||porndoo.com/showads.js
@@||pornfun.com/js/ads.js
@@||pornomovies.com/js/1/ads-1.js$domain=submityourflicks.com
@@||pornscum.com^$generichide
@@||pornve.com^$generichide
@@||pornve.com^$script
@@||pornxs.com/js/ads/ads.js$script
@@||puhtml.com^*.js$domain=jav4.me
@@||rule34hentai.net^$generichide
@@||sexvidx.tv/js/eroex.js
@@||sexwebvideo.com/js/ads.js
@@||submityourflicks.com/player/player-ads.swf$object
@@||syndication.exoclick.com/ads.php?type=728x90&$script,domain=dirtstyle.tv
@@||t8cdn.com/assets/pc/js/$script,domain=tube8.com|tube8.es|tube8.fr
@@||t8cdn.com/assets_dev/js/algolia/$script,domain=tube8.com|tube8.es|tube8.fr
@@||tmoncdn.com/scripts/advertisement.js$domain=tubemonsoon.com
@@||trafficshop.com/show.php$script,domain=palimas.com
@@||trafficshop.com/show_std_auction.php$script,domain=palimas.com
@@||tube8.com/js/advertisement.js
@@||urlgalleries.net^$generichide
@@||voyeurperversion.com/inc/showads.js
@@||watchingmysistergoblack.com/pop.js
@@||x18.eu/ads/$~third-party,xmlhttprequest
@@||xhcdn.com^*/ads.js$domain=xhamster.com
@@||xibitnet.com/check/advertisement.js
@@||xibitnet.com/check/advertisements.js
@@||xonline.tv^$generichide
@@||xxxstreams.eu^$generichide
@@||youfreeporntube.com^$generichide
@@||youngmodelsclub.net^$generichide
@@||ads.b10f.jp/flv/$~third-party
@@&utm_medium=traffic_trade&utm_campaign=pornhub_trade_search_box$popup,domain=pornhub.com
@@||as.sexad.net^*?p=*&v=$popup,domain=extremetube.com|keezmovies.com|pornhub.com|redtube.com|spankwire.com|tube8.com|tube8.es|tube8.fr
@@||blogger.com^$popup,domain=pornhub.com
@@||contentabc.com/ads?spot_id=$popup,domain=tube8.com|tube8.es|tube8.fr
@@||download.pornhub.phncdn.com/videos/$popup,domain=pornhub.com
@@||extremetubefreehd.com^*.Extreme_HeaderTab&$popup,domain=extremetube.com
@@||extremetubemate.com/?AFNO=$popup,domain=extremetube.com
@@||imagebam.com/image/$popup
@@||pornhublive.com/?AFNO=$popup,domain=pornhub.com
@@||rdtcdn.com/media/videos$media,popup,domain=redtube.com
@@||reddit.com^$popup,domain=pornhub.com
@@||redtubelive.com/?AFNO=$popup,domain=redtube.com
@@||redtubeplatinum.com/signup/signup.php$popup,domain=redtube.com
@@||redtubeplatinum.com/track/*/join?$popup,domain=redtube.com
@@||rncdn3.com/videos/$popup,domain=pornhub.com
@@||securejoinsite.com/loader.php?*_HeaderTab&$popup,domain=extremetube.com|spankwire.com
@@||spankwirecams.com/?AFNO=$popup,domain=spankwire.com
@@||spankwirefreehd.com^*.Spankwire_HeaderTab&$popup,domain=spankwire.com
@@||stumbleupon.com^$popup,domain=pornhub.com
@@||supportchat.contentabc.com^$popup,domain=brazzerssupport.com
@@||t8premium.com/signup/signup.php?$popup,domain=tube8.com|tube8.es|tube8.fr
@@||t8premium.com/track/*/join?$popup,domain=tube8.com|tube8.es|tube8.fr
@@||tube8live.com/?AFNO=$popup,domain=tube8.com|tube8.es|tube8.fr
@@||tumblr.com^$popup,domain=pornhub.com
@@||twitter.com^$popup,domain=pornhub.com
@@||wmtrafficentry.com/cgi-bin/ewm.cgi/*_HeaderTab?$popup,domain=extremetube.com|spankwire.com
